Improved dropbox widget, including proper multi-monitor (virtual desktop) support.
This commit is contained in:
parent
175e5a56d1
commit
2ea758c079
@ -119,6 +119,7 @@ IDR_WAVE_BEEP_LONG WAVE "res\\sounds\\beep2.wav"
|
|||||||
IDR_WAVE_WAITING WAVE "res\\sounds\\waiting.wav"
|
IDR_WAVE_WAITING WAVE "res\\sounds\\waiting.wav"
|
||||||
IDR_WAVE_BLAST WAVE "res\\sounds\\blast.wav"
|
IDR_WAVE_BLAST WAVE "res\\sounds\\blast.wav"
|
||||||
IDR_WAVE_TICK WAVE "res\\sounds\\tick.wav"
|
IDR_WAVE_TICK WAVE "res\\sounds\\tick.wav"
|
||||||
|
IDR_WAVE_DROP WAVE "res\\sounds\\drop.wav"
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
|
@ -23,6 +23,7 @@ a:visited { color: #0000EE; }
|
|||||||
<li>Reworked the application initialization code, resulting in notably faster startup speed
|
<li>Reworked the application initialization code, resulting in notably faster startup speed
|
||||||
<li>Improved file analyzer to retain the original ordering of files imported from a playlist
|
<li>Improved file analyzer to retain the original ordering of files imported from a playlist
|
||||||
<li>Improved internal encoder API, so each encoder can define its own configuration options
|
<li>Improved internal encoder API, so each encoder can define its own configuration options
|
||||||
|
<li>Improved dropbox widget, including proper multi-monitor support
|
||||||
<li>Updated mpg123 decoder to v1.16.0 (2013-10-06), compiled with GCC 4.8.1
|
<li>Updated mpg123 decoder to v1.16.0 (2013-10-06), compiled with GCC 4.8.1
|
||||||
<li>Updated GNU Wget binary to v1.14.0 (2012-08-05), compiled with GCC 4.8.1
|
<li>Updated GNU Wget binary to v1.14.0 (2012-08-05), compiled with GCC 4.8.1
|
||||||
<li>Updated GnuPG to v1.4.15 (2013-10-05), compiled with GCC 4.8.1
|
<li>Updated GnuPG to v1.4.15 (2013-10-05), compiled with GCC 4.8.1
|
||||||
|
@ -771,17 +771,17 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_DropBox.cpp" line="113"/>
|
<location filename="../../src/Dialog_DropBox.cpp" line="123"/>
|
||||||
<source>LameXP DropBox</source>
|
<source>LameXP DropBox</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_DropBox.cpp" line="113"/>
|
<location filename="../../src/Dialog_DropBox.cpp" line="123"/>
|
||||||
<source>You can add files to LameXP via Drag&amp;Drop here!</source>
|
<source>You can add files to LameXP via Drag&amp;Drop here!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_DropBox.cpp" line="113"/>
|
<location filename="../../src/Dialog_DropBox.cpp" line="123"/>
|
||||||
<source>(Right-click to close the DropBox)</source>
|
<source>(Right-click to close the DropBox)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1625,9 +1625,9 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../gui/MainWindow.ui" line="4478"/>
|
<location filename="../../gui/MainWindow.ui" line="4478"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<source>Check for Updates</source>
|
<source>Check for Updates</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1668,13 +1668,13 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../gui/MainWindow.ui" line="4547"/>
|
<location filename="../../gui/MainWindow.ui" line="4547"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1837"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1843"/>
|
||||||
<source>Disable Update Reminder</source>
|
<source>Disable Update Reminder</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../gui/MainWindow.ui" line="4555"/>
|
<location filename="../../gui/MainWindow.ui" line="4555"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1863"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1869"/>
|
||||||
<source>Disable Sound Effects</source>
|
<source>Disable Sound Effects</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1765,7 +1765,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="719"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="719"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3800"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3807"/>
|
||||||
<source>Access Denied</source>
|
<source>Access Denied</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1898,701 +1898,701 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1258"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1260"/>
|
||||||
<source>License Declined</source>
|
<source>License Declined</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1258"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1260"/>
|
||||||
<source>You have declined the license. Consequently the application will exit now!</source>
|
<source>You have declined the license. Consequently the application will exit now!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1258"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1260"/>
|
||||||
<source>Goodbye!</source>
|
<source>Goodbye!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<source>LameXP - Expired</source>
|
<source>LameXP - Expired</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<source>This demo (pre-release) version of LameXP has expired at %1.</source>
|
<source>This demo (pre-release) version of LameXP has expired at %1.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<source>LameXP is free software and release versions won't expire.</source>
|
<source>LameXP is free software and release versions won't expire.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<source>Exit Program</source>
|
<source>Exit Program</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1299"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1301"/>
|
||||||
<source>It seems that a bogus anti-virus software is slowing down the startup of LameXP.</source>
|
<source>It seems that a bogus anti-virus software is slowing down the startup of LameXP.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1300"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1302"/>
|
||||||
<source>Please refer to the %1 document for details and solutions!</source>
|
<source>Please refer to the %1 document for details and solutions!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1301"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1303"/>
|
||||||
<source>Slow Startup</source>
|
<source>Slow Startup</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1301"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1303"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1379"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1381"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1456"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1458"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2012"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2019"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3743"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3750"/>
|
||||||
<source>Discard</source>
|
<source>Discard</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1301"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1303"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1379"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1381"/>
|
||||||
<source>Don't Show Again</source>
|
<source>Don't Show Again</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<source>Urgent Update</source>
|
<source>Urgent Update</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<source>Your version of LameXP is more than a year old. Time for an update!</source>
|
<source>Your version of LameXP is more than a year old. Time for an update!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1538"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1540"/>
|
||||||
<source>Ignore</source>
|
<source>Ignore</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1328"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1330"/>
|
||||||
<source>Skipping update check this time, please be patient...</source>
|
<source>Skipping update check this time, please be patient...</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1839"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1845"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1849"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1855"/>
|
||||||
<source>Update Reminder</source>
|
<source>Update Reminder</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<source>Your last update check was more than 14 days ago. Check for updates now?</source>
|
<source>Your last update check was more than 14 days ago. Check for updates now?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<source>Your did not check for LameXP updates yet. Check for updates now?</source>
|
<source>Your did not check for LameXP updates yet. Check for updates now?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<source>Postpone</source>
|
<source>Postpone</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1357"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1359"/>
|
||||||
<source>LameXP detected that your version of the Nero AAC encoder is outdated!</source>
|
<source>LameXP detected that your version of the Nero AAC encoder is outdated!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1358"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1360"/>
|
||||||
<source>The current version available is %1 (or later), but you still have version %2 installed.</source>
|
<source>The current version available is %1 (or later), but you still have version %2 installed.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1358"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1360"/>
|
||||||
<source>n/a</source>
|
<source>n/a</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1359"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1361"/>
|
||||||
<source>You can download the latest version of the Nero AAC encoder from the Nero website at:</source>
|
<source>You can download the latest version of the Nero AAC encoder from the Nero website at:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1361"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1363"/>
|
||||||
<source>(Hint: Please ignore the name of the downloaded ZIP file and check the included 'changelog.txt' instead!)</source>
|
<source>(Hint: Please ignore the name of the downloaded ZIP file and check the included 'changelog.txt' instead!)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1362"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1364"/>
|
||||||
<source>AAC Encoder Outdated</source>
|
<source>AAC Encoder Outdated</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1373"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1375"/>
|
||||||
<source>The Nero AAC encoder could not be found. AAC encoding support will be disabled.</source>
|
<source>The Nero AAC encoder could not be found. AAC encoding support will be disabled.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1374"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1376"/>
|
||||||
<source>Please put 'neroAacEnc.exe', 'neroAacDec.exe' and 'neroAacTag.exe' into the LameXP directory!</source>
|
<source>Please put 'neroAacEnc.exe', 'neroAacDec.exe' and 'neroAacTag.exe' into the LameXP directory!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1375"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1377"/>
|
||||||
<source>Your LameXP directory is located here:</source>
|
<source>Your LameXP directory is located here:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1377"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1379"/>
|
||||||
<source>You can download the Nero AAC encoder for free from the official Nero website at:</source>
|
<source>You can download the Nero AAC encoder for free from the official Nero website at:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1379"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1381"/>
|
||||||
<source>AAC Support Disabled</source>
|
<source>AAC Support Disabled</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1508"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1510"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1563"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1565"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1573"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1575"/>
|
||||||
<source>LameXP</source>
|
<source>LameXP</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1508"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1510"/>
|
||||||
<source>You must add at least one file to the list before proceeding!</source>
|
<source>You must add at least one file to the list before proceeding!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1516"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1518"/>
|
||||||
<source>Not Found</source>
|
<source>Not Found</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1516"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1518"/>
|
||||||
<source>Your currently selected TEMP folder does not exist anymore:</source>
|
<source>Your currently selected TEMP folder does not exist anymore:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1516"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1518"/>
|
||||||
<source>Restore Default</source>
|
<source>Restore Default</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1516"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1518"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1533"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1535"/>
|
||||||
<source>There are less than %1 GB of free diskspace available on your system's TEMP folder.</source>
|
<source>There are less than %1 GB of free diskspace available on your system's TEMP folder.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1534"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1536"/>
|
||||||
<source>It is highly recommend to free up more diskspace before proceeding with the encode!</source>
|
<source>It is highly recommend to free up more diskspace before proceeding with the encode!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1535"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1537"/>
|
||||||
<source>Your TEMP folder is located at:</source>
|
<source>Your TEMP folder is located at:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1538"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1540"/>
|
||||||
<source>Low Diskspace Warning</source>
|
<source>Low Diskspace Warning</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1538"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1540"/>
|
||||||
<source>Abort Encoding Process</source>
|
<source>Abort Encoding Process</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1538"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1540"/>
|
||||||
<source>Clean Disk Now</source>
|
<source>Clean Disk Now</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1546"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1548"/>
|
||||||
<source>Low Diskspace</source>
|
<source>Low Diskspace</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1546"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1548"/>
|
||||||
<source>You are proceeding with low diskspace. Problems might occur!</source>
|
<source>You are proceeding with low diskspace. Problems might occur!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1563"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1565"/>
|
||||||
<source>Sorry, an unsupported encoder has been chosen!</source>
|
<source>Sorry, an unsupported encoder has been chosen!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1573"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1575"/>
|
||||||
<source>Cannot write to the selected output directory.</source>
|
<source>Cannot write to the selected output directory.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1573"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1575"/>
|
||||||
<source>Please choose a different directory!</source>
|
<source>Please choose a different directory!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1801"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1807"/>
|
||||||
<source>Load Translation</source>
|
<source>Load Translation</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1803"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1809"/>
|
||||||
<source>Translation Files</source>
|
<source>Translation Files</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1837"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1843"/>
|
||||||
<source>Do you really want to disable the update reminder?</source>
|
<source>Do you really want to disable the update reminder?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1837"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1843"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1863"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1869"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1889"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1895"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1915"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1921"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2010"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2017"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2047"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2054"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2073"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2080"/>
|
||||||
<source>Yes</source>
|
<source>Yes</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1837"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1843"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1863"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1869"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1889"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1895"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1915"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1921"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2010"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2017"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2047"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2054"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2073"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2080"/>
|
||||||
<source>No</source>
|
<source>No</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1839"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1845"/>
|
||||||
<source>The update reminder has been disabled.</source>
|
<source>The update reminder has been disabled.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1839"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1845"/>
|
||||||
<source>Please remember to check for updates at regular intervals!</source>
|
<source>Please remember to check for updates at regular intervals!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1849"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1855"/>
|
||||||
<source>The update reminder has been re-enabled.</source>
|
<source>The update reminder has been re-enabled.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1863"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1869"/>
|
||||||
<source>Do you really want to disable all sound effects?</source>
|
<source>Do you really want to disable all sound effects?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1865"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1871"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1875"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1881"/>
|
||||||
<source>Sound Effects</source>
|
<source>Sound Effects</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1865"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1871"/>
|
||||||
<source>All sound effects have been disabled.</source>
|
<source>All sound effects have been disabled.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1875"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1881"/>
|
||||||
<source>The sound effects have been re-enabled.</source>
|
<source>The sound effects have been re-enabled.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1889"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1895"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1891"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1897"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1901"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1907"/>
|
||||||
<source>Nero AAC Notifications</source>
|
<source>Nero AAC Notifications</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1889"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1895"/>
|
||||||
<source>Do you really want to disable all Nero AAC Encoder notifications?</source>
|
<source>Do you really want to disable all Nero AAC Encoder notifications?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1891"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1897"/>
|
||||||
<source>All Nero AAC Encoder notifications have been disabled.</source>
|
<source>All Nero AAC Encoder notifications have been disabled.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1901"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1907"/>
|
||||||
<source>The Nero AAC Encoder notifications have been re-enabled.</source>
|
<source>The Nero AAC Encoder notifications have been re-enabled.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1915"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1921"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1917"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1923"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1927"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1933"/>
|
||||||
<source>Slow Startup Notifications</source>
|
<source>Slow Startup Notifications</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1915"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1921"/>
|
||||||
<source>Do you really want to disable the slow startup notifications?</source>
|
<source>Do you really want to disable the slow startup notifications?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1917"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1923"/>
|
||||||
<source>The slow startup notifications have been disabled.</source>
|
<source>The slow startup notifications have been disabled.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1927"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1933"/>
|
||||||
<source>The slow startup notifications have been re-enabled.</source>
|
<source>The slow startup notifications have been re-enabled.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1950"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1956"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1954"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1960"/>
|
||||||
<source>Open Cue Sheet</source>
|
<source>Open Cue Sheet</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1950"/>
|
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1956"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1956"/>
|
||||||
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1962"/>
|
||||||
<source>Cue Sheet File</source>
|
<source>Cue Sheet File</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2010"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2017"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2012"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2019"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2025"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2032"/>
|
||||||
<source>Beta Updates</source>
|
<source>Beta Updates</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2010"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2017"/>
|
||||||
<source>Do you really want LameXP to check for Beta (pre-release) updates?</source>
|
<source>Do you really want LameXP to check for Beta (pre-release) updates?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2012"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2019"/>
|
||||||
<source>LameXP will check for Beta (pre-release) updates from now on.</source>
|
<source>LameXP will check for Beta (pre-release) updates from now on.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2012"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2019"/>
|
||||||
<source>Check Now</source>
|
<source>Check Now</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2025"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2032"/>
|
||||||
<source>LameXP will <i>not</i> check for Beta (pre-release) updates from now on.</source>
|
<source>LameXP will <i>not</i> check for Beta (pre-release) updates from now on.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2047"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2054"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2049"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2056"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2059"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2066"/>
|
||||||
<source>Hibernate Computer</source>
|
<source>Hibernate Computer</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2047"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2054"/>
|
||||||
<source>Do you really want the computer to be hibernated on shutdown?</source>
|
<source>Do you really want the computer to be hibernated on shutdown?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2049"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2056"/>
|
||||||
<source>LameXP will hibernate the computer on shutdown from now on.</source>
|
<source>LameXP will hibernate the computer on shutdown from now on.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2059"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2066"/>
|
||||||
<source>LameXP will <i>not</i> hibernate the computer on shutdown from now on.</source>
|
<source>LameXP will <i>not</i> hibernate the computer on shutdown from now on.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2073"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2080"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2076"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2083"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2087"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2094"/>
|
||||||
<source>Shell Integration</source>
|
<source>Shell Integration</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2073"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2080"/>
|
||||||
<source>Do you really want to disable the LameXP shell integration?</source>
|
<source>Do you really want to disable the LameXP shell integration?</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2076"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2083"/>
|
||||||
<source>The LameXP shell integration has been disabled.</source>
|
<source>The LameXP shell integration has been disabled.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2087"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2094"/>
|
||||||
<source>The LameXP shell integration has been re-enabled.</source>
|
<source>The LameXP shell integration has been re-enabled.</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2184"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2191"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2193"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2200"/>
|
||||||
<source>Add file(s)</source>
|
<source>Add file(s)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2225"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2232"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2229"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2236"/>
|
||||||
<source>Add Folder</source>
|
<source>Add Folder</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2460"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2467"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2464"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2471"/>
|
||||||
<source>Save CSV file</source>
|
<source>Save CSV file</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2460"/>
|
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2467"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2467"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2511"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2474"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2517"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2518"/>
|
||||||
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2524"/>
|
||||||
<source>CSV File</source>
|
<source>CSV File</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2481"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2488"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2484"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2491"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2487"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2494"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2490"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2497"/>
|
||||||
<source>CSV Export</source>
|
<source>CSV Export</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2481"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2488"/>
|
||||||
<source>Sorry, there are no meta tags that can be exported!</source>
|
<source>Sorry, there are no meta tags that can be exported!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2484"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2491"/>
|
||||||
<source>Sorry, failed to open CSV file for writing!</source>
|
<source>Sorry, failed to open CSV file for writing!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2487"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2494"/>
|
||||||
<source>Sorry, failed to write to the CSV file!</source>
|
<source>Sorry, failed to write to the CSV file!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2490"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2497"/>
|
||||||
<source>The CSV files was created successfully!</source>
|
<source>The CSV files was created successfully!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2511"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2518"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2515"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2522"/>
|
||||||
<source>Open CSV file</source>
|
<source>Open CSV file</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2531"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2538"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2534"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2541"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2537"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2544"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2540"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2547"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2543"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2550"/>
|
||||||
<source>CSV Import</source>
|
<source>CSV Import</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2531"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2538"/>
|
||||||
<source>Sorry, failed to open CSV file for reading!</source>
|
<source>Sorry, failed to open CSV file for reading!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2534"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2541"/>
|
||||||
<source>Sorry, failed to read from the CSV file!</source>
|
<source>Sorry, failed to read from the CSV file!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2537"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2544"/>
|
||||||
<source>Sorry, the CSV file does not contain any known fields!</source>
|
<source>Sorry, the CSV file does not contain any known fields!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2540"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2547"/>
|
||||||
<source>CSV file is incomplete. Not all files were updated!</source>
|
<source>CSV file is incomplete. Not all files were updated!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2543"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2550"/>
|
||||||
<source>The CSV files was imported successfully!</source>
|
<source>The CSV files was imported successfully!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2723"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2730"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2768"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2775"/>
|
||||||
<source>New Folder</source>
|
<source>New Folder</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2768"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2775"/>
|
||||||
<source>Enter the name of the new folder:</source>
|
<source>Enter the name of the new folder:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2801"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2808"/>
|
||||||
<source>Failed to create folder</source>
|
<source>Failed to create folder</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2801"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2808"/>
|
||||||
<source>The new folder could not be created:</source>
|
<source>The new folder could not be created:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2801"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2808"/>
|
||||||
<source>Drive is read-only or insufficient access rights!</source>
|
<source>Drive is read-only or insufficient access rights!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3278"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3285"/>
|
||||||
<source>Current Encoder: %1</source>
|
<source>Current Encoder: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3380"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3387"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3383"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3390"/>
|
||||||
<source>Quality Level %1</source>
|
<source>Quality Level %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3386"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3393"/>
|
||||||
<source>Compression %1</source>
|
<source>Compression %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3389"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3396"/>
|
||||||
<source>Uncompressed</source>
|
<source>Uncompressed</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3436"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3443"/>
|
||||||
<source>Best Quality (Slow)</source>
|
<source>Best Quality (Slow)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3439"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3446"/>
|
||||||
<source>High Quality (Recommended)</source>
|
<source>High Quality (Recommended)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3442"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3449"/>
|
||||||
<source>Acceptable Quality (Fast)</source>
|
<source>Acceptable Quality (Fast)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3445"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3452"/>
|
||||||
<source>Poor Quality (Very Fast)</source>
|
<source>Poor Quality (Very Fast)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3732"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3739"/>
|
||||||
<source>File name without extension</source>
|
<source>File name without extension</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3733"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3740"/>
|
||||||
<source>Track number with leading zero</source>
|
<source>Track number with leading zero</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3734"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3741"/>
|
||||||
<source>Track title</source>
|
<source>Track title</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3735"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3742"/>
|
||||||
<source>Artist name</source>
|
<source>Artist name</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3736"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3743"/>
|
||||||
<source>Album name</source>
|
<source>Album name</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3737"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3744"/>
|
||||||
<source>Year with (at least) four digits</source>
|
<source>Year with (at least) four digits</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3738"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3745"/>
|
||||||
<source>Comment</source>
|
<source>Comment</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3740"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3747"/>
|
||||||
<source>Characters forbidden in file names:</source>
|
<source>Characters forbidden in file names:</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3743"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3750"/>
|
||||||
<source>Rename Macros</source>
|
<source>Rename Macros</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message numerus="yes">
|
<message numerus="yes">
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3756"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3763"/>
|
||||||
<source>%n Instance(s)</source>
|
<source>%n Instance(s)</source>
|
||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
<numerusform></numerusform>
|
<numerusform></numerusform>
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3800"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3807"/>
|
||||||
<source>Cannot write to the selected directory. Please choose another directory!</source>
|
<source>Cannot write to the selected directory. Please choose another directory!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3922"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3929"/>
|
||||||
<source>Overwrite Mode</source>
|
<source>Overwrite Mode</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3922"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3929"/>
|
||||||
<source>Warning: This mode may overwrite existing files with no way to revert!</source>
|
<source>Warning: This mode may overwrite existing files with no way to revert!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3922"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3929"/>
|
||||||
<source>Continue</source>
|
<source>Continue</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3922"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3929"/>
|
||||||
<source>Revert</source>
|
<source>Revert</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3996"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="4003"/>
|
||||||
<source>Already Running</source>
|
<source>Already Running</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3996"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="4003"/>
|
||||||
<source>LameXP is already running, please use the running instance!</source>
|
<source>LameXP is already running, please use the running instance!</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message numerus="yes">
|
<message numerus="yes">
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3756"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3763"/>
|
||||||
<source>%n Instance(s)</source>
|
<source>%n Instance(s)</source>
|
||||||
<translation>
|
<translation>
|
||||||
<numerusform>%n Instance</numerusform>
|
<numerusform>%n Instance</numerusform>
|
||||||
|
@ -777,17 +777,17 @@
|
|||||||
<translation type="unfinished">LameXP - DropBox</translation>
|
<translation type="unfinished">LameXP - DropBox</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_DropBox.cpp" line="113"/>
|
<location filename="../../src/Dialog_DropBox.cpp" line="123"/>
|
||||||
<source>LameXP DropBox</source>
|
<source>LameXP DropBox</source>
|
||||||
<translation type="unfinished">LameXP DropBox</translation>
|
<translation type="unfinished">LameXP DropBox</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_DropBox.cpp" line="113"/>
|
<location filename="../../src/Dialog_DropBox.cpp" line="123"/>
|
||||||
<source>You can add files to LameXP via Drag&amp;Drop here!</source>
|
<source>You can add files to LameXP via Drag&amp;Drop here!</source>
|
||||||
<translation type="unfinished">Możesz dodawać pliki do lisy wrzucając je do DropBoxa!</translation>
|
<translation type="unfinished">Możesz dodawać pliki do lisy wrzucając je do DropBoxa!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_DropBox.cpp" line="113"/>
|
<location filename="../../src/Dialog_DropBox.cpp" line="123"/>
|
||||||
<source>(Right-click to close the DropBox)</source>
|
<source>(Right-click to close the DropBox)</source>
|
||||||
<translation type="unfinished">(Kliknij prawym przyciskiem myszy by zamknąć okienko)</translation>
|
<translation type="unfinished">(Kliknij prawym przyciskiem myszy by zamknąć okienko)</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1632,9 +1632,9 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../gui/MainWindow.ui" line="4478"/>
|
<location filename="../../gui/MainWindow.ui" line="4478"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<source>Check for Updates</source>
|
<source>Check for Updates</source>
|
||||||
<translation type="unfinished">Sprawdź aktualizacje</translation>
|
<translation type="unfinished">Sprawdź aktualizacje</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1675,13 +1675,13 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../gui/MainWindow.ui" line="4547"/>
|
<location filename="../../gui/MainWindow.ui" line="4547"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1837"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1843"/>
|
||||||
<source>Disable Update Reminder</source>
|
<source>Disable Update Reminder</source>
|
||||||
<translation type="unfinished">Wyłącz przypominanie o aktualizacji</translation>
|
<translation type="unfinished">Wyłącz przypominanie o aktualizacji</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../gui/MainWindow.ui" line="4555"/>
|
<location filename="../../gui/MainWindow.ui" line="4555"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1863"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1869"/>
|
||||||
<source>Disable Sound Effects</source>
|
<source>Disable Sound Effects</source>
|
||||||
<translation type="unfinished">Wyłącz efekty dźwiękowe</translation>
|
<translation type="unfinished">Wyłącz efekty dźwiękowe</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1772,7 +1772,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="719"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="719"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3800"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3807"/>
|
||||||
<source>Access Denied</source>
|
<source>Access Denied</source>
|
||||||
<translation type="unfinished">Dostęp zablokowany</translation>
|
<translation type="unfinished">Dostęp zablokowany</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1847,192 +1847,192 @@
|
|||||||
<translation type="unfinished">Zapamiętaj wybrany folder</translation>
|
<translation type="unfinished">Zapamiętaj wybrany folder</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1258"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1260"/>
|
||||||
<source>License Declined</source>
|
<source>License Declined</source>
|
||||||
<translation type="unfinished">Licencja odrzucona</translation>
|
<translation type="unfinished">Licencja odrzucona</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1258"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1260"/>
|
||||||
<source>You have declined the license. Consequently the application will exit now!</source>
|
<source>You have declined the license. Consequently the application will exit now!</source>
|
||||||
<translation type="unfinished">Odrzuciłeś licencję. W takim razie program zostanie teraz zamknięty!</translation>
|
<translation type="unfinished">Odrzuciłeś licencję. W takim razie program zostanie teraz zamknięty!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1258"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1260"/>
|
||||||
<source>Goodbye!</source>
|
<source>Goodbye!</source>
|
||||||
<translation type="unfinished">Naraska!</translation>
|
<translation type="unfinished">Naraska!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<source>LameXP - Expired</source>
|
<source>LameXP - Expired</source>
|
||||||
<translation type="unfinished">LameXP - Termin wygasł</translation>
|
<translation type="unfinished">LameXP - Termin wygasł</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<source>This demo (pre-release) version of LameXP has expired at %1.</source>
|
<source>This demo (pre-release) version of LameXP has expired at %1.</source>
|
||||||
<translation type="unfinished">Ta wersja próbna LameXP wygasła %1.</translation>
|
<translation type="unfinished">Ta wersja próbna LameXP wygasła %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<source>LameXP is free software and release versions won't expire.</source>
|
<source>LameXP is free software and release versions won't expire.</source>
|
||||||
<translation type="unfinished">LameXP jest darmowym oprogramowaniem i pełna wersja nie wygasa.</translation>
|
<translation type="unfinished">LameXP jest darmowym oprogramowaniem i pełna wersja nie wygasa.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<source>Exit Program</source>
|
<source>Exit Program</source>
|
||||||
<translation type="unfinished">Wyjdź z programu</translation>
|
<translation type="unfinished">Wyjdź z programu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1299"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1301"/>
|
||||||
<source>It seems that a bogus anti-virus software is slowing down the startup of LameXP.</source>
|
<source>It seems that a bogus anti-virus software is slowing down the startup of LameXP.</source>
|
||||||
<translation type="unfinished">Najwyraźniej twoje oprogramowanie antywirusowe spowalnia uruchamianie się LameXP.</translation>
|
<translation type="unfinished">Najwyraźniej twoje oprogramowanie antywirusowe spowalnia uruchamianie się LameXP.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1300"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1302"/>
|
||||||
<source>Please refer to the %1 document for details and solutions!</source>
|
<source>Please refer to the %1 document for details and solutions!</source>
|
||||||
<translation type="unfinished">Prosze sprawdzić dokument %1 w celu dalszych szcegółów i rozwiązań!</translation>
|
<translation type="unfinished">Prosze sprawdzić dokument %1 w celu dalszych szcegółów i rozwiązań!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1301"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1303"/>
|
||||||
<source>Slow Startup</source>
|
<source>Slow Startup</source>
|
||||||
<translation type="unfinished">Powolny start</translation>
|
<translation type="unfinished">Powolny start</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1301"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1303"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1379"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1381"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1456"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1458"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2012"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2019"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3743"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3750"/>
|
||||||
<source>Discard</source>
|
<source>Discard</source>
|
||||||
<translation type="unfinished">Zamknij</translation>
|
<translation type="unfinished">Zamknij</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1301"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1303"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1379"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1381"/>
|
||||||
<source>Don't Show Again</source>
|
<source>Don't Show Again</source>
|
||||||
<translation type="unfinished">Nie pokazuj ponownie</translation>
|
<translation type="unfinished">Nie pokazuj ponownie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<source>Urgent Update</source>
|
<source>Urgent Update</source>
|
||||||
<translation type="unfinished">Ważna aktualizacja</translation>
|
<translation type="unfinished">Ważna aktualizacja</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<source>Your version of LameXP is more than a year old. Time for an update!</source>
|
<source>Your version of LameXP is more than a year old. Time for an update!</source>
|
||||||
<translation type="unfinished">Twoja wersja LameXP jest starsza niż rok! Czas na aktualizację!</translation>
|
<translation type="unfinished">Twoja wersja LameXP jest starsza niż rok! Czas na aktualizację!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1839"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1845"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1849"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1855"/>
|
||||||
<source>Update Reminder</source>
|
<source>Update Reminder</source>
|
||||||
<translation type="unfinished">Powiadomienie aktualizacji</translation>
|
<translation type="unfinished">Powiadomienie aktualizacji</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<source>Your last update check was more than 14 days ago. Check for updates now?</source>
|
<source>Your last update check was more than 14 days ago. Check for updates now?</source>
|
||||||
<translation type="unfinished">Ostatnie sprawdzenie aktualizacji było ponad 14 dni temu. Sprawdzić teraz aktualizacje?</translation>
|
<translation type="unfinished">Ostatnie sprawdzenie aktualizacji było ponad 14 dni temu. Sprawdzić teraz aktualizacje?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<source>Your did not check for LameXP updates yet. Check for updates now?</source>
|
<source>Your did not check for LameXP updates yet. Check for updates now?</source>
|
||||||
<translation type="unfinished">Nie sprawdzałeś jeszcze aktualizacji LameXP. Sprawdzić teraz aktualizacje?</translation>
|
<translation type="unfinished">Nie sprawdzałeś jeszcze aktualizacji LameXP. Sprawdzić teraz aktualizacje?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<source>Postpone</source>
|
<source>Postpone</source>
|
||||||
<translation type="unfinished">Przełóż</translation>
|
<translation type="unfinished">Przełóż</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1357"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1359"/>
|
||||||
<source>LameXP detected that your version of the Nero AAC encoder is outdated!</source>
|
<source>LameXP detected that your version of the Nero AAC encoder is outdated!</source>
|
||||||
<translation type="unfinished">LameXP wykrył że Twoja wersja kodera Nero AAC jest nieaktualna!</translation>
|
<translation type="unfinished">LameXP wykrył że Twoja wersja kodera Nero AAC jest nieaktualna!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1358"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1360"/>
|
||||||
<source>The current version available is %1 (or later), but you still have version %2 installed.</source>
|
<source>The current version available is %1 (or later), but you still have version %2 installed.</source>
|
||||||
<translation type="unfinished">Wersją dostępną obecnie jest %1, Twoja wersja to %2.</translation>
|
<translation type="unfinished">Wersją dostępną obecnie jest %1, Twoja wersja to %2.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1358"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1360"/>
|
||||||
<source>n/a</source>
|
<source>n/a</source>
|
||||||
<translation type="unfinished">b/d</translation>
|
<translation type="unfinished">b/d</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1359"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1361"/>
|
||||||
<source>You can download the latest version of the Nero AAC encoder from the Nero website at:</source>
|
<source>You can download the latest version of the Nero AAC encoder from the Nero website at:</source>
|
||||||
<translation type="unfinished">Możesz pobrać najnowszą wersję kodera Nero AAC ze strony Nero:</translation>
|
<translation type="unfinished">Możesz pobrać najnowszą wersję kodera Nero AAC ze strony Nero:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1362"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1364"/>
|
||||||
<source>AAC Encoder Outdated</source>
|
<source>AAC Encoder Outdated</source>
|
||||||
<translation type="unfinished">Koder AAC jest nieaktualny</translation>
|
<translation type="unfinished">Koder AAC jest nieaktualny</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1373"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1375"/>
|
||||||
<source>The Nero AAC encoder could not be found. AAC encoding support will be disabled.</source>
|
<source>The Nero AAC encoder could not be found. AAC encoding support will be disabled.</source>
|
||||||
<translation type="unfinished">Nie można odnaleźć kodera Nero AAC. Kompresja formatu AAC zostanie wyłączona.</translation>
|
<translation type="unfinished">Nie można odnaleźć kodera Nero AAC. Kompresja formatu AAC zostanie wyłączona.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1374"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1376"/>
|
||||||
<source>Please put 'neroAacEnc.exe', 'neroAacDec.exe' and 'neroAacTag.exe' into the LameXP directory!</source>
|
<source>Please put 'neroAacEnc.exe', 'neroAacDec.exe' and 'neroAacTag.exe' into the LameXP directory!</source>
|
||||||
<translation type="unfinished">Prosze skopiować 'neroAacEnc.exe', 'neroAacDec.exe', oraz 'neroAacTag.exe' do folderu LameXP!</translation>
|
<translation type="unfinished">Prosze skopiować 'neroAacEnc.exe', 'neroAacDec.exe', oraz 'neroAacTag.exe' do folderu LameXP!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1375"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1377"/>
|
||||||
<source>Your LameXP directory is located here:</source>
|
<source>Your LameXP directory is located here:</source>
|
||||||
<translation type="unfinished">Folder aplikacji LameXP znajduje się tutaj:</translation>
|
<translation type="unfinished">Folder aplikacji LameXP znajduje się tutaj:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1377"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1379"/>
|
||||||
<source>You can download the Nero AAC encoder for free from the official Nero website at:</source>
|
<source>You can download the Nero AAC encoder for free from the official Nero website at:</source>
|
||||||
<translation type="unfinished">Możesz pobrać koder Nero AAC za darmo z oficjalnej strony Nero:</translation>
|
<translation type="unfinished">Możesz pobrać koder Nero AAC za darmo z oficjalnej strony Nero:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1379"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1381"/>
|
||||||
<source>AAC Support Disabled</source>
|
<source>AAC Support Disabled</source>
|
||||||
<translation type="unfinished">Wsparcie dla AAC wyłączone</translation>
|
<translation type="unfinished">Wsparcie dla AAC wyłączone</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1508"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1510"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1563"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1565"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1573"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1575"/>
|
||||||
<source>LameXP</source>
|
<source>LameXP</source>
|
||||||
<translation type="unfinished">LameXP</translation>
|
<translation type="unfinished">LameXP</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1508"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1510"/>
|
||||||
<source>You must add at least one file to the list before proceeding!</source>
|
<source>You must add at least one file to the list before proceeding!</source>
|
||||||
<translation type="unfinished">Powinienieś dodać przynajmniej jeden plik do listy aby zacząć działać!</translation>
|
<translation type="unfinished">Powinienieś dodać przynajmniej jeden plik do listy aby zacząć działać!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1516"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1518"/>
|
||||||
<source>Not Found</source>
|
<source>Not Found</source>
|
||||||
<translation type="unfinished">Nie znaleziono</translation>
|
<translation type="unfinished">Nie znaleziono</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1516"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1518"/>
|
||||||
<source>Your currently selected TEMP folder does not exist anymore:</source>
|
<source>Your currently selected TEMP folder does not exist anymore:</source>
|
||||||
<translation type="unfinished">Wybrany przez Ciebie folder tymczasowy TEMP już nie istnieje:</translation>
|
<translation type="unfinished">Wybrany przez Ciebie folder tymczasowy TEMP już nie istnieje:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1516"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1518"/>
|
||||||
<source>Restore Default</source>
|
<source>Restore Default</source>
|
||||||
<translation type="unfinished">Przywróć domyślne</translation>
|
<translation type="unfinished">Przywróć domyślne</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1516"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1518"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation type="unfinished">Anuluj</translation>
|
<translation type="unfinished">Anuluj</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1538"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1540"/>
|
||||||
<source>Low Diskspace Warning</source>
|
<source>Low Diskspace Warning</source>
|
||||||
<translation type="unfinished">Ostrzeżenie o małej ilości miejsca na dysku</translation>
|
<translation type="unfinished">Ostrzeżenie o małej ilości miejsca na dysku</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1533"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1535"/>
|
||||||
<source>There are less than %1 GB of free diskspace available on your system's TEMP folder.</source>
|
<source>There are less than %1 GB of free diskspace available on your system's TEMP folder.</source>
|
||||||
<translation type="unfinished">Jest mniej niż %1 GB dostępnego miejsca w systemowym folderze TEMP.</translation>
|
<translation type="unfinished">Jest mniej niż %1 GB dostępnego miejsca w systemowym folderze TEMP.</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -2042,33 +2042,33 @@
|
|||||||
<translation type="unfinished">WERSJA PRÓBNA</translation>
|
<translation type="unfinished">WERSJA PRÓBNA</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1361"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1363"/>
|
||||||
<source>(Hint: Please ignore the name of the downloaded ZIP file and check the included 'changelog.txt' instead!)</source>
|
<source>(Hint: Please ignore the name of the downloaded ZIP file and check the included 'changelog.txt' instead!)</source>
|
||||||
<translation type="unfinished">(Podpowiedź: Zignoruj nazwę pobranego pliku ZIP, w zamian sprawdż załączony w archiwum plik "changelog.txt"!)</translation>
|
<translation type="unfinished">(Podpowiedź: Zignoruj nazwę pobranego pliku ZIP, w zamian sprawdż załączony w archiwum plik "changelog.txt"!)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1534"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1536"/>
|
||||||
<source>It is highly recommend to free up more diskspace before proceeding with the encode!</source>
|
<source>It is highly recommend to free up more diskspace before proceeding with the encode!</source>
|
||||||
<translation type="unfinished">Jest wysoce zalecane zwolnić miejsce na dysku zanim zaczniesz kompresję!</translation>
|
<translation type="unfinished">Jest wysoce zalecane zwolnić miejsce na dysku zanim zaczniesz kompresję!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1535"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1537"/>
|
||||||
<source>Your TEMP folder is located at:</source>
|
<source>Your TEMP folder is located at:</source>
|
||||||
<translation type="unfinished">Twój folder TEMP znajduję się:</translation>
|
<translation type="unfinished">Twój folder TEMP znajduję się:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1538"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1540"/>
|
||||||
<source>Abort Encoding Process</source>
|
<source>Abort Encoding Process</source>
|
||||||
<translation type="unfinished">Przerwij proces kompresji</translation>
|
<translation type="unfinished">Przerwij proces kompresji</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1538"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1540"/>
|
||||||
<source>Clean Disk Now</source>
|
<source>Clean Disk Now</source>
|
||||||
<translation type="unfinished">Wykonaj oczyszczanie dysku</translation>
|
<translation type="unfinished">Wykonaj oczyszczanie dysku</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1538"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1540"/>
|
||||||
<source>Ignore</source>
|
<source>Ignore</source>
|
||||||
<translation type="unfinished">Ignoruj</translation>
|
<translation type="unfinished">Ignoruj</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -2134,443 +2134,443 @@
|
|||||||
<translation type="unfinished">Importuj Tagi do pliku CVS</translation>
|
<translation type="unfinished">Importuj Tagi do pliku CVS</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1328"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1330"/>
|
||||||
<source>Skipping update check this time, please be patient...</source>
|
<source>Skipping update check this time, please be patient...</source>
|
||||||
<translation type="unfinished">Pomijanie sprawdzania aktualizacji, prosze czekać...</translation>
|
<translation type="unfinished">Pomijanie sprawdzania aktualizacji, prosze czekać...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1546"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1548"/>
|
||||||
<source>Low Diskspace</source>
|
<source>Low Diskspace</source>
|
||||||
<translation type="unfinished">Mało miejsca na dysku</translation>
|
<translation type="unfinished">Mało miejsca na dysku</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1546"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1548"/>
|
||||||
<source>You are proceeding with low diskspace. Problems might occur!</source>
|
<source>You are proceeding with low diskspace. Problems might occur!</source>
|
||||||
<translation type="unfinished">Chcesz zacząć działać z małą ilością miejsca na dysku. Mogą wystąpić problemy!</translation>
|
<translation type="unfinished">Chcesz zacząć działać z małą ilością miejsca na dysku. Mogą wystąpić problemy!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1563"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1565"/>
|
||||||
<source>Sorry, an unsupported encoder has been chosen!</source>
|
<source>Sorry, an unsupported encoder has been chosen!</source>
|
||||||
<translation type="unfinished">Został wybrany koder, który nie jest wspierany!</translation>
|
<translation type="unfinished">Został wybrany koder, który nie jest wspierany!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1573"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1575"/>
|
||||||
<source>Cannot write to the selected output directory.</source>
|
<source>Cannot write to the selected output directory.</source>
|
||||||
<translation type="unfinished">Nie można zapisać do wybranej lokalizacji.</translation>
|
<translation type="unfinished">Nie można zapisać do wybranej lokalizacji.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1573"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1575"/>
|
||||||
<source>Please choose a different directory!</source>
|
<source>Please choose a different directory!</source>
|
||||||
<translation type="unfinished">Prosze wybrać inną lokalizację!</translation>
|
<translation type="unfinished">Prosze wybrać inną lokalizację!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1801"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1807"/>
|
||||||
<source>Load Translation</source>
|
<source>Load Translation</source>
|
||||||
<translation type="unfinished">Zaladuj plik językowy</translation>
|
<translation type="unfinished">Zaladuj plik językowy</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1803"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1809"/>
|
||||||
<source>Translation Files</source>
|
<source>Translation Files</source>
|
||||||
<translation type="unfinished">Pliki językowe</translation>
|
<translation type="unfinished">Pliki językowe</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1837"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1843"/>
|
||||||
<source>Do you really want to disable the update reminder?</source>
|
<source>Do you really want to disable the update reminder?</source>
|
||||||
<translation type="unfinished">Czy na pewno chcesz wyłączyć przypominanie o aktualizacjach?</translation>
|
<translation type="unfinished">Czy na pewno chcesz wyłączyć przypominanie o aktualizacjach?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1837"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1843"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1863"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1869"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1889"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1895"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1915"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1921"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2010"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2017"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2047"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2054"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2073"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2080"/>
|
||||||
<source>Yes</source>
|
<source>Yes</source>
|
||||||
<translation type="unfinished">Tak</translation>
|
<translation type="unfinished">Tak</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1837"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1843"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1863"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1869"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1889"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1895"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1915"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1921"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2010"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2017"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2047"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2054"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2073"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2080"/>
|
||||||
<source>No</source>
|
<source>No</source>
|
||||||
<translation type="unfinished">Nie</translation>
|
<translation type="unfinished">Nie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1839"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1845"/>
|
||||||
<source>The update reminder has been disabled.</source>
|
<source>The update reminder has been disabled.</source>
|
||||||
<translation type="unfinished">Przypominanie o aktualizacjach wyłączone.</translation>
|
<translation type="unfinished">Przypominanie o aktualizacjach wyłączone.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1839"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1845"/>
|
||||||
<source>Please remember to check for updates at regular intervals!</source>
|
<source>Please remember to check for updates at regular intervals!</source>
|
||||||
<translation type="unfinished">Prosze pamiętać o okresowym sprawdzaniu aktualizacji!</translation>
|
<translation type="unfinished">Prosze pamiętać o okresowym sprawdzaniu aktualizacji!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1849"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1855"/>
|
||||||
<source>The update reminder has been re-enabled.</source>
|
<source>The update reminder has been re-enabled.</source>
|
||||||
<translation type="unfinished">Przypominanie o aktualizacjach ponownie włączone.</translation>
|
<translation type="unfinished">Przypominanie o aktualizacjach ponownie włączone.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1863"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1869"/>
|
||||||
<source>Do you really want to disable all sound effects?</source>
|
<source>Do you really want to disable all sound effects?</source>
|
||||||
<translation type="unfinished">Czy na pewno chcesz wyłączyć wszystkie dźwiękowe?</translation>
|
<translation type="unfinished">Czy na pewno chcesz wyłączyć wszystkie dźwiękowe?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1865"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1871"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1875"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1881"/>
|
||||||
<source>Sound Effects</source>
|
<source>Sound Effects</source>
|
||||||
<translation type="unfinished">Efekty dźwiękowe</translation>
|
<translation type="unfinished">Efekty dźwiękowe</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1865"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1871"/>
|
||||||
<source>All sound effects have been disabled.</source>
|
<source>All sound effects have been disabled.</source>
|
||||||
<translation type="unfinished">Wszystkie efekty dźwiękowe zostały wyłączone.</translation>
|
<translation type="unfinished">Wszystkie efekty dźwiękowe zostały wyłączone.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1875"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1881"/>
|
||||||
<source>The sound effects have been re-enabled.</source>
|
<source>The sound effects have been re-enabled.</source>
|
||||||
<translation type="unfinished">Efekty dźwiękowe zostały ponownie włączone.</translation>
|
<translation type="unfinished">Efekty dźwiękowe zostały ponownie włączone.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1889"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1895"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1891"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1897"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1901"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1907"/>
|
||||||
<source>Nero AAC Notifications</source>
|
<source>Nero AAC Notifications</source>
|
||||||
<translation type="unfinished">Powiadomienia Nero AAC</translation>
|
<translation type="unfinished">Powiadomienia Nero AAC</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1889"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1895"/>
|
||||||
<source>Do you really want to disable all Nero AAC Encoder notifications?</source>
|
<source>Do you really want to disable all Nero AAC Encoder notifications?</source>
|
||||||
<translation type="unfinished">Czy na pewno chcesz wyłączyć wszystkie powiadomienia Nero AAC?</translation>
|
<translation type="unfinished">Czy na pewno chcesz wyłączyć wszystkie powiadomienia Nero AAC?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1891"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1897"/>
|
||||||
<source>All Nero AAC Encoder notifications have been disabled.</source>
|
<source>All Nero AAC Encoder notifications have been disabled.</source>
|
||||||
<translation type="unfinished">Wszystkie powiadomienia kodera Nero AAC zostały wyłączone.</translation>
|
<translation type="unfinished">Wszystkie powiadomienia kodera Nero AAC zostały wyłączone.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1901"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1907"/>
|
||||||
<source>The Nero AAC Encoder notifications have been re-enabled.</source>
|
<source>The Nero AAC Encoder notifications have been re-enabled.</source>
|
||||||
<translation type="unfinished">Powiadomienia Nero AAC zostały ponownie włączone.</translation>
|
<translation type="unfinished">Powiadomienia Nero AAC zostały ponownie włączone.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1915"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1921"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1917"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1923"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1927"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1933"/>
|
||||||
<source>Slow Startup Notifications</source>
|
<source>Slow Startup Notifications</source>
|
||||||
<translation type="unfinished">Powiadomienia o powolnym starcie</translation>
|
<translation type="unfinished">Powiadomienia o powolnym starcie</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1915"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1921"/>
|
||||||
<source>Do you really want to disable the slow startup notifications?</source>
|
<source>Do you really want to disable the slow startup notifications?</source>
|
||||||
<translation type="unfinished">Czy na pewno chcesz wyłączyć powiadomienia o powolnym starcie?</translation>
|
<translation type="unfinished">Czy na pewno chcesz wyłączyć powiadomienia o powolnym starcie?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1917"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1923"/>
|
||||||
<source>The slow startup notifications have been disabled.</source>
|
<source>The slow startup notifications have been disabled.</source>
|
||||||
<translation type="unfinished">Powiadomienia o powolnym starcie zostały wyłączone.</translation>
|
<translation type="unfinished">Powiadomienia o powolnym starcie zostały wyłączone.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1927"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1933"/>
|
||||||
<source>The slow startup notifications have been re-enabled.</source>
|
<source>The slow startup notifications have been re-enabled.</source>
|
||||||
<translation type="unfinished">Powiadomienia o powolnym starcie zostały ponownie włączone.</translation>
|
<translation type="unfinished">Powiadomienia o powolnym starcie zostały ponownie włączone.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1950"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1956"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1954"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1960"/>
|
||||||
<source>Open Cue Sheet</source>
|
<source>Open Cue Sheet</source>
|
||||||
<translation type="unfinished">Otwórz plik Cue Sheet</translation>
|
<translation type="unfinished">Otwórz plik Cue Sheet</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1950"/>
|
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1956"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1956"/>
|
||||||
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1962"/>
|
||||||
<source>Cue Sheet File</source>
|
<source>Cue Sheet File</source>
|
||||||
<translation type="unfinished">Plik Cue Sheet</translation>
|
<translation type="unfinished">Plik Cue Sheet</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2010"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2017"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2012"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2019"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2025"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2032"/>
|
||||||
<source>Beta Updates</source>
|
<source>Beta Updates</source>
|
||||||
<translation type="unfinished">Aktualizacje Beta</translation>
|
<translation type="unfinished">Aktualizacje Beta</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2010"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2017"/>
|
||||||
<source>Do you really want LameXP to check for Beta (pre-release) updates?</source>
|
<source>Do you really want LameXP to check for Beta (pre-release) updates?</source>
|
||||||
<translation type="unfinished">Czy na pewno chcesz aby LameXP sprawdzał aktualizacje Beta?</translation>
|
<translation type="unfinished">Czy na pewno chcesz aby LameXP sprawdzał aktualizacje Beta?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2012"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2019"/>
|
||||||
<source>LameXP will check for Beta (pre-release) updates from now on.</source>
|
<source>LameXP will check for Beta (pre-release) updates from now on.</source>
|
||||||
<translation type="unfinished">Od teraz LameXP będzie sprawdzał aktualizacje Beta.</translation>
|
<translation type="unfinished">Od teraz LameXP będzie sprawdzał aktualizacje Beta.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2012"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2019"/>
|
||||||
<source>Check Now</source>
|
<source>Check Now</source>
|
||||||
<translation type="unfinished">Sprawdź teraz</translation>
|
<translation type="unfinished">Sprawdź teraz</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2025"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2032"/>
|
||||||
<source>LameXP will <i>not</i> check for Beta (pre-release) updates from now on.</source>
|
<source>LameXP will <i>not</i> check for Beta (pre-release) updates from now on.</source>
|
||||||
<translation type="unfinished">LameXP od teraz <i>nie będzie</i> sprawdzał aktualizacji Beta.</translation>
|
<translation type="unfinished">LameXP od teraz <i>nie będzie</i> sprawdzał aktualizacji Beta.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2047"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2054"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2049"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2056"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2059"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2066"/>
|
||||||
<source>Hibernate Computer</source>
|
<source>Hibernate Computer</source>
|
||||||
<translation type="unfinished">Hibernuj komputer</translation>
|
<translation type="unfinished">Hibernuj komputer</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2047"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2054"/>
|
||||||
<source>Do you really want the computer to be hibernated on shutdown?</source>
|
<source>Do you really want the computer to be hibernated on shutdown?</source>
|
||||||
<translation type="unfinished">Czy na pewno chcesz aby komputer był hibernowany zamiast zamykany?</translation>
|
<translation type="unfinished">Czy na pewno chcesz aby komputer był hibernowany zamiast zamykany?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2049"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2056"/>
|
||||||
<source>LameXP will hibernate the computer on shutdown from now on.</source>
|
<source>LameXP will hibernate the computer on shutdown from now on.</source>
|
||||||
<translation type="unfinished">Od teraz LameXP będzie hibernował komputer zamiast zamykać.</translation>
|
<translation type="unfinished">Od teraz LameXP będzie hibernował komputer zamiast zamykać.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2059"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2066"/>
|
||||||
<source>LameXP will <i>not</i> hibernate the computer on shutdown from now on.</source>
|
<source>LameXP will <i>not</i> hibernate the computer on shutdown from now on.</source>
|
||||||
<translation type="unfinished">LameXP od teraz <i>nie</i> będzie hibernował komputera tylko zamykał.</translation>
|
<translation type="unfinished">LameXP od teraz <i>nie</i> będzie hibernował komputera tylko zamykał.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2073"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2080"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2076"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2083"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2087"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2094"/>
|
||||||
<source>Shell Integration</source>
|
<source>Shell Integration</source>
|
||||||
<translation type="unfinished">Integracja z systemem</translation>
|
<translation type="unfinished">Integracja z systemem</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2073"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2080"/>
|
||||||
<source>Do you really want to disable the LameXP shell integration?</source>
|
<source>Do you really want to disable the LameXP shell integration?</source>
|
||||||
<translation type="unfinished">Czy na pewno chcesz wyłączyć integrację LameXP z systemem?</translation>
|
<translation type="unfinished">Czy na pewno chcesz wyłączyć integrację LameXP z systemem?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2076"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2083"/>
|
||||||
<source>The LameXP shell integration has been disabled.</source>
|
<source>The LameXP shell integration has been disabled.</source>
|
||||||
<translation type="unfinished">Integracja LameXP z systemem zostałą wyłączona.</translation>
|
<translation type="unfinished">Integracja LameXP z systemem zostałą wyłączona.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2087"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2094"/>
|
||||||
<source>The LameXP shell integration has been re-enabled.</source>
|
<source>The LameXP shell integration has been re-enabled.</source>
|
||||||
<translation type="unfinished">Integracja LameXP z systemem została ponownie włączona.</translation>
|
<translation type="unfinished">Integracja LameXP z systemem została ponownie włączona.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2184"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2191"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2193"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2200"/>
|
||||||
<source>Add file(s)</source>
|
<source>Add file(s)</source>
|
||||||
<translation type="unfinished">Dodaj plik(i)</translation>
|
<translation type="unfinished">Dodaj plik(i)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2225"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2232"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2229"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2236"/>
|
||||||
<source>Add Folder</source>
|
<source>Add Folder</source>
|
||||||
<translation type="unfinished">Dodaj folder</translation>
|
<translation type="unfinished">Dodaj folder</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2460"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2467"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2464"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2471"/>
|
||||||
<source>Save CSV file</source>
|
<source>Save CSV file</source>
|
||||||
<translation type="unfinished">Zapisz plik CSV</translation>
|
<translation type="unfinished">Zapisz plik CSV</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2460"/>
|
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2467"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2467"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2511"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2474"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2517"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2518"/>
|
||||||
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2524"/>
|
||||||
<source>CSV File</source>
|
<source>CSV File</source>
|
||||||
<translation type="unfinished">Plik CSV</translation>
|
<translation type="unfinished">Plik CSV</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2481"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2488"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2484"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2491"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2487"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2494"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2490"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2497"/>
|
||||||
<source>CSV Export</source>
|
<source>CSV Export</source>
|
||||||
<translation type="unfinished">Eksportowanie CSV</translation>
|
<translation type="unfinished">Eksportowanie CSV</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2481"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2488"/>
|
||||||
<source>Sorry, there are no meta tags that can be exported!</source>
|
<source>Sorry, there are no meta tags that can be exported!</source>
|
||||||
<translation type="unfinished">Nie ma żadnych tagów, które można eksportować!</translation>
|
<translation type="unfinished">Nie ma żadnych tagów, które można eksportować!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2484"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2491"/>
|
||||||
<source>Sorry, failed to open CSV file for writing!</source>
|
<source>Sorry, failed to open CSV file for writing!</source>
|
||||||
<translation type="unfinished">Nie można otworzyć pliku CSV aby go zapisać!</translation>
|
<translation type="unfinished">Nie można otworzyć pliku CSV aby go zapisać!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2487"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2494"/>
|
||||||
<source>Sorry, failed to write to the CSV file!</source>
|
<source>Sorry, failed to write to the CSV file!</source>
|
||||||
<translation type="unfinished">Nie można zapisać do pliku CSV!</translation>
|
<translation type="unfinished">Nie można zapisać do pliku CSV!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2490"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2497"/>
|
||||||
<source>The CSV files was created successfully!</source>
|
<source>The CSV files was created successfully!</source>
|
||||||
<translation type="unfinished">Pliki CSV utworzone pomyślnie!</translation>
|
<translation type="unfinished">Pliki CSV utworzone pomyślnie!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2511"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2518"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2515"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2522"/>
|
||||||
<source>Open CSV file</source>
|
<source>Open CSV file</source>
|
||||||
<translation type="unfinished">Otwórz plik CSV</translation>
|
<translation type="unfinished">Otwórz plik CSV</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2531"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2538"/>
|
||||||
<source>Sorry, failed to open CSV file for reading!</source>
|
<source>Sorry, failed to open CSV file for reading!</source>
|
||||||
<translation type="unfinished">Nie można otworzyć pliku CSV aby go wczytać!</translation>
|
<translation type="unfinished">Nie można otworzyć pliku CSV aby go wczytać!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2531"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2538"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2534"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2541"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2537"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2544"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2540"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2547"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2543"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2550"/>
|
||||||
<source>CSV Import</source>
|
<source>CSV Import</source>
|
||||||
<translation type="unfinished">Importowanie CSV</translation>
|
<translation type="unfinished">Importowanie CSV</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2534"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2541"/>
|
||||||
<source>Sorry, failed to read from the CSV file!</source>
|
<source>Sorry, failed to read from the CSV file!</source>
|
||||||
<translation type="unfinished">Próba odczytania pliku CSV zakończona niepowodzeniem!</translation>
|
<translation type="unfinished">Próba odczytania pliku CSV zakończona niepowodzeniem!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2537"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2544"/>
|
||||||
<source>Sorry, the CSV file does not contain any known fields!</source>
|
<source>Sorry, the CSV file does not contain any known fields!</source>
|
||||||
<translation type="unfinished">Plik CSV nie zawiera żadnych znanych pól!</translation>
|
<translation type="unfinished">Plik CSV nie zawiera żadnych znanych pól!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2540"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2547"/>
|
||||||
<source>CSV file is incomplete. Not all files were updated!</source>
|
<source>CSV file is incomplete. Not all files were updated!</source>
|
||||||
<translation type="unfinished">Plik CSV nie jest kompletny. Nie wszystkie pliki zostały zaktualizowane!</translation>
|
<translation type="unfinished">Plik CSV nie jest kompletny. Nie wszystkie pliki zostały zaktualizowane!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2543"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2550"/>
|
||||||
<source>The CSV files was imported successfully!</source>
|
<source>The CSV files was imported successfully!</source>
|
||||||
<translation type="unfinished">Pliki CSV zaimportowano pomyślnie!</translation>
|
<translation type="unfinished">Pliki CSV zaimportowano pomyślnie!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2723"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2730"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2768"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2775"/>
|
||||||
<source>New Folder</source>
|
<source>New Folder</source>
|
||||||
<translation type="unfinished">Nowy folder</translation>
|
<translation type="unfinished">Nowy folder</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2768"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2775"/>
|
||||||
<source>Enter the name of the new folder:</source>
|
<source>Enter the name of the new folder:</source>
|
||||||
<translation type="unfinished">Wprowadź nazwę nowego folderu:</translation>
|
<translation type="unfinished">Wprowadź nazwę nowego folderu:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2801"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2808"/>
|
||||||
<source>Failed to create folder</source>
|
<source>Failed to create folder</source>
|
||||||
<translation type="unfinished">Utworzenie folderu zakończone niepowodzeniem</translation>
|
<translation type="unfinished">Utworzenie folderu zakończone niepowodzeniem</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2801"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2808"/>
|
||||||
<source>The new folder could not be created:</source>
|
<source>The new folder could not be created:</source>
|
||||||
<translation type="unfinished">Nowy folder nie mógł zostać stworzony:</translation>
|
<translation type="unfinished">Nowy folder nie mógł zostać stworzony:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2801"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2808"/>
|
||||||
<source>Drive is read-only or insufficient access rights!</source>
|
<source>Drive is read-only or insufficient access rights!</source>
|
||||||
<translation type="unfinished">Dysk tylko do odczytu lub brak praw dostępu!</translation>
|
<translation type="unfinished">Dysk tylko do odczytu lub brak praw dostępu!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3380"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3387"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3383"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3390"/>
|
||||||
<source>Quality Level %1</source>
|
<source>Quality Level %1</source>
|
||||||
<translation type="unfinished">Poziom jakości %1</translation>
|
<translation type="unfinished">Poziom jakości %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3386"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3393"/>
|
||||||
<source>Compression %1</source>
|
<source>Compression %1</source>
|
||||||
<translation type="unfinished">Kompresja %1</translation>
|
<translation type="unfinished">Kompresja %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3389"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3396"/>
|
||||||
<source>Uncompressed</source>
|
<source>Uncompressed</source>
|
||||||
<translation type="unfinished">Nieskompresowany</translation>
|
<translation type="unfinished">Nieskompresowany</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3436"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3443"/>
|
||||||
<source>Best Quality (Slow)</source>
|
<source>Best Quality (Slow)</source>
|
||||||
<translation type="unfinished">Najlepsza jakość (Powoli)</translation>
|
<translation type="unfinished">Najlepsza jakość (Powoli)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3442"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3449"/>
|
||||||
<source>Acceptable Quality (Fast)</source>
|
<source>Acceptable Quality (Fast)</source>
|
||||||
<translation type="unfinished">Akceptowalna jakość (Szybko)</translation>
|
<translation type="unfinished">Akceptowalna jakość (Szybko)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3439"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3446"/>
|
||||||
<source>High Quality (Recommended)</source>
|
<source>High Quality (Recommended)</source>
|
||||||
<translation type="unfinished">Wysoka jakość (Zalecane)</translation>
|
<translation type="unfinished">Wysoka jakość (Zalecane)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3278"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3285"/>
|
||||||
<source>Current Encoder: %1</source>
|
<source>Current Encoder: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3445"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3452"/>
|
||||||
<source>Poor Quality (Very Fast)</source>
|
<source>Poor Quality (Very Fast)</source>
|
||||||
<translation type="unfinished">Najniższa jakość (Bardzo szybko)</translation>
|
<translation type="unfinished">Najniższa jakość (Bardzo szybko)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3732"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3739"/>
|
||||||
<source>File name without extension</source>
|
<source>File name without extension</source>
|
||||||
<translation type="unfinished">Nazwa pliku bez rozszerzenia</translation>
|
<translation type="unfinished">Nazwa pliku bez rozszerzenia</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3733"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3740"/>
|
||||||
<source>Track number with leading zero</source>
|
<source>Track number with leading zero</source>
|
||||||
<translation type="unfinished">Numer ścieżki z zerem na początku</translation>
|
<translation type="unfinished">Numer ścieżki z zerem na początku</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3734"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3741"/>
|
||||||
<source>Track title</source>
|
<source>Track title</source>
|
||||||
<translation type="unfinished">Nazwa ścieżki</translation>
|
<translation type="unfinished">Nazwa ścieżki</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3735"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3742"/>
|
||||||
<source>Artist name</source>
|
<source>Artist name</source>
|
||||||
<translation type="unfinished">Nazwa Artysty</translation>
|
<translation type="unfinished">Nazwa Artysty</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3736"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3743"/>
|
||||||
<source>Album name</source>
|
<source>Album name</source>
|
||||||
<translation type="unfinished">Nazwa Albumu</translation>
|
<translation type="unfinished">Nazwa Albumu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3737"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3744"/>
|
||||||
<source>Year with (at least) four digits</source>
|
<source>Year with (at least) four digits</source>
|
||||||
<translation type="unfinished">Rok z (przynajmniej) czterema cyframi</translation>
|
<translation type="unfinished">Rok z (przynajmniej) czterema cyframi</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3738"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3745"/>
|
||||||
<source>Comment</source>
|
<source>Comment</source>
|
||||||
<translation type="unfinished">Komentarz</translation>
|
<translation type="unfinished">Komentarz</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3740"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3747"/>
|
||||||
<source>Characters forbidden in file names:</source>
|
<source>Characters forbidden in file names:</source>
|
||||||
<translation type="unfinished">Zabronione znaki w nazwach plików:</translation>
|
<translation type="unfinished">Zabronione znaki w nazwach plików:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3743"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3750"/>
|
||||||
<source>Rename Macros</source>
|
<source>Rename Macros</source>
|
||||||
<translation type="unfinished">Zmień nazwy makr</translation>
|
<translation type="unfinished">Zmień nazwy makr</translation>
|
||||||
</message>
|
</message>
|
||||||
<message numerus="yes">
|
<message numerus="yes">
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3756"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3763"/>
|
||||||
<source>%n Instance(s)</source>
|
<source>%n Instance(s)</source>
|
||||||
<translation type="unfinished">
|
<translation type="unfinished">
|
||||||
<numerusform>%n wątek</numerusform>
|
<numerusform>%n wątek</numerusform>
|
||||||
@ -2579,37 +2579,37 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3800"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3807"/>
|
||||||
<source>Cannot write to the selected directory. Please choose another directory!</source>
|
<source>Cannot write to the selected directory. Please choose another directory!</source>
|
||||||
<translation type="unfinished">Nie można zapisać do wybranej lokalizacji. Prosze wybierz inną lokalizację!</translation>
|
<translation type="unfinished">Nie można zapisać do wybranej lokalizacji. Prosze wybierz inną lokalizację!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3922"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3929"/>
|
||||||
<source>Overwrite Mode</source>
|
<source>Overwrite Mode</source>
|
||||||
<translation type="unfinished">Tryb nadpisywania</translation>
|
<translation type="unfinished">Tryb nadpisywania</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3922"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3929"/>
|
||||||
<source>Warning: This mode may overwrite existing files with no way to revert!</source>
|
<source>Warning: This mode may overwrite existing files with no way to revert!</source>
|
||||||
<translation type="unfinished">Ostrzeżenie: W tym trybie istniejące pliki będą nadpisywane bez możliwości ich odzyskania!</translation>
|
<translation type="unfinished">Ostrzeżenie: W tym trybie istniejące pliki będą nadpisywane bez możliwości ich odzyskania!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3922"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3929"/>
|
||||||
<source>Continue</source>
|
<source>Continue</source>
|
||||||
<translation type="unfinished">Kontynuuj</translation>
|
<translation type="unfinished">Kontynuuj</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3922"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3929"/>
|
||||||
<source>Revert</source>
|
<source>Revert</source>
|
||||||
<translation type="unfinished">Cofnij</translation>
|
<translation type="unfinished">Cofnij</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3996"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="4003"/>
|
||||||
<source>Already Running</source>
|
<source>Already Running</source>
|
||||||
<translation type="unfinished">Już działa</translation>
|
<translation type="unfinished">Już działa</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3996"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="4003"/>
|
||||||
<source>LameXP is already running, please use the running instance!</source>
|
<source>LameXP is already running, please use the running instance!</source>
|
||||||
<translation type="unfinished">LameXP już działa, przejdź do działającego procesu!</translation>
|
<translation type="unfinished">LameXP już działa, przejdź do działającego procesu!</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -775,17 +775,17 @@
|
|||||||
<translation>LameXP - DropBox</translation>
|
<translation>LameXP - DropBox</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_DropBox.cpp" line="113"/>
|
<location filename="../../src/Dialog_DropBox.cpp" line="123"/>
|
||||||
<source>LameXP DropBox</source>
|
<source>LameXP DropBox</source>
|
||||||
<translation>LameXP DropBox</translation>
|
<translation>LameXP DropBox</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_DropBox.cpp" line="113"/>
|
<location filename="../../src/Dialog_DropBox.cpp" line="123"/>
|
||||||
<source>You can add files to LameXP via Drag&amp;Drop here!</source>
|
<source>You can add files to LameXP via Drag&amp;Drop here!</source>
|
||||||
<translation>Du kan lägga till filer i LameXP via Dra&amp;Släpp här!</translation>
|
<translation>Du kan lägga till filer i LameXP via Dra&amp;Släpp här!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_DropBox.cpp" line="113"/>
|
<location filename="../../src/Dialog_DropBox.cpp" line="123"/>
|
||||||
<source>(Right-click to close the DropBox)</source>
|
<source>(Right-click to close the DropBox)</source>
|
||||||
<translation>(Högerklicka för att stänga DropBox)</translation>
|
<translation>(Högerklicka för att stänga DropBox)</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1629,9 +1629,9 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../gui/MainWindow.ui" line="4478"/>
|
<location filename="../../gui/MainWindow.ui" line="4478"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<source>Check for Updates</source>
|
<source>Check for Updates</source>
|
||||||
<translation>Sök efter uppdateringar</translation>
|
<translation>Sök efter uppdateringar</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1672,13 +1672,13 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../gui/MainWindow.ui" line="4547"/>
|
<location filename="../../gui/MainWindow.ui" line="4547"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1837"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1843"/>
|
||||||
<source>Disable Update Reminder</source>
|
<source>Disable Update Reminder</source>
|
||||||
<translation>Inaktivera uppdateringsmeddelande</translation>
|
<translation>Inaktivera uppdateringsmeddelande</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../gui/MainWindow.ui" line="4555"/>
|
<location filename="../../gui/MainWindow.ui" line="4555"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1863"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1869"/>
|
||||||
<source>Disable Sound Effects</source>
|
<source>Disable Sound Effects</source>
|
||||||
<translation>Inaktivera ljudeffekter</translation>
|
<translation>Inaktivera ljudeffekter</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1769,7 +1769,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="719"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="719"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3800"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3807"/>
|
||||||
<source>Access Denied</source>
|
<source>Access Denied</source>
|
||||||
<translation>Åtkomst nekad</translation>
|
<translation>Åtkomst nekad</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1906,664 +1906,664 @@
|
|||||||
<translation>Importera metadata från CSV-fil</translation>
|
<translation>Importera metadata från CSV-fil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1258"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1260"/>
|
||||||
<source>License Declined</source>
|
<source>License Declined</source>
|
||||||
<translation>Licensavtal avvisat</translation>
|
<translation>Licensavtal avvisat</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1258"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1260"/>
|
||||||
<source>You have declined the license. Consequently the application will exit now!</source>
|
<source>You have declined the license. Consequently the application will exit now!</source>
|
||||||
<translation>Du har nekat att godkänna licensavtalet. Programmet kommer nu att avslutas!</translation>
|
<translation>Du har nekat att godkänna licensavtalet. Programmet kommer nu att avslutas!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1258"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1260"/>
|
||||||
<source>Goodbye!</source>
|
<source>Goodbye!</source>
|
||||||
<translation>Hej då!</translation>
|
<translation>Hej då!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<source>LameXP - Expired</source>
|
<source>LameXP - Expired</source>
|
||||||
<translation>LameXP - Upphört</translation>
|
<translation>LameXP - Upphört</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<source>This demo (pre-release) version of LameXP has expired at %1.</source>
|
<source>This demo (pre-release) version of LameXP has expired at %1.</source>
|
||||||
<translation>Denna demoversion av LameXP har upphört att gälla från %1.</translation>
|
<translation>Denna demoversion av LameXP har upphört att gälla från %1.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<source>LameXP is free software and release versions won't expire.</source>
|
<source>LameXP is free software and release versions won't expire.</source>
|
||||||
<translation>LameXP är kostnadsfritt och release-versionerna upphör inte att gälla.</translation>
|
<translation>LameXP är kostnadsfritt och release-versionerna upphör inte att gälla.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1286"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1288"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<source>Exit Program</source>
|
<source>Exit Program</source>
|
||||||
<translation>Avsluta programmet</translation>
|
<translation>Avsluta programmet</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1299"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1301"/>
|
||||||
<source>It seems that a bogus anti-virus software is slowing down the startup of LameXP.</source>
|
<source>It seems that a bogus anti-virus software is slowing down the startup of LameXP.</source>
|
||||||
<translation>Det verkar som ett antivirusprogram orsakar långsammare uppstart av LameXP.</translation>
|
<translation>Det verkar som ett antivirusprogram orsakar långsammare uppstart av LameXP.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1300"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1302"/>
|
||||||
<source>Please refer to the %1 document for details and solutions!</source>
|
<source>Please refer to the %1 document for details and solutions!</source>
|
||||||
<translation>Läs gärna %1 för detaljer och lösningar!</translation>
|
<translation>Läs gärna %1 för detaljer och lösningar!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1301"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1303"/>
|
||||||
<source>Slow Startup</source>
|
<source>Slow Startup</source>
|
||||||
<translation>Långsam uppstart</translation>
|
<translation>Långsam uppstart</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1301"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1303"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1379"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1381"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1456"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1458"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2012"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2019"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3743"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3750"/>
|
||||||
<source>Discard</source>
|
<source>Discard</source>
|
||||||
<translation>Stäng</translation>
|
<translation>Stäng</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1301"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1303"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1379"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1381"/>
|
||||||
<source>Don't Show Again</source>
|
<source>Don't Show Again</source>
|
||||||
<translation>Visa inte igen</translation>
|
<translation>Visa inte igen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<source>Urgent Update</source>
|
<source>Urgent Update</source>
|
||||||
<translation>Viktig uppdatering</translation>
|
<translation>Viktig uppdatering</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<source>Your version of LameXP is more than a year old. Time for an update!</source>
|
<source>Your version of LameXP is more than a year old. Time for an update!</source>
|
||||||
<translation>Din version av LameXP är mer än ett år gammal. Dags att uppdatera!</translation>
|
<translation>Din version av LameXP är mer än ett år gammal. Dags att uppdatera!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1312"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1314"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1538"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1540"/>
|
||||||
<source>Ignore</source>
|
<source>Ignore</source>
|
||||||
<translation>Ignorera</translation>
|
<translation>Ignorera</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1328"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1330"/>
|
||||||
<source>Skipping update check this time, please be patient...</source>
|
<source>Skipping update check this time, please be patient...</source>
|
||||||
<translation>Hoppar över uppdateringskontrollen den här gången, vänta...</translation>
|
<translation>Hoppar över uppdateringskontrollen den här gången, vänta...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1839"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1845"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1849"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1855"/>
|
||||||
<source>Update Reminder</source>
|
<source>Update Reminder</source>
|
||||||
<translation>Uppdateringspåminnelse</translation>
|
<translation>Uppdateringspåminnelse</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<source>Your last update check was more than 14 days ago. Check for updates now?</source>
|
<source>Your last update check was more than 14 days ago. Check for updates now?</source>
|
||||||
<translation>Din senaste uppdateringskontroll var för mer än 14 dagar sedan. Vill du söka efter uppdateringar nu?</translation>
|
<translation>Din senaste uppdateringskontroll var för mer än 14 dagar sedan. Vill du söka efter uppdateringar nu?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<source>Your did not check for LameXP updates yet. Check for updates now?</source>
|
<source>Your did not check for LameXP updates yet. Check for updates now?</source>
|
||||||
<translation>Du har inte genomfört uppdateringskontroll ännu. Vill du söka efter uppdateringar nu?</translation>
|
<translation>Du har inte genomfört uppdateringskontroll ännu. Vill du söka efter uppdateringar nu?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1337"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1339"/>
|
||||||
<source>Postpone</source>
|
<source>Postpone</source>
|
||||||
<translation>Skjut upp</translation>
|
<translation>Skjut upp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1357"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1359"/>
|
||||||
<source>LameXP detected that your version of the Nero AAC encoder is outdated!</source>
|
<source>LameXP detected that your version of the Nero AAC encoder is outdated!</source>
|
||||||
<translation>LameXP har uptäckt att din version av Nero AAC-kodare är utdaterad!</translation>
|
<translation>LameXP har uptäckt att din version av Nero AAC-kodare är utdaterad!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1358"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1360"/>
|
||||||
<source>The current version available is %1 (or later), but you still have version %2 installed.</source>
|
<source>The current version available is %1 (or later), but you still have version %2 installed.</source>
|
||||||
<translation>Aktuell version är %1 (eller senare), men du har fortfarande version %2.</translation>
|
<translation>Aktuell version är %1 (eller senare), men du har fortfarande version %2.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1358"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1360"/>
|
||||||
<source>n/a</source>
|
<source>n/a</source>
|
||||||
<translation>n/a</translation>
|
<translation>n/a</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1359"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1361"/>
|
||||||
<source>You can download the latest version of the Nero AAC encoder from the Nero website at:</source>
|
<source>You can download the latest version of the Nero AAC encoder from the Nero website at:</source>
|
||||||
<translation>Du kan ladda ner senaste versionen av Nero AAC-kodare från Neros webbsida:</translation>
|
<translation>Du kan ladda ner senaste versionen av Nero AAC-kodare från Neros webbsida:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1361"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1363"/>
|
||||||
<source>(Hint: Please ignore the name of the downloaded ZIP file and check the included 'changelog.txt' instead!)</source>
|
<source>(Hint: Please ignore the name of the downloaded ZIP file and check the included 'changelog.txt' instead!)</source>
|
||||||
<translation>(Tips: Bortse från den nedladde zipfilens namn, och kontrollera istället den inkluderade textfilen 'changelog.txt'!)</translation>
|
<translation>(Tips: Bortse från den nedladde zipfilens namn, och kontrollera istället den inkluderade textfilen 'changelog.txt'!)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1362"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1364"/>
|
||||||
<source>AAC Encoder Outdated</source>
|
<source>AAC Encoder Outdated</source>
|
||||||
<translation>AAC-kodare utdaterad</translation>
|
<translation>AAC-kodare utdaterad</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1373"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1375"/>
|
||||||
<source>The Nero AAC encoder could not be found. AAC encoding support will be disabled.</source>
|
<source>The Nero AAC encoder could not be found. AAC encoding support will be disabled.</source>
|
||||||
<translation>Neros AAC-kodare kan inte hittas. Stödet för AAC-kodning kommer att inaktiveras.</translation>
|
<translation>Neros AAC-kodare kan inte hittas. Stödet för AAC-kodning kommer att inaktiveras.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1374"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1376"/>
|
||||||
<source>Please put 'neroAacEnc.exe', 'neroAacDec.exe' and 'neroAacTag.exe' into the LameXP directory!</source>
|
<source>Please put 'neroAacEnc.exe', 'neroAacDec.exe' and 'neroAacTag.exe' into the LameXP directory!</source>
|
||||||
<translation>Placera 'neroAacEnc.exe', 'neroAacDec.exe' och 'neroAacTag.exe' i LameXPs programmmapp!</translation>
|
<translation>Placera 'neroAacEnc.exe', 'neroAacDec.exe' och 'neroAacTag.exe' i LameXPs programmmapp!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1375"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1377"/>
|
||||||
<source>Your LameXP directory is located here:</source>
|
<source>Your LameXP directory is located here:</source>
|
||||||
<translation>Din LameXP programmapp finns här:</translation>
|
<translation>Din LameXP programmapp finns här:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1377"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1379"/>
|
||||||
<source>You can download the Nero AAC encoder for free from the official Nero website at:</source>
|
<source>You can download the Nero AAC encoder for free from the official Nero website at:</source>
|
||||||
<translation>Du kan ladda ner Nero AAC-kodare gratis från den officiella webbsidan:</translation>
|
<translation>Du kan ladda ner Nero AAC-kodare gratis från den officiella webbsidan:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1379"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1381"/>
|
||||||
<source>AAC Support Disabled</source>
|
<source>AAC Support Disabled</source>
|
||||||
<translation>AAC-stödet är inaktiverat</translation>
|
<translation>AAC-stödet är inaktiverat</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1508"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1510"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1563"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1565"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1573"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1575"/>
|
||||||
<source>LameXP</source>
|
<source>LameXP</source>
|
||||||
<translation>LameXP</translation>
|
<translation>LameXP</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1508"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1510"/>
|
||||||
<source>You must add at least one file to the list before proceeding!</source>
|
<source>You must add at least one file to the list before proceeding!</source>
|
||||||
<translation>Du måste lägga till minst en fil till listan innan du fortsätter!</translation>
|
<translation>Du måste lägga till minst en fil till listan innan du fortsätter!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1516"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1518"/>
|
||||||
<source>Not Found</source>
|
<source>Not Found</source>
|
||||||
<translation>Kan inte hittas</translation>
|
<translation>Kan inte hittas</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1516"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1518"/>
|
||||||
<source>Your currently selected TEMP folder does not exist anymore:</source>
|
<source>Your currently selected TEMP folder does not exist anymore:</source>
|
||||||
<translation>Din aktuella TEMP-mapp finns inte längre:</translation>
|
<translation>Din aktuella TEMP-mapp finns inte längre:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1516"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1518"/>
|
||||||
<source>Restore Default</source>
|
<source>Restore Default</source>
|
||||||
<translation>Återställ standard</translation>
|
<translation>Återställ standard</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1516"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1518"/>
|
||||||
<source>Cancel</source>
|
<source>Cancel</source>
|
||||||
<translation>Avbryt</translation>
|
<translation>Avbryt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1533"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1535"/>
|
||||||
<source>There are less than %1 GB of free diskspace available on your system's TEMP folder.</source>
|
<source>There are less than %1 GB of free diskspace available on your system's TEMP folder.</source>
|
||||||
<translation>Det finns mindre än %1 GB ledigt diskutrymme i systemets temp-mapp.</translation>
|
<translation>Det finns mindre än %1 GB ledigt diskutrymme i systemets temp-mapp.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1534"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1536"/>
|
||||||
<source>It is highly recommend to free up more diskspace before proceeding with the encode!</source>
|
<source>It is highly recommend to free up more diskspace before proceeding with the encode!</source>
|
||||||
<translation>Du behöver frigöra mer diskutrymme innan du fortsätter med omkodningen!</translation>
|
<translation>Du behöver frigöra mer diskutrymme innan du fortsätter med omkodningen!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1535"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1537"/>
|
||||||
<source>Your TEMP folder is located at:</source>
|
<source>Your TEMP folder is located at:</source>
|
||||||
<translation>Temp-mappens placering:</translation>
|
<translation>Temp-mappens placering:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1538"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1540"/>
|
||||||
<source>Low Diskspace Warning</source>
|
<source>Low Diskspace Warning</source>
|
||||||
<translation>Varning för dåligt diskutrymme</translation>
|
<translation>Varning för dåligt diskutrymme</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1538"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1540"/>
|
||||||
<source>Abort Encoding Process</source>
|
<source>Abort Encoding Process</source>
|
||||||
<translation>Avbryt omkodningsprocessen</translation>
|
<translation>Avbryt omkodningsprocessen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1538"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1540"/>
|
||||||
<source>Clean Disk Now</source>
|
<source>Clean Disk Now</source>
|
||||||
<translation>Rensa disken nu</translation>
|
<translation>Rensa disken nu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1546"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1548"/>
|
||||||
<source>Low Diskspace</source>
|
<source>Low Diskspace</source>
|
||||||
<translation>Dåligt diskutrymme</translation>
|
<translation>Dåligt diskutrymme</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1546"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1548"/>
|
||||||
<source>You are proceeding with low diskspace. Problems might occur!</source>
|
<source>You are proceeding with low diskspace. Problems might occur!</source>
|
||||||
<translation>Du fortsätter med dåligt diskutrymme. Problem kan uppstå!</translation>
|
<translation>Du fortsätter med dåligt diskutrymme. Problem kan uppstå!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1563"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1565"/>
|
||||||
<source>Sorry, an unsupported encoder has been chosen!</source>
|
<source>Sorry, an unsupported encoder has been chosen!</source>
|
||||||
<translation>En kodare som saknar stöd har valts!</translation>
|
<translation>En kodare som saknar stöd har valts!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1573"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1575"/>
|
||||||
<source>Cannot write to the selected output directory.</source>
|
<source>Cannot write to the selected output directory.</source>
|
||||||
<translation>Kan inte skriva till den valda utdatamappen.</translation>
|
<translation>Kan inte skriva till den valda utdatamappen.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1573"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1575"/>
|
||||||
<source>Please choose a different directory!</source>
|
<source>Please choose a different directory!</source>
|
||||||
<translation>Välj en annan målmapp!</translation>
|
<translation>Välj en annan målmapp!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1801"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1807"/>
|
||||||
<source>Load Translation</source>
|
<source>Load Translation</source>
|
||||||
<translation>Läs in översättning</translation>
|
<translation>Läs in översättning</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1803"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1809"/>
|
||||||
<source>Translation Files</source>
|
<source>Translation Files</source>
|
||||||
<translation>Översättningsfiler</translation>
|
<translation>Översättningsfiler</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1837"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1843"/>
|
||||||
<source>Do you really want to disable the update reminder?</source>
|
<source>Do you really want to disable the update reminder?</source>
|
||||||
<translation>Vill du verkligen inaktivera uppdateringspåminnelsen?</translation>
|
<translation>Vill du verkligen inaktivera uppdateringspåminnelsen?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1837"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1843"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1863"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1869"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1889"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1895"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1915"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1921"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2010"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2017"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2047"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2054"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2073"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2080"/>
|
||||||
<source>Yes</source>
|
<source>Yes</source>
|
||||||
<translation>Ja</translation>
|
<translation>Ja</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1837"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1843"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1863"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1869"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1889"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1895"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1915"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1921"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2010"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2017"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2047"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2054"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2073"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2080"/>
|
||||||
<source>No</source>
|
<source>No</source>
|
||||||
<translation>Nej</translation>
|
<translation>Nej</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1839"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1845"/>
|
||||||
<source>The update reminder has been disabled.</source>
|
<source>The update reminder has been disabled.</source>
|
||||||
<translation>Uppdateringspåminnelsen har inaktiverats.</translation>
|
<translation>Uppdateringspåminnelsen har inaktiverats.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1839"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1845"/>
|
||||||
<source>Please remember to check for updates at regular intervals!</source>
|
<source>Please remember to check for updates at regular intervals!</source>
|
||||||
<translation>Glöm inte att söka efter uppdateringar med jämna mellanrum!</translation>
|
<translation>Glöm inte att söka efter uppdateringar med jämna mellanrum!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1849"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1855"/>
|
||||||
<source>The update reminder has been re-enabled.</source>
|
<source>The update reminder has been re-enabled.</source>
|
||||||
<translation>Uppdateringspåminnelsen har återaktiverats.</translation>
|
<translation>Uppdateringspåminnelsen har återaktiverats.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1863"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1869"/>
|
||||||
<source>Do you really want to disable all sound effects?</source>
|
<source>Do you really want to disable all sound effects?</source>
|
||||||
<translation>Vill du verkligen inaktivera alla ljudeffekter?</translation>
|
<translation>Vill du verkligen inaktivera alla ljudeffekter?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1865"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1871"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1875"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1881"/>
|
||||||
<source>Sound Effects</source>
|
<source>Sound Effects</source>
|
||||||
<translation>Ljudeffekter</translation>
|
<translation>Ljudeffekter</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1865"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1871"/>
|
||||||
<source>All sound effects have been disabled.</source>
|
<source>All sound effects have been disabled.</source>
|
||||||
<translation>Alla ljudeffekter har inaktiverats.</translation>
|
<translation>Alla ljudeffekter har inaktiverats.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1875"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1881"/>
|
||||||
<source>The sound effects have been re-enabled.</source>
|
<source>The sound effects have been re-enabled.</source>
|
||||||
<translation>Ljudeffekterna har återaktiverats.</translation>
|
<translation>Ljudeffekterna har återaktiverats.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1889"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1895"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1891"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1897"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1901"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1907"/>
|
||||||
<source>Nero AAC Notifications</source>
|
<source>Nero AAC Notifications</source>
|
||||||
<translation>Nero AAC-meddelanden</translation>
|
<translation>Nero AAC-meddelanden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1889"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1895"/>
|
||||||
<source>Do you really want to disable all Nero AAC Encoder notifications?</source>
|
<source>Do you really want to disable all Nero AAC Encoder notifications?</source>
|
||||||
<translation>Vill du verkligen inaktivera alla Nero AAC-meddelanden?</translation>
|
<translation>Vill du verkligen inaktivera alla Nero AAC-meddelanden?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1891"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1897"/>
|
||||||
<source>All Nero AAC Encoder notifications have been disabled.</source>
|
<source>All Nero AAC Encoder notifications have been disabled.</source>
|
||||||
<translation>Alla Nero AAC-meddelanden har inaktiverats.</translation>
|
<translation>Alla Nero AAC-meddelanden har inaktiverats.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1901"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1907"/>
|
||||||
<source>The Nero AAC Encoder notifications have been re-enabled.</source>
|
<source>The Nero AAC Encoder notifications have been re-enabled.</source>
|
||||||
<translation>Nero AAC-meddelanden har återaktiverats.</translation>
|
<translation>Nero AAC-meddelanden har återaktiverats.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1915"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1921"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1917"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1923"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1927"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1933"/>
|
||||||
<source>Slow Startup Notifications</source>
|
<source>Slow Startup Notifications</source>
|
||||||
<translation>Meddelande om långsam uppstart</translation>
|
<translation>Meddelande om långsam uppstart</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1915"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1921"/>
|
||||||
<source>Do you really want to disable the slow startup notifications?</source>
|
<source>Do you really want to disable the slow startup notifications?</source>
|
||||||
<translation>Vill du verkligen inaktivera meddelanden om långsam uppstart?</translation>
|
<translation>Vill du verkligen inaktivera meddelanden om långsam uppstart?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1917"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1923"/>
|
||||||
<source>The slow startup notifications have been disabled.</source>
|
<source>The slow startup notifications have been disabled.</source>
|
||||||
<translation>Meddelanden om långsam uppstart har inaktiverats.</translation>
|
<translation>Meddelanden om långsam uppstart har inaktiverats.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1927"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1933"/>
|
||||||
<source>The slow startup notifications have been re-enabled.</source>
|
<source>The slow startup notifications have been re-enabled.</source>
|
||||||
<translation>Meddelanden om långsam uppstart har återaktiverats.</translation>
|
<translation>Meddelanden om långsam uppstart har återaktiverats.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1950"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1956"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1954"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1960"/>
|
||||||
<source>Open Cue Sheet</source>
|
<source>Open Cue Sheet</source>
|
||||||
<translation>Öppna cue-fil</translation>
|
<translation>Öppna cue-fil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1950"/>
|
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="1956"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1956"/>
|
||||||
|
<location filename="../../src/Dialog_MainWindow.cpp" line="1962"/>
|
||||||
<source>Cue Sheet File</source>
|
<source>Cue Sheet File</source>
|
||||||
<translation>Cue-fil</translation>
|
<translation>Cue-fil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2010"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2017"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2012"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2019"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2025"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2032"/>
|
||||||
<source>Beta Updates</source>
|
<source>Beta Updates</source>
|
||||||
<translation>Beta-uppdateringar</translation>
|
<translation>Beta-uppdateringar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2010"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2017"/>
|
||||||
<source>Do you really want LameXP to check for Beta (pre-release) updates?</source>
|
<source>Do you really want LameXP to check for Beta (pre-release) updates?</source>
|
||||||
<translation>Vill du verkligen att LameXP skall söka efter beta-uppdateringar?</translation>
|
<translation>Vill du verkligen att LameXP skall söka efter beta-uppdateringar?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2012"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2019"/>
|
||||||
<source>LameXP will check for Beta (pre-release) updates from now on.</source>
|
<source>LameXP will check for Beta (pre-release) updates from now on.</source>
|
||||||
<translation>LameXP kommer i fortsättningen att söka efter beta-uppdatyeringar.</translation>
|
<translation>LameXP kommer i fortsättningen att söka efter beta-uppdatyeringar.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2012"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2019"/>
|
||||||
<source>Check Now</source>
|
<source>Check Now</source>
|
||||||
<translation>Sök nu</translation>
|
<translation>Sök nu</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2025"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2032"/>
|
||||||
<source>LameXP will <i>not</i> check for Beta (pre-release) updates from now on.</source>
|
<source>LameXP will <i>not</i> check for Beta (pre-release) updates from now on.</source>
|
||||||
<translation>LameXP kommer i fortsättningen <i>inte</i> att söka efter beta-uppdateringar.</translation>
|
<translation>LameXP kommer i fortsättningen <i>inte</i> att söka efter beta-uppdateringar.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2047"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2054"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2049"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2056"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2059"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2066"/>
|
||||||
<source>Hibernate Computer</source>
|
<source>Hibernate Computer</source>
|
||||||
<translation>Viloläge</translation>
|
<translation>Viloläge</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2047"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2054"/>
|
||||||
<source>Do you really want the computer to be hibernated on shutdown?</source>
|
<source>Do you really want the computer to be hibernated on shutdown?</source>
|
||||||
<translation>Vill du verkligen att datorn skall försättas i viloläge vid avslut?</translation>
|
<translation>Vill du verkligen att datorn skall försättas i viloläge vid avslut?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2049"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2056"/>
|
||||||
<source>LameXP will hibernate the computer on shutdown from now on.</source>
|
<source>LameXP will hibernate the computer on shutdown from now on.</source>
|
||||||
<translation>LameXP kommer i fortsättningen att försätta datorn i viloläge vid avslut.</translation>
|
<translation>LameXP kommer i fortsättningen att försätta datorn i viloläge vid avslut.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2059"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2066"/>
|
||||||
<source>LameXP will <i>not</i> hibernate the computer on shutdown from now on.</source>
|
<source>LameXP will <i>not</i> hibernate the computer on shutdown from now on.</source>
|
||||||
<translation>LameXP kommer i fortsättningen <i>inte</i> att försätta datorn i viloläge vid avslut.</translation>
|
<translation>LameXP kommer i fortsättningen <i>inte</i> att försätta datorn i viloläge vid avslut.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2073"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2080"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2076"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2083"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2087"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2094"/>
|
||||||
<source>Shell Integration</source>
|
<source>Shell Integration</source>
|
||||||
<translation>Utforskarintegrering</translation>
|
<translation>Utforskarintegrering</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2073"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2080"/>
|
||||||
<source>Do you really want to disable the LameXP shell integration?</source>
|
<source>Do you really want to disable the LameXP shell integration?</source>
|
||||||
<translation>Vill du verkligen inaktivera LameXPs utforskarintegration?</translation>
|
<translation>Vill du verkligen inaktivera LameXPs utforskarintegration?</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2076"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2083"/>
|
||||||
<source>The LameXP shell integration has been disabled.</source>
|
<source>The LameXP shell integration has been disabled.</source>
|
||||||
<translation>LameXPs utforskarintegration har inaktiverats.</translation>
|
<translation>LameXPs utforskarintegration har inaktiverats.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2087"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2094"/>
|
||||||
<source>The LameXP shell integration has been re-enabled.</source>
|
<source>The LameXP shell integration has been re-enabled.</source>
|
||||||
<translation>LameXPs utforskarintegration har återaktiverats.</translation>
|
<translation>LameXPs utforskarintegration har återaktiverats.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2184"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2191"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2193"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2200"/>
|
||||||
<source>Add file(s)</source>
|
<source>Add file(s)</source>
|
||||||
<translation>Lägg till fil(er)</translation>
|
<translation>Lägg till fil(er)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2225"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2232"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2229"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2236"/>
|
||||||
<source>Add Folder</source>
|
<source>Add Folder</source>
|
||||||
<translation>Lägg till mapp</translation>
|
<translation>Lägg till mapp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2460"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2467"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2464"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2471"/>
|
||||||
<source>Save CSV file</source>
|
<source>Save CSV file</source>
|
||||||
<translation>Spara CSV-fil</translation>
|
<translation>Spara CSV-fil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2460"/>
|
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2467"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2467"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2511"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2474"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2517"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2518"/>
|
||||||
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2524"/>
|
||||||
<source>CSV File</source>
|
<source>CSV File</source>
|
||||||
<translation>CSV-fil</translation>
|
<translation>CSV-fil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2481"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2488"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2484"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2491"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2487"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2494"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2490"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2497"/>
|
||||||
<source>CSV Export</source>
|
<source>CSV Export</source>
|
||||||
<translation>CSV-export</translation>
|
<translation>CSV-export</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2481"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2488"/>
|
||||||
<source>Sorry, there are no meta tags that can be exported!</source>
|
<source>Sorry, there are no meta tags that can be exported!</source>
|
||||||
<translation>Det finns ingen meta-data som kan exporteras!</translation>
|
<translation>Det finns ingen meta-data som kan exporteras!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2484"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2491"/>
|
||||||
<source>Sorry, failed to open CSV file for writing!</source>
|
<source>Sorry, failed to open CSV file for writing!</source>
|
||||||
<translation>Kunde inte öppna CSV-filen för skrivning!</translation>
|
<translation>Kunde inte öppna CSV-filen för skrivning!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2487"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2494"/>
|
||||||
<source>Sorry, failed to write to the CSV file!</source>
|
<source>Sorry, failed to write to the CSV file!</source>
|
||||||
<translation>Kunde inte skriva till CSV-filen!</translation>
|
<translation>Kunde inte skriva till CSV-filen!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2490"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2497"/>
|
||||||
<source>The CSV files was created successfully!</source>
|
<source>The CSV files was created successfully!</source>
|
||||||
<translation>CSV-filen skapades korrekt!</translation>
|
<translation>CSV-filen skapades korrekt!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2511"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2518"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2515"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2522"/>
|
||||||
<source>Open CSV file</source>
|
<source>Open CSV file</source>
|
||||||
<translation>Öppna CSV-fil</translation>
|
<translation>Öppna CSV-fil</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2531"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2538"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2534"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2541"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2537"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2544"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2540"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2547"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2543"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2550"/>
|
||||||
<source>CSV Import</source>
|
<source>CSV Import</source>
|
||||||
<translation>CSV-import</translation>
|
<translation>CSV-import</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2531"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2538"/>
|
||||||
<source>Sorry, failed to open CSV file for reading!</source>
|
<source>Sorry, failed to open CSV file for reading!</source>
|
||||||
<translation>Kunde inte öppna CSV-filen för läsning!</translation>
|
<translation>Kunde inte öppna CSV-filen för läsning!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2534"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2541"/>
|
||||||
<source>Sorry, failed to read from the CSV file!</source>
|
<source>Sorry, failed to read from the CSV file!</source>
|
||||||
<translation>Kunde inte läsa från CSV-filen!</translation>
|
<translation>Kunde inte läsa från CSV-filen!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2537"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2544"/>
|
||||||
<source>Sorry, the CSV file does not contain any known fields!</source>
|
<source>Sorry, the CSV file does not contain any known fields!</source>
|
||||||
<translation>CSV-filen innehåller inga kända fält!</translation>
|
<translation>CSV-filen innehåller inga kända fält!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2540"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2547"/>
|
||||||
<source>CSV file is incomplete. Not all files were updated!</source>
|
<source>CSV file is incomplete. Not all files were updated!</source>
|
||||||
<translation>CSV-filen är inte komplett. Alla filer uppdaterades inte!</translation>
|
<translation>CSV-filen är inte komplett. Alla filer uppdaterades inte!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2543"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2550"/>
|
||||||
<source>The CSV files was imported successfully!</source>
|
<source>The CSV files was imported successfully!</source>
|
||||||
<translation>CSV-filen importerades korrekt!</translation>
|
<translation>CSV-filen importerades korrekt!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2723"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2730"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2768"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2775"/>
|
||||||
<source>New Folder</source>
|
<source>New Folder</source>
|
||||||
<translation>Ny mapp</translation>
|
<translation>Ny mapp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2768"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2775"/>
|
||||||
<source>Enter the name of the new folder:</source>
|
<source>Enter the name of the new folder:</source>
|
||||||
<translation>Namn på den nya mappen:</translation>
|
<translation>Namn på den nya mappen:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2801"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2808"/>
|
||||||
<source>Failed to create folder</source>
|
<source>Failed to create folder</source>
|
||||||
<translation>Kunde inte skapa någon mapp</translation>
|
<translation>Kunde inte skapa någon mapp</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2801"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2808"/>
|
||||||
<source>The new folder could not be created:</source>
|
<source>The new folder could not be created:</source>
|
||||||
<translation>Den nya mappen kunde inte skapas:</translation>
|
<translation>Den nya mappen kunde inte skapas:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="2801"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="2808"/>
|
||||||
<source>Drive is read-only or insufficient access rights!</source>
|
<source>Drive is read-only or insufficient access rights!</source>
|
||||||
<translation>Diskenheten är skrivskyddad eller åtkomsträttigheter saknas!</translation>
|
<translation>Diskenheten är skrivskyddad eller åtkomsträttigheter saknas!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3380"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3387"/>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3383"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3390"/>
|
||||||
<source>Quality Level %1</source>
|
<source>Quality Level %1</source>
|
||||||
<translation>Kvallitetsnivå %1</translation>
|
<translation>Kvallitetsnivå %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3386"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3393"/>
|
||||||
<source>Compression %1</source>
|
<source>Compression %1</source>
|
||||||
<translation>Kompression %1</translation>
|
<translation>Kompression %1</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3389"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3396"/>
|
||||||
<source>Uncompressed</source>
|
<source>Uncompressed</source>
|
||||||
<translation>Okomprimerad</translation>
|
<translation>Okomprimerad</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3436"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3443"/>
|
||||||
<source>Best Quality (Slow)</source>
|
<source>Best Quality (Slow)</source>
|
||||||
<translation>Bäst kvalitet (Långsam)</translation>
|
<translation>Bäst kvalitet (Långsam)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3442"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3449"/>
|
||||||
<source>Acceptable Quality (Fast)</source>
|
<source>Acceptable Quality (Fast)</source>
|
||||||
<translation>Acceptabel kvalitet (Snabb)</translation>
|
<translation>Acceptabel kvalitet (Snabb)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3439"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3446"/>
|
||||||
<source>High Quality (Recommended)</source>
|
<source>High Quality (Recommended)</source>
|
||||||
<translation>Hög kvallitet (rekommenderas)</translation>
|
<translation>Hög kvallitet (rekommenderas)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3278"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3285"/>
|
||||||
<source>Current Encoder: %1</source>
|
<source>Current Encoder: %1</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3445"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3452"/>
|
||||||
<source>Poor Quality (Very Fast)</source>
|
<source>Poor Quality (Very Fast)</source>
|
||||||
<translation>Dålig kvallitet (mycket snabb)</translation>
|
<translation>Dålig kvallitet (mycket snabb)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3732"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3739"/>
|
||||||
<source>File name without extension</source>
|
<source>File name without extension</source>
|
||||||
<translation>Filnamn utan filtillägg</translation>
|
<translation>Filnamn utan filtillägg</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3733"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3740"/>
|
||||||
<source>Track number with leading zero</source>
|
<source>Track number with leading zero</source>
|
||||||
<translation>Spårnummer med inledande nolla</translation>
|
<translation>Spårnummer med inledande nolla</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3734"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3741"/>
|
||||||
<source>Track title</source>
|
<source>Track title</source>
|
||||||
<translation>Spårtitel</translation>
|
<translation>Spårtitel</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3735"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3742"/>
|
||||||
<source>Artist name</source>
|
<source>Artist name</source>
|
||||||
<translation>Artistnamn</translation>
|
<translation>Artistnamn</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3736"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3743"/>
|
||||||
<source>Album name</source>
|
<source>Album name</source>
|
||||||
<translation>Albumnamn</translation>
|
<translation>Albumnamn</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3737"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3744"/>
|
||||||
<source>Year with (at least) four digits</source>
|
<source>Year with (at least) four digits</source>
|
||||||
<translation>Årtal med (minst) fyra siffror</translation>
|
<translation>Årtal med (minst) fyra siffror</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3738"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3745"/>
|
||||||
<source>Comment</source>
|
<source>Comment</source>
|
||||||
<translation>Kommentar</translation>
|
<translation>Kommentar</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3740"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3747"/>
|
||||||
<source>Characters forbidden in file names:</source>
|
<source>Characters forbidden in file names:</source>
|
||||||
<translation>Förbjudna tecken i filnamn:</translation>
|
<translation>Förbjudna tecken i filnamn:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3743"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3750"/>
|
||||||
<source>Rename Macros</source>
|
<source>Rename Macros</source>
|
||||||
<translation>Namnändra macron</translation>
|
<translation>Namnändra macron</translation>
|
||||||
</message>
|
</message>
|
||||||
<message numerus="yes">
|
<message numerus="yes">
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3756"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3763"/>
|
||||||
<source>%n Instance(s)</source>
|
<source>%n Instance(s)</source>
|
||||||
<translation>
|
<translation>
|
||||||
<numerusform>%n instans</numerusform>
|
<numerusform>%n instans</numerusform>
|
||||||
@ -2571,37 +2571,37 @@
|
|||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3800"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3807"/>
|
||||||
<source>Cannot write to the selected directory. Please choose another directory!</source>
|
<source>Cannot write to the selected directory. Please choose another directory!</source>
|
||||||
<translation>Kan inte skriva till den specificerade mappen. Välj en annan destination!</translation>
|
<translation>Kan inte skriva till den specificerade mappen. Välj en annan destination!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3922"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3929"/>
|
||||||
<source>Overwrite Mode</source>
|
<source>Overwrite Mode</source>
|
||||||
<translation>Överskrivningsläge</translation>
|
<translation>Överskrivningsläge</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3922"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3929"/>
|
||||||
<source>Warning: This mode may overwrite existing files with no way to revert!</source>
|
<source>Warning: This mode may overwrite existing files with no way to revert!</source>
|
||||||
<translation>Varning! Det här läget kan skriva över befintliga filer, utan möjlighet att återskapa!</translation>
|
<translation>Varning! Det här läget kan skriva över befintliga filer, utan möjlighet att återskapa!</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3922"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3929"/>
|
||||||
<source>Continue</source>
|
<source>Continue</source>
|
||||||
<translation>Fortsätt</translation>
|
<translation>Fortsätt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3922"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="3929"/>
|
||||||
<source>Revert</source>
|
<source>Revert</source>
|
||||||
<translation>Återställ</translation>
|
<translation>Återställ</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3996"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="4003"/>
|
||||||
<source>Already Running</source>
|
<source>Already Running</source>
|
||||||
<translation>Körs redan</translation>
|
<translation>Körs redan</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../../src/Dialog_MainWindow.cpp" line="3996"/>
|
<location filename="../../src/Dialog_MainWindow.cpp" line="4003"/>
|
||||||
<source>LameXP is already running, please use the running instance!</source>
|
<source>LameXP is already running, please use the running instance!</source>
|
||||||
<translation>LameXP körs redan, använd den redan startade instansen!</translation>
|
<translation>LameXP körs redan, använd den redan startade instansen!</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>102</width>
|
<width>90</width>
|
||||||
<height>102</height>
|
<height>98</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 12 KiB |
BIN
res/sounds/drop.wav
Normal file
BIN
res/sounds/drop.wav
Normal file
Binary file not shown.
@ -35,7 +35,7 @@
|
|||||||
#define VER_LAMEXP_MINOR_LO 9
|
#define VER_LAMEXP_MINOR_LO 9
|
||||||
#define VER_LAMEXP_TYPE Alpha
|
#define VER_LAMEXP_TYPE Alpha
|
||||||
#define VER_LAMEXP_PATCH 6
|
#define VER_LAMEXP_PATCH 6
|
||||||
#define VER_LAMEXP_BUILD 1441
|
#define VER_LAMEXP_BUILD 1444
|
||||||
#define VER_LAMEXP_CONFG 1348
|
#define VER_LAMEXP_CONFG 1348
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -37,17 +37,26 @@
|
|||||||
#define EPS (1.0E-5)
|
#define EPS (1.0E-5)
|
||||||
#define SET_FONT_BOLD(WIDGET,BOLD) { QFont _font = (WIDGET)->font(); _font.setBold(BOLD); (WIDGET)->setFont(_font); }
|
#define SET_FONT_BOLD(WIDGET,BOLD) { QFont _font = (WIDGET)->font(); _font.setBold(BOLD); (WIDGET)->setFont(_font); }
|
||||||
|
|
||||||
|
static QRect SCREEN_GEOMETRY(void)
|
||||||
|
{
|
||||||
|
QDesktopWidget *desktop = QApplication::desktop();
|
||||||
|
return (desktop->isVirtualDesktop() ? desktop->screen()->geometry() : desktop->availableGeometry());
|
||||||
|
}
|
||||||
|
|
||||||
|
static const double LOW_OPACITY = 0.85;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
// Constructor
|
// Constructor
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
DropBox::DropBox(QWidget *parent, QAbstractItemModel *model, SettingsModel *settings)
|
DropBox::DropBox(QWidget *parent, QAbstractItemModel *model, SettingsModel *settings)
|
||||||
:
|
:
|
||||||
QDialog(parent, Qt::CustomizeWindowHint | Qt::WindowStaysOnTopHint),
|
QDialog(parent, Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint),
|
||||||
ui(new Ui::DropBox),
|
ui(new Ui::DropBox),
|
||||||
m_model(model),
|
m_model(model),
|
||||||
m_settings(settings),
|
m_settings(settings),
|
||||||
m_moving(false),
|
m_moving(false),
|
||||||
|
m_screenGeometry(SCREEN_GEOMETRY()),
|
||||||
m_firstShow(true)
|
m_firstShow(true)
|
||||||
{
|
{
|
||||||
//Init the dialog, from the .ui file
|
//Init the dialog, from the .ui file
|
||||||
@ -67,7 +76,8 @@ DropBox::DropBox(QWidget *parent, QAbstractItemModel *model, SettingsModel *sett
|
|||||||
m_canClose = false;
|
m_canClose = false;
|
||||||
|
|
||||||
//Make transparent
|
//Make transparent
|
||||||
setWindowOpacity(0.8);
|
setAttribute(Qt::WA_TranslucentBackground);
|
||||||
|
setWindowOpacity(LOW_OPACITY);
|
||||||
|
|
||||||
//Translate UI
|
//Translate UI
|
||||||
QEvent languageChangeEvent(QEvent::LanguageChange);
|
QEvent languageChangeEvent(QEvent::LanguageChange);
|
||||||
@ -116,26 +126,26 @@ void DropBox::changeEvent(QEvent *e)
|
|||||||
|
|
||||||
void DropBox::showEvent(QShowEvent *event)
|
void DropBox::showEvent(QShowEvent *event)
|
||||||
{
|
{
|
||||||
QRect screenGeometry = QApplication::desktop()->availableGeometry();
|
m_screenGeometry = SCREEN_GEOMETRY();
|
||||||
|
setFixedSize(ui->dropBoxLabel->pixmap()->size());
|
||||||
resize(ui->dropBoxLabel->pixmap()->size());
|
|
||||||
setMaximumSize(ui->dropBoxLabel->pixmap()->size());
|
|
||||||
|
|
||||||
m_counterLabel->setGeometry(0, ui->dropBoxLabel->height() - 30, ui->dropBoxLabel->width(), 25);
|
m_counterLabel->setGeometry(0, ui->dropBoxLabel->height() - 30, ui->dropBoxLabel->width(), 25);
|
||||||
|
|
||||||
if(m_firstShow)
|
if(m_firstShow)
|
||||||
{
|
{
|
||||||
m_firstShow = false;
|
m_firstShow = false;
|
||||||
int max_x = screenGeometry.width() - frameGeometry().width() + screenGeometry.left();
|
QWidget *parentWidget = dynamic_cast<QWidget*>(this->parent());
|
||||||
int max_y = screenGeometry.height() - frameGeometry().height() + screenGeometry.top();
|
QRect availGeometry = QApplication::desktop()->availableGeometry((parentWidget) ? parentWidget : this);
|
||||||
|
int max_x = availGeometry.width() - frameGeometry().width() + availGeometry.left();
|
||||||
|
int max_y = availGeometry.height() - frameGeometry().height() + availGeometry.top();
|
||||||
move(max_x, max_y);
|
move(max_x, max_y);
|
||||||
QTimer::singleShot(333, this, SLOT(showToolTip()));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if(m_moving)
|
if(m_moving)
|
||||||
{
|
{
|
||||||
QApplication::restoreOverrideCursor();
|
QApplication::restoreOverrideCursor();
|
||||||
m_moving = false;
|
m_moving = false;
|
||||||
|
setWindowOpacity(LOW_OPACITY);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -169,18 +179,41 @@ void DropBox::mousePressEvent(QMouseEvent *event)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_screenGeometry = SCREEN_GEOMETRY();
|
||||||
QApplication::setOverrideCursor(Qt::SizeAllCursor);
|
QApplication::setOverrideCursor(Qt::SizeAllCursor);
|
||||||
*m_windowReferencePoint = this->pos();
|
*m_windowReferencePoint = this->pos();
|
||||||
*m_mouseReferencePoint = event->globalPos();
|
*m_mouseReferencePoint = event->globalPos();
|
||||||
m_moving = true;
|
m_moving = true;
|
||||||
|
setWindowOpacity(1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
void DropBox::mouseReleaseEvent(QMouseEvent *event)
|
void DropBox::mouseReleaseEvent(QMouseEvent *event)
|
||||||
{
|
{
|
||||||
if(m_moving && event->button() != Qt::RightButton)
|
if(m_moving && event->button() != Qt::RightButton)
|
||||||
{
|
{
|
||||||
|
static const int magnetic = 24;
|
||||||
|
QRect availGeometry = QApplication::desktop()->availableGeometry(this);
|
||||||
|
|
||||||
|
const int max_x = availGeometry.width() - frameGeometry().width() + availGeometry.left();
|
||||||
|
const int max_y = availGeometry.height() - frameGeometry().height() + availGeometry.top();
|
||||||
|
|
||||||
|
int new_x = qBound(availGeometry.left(), this->x(), max_x);
|
||||||
|
int new_y = qBound(availGeometry.top() , this->y(), max_y);
|
||||||
|
|
||||||
|
if(new_x - availGeometry.left() < magnetic) new_x = availGeometry.left();
|
||||||
|
if(new_y - availGeometry.top() < magnetic) new_y = availGeometry.top();
|
||||||
|
|
||||||
|
if(max_x - new_x < magnetic) new_x = max_x;
|
||||||
|
if(max_y - new_y < magnetic) new_y = max_y;
|
||||||
|
|
||||||
|
if((this->x() != new_x) || (this->y() != new_y))
|
||||||
|
{
|
||||||
|
move(new_x, new_y);
|
||||||
|
}
|
||||||
|
|
||||||
QApplication::restoreOverrideCursor();
|
QApplication::restoreOverrideCursor();
|
||||||
m_moving = false;
|
m_moving = false;
|
||||||
|
setWindowOpacity(LOW_OPACITY);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -191,34 +224,14 @@ void DropBox::mouseMoveEvent(QMouseEvent *event)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const int magnetic = 22;
|
|
||||||
QRect screenGeometry = QApplication::desktop()->availableGeometry();
|
|
||||||
|
|
||||||
const int delta_x = m_mouseReferencePoint->x() - event->globalX();
|
const int delta_x = m_mouseReferencePoint->x() - event->globalX();
|
||||||
const int delta_y = m_mouseReferencePoint->y() - event->globalY();
|
const int delta_y = m_mouseReferencePoint->y() - event->globalY();
|
||||||
const int max_x = screenGeometry.width() - frameGeometry().width() + screenGeometry.left();
|
|
||||||
const int max_y = screenGeometry.height() - frameGeometry().height() + screenGeometry.top();
|
|
||||||
|
|
||||||
int new_x = qMin(max_x, qMax(screenGeometry.left(), m_windowReferencePoint->x() - delta_x));
|
const int max_x = m_screenGeometry.width() - frameGeometry().width() + m_screenGeometry.left();
|
||||||
int new_y = qMin(max_y, qMax(screenGeometry.top(), m_windowReferencePoint->y() - delta_y));
|
const int max_y = m_screenGeometry.height() - frameGeometry().height() + m_screenGeometry.top();
|
||||||
|
|
||||||
if(new_x < magnetic)
|
const int new_x = qBound(m_screenGeometry.left(), m_windowReferencePoint->x() - delta_x, max_x);
|
||||||
{
|
const int new_y = qBound(m_screenGeometry.top(), m_windowReferencePoint->y() - delta_y, max_y);
|
||||||
new_x = 0;
|
|
||||||
}
|
|
||||||
else if(max_x - new_x < magnetic)
|
|
||||||
{
|
|
||||||
new_x = max_x;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(new_y < magnetic)
|
|
||||||
{
|
|
||||||
new_y = 0;
|
|
||||||
}
|
|
||||||
else if(max_y - new_y < magnetic)
|
|
||||||
{
|
|
||||||
new_y = max_y;
|
|
||||||
}
|
|
||||||
|
|
||||||
move(new_x, new_y);
|
move(new_x, new_y);
|
||||||
}
|
}
|
||||||
|
@ -57,6 +57,7 @@ private:
|
|||||||
SettingsModel *m_settings;
|
SettingsModel *m_settings;
|
||||||
bool m_moving;
|
bool m_moving;
|
||||||
bool m_firstShow;
|
bool m_firstShow;
|
||||||
|
QRect m_screenGeometry;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void keyPressEvent(QKeyEvent *event);
|
void keyPressEvent(QKeyEvent *event);
|
||||||
|
@ -1038,6 +1038,8 @@ void MainWindow::dropEvent(QDropEvent *event)
|
|||||||
{
|
{
|
||||||
ABORT_IF_BUSY;
|
ABORT_IF_BUSY;
|
||||||
|
|
||||||
|
if(m_settings->soundsEnabled()) lamexp_play_sound(IDR_WAVE_DROP, true);
|
||||||
|
|
||||||
QStringList droppedFiles;
|
QStringList droppedFiles;
|
||||||
QList<QUrl> urls = event->mimeData()->urls();
|
QList<QUrl> urls = event->mimeData()->urls();
|
||||||
|
|
||||||
@ -1997,6 +1999,7 @@ void MainWindow::showDropBoxWidgetActionTriggered(bool checked)
|
|||||||
if(!m_dropBox->isVisible())
|
if(!m_dropBox->isVisible())
|
||||||
{
|
{
|
||||||
m_dropBox->show();
|
m_dropBox->show();
|
||||||
|
QTimer::singleShot(2500, m_dropBox, SLOT(showToolTip()));
|
||||||
}
|
}
|
||||||
|
|
||||||
lamexp_blink_window(m_dropBox);
|
lamexp_blink_window(m_dropBox);
|
||||||
|
@ -74,7 +74,7 @@ WorkingBanner::WorkingBanner(QWidget *parent)
|
|||||||
m_progress->setPalette(color);
|
m_progress->setPalette(color);
|
||||||
|
|
||||||
//Set Opacity
|
//Set Opacity
|
||||||
this->setWindowOpacity(0.85);
|
this->setWindowOpacity(0.9);
|
||||||
|
|
||||||
//Set wait cursor
|
//Set wait cursor
|
||||||
setCursor(Qt::WaitCursor);
|
setCursor(Qt::WaitCursor);
|
||||||
|
@ -37,6 +37,7 @@
|
|||||||
#define IDR_WAVE_WAITING 675
|
#define IDR_WAVE_WAITING 675
|
||||||
#define IDR_WAVE_BLAST 676
|
#define IDR_WAVE_BLAST 676
|
||||||
#define IDR_WAVE_TICK 677
|
#define IDR_WAVE_TICK 677
|
||||||
|
#define IDR_WAVE_DROP 678
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Next default values for new objects
|
* Next default values for new objects
|
||||||
|
Loading…
Reference in New Issue
Block a user