diff -Nru minitube-1.9.0/.gitignore minitube-2.0/.gitignore --- minitube-1.9.0/.gitignore 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/.gitignore 2013-02-03 20:19:43.000000000 +0000 @@ -8,3 +8,5 @@ local/ *.swp .tx +android +qtc_packaging diff -Nru minitube-1.9.0/CHANGES minitube-2.0/CHANGES --- minitube-1.9.0/CHANGES 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/CHANGES 2013-02-03 20:19:43.000000000 +0000 @@ -1,3 +1,17 @@ +2.0 - January ?? 2013 +- YouTube categories and "standard feeds": "Most Popular", "Featured", etc +- Country selection for YouTube categories and feeds +- Autoupdate on Mac and Windows +- Related videos are now appended to the video when pasting a YouTube link +- "Show 10 More" with a single click +- Play video in the playlist with a single click on its thumbnail +- OS X Mountain Lion notifications on video start +- Fixed some YouTube links not working when pasted in the searchbox +- Fixed playlist drag'n'drop +- Fixed system language settings detection +- Fixed clicking on channel names not working in some cases +- Fixed incorrect number of downloads in status bar + 1.9 - September 27, 2012 - Adapted to YouTube changes - New search filter UI. Filter results by publication date, video duration and video quality. diff -Nru minitube-1.9.0/TODO minitube-2.0/TODO --- minitube-1.9.0/TODO 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/TODO 2013-02-03 20:19:43.000000000 +0000 @@ -2,20 +2,11 @@ ## Major features -- Snapshots +- Snapshots (Cannot be done with Phonon) -- Features for logged in users: - * Channel subscriptions (r/w) - * Favorite videos (r/w) - * Comments (r/w) - * Likes (r/w) - * Playlists (r/w) - -- Related videos - List of related videos identical to the playlist. - When a related video is clicked Minitube will keep playing the next related videos. - Don't know where the list should appear, maybe on the right, but when activated it should replace the playlist. - Maybe the playlist should disappear, leaving only the panel on the right. +- Channel subscriptions + +- Favorite videos - Info view Displays video metadata. Could be somewhat linked with related videos... diff -Nru minitube-1.9.0/debian/NEWS minitube-2.0/debian/NEWS --- minitube-1.9.0/debian/NEWS 1970-01-01 00:00:00.000000000 +0000 +++ minitube-2.0/debian/NEWS 2012-09-24 16:14:30.000000000 +0000 @@ -0,0 +1,19 @@ +minitube (1.8-1) unstable; urgency=low + + Starting with 1.8-1, minitube no longer depends on a particular phonon + backend, and can thus no longer directly depend on all codec-related + packages. + + Users of the GStreamer backend might want to + + * apt-get install gstreamer0.10-plugins-good gstreamer0.10-x + + and maybe + + * apt-get install gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad + + as well. + + The VLC backend seems to pull in all necessary dependencies by itself. + + -- Jakob Haufe Sun, 23 Sep 2012 16:55:34 +0200 diff -Nru minitube-1.9.0/debian/changelog minitube-2.0/debian/changelog --- minitube-1.9.0/debian/changelog 2012-09-27 18:12:55.000000000 +0000 +++ minitube-2.0/debian/changelog 2013-02-04 11:22:14.000000000 +0000 @@ -1,39 +1,50 @@ -minitube (1.9.0-1~webupd8~quantal) quantal; urgency=medium - - * new upstream release, refreshed patches - - -- Alin Andrei Thu, 27 Sep 2012 21:12:55 +0300 - -minitube (1.9.0-1~webupd8~lucid) lucid; urgency=medium +minitube (2.0-1~webupd8~quantal0) quantal; urgency=medium * new upstream release - -- Alin Andrei Thu, 27 Sep 2012 21:02:28 +0300 + -- Alin Andrei Mon, 04 Feb 2013 13:22:14 +0200 -minitube (1.8.0-1~webupd8~quantal1) quantal; urgency=medium - - * upload for quantal - - -- Alin Andrei Fri, 29 Jun 2012 13:32:15 +0300 - -minitube (1.8.0-1~webupd8~precise) precise; urgency=medium +minitube (2.0-1~webupd8~oneiric0) oneiric; urgency=medium * new upstream release - -- Alin Andrei Fri, 29 Jun 2012 13:32:15 +0300 + -- Alin Andrei Mon, 04 Feb 2013 13:19:25 +0200 -minitube (1.7.1-1~webupd8~precise) precise; urgency=medium - - * new upstream release - - -- Alin Andrei Thu, 05 Jan 2012 17:47:29 +0000 +minitube (1.9-1) unstable; urgency=low + + * New upstream version (Closes: #673696). + * Refresh disable-update-check. + * Refresh proper-tempfiles. + * Use hardening-wrapper. + + -- Jakob Haufe Sat, 29 Sep 2012 02:43:53 +0200 + +minitube (1.8-1) unstable; urgency=low + + * Ack NMU (thanks gregoa) + * New upstream version (Closes: #673696) + * Bump Standards-Version to 3.9.3 (no changes required) + * Bump debhelper compat level to 9 + * Switch to xz compression + * No longer directly depend on GStreamer phonon backed + + -- Jakob Haufe Sun, 23 Sep 2012 19:52:04 +0200 + +minitube (1.7-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "ftbfs with GCC-4.7": add patch that adds missing include. + (Closes: #667281) + + -- gregor herrmann Wed, 09 May 2012 16:44:42 +0200 + +minitube (1.7-1) unstable; urgency=low + + * New upstream version (Closes: #658990) + * New patch: assure-quit-keybinding + + -- Jakob Haufe Wed, 15 Feb 2012 22:06:35 +0100 -minitube (1.7-1~webupd8~precise1) precise; urgency=medium - - * new upstream release - - -- Alin Andrei Thu, 05 Jan 2012 17:47:29 +0000 - minitube (1.6-1) unstable; urgency=low * New upstream version (Closes: #650622, #647212) diff -Nru minitube-1.9.0/debian/compat minitube-2.0/debian/compat --- minitube-1.9.0/debian/compat 2011-12-07 00:58:23.000000000 +0000 +++ minitube-2.0/debian/compat 2012-09-24 16:14:30.000000000 +0000 @@ -1 +1 @@ -7 +9 diff -Nru minitube-1.9.0/debian/control minitube-2.0/debian/control --- minitube-1.9.0/debian/control 2012-01-05 17:46:17.000000000 +0000 +++ minitube-2.0/debian/control 2013-02-04 11:17:09.000000000 +0000 @@ -2,13 +2,13 @@ Section: video Priority: extra Maintainer: Jakob Haufe -Build-Depends: cdbs, debhelper (>= 7), libqt4-dev (>= 4:4.5), libphonon-dev | libqt4-phonon-dev -Standards-Version: 3.9.2 +Build-Depends: cdbs, debhelper (>= 7), libqt4-dev (>= 4:4.5), libphonon-dev | libqt4-phonon-dev, hardening-wrapper +Standards-Version: 3.9.3 Homepage: http://flavio.tordini.org/minitube Package: minitube Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, phonon-backend-gstreamer, gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad, gstreamer0.10-ffmpeg, gstreamer0.10-x, dbus-x11 +Depends: ${shlibs:Depends}, ${misc:Depends}, phonon-backend, dbus-x11, phonon-backend-gstreamer, gstreamer0.10-plugins-good, gstreamer0.10-plugins-bad, gstreamer0.10-ffmpeg, gstreamer0.10-x Description: Native YouTube client Minitube is a native YouTube client. With it you can watch YouTube videos in a new way: you type a keyword, Minitube gives you an endless video stream. diff -Nru minitube-1.9.0/debian/patches/assure-quit-keybinding minitube-2.0/debian/patches/assure-quit-keybinding --- minitube-1.9.0/debian/patches/assure-quit-keybinding 2012-02-16 08:10:33.000000000 +0000 +++ minitube-2.0/debian/patches/assure-quit-keybinding 2013-02-04 11:21:26.000000000 +0000 @@ -6,8 +6,8 @@ Forwarded: no Last-Update: 2012-02-16 ---- minitube-1.7.orig/src/MainWindow.cpp -+++ minitube-1.7/src/MainWindow.cpp +--- minitube-1.7.orig/src/mainwindow.cpp ++++ minitube-1.7/src/mainwindow.cpp @@ -281,7 +281,9 @@ void MainWindow::createActions() { quitAct = new QAction(tr("&Quit"), this); diff -Nru minitube-1.9.0/debian/patches/disable-update-check minitube-2.0/debian/patches/disable-update-check --- minitube-1.9.0/debian/patches/disable-update-check 2012-09-27 18:06:25.000000000 +0000 +++ minitube-2.0/debian/patches/disable-update-check 2013-02-04 11:20:51.000000000 +0000 @@ -1,16 +1,16 @@ Description: Disable update check as it's useless for a packaged version Author: Jakob Haufe -diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp -index 137ee6f..16a2103 100644 ---- a/src/MainWindow.cpp -+++ b/src/MainWindow.cpp -@@ -130,7 +130,7 @@ +diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp +index e5d78d2..581a168 100644 +--- a/src/mainwindow.cpp ++++ b/src/mainwindow.cpp +@@ -130,7 +130,7 @@ MainWindow::MainWindow() : mouseTimer->setSingleShot(true); connect(mouseTimer, SIGNAL(timeout()), SLOT(hideMouse())); - QTimer::singleShot(0, this, SLOT(checkForUpdate())); -+ // QTimer::singleShot(0, this, SLOT(checkForUpdate())); ++ //QTimer::singleShot(0, this, SLOT(checkForUpdate())); } diff -Nru minitube-1.9.0/debian/patches/proper-tempfiles minitube-2.0/debian/patches/proper-tempfiles --- minitube-1.9.0/debian/patches/proper-tempfiles 2012-09-27 18:12:22.000000000 +0000 +++ minitube-2.0/debian/patches/proper-tempfiles 2012-09-28 23:47:59.000000000 +0000 @@ -5,6 +5,10 @@ Author: Jakob Haufe Bug-Debian: http://bugs.debian.org/644935 +diff --git a/src/temporary.cpp b/src/temporary.cpp +index 362cbd8..bebcd1f 100644 +--- a/src/temporary.cpp ++++ b/src/temporary.cpp @@ -1,7 +1,7 @@ #include "temporary.h" #include "constants.h" @@ -14,7 +18,7 @@ #ifdef Q_WS_X11 static QString userName; #endif -@@ -10,43 +10,22 @@ +@@ -10,43 +10,21 @@ Temporary::Temporary() { } QString Temporary::filename() { @@ -53,9 +57,9 @@ - } - - return tempFile; +- + tempfile->open(); + return tempfile->fileName(); - } void Temporary::deleteAll() { diff -Nru minitube-1.9.0/debian/rules minitube-2.0/debian/rules --- minitube-1.9.0/debian/rules 2011-12-07 00:58:24.000000000 +0000 +++ minitube-2.0/debian/rules 2012-09-29 00:41:39.000000000 +0000 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_HARDENING=1 + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/qmake.mk diff -Nru minitube-1.9.0/debian/source/options minitube-2.0/debian/source/options --- minitube-1.9.0/debian/source/options 1970-01-01 00:00:00.000000000 +0000 +++ minitube-2.0/debian/source/options 2012-09-24 16:14:30.000000000 +0000 @@ -0,0 +1,2 @@ +compression = xz +compression-level = 7 diff -Nru minitube-1.9.0/empty.ts minitube-2.0/empty.ts --- minitube-1.9.0/empty.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/empty.ts 2013-02-03 20:19:43.000000000 +0000 @@ -5,161 +5,189 @@ AboutView - + There's life outside the browser! - + Version %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. - + Please <a href='%1'>donate</a> to support the continued development of %2. - + You may want to try my other apps as well: - + %1, a YouTube music player - + %1, a music player - + Translate %1 to your native language using %2 - + Icon designed by %1. - + Released under the <a href='%1'>GNU General Public License</a> - + &Close - + About - + What you always wanted to know about %1 and never dared to ask - ClearButton + ActivationDialog - - Clear + + Enter your License Details + + + + + &Email: + + + + + &Code: - DemoStartupView + ActivationView - + Please license %1 - + This demo has expired. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - - This demo will expire in %1 days. + + Without a license, the application will expire in %1 days. - + By purchasing the full version, you will also support the hard work I put into creating %1. - + Use Demo - - Get the full version + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear DownloadItem - + bytes - + KB - + MB - + bytes/sec - + KB/sec - + MB/sec - + seconds - + minutes - + %4 %5 remaining @@ -167,37 +195,37 @@ DownloadManager - + This is just the demo version of %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. - + Continue - + Get the full version - + %1 downloaded in %2 - + Download finished - + %n Download(s) @@ -207,27 +235,27 @@ DownloadSettings - + Change location... - + Choose the download location - + Download location changed. - + Current downloads will still go in the previous location. - + Downloading to: %1 @@ -242,6 +270,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -305,25 +341,30 @@ - ListModel + HomeView - - Searching... + + Search - - Show %1 More + + Find videos and channels by keyword - - No videos + + Browse - - No more videos + + Browse videos by category + + + + + Make yourself comfortable @@ -338,411 +379,426 @@ MainWindow - + &Stop - + Stop playback and go back to the search view - + S&kip - + Skip to the next video - - + + &Pause - - + + Pause playback - + &Full Screen - + Go full screen - + Hide the playlist and the toolbar - + Go to the YouTube video page and pause playback - + Copy the current video YouTube link to the clipboard - + Copy the current video stream URL to the clipboard - + Find other video parts hopefully in the right order - + &Remove - + Remove the selected videos from the playlist - + Move &Up - + Move up the selected videos in the playlist - + Move &Down - + Move down the selected videos in the playlist - + Clear the search history. Cannot be undone. - + &Quit - + Bye - + &Website - + %1 on the Web - + Please support the continued development of %1 - + &About - + Info about %1 - + Search - + Mute volume - - + + &Downloads - + Show details about video downloads - + &Download - + Download the current video - + Share the current video using %1 - + &Email - + Email - + &Close - + &Float on Top - + &Stop After This Video - + &Report an Issue... - + &Refine Search... - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application - + Buy %1... - + &Playback - + &Playlist - + &Video - + &View - + &Share - + &Help - + Press %1 to raise the volume, %2 to lower it - - + + Opening %1 - + Do you want to exit %1 with a download in progress? - + If you close %1 now, this download will be cancelled. - + Close and cancel download - + Wait for download to finish - + Leave &Full Screen - + %1 version %2 is now available. - + Remind me later - - To get the updated version, download %1 again from the link you received via email and reinstall. - - - - + Update - + Error: %1 - + P&revious - + Go back to the previous track - + &Compact Mode - + Open the &YouTube Page - + Copy the YouTube &Link - + Copy the Video Stream &URL - + Find Video &Parts - + &Clear Recent Searches - + Make a &Donation - + &Manually Start Playing - + Manually start playing videos - + + Choose your content location + + + + &Play - + Resume playback - + Remaining time: %1 - + Volume at %1% - + Volume is muted - + Volume is unmuted - + Maximum video definition set to %1 - + Your privacy is now safe - + Downloads complete @@ -750,236 +806,300 @@ MediaView - + You can now paste the YouTube link into another application - + You can now paste the video stream URL into another application - + The link will be valid only for a limited time. - + This is just the demo version of %1. - + It allows you to test the application and see if it works for you. - + Continue - + of Used in video parts, as in '2 of 3' - + part This is for video parts, as in 'Cool video - part 1' - + episode This is for video parts, as in 'Cool series - episode 1' - + Sent from %1 - + Get the full version - + Downloading %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + + + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + + + + + PasteLineEdit - - Network error: %1 + + Paste - PrettyItemDelegate + PlaylistItemDelegate - + %1 views - + %1 of %2 (%3) — %4 - + Preparing - + Failed - + Completed - + Stopped - + Stop downloading - + Show in %1 - + Open parent folder - + Restart downloading + PlaylistModel + + + Searching... + + + + + Show %1 More + + + + + No videos + + + + + No more videos + + + + RefineSearchWidget - + Sort by - + Relevance - - + + Date - + View Count - + Rating - + Anytime - + Today - + 7 Days - + 30 Days - + Duration - - + + All - + Short - + Medium - + Long - + Less than 4 minutes - + Between 4 and 20 minutes - + Longer than 20 minutes - + Quality - + High Definition - + 720p or higher - + + Done + + + + + RegionsView + + Done @@ -995,81 +1115,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, - + Get the full version - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" - + a keyword - + a channel - + to start watching videos. - + Watch - + Recent keywords - + Recent channels + + + SidebarHeader + + + + &Back + + - - Make yourself comfortable + + Forward to %1 + + + + + Back to %1 SidebarWidget - + Refine Search - + Did you mean: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 - + Network error: %1 for %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/aa.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/aa.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ad.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ad.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ae.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ae.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/af.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/af.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ag.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ag.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ai.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ai.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/al.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/al.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/am.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/am.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ao.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ao.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/aq.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/aq.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ar.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ar.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/as.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/as.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/at.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/at.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/au.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/au.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/aw.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/aw.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ax.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ax.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/az.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/az.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ba.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ba.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bb.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bb.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bd.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bd.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/be.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/be.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bf.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bf.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bg.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bg.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bh.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bh.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bi.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bi.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bj.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bj.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bl.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bl.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bm.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bm.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bn.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bn.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bo.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bo.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bq.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bq.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/br.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/br.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bs.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bs.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bt.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bt.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bv.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bv.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bw.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bw.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/by.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/by.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/bz.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/bz.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ca.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ca.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cc.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cc.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cd.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cd.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cf.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cf.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cg.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cg.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ch.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ch.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ci.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ci.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ck.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ck.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cl.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cl.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cm.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cm.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cn.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cn.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/co.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/co.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cr.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cr.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cu.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cu.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cv.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cv.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cw.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cw.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cx.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cx.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cy.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cy.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/cz.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/cz.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/de.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/de.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/dj.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/dj.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/dk.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/dk.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/dm.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/dm.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/do.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/do.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/dz.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/dz.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ec.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ec.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ee.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ee.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/eg.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/eg.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/eh.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/eh.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/eo.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/eo.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/er.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/er.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/es.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/es.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/et.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/et.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/fi.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/fi.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/fj.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/fj.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/fk.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/fk.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/fm.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/fm.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/fo.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/fo.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/fr.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/fr.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ga.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ga.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gb.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gb.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gd.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gd.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ge.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ge.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gf.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gf.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gg.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gg.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gh.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gh.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gi.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gi.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gl.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gl.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gm.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gm.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gn.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gn.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gp.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gp.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gq.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gq.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gr.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gr.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gs.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gs.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gt.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gt.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gu.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gu.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gw.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gw.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/gy.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/gy.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/hk.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/hk.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/hm.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/hm.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/hn.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/hn.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/hr.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/hr.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ht.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ht.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/hu.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/hu.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/id.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/id.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ie.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ie.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/il.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/il.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/im.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/im.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/in.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/in.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/io.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/io.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/iq.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/iq.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ir.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ir.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/is.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/is.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/it.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/it.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/je.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/je.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/jm.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/jm.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/jo.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/jo.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/jp.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/jp.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ke.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ke.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/kg.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/kg.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/kh.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/kh.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ki.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ki.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/km.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/km.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/kn.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/kn.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/kp.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/kp.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/kr.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/kr.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/kw.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/kw.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ky.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ky.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/kz.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/kz.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/la.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/la.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/lb.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/lb.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/lc.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/lc.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/li.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/li.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/lk.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/lk.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/lr.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/lr.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ls.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ls.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/lt.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/lt.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/lu.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/lu.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/lv.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/lv.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ly.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ly.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ma.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ma.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mc.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mc.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/md.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/md.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/me.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/me.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mf.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mf.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mg.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mg.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mh.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mh.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mk.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mk.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ml.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ml.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mm.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mm.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mn.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mn.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mo.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mo.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mp.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mp.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mq.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mq.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mr.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mr.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ms.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ms.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mt.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mt.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mu.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mu.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mv.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mv.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mw.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mw.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mx.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mx.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/my.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/my.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/mz.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/mz.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/na.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/na.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/nc.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/nc.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ne.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ne.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/nf.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/nf.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ng.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ng.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ni.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ni.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/nl.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/nl.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/no.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/no.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/np.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/np.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/nr.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/nr.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/nu.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/nu.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/nz.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/nz.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/om.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/om.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/pa.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/pa.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/pe.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/pe.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/pf.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/pf.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/pg.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/pg.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ph.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ph.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/pk.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/pk.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/pl.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/pl.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/pm.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/pm.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/pn.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/pn.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/pr.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/pr.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ps.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ps.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/pt.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/pt.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/pw.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/pw.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/py.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/py.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/qa.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/qa.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/re.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/re.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ro.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ro.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/rs.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/rs.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ru.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ru.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/rw.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/rw.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sa.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sa.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sb.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sb.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sc.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sc.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sd.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sd.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/se.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/se.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sg.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sg.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sh.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sh.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/si.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/si.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sj.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sj.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sk.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sk.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sl.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sl.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sm.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sm.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sn.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sn.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/so.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/so.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sr.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sr.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ss.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ss.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/st.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/st.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sv.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sv.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sx.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sx.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sy.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sy.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/sz.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/sz.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tc.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tc.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/td.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/td.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tf.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tf.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tg.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tg.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/th.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/th.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tj.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tj.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tk.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tk.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tl.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tl.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tm.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tm.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tn.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tn.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/to.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/to.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tr.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tr.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tt.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tt.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tv.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tv.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tw.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tw.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/tz.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/tz.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ua.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ua.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ug.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ug.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/um.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/um.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/us.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/us.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/uy.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/uy.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/uz.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/uz.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/va.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/va.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/vc.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/vc.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ve.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ve.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/vg.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/vg.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/vi.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/vi.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/vn.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/vn.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/vu.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/vu.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/wf.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/wf.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ws.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ws.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/ye.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/ye.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/yt.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/yt.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/za.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/za.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/zm.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/zm.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/flags/zw.png and /tmp/3B0UgXSkOh/minitube-2.0/flags/zw.png differ Binary files /tmp/MQwPiJfATa/minitube-1.9.0/images/worldwide.png and /tmp/3B0UgXSkOh/minitube-2.0/images/worldwide.png differ diff -Nru minitube-1.9.0/locale/ar.ts minitube-2.0/locale/ar.ts --- minitube-1.9.0/locale/ar.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/ar.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! هناك حياة خارج المتصفح! - + Version %1 النسخة %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 هو برنامج مجاني و لكن برمجته تستهلك وقتا ثمينا. - + Please <a href='%1'>donate</a> to support the continued development of %2. ‎الرجاء <a href='%1'>التبرع</a> لمتابعة تطوير %2. - + You may want to try my other apps as well: قد ترغب في تجريب برامجي الأخرى أيضا - + %1, a YouTube music player %1، قارئ موسيقى على اليوتيوب - + %1, a music player %1، قارئ موسيقى - + Translate %1 to your native language using %2 ترجم %1 إلى لغتك الأم بإستعمال %2 - + Icon designed by %1. صمم الايقونة %1. - + Released under the <a href='%1'>GNU General Public License</a> نشر هذا البرنامج تحت رخصة <a href='%1'>GNU General Public License</a> - + &Close &اقفل - + About عن البرنامج - + What you always wanted to know about %1 and never dared to ask ما اردت معرفته عن %1 و لم تستطع ان تسأل - ClearButton + ActivationDialog - - Clear - مسح + + Enter your License Details + أدخل تفاصيل الرخصة الخاصة بك + + + + &Email: + &البريد الألكتروني: + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 الرجاء قم بترخيص %1 - + This demo has expired. أنتهت مدة النسخة التجريبية. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - النسخة الكاملة تمكنك من تحميل الفيديوهات الأطوال من %1 دقيقة و مشاهدتها من دون إنقطاع. + النسخة الكاملة تمكنك من تحميل الفيديوهات الأطول من %1 دقيقة و مشاهدتها من دون إنقطاع. - - This demo will expire in %1 days. - النسخة التجريبة ستنتهي خلال %1 يوم. + + Without a license, the application will expire in %1 days. + بدون رخصة, سوف تنتهي النسخة التجريبية من هذا البرنامج خلال 20 يوما - + By purchasing the full version, you will also support the hard work I put into creating %1. - بشراءكة للنسخة الكاملة، سوف تقوم أيضا بدعم العامل عشاق الذي قمت به في إنشاء %1. + بشرائك النسخة الكاملة، سوف تقوم أيضا بدعم العمل الشاق الذي قمت به في إنشاء %1. - + Use Demo - إستخدم مثال + استخدم النسخة التجريبية - - Get the full version - احصل على النسخة الكاملة + + Enter License + أدخل رخصة + + + + Buy License + قم بشراء رخصة + + + + ClearButton + + + Clear + مسح DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/sec - + KB/sec KB/sec - + MB/sec MB/sec - + seconds seconds - + minutes minutes - + %4 %5 remaining %4 %5 متبقي @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. هذه ليست سوى النسخة التجريبية من %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. يمكن تحميل الفيديو في أقل من %1 دقيقة بحيث يمكنك اختبار وظيفة التحميل. - + Continue متابعة - + Get the full version احصل على النسخة الكاملة - + %1 downloaded in %2 %1 حمل في %2 - + Download finished انتهي التحميل - + %n Download(s) التحميل %nالتحميل %nالتحميل %nالتحميل %nالتحميل %nالتحميل %n @@ -203,27 +231,27 @@ DownloadSettings - + Change location... تغيير الموقع... - + Choose the download location اختر موقع التحميل - + Download location changed. موقع التحميل تغير. - + Current downloads will still go in the previous location. التحميل سيتم في الموقع السابق. - + Downloading to: %1 التحميل الى:%1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + يتم الآن تحميل التحديث + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - جاري البحث... + + Search + بحث - - Show %1 More - اظهر %1 المزيد + + Find videos and channels by keyword + - - No videos - لا توجد فيديوات + + Browse + أستعراض - - No more videos - لا توجد فيديوات اخرى + + Browse videos by category + تصفح الفيديوهات حسب الفئة + + + + Make yourself comfortable + اجعل نفسك مرتاحا @@ -334,411 +375,426 @@ MainWindow - + &Stop &قف - + Stop playback and go back to the search view وقف التشغيل و العودة لوضع البحث - + S&kip &القفز - + Skip to the next video القفز للفيديو التالي - - + + &Pause &ايقاف مؤقت - - + + Pause playback ايقاف التشغيل - + &Full Screen &شاشة كاملة - + Go full screen تشغيل شاشة كاملة - + Hide the playlist and the toolbar اخفاء القائمة و شريط المهام - + Go to the YouTube video page and pause playback اذهب الى صفحة فيديو YouTube و وقف التشغيل - + Copy the current video YouTube link to the clipboard نسخ رابط YouTube الى clipboard - + Copy the current video stream URL to the clipboard نسخ رابط الفيديو الى clipboard - + Find other video parts hopefully in the right order اوجد أجزاء الفيديو الأخرى املا أن تكون في الترتيب الصحيح - + &Remove &إزالة - + Remove the selected videos from the playlist إزالة الفيديو من القائمة - + Move &Up الرفع الى &اعلى - + Move up the selected videos in the playlist رفع المقاطع المختارة الى فوق في القائمة - + Move &Down الانزال الى &تحت - + Move down the selected videos in the playlist انزال المقاطع المختارة الى تحت في القائمة - + Clear the search history. Cannot be undone. مسح تاريخ البحث. لا يمكن استعادته. - + &Quit &الانتهاء - + Bye مع السلامة - + &Website &الموقع - + %1 on the Web %1 على الشبكة - + Please support the continued development of %1 ‎الرجاء التبرع لمتابعة تطوير %1 - + &About &عن البرنامج - + Info about %1 معلومات عن %1 - + Search البحث - + Mute volume كتم الصوت - - + + &Downloads &التحميلات - + Show details about video downloads عرض تفاصيل عن تحميلات الفيديو - + &Download &التحميلات - + Download the current video تحميل الفيديو الحالي - + Share the current video using %1 شارك الفيديو الحالي باستخدام %1 - + &Email &البريد الإلكتروني - + Email البريد الإلكتروني - + &Close &اقفل - + &Float on Top &اطفو علي القمة - + &Stop After This Video &أوقف العرض التلقائي بعد الفيديو الحالي - + &Report an Issue... &أبلغ عن مشكلة - + &Refine Search... &خيارات البحث... - + + More... + المزيد... + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &البرنامج - + Buy %1... اشتري %1... - + &Playback &قراءة - + &Playlist &القائمة - + &Video &الفيديو - + &View &مشاهدة - + &Share &شارك - + &Help &المساعدة - + Press %1 to raise the volume, %2 to lower it اضغط %1 لرفع الصوت و %2 لخفضه - - + + Opening %1 جاري فتح %1 - + Do you want to exit %1 with a download in progress? هل تريد الخروج %1 رغم وجود تحميل? - + If you close %1 now, this download will be cancelled. عند اغلاق %1 التحميل سيلغى. - + Close and cancel download الاغلاق و الغاء التحميل - + Wait for download to finish انتظار انتهاء التحميل - + Leave &Full Screen غادر &الشاشة الكاملة - + %1 version %2 is now available. %1 الإصدار %2 متوفر الآن. - + Remind me later ذكرني لاحقا - - To get the updated version, download %1 again from the link you received via email and reinstall. - للحصول على أحدث نسخة , قم بتحميل %1 مرة أُخرى من الرابط الذي وصلك الى بريدك الألكتروني وأعد التثبيت - - - + Update تحديث - + Error: %1 خطأ: %1 - + P&revious ال&سابق - + Go back to the previous track العودة إلى المجاز السابق - + &Compact Mode &الواجهة الخفيفة - + Open the &YouTube Page أفتح صفحة الفيديو على &YouTube - + Copy the YouTube &Link انسخ رابط الفيديو &Link - + Copy the Video Stream &URL انسخ الفيديو وعنوانه - + Find Video &Parts أبحث عن &أجزاء الفيديو الأُخرى - + &Clear Recent Searches &مسح تاريخ البحث - + Make a &Donation القيام بتبرع - + &Manually Start Playing &تشغيل الفيديوهات يدويا - + Manually start playing videos بدء تشغيل الفيديو يدويا - + + Choose your content location + + + + &Play &التشغيل - + Resume playback اكمال التشغيل - + Remaining time: %1 الوقت المتبقي: %1 - + Volume at %1% %1%الصوت عند - + Volume is muted الصوت مكتوم - + Volume is unmuted الصوت غير مكتوم - + Maximum video definition set to %1 الوضوح الاقصى %1 - + Your privacy is now safe خصوصيتك امنة - + Downloads complete التحميل انتهى @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application يمكنك لصق رابط YouTube في برنامج اخر - + You can now paste the video stream URL into another application يمكنك لصق رابط الفيديو في برنامج اخر - + The link will be valid only for a limited time. الرابط سيكون صالحا لمدة محدودة. - + This is just the demo version of %1. هذه ليست سوى النسخة التجريبية من %1. - + It allows you to test the application and see if it works for you. انها تتيح لك تجربة البرنامج. - + Continue متابعة - + of Used in video parts, as in '2 of 3' من - + part This is for video parts, as in 'Cool video - part 1' جزء - + episode This is for video parts, as in 'Cool series - episode 1' حلقة - + Sent from %1 أرسلت من %1 - + Get the full version احصل على النسخة الكاملة - + Downloading %1 جاري تحميل %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + + + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + ذكرني لاحقا + + + + Install Update + تثبيت التحديث + + + + PasteLineEdit - - Network error: %1 - خطأ شبكة:%1 + + Paste + لصق - PrettyItemDelegate + PlaylistItemDelegate - + %1 views - %1 مشاهدات + %1 مشاهدة - + %1 of %2 (%3) — %4 - %1 من %2 (%3) - %4 + - + Preparing تهيئة - + Failed فشل - + Completed تم - + Stopped متوقف - + Stop downloading ايقاف التحميل - + Show in %1 اظهار في %1 - + Open parent folder فتح المجلد الرئيسي - + Restart downloading اعادة التحميل + PlaylistModel + + + Searching... + جاري البحث... + + + + Show %1 More + اظهر %1 المزيد + + + + No videos + لا توجد فيديوهات + + + + No more videos + لا يوجد المزيد من الفيديوهات + + + RefineSearchWidget - + Sort by ترتيب بـ - + Relevance ذات صلة - - + + Date التاريخ - + View Count عدد المشاهدات - + Rating التقييم - + Anytime اي وقت - + Today اليوم - + 7 Days 7 أيام - + 30 Days 30 يوم - + Duration المدة - - + + All الكل - + Short قصير - + Medium متوسط - + Long طويل - + Less than 4 minutes أقل من 4 دقائق - + Between 4 and 20 minutes ما بين 4 ال 20 دقيقة - + Longer than 20 minutes أطول من 20 دقيقة - + Quality الجودة - + High Definition دقة عالية - + 720p or higher 720 أو أعلي - + Done إنتهي + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, مرحبا بك في <a href='%1'>%2</a>, - + Get the full version الحصول على النسخة الكاملة - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" أدخل - + a keyword كلمة مفتاح - + a channel قناة - + to start watching videos. لبدء مشاهدة أشرطة الفيديو - + Watch شاهد - + Recent keywords كلمات بحث سابقة - + Recent channels القنوات الأخيرة + + + SidebarHeader - - Make yourself comfortable - اجعل نفسك مرتاحا + + + &Back + &عودة + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search خيارات البحث - + Did you mean: %1 هل تقصد: %1 + StandardFeedsView + + + Most Popular + الأكثر شهرة + + + + Featured + + + + + Most Shared + الأكثر مشاركة + + + + Most Discussed + + + + + Top Rated + الأعلى تقييما + + + Video - + Cannot get video stream for %1 لا يمكن الحصول على دفق الفيديو %1 - + Network error: %1 for %2 خطأ شبكة:%1 الى %2 + + YTRegions + + + Algeria + الجزائر + + + + Argentina + الأرجنتين + + + + Australia + أستراليا + + + + Belgium + بلجيكا + + + + Brazil + البرازيل + + + + Canada + كندا + + + + Chile + تشيلي + + + + Colombia + كولومبيا + + + + Czech Republic + جمهورية التشيك + + + + Egypt + مصر + + + + France + فرنسا + + + + Germany + ألمانيا + + + + Ghana + غانا + + + + Greece + اليونان + + + + Hong Kong + هونغ كونغ + + + + Hungary + هنغاريا + + + + India + الهند + + + + Indonesia + إندونيسيا + + + + Ireland + إيرلندا + + + + Israel + Israel + + + + Italy + إيطاليا + + + + Japan + اليابان + + + + Jordan + الأردن + + + + Kenya + كينيا + + + + Malaysia + ماليزيا + + + + Mexico + المكسيك + + + + Morocco + المغرب + + + + Netherlands + هولندا + + + + New Zealand + نيوزيلندا + + + + Nigeria + نيجيريا + + + + Peru + بيرو + + + + Philippines + الفلبين + + + + Poland + بولندا + + + + Russia + روسيا + + + + Saudi Arabia + المملكة العربية السعودية + + + + Singapore + سنغافورة + + + + South Africa + جنوب أفريقيا + + + + South Korea + كوريا الجنوبية + + + + Spain + إسبانيا + + + + Sweden + السويد + + + + Taiwan + تايوان + + + + Tunisia + تونس + + + + Turkey + تركيا + + + + Uganda + أوغندا + + + + United Arab Emirates + الإمارات العربية المتحدة + + + + United Kingdom + المملكة المتحدة + + + + Yemen + اليمن + + + + Worldwide + العالم + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/ca.ts minitube-2.0/locale/ca.ts --- minitube-1.9.0/locale/ca.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/ca.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Hi ha vida fora del navegador! - + Version %1 Versió %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 és programari lliure, però el seu desenvolupament pren un temps preciós. - + Please <a href='%1'>donate</a> to support the continued development of %2. Siusplau <a href='%1'>dóna</a> per ajudar al desenvolupament continuat del %2. - + You may want to try my other apps as well: És possible que també vulgueu provar altres aplicacions meves: - + %1, a YouTube music player %1, un reproductor de música de YouTube - + %1, a music player %1, un reproductor de música - + Translate %1 to your native language using %2 Traduïu el %1 al vostre idioma natal utilitzant %2 - + Icon designed by %1. Icona dissenyada per %1. - + Released under the <a href='%1'>GNU General Public License</a> Alliberat sota la <a href='%1'>Llicència Pública General de GNU</a> - + &Close &Tanca - + About Quant a - + What you always wanted to know about %1 and never dared to ask El que sempre havíeu volgut saber sobre el %1 i mai us havíeu atrevit a preguntar - ClearButton + ActivationDialog - - Clear - Neteja + + Enter your License Details + + + + + &Email: + + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 Si us plau, llicencia el %1 - + This demo has expired. - Aquesta demo ha expirat + Aquesta demo ha expirat. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - La versió completa permet descarregar vídeos de més de %1 minuts i veure els vídeos sense interrupcions. + - - This demo will expire in %1 days. - Aquesta demo expira en %1 dies. + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. - Comprant la versió completa, també donareu suport al dur treball que he posat en la creació del %1. + Comprant la versió completa, també donarà suport al dur treball que he posat en la creació del %1. - + Use Demo Utilitza la demo - - Get the full version - Aconsegueix la versió completa + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + Neteja DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/s - + KB/sec KB/s - + MB/sec MB/s - + seconds segons - + minutes minuts - + %4 %5 remaining %4 %5 restant @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Aquesta només és la versió de demostració del %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Només pot baixar vídeos de menys de %1 minuts per tal que en pugui provar aquesta funció. - + Continue Continua - + Get the full version Aconsegueix la versió completa - + %1 downloaded in %2 %1 descarregat en %2 - + Download finished Descàrrega completada - + %n Download(s) @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Canvia la ubicació... - + Choose the download location Escull la ubicació de les baixades - + Download location changed. Ubicació de baixades canviada. - + Current downloads will still go in the previous location. Les baixades actuals encara aniran a la ubicació prèvia. - + Downloading to: %1 Baixant a: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - S'està cercant... + + Search + Cerca - - Show %1 More - Mostra %1 Més + + Find videos and channels by keyword + - - No videos - Cap vídeo + + Browse + - - No more videos - Cap més vídeo + + Browse videos by category + + + + + Make yourself comfortable + @@ -334,411 +375,426 @@ MainWindow - + &Stop &Atura - + Stop playback and go back to the search view Atura la reproducció i torna a la vista de búsqueda - + S&kip &Salta - + Skip to the next video Salta al vídeo següent - - + + &Pause &Pausa - - + + Pause playback Pausa la reproducció - + &Full Screen Pantalla &completa - + Go full screen Passa a pantalla completa - + Hide the playlist and the toolbar Amaga la llista de reproducció i la barra d'eines - + Go to the YouTube video page and pause playback Ves a la pàgina del vídeo del YouTube i pausa la reproducció - + Copy the current video YouTube link to the clipboard Copia l'enllaç del vídeo actual del YouTube al porta-retalls - + Copy the current video stream URL to the clipboard Copia el URL del flux de vídeo actual al porta-retalls - + Find other video parts hopefully in the right order Troba altres parts del vídeo, amb sort en l'ordre correcte - + &Remove &Elimina - + Remove the selected videos from the playlist Elimina els vídeos seleccionats de la llista de reproducció - + Move &Up Mou &amunt - + Move up the selected videos in the playlist Mou amunt els vídeos seleccionats en la llista de reproducció - + Move &Down Mou a&vall - + Move down the selected videos in the playlist Mou avall els vídeos seleccionats en la llista de reproducció - + Clear the search history. Cannot be undone. Neteja l'historial de búsquedes. No es pot desfer. - + &Quit &Surt - + Bye Adéu - + &Website Pàgina &web - + %1 on the Web %1 a la xarxa - + Please support the continued development of %1 Siusplau ajuda al desenvolupament continuat del %1 - + &About &Quant a - + Info about %1 Info sobre %1 - + Search Cerca - + Mute volume Silencia el volum - - + + &Downloads &Baixades - + Show details about video downloads Mostra detalls de les descàrregues de vídeo - + &Download &Baixa - + Download the current video Baixa el vídeo actual - + Share the current video using %1 Comparteix el vídeo actual fent servir %1 - + &Email &Email - + Email Correu electrònic - + &Close &Tanca - + &Float on Top Manté a &sobre - + &Stop After This Video &Atura després d'aquest vídeo - + &Report an Issue... &Informa d'un problema... - + &Refine Search... &Afina la Cerca... - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Aplicació - + Buy %1... Compra %1... - + &Playback &Reproducció - + &Playlist &Llista de reproducció - + &Video &Vídeo - + &View &Vista - + &Share &Compartir - + &Help A&juda - + Press %1 to raise the volume, %2 to lower it Premeu %1 per pujar el volum, %2 per baixar-lo - - + + Opening %1 Obrint %1 - + Do you want to exit %1 with a download in progress? Vol abandonar el %1 amb una baixada en curs? - + If you close %1 now, this download will be cancelled. Si tanca el %1 ara, aquesta baixada es cancel·larà. - + Close and cancel download Tanca i cancel·la la baixada - + Wait for download to finish Espera a acabar la baixada - + Leave &Full Screen Abandona la Pantalla &Completa - + %1 version %2 is now available. %1 versió %2 ja està disponible. - + Remind me later Recorda-m'ho més tard - - To get the updated version, download %1 again from the link you received via email and reinstall. - Per obtenir la versió actualitzada, descarregueu el %1 de nou des de l'enllaç que vau rebre per correu electrònic i torneu-lo a instal·lar. - - - + Update Actualitza - + Error: %1 Error: %1 - + P&revious P&revi - + Go back to the previous track Torna a la pista anterior - + &Compact Mode &Mode compacte - + Open the &YouTube Page Obre la pàgina de &YouTube - + Copy the YouTube &Link Copia l'&enllaç de YouTube - + Copy the Video Stream &URL Copia el &URL del flux de vídeo - + Find Video &Parts Troba &parts de vídeo - + &Clear Recent Searches &Neteja les búsquedes recents - + Make a &Donation Fer una &donació - + &Manually Start Playing Reprodueix vídeos &manualment - + Manually start playing videos Comença a reproduir vídeos manualment - + + Choose your content location + + + + &Play &Reprodueix - + Resume playback Continua la reproducció - + Remaining time: %1 Temps restant: %1 - + Volume at %1% Volum al %1% - + Volume is muted El volum està silenciat - + Volume is unmuted El volum no està silenciat - + Maximum video definition set to %1 Resolució màxima de vídeo fixada a %1 - + Your privacy is now safe La vostra privacitat ara és segura - + Downloads complete Baixades completes @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application Ja podeu enganxar l'enllaç de YouTube en una altra aplicació - + You can now paste the video stream URL into another application Ja pot enganxar el URL del flux de vídeo en una altra aplicació - + The link will be valid only for a limited time. L'enllaç només serà vàlid durant un temps limitat. - + This is just the demo version of %1. Aquesta només és la versió de demostració del %1. - + It allows you to test the application and see if it works for you. Us permet probar l'aplicació i veure si us va bé. - + Continue Continua - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' part - + episode This is for video parts, as in 'Cool series - episode 1' episodi - + Sent from %1 Enviat des de %1 - + Get the full version Aconseguiu la versió completa - + Downloading %1 Baixant %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + - - Network error: %1 - Error de xarxa: %1 + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + + + + + PasteLineEdit + + + Paste + - PrettyItemDelegate + PlaylistItemDelegate - + %1 views %1 visualitzacions - + %1 of %2 (%3) — %4 - %1 de %2 (%3) — %4 + - + Preparing - Preparant + - + Failed - Fallit + - + Completed - Completat + - + Stopped - Aturat + - + Stop downloading - Atura la baixada + - + Show in %1 - Mostra en %1 + - + Open parent folder - Obre el directori superior + - + Restart downloading - Recomença la baixada + + + + + PlaylistModel + + + Searching... + Buscant... + + + + Show %1 More + + + + + No videos + Cap vídeo + + + + No more videos + Cap més vídeo RefineSearchWidget - + Sort by Ordena per - + Relevance Rellevància - - + + Date Data - + View Count Nombre de vistes - + Rating Qualificació - + Anytime Qualsevol data - + Today Avui - + 7 Days 7 dies - + 30 Days 30 dies - + Duration Duració - - + + All Tot - + Short Curt - + Medium Mig - + Long Llarg - + Less than 4 minutes Menys de 4 minuts - + Between 4 and 20 minutes Entre 4 i 20 minuts - + Longer than 20 minutes Més de 20 minuts - + Quality Qualitat - + High Definition Alta Definició - + 720p or higher 720p o major - + Done Fet + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Benvinguts al <a href='%1'>%2</a>, - + Get the full version Aconsegueix la versió completa - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Introdueix - + a keyword una paraula - + a channel un canal - + to start watching videos. per comencar a veure vídeos. - + Watch Veure - + Recent keywords Búsquedes recents - + Recent channels Canals recents + + + SidebarHeader - - Make yourself comfortable - Poseu-vos còmodes + + + &Back + &Enrere + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Afina la Cerca - + Did you mean: %1 Volieu dir: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 No es pot obtenir flux de vídeo per %1 - + Network error: %1 for %2 Error de xarxa: %1 per %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/ca_ES.ts minitube-2.0/locale/ca_ES.ts --- minitube-1.9.0/locale/ca_ES.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/ca_ES.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Hi ha vida fora del navegador! - + Version %1 Versió %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 és Software Lliure però el seu desenvolupament pren un temps molt valuós. - + Please <a href='%1'>donate</a> to support the continued development of %2. Si us plau <a href='%1'>doneu</a> per ajudar al desenvolupament continuat del %2. - + You may want to try my other apps as well: Potser també voldreu provar les meves altres aplicacions: - + %1, a YouTube music player %1, un reproductor de música del YouTube - + %1, a music player %1, un reproductor de música - + Translate %1 to your native language using %2 Traduïu el %1 al vostre idioma natal a través de %2 - + Icon designed by %1. Icona dissenyada per %1. - + Released under the <a href='%1'>GNU General Public License</a> Llançat sota la <a href='%1'>Llicència Pública General de GNU</a> - + &Close &Tanca - + About Quant a - + What you always wanted to know about %1 and never dared to ask El que sempre havíeu volgut saber sobre el %1 i mai us havíeu atrevit a preguntar - ClearButton + ActivationDialog - - Clear - Neteja + + Enter your License Details + + + + + &Email: + + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 - Siusplau llicencia el %1 + Si us plau, llicencia el %1 - + This demo has expired. Aquesta demo ha expirat. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - La versió completa permet baixar vídeos de més de %1 minuts i veure vídeos sense interrupcions. + - - This demo will expire in %1 days. - Aquesta demo caduca en %1 dies. + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. Comprant la versió completa, també donareu suport al dur treball que he posat en la creació del %1. - + Use Demo - Utilitzeu la demo + Utilitza la demo - - Get the full version - Aconseguiu la versió completa + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + Neteja DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/seg - + KB/sec KB/seg - + MB/sec MB/seg - + seconds segons - + minutes minuts - + %4 %5 remaining %4 %5 restant @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Aquesta només és la versió de demostració del %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Només pot baixar vídeos de menys de %1 minuts per tal que en pugui provar aquesta funció. - + Continue Continua - + Get the full version Aconseguiu la versió completa - + %1 downloaded in %2 %1 descarregat en %2 - + Download finished Descàrrega finalitzada - + %n Download(s) %n Baixada%n Baixades @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Canvieu la ubicació... - + Choose the download location Esculliu la ubicació de les baixades - + Download location changed. Ubicació de baixades canviada. - + Current downloads will still go in the previous location. Les baixades actuals encara aniran a la ubicació prèvia. - + Downloading to: %1 S'està baixant a: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - S'està cercant... + + Search + Busca - - Show %1 More - Mostra %1 més + + Find videos and channels by keyword + - - No videos - Cap vídeo + + Browse + - - No more videos - Cap més vídeo + + Browse videos by category + + + + + Make yourself comfortable + @@ -334,411 +375,426 @@ MainWindow - + &Stop &Atura - + Stop playback and go back to the search view Atura la reproducció i torna a la vista de búsqueda - + S&kip &Salta - + Skip to the next video Salta al vídeo següent - - + + &Pause &Pausa - - + + Pause playback Pausa la reproducció - + &Full Screen Pantalla &completa - + Go full screen Passa a pantalla completa - + Hide the playlist and the toolbar Amaga la llista de reproducció i la barra d'eines - + Go to the YouTube video page and pause playback Ves a la pàgina del vídeo del YouTube i pausa la reproducció - + Copy the current video YouTube link to the clipboard Copia l'enllaç del vídeo actual del YouTube al porta-retalls - + Copy the current video stream URL to the clipboard Copia el URL del flux de vídeo actual al porta-retalls - + Find other video parts hopefully in the right order Troba altres parts del vídeo, amb sort en l'ordre correcte - + &Remove &Elimina - + Remove the selected videos from the playlist Elimina els vídeos seleccionats de la llista de reproducció - + Move &Up Mou &amunt - + Move up the selected videos in the playlist Mou amunt en la llista de reproducció els vídeos seleccionats - + Move &Down Mou a&vall - + Move down the selected videos in the playlist Mou avall en la llista de reproducció els vídeos seleccionats - + Clear the search history. Cannot be undone. Neteja l'historial de cerques. No es pot desfer. - + &Quit &Surt - + Bye Adéu - + &Website Pàgina &web - + %1 on the Web %1 en la web - + Please support the continued development of %1 Si us plau recolzeu el desenvolupament continuat del %1 - + &About &Quant a - + Info about %1 Informació sobre el %1 - + Search Cerca - + Mute volume Silencia el volum - - + + &Downloads &Baixades - + Show details about video downloads Mostra detalls de les descàrregues de vídeo - + &Download &Baixa - + Download the current video Baixa el vídeo actual - + Share the current video using %1 Comparteix el vídeo actual fent servir %1 - + &Email &Email - + Email Correu electrònic - + &Close &Tanca - + &Float on Top Manté a &sobre - + &Stop After This Video &Atura després d'aquest vídeo - + &Report an Issue... &Informa d'un problema - + &Refine Search... &Afina la Cerca... - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Aplicació - + Buy %1... Compra %1... - + &Playback &Reproducció - + &Playlist &Llista de reproducció - + &Video &Vídeo - + &View &Vista - + &Share &Compartir - + &Help A&juda - + Press %1 to raise the volume, %2 to lower it Premeu %1 per pujar el volum, %2 per baixar-lo - - + + Opening %1 S'està obrint %1 - + Do you want to exit %1 with a download in progress? Voleu abandonar el %1 amb una baixada en curs? - + If you close %1 now, this download will be cancelled. Si tanqueu el %1 ara, aquesta baixada es cancel·larà. - + Close and cancel download Tanca i cancel·la la baixada - + Wait for download to finish Espera a acabar la baixada - + Leave &Full Screen Abandona la Pantalla &Completa - + %1 version %2 is now available. %1 versió %2 ja està disponible. - + Remind me later Recorda-m'ho més tard - - To get the updated version, download %1 again from the link you received via email and reinstall. - Per obtenir la versió actualitzada, descarregueu el %1 de nou des de l'enllaç que vau rebre per correu electrònic i torneu-lo a instal·lar. - - - + Update Actualitza - + Error: %1 Error: %1 - + P&revious P&revi - + Go back to the previous track Torna a la pista anterior - + &Compact Mode &Mode compacte - + Open the &YouTube Page Obre la pàgina de &YouTube - + Copy the YouTube &Link Copia l'&enllaç de YouTube - + Copy the Video Stream &URL Copia el &URL del flux de vídeo - + Find Video &Parts Troba &parts de vídeo - + &Clear Recent Searches &Neteja les búsquedes recents - + Make a &Donation Fer una &donació - + &Manually Start Playing Reprodueix vídeos &manualment - + Manually start playing videos Comença a reproduir vídeos manualment - + + Choose your content location + + + + &Play &Reprodueix - + Resume playback Continua la reproducció - + Remaining time: %1 Temps restant: %1 - + Volume at %1% Volum al %1% - + Volume is muted Volum desactivat - + Volume is unmuted Volum activat - + Maximum video definition set to %1 Resolució màxima de vídeo fixada a %1 - + Your privacy is now safe La vostra privacitat està protegida - + Downloads complete Baixades completes @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application Ja podeu enganxar l'enllaç del YouTube en una altra aplicació - + You can now paste the video stream URL into another application Ja podeu enganxar el URL del flux de vídeo en una altra aplicació - + The link will be valid only for a limited time. L'enllaç només serà vàlid durant un temps limitat. - + This is just the demo version of %1. Aquesta només és la versió de demostració del %1. - + It allows you to test the application and see if it works for you. Li permet probar l'aplicació i veure si li va bé. - + Continue Continua - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' part - + episode This is for video parts, as in 'Cool series - episode 1' episodi - + Sent from %1 Enviat des de %1 - + Get the full version Aconseguiu la versió completa - + Downloading %1 S'està baixant %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + - - Network error: %1 - Error de xarxa: %1 + + %1 %2 is now available. You have %3. + + + + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + + + + + PasteLineEdit + + + Paste + - PrettyItemDelegate + PlaylistItemDelegate - + %1 views %1 visualitzacions - + %1 of %2 (%3) — %4 - %1 de %2 (%3) — %4 + - + Preparing - Preparant + - + Failed - Fallit + - + Completed - Completat + - + Stopped - Aturat + - + Stop downloading - Atura la baixada + - + Show in %1 - Mostra en %1 + - + Open parent folder - Obre el directori superior + - + Restart downloading - Reinicia la baixada + + + + + PlaylistModel + + + Searching... + Buscant... + + + + Show %1 More + + + + + No videos + Cap vídeo + + + + No more videos + RefineSearchWidget - + Sort by Ordena per - + Relevance Rellevància - - + + Date Data - + View Count Nombre de vistes - + Rating Qualificació - + Anytime Qualsevol data - + Today Avui - + 7 Days 7 dies - + 30 Days 30 dies - + Duration Durada - - + + All Tot - + Short Curt - + Medium Mig - + Long Llarg - + Less than 4 minutes menys de 4 minuts - + Between 4 and 20 minutes entre 4 i 20 minuts - + Longer than 20 minutes més de 20 minuts - + Quality Qualitat - + High Definition Alta definició - + 720p or higher 720p o major - + Done Fet + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Benvingut al <a href='%1'>%2</a>, - + Get the full version Aconseguiu la versió completa - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Introduïu - + a keyword una paraula - + a channel un canal - + to start watching videos. per comencar a veure vídeos. - + Watch Veure - + Recent keywords Cerques recents - + Recent channels Canals recents + + + SidebarHeader - - Make yourself comfortable - Poseu-vos còmode + + + &Back + &Enrere + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Afina la Cerca - + Did you mean: %1 Volieu dir: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 No es pot obtenir flux de vídeo per %1 - + Network error: %1 for %2 Error de xarxa: %1 per %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/cs_CZ.ts minitube-2.0/locale/cs_CZ.ts --- minitube-1.9.0/locale/cs_CZ.ts 1970-01-01 00:00:00.000000000 +0000 +++ minitube-2.0/locale/cs_CZ.ts 2013-02-03 20:19:43.000000000 +0000 @@ -0,0 +1,1476 @@ + +UTF-8 + + AboutView + + + There's life outside the browser! + Život existuje i mimo prohlížeč! + + + + Version %1 + Verze %1 + + + + Licensed to: %1 + Licence k: %1 + + + + %1 is Free Software but its development takes precious time. + %1 je svobodný software, ale jeho vývoj stojí drahocenný čas. + + + + Please <a href='%1'>donate</a> to support the continued development of %2. + Prosím <a href='%1'>přispějte</a> na další vývoj %2. + + + + You may want to try my other apps as well: + Je možné, že vás zaujmou i moje ostatní programy: + + + + %1, a YouTube music player + %1, přehrávač hudby z YouTube + + + + %1, a music player + %1, hudební přehrávač + + + + Translate %1 to your native language using %2 + Přeložte %1 do vašeho mateřského jazyka pomocí %2 + + + + Icon designed by %1. + Autor ikony: %1. + + + + Released under the <a href='%1'>GNU General Public License</a> + Vydáno pod <a href='%1'>licencí GNU General Public License</a> + + + + &Close + &Zavřít + + + + About + O aplikaci + + + + What you always wanted to know about %1 and never dared to ask + Co jste vždy chtěli vědět o aplikaci %1 ale nikdy jste se neodvážili zeptat + + + + ActivationDialog + + + Enter your License Details + Vložte detaily vaší licence + + + + &Email: + &Email: + + + + &Code: + &Kód + + + + ActivationView + + + Please license %1 + Sežeňte si, prosím, licenci %1 + + + + This demo has expired. + Platnost demoverze vypršela. + + + + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. + Plná verze umožní stáhnout videa delší než %1 minut a sledovat videa bez přerušení. + + + + Without a license, the application will expire in %1 days. + Bez licence žádost vyprší za %1 dnů + + + + By purchasing the full version, you will also support the hard work I put into creating %1. + Zakoupením plné verze také podpoříte práci, která byla vložená do tvorby %1. + + + + Use Demo + Použít demoverzi + + + + Enter License + Vložit licenci + + + + Buy License + Koupit licenci + + + + ClearButton + + + Clear + Odstranit vše + + + + DownloadItem + + + bytes + bajtů + + + + KB + KB + + + + MB + MB + + + + bytes/sec + bajtů/sec + + + + KB/sec + KB + + + + MB/sec + MB/se + + + + seconds + sekund + + + + minutes + minut + + + + %4 %5 remaining + %4 %5 zbývá + + + + DownloadManager + + + This is just the demo version of %1. + Toto je pouze demoverze %1. + + + + It can only download videos shorter than %1 minutes so you can test the download functionality. + Umí stahovat pouze videa délky do %1 minut, abyste mohli funkci stahování vyzkoušet + + + + Continue + Pokračovat + + + + Get the full version + Získat plnou verzi + + + + %1 downloaded in %2 + %1 staženo v %2 + + + + Download finished + Stahování dokončeno + + + + %n Download(s) + %n stahování%n stahování%n stahování + + + + DownloadSettings + + + Change location... + Změnit složku pro stahování... + + + + Choose the download location + Vyberte složku, do které se bude stahovat + + + + Download location changed. + Nastavení složky pro stahování bylo změněno. + + + + Current downloads will still go in the previous location. + Probíhající stahování budou stále pokračovat v ukládání do dříve nastaveného adresáře + + + + Downloading to: %1 + Stahováno do: %1 + + + + DownloadView + + + + Downloads + Stahování + + + + DownloadWidget + + + Downloading update... + Stahování aktualizace... + + + + GlobalShortcuts + + + Play + Přehrát + + + + Pause + Pozastavit + + + + Play/Pause + Pustit/Pozastavit + + + + Stop + Zastavit + + + + Stop playing after current track + Zastavit přehrávání po dokončení nyní přehrávaného videa + + + + Next track + Další video + + + + Previous track + Předchozí video + + + + Increase volume + Zvýšit hlasitost + + + + Decrease volume + Snížit hlasitost + + + + Mute + Ztlumit hlasitost + + + + Seek forward + Rychle vpřed + + + + Seek backward + Rychle vzad + + + + HomeView + + + Search + Hledat + + + + Find videos and channels by keyword + Najít videa a kanály podle klíčového slova + + + + Browse + Prohlížet + + + + Browse videos by category + Prohlížet videa podle kategorie + + + + Make yourself comfortable + Udělejte si pohodlí + + + + LoadingWidget + + + Error + Chyba + + + + MainWindow + + + &Stop + &Stop + + + + Stop playback and go back to the search view + Zastaví přehrávání a vrátí se zpět na vyhledávání + + + + S&kip + Př&eskočit + + + + Skip to the next video + Přeskočí na další video + + + + + &Pause + &Pauza + + + + + Pause playback + Pozastaví přehrávání + + + + &Full Screen + &Celá obrazovka + + + + Go full screen + Přepne na celou obrazovku + + + + Hide the playlist and the toolbar + Skryje playlist a toolbar + + + + Go to the YouTube video page and pause playback + Otevře video na webu YouTube a pozastaví přehrávání + + + + Copy the current video YouTube link to the clipboard + Zkopíruje adresu videa na YouTube do schránky + + + + Copy the current video stream URL to the clipboard + Zkopíruje do schránky adresu video streamu + + + + Find other video parts hopefully in the right order + Najít další části videa, doufejme, že ve správném pořadí + + + + &Remove + &Odstranit + + + + Remove the selected videos from the playlist + Odstraní vybraná videa z playlistu + + + + Move &Up + &Nahoru + + + + Move up the selected videos in the playlist + Posune vybraná videa výš v playlistu + + + + Move &Down + &Dolů + + + + Move down the selected videos in the playlist + Posune vybraná videa níž v playlistu + + + + Clear the search history. Cannot be undone. + Vyprázdní historii vyhledávání. Akci nelze vrátit. + + + + &Quit + &Zavřít + + + + Bye + Sbohem + + + + &Website + &Homepage + + + + %1 on the Web + %1 na Webu + + + + Please support the continued development of %1 + Prosím přispějte na další vývoj aplikace %1 + + + + &About + &O aplikaci + + + + Info about %1 + Info o aplikaci %1 + + + + Search + Hledat + + + + Mute volume + Ztlumit + + + + + &Downloads + &Stahování + + + + Show details about video downloads + Zobrazit podrobnosti o stahování videí + + + + &Download + &Stáhnout + + + + Download the current video + Stáhnout přávě zobrazené video + + + + Share the current video using %1 + Sdílet aktuální video pomocí %1 + + + + &Email + &Email + + + + Email + Email + + + + &Close + &Zavřít + + + + &Float on Top + &Plovoucí navrchu + + + + &Stop After This Video + &Zastavit po tomto videu + + + + &Report an Issue... + &Nahlásit chybu... + + + + &Refine Search... + &Upřesnit vyhledávání... + + + + More... + Více... + + + + &Related Videos + &Související videa + + + + Watch videos related to the current one + Sledovat videa související s tímto + + + + &Application + &Aplikace + + + + Buy %1... + Koupit %1... + + + + &Playback + &Přehrávání + + + + &Playlist + &Playlist + + + + &Video + &Video + + + + &View + &Pohled + + + + &Share + &Sdílet + + + + &Help + &Nápověda + + + + Press %1 to raise the volume, %2 to lower it + Stiskněte %1 pro zvýšení hlasitosti; %2 pro snížení + + + + + Opening %1 + Otevírám %1 + + + + Do you want to exit %1 with a download in progress? + Chcete ukončit %1, přestože ještě probíhá stahování? + + + + If you close %1 now, this download will be cancelled. + Jestli nyní ukončíte %1, bude nedokončené stahování přerušeno + + + + Close and cancel download + Přerušit stahování a ukončit aplikaci + + + + Wait for download to finish + Počkat na dokončení stahování + + + + Leave &Full Screen + Opustit zobrazení na &celou obrazovku + + + + %1 version %2 is now available. + %1 verze %2 je nyní dostupná. + + + + Remind me later + Připomenout později + + + + Update + Aktualizovat + + + + Error: %1 + Chyba: %1 + + + + P&revious + P&ředešlý + + + + Go back to the previous track + Jít zpět na předchozí skladbu + + + + &Compact Mode + &Kompaktní mód + + + + Open the &YouTube Page + Otevřít stránku &YouTube + + + + Copy the YouTube &Link + Kopírovat YouTube &odkaz + + + + Copy the Video Stream &URL + Zkopírovat adresu &video streamu + + + + Find Video &Parts + Nalézt video &části + + + + &Clear Recent Searches + &Vymazat poslední hledání + + + + Make a &Donation + &Podpořit + + + + &Manually Start Playing + &Ručně zahájit přehrávání + + + + Manually start playing videos + Ručně zahájit přehrávání videí + + + + Choose your content location + Vyberte si umístění obsahu + + + + &Play + &Play + + + + Resume playback + Pokračovat v přehrávání + + + + Remaining time: %1 + Zbývající čas: %1 + + + + Volume at %1% + Hlasitost na %1% + + + + Volume is muted + Zvuk je ztlumen + + + + Volume is unmuted + Zvuk je zapnut + + + + Maximum video definition set to %1 + Maximální rozlišení videa je %1 + + + + Your privacy is now safe + Vaše soukromí je nyní v bezpečí + + + + Downloads complete + Všechna stahování byla dokončena + + + + MediaView + + + You can now paste the YouTube link into another application + Nyní můžete vložit odkaz na video na YouTube do jiného programu + + + + You can now paste the video stream URL into another application + Nyní můžete vložit odkaz na video stream do jiné aplikace + + + + The link will be valid only for a limited time. + Tento odkaz platí jen po omezenou dobu. + + + + This is just the demo version of %1. + Toto je %1 -- demoverze. + + + + It allows you to test the application and see if it works for you. + Umožňuje vyzkoušet aplikaci, abyste ověřili, jestli pro vás funguje. + + + + Continue + Pokračovat + + + + of + Used in video parts, as in '2 of 3' + z + + + + part + This is for video parts, as in 'Cool video - part 1' + část + + + + episode + This is for video parts, as in 'Cool series - episode 1' + epizoda + + + + Sent from %1 + Zaslat z %1 + + + + Get the full version + Stáhnout plnou verzi + + + + Downloading %1 + Je stahováno %1 + + + + MessageWidget + + + A new version of %1 is available! + Nová verze %1 je k dispozici! + + + + %1 %2 is now available. You have %3. + %1 %2 je nyní k dispozici. Vy máte %3. + + + + Would you like to download it now? + Chcete ji nyní stáhnout? + + + + Skip This Version + Přeskočit tuto verzi + + + + Remind Me Later + Připomenout později + + + + Install Update + Nainstalovat aktualizaci + + + + PasteLineEdit + + + Paste + Vložit + + + + PlaylistItemDelegate + + + %1 views + %1 zobrazení + + + + %1 of %2 (%3) — %4 + %1 z %2 (%3) — %4 + + + + Preparing + Připravuje se + + + + Failed + Selhalo + + + + Completed + Dokončeno + + + + Stopped + Zastaveno + + + + Stop downloading + Zastavit stahování + + + + Show in %1 + Ukázat v %1 + + + + Open parent folder + Otevřít příslušný adresář + + + + Restart downloading + Začít stahovat znova + + + + PlaylistModel + + + Searching... + Hledá se... + + + + Show %1 More + Zobrazit dalších %1 + + + + No videos + Žádná videa + + + + No more videos + Žádná další videa + + + + RefineSearchWidget + + + Sort by + Třídit podle + + + + Relevance + Významu + + + + + Date + Data + + + + View Count + Počtu shlédnutí + + + + Rating + Hodnocení + + + + Anytime + Kdykoliv + + + + Today + Dnes + + + + 7 Days + 7 dní + + + + 30 Days + 30 dnů + + + + Duration + Délka + + + + + All + Vše + + + + Short + Krátký + + + + Medium + Střední + + + + Long + Dlouhý + + + + Less than 4 minutes + Méně než 4 minuty + + + + Between 4 and 20 minutes + Mezi 4 a 20minutami + + + + Longer than 20 minutes + Delší než 20 minut + + + + Quality + Kvalita + + + + High Definition + Vysoké rozlišení + + + + 720p or higher + 720p nebo vyšší + + + + Done + Hotovo + + + + RegionsView + + + Done + Hotovo + + + + SearchLineEdit + + + Search + Hledat + + + + SearchView + + + Welcome to <a href='%1'>%2</a>, + Vítejte v <a href='%1'>%2</a> + + + + Get the full version + Získat plnou verzi + + + + Enter + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" + Enter + + + + a keyword + klíčové slovo + + + + a channel + kanál + + + + to start watching videos. + začít sledovat videa. + + + + Watch + Sledovat + + + + Recent keywords + Poslední klíčová slova + + + + Recent channels + Poslední kanály + + + + SidebarHeader + + + + &Back + &Zpět + + + + Forward to %1 + Předat k %1 + + + + Back to %1 + Zpět k %1 + + + + SidebarWidget + + + Refine Search + Upřesnit vyhledávání + + + + Did you mean: %1 + Měli jste na mysli: %1 + + + + StandardFeedsView + + + Most Popular + Nejoblíbenější + + + + Featured + Nejlepší + + + + Most Shared + Nejsdílenější + + + + Most Discussed + Nejdiskutovanější + + + + Top Rated + Nejlépe hodnocené + + + + Video + + + Cannot get video stream for %1 + Nelze získat video stream pro %1 + + + + Network error: %1 for %2 + Chyba přípojení: %1 pro %2 + + + + YTRegions + + + Algeria + Alžírsko + + + + Argentina + Argentina + + + + Australia + Austrálie + + + + Belgium + Belgie + + + + Brazil + Brazílie + + + + Canada + Kanada + + + + Chile + Chile + + + + Colombia + Kolumbie + + + + Czech Republic + Česká republika + + + + Egypt + Egypt + + + + France + Francie + + + + Germany + Německo + + + + Ghana + Ghana + + + + Greece + Řecko + + + + Hong Kong + Hong Kong + + + + Hungary + Maďarsko + + + + India + Indie + + + + Indonesia + Indonesie + + + + Ireland + Irsko + + + + Israel + Izrael + + + + Italy + Itálie + + + + Japan + Japonsko + + + + Jordan + Jordánsko + + + + Kenya + Keňa + + + + Malaysia + Malajsie + + + + Mexico + Mexico + + + + Morocco + Maroko + + + + Netherlands + Nizozemí + + + + New Zealand + Nový Zéland + + + + Nigeria + Niger + + + + Peru + Peru + + + + Philippines + Filipíny + + + + Poland + Polsko + + + + Russia + Rusko + + + + Saudi Arabia + Saudská Arabie + + + + Singapore + Singapur + + + + South Africa + Jižní Afrika + + + + South Korea + Severní Korea + + + + Spain + Španělsko + + + + Sweden + Švédsko + + + + Taiwan + Taiwan + + + + Tunisia + Tunisko + + + + Turkey + Turecko + + + + Uganda + Uganda + + + + United Arab Emirates + Spojené arabské emiráty + + + + United Kingdom + Velká Británie + + + + Yemen + Jemen + + + + Worldwide + Celosvětově + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/da.ts minitube-2.0/locale/da.ts --- minitube-1.9.0/locale/da.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/da.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Der findes liv udenfor browseren! - + Version %1 Version %1 - + + Licensed to: %1 + Licenseret til: %1 + + + %1 is Free Software but its development takes precious time. %1 er fri software, men udviklingen tager værdifuld tid. - + Please <a href='%1'>donate</a> to support the continued development of %2. Venligst <a href='%1'>doner</a> for at støtte den forsatte udvikling af %2. - + You may want to try my other apps as well: Du ønsker måske også at prøve mine andre apps: - + %1, a YouTube music player %1, en YouTube-musikafspiller - + %1, a music player %1, en musikafspiller - + Translate %1 to your native language using %2 Oversæt %1 til din modersmål ved hjælp af %2 - + Icon designed by %1. Ikon designet af %1. - + Released under the <a href='%1'>GNU General Public License</a> Frigivet under <a href='%1'>GNU General Public License</a> - + &Close &Luk - + About Om - + What you always wanted to know about %1 and never dared to ask Hvad du altid har ønsket at vide om %1 og aldrig turde spørge om - ClearButton + ActivationDialog - - Clear - Fjern + + Enter your License Details + Indtast dine licensoplysninger + + + + &Email: + &Email: + + + + &Code: + &Kode: - DemoStartupView + ActivationView - + Please license %1 - Venligst licens %1 + Venligst licensér %1 - + This demo has expired. - Denne demo er udløbet. + Denne prøveversion er udløbet. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Den fulde version giver dig mulighed for at downloade videoer længere end %1 minutter og for at se videoer uden afbrydelser. + Den fulde version giver dig mulighed for at se videoer længere end %1 minutter og se videoer uden afbrydelser. - - This demo will expire in %1 days. - Denne demo vil udløbe om %1 dage. + + Without a license, the application will expire in %1 days. + Dette program vil udløbe om %1 dage uden en licens. - + By purchasing the full version, you will also support the hard work I put into creating %1. - Ved at købe den fulde version, vil du også støtte det hårde arbejde, jeg sætter i at udvikle %1. + Ved at købe den fulde version, støtter du også støtte det hårde arbejde jeg lagt i at udvikle %1. - + Use Demo - Benyt demo + Brug prøveversion - - Get the full version - Hent den fulde version + + Enter License + Indtast licens + + + + Buy License + Køb licens + + + + ClearButton + + + Clear + Fjern DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/sek - + KB/sec KB/sek - + MB/sec MB/sek - + seconds sekunder - + minutes minutter - + %4 %5 remaining %4 %5 mangler @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Dette er kun demoversionen af %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Det kan kun hente videoer kortere end %1 minut, så du kan teste downloadfunktionaliteten. - + Continue Forsæt - + Get the full version Hent den fulde version - + %1 downloaded in %2 %1 downloaded på %2 - + Download finished Download afsluttet - + %n Download(s) %n Download(s)%n Download(s) @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Skift placering... - + Choose the download location Vælg placering til downloads - + Download location changed. Downloadplacering ændret. - + Current downloads will still go in the previous location. Nuværende downloads vil stadig blive glemt i forrige placering. - + Downloading to: %1 Downloader til: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Henter opdatering... + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Søger... + + Search + Søg - - Show %1 More - Vis %1 Mere + + Find videos and channels by keyword + Find videoer og kanaler via søgeord - - No videos - Ingen videoer + + Browse + Gennemse - - No more videos - Ikke flere videoer + + Browse videos by category + Gennemse videoer efter kategori + + + + Make yourself comfortable + Sæt dig godt til rette @@ -334,412 +375,427 @@ MainWindow - + &Stop &Stop - + Stop playback and go back to the search view Stop afspilning og gå tilbage til søgeoversigt - + S&kip S&pring over - + Skip to the next video Spring til næste video - - + + &Pause &Pause - - + + Pause playback Pause afspilning - + &Full Screen &Fuldskærm - + Go full screen Vis i fuldskærm - + Hide the playlist and the toolbar Skjul afspilningslisten og værktøjslinjen - + Go to the YouTube video page and pause playback Gå til YouTube-videosiden og pause afspilningen - + Copy the current video YouTube link to the clipboard Kopier det aktuelle YouTube-videolink til udklipsholderen - + Copy the current video stream URL to the clipboard Kopier adressen for den aktuelle videostrøm til udklipsholderen - + Find other video parts hopefully in the right order Find andre videodele forhåbentlig i den rigtige rækkefølge - + &Remove &Fjern - + Remove the selected videos from the playlist Fjern de valgte videoer fra afspilningslisten - + Move &Up Flyt &Op - + Move up the selected videos in the playlist Flyt de valgte videoer i afspilningslisten op - + Move &Down Flyt &Ned - + Move down the selected videos in the playlist Flyt de valgte videoer i afspilningslisten ned - + Clear the search history. Cannot be undone. Ryd søgeoversigt. Kan ikke fortrydes. - + &Quit &Afslut - + Bye Farvel - + &Website &Hjemmeside - + %1 on the Web %1 på nettet - + Please support the continued development of %1 Støt den forsatte udvikling af %1 - + &About &Om - + Info about %1 Info om %1 - + Search Søg - + Mute volume Slå lyden fra - - + + &Downloads &Downloads - + Show details about video downloads Vis deltaljer om video downloads - + &Download &Download - + Download the current video Download den aktuelle video - + Share the current video using %1 Del den aktuelle video ved hjælp af %1 - + &Email &amp; E-mail - + Email E-mail - + &Close &Luk - + &Float on Top &Behold øverst - + &Stop After This Video &Stop efter denne video - + &Report an Issue... &Rapporter et problem... - + &Refine Search... &Indskrænk søgning... - + + More... + Mere... + + + + &Related Videos + &Relaterede videoer + + + + Watch videos related to the current one + Se videoer relateret til den nuværende + + + &Application &Program - + Buy %1... Køb %1... - + &Playback &Afspil - + &Playlist &Afspilningsliste - + &Video &Video - + &View &Vis - + &Share &Del - + &Help &Hjælp - + Press %1 to raise the volume, %2 to lower it Tryk %1 for at skrue op for lyden og %2 for at skrue ned - - + + Opening %1 Åbner %1 - + Do you want to exit %1 with a download in progress? Vil du afslutte %1 selvom et download er i gang? - + If you close %1 now, this download will be cancelled. Hvis du lukker %1 nu vil dette download blive annulleret. - + Close and cancel download Luk og annuller download - + Wait for download to finish Vent til download er færdig - + Leave &Full Screen Forlad &Fuld skærm - + %1 version %2 is now available. %1 version %2 er nu tilgængelig. - + Remind me later Påmind mig senere - - To get the updated version, download %1 again from the link you received via email and reinstall. - For at få den opdaterede version, kan du downloade %1 igen fra det link du har modtaget via e-mail og geninstallere. - - - + Update Opdatér - + Error: %1 Fejl: %1 - + P&revious F&orrige - + Go back to the previous track Gå tilbage til forrige nummer - + &Compact Mode % - + Open the &YouTube Page Åbn &Youtube-siden - + Copy the YouTube &Link Kopier &link til Youtube - + Copy the Video Stream &URL Kopiér &URL'en til videostrømmen - + Find Video &Parts Find dele af videoen - + &Clear Recent Searches &Ryd seneste søgninger - + Make a &Donation Giv en &Donation - + &Manually Start Playing Start afspilning &manuelt - + Manually start playing videos Start afspilning af videoer manuelt - + + Choose your content location + Vælg placering for dit indhold + + + &Play &Afspil - + Resume playback Genoptag afspilning - + Remaining time: %1 Tilbageværende tid: %1 - + Volume at %1% Lydniveau på %1% - + Volume is muted Lyden er slået fra - + Volume is unmuted Lyden er slået til - + Maximum video definition set to %1 Maksimal videoopløsning sat til %1 - + Your privacy is now safe Dit privatliv er nu sikret - + Downloads complete Downloads færdig @@ -747,241 +803,305 @@ MediaView - + You can now paste the YouTube link into another application Du kan nu indsætte YouTube-linket i et andet program - + You can now paste the video stream URL into another application Du kan nu indsætte adressen til videostrømmen i et andet program - + The link will be valid only for a limited time. Linket vil kun være gyldigt i en begrænset periode. - + This is just the demo version of %1. Dette er kun demoversionen af %1. - + It allows you to test the application and see if it works for you. Det giver dig mulighed for at teste programmet og se om det virker for dig. - + Continue Forsæt - + of Used in video parts, as in '2 of 3' af - + part This is for video parts, as in 'Cool video - part 1' del - + episode This is for video parts, as in 'Cool series - episode 1' episode - + Sent from %1 Sendt fra %1 - + Get the full version Hent den fulde version - + Downloading %1 Downloader %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + En ny version af %1 er tilgængelig! + + + + %1 %2 is now available. You have %3. + %1 %2 er tilgængelig. Du har %3. + + + + Would you like to download it now? + Ønsker du at hente den nu? + + + + Skip This Version + Spring denne version over + + + + Remind Me Later + Påmind mig senere + + + + Install Update + Installér opdatering + + + + PasteLineEdit - - Network error: %1 - Netværksfejl %1 + + Paste + Indsæt - PrettyItemDelegate + PlaylistItemDelegate - + %1 views %1 visninger - + %1 of %2 (%3) — %4 %1 af %2 (%3) — %4 - + Preparing Forbereder - + Failed - Fejlede + Fejl - + Completed - Fuldført + Fuldendt - + Stopped - Afbrudt + Stoppet - + Stop downloading - Afbryd download + Stop download - + Show in %1 - Vis i %1 + VIs i %1 - + Open parent folder - Åbn overordnet mappe + Åben ovenstående mappe - + Restart downloading Genstart download + PlaylistModel + + + Searching... + Søger... + + + + Show %1 More + Vis %1 mere + + + + No videos + Ingen videoer + + + + No more videos + Ikke flere videoer + + + RefineSearchWidget - + Sort by Sorter efter - + Relevance Relevans - - + + Date Dato - + View Count Antal visninger - + Rating Bedømmelse - + Anytime Når som helst - + Today I dag - + 7 Days 7 dage - + 30 Days 30 dage - + Duration Varighed - - + + All Alle - + Short Kort - + Medium Medium - + Long Lang - + Less than 4 minutes Mindre end 4 minutter - + Between 4 and 20 minutes Mellem 4 og 20 minutter - + Longer than 20 minutes Længere end 20 minutter - + Quality Kvalitet - + High Definition High Definition - + 720p or higher 720p eller højere - + Done Afsluttet + RegionsView + + + Done + Afslut + + + SearchLineEdit @@ -992,81 +1112,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Velkommen til <a href='%1'>%2</a>, - + Get the full version Hent den fulde version - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Indtast - + a keyword et nøgleord - + a channel en kanal - + to start watching videos. for at begynde at se video. - + Watch Afspil - + Recent keywords Seneste nøgleord - + Recent channels Nyeste kanaler + + + SidebarHeader - - Make yourself comfortable - Sæt dig godt til rette + + + &Back + &Tilbage + + + + Forward to %1 + Frem til %1 + + + + Back to %1 + Tilbage til %1 SidebarWidget - + Refine Search Indskrænk søgning - + Did you mean: %1 Mente du: %1 + StandardFeedsView + + + Most Popular + Mest populære + + + + Featured + Udvalgte + + + + Most Shared + Mest delte + + + + Most Discussed + Mest diskuterede + + + + Top Rated + Bedst bedømte + + + Video - + Cannot get video stream for %1 Kan ikke hente videostrøm for %1 - + Network error: %1 for %2 Netværksfejl: %1 for %2 + + YTRegions + + + Algeria + Algeriet + + + + Argentina + Argentina + + + + Australia + Austalien + + + + Belgium + Belgien + + + + Brazil + Brasilien + + + + Canada + Canada + + + + Chile + Chile + + + + Colombia + Colombia + + + + Czech Republic + Tjekkiet + + + + Egypt + Egypten + + + + France + Frankrig + + + + Germany + Tyskland + + + + Ghana + Ghana + + + + Greece + Grækenland + + + + Hong Kong + Hong Kong + + + + Hungary + Ungarn + + + + India + Indien + + + + Indonesia + Indonesien + + + + Ireland + Irland + + + + Israel + Israel + + + + Italy + Italien + + + + Japan + Japan + + + + Jordan + Jordan + + + + Kenya + Kenya + + + + Malaysia + Malaysia + + + + Mexico + Mexico + + + + Morocco + Marokko + + + + Netherlands + Nederlandende + + + + New Zealand + New Zealand + + + + Nigeria + Nigeria + + + + Peru + Peru + + + + Philippines + Philipinierne + + + + Poland + Polen + + + + Russia + Rusland + + + + Saudi Arabia + Saudi-Arabien + + + + Singapore + Singapore + + + + South Africa + Sydfrika + + + + South Korea + Sydkorea + + + + Spain + Spanien + + + + Sweden + Sverige + + + + Taiwan + Taiwan + + + + Tunisia + Tunisien + + + + Turkey + Tyrkiet + + + + Uganda + Uganda + + + + United Arab Emirates + Forenede Arabiske Emirater + + + + United Kingdom + Storbritanien + + + + Yemen + Yemen + + + + Worldwide + Hele verden + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/de_DE.ts minitube-2.0/locale/de_DE.ts --- minitube-1.9.0/locale/de_DE.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/de_DE.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Es gibt ein Leben außerhalb des Browsers! - + Version %1 Version %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 ist freie Software, aber die Entwicklung kostet wertvolle Zeit. - + Please <a href='%1'>donate</a> to support the continued development of %2. Bitte <a href='%1'>spende</a>, um die ständige Entwicklung von %2 zu unterstützen. - + You may want to try my other apps as well: Vielleicht möchten Sie auch meine anderen Apps ausprobieren: - + %1, a YouTube music player %1, ein YouTube-Musik-Player - + %1, a music player %1, ein Musik-Player - + Translate %1 to your native language using %2 Übersetzen Sie %1 in Ihre Muttersprache mit %2 - + Icon designed by %1. Symbol-Entwurf durch %1. - + Released under the <a href='%1'>GNU General Public License</a> Veröffentlicht unter der <a href='%1'>GNU General Public License</a> - + &Close S&chließen - + About Über - + What you always wanted to know about %1 and never dared to ask Was Du schon immer über %1 wissen wolltest, aber nie zu fragen wagtest - ClearButton + ActivationDialog - - Clear - Säubern + + Enter your License Details + + + + + &Email: + + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 Bitte lizenzieren Sie %1 - + This demo has expired. Diese Demo ist abgelaufen. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Die Vollversion erlaubt es Ihnen Videos länger als %1 Minuten herunterzuladen und Videos ohne Unterbrechungen zu sehen. + - - This demo will expire in %1 days. - Diese Demo wird in %1 Tagen ablaufen. + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. Mit dem Kauf der Vollversion unterstützen Sie auch die harte Arbeit, die ich in die Erstellung von %1 gesteckt habe. - + Use Demo Demo verwenden - - Get the full version - Holen Sie sich die Vollversion + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + Säubern DownloadItem - + bytes Bytes - + KB kB - + MB MB - + bytes/sec Bytes/s - + KB/sec kB/s - + MB/sec MB/s - + seconds Sekunden - + minutes Minuten - + %4 %5 remaining %4 %5 verbleibend @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Dies ist nur die Demoversion von %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Sie kann nur Videos, die kürzer als %1 Minuten sind, herunterladen, damit die Download-Funktionalität getestet werden kann. - + Continue Fortfahren - + Get the full version Die Vollversion holen - + %1 downloaded in %2 - + %1 heruntergeladen nach %2 - + Download finished - + Herunterladen abgeschlossen - + %n Download(s) %n Download%n Downloads @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Speicherort ändern… - + Choose the download location Wähle den Speicherort - + Download location changed. Speicherort wurde verändert. - + Current downloads will still go in the previous location. Aktuelle Downloads werden immernoch im alten Speicherort gespeichert. - + Downloading to: %1 Lade herunter nach: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Suche... + + Search + Suche - - Show %1 More - Weitere %1 zeigen + + Find videos and channels by keyword + - - No videos - Keine Videos + + Browse + - - No more videos - Keine weiteren Videos + + Browse videos by category + + + + + Make yourself comfortable + @@ -334,411 +375,426 @@ MainWindow - + &Stop &Halt - + Stop playback and go back to the search view Wiedergabe anhalten und zur Suchansicht zurückkehren - + S&kip Ü&berspringen - + Skip to the next video Zum nächsten Video springen - - + + &Pause &Pause - - + + Pause playback Wiedergabe pausieren - + &Full Screen &Vollbildmodus - + Go full screen Vollbildmodus aktivieren - + Hide the playlist and the toolbar Verstecke Abspielliste und Werkzeugleiste - + Go to the YouTube video page and pause playback Gehe zur YouTube-Video-Seite und pausiere die Wiedergabe - + Copy the current video YouTube link to the clipboard YouTube-Link in die Zwischenablage kopieren - + Copy the current video stream URL to the clipboard Video-URL in die Zwischenablage kopieren - + Find other video parts hopefully in the right order Findet andere Teile des Videos, hoffentlich in der richtigen Reihenfolge - + &Remove Entfe&rnen - + Remove the selected videos from the playlist Entferne das ausgewählte Video aus der Abspielliste - + Move &Up Bewege &hinauf - + Move up the selected videos in the playlist Bewege das ausgewählte Video in der Abspielliste hinauf - + Move &Down Bewege hin&ab - + Move down the selected videos in the playlist Bewege das ausgewählte Video in der Abspielliste hinunter - + Clear the search history. Cannot be undone. Such-Verlauf leeren. Kann nicht rückgängig gemacht werden. - + &Quit &Verlassen - + Bye Tschüss - + &Website &Webseite - + %1 on the Web %1 im Web - + Please support the continued development of %1 Bitte unterstützen Sie die weitere Entwicklung von %1 - + &About &Über - + Info about %1 Informationen über %1 - + Search Suche - + Mute volume Stummschalten - - + + &Downloads &Downloads - + Show details about video downloads Details über Video-Downloads anzeigen - + &Download H&erunterladen - + Download the current video Das aktuelle Video herunterladen - + Share the current video using %1 Teilen Sie das aktuellen Video mit %1 - + &Email &E-Mail - + Email E-Mail - + &Close &Schließen - + &Float on Top Im Vordergrund &bleiben - + &Stop After This Video Nach diesem Video &anhalten - + &Report an Issue... - + &Ein Problem melden ... - + &Refine Search... + &Suche verfeinern ... + + + + More... + + + + + &Related Videos - + + Watch videos related to the current one + + + + &Application &Anwendung - + Buy %1... %1 kaufen... - + &Playback &Wiedergabe - + &Playlist A&bspielliste - + &Video &Video - + &View &Ansehen - + &Share &Teilen - + &Help &Hilfe - + Press %1 to raise the volume, %2 to lower it %1 drücken, um die Lautstärke zu erhöhen, %2 um sie zu verringern - - + + Opening %1 %1 öffnen - + Do you want to exit %1 with a download in progress? Möchten Sie %1 mit einem aktiven Download beenden? - + If you close %1 now, this download will be cancelled. Wenn Sie %1 jetzt beenden, wird der Download abgebrochen. - + Close and cancel download Beenden und Download abbrechen - + Wait for download to finish Auf Abschluß des Downloads warten - + Leave &Full Screen &Vollbild verlassen - + %1 version %2 is now available. %1 Version %2 ist jetzt verfügbar. - + Remind me later Erinnere mich später - - To get the updated version, download %1 again from the link you received via email and reinstall. - Für die aktualisierte Version, laden Sie bitte %1 ,mit Hilfe des Links den Sie erhalten per E-Mail erhalten haben, runter und installieren Sie es erneut. - - - + Update Aktualisierung - + Error: %1 Fehler: %1 - + P&revious V&origes - + Go back to the previous track Zum vorherigen Titel zurückgehen - + &Compact Mode &Kompakt-Modus - + Open the &YouTube Page &YouTube-Seite öffnen - + Copy the YouTube &Link YouTube &Link kopieren - + Copy the Video Stream &URL Video-Stream &URL kopieren - + Find Video &Parts Suche Video &Teile - + &Clear Recent Searches Vorherige Suchbegriffe löschen - + Make a &Donation &Spenden - + &Manually Start Playing &Manuelles Starten der Wiedergabe - + Manually start playing videos Manuelles Starten der Video-Wiedergabe - + + Choose your content location + + + + &Play &Abspielen - + Resume playback Wiedergabe fortsetzen - + Remaining time: %1 Verbleibende Zeit: %1 - + Volume at %1% Lautstärke %1% - + Volume is muted Ton ist stummgeschaltet - + Volume is unmuted Ton ist angeschaltet - + Maximum video definition set to %1 Maximale Video-Auflösung wurde auf %1 gesetzt - + Your privacy is now safe Ihre Privatsphäre ist nun geschützt - + Downloads complete Downloads heruntergeladen @@ -746,236 +802,300 @@ MediaView - + You can now paste the YouTube link into another application Du kannst den YouTube-Link nun in einer anderen Anwendung einfügen - + You can now paste the video stream URL into another application Du kannst die Video-URL nun in einer anderen Anwendung einfügen - + The link will be valid only for a limited time. Der Link wird nur eine beschränkte Zeit gültig sein. - + This is just the demo version of %1. Dies ist nur eine Demoversion von %1. - + It allows you to test the application and see if it works for you. Sie erlaubt Ihnen die Anwendung zu testen und zu schauen ob sie bei Ihnen läuft. - + Continue Fortfahren - + of Used in video parts, as in '2 of 3' von - + part This is for video parts, as in 'Cool video - part 1' Teil - + episode This is for video parts, as in 'Cool series - episode 1' Episode - + Sent from %1 Gesendet von %1 - + Get the full version Die Vollversion holen - + Downloading %1 %1 herunterladen - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + + + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + + + + + PasteLineEdit - - Network error: %1 - Netzwerk-Fehler: %1 + + Paste + - PrettyItemDelegate + PlaylistItemDelegate - + %1 views %1 mal betrachtet - + %1 of %2 (%3) — %4 %1 von %2 (%3) – %4 - + Preparing Bereite vor - + Failed Fehlgeschlagen - + Completed Fertiggestellt - + Stopped Gestoppt - + Stop downloading - Herunterladen stoppen + - + Show in %1 - In %1 anzeigen + - + Open parent folder Eltern-Ordner öffnen - + Restart downloading Herunterladen neustarten - RefineSearchWidget + PlaylistModel - - Sort by + + Searching... + Suche... + + + + Show %1 More + + No videos + Keine Videos + + + + No more videos + Keine weiteren Videos + + + + RefineSearchWidget + + Sort by + Sortieren nach + + + Relevance - + Relevanz - - + + Date - + Datum - + View Count - + Anzahl anzeigen - + Rating - + Bewertung - + Anytime - + Alle Längen - + Today - + Heute - + 7 Days - + 7 Tage - + 30 Days - + 30 Tage - + Duration - + Dauer - - + + All - + Alle - + Short - + Kurz - + Medium - + Mittel - + Long - + Lang - + Less than 4 minutes - + Weniger als 4 Minuten - + Between 4 and 20 minutes - + Zwischen 4 und 20 Minuten - + Longer than 20 minutes - + Länger als 20 Minuten - + Quality - + Qualität - + High Definition - + High Definition - + 720p or higher - + 720p oder höher + + + + Done + Erledigt + + + RegionsView - + Done @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Willkommen bei <a href='%1'>%2</a>, - + Get the full version Die Vollversion holen - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Eingeben - + a keyword ein Schlüsselwort - + a channel ein Kanal - + to start watching videos. um die Wiedergabe zu starten. - + Watch Anschauen - + Recent keywords Aktuelle Schlüsselwörter - + Recent channels Aktuelle Kanäle + + + SidebarHeader + + + + &Back + + - - Make yourself comfortable - Machen Sie es sich gemütlich + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search - + Suche verfeinern - + Did you mean: %1 + Haben Sie gemeint: %1 + + + + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated Video - + Cannot get video stream for %1 Videostream für %1 konnte nicht öffnen werden - + Network error: %1 for %2 Netzwerk-Fehler: %1 für %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/el.ts minitube-2.0/locale/el.ts --- minitube-1.9.0/locale/el.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/el.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Υπάρχει ζωή έξω απο τον πλοηγό! - + Version %1 Έκδοση %1 - + + Licensed to: %1 + Αδειοδοτημένο στον/ην: %1 + + + %1 is Free Software but its development takes precious time. Το %1 είναι Ελεύθερο Λογισμικό αλλά η ανάπτυξη του παίρνει πολύτιμο χρόνο. - + Please <a href='%1'>donate</a> to support the continued development of %2. Παρακαλούμε <a href='%1%'>δωρίστε</a> για να υποστηρίξετε την συνεχόμενη ανάπτυξη του %2. - + You may want to try my other apps as well: Μπορεί να θέλετε να δοκιμάσετε και τις άλλες μου εφαρμογές: - + %1, a YouTube music player %1, ένας αναπαραγωγέας μουσικής του YouTube - + %1, a music player %1, ένας αναπαραγωγέας μουσικής - + Translate %1 to your native language using %2 Μεταφράστε το %1 στη γλώσσα σας χρησιμοποιώντας το %2 - + Icon designed by %1. Σχεδιασμός εικονιδίου από %1. - + Released under the <a href='%1'>GNU General Public License</a> Έκδοση κάτω απο τους όρους της <a href='%1'>Γενικής Άδειας Χρήσης GNU</a> - + &Close &Κλείσιμο - + About Σχετικά - + What you always wanted to know about %1 and never dared to ask Ότι θέλατε να μάθετε σχετικά με το %1 και δεν τολμούσατε να ρωτήσετε - ClearButton + ActivationDialog - - Clear - Καθαρισμός + + Enter your License Details + Εισάγετε τις λεπτομέρειες της άδειας χρήσης + + + + &Email: + &Email: + + + + &Code: + &Κωδικός: - DemoStartupView + ActivationView - + Please license %1 Παρακαλώ αποκτήστε την άδεια χρήσης του %1 - + This demo has expired. Αυτή η δοκιμαστική έκδοση έληξε. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Η πλήρης έκδοση σας επιτρέπει την λήψη βίντεο με διάρκεια μεγαλύτερη από %1 λεπτά και την αναπαραγωγή των βίντεο χωρίς διακοπές. + - - This demo will expire in %1 days. - Αυτή η δοκιμαστική έκδοση θα λήξει σε %1 ημέρες. + + Without a license, the application will expire in %1 days. + Χωρίς την άδεια χρήσης, η εφαρμογή θα λήξη σε %1 μέρες - + By purchasing the full version, you will also support the hard work I put into creating %1. Αγοράζοντας την πλήρη έκδοση, υποστηρίζετε επίσης την σκληρή δουλειά που έχω κάνει για τη δημιουργία του %1. - + Use Demo Χρήση της δοκιμαστικής έκδοσης - - Get the full version - Αποκτήστε την πλήρη έκδοση + + Enter License + Εισαγωγή άδειας χρήσης + + + + Buy License + Αγορά άδειας χρήσης + + + + ClearButton + + + Clear + Καθαρισμός DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/δευτ - + KB/sec KB/δευτ - + MB/sec MB/δευτ - + seconds δευτερόλεπτα - + minutes λεπτά - + %4 %5 remaining απομένουν %4 %5 @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Αυτή είναι απλά η δοκιμαστική έκδοση του %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Μπορεί να κατεβάσει βίντεο μικρότερα από %1 λεπτά ώστε να δοκιμάσετε τη λειτουργία κατεβάσματος. - + Continue Συνέχεια - + Get the full version Αποκτήστε την πλήρη έκδοση - + %1 downloaded in %2 %1 λήφθηκε σε %2 - + Download finished Η λήψη ολοκληρώθηκε - + %n Download(s) %n Λήψη%n Λήψεις @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Αλλάξτε τοποθεσία... - + Choose the download location Επιλέξτε την τοποθεσία λήψης - + Download location changed. Η τοποθεσία λήψης άλλαξε. - + Current downloads will still go in the previous location. Τα ήδη ληφθέντα θα παραμείνουν στην προηγούμενη τοποθεσία. - + Downloading to: %1 Λήψη στο: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Μεταφόρτωση ενημερώσεων... + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Αναζήτηση... + + Search + Αναζήτηση - - Show %1 More - Εμφάνιση %1 ακόμα + + Find videos and channels by keyword + - - No videos - Κανένα βίντεο + + Browse + - - No more videos - Δεν υπάρχουν άλλα βίντεο + + Browse videos by category + + + + + Make yourself comfortable + Βολευτείτε @@ -334,411 +375,426 @@ MainWindow - + &Stop &Διακοπή - + Stop playback and go back to the search view Διακοπή αναπαραγωγής και επιστροφή στην προβολή αναζήτησης - + S&kip &Παράλειψη - + Skip to the next video Μετάβαση στο επόμενο βίντεο - - + + &Pause &Παύση - - + + Pause playback Παύση αναπαραγωγής - + &Full Screen &Πλήρης οθόνη - + Go full screen Προβολή σε πλήρη οθόνη - + Hide the playlist and the toolbar Απόκρυψη της λίστας αναπαραγωγής και της εργαλειοθήκης - + Go to the YouTube video page and pause playback Μετάβαση στη σελίδα βίντεο του YouTube και παύση αναπαραγωγής - + Copy the current video YouTube link to the clipboard Αντιγραφή του δεσμού του τρέχοντος YouTube βίντεο στη μνήμη - + Copy the current video stream URL to the clipboard Αντιγραφή του URL της τρέχουσας ροής βίντεο στη μνήμη - + Find other video parts hopefully in the right order Εύρεση των υπόλοιπων επισοδείων του βίντεο, ελπίζουμε στη σωστή σειρά - + &Remove &Αφαίρεση - + Remove the selected videos from the playlist Αφαίρεση επιλεγμένων βίντεο απο την λίστα αναπαραγωγής - + Move &Up Μετακίνηση προς τα &πάνω - + Move up the selected videos in the playlist Μετακίνηση επιλεγμένων βίντεο προς τα πάνω - + Move &Down Μετακίνηση προς τα &κάτω - + Move down the selected videos in the playlist Μετακίνηση επιλεγμένων βίντεο προς τα κάτω - + Clear the search history. Cannot be undone. Καθαρισμός του ιστορικού αναζήτησης. Δεν μπορεί να γίνει επαναφορά. - + &Quit Έ&ξοδος - + Bye Γεια - + &Website &Ιστοχώρος - + %1 on the Web Το %1 στο διαδίκτυο - + Please support the continued development of %1 Παρακαλούμε υποστηρίξτε την συνεχόμενη ανάπτυξη του %1 - + &About &Σχετικά - + Info about %1 Πληροφορίες για %1 - + Search Αναζήτηση - + Mute volume Σίγαση - - + + &Downloads &Λήψεις - + Show details about video downloads Εμφάνιση λεπτομερειών για τις λήψεις βίντεο - + &Download &Λήψη - + Download the current video Λήψη του τρέχοντος βίντεο - + Share the current video using %1 Κοινή χρήση του τρέχοντος βίντεο με το %1 - + &Email &Ηλ. αλληλογραφία - + Email Ηλ. αλληλογραφία - + &Close &Κλείσιμο - + &Float on Top &Διατήρηση στην κορυφή - + &Stop After This Video &Διακοπή μετά από αυτό το βίντεο - + &Report an Issue... &Αναφέρετε κάποιο σφάλμα... - + &Refine Search... &Σύνθετη αναζήτηση... - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Εφαρμογή - + Buy %1... Αγοράστε το %1... - + &Playback &Αναπαραγωγή - + &Playlist Λ&ίστα αναπαραγωγής - + &Video Βίν&τεο - + &View &Προβολή - + &Share &Κοινή χρήση - + &Help &Βοήθεια - + Press %1 to raise the volume, %2 to lower it Πατήστε %1 για να αυξήσετε την ένταση, %2 για να την χαμηλώσετε - - + + Opening %1 Άνοιγμα %1 - + Do you want to exit %1 with a download in progress? Θέλετε να κλείσετε το %1 ενώ βρίσκεται μια λήψη σε εξέλιξη; - + If you close %1 now, this download will be cancelled. Αν κλείσετε το %1 τώρα, η λήψη θα ακυρωθεί. - + Close and cancel download Κλείσιμο και ακύρωση λήψης - + Wait for download to finish Αναμονή ολοκλήρωσης λήψης - + Leave &Full Screen Έξοδος από &πλήρη οθόνη - + %1 version %2 is now available. Η έκδοση %2 του %1 είναι διαθέσιμη. - + Remind me later Υπενθύμιση αργότερα - - To get the updated version, download %1 again from the link you received via email and reinstall. - Για να πραγματοποιήσετε τη λήψη της ενημερωμένης έκδοσης κάντε τη λήψη του %1 ξανά από τον δεσμό που λάβατε στην αλληλογραφία σας και κάντε επανεγκατάσταση. - - - + Update Ενημέρωση - + Error: %1 Σφάλμα: %1 - + P&revious Π&ροηγούμενο - + Go back to the previous track Επιστροφή στο προηγούμενο κομμάτι - + &Compact Mode &Συμπαγής εμφάνιση - + Open the &YouTube Page Άνοιγμα στην ιστοσελίδα του &YouTube - + Copy the YouTube &Link Αντιγραφή του &δεσμού YouTube - + Copy the Video Stream &URL Αντιγραφή του &URL της ροής βίντεο - + Find Video &Parts Αναζήτηση των &επισοδείων του βίντεο - + &Clear Recent Searches &Καθαρισμός πρόσφατων αναζητήσεων - + Make a &Donation Κάντε μια &δωρεά - + &Manually Start Playing Εκκίνηση της αναπαραγωγής &χειροκίνητα - + Manually start playing videos Εκκίνηση αναπαραγωγής των βίντεο χειροκίνητα - + + Choose your content location + + + + &Play Α&ναπαραγωγή - + Resume playback Συνέχεια αναπαραγωγής - + Remaining time: %1 Υπολειπόμενος χρόνος: %1 - + Volume at %1% Ένταση στο %1% - + Volume is muted Σίγαση - + Volume is unmuted Η ένταση αποκαταστάθηκε - + Maximum video definition set to %1 H μέγιστη ανάλυση βίντεο τέθηκε σε %1 - + Your privacy is now safe Η ιδιωτικότητα σας είναι τώρα ασφαλής - + Downloads complete Οι λήψεις ολοκληρώθηκαν @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application Τώρα μπορείτε να επικολλήσετε το δεσμό του YouTube σε κάποια άλλη εφαρμογή - + You can now paste the video stream URL into another application Τώρα μπορείτε να επικολλήσετε το URL της ροής βίντεο σε κάποια άλλη εφαρμογή - + The link will be valid only for a limited time. Ο σύνδεμος θα είναι έγκυρος μόνο για περιορισμένο χρονικό διάστημα. - + This is just the demo version of %1. Αυτή είναι απλά μια δοκιμαστική έκδοση του %1. - + It allows you to test the application and see if it works for you. Σαε επιτρέπει να δοκιμάσετε την εφαρμογή και να δείτε αν σας κάνει. - + Continue Συνέχεια - + of Used in video parts, as in '2 of 3' από - + part This is for video parts, as in 'Cool video - part 1' μέρος - + episode This is for video parts, as in 'Cool series - episode 1' επισόδειο - + Sent from %1 Αποστολή από %1 - + Get the full version Αποκτήστε την πλήρη έκδοση - + Downloading %1 Λήψη %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + Μια νέα έκδοση του %1 είναι διαθέσιμη! + + + + %1 %2 is now available. You have %3. + Η %1 %2 είναι διαθέσιμη. Έχετε την %3 + + + + Would you like to download it now? + Θα θέλατε να την κατεβάσετε τώρα; + + + + Skip This Version + Παράλειψη αυτής της έκδοσης + + + + Remind Me Later + Υπενθύμισε το μου αργότερα + + + + Install Update + Εγκατάσταση Ενημερώσεων + + + + PasteLineEdit - - Network error: %1 - Σφάλμα δικτύου: %1 + + Paste + Επικόλληση - PrettyItemDelegate + PlaylistItemDelegate - + %1 views Προβολές %1 - + %1 of %2 (%3) — %4 %1 από %2 (%3) — %4 - + Preparing Προετοιμάζεται - + Failed Απέτυχε - + Completed Ολοκληρώθηκε - + Stopped Διακόπηκε - + Stop downloading Διακοπή λήψης - + Show in %1 Εμφάνιση σε %1 - + Open parent folder Άνοιγμα γονικού φακέλου - + Restart downloading Επανεκκίνηση λήψης + PlaylistModel + + + Searching... + Αναζήτηση... + + + + Show %1 More + Εμφάνιση %1 ακόμα + + + + No videos + Κανένα βίντεο + + + + No more videos + Δεν υπάρχουν άλλα βίντεο + + + RefineSearchWidget - + Sort by Ταξινόμηση κατά ... - + Relevance Σχετικότητα - - + + Date Ημερομηνία - + View Count Αριθμό προβολών - + Rating Βαθμολογία - + Anytime Οποτεδήποτε - + Today Σήμερα - + 7 Days Εβδομάδα - + 30 Days Μήνας - + Duration Διάρκεια - - + + All Όλα - + Short Μικρό - + Medium Μέτριο - + Long Μεγάλο - + Less than 4 minutes Λιγότερο από 4 λεπτά - + Between 4 and 20 minutes Μεταξύ 4 και 20 λεπτών - + Longer than 20 minutes Μεγαλύτερο από 20 λεπτά - + Quality Ποιότητα - + High Definition Υψηλή ανάλυση - + 720p or higher 720p είτε ψηλότερα - + Done Έγινε + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Καλωσορίσατε στο <a href='%1'>%2</a>, - + Get the full version Αποκτήστε την πλήρη έκδοση - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Πληκτρολογήστε - + a keyword μια λέξη-κλειδί - + a channel ένα κανάλι - + to start watching videos. για να αρχίσετε να βλέπετε βίντεο. - + Watch Δείτε - + Recent keywords Πρόσφατες λέξεις-κλειδιά - + Recent channels Πρόσφατα κανάλια + + + SidebarHeader - - Make yourself comfortable - Βολευτείτε + + + &Back + &Πίσω + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Σύνθετη αναζήτηση - + Did you mean: %1 Μήπως εννοείτε: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 Αδυναμία λήψης της ροής βίντεο για %1 - + Network error: %1 for %2 Σφάλμα δικτύου: %1 για %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/es.ts minitube-2.0/locale/es.ts --- minitube-1.9.0/locale/es.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/es.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! ¡Hay vida más allá del navegador! - + Version %1 Versión %1 - + + Licensed to: %1 + Licencia para: %1 + + + %1 is Free Software but its development takes precious time. %1 es software libre, pero su desarrollo supone un tiempo muy valioso. - + Please <a href='%1'>donate</a> to support the continued development of %2. Haga una <a href='%1'>donación</a> para ayudar a continuar el desarrollo de %2. - + You may want to try my other apps as well: Quizá también quiera probar mis otras aplicaciones: - + %1, a YouTube music player %1, un reproductor de música de YouTube - + %1, a music player %1, un reproductor de música - + Translate %1 to your native language using %2 Traduzca %1 a su idioma natal usando %2 - + Icon designed by %1. Icono diseñado por %1. - + Released under the <a href='%1'>GNU General Public License</a> Publicado bajo la <a href='%1'>Licencia Pública General de GNU</a> - + &Close &Cerrar - + About Acerca de - + What you always wanted to know about %1 and never dared to ask Lo que siempre quiso saber acerca de %1 y nunca se atrevió a preguntar - ClearButton + ActivationDialog - - Clear - Limpiar + + Enter your License Details + Introduzca los detalles de la licencia + + + + &Email: + Correo &electrónico: + + + + &Code: + &Código: - DemoStartupView + ActivationView - + Please license %1 Obtenga una licencia de %1 - + This demo has expired. - Esta versión de prueba ha caducado. + Esta versión de demostración ha caducado. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - La versión completa le permite descargar vídeos con duración mayor a %1 minutos y ver vídeos sin interrupciones. + La versión completa le permite descargar vídeos con duración mayor a %1 minutos y ver videos sin interrupciones. - - This demo will expire in %1 days. - Esta versión de prueba caducará en %1 días. + + Without a license, the application will expire in %1 days. + Sin una licencia, la aplicación caducará en %1 días. - + By purchasing the full version, you will also support the hard work I put into creating %1. Al comprar la versión completa, también apoya el trabajo realizado en la creación de %1. - + Use Demo - Probar + Usar demostración - - Get the full version - Obtener la versión completa + + Enter License + Introducir licencia + + + + Buy License + Comprar licencia + + + + ClearButton + + + Clear + Limpiar DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/s - + KB/sec KB/s - + MB/sec MB/s - + seconds segundos - + minutes minutos - + %4 %5 remaining Quedan %4 %5 @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Esta es solo la versión de prueba de %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Solo puede descargar vídeos de duración menor que %1 minutos para que pueda probar la función de descarga. - + Continue Continuar - + Get the full version Obtener la versión completa - + %1 downloaded in %2 %1 descargados en %2 - + Download finished Descarga finalizada - + %n Download(s) %n Descarga%n Descargas @@ -203,27 +231,27 @@ DownloadSettings - + Change location... - Cambiar ubicación... + Cambiar ubicación… - + Choose the download location Elija la ubicación de las descargas - + Download location changed. Ubicación para descargas modificada. - + Current downloads will still go in the previous location. Las descargas en curso irán a la ubicación anterior. - + Downloading to: %1 Descargando a: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Descargando la actualización… + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Buscando... + + Search + Buscar - - Show %1 More - Mostrar %1 más + + Find videos and channels by keyword + Encontrar vídeos y canales por palabras clave - - No videos - No hay vídeos + + Browse + Examinar - - No more videos - No hay más vídeos + + Browse videos by category + Buscar videos por categoría + + + + Make yourself comfortable + Póngase cómodo @@ -334,412 +375,427 @@ MainWindow - + &Stop &Detener - + Stop playback and go back to the search view Detener la reproducción y volver a la búsqueda - + S&kip &Omitir - + Skip to the next video Omitir vídeo y saltar al siguiente - - + + &Pause &Pausar - - + + Pause playback Pausar la reproducción - + &Full Screen Pantalla &completa - + Go full screen Ir a pantalla completa - + Hide the playlist and the toolbar Ocultar la lista de reproducción y la barra de herramientas - + Go to the YouTube video page and pause playback Ir a la página del vídeo en YouTube y pausar la reproducción - + Copy the current video YouTube link to the clipboard Copiar el enlace a YouTube del vídeo actual en el portapapeles - + Copy the current video stream URL to the clipboard Copiar la URL actual del flujo del vídeo al portapapeles - + Find other video parts hopefully in the right order Encontrar otras partes de vídeos, con suerte en el orden correcto - + &Remove &Eliminar - + Remove the selected videos from the playlist Quitar los vídeos seleccionados de la lista de reproducción - + Move &Up &Subir - + Move up the selected videos in the playlist Mover hacia arriba en la lista de reproducción los vídeos seleccionados - + Move &Down &Bajar - + Move down the selected videos in the playlist Mover hacia abajo en la lista de reproducción los vídeos seleccionados - + Clear the search history. Cannot be undone. Limpiar el historial de búsquedas. No se puede deshacer. - + &Quit &Salir - + Bye Hasta luego - + &Website Sitio &web - + %1 on the Web %1 en la web - + Please support the continued development of %1 Apoye el desarrollo continuo de %1 - + &About &Acerca de - + Info about %1 Información acerca de %1 - + Search Buscar - + Mute volume Silenciar - - + + &Downloads &Descargas - + Show details about video downloads Mostrar detalles sobre las descargas de vídeos - + &Download &Descargar - + Download the current video Descargar el vídeo actual - + Share the current video using %1 Compartir el vídeo actual usando %1 - + &Email &Correo-e - + Email Correo-e - + &Close &Cerrar - + &Float on Top &Flotar en la parte superior - + &Stop After This Video - &Parar después de este vídeo + &Detener tras este vídeo - + &Report an Issue... &Informar de un problema... - + &Refine Search... &Refinar la búsqueda... - + + More... + Más… + + + + &Related Videos + Vídeos &relacionados + + + + Watch videos related to the current one + Ver videos relacionados con el actual + + + &Application &Aplicación - + Buy %1... - Comprar %1... + Comprar %1… - + &Playback &Reproducción - + &Playlist &Lista de reprod. - + &Video &Vídeo - + &View &Ver - + &Share &Compartir - + &Help Ay&uda - + Press %1 to raise the volume, %2 to lower it Pulse %1 para aumentar el volumen o %2 para reducirlo - - + + Opening %1 Abriendo %1 - + Do you want to exit %1 with a download in progress? ¿Quiere salir de %1 con una descarga en curso? - + If you close %1 now, this download will be cancelled. Si cierra %1 ahora, esta descarga será cancelada. - + Close and cancel download Cerrar y cancelar descarga - + Wait for download to finish Esperando a que finalice la descarga - + Leave &Full Screen &Salir de pantalla completa - + %1 version %2 is now available. %1 versión %2 ya está disponible. - + Remind me later Recordarme después - - To get the updated version, download %1 again from the link you received via email and reinstall. - Para obtener la versión actualizada, descargue %1 de nuevo desde el enlace que recibió por correo y reinstale. - - - + Update Actualizar - + Error: %1 Error: %1 - + P&revious Ante&rior - + Go back to the previous track Regresar a la pista anterior - + &Compact Mode Modo &compacto - + Open the &YouTube Page Abrir la página de &YouTube - + Copy the YouTube &Link Copiar el en&lace de YouTube - + Copy the Video Stream &URL Copiar la &URL de flujo del vídeo - + Find Video &Parts Encontrar &partes de vídeos - + &Clear Recent Searches &Limpiar búsquedas recientes - + Make a &Donation Hacer una &donación - + &Manually Start Playing Comenzar la reproducción &manualmente - + Manually start playing videos Comenzar la reproducción de vídeos manualmente - + + Choose your content location + Elija su ubicación para el contenido + + + &Play &Reproducir - + Resume playback Continuar la reproducción - + Remaining time: %1 Tiempo restante: %1 - + Volume at %1% Volumen al %1% - + Volume is muted El volumen está silenciado - + Volume is unmuted El volumen no está silenciado - + Maximum video definition set to %1 Resolución máxima de video establecida en %1 - + Your privacy is now safe Su privacidad ahora está asegurada - + Downloads complete Descargas completas @@ -747,236 +803,300 @@ MediaView - + You can now paste the YouTube link into another application Ahora puede pegar el enlace de YouTube en otra aplicación - + You can now paste the video stream URL into another application Ahora puede pegar la URL del flujo de vídeo en otra aplicación - + The link will be valid only for a limited time. El enlace es válido solo por un tiempo limitado. - + This is just the demo version of %1. Esto es solo la versión de prueba de %1. - + It allows you to test the application and see if it works for you. Le permite probar la aplicación y ver si le funciona. - + Continue Continuar - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' parte - + episode This is for video parts, as in 'Cool series - episode 1' episodio - + Sent from %1 Enviado desde %1 - + Get the full version Obtener la versión completa - + Downloading %1 Descargando %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + Está disponible una versión nueva de %1. + + + + %1 %2 is now available. You have %3. + %1 %2 está disponible ahora. Ud. tiene %3. + + + + Would you like to download it now? + ¿Quiere descargarla ahora? + + + + Skip This Version + Omitir esta versión + + + + Remind Me Later + Recordarme después + + + + Install Update + Instalar actualización + + + + PasteLineEdit - - Network error: %1 - Error de red: %1 + + Paste + Pegar - PrettyItemDelegate + PlaylistItemDelegate - + %1 views - %1 visualizaciones + %1 reproducciones - + %1 of %2 (%3) — %4 %1 de %2 (%3) — %4 - + Preparing Preparando - + Failed - Fallidas + Falló - + Completed - Completadas + Completado - + Stopped - Detenidas + Detenido - + Stop downloading Detener la descarga - + Show in %1 Mostrar en %1 - + Open parent folder - Abrir carpeta superior + Abrir carpeta contenedora - + Restart downloading - Reiniciar descarga + Reiniciar la descarga + + + + PlaylistModel + + + Searching... + Buscando… + + + + Show %1 More + Mostrar %1 más + + + + No videos + No hay vídeos + + + + No more videos + No hay más vídeos RefineSearchWidget - + Sort by Ordenar por - + Relevance Relevancia - - + + Date Fecha - + View Count Número de vistas - + Rating Valoración - + Anytime Cualquier momento - + Today Hoy - + 7 Days 7 días - + 30 Days 30 días - + Duration Duración - - + + All Todo - + Short Corto - + Medium Medio - + Long Largo - + Less than 4 minutes Menos de 4 minutos - + Between 4 and 20 minutes Entre 4 y 20 minutos - + Longer than 20 minutes Mayor a 20 minutos - + Quality Calidad - + High Definition Alta definición - + 720p or higher 720p o mayor - + + Done + Hecho + + + + RegionsView + + Done Hecho @@ -992,81 +1112,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Bienvenido a <a href='%1'>%2</a>, - + Get the full version Obtener la versión completa - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Escriba - + a keyword una palabra clave - + a channel un canal - + to start watching videos. para empezar a ver vídeos. - + Watch Ver - + Recent keywords Palabras clave recientes - + Recent channels Canales recientes + + + SidebarHeader - - Make yourself comfortable - Póngase cómodo + + + &Back + &Atrás + + + + Forward to %1 + Reenviar a %1 + + + + Back to %1 + Regresar a %1 SidebarWidget - + Refine Search Refinar la búsqueda - + Did you mean: %1 Quizá quiso decir: %1 + StandardFeedsView + + + Most Popular + Más populares + + + + Featured + Destacados + + + + Most Shared + Más compartidos + + + + Most Discussed + Más discutidos + + + + Top Rated + Mejor valorados + + + Video - + Cannot get video stream for %1 No se puede obtener el flujo de vídeo para %1 - + Network error: %1 for %2 Error de red: %1 por %2 + + YTRegions + + + Algeria + Argelia + + + + Argentina + Argentina + + + + Australia + Australia + + + + Belgium + Bélgica + + + + Brazil + Brasil + + + + Canada + Canadá + + + + Chile + Chile + + + + Colombia + Colombia + + + + Czech Republic + República Checa + + + + Egypt + Egipto + + + + France + Francia + + + + Germany + Alemania + + + + Ghana + Ghana + + + + Greece + Grecia + + + + Hong Kong + Hong Kong + + + + Hungary + Hungría + + + + India + India + + + + Indonesia + Indonesia + + + + Ireland + Irlanda + + + + Israel + Israel + + + + Italy + Italia + + + + Japan + Japón + + + + Jordan + Jordania + + + + Kenya + Kenia + + + + Malaysia + Malasia + + + + Mexico + México + + + + Morocco + Marruecos + + + + Netherlands + Holanda + + + + New Zealand + Nueva Zelanda + + + + Nigeria + Nigeria + + + + Peru + Perú + + + + Philippines + Filipinas + + + + Poland + Polonia + + + + Russia + Rusia + + + + Saudi Arabia + Arabia Saudita + + + + Singapore + Singapur + + + + South Africa + Sudáfrica + + + + South Korea + Corea del Sur + + + + Spain + España + + + + Sweden + Suecia + + + + Taiwan + Taiwán + + + + Tunisia + Túnez + + + + Turkey + Turquía + + + + Uganda + Uganda + + + + United Arab Emirates + Emiratos Árabes Unidos + + + + United Kingdom + Reino Unido + + + + Yemen + Yemen + + + + Worldwide + Todo el mundo + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/es_AR.ts minitube-2.0/locale/es_AR.ts --- minitube-1.9.0/locale/es_AR.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/es_AR.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Hay vida más allá del navegador! - + Version %1 Versión %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 es Software Libre pero su desarrollo lleva tiempo. - + Please <a href='%1'>donate</a> to support the continued development of %2. Por favor, <a href='%1'>hacé una donación</a> para apoyar el desarrollo de %2. - + You may want to try my other apps as well: Talvez querás probar mis otras aplicaciones como: - + %1, a YouTube music player %1, un reproductor de música de YouTube - + %1, a music player %1, un reproductor de música - + Translate %1 to your native language using %2 Traducí %1 a tu idioma natal usando %2 - + Icon designed by %1. Iconos diseñados por %1. - + Released under the <a href='%1'>GNU General Public License</a> Desarrollado bajo la <a href='%1'>Licencia Pública General de GNU</a> - + &Close &Cerrar - + About Acerca de - + What you always wanted to know about %1 and never dared to ask Lo que siempre quisiste saber de %1 y nunca te animaste a preguntar - ClearButton + ActivationDialog - - Clear - Limpiar + + Enter your License Details + + + + + &Email: + + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 Por favor autoricé %1 - + This demo has expired. Esta prueba ha vencido - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - La versión completa te permite descargar videos mayores a %1 minutos y ver los videos sin interrupciones + - - This demo will expire in %1 days. - Esta prueba vencerá en %1 días + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. Al comprar la versión completa, también apoyas el duro trabajo que he puesto creado %1 - + Use Demo Usar Prueba - - Get the full version - Obtené la versión completa + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + Limpiar DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/sec - + KB/sec KB/sec - + MB/sec MB/sec - + seconds segundos - + minutes minutos - + %4 %5 remaining %4 %5 restante(s) @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Esta es sólo una versión de demostración de %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Sólo se pueden bajar videos de menos de %1 minutos, para probar la funcionalidad de descarga. - + Continue Continuar - + Get the full version Conseguí la versión completa - + %1 downloaded in %2 %1 descargado en %2 - + Download finished Descarga finalizada - + %n Download(s) %n Descarga(s)%n Descarga(s) @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Cambiar destino... - + Choose the download location Elegir el destino de la descarga - + Download location changed. Destino de la descarga cambiado. - + Current downloads will still go in the previous location. Las descargas en curso van a seguir bajándose al destino anterior. - + Downloading to: %1 Bajando a: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Buscando... + + Search + Buscar - - Show %1 More - Mostrar %1 más + + Find videos and channels by keyword + - - No videos - Sin videos + + Browse + - - No more videos - No hay más videos + + Browse videos by category + + + + + Make yourself comfortable + Personalizar @@ -334,411 +375,426 @@ MainWindow - + &Stop &Detener - + Stop playback and go back to the search view Detener y volver a la búsqueda - + S&kip &Saltar - + Skip to the next video Siguiente video - - + + &Pause &Pausar - - + + Pause playback Pausar - + &Full Screen &Pantalla completa - + Go full screen Ir a pantalla completa - + Hide the playlist and the toolbar Esconder la lista de reproducción y la barra de herramientas - + Go to the YouTube video page and pause playback Ir al video en YouTube y pausar la reproducción - + Copy the current video YouTube link to the clipboard Copiar el enlace de YouTube del video al portapapeles - + Copy the current video stream URL to the clipboard Copiar la &URL del stream del video al portapapeles - + Find other video parts hopefully in the right order Encontrá las otras partes del video con suerte en el orden correcto - + &Remove &Borrar - + Remove the selected videos from the playlist Borrar los videos seleccionados de la lista - + Move &Up Mover hacia &arriba - + Move up the selected videos in the playlist Mover hacia arriba los videos seleccionados - + Move &Down Mover hacia &abajo - + Move down the selected videos in the playlist Mover hacia abajo los videos seleccionados - + Clear the search history. Cannot be undone. Eliminar el historial de búsqueda. No se puede deshacer. - + &Quit &Salir - + Bye Chau - + &Website &Sitio web - + %1 on the Web %1 en la Web - + Please support the continued development of %1 Apoyar el desarrollo de %1 - + &About &Acerca de - + Info about %1 Información sobre %1 - + Search Buscar - + Mute volume Silenciar volumen - - + + &Downloads &Descargas - + Show details about video downloads Mostrar detalles sobre la descarga de videos - + &Download &Bajar video - + Download the current video Bajar el video actual - + Share the current video using %1 Compartí el video actual usando %1 - + &Email &Correo - + Email Correo - + &Close &Cerrar - + &Float on Top &Siempre Visible - + &Stop After This Video &Finalizar Después de este Video - + &Report an Issue... &Reportar un inconveniente - + &Refine Search... &Refinar Búsqueda - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Programa - + Buy %1... Comprar %1... - + &Playback &Reproducción - + &Playlist &Lista de reproducción - + &Video &Video - + &View &Ver - + &Share &Compartir - + &Help &Ayuda - + Press %1 to raise the volume, %2 to lower it Con %1 subís el volumen, con %2 lo bajás - - + + Opening %1 Abriendo %1 - + Do you want to exit %1 with a download in progress? Seguro que querés salir de %1 con una descarga en progreso? - + If you close %1 now, this download will be cancelled. Si cerrás %1 ahora, la descarga se va a cancelar. - + Close and cancel download Cerrar y cancelar descarga - + Wait for download to finish Esperar a que termine la descarga - + Leave &Full Screen Salir de &Pantalla Completa - + %1 version %2 is now available. %1 versión %2 está ahora disponible - + Remind me later Recordármelo después - - To get the updated version, download %1 again from the link you received via email and reinstall. - Para obtener la versión actualizada, descargá %1 de nuevo desde el enlace que recibiste via correo y reinstala - - - + Update Actualizar - + Error: %1 Error: %1 - + P&revious A6nterior - + Go back to the previous track Volver a la pista previa - + &Compact Mode &Modo Compacto - + Open the &YouTube Page Abrir la página de &YouTube - + Copy the YouTube &Link Copiar el enlace de &YouTube - + Copy the Video Stream &URL Copiar Video &URL - + Find Video &Parts Encontrar Video &Partes - + &Clear Recent Searches &Borrar las búsquedas recientes - + Make a &Donation Hacer una &donación - + &Manually Start Playing &Iniciar Reproducción Manualmente - + Manually start playing videos Empezar a reproducir videos manualmente - + + Choose your content location + + + + &Play &Reproducir - + Resume playback Continuar reproducción - + Remaining time: %1 Tiempo restante: %1 - + Volume at %1% Volumen al %1% - + Volume is muted Volumen silenciado - + Volume is unmuted Volumen activo - + Maximum video definition set to %1 Definición máxima de video seteada en %1 - + Your privacy is now safe Tu privacidad ahora está segura - + Downloads complete Descarga completa @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application Ahora podés pegar el enlace de YouTube en otra aplicación - + You can now paste the video stream URL into another application Ahora podés pegar la URL del stream en otra aplicación - + The link will be valid only for a limited time. El enalce va a ser válido sólo por un tiempo limitado. - + This is just the demo version of %1. Esta es sólo la versión de demostración de %1. - + It allows you to test the application and see if it works for you. Te permite probar la aplicación y ver si te funciona. - + Continue Continuar - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' parte - + episode This is for video parts, as in 'Cool series - episode 1' episodio - + Sent from %1 Enviado desde %1 - + Get the full version Conseguir la versión completa - + Downloading %1 Descargando %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + - - Network error: %1 - Error de conexión: %1 + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + + + + + PasteLineEdit + + + Paste + - PrettyItemDelegate + PlaylistItemDelegate - + %1 views %1 visitas - + %1 of %2 (%3) — %4 - %1 de %2 (%3) — %4 + - + Preparing - Preparando + - + Failed - Falló + - + Completed - Completado + - + Stopped - Detenido + - + Stop downloading - Detener descarga + - + Show in %1 - Mostrar en %1 + - + Open parent folder - Abrir carpeta contenedora + - + Restart downloading - Reiniciar descarga + + + + + PlaylistModel + + + Searching... + Buscando... + + + + Show %1 More + Mostrar %1 más + + + + No videos + No hay videos + + + + No more videos + RefineSearchWidget - + Sort by Sortear por - + Relevance Relevancia - - + + Date Fecha - + View Count Contador de Visitas - + Rating Calificación - + Anytime Histórico - + Today Hoy - + 7 Days 7 Días - + 30 Days 30 Días - + Duration Duración - - + + All Todos - + Short Cortos - + Medium Medianos - + Long Largos - + Less than 4 minutes Menores que 4 minutos - + Between 4 and 20 minutes Entre 4 y 20 minutos - + Longer than 20 minutes Mayores a 20 minutos - + Quality Calidad - + High Definition Alta Definición - + 720p or higher 720p o mayor - + Done Finalizado + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Bienvenido a <a href='%1'>%2</a>, - + Get the full version Conseguir la versión completa - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Escribir - + a keyword una palabra clave - + a channel un canal - + to start watching videos. para empezar a ver videos. - + Watch Ver - + Recent keywords Búsquedas recientes - + Recent channels Canales recientes + + + SidebarHeader - - Make yourself comfortable - Personalizar + + + &Back + &Atrás + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Refinar Búsqueda - + Did you mean: %1 Quiso decir: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 No puedo obtener el stream de video de %1 - + Network error: %1 for %2 Error de conexión: %1 para %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/es_ES.ts minitube-2.0/locale/es_ES.ts --- minitube-1.9.0/locale/es_ES.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/es_ES.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! ¡Hay vida fuera del navegador! - + Version %1 Versión %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 es Software Libre pero su desarrollo lleva mucho tiempo. - + Please <a href='%1'>donate</a> to support the continued development of %2. Por favor, considere <a href='%1'>donar</a> para apoyar el desarrollo de %2. - + You may want to try my other apps as well: También puede probar mis otras aplicaciones: - + %1, a YouTube music player %1, reproductor de música de YouTube - + %1, a music player %1, un reproductor de música - + Translate %1 to your native language using %2 Traduce %1 a tu idioma utilizando %2 - + Icon designed by %1. Icono diseñado por %1. - + Released under the <a href='%1'>GNU General Public License</a> Publicado bajo la <a href='%1'>Licencia Pública General GNU</a> - + &Close &Cerrar - + About Acerca de... - + What you always wanted to know about %1 and never dared to ask Lo que siempre quiso saber sobre el %1 y nunca se atrevió a preguntar - ClearButton + ActivationDialog - - Clear - Limpiar + + Enter your License Details + + + + + &Email: + + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 Introduzca la licencia de %1 - + This demo has expired. Esta versión de prueba ha caducado. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - La versión completa le permite descargar videos cuya duración sea más grande que %1 y ver videos sin interrupciones. + - - This demo will expire in %1 days. - Esta versión de prueba caducará en %1 días. + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. Al comprar la versión completa, también apoya el trabajo empleado en la creación de %1. - + Use Demo Utilizar la versión de prueba - - Get the full version - Obtener la versión completa + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + Limpiar DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/seg - + KB/sec KB/sec - + MB/sec MB/seg - + seconds segundos - + minutes minutos - + %4 %5 remaining %4 %5 restante @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Esta es sólo la versión demo de %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Sólo se pueden descargar vídeos más cortos de %1 minutos, así puede probar la funcionalidad de descarga. - + Continue Continuar - + Get the full version Obtener la versión completa - + %1 downloaded in %2 %1 descargado en %2 - + Download finished Descarga finalizada - + %n Download(s) %n Descarga(s)%n Descarga(s) @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Cambiar ubicación... - + Choose the download location Eligir la ubicación de descarga - + Download location changed. Ubicación de descarga cambiada. - + Current downloads will still go in the previous location. Las descargan actuales irán a parar a la anterior ubicación. - + Downloading to: %1 Descargado: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Buscando... + + Search + Buscar - - Show %1 More - Mostrar %1 más + + Find videos and channels by keyword + - - No videos - No hay vídeos + + Browse + - - No more videos - No hay más vídeos + + Browse videos by category + + + + + Make yourself comfortable + @@ -334,411 +375,426 @@ MainWindow - + &Stop &Parar - + Stop playback and go back to the search view Parar reproducción y volver a la vista de búsqueda - + S&kip Sa&ltar - + Skip to the next video Saltar al siguiente vídeo - - + + &Pause &Pausar - - + + Pause playback Pausar reproducción - + &Full Screen &Pantalla completa - + Go full screen Ir a pantalla completa - + Hide the playlist and the toolbar Ocultar la lista de reproducción y la barra de herramientas - + Go to the YouTube video page and pause playback Ir a la página del vídeo en YouTube y pausar la reproducción - + Copy the current video YouTube link to the clipboard Copiar al portapapeles el enlace del vídeo de YouTube actual - + Copy the current video stream URL to the clipboard Copiar al portapapeles la &URL del stream de vídeo actual - + Find other video parts hopefully in the right order Encontrar otras partes de video, con suerte, en el orden correcto - + &Remove Elimina&r - + Remove the selected videos from the playlist Eliminar los vídeos seleccionados de la lista de reproducción - + Move &Up S&ubir - + Move up the selected videos in the playlist Subir en la lista de reproducción los vídeos seleccionados - + Move &Down &Bajar - + Move down the selected videos in the playlist Bajar en la lista de reproducción los vídeos seleccionados - + Clear the search history. Cannot be undone. Limpiar el historial de búsquedas. Esta acción no puede deshacerse. - + &Quit &Salir - + Bye Adiós - + &Website Sitio &Web - + %1 on the Web %1 en la Web - + Please support the continued development of %1 Por favor, apoye el continuo desarrollo de %1 - + &About &Acerca de - + Info about %1 Información sobre %1 - + Search Búsqueda - + Mute volume Silenciar volumen - - + + &Downloads &Descargas - + Show details about video downloads Muestra detalles sobre las descargas de vídeos - + &Download &Descargar - + Download the current video Descarga el vídeo actual - + Share the current video using %1 Compartir el vídeo actual usando %1 - + &Email &Correo electrónico - + Email Correo electrónico - + &Close &Cerrar - + &Float on Top &Siempre Visible - + &Stop After This Video &Pausar Después De Este Video - + &Report an Issue... &Reporte un inconveniente... - + &Refine Search... &Refinar Búsqueda... - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Aplicación - + Buy %1... Comprar %1... - + &Playback &Reproducción - + &Playlist Lista de Re&producción - + &Video &Vídeo - + &View &Ver - + &Share Com&partir - + &Help &Ayuda - + Press %1 to raise the volume, %2 to lower it Presiona %1 para subir el volumen, %2 para bajarlo - - + + Opening %1 Abriendo %1 - + Do you want to exit %1 with a download in progress? ¿Deseas salir de %1 con una descarga activa? - + If you close %1 now, this download will be cancelled. Si cierras %1, esta descarga se cancelará. - + Close and cancel download Cerrar y cancelar la descarga - + Wait for download to finish Esperar la finalización de la descarga - + Leave &Full Screen Salir de pan&talla completa - + %1 version %2 is now available. %1 versión %2 ya está disponible. - + Remind me later Recordarme después - - To get the updated version, download %1 again from the link you received via email and reinstall. - Para obtener la versión actualizada, descargue %1 de nuevo desde el enlace que recibió por correo, y reinstale. - - - + Update Actualizar - + Error: %1 Error: %1 - + P&revious P&revio - + Go back to the previous track Vuelve a la vista anterior - + &Compact Mode &Modo Compacto - + Open the &YouTube Page Abrir la página de &YouTube - + Copy the YouTube &Link Copiar el &enlace de YouTube - + Copy the Video Stream &URL Copiar Video En Línea &URL - + Find Video &Parts Encontrar Videos &Partes - + &Clear Recent Searches &Limpiar búsquedas recientes - + Make a &Donation Hacer una &donación - + &Manually Start Playing &Iniciar Reproducción Manual - + Manually start playing videos Empezar a reproducir videos manualmente - + + Choose your content location + + + + &Play Re&producir - + Resume playback Reiniciar la reproducción - + Remaining time: %1 Tiempo restante: %1 - + Volume at %1% Volumen al %1% - + Volume is muted El volumen está desactivado - + Volume is unmuted El volumen está activado - + Maximum video definition set to %1 Definición Máxima de Video es %1 - + Your privacy is now safe Su privacidad ahora es segura - + Downloads complete Descargas completadas @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application Ahora puedes pegar el enlace de Youtube en otra aplicación - + You can now paste the video stream URL into another application Ahora puedes pegar la URL del stream de vídeo en otra aplicación - + The link will be valid only for a limited time. EL enlace será válido sólo por un plazo de tiempo limitado. - + This is just the demo version of %1. Esta es sólo la versión de demo de %1. - + It allows you to test the application and see if it works for you. Le premite probar la aplicación y ver si le funciona. - + Continue Continuar - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' parte - + episode This is for video parts, as in 'Cool series - episode 1' episodio - + Sent from %1 Enviado desde %1 - + Get the full version Obtener la versión completa - + Downloading %1 Descargand %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + - - Network error: %1 - Error de red: %1 + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + + + + + PasteLineEdit + + + Paste + - PrettyItemDelegate + PlaylistItemDelegate - + %1 views %1 vistas - + %1 of %2 (%3) — %4 - %1 de %2 (%3) -- %4 + - + Preparing - Preparando + - + Failed - Falló + - + Completed - Completo + - + Stopped - Parado + - + Stop downloading - Parar descarga + - + Show in %1 - Mostrar en %1 + - + Open parent folder - Abrir carpeta padre + - + Restart downloading - Reiniciar descarga + + + + + PlaylistModel + + + Searching... + Buscando... + + + + Show %1 More + + + + + No videos + No hay vídeos + + + + No more videos + RefineSearchWidget - + Sort by Sortear por - + Relevance Relevancia - - + + Date Fecha - + View Count Vistas - + Rating Calificación - + Anytime Histórico - + Today Hoy - + 7 Days 7 Días - + 30 Days 30 Días - + Duration Duración - - + + All Todos - + Short Corto - + Medium Mediano - + Long Largo - + Less than 4 minutes Menor que 4 minutos - + Between 4 and 20 minutes Entre 4 y 20 minutos - + Longer than 20 minutes Mayor que 20 minutos - + Quality Calidad - + High Definition Alta Definición - + 720p or higher 720p o mayor - + Done Finalizado + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Bienvenido/a a <a href='%1'>%2</a>, - + Get the full version Obtener la versión completa - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Introducir - + a keyword una palabra clave - + a channel un canal - + to start watching videos. empezar a ver vídeos - + Watch Ver - + Recent keywords Palabras clave recientes - + Recent channels Canales recientes + + + SidebarHeader - - Make yourself comfortable - Siéntete como en casa + + + &Back + &Volver + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Refinar Búsqueda - + Did you mean: %1 Quiso decir: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 No se puede obtener el flujo de vídeo para %1 - + Network error: %1 for %2 Error de red: %1 por %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/fi.ts minitube-2.0/locale/fi.ts --- minitube-1.9.0/locale/fi.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/fi.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Selaimen ulkopuolellakin on elämää! - + Version %1 Versio: %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 on ilmainen ohjelma, mutta sen kehittäminen vie kallista aikaa. - + Please <a href='%1'>donate</a> to support the continued development of %2. Voit tukea %2-kehitystä jatkumista tekemällä <a href='%1'>lahjoituksen</a>. - + You may want to try my other apps as well: Sinua voi kiinnostaa myös nämä sovellukseni: - + %1, a YouTube music player %1, YouTube-musiikkisoitin - + %1, a music player %1, musiikkisoitin - + Translate %1 to your native language using %2 Käännä %1 äidinkielellesi käyttämällä %2 - + Icon designed by %1. Kuvakkeen suunnitteli %1. - + Released under the <a href='%1'>GNU General Public License</a> Julkaistu <a href='%1'>GNU General Public License</a> -lisenssillä - + &Close &Sulje - + About Tietoja - + What you always wanted to know about %1 and never dared to ask Mitä olet aina halunnut tietää %1sta, muttet ole koskaan kehdannut kysyä - ClearButton + ActivationDialog - - Clear - Tyhjennä + + Enter your License Details + + + + + &Email: + &Sähköposti: + + + + &Code: + &Koodi: - DemoStartupView + ActivationView - + Please license %1 - Lisensioi %1. + Lisensoi %1 - + This demo has expired. - Tämä demon kokeiluaika on päättynyt. + Tämä koekäyttöversio on vanhentunut. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. Täysversio sallii sinun ladata yli %1 minuutin pituisia videoita ja katsoa videoita ilman keskeytyksiä. - - This demo will expire in %1 days. - Tämän demon kokeiluaika päättyy %1 päivän kuluttua. + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. Ostamalla täyden version tuet kovaa työtäni sovelluksen %1 parissa. - + Use Demo Käytä demoa - - Get the full version - Hanki täysversio + + Enter License + Syötä lisenssi + + + + Buy License + Osta lisenssi + + + + ClearButton + + + Clear + Tyhjennä DownloadItem - + bytes tavua - + KB Kt - + MB Mt - + bytes/sec tavua/sekunnissa - + KB/sec Kt/s - + MB/sec Mt/s - + seconds sekunttia - + minutes minuuttia - + %4 %5 remaining %4 %5 jäljellä @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Tämä on vain %1-kokeiluversio. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Voit ladata vain videoita jotka ovat lyhyempiä kuin %1 minuuttia, jotta voit testata latausominaisuutta. - + Continue Jatka - + Get the full version Hanki täysi versio - + %1 downloaded in %2 %1 ladattu ajassa %2 - + Download finished Lataus valmistui - + %n Download(s) @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Vaihda sijaintia... - + Choose the download location Valitse latausten sijainti - + Download location changed. Lataus sijaintia on muutettu. - + Current downloads will still go in the previous location. Nykyiset lataukset menevät vanhaan sijaintiin. - + Downloading to: %1 Ladataan kansioon: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Ladataan päivitystä... + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Etsitään... + + Search + Etsi - - Show %1 More - Näytä %1 lisää + + Find videos and channels by keyword + - - No videos - Ei videoita + + Browse + - - No more videos - Ei enempää videoita + + Browse videos by category + + + + + Make yourself comfortable + Tee olosi kotoisaksi @@ -334,411 +375,426 @@ MainWindow - + &Stop &Pysäytä - + Stop playback and go back to the search view Pysäytä toisto ja palaa hakuruutuun - + S&kip &Hyppää yli - + Skip to the next video Siirry seuraavaan videoon - - + + &Pause &Keskeytä - - + + Pause playback Keskeytä toisto - + &Full Screen &Koko näytön tila - + Go full screen Siirry koko näytön tilaan - + Hide the playlist and the toolbar Piilota soittolista sekä työkalupalkki - + Go to the YouTube video page and pause playback Keskeytä toisto ja mene videon YouTube-sivulle - + Copy the current video YouTube link to the clipboard Kopioi nykyisen videon YouTube-linkki leikepöydälle - + Copy the current video stream URL to the clipboard Kopioi nykyisen videovirran osoite leikepöydälle - + Find other video parts hopefully in the right order Löydä videon muut osat toivottavasti oikeassa järjestyksessä - + &Remove &Poista - + Remove the selected videos from the playlist Poista valitut videot toistolistalta - + Move &Up Siirrä &ylös - + Move up the selected videos in the playlist Siirrä valitut videot ylemmäksi soittolistalla - + Move &Down Sirrä &alas - + Move down the selected videos in the playlist Siirrä valitut videot alemmaksi soittolistalla - + Clear the search history. Cannot be undone. Tyhjennä hakuhistoria. Tätä toimintoa ei voi kumota. - + &Quit &Lopeta - + Bye Näkemiin - + &Website &Nettisivusto - + %1 on the Web %1 netissä - + Please support the continued development of %1 Tue %1n jatkokehitystä - + &About &Tietoja - + Info about %1 Tietoja %1sta - + Search Etsi - + Mute volume Vaimenna ääni - - + + &Downloads &Lataukset - + Show details about video downloads Näytä tietoja latauksista - + &Download &Lataa - + Download the current video Lataa nykyinen video - + Share the current video using %1 Jaa nykyinen video palvelulla %1 - + &Email &Sähköposti - + Email Sähköposti - + &Close &Sulje - + &Float on Top &Pysy päällimmäisenä - + &Stop After This Video Py&säytä toisto tämän videon jälkeen - + &Report an Issue... &Ilmoita ongelmasta... - + &Refine Search... &Määritä haku uudelleen... - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Sovellus - + Buy %1... Osta %1... - + &Playback &Toisto - + &Playlist S&oittolista - + &Video &Video - + &View &Näytä - + &Share &Jaa - + &Help &Ohje - + Press %1 to raise the volume, %2 to lower it Paina näppäinyhdistelmää %1 nostaaksesi tai %2 laskeaksesi äänenvoimakkuutta - - + + Opening %1 Avataan kohdetta %1 - + Do you want to exit %1 with a download in progress? Haluatko, että %1 sulkeutuu vaikka lataus on kesken? - + If you close %1 now, this download will be cancelled. Jos suljet %1n nyt niin tämä lataus keskeytetään. - + Close and cancel download Sulje ja peru lataus - + Wait for download to finish Odota latauksen valmistumista - + Leave &Full Screen Poistu &koko näytön tilasta - + %1 version %2 is now available. %1 versio %2 on nyt saatavilla. - + Remind me later Muistuta myöhemmin - - To get the updated version, download %1 again from the link you received via email and reinstall. - Saadaksesi päivitetyn version, lataa %1 uudestaan sähköpostitse saamastasi linkistä ja asenna uudelleen. - - - + Update Päivitä - + Error: %1 Virhe: %1 - + P&revious E&dellinen - + Go back to the previous track Siirry takaisin edelliseen kappaleeseen - + &Compact Mode Kompakti &tila - + Open the &YouTube Page Avaa &YouTube-sivu - + Copy the YouTube &Link Kopioi YouTube-&linkki - + Copy the Video Stream &URL Kopioi videovirran &URL - + Find Video &Parts Etsi videon &osat - + &Clear Recent Searches Ty&hjennä viimeisimmät haut - + Make a &Donation Tee &lahjoitus - + &Manually Start Playing Aloita toisto &manuaalisesti - + Manually start playing videos Aloittaa videoiden toiston manuaalisesti - + + Choose your content location + + + + &Play &Toista - + Resume playback Jatka toistoa - + Remaining time: %1 Aikaa jäljellä: %1 - + Volume at %1% Äänentaso: %1% - + Volume is muted Ääni on vaimennettu - + Volume is unmuted Ääni ei ole vaimennettu - + Maximum video definition set to %1 Korkein videonlaatu on rajoitettu tarkkuuteen %1 - + Your privacy is now safe Yksityisyytesi on nyt turvattu - + Downloads complete Lataukset ovat valmistuneet @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application Voit nyt liittää YouTube-linkin johonkin toiseen sovellukseen - + You can now paste the video stream URL into another application Voit nyt liittää videovirran osoitteen (URL) johonkin toiseen sovellukseen - + The link will be valid only for a limited time. Osoite on käytössä vain rajoitetun ajan. - + This is just the demo version of %1. Tämä on vain %1n kokeiluversio. - + It allows you to test the application and see if it works for you. Voit kokeilla ohjelmaa nähdäksesi, toimiiko se. - + Continue Jatka - + of Used in video parts, as in '2 of 3' / - + part This is for video parts, as in 'Cool video - part 1' osa - + episode This is for video parts, as in 'Cool series - episode 1' jakso - + Sent from %1 Lähetetty palvelusta %1 - + Get the full version Hanki täysi versio - + Downloading %1 Ladataan %1ta/tä - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + + + + Would you like to download it now? + Haluatko ladata sen nyt? + + + + Skip This Version + Ohita tämä versio + + + + Remind Me Later + Muistuta myöhemmin + + + + Install Update + Asenna päivitys + + + + PasteLineEdit - - Network error: %1 - Verkkovirhe: %1 + + Paste + - PrettyItemDelegate + PlaylistItemDelegate - + %1 views Katsottu %1 kertaa - + %1 of %2 (%3) — %4 %1 / %2 (%3) — %4 - + Preparing Valmistellaan - + Failed Epäonnistui - + Completed Valmis - + Stopped Pysäytetty - + Stop downloading Pysäytä lataus - + Show in %1 Avaa %1ssa/ssä - + Open parent folder Avaa yläkansio - + Restart downloading Käynnistä lataus uudelleen + PlaylistModel + + + Searching... + Etsitään... + + + + Show %1 More + Näytä %1 lisää + + + + No videos + Ei videoita + + + + No more videos + Ei enempää videoita + + + RefineSearchWidget - + Sort by Järjestysperuste - + Relevance Olennaisuus - - + + Date Päiväys - + View Count Katselukerrat - + Rating Arvostelu - + Anytime Milloin tahansa - + Today Tänään - + 7 Days 7 päivää - + 30 Days 30 päivää - + Duration Kesto - - + + All Kaikki - + Short Lyhyt - + Medium Keskipituinen - + Long Pitkä - + Less than 4 minutes Vähemmän kuin 4 minuuttia - + Between 4 and 20 minutes 4-20 minuutin välillä - + Longer than 20 minutes Pidempi kuin 20 minuuttia - + Quality Laatu - + High Definition Teräväpiirto - + 720p or higher 720p tai tarkempi - + Done Valmis + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Tervetuloa <a href='%1'>%2en</a> - + Get the full version Hanki täysversio - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Syötä - + a keyword hakusana - + a channel kanava - + to start watching videos. aloittaaksesi videoiden katselu. - + Watch Katso - + Recent keywords Viimeisimmät hakusanat - + Recent channels Viimeisimmät kanavat + + + SidebarHeader - - Make yourself comfortable - Tee olosi kotoisaksi + + + &Back + &Takaisin + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Määritä haku uudelleen - + Did you mean: %1 Tarkoititko: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 Videostriimiä ei saada kohteelle %1 - + Network error: %1 for %2 Verkkovirhe: "%1" "%2"lle + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/fi_FI.ts minitube-2.0/locale/fi_FI.ts --- minitube-1.9.0/locale/fi_FI.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/fi_FI.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Selaimen ulkopuolellakin on elämää! - + Version %1 Versio: %1 - + + Licensed to: %1 + Lisensoitu henkilölle: %1 + + + %1 is Free Software but its development takes precious time. %1 on ilmainen ohjelma, mutta sen kehittäminen vie kallista aikaa. - + Please <a href='%1'>donate</a> to support the continued development of %2. Voit tukea %2-kehitystä jatkumista tekemällä <a href='%1'>lahjoituksen</a>. - + You may want to try my other apps as well: Sinua voi kiinnostaa myös nämä sovellukseni: - + %1, a YouTube music player %1, YouTube-musiikkisoitin - + %1, a music player %1, musiikkisoitin - + Translate %1 to your native language using %2 Käännä %1 äidinkielellesi käyttämällä %2 - + Icon designed by %1. Kuvakkeen suunnitteli %1. - + Released under the <a href='%1'>GNU General Public License</a> Julkaistu <a href='%1'>GNU General Public License</a> -lisenssillä - + &Close &Sulje - + About Tietoja - + What you always wanted to know about %1 and never dared to ask Mitä olet aina halunnut tietää %1sta, muttet ole koskaan kehdannut kysyä - ClearButton + ActivationDialog - - Clear - Tyhjennä + + Enter your License Details + Syötä tähän lisenssitietosi + + + + &Email: + &Sähköposti: + + + + &Code: + &Koodi: - DemoStartupView + ActivationView - + Please license %1 Lisensioi %1. - + This demo has expired. Tämä demon kokeiluaika on päättynyt. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Täysversio sallii sinun ladata yli %1 minuutin pituisia videoita ja katsoa videoita ilman keskeytyksiä. + - - This demo will expire in %1 days. - Tämän demon kokeiluaika päättyy %1 päivän kuluttua. + + Without a license, the application will expire in %1 days. + Ilman lisenssiä tämä sovellus vanhenee %1 päivässä. - + By purchasing the full version, you will also support the hard work I put into creating %1. Ostamalla täyden version tuet kovaa työtäni sovelluksen %1 parissa. - + Use Demo Käytä demoa - - Get the full version - Hanki täysversio + + Enter License + Syötä lisenssi + + + + Buy License + Osta lisenssi + + + + ClearButton + + + Clear + Tyhjennä DownloadItem - + bytes tavua - + KB Kt - + MB Mt - + bytes/sec tavua/sekunnissa - + KB/sec Kt/s - + MB/sec Mt/s - + seconds sekunttia - + minutes minuuttia - + %4 %5 remaining %4 %5 jäljellä @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Tämä on vain %1-kokeiluversio. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Voit ladata vain videoita jotka ovat lyhyempiä kuin %1 minuuttia, jotta voit testata latausominaisuutta. - + Continue Jatka - + Get the full version Hanki täysi versio - + %1 downloaded in %2 %1 ladattu ajassa %2 - + Download finished Lataus valmistui - + %n Download(s) %n Lataus(ta) @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Vaihda sijaintia... - + Choose the download location Valitse latausten sijainti - + Download location changed. Lataus sijaintia on muutettu. - + Current downloads will still go in the previous location. Nykyiset lataukset menevät vanhaan sijaintiin. - + Downloading to: %1 Ladataan kansioon: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Ladataan päivitystä... + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Etsitään... + + Search + Etsi - - Show %1 More - Näytä %1 lisää + + Find videos and channels by keyword + - - No videos - Ei videoita + + Browse + - - No more videos - Ei enempää videoita + + Browse videos by category + + + + + Make yourself comfortable + Tee olosi kotoisaksi @@ -334,411 +375,426 @@ MainWindow - + &Stop &Pysäytä - + Stop playback and go back to the search view Pysäytä toisto ja palaa hakuruutuun - + S&kip &Hyppää yli - + Skip to the next video Siirry seuraavaan videoon - - + + &Pause &Keskeytä - - + + Pause playback Keskeytä toisto - + &Full Screen &Koko näytön tila - + Go full screen Siirry koko näytön tilaan - + Hide the playlist and the toolbar Piilota soittolista sekä työkalupalkki - + Go to the YouTube video page and pause playback Keskeytä toisto ja mene videon YouTube-sivulle - + Copy the current video YouTube link to the clipboard Kopioi nykyisen videon YouTube-linkki leikepöydälle - + Copy the current video stream URL to the clipboard Kopioi nykyisen videovirran osoite leikepöydälle - + Find other video parts hopefully in the right order Löydä videon muut osat toivottavasti oikeassa järjestyksessä - + &Remove &Poista - + Remove the selected videos from the playlist Poista valitut videot toistolistalta - + Move &Up Siirrä &ylös - + Move up the selected videos in the playlist Siirrä valitut videot ylemmäksi soittolistalla - + Move &Down Sirrä &alas - + Move down the selected videos in the playlist Siirrä valitut videot alemmaksi soittolistalla - + Clear the search history. Cannot be undone. Tyhjennä hakuhistoria. Tätä toimintoa ei voi kumota. - + &Quit &Lopeta - + Bye Näkemiin - + &Website &Nettisivusto - + %1 on the Web %1 netissä - + Please support the continued development of %1 Tue %1n jatkokehitystä - + &About &Tietoja - + Info about %1 Tietoja %1sta - + Search Etsi - + Mute volume Vaimenna ääni - - + + &Downloads &Lataukset - + Show details about video downloads Näytä tietoja latauksista - + &Download &Lataa - + Download the current video Lataa nykyinen video - + Share the current video using %1 Jaa nykyinen video palvelulla %1 - + &Email &Sähköposti - + Email Sähköposti - + &Close &Sulje - + &Float on Top &Pysy päällimmäisenä - + &Stop After This Video Py&säytä toisto tämän videon jälkeen - + &Report an Issue... &Ilmoita ongelmasta... - + &Refine Search... &Määritä haku uudelleen... - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Sovellus - + Buy %1... Osta %1... - + &Playback &Toisto - + &Playlist S&oittolista - + &Video &Video - + &View &Näytä - + &Share &Jaa - + &Help &Ohje - + Press %1 to raise the volume, %2 to lower it Paina näppäinyhdistelmää %1 nostaaksesi tai %2 laskeaksesi äänenvoimakkuutta - - + + Opening %1 Avataan kohdetta %1 - + Do you want to exit %1 with a download in progress? Haluatko, että %1 sulkeutuu vaikka lataus on kesken? - + If you close %1 now, this download will be cancelled. Jos suljet %1n nyt niin tämä lataus keskeytetään. - + Close and cancel download Sulje ja peru lataus - + Wait for download to finish Odota latauksen valmistumista - + Leave &Full Screen Poistu &koko näytön tilasta - + %1 version %2 is now available. %1 versio %2 on nyt saatavilla. - + Remind me later Muistuta myöhemmin - - To get the updated version, download %1 again from the link you received via email and reinstall. - Saadaksesi päivitetyn version, lataa %1 uudestaan sähköpostitse saamastasi linkistä ja asenna uudelleen. - - - + Update Päivitä - + Error: %1 Virhe: %1 - + P&revious E&dellinen - + Go back to the previous track Siirry takaisin edelliseen kappaleeseen - + &Compact Mode Kompakti &tila - + Open the &YouTube Page Avaa &YouTube-sivu - + Copy the YouTube &Link Kopioi YouTube-&linkki - + Copy the Video Stream &URL Kopioi videovirran &URL - + Find Video &Parts Etsi videon &osat - + &Clear Recent Searches Ty&hjennä viimeisimmät haut - + Make a &Donation Tee &lahjoitus - + &Manually Start Playing Aloita toisto &manuaalisesti - + Manually start playing videos Aloittaa videoiden toiston manuaalisesti - + + Choose your content location + + + + &Play &Toista - + Resume playback Jatka toistoa - + Remaining time: %1 Aikaa jäljellä: %1 - + Volume at %1% Äänentaso: %1% - + Volume is muted Ääni on vaimennettu - + Volume is unmuted Ääni ei ole vaimennettu - + Maximum video definition set to %1 Korkein videonlaatu on rajoitettu tarkkuuteen %1 - + Your privacy is now safe Yksityisyytesi on nyt turvattu - + Downloads complete Lataukset ovat valmistuneet @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application Voit nyt liittää YouTube-linkin johonkin toiseen sovellukseen - + You can now paste the video stream URL into another application Voit nyt liittää videovirran osoitteen (URL) johonkin toiseen sovellukseen - + The link will be valid only for a limited time. Osoite on käytössä vain rajoitetun ajan. - + This is just the demo version of %1. Tämä on vain %1n kokeiluversio. - + It allows you to test the application and see if it works for you. Voit kokeilla ohjelmaa nähdäksesi, toimiiko se. - + Continue Jatka - + of Used in video parts, as in '2 of 3' / - + part This is for video parts, as in 'Cool video - part 1' osa - + episode This is for video parts, as in 'Cool series - episode 1' jakso - + Sent from %1 Lähetetty palvelusta %1 - + Get the full version Hanki täysi versio - + Downloading %1 Ladataan %1ta/tä - NetworkAccess + MessageWidget + + + A new version of %1 is available! + Uusi versio sovelluksesta %1 on saatavilla! + + + + %1 %2 is now available. You have %3. + %1 %2 on nyt saatavilla. Sinulla on %3. + + + + Would you like to download it now? + Haluatko ladata sen nyt? + + + + Skip This Version + Ohita tämä versio + + + + Remind Me Later + Muistuta minua myöhemmin + + + + Install Update + Asenna päivitys + + + + PasteLineEdit - - Network error: %1 - Verkkovirhe: %1 + + Paste + Liitä - PrettyItemDelegate + PlaylistItemDelegate - + %1 views Katsottu %1 kertaa - + %1 of %2 (%3) — %4 - %1 / %2 (%3) — %4 + - + Preparing Valmistellaan - + Failed Epäonnistui - + Completed Valmis - + Stopped Pysäytetty - + Stop downloading Pysäytä lataus - + Show in %1 Avaa %1ssa/ssä - + Open parent folder Avaa yläkansio - + Restart downloading Käynnistä lataus uudelleen + PlaylistModel + + + Searching... + Etsitään... + + + + Show %1 More + Näytä %1 lisää + + + + No videos + Ei videoita + + + + No more videos + Ei enempää videoita + + + RefineSearchWidget - + Sort by Järjestysperuste - + Relevance Olennaisuus - - + + Date Päiväys - + View Count Katselukerrat - + Rating Arvostelu - + Anytime Milloin tahansa - + Today Tänään - + 7 Days 7 päivää - + 30 Days 30 päivää - + Duration Kesto - - + + All Kaikki - + Short Lyhyt - + Medium Keskipituinen - + Long Pitkä - + Less than 4 minutes Vähemmän kuin 4 minuuttia - + Between 4 and 20 minutes 4-20 minuutin välillä - + Longer than 20 minutes Pidempi kuin 20 minuuttia - + Quality Laatu - + High Definition Teräväpiirto - + 720p or higher 720p tai tarkempi - + Done Valmis + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Tervetuloa <a href='%1'>%2en</a> - + Get the full version Hanki täysversio - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Syötä - + a keyword hakusana - + a channel kanava - + to start watching videos. aloittaaksesi videoiden katselu. - + Watch Katso - + Recent keywords Viimeisimmät hakusanat - + Recent channels Viimeisimmät kanavat + + + SidebarHeader - - Make yourself comfortable - Tee olosi kotoisaksi + + + &Back + &Takaisin + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Määritä haku uudelleen - + Did you mean: %1 Tarkoititko: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 Videostriimiä ei saada kohteelle %1 - + Network error: %1 for %2 Verkkovirhe: "%1" "%2"lle + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/fr.ts minitube-2.0/locale/fr.ts --- minitube-1.9.0/locale/fr.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/fr.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Il y a une vie après le navigateur ! - + Version %1 Version %1 - + + Licensed to: %1 + Licence accordée à : %1 + + + %1 is Free Software but its development takes precious time. %1 est un Logiciel Libre, mais son développement prend un temps précieux. - + Please <a href='%1'>donate</a> to support the continued development of %2. Merci <a href='%1'>d'envoyer vos dons</a> pour aider à poursuivre le développement de %2. - + You may want to try my other apps as well: Vous serrez sûrement intéressé par mes autres applications : - + %1, a YouTube music player %1, un lecteur de musique basé sur YouTube - + %1, a music player %1, un lecteur de musique - + Translate %1 to your native language using %2 Traduisez %1 dans votre langue native en utilisant %2 - + Icon designed by %1. Icône dessinée par %1. - + Released under the <a href='%1'>GNU General Public License</a> Proposé sous licence <a href='%1'>GNU General Public License</a> - + &Close &Fermer - + About À propos - + What you always wanted to know about %1 and never dared to ask Ce que vous avez toujours voulu savoir à propos de %1 et que vous n'avez jamais osé demander - ClearButton + ActivationDialog - - Clear - Effacer + + Enter your License Details + Entrez les details de votre licence + + + + &Email: + &Email : + + + + &Code: + &Code : - DemoStartupView + ActivationView - + Please license %1 Veuillez obtenir une licence pour %1 - + This demo has expired. - Cette version démo a expiré. + Cette version de démo a expiré. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - La version complète vous permet de télécharger des vidéos de plus de %1 minutes et de regarder des vidéos sans interruptions. + - - This demo will expire in %1 days. - Cette version démo s'expire dans %1 jours. + + Without a license, the application will expire in %1 days. + En l'absence de licence, l'application expirera dans %1 jours. - + By purchasing the full version, you will also support the hard work I put into creating %1. - En achetant la version complète, vous supporterais aussi le le grand travail que j'ai investi à la création de %1. + En achetant la version complète, vous supporterai aussi le grand travail que j'ai investi dans la création de %1. - + Use Demo - Utilisez la version démo + Utilisez la version de démo - - Get the full version - Obtenir la version complète + + Enter License + Entrer une licence + + + + Buy License + Acheter une licence + + + + ClearButton + + + Clear + Effacer DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/sec - + KB/sec KB/sec - + MB/sec MB/sec - + seconds secondes - + minutes minutes - + %4 %5 remaining %4 %5 restant @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Il s'agit seulement de la version démo de %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Vous ne pouvez télécharger que des vidéos plus courtes que %1 minutes de sorte que vous pouvez tester la fonctionnalité de téléchargement. - + Continue Continuer - + Get the full version Obtenir la version complète - + %1 downloaded in %2 - + %1 téléchargé sur %2 - + Download finished - + Téléchargement terminé - + %n Download(s) %n Téléchargement%n Téléchargements @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Changer d'emplacement... - + Choose the download location Choisissez l'emplacement de téléchargement - + Download location changed. Emplacement de téléchargement changé. - + Current downloads will still go in the previous location. Les téléchargements en cours iront à l'emplacement précédent. - + Downloading to: %1 Téléchargement de : %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Téléchargement de la mise à jour... + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Recherche... + + Search + Chercher - - Show %1 More - Afficher %1 de plus + + Find videos and channels by keyword + - - No videos - Pas de vidéos + + Browse + - - No more videos - Plus de vidéos + + Browse videos by category + + + + + Make yourself comfortable + @@ -334,411 +375,426 @@ MainWindow - + &Stop &Arrêter - + Stop playback and go back to the search view Arrêter et aller à la page de recherche - + S&kip &Passer - + Skip to the next video Passer à la vidéo suivante - - + + &Pause &Pause - - + + Pause playback Mettre en pause - + &Full Screen &Plein écran - + Go full screen Mettre en plein écran - + Hide the playlist and the toolbar Cacher la liste de lecture et la barre d'outils - + Go to the YouTube video page and pause playback Aller à la page de la vidéo Youtube et mettre en pause - + Copy the current video YouTube link to the clipboard Copier l'adresse de la vidéo YouTube courante dans le presse-papier - + Copy the current video stream URL to the clipboard Copier l'adresse du flux vidéo courant dans le presse-papier - + Find other video parts hopefully in the right order - + Trouver les autres parties de la vidéo en espérant qu'elles soient dans le bon ordre - + &Remove &Supprimer - + Remove the selected videos from the playlist Supprimer la vidéo sélectionnée de la liste de lecture - + Move &Up Déplacer vers les &haut - + Move up the selected videos in the playlist Déplacer la vidéo sélectionnée vers le haut dans la liste de lecture - + Move &Down Déplacer vers les &bas - + Move down the selected videos in the playlist Déplacer la vidéo sélectionnée vers le bas dans la liste de lecture - + Clear the search history. Cannot be undone. Effacer l'historique de recherche. Opération irréversible. - + &Quit &Quitter - + Bye Au revoir - + &Website Site &Web - + %1 on the Web %1 sur le Web - + Please support the continued development of %1 Merci d'aider à poursuivre le développement de %1 - + &About &À propos - + Info about %1 À propos de %1 - + Search Chercher - + Mute volume Couper le son - - + + &Downloads &Téléchargements - + Show details about video downloads Voir les détails à propos des téléchargements de la vidéo - + &Download &Téléchargement - + Download the current video Télécharger la vidéo en cours - + Share the current video using %1 Partager cette vidéo avec %1 - + &Email &Email - + Email Email - + &Close &Fermer - + &Float on Top &Laisser au dessus - + &Stop After This Video &Arrêter après cette vidéo - + &Report an Issue... - + &Signaler un problème... - + &Refine Search... + &Affiner la recherche... + + + + More... + + + + + &Related Videos - + + Watch videos related to the current one + + + + &Application &Application - + Buy %1... Acheter %1 … - + &Playback &Lecture - + &Playlist &Liste de lecture - + &Video &Vidéo - + &View &Vue - + &Share &Partager - + &Help &Aide - + Press %1 to raise the volume, %2 to lower it Appuyer sur %1 pour augmenter le volume, sur %2 pour le baisser - - + + Opening %1 Ouverture de %1 - + Do you want to exit %1 with a download in progress? Voulez-vous vraiment quitter %1 avec un téléchargement en cours ? - + If you close %1 now, this download will be cancelled. Si vous fermez %1 maintenant, ce téléchargement sera annulé. - + Close and cancel download Fermer et annuler le téléchargement - + Wait for download to finish Attendez la fin du téléchargement - + Leave &Full Screen Quitter le &mode plein écran - + %1 version %2 is now available. %1 version %2 est maintenant disponible - + Remind me later Me rappeler plus tard - - To get the updated version, download %1 again from the link you received via email and reinstall. - To get the updated version, download %1 again from the link you received via email and reinstall. - - - + Update Mettre à jour - + Error: %1 Erreur : %1 - + P&revious P&récédent - + Go back to the previous track Aller à la piste précédente - + &Compact Mode &Mode compact - + Open the &YouTube Page Ouvrir la page &Youtube - + Copy the YouTube &Link Copier le &lien Youtube - + Copy the Video Stream &URL Copier l'&URL du flux vidéo - + Find Video &Parts Trouver les &parties de la vidéo - + &Clear Recent Searches &Effacer les recherches récentes - + Make a &Donation Faire un &Don - + &Manually Start Playing & - + Manually start playing videos + Démarrer manuellement la lecture de vidéos + + + + Choose your content location - + &Play &Jouer - + Resume playback Relancer la lecture - + Remaining time: %1 Temps restant : %1 - + Volume at %1% Volume à %1 - + Volume is muted Volume OFF - + Volume is unmuted Volume ON - + Maximum video definition set to %1 Résolution vidéo maximale fixée à %1 - + Your privacy is now safe Votre confidentialité est maintenant respectée - + Downloads complete Téléchargements terminés @@ -746,236 +802,300 @@ MediaView - + You can now paste the YouTube link into another application Vous pouvez maintenant copier l'adresse Youtube dans une autre application - + You can now paste the video stream URL into another application Vous pouvez maintenant coller l'adresse du flux vidéo dans une autre application - + The link will be valid only for a limited time. Le lien ne sera valide que pour un temps limité. - + This is just the demo version of %1. C'est juste la version démo de %1. - + It allows you to test the application and see if it works for you. Cela vous permet de tester l'application et voir si cela fonctionne pour vous. - + Continue Continuer - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' partie - + episode This is for video parts, as in 'Cool series - episode 1' épisode - + Sent from %1 Envoyé par %1 - + Get the full version Obtenir la version complète - + Downloading %1 %1 Téléchargement - NetworkAccess + MessageWidget + + + A new version of %1 is available! + Une nouvelle version de %1 est disponible ! + + + + %1 %2 is now available. You have %3. + %1 %2 est maintenant disponible. Vous avez %3. + + + + Would you like to download it now? + Voulez-vous la télécharger maintenant ? + + + + Skip This Version + Sauter Cette Version + - - Network error: %1 - Erreur réseau : %1 + + Remind Me Later + Me Le Rappeler Plus Tard + + + + Install Update + Installer La Mise à jour - PrettyItemDelegate + PasteLineEdit - + + Paste + Coller + + + + PlaylistItemDelegate + + %1 views %1 vues - + %1 of %2 (%3) — %4 - %1 de %2 (%3) — %4 + - + Preparing - Préparation + - + Failed - Échec + - + Completed - Terminé + - + Stopped - Arrêté + - + Stop downloading - Arrêter le téléchargement + - + Show in %1 - Montrer dans %1 + - + Open parent folder - Ouvrir le dossier parent + - + Restart downloading - Redémarrer le téléchargement + - RefineSearchWidget + PlaylistModel - - Sort by + + Searching... + Recherche en cours… + + + + Show %1 More + + No videos + Pas de vidéos + + + + No more videos + + + + + RefineSearchWidget + + Sort by + Trier par + + + Relevance - + Pertinence - - + + Date - + Date - + View Count - + Nombre de vues - + Rating - + Note - + Anytime - + N'importe quand - + Today - + Aujourd'hui - + 7 Days - + 7 jours - + 30 Days - + 30 jours - + Duration - + Durée - - + + All - + Tous - + Short - + Court - + Medium - + Moyen - + Long - + Long - + Less than 4 minutes - + Inférieur à 4 minutes - + Between 4 and 20 minutes - + Entre 4 et 20 minutes - + Longer than 20 minutes - + Plus long que 20 minutes - + Quality - + Qualité - + High Definition - + Haute définition - + 720p or higher - + 720p ou plus - + + Done + Terminer + + + + RegionsView + + Done @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Bienvenue sur <a href='%1'>%2</a>, - + Get the full version Obtenir la version complète - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Entrer - + a keyword un mot-clé - + a channel une chaîne - + to start watching videos. pour commencer à regarder des vidéos. - + Watch Regarder - + Recent keywords Derniers mots-clés - + Recent channels Chaînes récentes + + + SidebarHeader + + + + &Back + &Retour + - - Make yourself comfortable - Installez-vous confortablement + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search - + Affiner la recherche - + Did you mean: %1 + Vouliez-vous dire: %1 + + + + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated Video - + Cannot get video stream for %1 Impossible d'obtenir le flux vidéo de %1 - + Network error: %1 for %2 Erreur réseau : %1 pour %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/gl.ts minitube-2.0/locale/gl.ts --- minitube-1.9.0/locale/gl.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/gl.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,1072 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - Existe vida máis aló do navegador! - - - - Version %1 - Versión %1 - - - - %1 is Free Software but its development takes precious time. - %1 é Software libre, mais o seu desenvolvemento leva un tempo precioso. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - Faga unha <a href='%1'>doazón</a> para axudar na continuación do desenvolvemento de %2. - - - - You may want to try my other apps as well: - Pode querer probar tamén outros aplicativos meus: - - - - %1, a YouTube music player - %1, un reprodutor de música de YouTube - - - - %1, a music player - %1, un reprodutor de música - - - - Translate %1 to your native language using %2 - Traducir %1 ao seu idioma empregando %2 - - - - Icon designed by %1. - Icona deseñada por %1. - - - - Released under the <a href='%1'>GNU General Public License</a> - Publicado baixo a <a href='%1'>Licenza pública Xeral GNU</a> - - - - &Close - &Pechar - - - - About - Sobre - - - - What you always wanted to know about %1 and never dared to ask - O que vostede sempre quixo saber sobre %1 e nunca se atreveu a preguntar - - - - ClearButton - - - Clear - Limpar - - - - DemoStartupView - - - Please license %1 - Licenza %1 - - - - This demo has expired. - Esta demo caducou. - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - A versión completa permite descargar vídeos con máis de %1 minutos e velos sen interrupcións. - - - - This demo will expire in %1 days. - Esta demo vai caducar en %1 días. - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - Ao comprar a versión completa, tamén vai apoiar o traballo arreo que puxen en crear %1. - - - - Use Demo - Usar a demostración - - - - Get the full version - Obter a versión completa - - - - DownloadItem - - - bytes - bytes - - - - KB - KB - - - - MB - MB - - - - bytes/sec - bytes/seg - - - - KB/sec - KB/seg - - - - MB/sec - MB/seg - - - - seconds - segundos - - - - minutes - minutos - - - - %4 %5 remaining - %4 %5 restantes - - - - DownloadManager - - - This is just the demo version of %1. - Isto é só a versión demo de %1. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - Só se poden descargar vídeos curtos de menos de %1 minutos para que poida probar a utilidade de descargas. - - - - Continue - Continuar - - - - Get the full version - Obter a versión completa - - - - %1 downloaded in %2 - - - - - Download finished - - - - - %n Download(s) - %n Descarga%n Descargas - - - - - DownloadSettings - - - Change location... - Cambiar a localización... - - - - Choose the download location - Escolla a localización da descarga - - - - Download location changed. - Cambiada a localización da descarga. - - - - Current downloads will still go in the previous location. - A descarga actual aínda se fai na localización anterior. - - - - Downloading to: %1 - Descargando en: %1 - - - - DownloadView - - - - Downloads - Descargas - - - - GlobalShortcuts - - - Play - Reproducir - - - - Pause - Deter - - - - Play/Pause - Reproducir/deter - - - - Stop - Parar - - - - Stop playing after current track - Parar a reprodución despois da pista actual - - - - Next track - Seguinte pista - - - - Previous track - Pista anterior - - - - Increase volume - Aumentar volume - - - - Decrease volume - Diminuír volume - - - - Mute - Silenciar - - - - Seek forward - Buscar cara adiante - - - - Seek backward - Buscar cara atrás - - - - ListModel - - - Searching... - Buscando... - - - - Show %1 More - Mostrar %1 máis - - - - No videos - Non hai vídeos - - - - No more videos - Non hai máis vídeos - - - - LoadingWidget - - - Error - Erro - - - - MainWindow - - - &Stop - &Parar - - - - Stop playback and go back to the search view - Parara a reprodución e volver á vista de busca - - - - S&kip - &Saltar - - - - Skip to the next video - Saltar ao seguinte vídeo - - - - - &Pause - &Deter - - - - - Pause playback - Deter a reprodución - - - - &Full Screen - &Pantalla completa - - - - Go full screen - Ir á pantalla completa - - - - Hide the playlist and the toolbar - Agochar a lista de reprodución e a barra de tarefas - - - - Go to the YouTube video page and pause playback - Ir á páxina de vídeos YouTube e por en pausa a reprodución - - - - Copy the current video YouTube link to the clipboard - Copiar a ligazón actual de vídeo de YouTube no portapapeis - - - - Copy the current video stream URL to the clipboard - Copiar o URL actual do fluxo de vídeo no portapapeis - - - - Find other video parts hopefully in the right order - Buscar pezas doutro vídeo agardando sexan na orde correcta - - - - &Remove - &Retirar - - - - Remove the selected videos from the playlist - Retirar os vídeos seleccionados da lista de reprodución - - - - Move &Up - Mover cara &arriba - - - - Move up the selected videos in the playlist - Mover cara arriba os vídeos seleccionados na lista de reprodución - - - - Move &Down - Mover cara a&baixo - - - - Move down the selected videos in the playlist - Mover cara abaixo os vídeos seleccionados na lista de reprodución - - - - Clear the search history. Cannot be undone. - Limpar o historial de buscas. Non se pode desfacer. - - - - &Quit - &Saír - - - - Bye - Deica logo - - - - &Website - Sitio &web - - - - %1 on the Web - %1 na web - - - - Please support the continued development of %1 - Por favor apoie o desenvolvemento continuo de %1 - - - - &About - &Sobre - - - - Info about %1 - Información acerca de %1 - - - - Search - Buscar - - - - Mute volume - Silenciar o volume - - - - - &Downloads - &Descargas - - - - Show details about video downloads - Mostrar os detalles sobre as descargas de vídeo - - - - &Download - &Descarga - - - - Download the current video - Descargando o vídeo actual - - - - Share the current video using %1 - Compartir o vídeo actual empregando %1 - - - - &Email - &Correo-e - - - - Email - Correo-e - - - - &Close - &Pechar - - - - &Float on Top - - - - - &Stop After This Video - - - - - &Report an Issue... - - - - - &Refine Search... - - - - - &Application - &Aplicativo - - - - Buy %1... - - - - - &Playback - &Reproducir - - - - &Playlist - &Lista de reprodución - - - - &Video - &Vídeo - - - - &View - &Ver - - - - &Share - &Compartir - - - - &Help - A&xuda - - - - Press %1 to raise the volume, %2 to lower it - Prema %1 para aumentar o volume, %2 para diminuílo - - - - - Opening %1 - Abrindo %1 - - - - Do you want to exit %1 with a download in progress? - Desexa saír de %1 cunha descarga en proceso? - - - - If you close %1 now, this download will be cancelled. - Se pecha %1 agora, esta descarga vai seren cancelada. - - - - Close and cancel download - Pechar e cancelar a descarga - - - - Wait for download to finish - Agardar a que remate a descarga - - - - Leave &Full Screen - Abandonar a &pantalla completa - - - - %1 version %2 is now available. - %1 versión %2 xa está dispoñíbel. - - - - Remind me later - Lembrar máis adiante - - - - To get the updated version, download %1 again from the link you received via email and reinstall. - Para obter a versión actualizada, descargue %1 de novo desde a ligazón que recibiu por correo electrónico e reinstale. - - - - Update - Actualizar - - - - Error: %1 - Produciuse un erro: %1 - - - - P&revious - - - - - Go back to the previous track - Ir á pista anterior - - - - &Compact Mode - - - - - Open the &YouTube Page - - - - - Copy the YouTube &Link - - - - - Copy the Video Stream &URL - - - - - Find Video &Parts - - - - - &Clear Recent Searches - - - - - Make a &Donation - - - - - &Manually Start Playing - - - - - Manually start playing videos - - - - - &Play - &Reproducir - - - - Resume playback - Continuar a reprodución - - - - Remaining time: %1 - Tempo restante: %1 - - - - Volume at %1% - Volume ao %1% - - - - Volume is muted - O volume está silenciado - - - - Volume is unmuted - O volume non está silenciado - - - - Maximum video definition set to %1 - Resolución máxima de vídeo fixada en %1 - - - - Your privacy is now safe - A súa intimidade agora está segura - - - - Downloads complete - Descargas completadas - - - - MediaView - - - You can now paste the YouTube link into another application - Agora pode pegar a ligazón de YouTube noutro aplicativo - - - - You can now paste the video stream URL into another application - Agora pode pegar o URL do fluxo de vídeo noutro aplicativo - - - - The link will be valid only for a limited time. - A ligazón ten validez só por un tempo limitado. - - - - This is just the demo version of %1. - Isto é só a versión demo de %1. - - - - It allows you to test the application and see if it works for you. - Permítelle probar o aplicativo e comprobar se vai ao seu xeito. - - - - Continue - Continuar - - - - of - Used in video parts, as in '2 of 3' - de - - - - part - This is for video parts, as in 'Cool video - part 1' - peza - - - - episode - This is for video parts, as in 'Cool series - episode 1' - episodio - - - - Sent from %1 - Enviado desde %1 - - - - Get the full version - Obter a versión completa - - - - Downloading %1 - Descargando %1 - - - - NetworkAccess - - - Network error: %1 - Produciuse un erro na rede: %1 - - - - PrettyItemDelegate - - - %1 views - %1 visualizacións - - - - %1 of %2 (%3) — %4 - %1 de %2 (%3) — %4 - - - - Preparing - Preparando - - - - Failed - Produciuse un fallo - - - - Completed - Completada - - - - Stopped - Detida - - - - Stop downloading - Deter a descarga - - - - Show in %1 - Mostrar en %1 - - - - Open parent folder - Abrir o cartafol pai - - - - Restart downloading - Reiniciar a descarga - - - - RefineSearchWidget - - - Sort by - - - - - Relevance - - - - - - Date - - - - - View Count - - - - - Rating - - - - - Anytime - - - - - Today - - - - - 7 Days - - - - - 30 Days - - - - - Duration - - - - - - All - - - - - Short - - - - - Medium - - - - - Long - - - - - Less than 4 minutes - - - - - Between 4 and 20 minutes - - - - - Longer than 20 minutes - - - - - Quality - - - - - High Definition - - - - - 720p or higher - - - - - Done - - - - - SearchLineEdit - - - Search - Buscar - - - - SearchView - - - Welcome to <a href='%1'>%2</a>, - Benvido a <a href='%1'>%2</a, - - - - Get the full version - Obter a versión completa - - - - Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" - Introduza - - - - a keyword - unha palabra clave - - - - a channel - unha canle - - - - to start watching videos. - para comezar a ver vídeos. - - - - Watch - Ver - - - - Recent keywords - Palabra clave recente - - - - Recent channels - Canles recentes - - - - Make yourself comfortable - Síntase cómodo - - - - SidebarWidget - - - Refine Search - - - - - Did you mean: %1 - - - - - Video - - - Cannot get video stream for %1 - Non é posíbel obter o fluxo de vídeo de %1 - - - - Network error: %1 for %2 - Produciuse un erro na rede: %1 por %2 - - - \ No newline at end of file diff -Nru minitube-1.9.0/locale/he_IL.ts minitube-2.0/locale/he_IL.ts --- minitube-1.9.0/locale/he_IL.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/he_IL.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! יש חיים מחוץ לדפדפן! - + Version %1 גרסה %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 הנה תכנה חופשית אך פיתוחה לוקח המון זמן יקר. - + Please <a href='%1'>donate</a> to support the continued development of %2. אנא <a href='%1'>תרמו</a> כדי לתמוך בהמשך הפיתוח של %2. - + You may want to try my other apps as well: מומלץ לנסות להשתמש בשאר היישומים שלי: - + %1, a YouTube music player %1, נגן מוזיקה מיוטיוב - + %1, a music player %1, נגן מוזיקה - + Translate %1 to your native language using %2 ניתן לתרגם את %1 לשפת אמך באמצעות %2 - + Icon designed by %1. הסמל עוצב על ידי %1. - + Released under the <a href='%1'>GNU General Public License</a> התכנה שוחררה תחת תנאי <a href='%1'>הרישיון הציבורי הכללי של GNU</a> - + &Close &סגירה - + About על אודות - + What you always wanted to know about %1 and never dared to ask מה שתמיד רצית לדעת על %1 ולא העזת לשאול - ClearButton + ActivationDialog - - Clear - מחיקה + + Enter your License Details + + + + + &Email: + + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 נא לרכוש את %1 - + This demo has expired. גרסת הדגמה זו פגה. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - הגרסה המלאה מאפשרת לך להוריד קובצי וידאו שאורכם מעל מ־%1 דקות ולצפות בקטעי וידאו ללא הפרעות. + - - This demo will expire in %1 days. - גרסת הדגמה זו תפוג בעוד %1 ימים. + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. רכישת הגרסה המלאה מהווה תמיכה בעבודה הקשה שאני משקיע ביצירת %1. - + Use Demo שימוש בהדגמה - - Get the full version - קבלת הגרסה המלאה + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + מחיקה DownloadItem - + bytes בתים - + KB ק״ב - + MB מ״ב - + bytes/sec בתים/שנייה - + KB/sec ק״ב/שנייה - + MB/sec מ״ב/שנייה - + seconds שניות - + minutes דקות - + %4 %5 remaining %4 %5 נותרו @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. זוהי רק גרסת ההדגמה של %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. באמצעות גרסה זו ניתן להוריד קטעי וידאו שאורכם אינו עולה על %1 דקות כדי שתהיה באפשרותך לבחור את אפשרות ההורדה. - + Continue המשך - + Get the full version קבלת הגרסה המלאה - + %1 downloaded in %2 - + %1 התקבל במהירות של %2 - + Download finished - + ההורדה הושלמה - + %n Download(s) הורדה אחת%n הורדות @@ -203,27 +231,27 @@ DownloadSettings - + Change location... שינוי המיקום... - + Choose the download location נא לבחור את מיקום ההורדה - + Download location changed. מיקום ההורדה השתנה. - + Current downloads will still go in the previous location. ההורדה הנוכחית עדיין תישמר במיקום הקודם. - + Downloading to: %1 מתבצעת הורדה אל: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - בהליכי חיפוש... + + Search + חיפוש - - Show %1 More - הצגת %1 נוספים + + Find videos and channels by keyword + - - No videos - אין סרטונים + + Browse + - - No more videos - אין עוד סרטונים + + Browse videos by category + + + + + Make yourself comfortable + שבו בניחותא @@ -334,411 +375,426 @@ MainWindow - + &Stop &עצירה - + Stop playback and go back to the search view עצירת הנגינה וחזרה אל תצוגת החיפוש - + S&kip &דילוג - + Skip to the next video דילוג אל הסרטון הבא - - + + &Pause ה&שהיה - - + + Pause playback השהיית הנגינה - + &Full Screen &מסך מלא - + Go full screen מעבר למסך מלא - + Hide the playlist and the toolbar הסתרת רשימת ההשמעה וסרגל הכלים - + Go to the YouTube video page and pause playback מעבר לעמוד הווידאו ב־YouTube והשהיית הנגינה. - + Copy the current video YouTube link to the clipboard העתקת הקישור אל הווידאו הנוכחי אל לוח הגזירים - + Copy the current video stream URL to the clipboard העתקת כתובת תזרים הווידאו אל לוח הגזירים - + Find other video parts hopefully in the right order חיפוש חלקים אחרים בתקווה שהם בסדר הנכון - + &Remove ה&סרה - + Remove the selected videos from the playlist הסרת הסרטונים הנבחרים מרשימת ההשמעה - + Move &Up הזזה מ&מעלה - + Move up the selected videos in the playlist הזזת הסרטונים הנבחרים במעלה רשימת ההשמעה - + Move &Down הזזה מ&טה - + Move down the selected videos in the playlist הזזת הסרטונים הנבחרים במורד רשימת ההשמעה - + Clear the search history. Cannot be undone. מחיקת היסטוריית החיפוש. לא ניתן לבטל - + &Quit י&ציאה - + Bye להתראות - + &Website &אתר האינטרנט - + %1 on the Web %1 באינטרנט - + Please support the continued development of %1 אנא תמכו בהמשך הפיתוח של %1 - + &About &על אודות - + Info about %1 מידע אודות %1 - + Search חיפוש - + Mute volume השתקת השמע - - + + &Downloads הו&רדות - + Show details about video downloads הצגת פרטים על אודות הורדות וידאו - + &Download הו&רדה - + Download the current video הורדת סרטון הווידאו הנוכחי - + Share the current video using %1 שיתוף הווידאו הנוכחי דרך %1 - + &Email &דוא״ל - + Email דוא״ל - + &Close &סגירה - + &Float on Top &ציפה מלמעלה - + &Stop After This Video ל&עצור לאחר וידאו זה - + &Report an Issue... - + &דיווח על תקלה... - + &Refine Search... + &שיפור החיפוש... + + + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one - + &Application &יישום - + Buy %1... רכישת %1... - + &Playback נ&גינה - + &Playlist &רשימת השמעה - + &Video &וידאו - + &View &צפייה - + &Share &שיתוף - + &Help &עזרה - + Press %1 to raise the volume, %2 to lower it ניתן ללחוץ על %1 כדי להגביר את עצמת השמע, %2 כדי להנמיך אותה - - + + Opening %1 %1 נפתח - + Do you want to exit %1 with a download in progress? האם ברצונך לצאת מ־%1 כאשר ישנה הורדה פעילה? - + If you close %1 now, this download will be cancelled. אם %1 ייסגר כעת, הורדה זו תבוטל. - + Close and cancel download סגירה וביטול ההורדה - + Wait for download to finish יש להמתין לסיום ההורדה - + Leave &Full Screen יציאה ממ&סך מלא - + %1 version %2 is now available. %1 בגרסה %2 זמין כעת. - + Remind me later להזכיר לי מאוחר יותר - - To get the updated version, download %1 again from the link you received via email and reinstall. - כדי לקבל את הגרסה העדכנית, יש להוריד את %1 פעם נוספת מהקישור שקיבלת בדוא״ל ולהתקין מחדש. - - - + Update עדכון - + Error: %1 שגיאה: %1 - + P&revious ה&קודם - + Go back to the previous track חזרה לרצועה הקודמת - + &Compact Mode מ&צב חסכוני - + Open the &YouTube Page פתיחת העמוד ב&יוטיוב - + Copy the YouTube &Link העתקת ה&קישור ליוטיוב - + Copy the Video Stream &URL העתקת כתובת ת&זרים הווידאו - + Find Video &Parts חיפוש ק&טעי וידאו - + &Clear Recent Searches &ניקוי החיפושים האחרונים - + Make a &Donation ה&גשת תרומה - + &Manually Start Playing התחלת נגינה י&דנית - + Manually start playing videos התחלה ידנית בנגינת קטעי הווידאו - + + Choose your content location + + + + &Play &נגינה - + Resume playback המשך הנגינה - + Remaining time: %1 הזמן הנותר: %1 - + Volume at %1% עצמת השמע היא %1% - + Volume is muted השמע מושתק - + Volume is unmuted השמע אינו מושתק - + Maximum video definition set to %1 איכות הנגינה המירבית מוגדרת ל־%1 - + Your privacy is now safe פרטיותך מוגנת כעת. - + Downloads complete ההורדות הושלמו @@ -746,238 +802,302 @@ MediaView - + You can now paste the YouTube link into another application כעת ניתן להדביק את קישור ה־YouTube שלכם ליישום אחר - + You can now paste the video stream URL into another application כעת ניתן להדביק את כתובת תזרים הווידאו ליישום אחר - + The link will be valid only for a limited time. הקישור יהיה תקף לזמן מוגבל בלבד. - + This is just the demo version of %1. זוהי רק גרסת ההדגמה של %1. - + It allows you to test the application and see if it works for you. גרסה זו מאפשרת לך לבחון את היישום ולראות האם הוא מתאים לצרכיך. - + Continue המשך - + of Used in video parts, as in '2 of 3' מתוך - + part This is for video parts, as in 'Cool video - part 1' חלק - + episode This is for video parts, as in 'Cool series - episode 1' פרק - + Sent from %1 נשלח דרך %1 - + Get the full version קבלת הגרסה המלאה - + Downloading %1 %1 מתקבל - NetworkAccess + MessageWidget - - Network error: %1 - שגיאת רשת: %1 + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + + + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + - PrettyItemDelegate + PasteLineEdit - + + Paste + + + + + PlaylistItemDelegate + + %1 views %1 צפיות - + %1 of %2 (%3) — %4 - %1 מתוך %2 (%3) — %4 + - + Preparing - בהכנה + - + Failed - כשל + - + Completed - הושלם + - + Stopped - נעצר + - + Stop downloading - עצירת ההורדה + - + Show in %1 - הצגה ב%1 + - + Open parent folder - פתיחת תיקיית ההורה + - + Restart downloading - הפעלת ההורדה מחדש + + + + + PlaylistModel + + + Searching... + בהליכי חיפוש... + + + + Show %1 More + הצגת %1 נוספים + + + + No videos + אין סרטונים + + + + No more videos + אין עוד סרטונים RefineSearchWidget - + Sort by - + סידור לפי - + Relevance - + רלוונטיות - - + + Date - + תאריך - + View Count - + מונה צפיות - + Rating - + דירוג - + Anytime - + בכל זמן שהוא - + Today - + היום - + 7 Days - + 7 ימים - + 30 Days - + 30 ימים - + Duration - + משך - - + + All - + הכול - + Short - + קצר - + Medium - + בינוני - + Long - + ארוך - + Less than 4 minutes - + פחות מ־4 דקות - + Between 4 and 20 minutes - + בין 4 ל־20 דקות - + Longer than 20 minutes - + למעלה מ־20 דקות - + Quality - + איכות - + High Definition - + אבחנה גבוהה (HD) - + 720p or higher - + 720p ומעלה - + Done - + הסתיים + + + + RegionsView + + + Done + הסתיים @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, ברוך בואך אל <a href='%1'>%2</a>, - + Get the full version קבלת הגרסה המלאה - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" הזנה - + a keyword מילת מפתח - + a channel ערוץ - + to start watching videos. כדי להתחיל לצפות בסרטונים. - + Watch צפייה - + Recent keywords מילות מפתח אחרונות - + Recent channels ערוצים אחרונים + + + SidebarHeader + + + + &Back + + - - Make yourself comfortable - שבו בניחותא + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search - + שיפור החיפוש - + Did you mean: %1 + האם כוונתך הייתה: %1 + + + + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated Video - + Cannot get video stream for %1 לא ניתן לקבל את תזרים הווידאו עבור %1 - + Network error: %1 for %2 שגיאת רשת: %1 עבור %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/hr.ts minitube-2.0/locale/hr.ts --- minitube-1.9.0/locale/hr.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/hr.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Život postoji i van browsera! - + Version %1 Verzija %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 je besplatan program ali njegov razvoj zahtjeva dragocjeno vrijeme. - + Please <a href='%1'>donate</a> to support the continued development of %2. Vaša <a href='%1'>donacija</a> će pomoći daljnjem razvoju %2. - + You may want to try my other apps as well: Možete isprobati i moje ostale aplikacije: - + %1, a YouTube music player %1, player glazbe sa YouTube - + %1, a music player %1, za reprodukciju glazbe - + Translate %1 to your native language using %2 Prevedite %1 na svoj jezik koristeći %2 - + Icon designed by %1. Dizajn ikone %1. - + Released under the <a href='%1'>GNU General Public License</a> Izdano pod <a href='%1'>GNU General Public License</a> - + &Close &Zatvori - + About O programu - + What you always wanted to know about %1 and never dared to ask Sve što ste željeli znati o %1 a niste se usudili pitati - ClearButton + ActivationDialog - - Clear - Obriši + + Enter your License Details + + + + + &Email: + + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 Molimo registrirajte %1 - + This demo has expired. Vaša demo verzija je istekla. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Puna verzija vam dozvoljava da skidate video duži od %1 minuta i da gledate video bez prekida. + - - This demo will expire in %1 days. - Ova demo verzija će isteći za %1 dana. + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. Kupnjom pune verzije podržati ćete i težak rad uložen u izradu %1. - + Use Demo Koristi demo verziju. - - Get the full version - Preuzmi punu verziju + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + Obriši DownloadItem - + bytes bajtova - + KB KB - + MB MB - + bytes/sec bajtova/sec - + KB/sec KB/sec - + MB/sec MB/sec - + seconds sekundi - + minutes minuta - + %4 %5 remaining %4 %5 preostalo @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Ovo je samo demo verzija %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Može preuzeti samo video kraći od %1 minuta tako da možete testirati mogućnost preuzimanja. - + Continue Nastavi - + Get the full version Preuzmi punu verziju - + %1 downloaded in %2 %1 preuzet u %2 - + Download finished Preuzimanje završeno - + %n Download(s) %n preuzimanje%n preuzimanja%n preuzimanja @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Promijeni odredište preuzimanja... - + Choose the download location Odaberi odredište preuzimanja - + Download location changed. Odredište preuzimanja promijenjeno. - + Current downloads will still go in the previous location. Trenutna preuzimanja će i dalje ići u prethodno odredište. - + Downloading to: %1 Preuzimam u: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Pretraga... + + Search + Traži - - Show %1 More - Prikaži još %1 + + Find videos and channels by keyword + - - No videos - Nema videa + + Browse + - - No more videos - Nema više videa + + Browse videos by category + + + + + Make yourself comfortable + @@ -334,411 +375,426 @@ MainWindow - + &Stop &Stop - + Stop playback and go back to the search view Stani i vrati se na pretraživanje - + S&kip &Preskoči - + Skip to the next video Preskoči na slijedeći video - - + + &Pause &Pauza - - + + Pause playback Pauziraj - + &Full Screen &Cijeli ekran - + Go full screen Prikaži preko cijelog ekrana - + Hide the playlist and the toolbar Sakrij play listu i alatnu traku - + Go to the YouTube video page and pause playback Idi na Youtube stranicu sa videom i pauziraj - + Copy the current video YouTube link to the clipboard Kopiraj YouTube link trenutnog videa u clipboard - + Copy the current video stream URL to the clipboard Kopiraj &URL trenutnog video streama u clipboard - + Find other video parts hopefully in the right order Nađi ostale dijelove videa, vjerojatno u pravom rasporedu - + &Remove &Ukloni - + Remove the selected videos from the playlist Ukloni odabrane video clipove iz play liste - + Move &Up Pomakni &gore - + Move up the selected videos in the playlist Pomakni gore slektirane video clipove u play listi - + Move &Down Pomakni &dolje - + Move down the selected videos in the playlist Pomakni dolje slektirane video clipove u play listi - + Clear the search history. Cannot be undone. Očisti povijest pretraga. Ne može se vratiti. - + &Quit &Kraj - + Bye Doviđenja - + &Website &Web stranice - + %1 on the Web %1 na webu - + Please support the continued development of %1 Molim Vas da podržite daljnji razvoj %1 - + &About &O programu - + Info about %1 Informacije o %1 - + Search Traži - + Mute volume Utišaj zvuk - - + + &Downloads &Preuzimanja - + Show details about video downloads Pokaži informacije o preuzimanjima videa - + &Download &Preuzimanje - + Download the current video Preuzmi trenutni video - + Share the current video using %1 Podijeli trenutni video koristeći %1 - + &Email &Email - + Email Email - + &Close &Zatvori - + &Float on Top &Budi na vrhu - + &Stop After This Video &Stani nakon ovog videa - + &Report an Issue... &Prijavi problem - + &Refine Search... &Suzi pretragu - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Program - + Buy %1... Kupi %1 - + &Playback &Sviraj - + &Playlist &Play lista - + &Video &Video - + &View &Pogled - + &Share &Podijeli - + &Help &Pomoć - + Press %1 to raise the volume, %2 to lower it Pritisnite %1 za glasnije, %2 za tiše - - + + Opening %1 Otvaram %1 - + Do you want to exit %1 with a download in progress? Da li stvarno želite napustiti %1 dok traje preuzimanje? - + If you close %1 now, this download will be cancelled. Ako sada zatvorite %1, preuzimanje će biti poništeno. - + Close and cancel download Zatvori i poništi preuzimanje - + Wait for download to finish Pričekaj da završi preuzimanje - + Leave &Full Screen Izađi iz &Cijelog ekrana - + %1 version %2 is now available. %1 verzija %2 je dostupna. - + Remind me later Podsjeti me kasnije - - To get the updated version, download %1 again from the link you received via email and reinstall. - Da bi skinuli nadogradnju, preuzmite %1 sa linka koji ste dobili e-mailom i reinstalirajte ga. - - - + Update Unaprijedi - + Error: %1 Greška: %1 - + P&revious P&rethodni - + Go back to the previous track Idi nazad na prethodnu pjesmu - + &Compact Mode &Kompaktni mod - + Open the &YouTube Page Otvori &YouTube stranicu - + Copy the YouTube &Link Kopiraj YouTube &link - + Copy the Video Stream &URL Kopiraj &URL video streama - + Find Video &Parts Nađi &dijelove videa - + &Clear Recent Searches &Izbriši nedavne pretrage - + Make a &Donation Izvrši &donaciju - + &Manually Start Playing &Ručno pokreni reprodukciju - + Manually start playing videos Ručno pokreni reprodukciju videa - + + Choose your content location + + + + &Play &Sviraj - + Resume playback &Nastavi sviranje - + Remaining time: %1 Preostalo vrijeme: %1 - + Volume at %1% Glasnoća na %1% - + Volume is muted Zvuk je ugašen - + Volume is unmuted Zvuk je upaljen - + Maximum video definition set to %1 Maksimalna video rezolucija postavljena na %1 - + Your privacy is now safe Vaša privatnost je sada sigurna - + Downloads complete Preuzimanja završena @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application Sada možete zalijepiti Youtube link u neki drugi program - + You can now paste the video stream URL into another application Sada možete zalijepiti link video streama u neki drugi program - + The link will be valid only for a limited time. Link će biti valjan samo ograničeno vrijeme. - + This is just the demo version of %1. Ovo je samo demo verzija %1. - + It allows you to test the application and see if it works for you. Omogućava Vam da testirate program i vidite da li Vam odgovara. - + Continue Nastavi - + of Used in video parts, as in '2 of 3' od - + part This is for video parts, as in 'Cool video - part 1' dio - + episode This is for video parts, as in 'Cool series - episode 1' epizoda - + Sent from %1 Poslano sa %1 - + Get the full version Preuzmi punu verziju - + Downloading %1 Preuzimam %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + - - Network error: %1 - Greška mreže: %1 + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + + + + + PasteLineEdit + + + Paste + - PrettyItemDelegate + PlaylistItemDelegate - + %1 views %1 pregleda - + %1 of %2 (%3) — %4 - %1 od %2 (%3) — %4 + - + Preparing - Pripremam + - + Failed - Nije uspjelo + - + Completed - Završeno + - + Stopped - Zaustavljeno + - + Stop downloading - Zaustavi preuzimanje + - + Show in %1 - Pokaži u %1 + - + Open parent folder - Otvori mapu iznad + - + Restart downloading - Ponovo pokreni preuzimanje + + + + + PlaylistModel + + + Searching... + Pretražujem... + + + + Show %1 More + + + + + No videos + Nema videa + + + + No more videos + Nema više videa RefineSearchWidget - + Sort by Sortiraj po - + Relevance Važnost - - + + Date Datum - + View Count Broj pregleda - + Rating Ocjena - + Anytime Bilo kada - + Today Danas - + 7 Days 7 dana - + 30 Days 30 dana - + Duration Trajanje - - + + All Sve - + Short Kratko - + Medium Srednje - + Long Dugo - + Less than 4 minutes Kraće od 4 minute - + Between 4 and 20 minutes Između 4 i 20 minuta - + Longer than 20 minutes Duže od 20 minuta - + Quality Kvaliteta - + High Definition Visoka razlučivost - + 720p or higher 720p ili više - + Done Gotovo + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Dobrodošli u <a href='%1'>%2</a>, - + Get the full version Preuzmi punu verziju - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Unesi - + a keyword ključna riječ - + a channel kanal - + to start watching videos. da počnete gledati video. - + Watch Gledaj - + Recent keywords Nedavne ključne riječi - + Recent channels Nedavni kanali + + + SidebarHeader - - Make yourself comfortable - Udobno se smjestite + + + &Back + &Nazad + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Suzi pretragu - + Did you mean: %1 Dali ste mislili: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 Ne mogu naći video stream za %1 - + Network error: %1 for %2 Greška mreže: %1 za %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/hu.ts minitube-2.0/locale/hu.ts --- minitube-1.9.0/locale/hu.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/hu.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Van élet a böngészőn kívül. - + Version %1 Verzió: %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. A %1 szabad szoftver, de a fejlesztése értékes időt emészt fel. - + Please <a href='%1'>donate</a> to support the continued development of %2. <a href='%1'>Adakozással</a> támogassa a %2 program folyamatos fejlesztését. - + You may want to try my other apps as well: Ki szeretne próbálni más alkalmazást is? - + %1, a YouTube music player %1, a YouTube zenelejátszó - + %1, a music player %1, zenelejátszó - + Translate %1 to your native language using %2 Fordítsa le a %1 programot az anyanyelvére a következővel: %2 - + Icon designed by %1. Ikon tervezője: %1 - + Released under the <a href='%1'>GNU General Public License</a> A <a href='%1'>GNU General Public licenccel</a> megjelentetve - + &Close &Bezárás - + About Névjegy - + What you always wanted to know about %1 and never dared to ask Amit tudni szeretett volna a %1 programról, de sosem merte megkérdezni - ClearButton + ActivationDialog - - Clear - Törlés + + Enter your License Details + + + + + &Email: + &Email: + + + + &Code: + &Kód - DemoStartupView + ActivationView - + Please license %1 Szerezzen licencet a %1 programhoz - + This demo has expired. A demó változat lejárt. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. A teljes verzió lehetőséget nyújt %1 percnél hosszabb videók letöltésére és a videók megszakítás nélküli lejátszására. - - This demo will expire in %1 days. - A demó változat %1 nap múlva lejár. + + Without a license, the application will expire in %1 days. + Licenc nélkül, a program %1 nap múlva lejár. - + By purchasing the full version, you will also support the hard work I put into creating %1. A teljes verzió megvásárlásával a %1 programba fektetett munkámat is támogatja. - + Use Demo Demó használata - - Get the full version - Teljes verzió beszerzése + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + Törlés DownloadItem - + bytes bájt - + KB KB - + MB MB - + bytes/sec bájt/mp - + KB/sec KB/mp - + MB/sec MB/mp - + seconds másodperc - + minutes perc - + %4 %5 remaining Hátralévő idő: %4 %5 @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Ez csak a demó verziója a %1 programnak. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Csak %1 percnél rövidebb videók tölthetők le vele a letöltési funkciók teszteléséhez. - + Continue Folytatás - + Get the full version Teljes verzió beszerzése - + %1 downloaded in %2 - + Download finished Letöltés befejezve - + %n Download(s) @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Hely módosítása... - + Choose the download location Letöltés helyének kiválasztása - + Download location changed. A letöltés helye megváltozott. - + Current downloads will still go in the previous location. A folyamatban lévő letöltések még a régebbi helyre kerülnek. - + Downloading to: %1 Letöltés ide: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Frissítés letöltése... + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Keresés... + + Search + Keresés - - Show %1 More - További %1 elem megjelenítése + + Find videos and channels by keyword + - - No videos - Nem található videó + + Browse + Keresés - - No more videos - Nem található több videó + + Browse videos by category + Videók keresése kategória szerint + + + + Make yourself comfortable + Helyezze kényelembe magát @@ -334,411 +375,426 @@ MainWindow - + &Stop &Leállítás - + Stop playback and go back to the search view Lejátszás befejezése és visszatérés a keresés nézetre - + S&kip U&grás - + Skip to the next video Ugrás a következő videóra - - + + &Pause &Megállítás - - + + Pause playback Lejátszás megállítása - + &Full Screen &Teljes képernyő - + Go full screen Teljes képernyőre váltás - + Hide the playlist and the toolbar Lejátszási lista és eszközsor elrejtése - + Go to the YouTube video page and pause playback Ugrás a YouTube videó oldalára és a lejátszás megállítása - + Copy the current video YouTube link to the clipboard Az aktuális videó Youtube &hivatkozásának másolása a vágólapra - + Copy the current video stream URL to the clipboard Az aktuális videó adatfolyam URL címének másolása a vágólapra - + Find other video parts hopefully in the right order További videórészletek keresése remélhetőleg helyes sorrendben - + &Remove &Eltávolítás - + Remove the selected videos from the playlist Kijelölt videók eltávolítása a lejátszási listáról - + Move &Up Mozgatás &felfelé - + Move up the selected videos in the playlist Kijelölt videók mozgatása felfelé a lejátszási listában - + Move &Down Mozgatás &lefelé - + Move down the selected videos in the playlist Kijelölt videók mozgatása lefelé a lejátszási listában - + Clear the search history. Cannot be undone. Keresési előzmények törlése. Nem vonható vissza. - + &Quit &Kilépés - + Bye Viszlát - + &Website &Webhely - + %1 on the Web %1 a weben - + Please support the continued development of %1 Támogassa a %1 program folyamatos fejlesztését - + &About &Névjegy - + Info about %1 Információ a %1 programról - + Search Keresés - + Mute volume Hangerő némítása - - + + &Downloads &Letöltések - + Show details about video downloads A videóletöltések részleteinek megjelenítése - + &Download &Letöltés - + Download the current video Aktuális videó letöltése - + Share the current video using %1 Aktuális videó megosztása a következővel: %1 - + &Email &Email - + Email Email - + &Close &Bezárás - + &Float on Top &Többi ablak fölött - + &Stop After This Video &Videó után leállítás - + &Report an Issue... &Hiba bejelentése - + &Refine Search... &Keresés pontosítása - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Alkalmazás - + Buy %1... %1 megvásárlása... - + &Playback &Lejátszás - + &Playlist &Lejátszási lista - + &Video &Videó - + &View &Megtekintés - + &Share &Megosztás - + &Help &Súgó - + Press %1 to raise the volume, %2 to lower it Hangerő növelése: %1, hangerő csökkentése: %2 - - + + Opening %1 %1 megnyitása - + Do you want to exit %1 with a download in progress? Szeretne kilépni a %1 programból letöltés közben? - + If you close %1 now, this download will be cancelled. Ha bezárja a %1 programot, a letöltés megszakad. - + Close and cancel download Bezárás és letöltés megszakítása - + Wait for download to finish A letöltés befejeződésének megvárása - + Leave &Full Screen Kilépés a &teljes képernyős módból - + %1 version %2 is now available. A %1 program %2 verziója elérhető. - + Remind me later Figyelmeztetés később - - To get the updated version, download %1 again from the link you received via email and reinstall. - A frissebb verzió beszerzéséhez töltse le újból a %1 programot az e-mailben lévő hivatkozáson keresztül, és telepítse újra a programot. - - - + Update Frissítés - + Error: %1 Hiba: %1 - + P&revious &Előző - + Go back to the previous track Ugrás az előző számra - + &Compact Mode &Kompaktmód - + Open the &YouTube Page &YouTube oldal megnyitása - + Copy the YouTube &Link YouTube &hivatkozás másolása - + Copy the Video Stream &URL &Videó-URL másolása - + Find Video &Parts További videó&részletek keresése - + &Clear Recent Searches &Legutóbbi keresések törlése - + Make a &Donation &Támogasd - + &Manually Start Playing &Manuális lejátszás - + Manually start playing videos Videók lejátszása manuális indítással - + + Choose your content location + + + + &Play &Lejátszás - + Resume playback Lejátszás folytatása - + Remaining time: %1 Hátralévő idő: %1 - + Volume at %1% Hangerő: %1% - + Volume is muted Hangerő némítva - + Volume is unmuted Hangerő némítása feloldva - + Maximum video definition set to %1 Videók maximális felbontásának beállítása: %1 - + Your privacy is now safe A személyes adatok most már biztonságban vannak - + Downloads complete A letöltések befejeződtek @@ -746,236 +802,300 @@ MediaView - + You can now paste the YouTube link into another application A YouTube hivatkozás most már beilleszthető egy másik alkalmazásba - + You can now paste the video stream URL into another application Most már beillesztheti a videó adatfolyam URL címét egy másik alkalmazásba - + The link will be valid only for a limited time. A hivatkozás csak korlátozott ideig lesz érvényben. - + This is just the demo version of %1. Ez csak a demó verziója a %1 programnak. - + It allows you to test the application and see if it works for you. Kipróbálhatja az alkalmazást, hogy megfelel-e az igényeinek. - + Continue Folytatás - + of Used in video parts, as in '2 of 3' - - + part This is for video parts, as in 'Cool video - part 1' rész - + episode This is for video parts, as in 'Cool series - episode 1' epizód - + Sent from %1 A %1 programból küldve - + Get the full version Teljes verzió beszerzése - + Downloading %1 Letöltés: %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + A %1 program %2 verziója elérhető. Neked %3 van. + + + + Would you like to download it now? + Szeretné letölteni most? + + + + Skip This Version + + + + + Remind Me Later + Emlékeztessen később + + + + Install Update + Frissítés telepitése + + + + PasteLineEdit - - Network error: %1 - Hálózati hiba: %1 + + Paste + Beillesztés - PrettyItemDelegate + PlaylistItemDelegate - + %1 views - %1 megtekintés + %1 néző - + %1 of %2 (%3) — %4 %1 %2 közül (%3) — %4 - + Preparing Előkészítés - + Failed Hiba - + Completed Sikeres befejezés - + Stopped Leállítva - + Stop downloading - Letöltés leállítása + Letöltés leállítása - + Show in %1 Megjelenítés a következőben: %1 - + Open parent folder - Szülő mappa megnyitása + - + Restart downloading - Letöltés újraindítása + Letöltés újraindítása + + + + PlaylistModel + + + Searching... + Keresés... + + + + Show %1 More + + + + + No videos + Nincsenek videók + + + + No more videos + Nincs több videó RefineSearchWidget - + Sort by Rendezés - + Relevance Relevancia - - + + Date Dátum - + View Count Megtekintések száma - + Rating Értékelés - + Anytime Bármikor - + Today Ma - + 7 Days 7 napja - + 30 Days 30 napja - + Duration Időtartam - - + + All Összes - + Short Rövid - + Medium Közepes - + Long Hosszú - + Less than 4 minutes Rövidebb, mint 4 perc - + Between 4 and 20 minutes 4 perc és 20 perc között - + Longer than 20 minutes Hosszabb, mint 20 perc - + Quality Minőség - + High Definition Nagyfelbontású - + 720p or higher 720p vagy nagyobb - + + Done + Kész + + + + RegionsView + + Done Kész @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Üdvözli a <a href='%1'>%2</a> program, - + Get the full version Teljes verzió beszerzése - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Írjon be - + a keyword egy kulcsszót - + a channel egy csatornát - + to start watching videos. a videók megtekintéséhez. - + Watch Megtekintés - + Recent keywords Legutóbbi kulcsszavak - + Recent channels Legutóbbi csatornák + + + SidebarHeader - - Make yourself comfortable - Helyezze kényelembe magát + + + &Back + &Vissza + + + + Forward to %1 + Tovább a %1-re + + + + Back to %1 + Vissza a %1-re SidebarWidget - + Refine Search Keresés finomítása - + Did you mean: %1 Így értette: %1? + StandardFeedsView + + + Most Popular + Legnépszerübb + + + + Featured + Kiemelt + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 Nem található videó adatfolyam a következőhöz: %1 - + Network error: %1 for %2 Hálózati hiba: %1 a következőhöz: %2 + + YTRegions + + + Algeria + Algéria + + + + Argentina + Argentína + + + + Australia + Ausztrália + + + + Belgium + Belgium + + + + Brazil + Brazília + + + + Canada + Kanada + + + + Chile + Chile + + + + Colombia + Kolumbia + + + + Czech Republic + Cseh Köztársaság + + + + Egypt + Egyiptom + + + + France + Franciaország + + + + Germany + Németország + + + + Ghana + Ghána + + + + Greece + Görögország + + + + Hong Kong + Hong Kong + + + + Hungary + Magyarország + + + + India + India + + + + Indonesia + Indonézia + + + + Ireland + Írország + + + + Israel + Izrael + + + + Italy + Olaszország + + + + Japan + Japán + + + + Jordan + Jordánia + + + + Kenya + Kenya + + + + Malaysia + Malájzia + + + + Mexico + Mexikó + + + + Morocco + Marokkó + + + + Netherlands + Hollandia + + + + New Zealand + Új Zéland + + + + Nigeria + Nigéria + + + + Peru + Peru + + + + Philippines + Fülöp-szigetek + + + + Poland + Lengyelország + + + + Russia + Oroszország + + + + Saudi Arabia + Szaúd-Arábia + + + + Singapore + Szingapúr + + + + South Africa + Dél Afrika + + + + South Korea + Dél Korea + + + + Spain + Spanyolország + + + + Sweden + Svédország + + + + Taiwan + Tajvan + + + + Tunisia + Tunézia + + + + Turkey + Törökország + + + + Uganda + Uganda + + + + United Arab Emirates + Egyesült Arab Emirségek + + + + United Kingdom + Nagy Britannia + + + + Yemen + Jemen + + + + Worldwide + Világszerte + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/ia.ts minitube-2.0/locale/ia.ts --- minitube-1.9.0/locale/ia.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/ia.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Il ha vita foras del navigator! - + Version %1 Version %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 es software libere ma su developpamento require un tempore preciose. - + Please <a href='%1'>donate</a> to support the continued development of %2. <a href='%1'>Dona</a>, per favor, pro supportar le developpamento continue de %2. - + You may want to try my other apps as well: Tu pote tamben voler essayar mi altere applicationes - + %1, a YouTube music player %1, un reproductor de musica de YouTube - + %1, a music player %1, un sonator de musica - + Translate %1 to your native language using %2 Traduce %1 in tu lingua materne per usar %2 - + Icon designed by %1. Icone designate per %1. - + Released under the <a href='%1'>GNU General Public License</a> Liberate sub le <a href='%1'>GNU General Public License</a> - + &Close &Clauder - + About Super - + What you always wanted to know about %1 and never dared to ask Lo que tu sempre ha volite saper super %1 e nunquam osava demandar lo - ClearButton + ActivationDialog - - Clear - Mundar + + Enter your License Details + + + + + &Email: + &E-posta + + + + &Code: + &Codice - DemoStartupView + ActivationView - + Please license %1 - Licentia %1, per favor + Per favor, licentia %1 - + This demo has expired. Iste demo ha expirate - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Le version complete permitte que tu discarga videos de un duration plus de %1 minutas e vider videos sin interruptiones. + - - This demo will expire in %1 days. - Iste demo expirara in %1 dies. + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. Al comprar le version complete, tu va supportar tamben le dur labor que io habeva pro crear %1. - + Use Demo - Usar demo + Usar Demo - - Get the full version - Procura le version complete + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + Mundar DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/sec - + KB/sec KB/sec - + MB/sec MB/sec - + seconds secundas - + minutes minutas - + %4 %5 remaining %4 %5 restante @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Iste es solmente le version demo de %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Il solmente es possibile discargar videos plus curte que %1 minutas pro que assi tu pote testar le functionalitate de discarga. - + Continue Continuar - + Get the full version Obtener le version complete - + %1 downloaded in %2 - + %1 discargate in %2 - + Download finished Discarga terminate - + %n Download(s) %n discarga(s)%n discarga(s) @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Cambia le localisation... - + Choose the download location Selige le localisation de discarga - + Download location changed. Le localisation de discarga esseva cambiate. - + Current downloads will still go in the previous location. Le discargas actual va ancora al previe localisation. - + Downloading to: %1 A discargar a: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - A cercar... + + Search + Cercar - - Show %1 More - Monstrar %1 plus + + Find videos and channels by keyword + - - No videos - Il ha nulle videos + + Browse + - - No more videos - Il non ha plus de videos + + Browse videos by category + + + + + Make yourself comfortable + @@ -334,411 +375,426 @@ MainWindow - + &Stop &Stop - + Stop playback and go back to the search view Stoppar le reproduction e vader retro al vista de cercas - + S&kip S&altar - + Skip to the next video Saltar al proxime video - - + + &Pause &Pausa - - + + Pause playback Pausar le reproduction - + &Full Screen &Schermo plen - + Go full screen Vader a schermo plen - + Hide the playlist and the toolbar Celar le lista de reproduction e le barra de utensiles - + Go to the YouTube video page and pause playback Vader al pagina de videos de YouTube e pausa le reproduction - + Copy the current video YouTube link to the clipboard Copiar le actual &ligamine de video YouTube al area de transferentia - + Copy the current video stream URL to the clipboard Copiar le currente URL de fluxo de video al area de transferentia - + Find other video parts hopefully in the right order - + &Remove &Remover - + Remove the selected videos from the playlist Remover le videos seligite del lista de reproduction - + Move &Up Mover in &alto - + Move up the selected videos in the playlist Mover le videos seligite del lista de reproduction in alto - + Move &Down Mover a &basso - + Move down the selected videos in the playlist Mover le videos seligite del lista de reproduction a basso - + Clear the search history. Cannot be undone. Mundar le historia de recerca. Isto non pote ser disfacite. - + &Quit &Quitar - + Bye Adeo - + &Website Sito &web - + %1 on the Web %1 in le web - + Please support the continued development of %1 Supporta le developpamento continue de %1, per favor - + &About &Super - + Info about %1 Info super %1 - + Search Cercar - + Mute volume Sin sono - - + + &Downloads &Discargas - + Show details about video downloads Monstrar detalios super le discargas de videos - + &Download &Discarga - + Download the current video Discarga le video actual - + Share the current video using %1 Compartir le video currente usante %1 - + &Email &E-posta - + Email E-posta - + &Close &Clauder - + &Float on Top - + &Flottar in alto - + &Stop After This Video &Stoppar depost de iste video - + &Report an Issue... - + &Reportar un problema... - + &Refine Search... + &Affinar le cerca... + + + + More... + Plus... + + + + &Related Videos + + + + + Watch videos related to the current one - + &Application &Application - + Buy %1... Comprar %1... - + &Playback &Reproduction - + &Playlist Lista de re&production - + &Video &Video - + &View &Vider - + &Share &Compartir - + &Help &Adjuta - + Press %1 to raise the volume, %2 to lower it Preme %1 pro augmentar le sono, %2 pro bassar lo - - + + Opening %1 A aperir %1 - + Do you want to exit %1 with a download in progress? Esque tu vole sortir de %1 con un discarga in progresso? - + If you close %1 now, this download will be cancelled. Si tu claude %1 ora, le discarga essera cancellate. - + Close and cancel download Claude e cancella le discarga - + Wait for download to finish Attende que le discarga fini - + Leave &Full Screen Quita le &schermo plen - + %1 version %2 is now available. %1 version %2 es ora disponibile. - + Remind me later Rememora me plus tarde - - To get the updated version, download %1 again from the link you received via email and reinstall. - Pro obtener le version actualisate, discarga novemente %1 ab le ligamine que tu recipeva per e-posta e reinstalla lo. - - - + Update Actualisar - + Error: %1 Error: %1 - + P&revious P&revie - + Go back to the previous track Retroceder al tracia previe - + &Compact Mode &Modo compacte - + Open the &YouTube Page Aperir le pagina de &YouTube - + Copy the YouTube &Link Copiar le &ligamine de YouTube - + Copy the Video Stream &URL Copiar le &URL de fluxo de video - + Find Video &Parts Cercar &partes de video - + &Clear Recent Searches &Mundar le recercas recente - + Make a &Donation Face un &donation - + &Manually Start Playing Initiar le reproduction &manualmente - + Manually start playing videos Initiar manualmente le reproduction de videos - + + Choose your content location + Selige le loco de contento + + + &Play Re&producer - + Resume playback Resumer reproduction - + Remaining time: %1 Tempore restante: %1 - + Volume at %1% Volumine a %1% - + Volume is muted Sin sono - + Volume is unmuted Con sono - + Maximum video definition set to %1 Definition maxime de video: %1 - + Your privacy is now safe Ora tu intimitate es secur - + Downloads complete Discargas complete @@ -746,238 +802,302 @@ MediaView - + You can now paste the YouTube link into another application Ora tu pote collar le ligamine de YouTube in un in altere application - + You can now paste the video stream URL into another application Ora tu pote collar le URL de fluxo de video in un altere application - + The link will be valid only for a limited time. Le ligamine essera valide solmente durante un tempore limitate. - + This is just the demo version of %1. Isto es solmente le version demo de %1. - + It allows you to test the application and see if it works for you. Isto permitte testar le application e vider si illo functiona. - + Continue Continuar - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' - + parte - + episode This is for video parts, as in 'Cool series - episode 1' - + episodio - + Sent from %1 Inviate ab %1 - + Get the full version Procura le version complete - + Downloading %1 A discargar %1 - NetworkAccess + MessageWidget - - Network error: %1 - Error de rete: %1 + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + %1 %2 ora es disponibile. Tu ha %3. + + + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + Rememora me plus tarde + + + + Install Update + Installar actualisation - PrettyItemDelegate + PasteLineEdit - + + Paste + + + + + PlaylistItemDelegate + + %1 views %1 visualisationes - + %1 of %2 (%3) — %4 - %1 de %2 (%3) — %4 + - + Preparing - A preparar + - + Failed Fallite - + Completed - Complete + - + Stopped - Stoppate + - + Stop downloading Stoppar le discarga - + Show in %1 Monstrar in %1 - + Open parent folder - + Restart downloading Recomenciar le discarga + PlaylistModel + + + Searching... + A cercar... + + + + Show %1 More + Monstrar %1 plus + + + + No videos + Nulle video + + + + No more videos + In non ha plus de videos + + + RefineSearchWidget - + Sort by - + Ordinar per - + Relevance - - + + Date Data - + View Count - + Vider le contator - + Rating - + Anytime - + Today Hodie - + 7 Days 7 dies - + 30 Days 30 dies - + Duration Duration - - + + All Omne - + Short - + Curte - + Medium - + Medie - + Long Longe - + Less than 4 minutes - + Minus de 4 minutas - + Between 4 and 20 minutes - + Inter 4 e 20 minutas - + Longer than 20 minutes - + Plus de 20 minutas - + Quality Qualitate - + High Definition - + Alte definition - + 720p or higher - + 720p o plus - + Done - + Facite + + + + RegionsView + + + Done + Facite @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Benvenite a <a href='%1'>%2</a>, - + Get the full version Procura le version complete - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Scriber - + a keyword una parola clave - + a channel un canal - + to start watching videos. pro comenciar a reguardar le videos. - + Watch Reguardar - + Recent keywords Parolas-clave recente - + Recent channels Canales recente + + + SidebarHeader + + + + &Back + &Retro + - - Make yourself comfortable - Face te ipse confortabile + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search - + Affinar le cerca - + Did you mean: %1 + Tu voleva dicer: %1 + + + + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + Le plus compartite + + + + Most Discussed + Le plus discutite + + + + Top Rated Video - + Cannot get video stream for %1 Le fluxo de video pro %1 non pote ser obtenite - + Network error: %1 for %2 Error de rete: %1 pro %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + Tote le mundo + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/id.ts minitube-2.0/locale/id.ts --- minitube-1.9.0/locale/id.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/id.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,1071 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - Hidup diluarnya browser! - - - - Version %1 - Version %1 - - - - %1 is Free Software but its development takes precious time. - %1 is Free Software but its development takes precious time. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - Silahkan <a href='%1'>donate</a> untuk mendukung kelanjutan pangembangannya dari %2. - - - - You may want to try my other apps as well: - Anda mungkin ingin untuk mencoba aplikasiku yang lainnya: - - - - %1, a YouTube music player - %1, suatu pemutar musik YouTube - - - - %1, a music player - %1, suatu pemutar musik - - - - Translate %1 to your native language using %2 - Terjemahkan %1 ke bahasa aslimu gunakan %2 - - - - Icon designed by %1. - Desain ikon oleh %1. - - - - Released under the <a href='%1'>GNU General Public License</a> - Dirilis dibawah the <a href='%1'>GNU General Public License</a> - - - - &Close - &Tutup - - - - About - Tentang - - - - What you always wanted to know about %1 and never dared to ask - Apa kamu selalu ingin untuk mengetahui tentangnya %1 dan tidak pernah berani untuk bertanya - - - - ClearButton - - - Clear - Bersih - - - - DemoStartupView - - - Please license %1 - Silahkan dilisensi %1 - - - - This demo has expired. - Demo ini telah habis masa berlakunya. - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Versi lengkap memperbolehkan Anda untuk men-download video lebih dari %1 menit dan untuk menonton video tanpa disela. - - - - This demo will expire in %1 days. - Demo ini akan habis masa berlakunya dalam waktu %1 hari. - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - Dengan membeli versi penuh, Anda juga akan didukung kerja keras Saya letakkan ke dalam kreasi %1. - - - - Use Demo - Gunakan Demo - - - - Get the full version - Dapatkan versi penuh - - - - DownloadItem - - - bytes - bit - - - - KB - KB - - - - MB - MB - - - - bytes/sec - bit/dtk - - - - KB/sec - KB/detik - - - - MB/sec - MB/sec - - - - seconds - detik - - - - minutes - menit - - - - %4 %5 remaining - %4 %5 sisanya - - - - DownloadManager - - - This is just the demo version of %1. - Ini adalah hanya versi demo dari %1. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - Itu bisanya hanya download video yang pendek daripada %1 menit sehingga kamu bisa menguji fungsinya downloadnya. - - - - Continue - Teruskan - - - - Get the full version - Dapatkan versi komplitnya - - - - %1 downloaded in %2 - - - - - Download finished - - - - - %n Download(s) - %n Mendownload(s) - - - - DownloadSettings - - - Change location... - Ganti lokasi... - - - - Choose the download location - Pilihlah lokasi unduhan - - - - Download location changed. - Merubah lokasi unduhan. - - - - Current downloads will still go in the previous location. - Unduhan saat ini masih ingin pergi di lokasi sebelumnya. - - - - Downloading to: %1 - Unduhan ke: %1 - - - - DownloadView - - - - Downloads - Unduhan - - - - GlobalShortcuts - - - Play - Play - - - - Pause - Pause - - - - Play/Pause - Mainkan/Jeda - - - - Stop - Stop - - - - Stop playing after current track - Stop playing after current track - - - - Next track - Next track - - - - Previous track - Previous track - - - - Increase volume - Increase volume - - - - Decrease volume - Decrease volume - - - - Mute - Mute - - - - Seek forward - Seek forward - - - - Seek backward - Seek backward - - - - ListModel - - - Searching... - Pencarian... - - - - Show %1 More - Tampilkan %1 More - - - - No videos - No videos - - - - No more videos - No more videos - - - - LoadingWidget - - - Error - Gangguan - - - - MainWindow - - - &Stop - &Stop - - - - Stop playback and go back to the search view - Stop playback and go back to the search view - - - - S&kip - S&kip - - - - Skip to the next video - Skip to the next video - - - - - &Pause - &Pause - - - - - Pause playback - Pause playback - - - - &Full Screen - &Full Screen - - - - Go full screen - Go full screen - - - - Hide the playlist and the toolbar - Hide the playlist and the toolbar - - - - Go to the YouTube video page and pause playback - Pergi ke halaman video YouTube dan jeda pemutaran - - - - Copy the current video YouTube link to the clipboard - Copy the current video YouTube link to the clipboard - - - - Copy the current video stream URL to the clipboard - Copy the current video stream URL to the clipboard - - - - Find other video parts hopefully in the right order - Mencari bagian-bagian video yang lainnya diharapkan dalam pesanan yang benar - - - - &Remove - &Remove - - - - Remove the selected videos from the playlist - Remove the selected videos from the playlist - - - - Move &Up - Move &Up - - - - Move up the selected videos in the playlist - Gerakkan ke atas video yang dipilih dalam daftar-main - - - - Move &Down - Move &Down - - - - Move down the selected videos in the playlist - Gerakkan ke bawah video yang dipilih dalam daftar-main - - - - Clear the search history. Cannot be undone. - Menghapus sejarah pencarian. Tidak bisa dikembalikan. - - - - &Quit - &Cabut - - - - Bye - Selamat tinggal - - - - &Website - &Situs web - - - - %1 on the Web - %1 pada Web - - - - Please support the continued development of %1 - Please support the continued development of %1 - - - - &About - &Tentang - - - - Info about %1 - Info Tentang %1 - - - - Search - Search - - - - Mute volume - Bisukan volume - - - - - &Downloads - &Unduhan-unduhan - - - - Show details about video downloads - Tampilkan detail tentang unduhan-unduhan video - - - - &Download - &Unduhan - - - - Download the current video - Unduhan-unduhan video saat ini - - - - Share the current video using %1 - Berbagi video saat ini gunakan %1 - - - - &Email - &Surat - - - - Email - Surat - - - - &Close - &Tutup - - - - &Float on Top - &Mengambang ke puncak - - - - &Stop After This Video - &berhenti setelah video ini - - - - &Report an Issue... - - - - - &Refine Search... - - - - - &Application - &Application - - - - Buy %1... - Beli %1... - - - - &Playback - &Putarbalik - - - - &Playlist - &Daftar-Main - - - - &Video - &Video - - - - &View - &Tampak - - - - &Share - &Berbagi - - - - &Help - &Help - - - - Press %1 to raise the volume, %2 to lower it - Tekan %1 untuk menambahkan volume, %2 untuk merendahkan itu - - - - - Opening %1 - Membuka %1 - - - - Do you want to exit %1 with a download in progress? - Do you want to exit %1 with a download in progress? - - - - If you close %1 now, this download will be cancelled. - Jika Anda menutup %1 sekarang, unduhan ini akan dibatalkan. - - - - Close and cancel download - Tutup dan membatalkan unduhan - - - - Wait for download to finish - Menunggu unduhannya selesai - - - - Leave &Full Screen - Tinggalkan &Layar Penuh - - - - %1 version %2 is now available. - %1 versi %2 sekarang telah tersedia. - - - - Remind me later - Beritahu saya lagi nanti - - - - To get the updated version, download %1 again from the link you received via email and reinstall. - Untuk mendapatkan versi terbaru, download %1 lagi dari link yang Anda terima melalui email dan pasangkan ulang. - - - - Update - Pembaruan data - - - - Error: %1 - Error: %1 - - - - P&revious - S&ebelumnya - - - - Go back to the previous track - Kembali lagi ke trek sebelumnya - - - - &Compact Mode - &Model kompak - - - - Open the &YouTube Page - Buka &Halaman YouTube - - - - Copy the YouTube &Link - Salin YouTube &Pintasan - - - - Copy the Video Stream &URL - - - - - Find Video &Parts - Mencari Video &Perkakas - - - - &Clear Recent Searches - &Bersihkan Jejak Pencarian - - - - Make a &Donation - Buat &Sumbangan - - - - &Manually Start Playing - &Mulai Memainkan secara Manual - - - - Manually start playing videos - Mulai memainkan video secara manual - - - - &Play - &Play - - - - Resume playback - Resume playback - - - - Remaining time: %1 - Sisanya waktu: %1 - - - - Volume at %1% - Volume at %1% - - - - Volume is muted - Volumenya adalah bisu - - - - Volume is unmuted - Volumenya tidak bisu - - - - Maximum video definition set to %1 - Maksimumnya definisi video set ke %1 - - - - Your privacy is now safe - Privasimu adalah aman sekarang - - - - Downloads complete - Unduhan-unduhan komplit - - - - MediaView - - - You can now paste the YouTube link into another application - Sekarang Anda dapat paste link YouTube ke dalam aplikasi yang lain - - - - You can now paste the video stream URL into another application - You can now paste the video stream URL into another application - - - - The link will be valid only for a limited time. - Link akan berlaku hanya untuk waktu yang terbatas. - - - - This is just the demo version of %1. - This is just the demo version of %1. - - - - It allows you to test the application and see if it works for you. - Ini memungkinkan Anda untuk menguji aplikasi dan melihat apakah ia bekerja untuk Anda. - - - - Continue - Continue - - - - of - Used in video parts, as in '2 of 3' - dari - - - - part - This is for video parts, as in 'Cool video - part 1' - bagian - - - - episode - This is for video parts, as in 'Cool series - episode 1' - babak bagian - - - - Sent from %1 - Dikirim dari %1 - - - - Get the full version - Get the full version - - - - Downloading %1 - Downloading %1 - - - - NetworkAccess - - - Network error: %1 - Network error: %1 - - - - PrettyItemDelegate - - - %1 views - %1 lihat-lihat - - - - %1 of %2 (%3) — %4 - %1 of %2 (%3) — %4 - - - - Preparing - Persiapan - - - - Failed - Kesalahan - - - - Completed - Completed - - - - Stopped - Stopped - - - - Stop downloading - Berhenti mengunduh - - - - Show in %1 - Tampilkan di %1 - - - - Open parent folder - Open parent folder - - - - Restart downloading - Mengulangi mengunduh - - - - RefineSearchWidget - - - Sort by - - - - - Relevance - - - - - - Date - - - - - View Count - - - - - Rating - - - - - Anytime - - - - - Today - - - - - 7 Days - - - - - 30 Days - - - - - Duration - - - - - - All - - - - - Short - - - - - Medium - - - - - Long - - - - - Less than 4 minutes - - - - - Between 4 and 20 minutes - - - - - Longer than 20 minutes - - - - - Quality - - - - - High Definition - - - - - 720p or higher - - - - - Done - - - - - SearchLineEdit - - - Search - Search - - - - SearchView - - - Welcome to <a href='%1'>%2</a>, - Selamat datang ke <a href='%1'>%2</a>, - - - - Get the full version - Get the full version - - - - Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" - Masukkan - - - - a keyword - sebuah kata kunci - - - - a channel - a channel - - - - to start watching videos. - to start watching videos. - - - - Watch - Watch - - - - Recent keywords - Recent keywords - - - - Recent channels - Saluran-saluran saat ini - - - - Make yourself comfortable - Make yourself comfortable - - - - SidebarWidget - - - Refine Search - - - - - Did you mean: %1 - - - - - Video - - - Cannot get video stream for %1 - Cannot get video stream for %1 - - - - Network error: %1 for %2 - Jaringan sedang error: %1 untuk %2 - - - \ No newline at end of file diff -Nru minitube-1.9.0/locale/it.ts minitube-2.0/locale/it.ts --- minitube-1.9.0/locale/it.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/it.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! C'è vita fuori del browser! - + Version %1 Versione %1 - + + Licensed to: %1 + Licenziato a: %1 + + + %1 is Free Software but its development takes precious time. %1 è Software Libero ma il suo sviluppo richiede tempo prezioso. - + Please <a href='%1'>donate</a> to support the continued development of %2. <a href="%1">Fai una donazione</a> per aiutare lo sviluppo di %2. - + You may want to try my other apps as well: Prova anche le mie altre applicazioni: - + %1, a YouTube music player %1, un player musicale per YouTube - + %1, a music player %1, un player musicale - + Translate %1 to your native language using %2 Traduci %1 nella tua lingua usando %2 - + Icon designed by %1. Icona disegnata da %1. - + Released under the <a href='%1'>GNU General Public License</a> Rilasciato sotto licenza <a href="%1">GNU General Public License</a> - + &Close &Chiudi - + About Informazioni - + What you always wanted to know about %1 and never dared to ask Quello che hai sempre voluto sapere su %1 e non hai mai osato chiedere - ClearButton + ActivationDialog - - Clear - Cancella + + Enter your License Details + Inserisci i dati della tua licenza: + + + + &Email: + &Email: + + + + &Code: + &Codice: - DemoStartupView + ActivationView - + Please license %1 Compra %1 - + This demo has expired. Questa demo è scaduta. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. La versione completa ti permette di scaricare video più lunghi di %1 minuti e di guardare i video senza interruzioni. - - This demo will expire in %1 days. - Questa demo scadrà in %1 giorni. + + Without a license, the application will expire in %1 days. + Senza una licenza, l'applicazione scadrà in %1 giorni. - + By purchasing the full version, you will also support the hard work I put into creating %1. Acquistando la versione completa, supporterai anche il lavoro che ho fatto per creare %1. - + Use Demo Usa la demo - - Get the full version - Compra la versione completa + + Enter License + Inserisci la tua licenza + + + + Buy License + Compra una licenza + + + + ClearButton + + + Clear + Cancella DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/sec - + KB/sec KB/sec - + MB/sec MB/sec - + seconds secondi - + minutes minuti - + %4 %5 remaining %4 %5 al termine @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Questa è solo la versione demo di %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Puoi scaricare solo video più corti di %1 minuti, così puoi testare la funzionalità dei download. - + Continue Continua - + Get the full version Compra la versione completa - + %1 downloaded in %2 %1 scaricato in %2 - + Download finished Download completato - + %n Download(s) 1 download%n download @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Cambia destinazione... - + Choose the download location Scegli la destinazione dei download - + Download location changed. La destinazione dei download è cambiata. - + Current downloads will still go in the previous location. I download già in corso andranno comunque nella destinazione precedente. - + Downloading to: %1 Scarica in: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Download dell'aggiornamento in corso... + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Ricerca... + + Search + Ricerca - - Show %1 More - Mostra altri %1 + + Find videos and channels by keyword + Trova video e canali per parola chiave - - No videos - Nessun video + + Browse + Sfoglia - - No more videos - Nessun altro video + + Browse videos by category + Sfoglia i video per categoria + + + + Make yourself comfortable + Mettiti comodo @@ -334,411 +375,426 @@ MainWindow - + &Stop &Ferma - + Stop playback and go back to the search view Ferma il video e torna alla ricerca - + S&kip &Salta - + Skip to the next video Salta al prossimo video - - + + &Pause &Pausa - - + + Pause playback Metti in pausa - + &Full Screen &Schermo intero - + Go full screen Vai in modalità schermo intero - + Hide the playlist and the toolbar Nascondi la playlist e la barra degli strumenti - + Go to the YouTube video page and pause playback Vai su YouTube e metti in pausa - + Copy the current video YouTube link to the clipboard Copia negli appunti il link a YouTube per il video corrente - + Copy the current video stream URL to the clipboard Copia negli appunti la URL dello stream per il video corrente - + Find other video parts hopefully in the right order Trova le parti mancanti di questo video - + &Remove &Elimina - + Remove the selected videos from the playlist Elimina i video selezionati dalla playlist - + Move &Up Sposta &sopra - + Move up the selected videos in the playlist Sposta video selezionati verso l'alto - + Move &Down Sposta so&tto - + Move down the selected videos in the playlist Sposta i video selezionati verso il basso - + Clear the search history. Cannot be undone. Cancella le ultime ricerche. L'azione non potrà essere annullata. - + &Quit &Esci - + Bye Ciao - + &Website Sito &web - + %1 on the Web %1 sul Web - + Please support the continued development of %1 Supporta lo sviluppo di %1 - + &About &Informazioni - + Info about %1 Informazioni su %1 - + Search Cerca - + Mute volume Disattiva l'audio - - + + &Downloads &Download - + Show details about video downloads Mostra informazioni sui download - + &Download &Download - + Download the current video Scarica il video corrente - + Share the current video using %1 Condividi il video corrente usando %1 - + &Email &Email - + Email Email - + &Close &Chiudi - + &Float on Top &Fluttua in alto - + &Stop After This Video &Ferma dopo questo video - + &Report an Issue... &Segnala un problema... - + &Refine Search... &Raffina la ricerca... - + + More... + Altro... + + + + &Related Videos + Video &correlati + + + + Watch videos related to the current one + Guarda i video correlati a quello corrente + + + &Application &Applicazione - + Buy %1... Compra %1... - + &Playback &Riproduzione - + &Playlist &Playlist - + &Video &Video - + &View &Visualizza - + &Share &Condividi - + &Help &Aiuto - + Press %1 to raise the volume, %2 to lower it Premi %1 per alzare il volume, %2 per abbassarlo - - + + Opening %1 Apertura di %1 - + Do you want to exit %1 with a download in progress? Vuoi uscire da %1 con un download in corso? - + If you close %1 now, this download will be cancelled. Se chiudi %1 adesso, i download verranno annullati. - + Close and cancel download Chiudi e annulla i download - + Wait for download to finish Aspetta che i download siano completi - + Leave &Full Screen Lascia lo &schermo intero - + %1 version %2 is now available. E' disponibile %1 versione %2 - + Remind me later Ricordamelo più tardi - - To get the updated version, download %1 again from the link you received via email and reinstall. - Per aggiornare, scarica di nuovo %1 dal link che hai ricevuto per email e installa. - - - + Update Aggiorna - + Error: %1 Errore: %1 - + P&revious P&recedente - + Go back to the previous track Torna alla traccia precedente - + &Compact Mode Modalità &compatta - + Open the &YouTube Page Apri la pagina di &YouTube - + Copy the YouTube &Link Copia il &link a YouTube - + Copy the Video Stream &URL Copia la &URL dello stream video - + Find Video &Parts Trova le &parti del video - + &Clear Recent Searches &Cancella le ultime ricerche - + Make a &Donation Fai una &donazione - + &Manually Start Playing Riproduzione &manuale - + Manually start playing videos Inizia a riprodurre i video manualmente - + + Choose your content location + Scegli la località dei contenuti + + + &Play &Play - + Resume playback Continua - + Remaining time: %1 Tempo rimanente: %1 - + Volume at %1% Volume al %1% - + Volume is muted Audio disattivato - + Volume is unmuted Audio attivato - + Maximum video definition set to %1 La definizione video massima è impostata a %1 - + Your privacy is now safe La tua privacy è al sicuro - + Downloads complete I download sono completi @@ -746,236 +802,300 @@ MediaView - + You can now paste the YouTube link into another application Ora puoi incollare il link a YouTube in un'altra applicazione - + You can now paste the video stream URL into another application Ora puoi incollare la URL dello stream in un'altra applicazione - + The link will be valid only for a limited time. Il link rimarrà valido per un periodo di tempo limitato. - + This is just the demo version of %1. Questa è solo la versione demo di %1. - + It allows you to test the application and see if it works for you. Ti permette di testare l'applicazione e verificare che funzioni sul tuo computer. - + Continue Continua - + of Used in video parts, as in '2 of 3' di - + part This is for video parts, as in 'Cool video - part 1' parte - + episode This is for video parts, as in 'Cool series - episode 1' episodio - + Sent from %1 Inviato da %1 - + Get the full version Compra la versione completa - + Downloading %1 Scarica in: %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + Una nuova versione di %1 è disponibile! + + + + %1 %2 is now available. You have %3. + %1 %2 è ora disponibile. Tu hai la %3. + + + + Would you like to download it now? + Vuoi scaricare ora? + + + + Skip This Version + Salta questa versione + + + + Remind Me Later + Ricordamelo più tardi + + + + Install Update + Installa aggiornamento + + + + PasteLineEdit - - Network error: %1 - Errore di rete: %1 + + Paste + Incolla - PrettyItemDelegate + PlaylistItemDelegate - + %1 views %1 visualizzazioni - + %1 of %2 (%3) — %4 %1 di %2 (%3) — %4 - + Preparing In preparazione - + Failed Fallito - + Completed Completato - + Stopped Fermo - + Stop downloading Interrompi il download - + Show in %1 Mostra nel %1 - + Open parent folder Mostra nella cartella - + Restart downloading Prova a scaricare di nuovo + PlaylistModel + + + Searching... + Ricerca... + + + + Show %1 More + Mostra altri %1 + + + + No videos + Nessun video + + + + No more videos + Nessun altro video + + + RefineSearchWidget - + Sort by Ordina per - + Relevance Pertinenza - - + + Date Data - + View Count Visualizzazioni - + Rating Voto - + Anytime Qualsiasi - + Today Oggi - + 7 Days 7 giorni - + 30 Days 30 giorni - + Duration Durata - - + + All Tutti - + Short Breve - + Medium Media - + Long Lunga - + Less than 4 minutes Meno di 4 minuti - + Between 4 and 20 minutes Tra i 4 e i 20 minuti - + Longer than 20 minutes Oltre i 20 minuti - + Quality Qualità - + High Definition Alta definizione - + 720p or higher 720p o maggiore - + + Done + Fatto + + + + RegionsView + + Done Fatto @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Benvenuto su <a href="%1">%2</a>, - + Get the full version Compra la versione completa - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Scrivi - + a keyword una parola chiave - + a channel un canale - + to start watching videos. per iniziare a guardare i video. - + Watch Guarda - + Recent keywords Ultime ricerche - + Recent channels Ultimi canali + + + SidebarHeader - - Make yourself comfortable - Mettiti comodo + + + &Back + &Indietro + + + + Forward to %1 + Avanza a %1 + + + + Back to %1 + Torna a %1 SidebarWidget - + Refine Search Raffina la ricerca - + Did you mean: %1 Forse cercavi: %1 + StandardFeedsView + + + Most Popular + Più popolari + + + + Featured + In primo piano + + + + Most Shared + Più condivisi + + + + Most Discussed + Più discussi + + + + Top Rated + Più votati + + + Video - + Cannot get video stream for %1 Impossibile ottenere il flusso video per %1 - + Network error: %1 for %2 Errore di rete: %1 per %2 + + YTRegions + + + Algeria + Algeria + + + + Argentina + Argentina + + + + Australia + Australia + + + + Belgium + Belgio + + + + Brazil + Brasile + + + + Canada + Canada + + + + Chile + Cile + + + + Colombia + Colombia + + + + Czech Republic + Repubblica Ceca + + + + Egypt + Egitto + + + + France + Francia + + + + Germany + Germania + + + + Ghana + Ghana + + + + Greece + Grecia + + + + Hong Kong + Hong Kong + + + + Hungary + Ungheria + + + + India + India + + + + Indonesia + Indonesia + + + + Ireland + Irlanda + + + + Israel + Israele + + + + Italy + Italia + + + + Japan + Giappone + + + + Jordan + Giordania + + + + Kenya + Kenya + + + + Malaysia + Malaysia + + + + Mexico + Messico + + + + Morocco + Marocco + + + + Netherlands + Olanda + + + + New Zealand + Nuova Zelanda + + + + Nigeria + Nigeria + + + + Peru + Perù + + + + Philippines + Filippine + + + + Poland + Polonia + + + + Russia + Russia + + + + Saudi Arabia + Arabia Saudita + + + + Singapore + Singapore + + + + South Africa + Sudafrica + + + + South Korea + Corea del Sud + + + + Spain + Spagna + + + + Sweden + Svezia + + + + Taiwan + Taiwan + + + + Tunisia + Tunisia + + + + Turkey + Turchia + + + + Uganda + Uganda + + + + United Arab Emirates + Emirati Arabi Uniti + + + + United Kingdom + Regno Unito + + + + Yemen + Yemen + + + + Worldwide + Tutto il mondo + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/ja_JP.ts minitube-2.0/locale/ja_JP.ts --- minitube-1.9.0/locale/ja_JP.ts 1970-01-01 00:00:00.000000000 +0000 +++ minitube-2.0/locale/ja_JP.ts 2013-02-03 20:19:43.000000000 +0000 @@ -0,0 +1,1476 @@ + +UTF-8 + + AboutView + + + There's life outside the browser! + Webブラウザなしでも大丈夫! + + + + Version %1 + バージョン %1 + + + + Licensed to: %1 + + + + + %1 is Free Software but its development takes precious time. + %1はフリーソフトウェアですが、開発には貴重な時間が費やされています。 + + + + Please <a href='%1'>donate</a> to support the continued development of %2. + + + + + You may want to try my other apps as well: + 私が作った他のアプリケーションにも興味がありますか。 + + + + %1, a YouTube music player + + + + + %1, a music player + %1, ミュージックプレイヤー + + + + Translate %1 to your native language using %2 + %2を使って、%1をあなたの母語に翻訳してください。 + + + + Icon designed by %1. + アイコンは%1さんのデザインです。 + + + + Released under the <a href='%1'>GNU General Public License</a> + <a href='%1'>GNU General Public License</a>で配布されます + + + + &Close + 閉じる(&C) + + + + About + プログラムについて + + + + What you always wanted to know about %1 and never dared to ask + %1について知りたいことがあったら、思いきって連絡をください + + + + ActivationDialog + + + Enter your License Details + + + + + &Email: + メール(&E): + + + + &Code: + コード(&C): + + + + ActivationView + + + Please license %1 + + + + + This demo has expired. + + + + + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. + + + + + Without a license, the application will expire in %1 days. + + + + + By purchasing the full version, you will also support the hard work I put into creating %1. + + + + + Use Demo + デモを使用 + + + + Enter License + ライセンスを入力 + + + + Buy License + ライセンスを購入 + + + + ClearButton + + + Clear + クリア + + + + DownloadItem + + + bytes + Bytes + + + + KB + KB + + + + MB + MB + + + + bytes/sec + bytes/秒 + + + + KB/sec + KB/秒 + + + + MB/sec + MB/秒 + + + + seconds + + + + + minutes + + + + + %4 %5 remaining + 残り %4 %5 + + + + DownloadManager + + + This is just the demo version of %1. + これは %1 の試用版です。 + + + + It can only download videos shorter than %1 minutes so you can test the download functionality. + + + + + Continue + 続ける + + + + Get the full version + 製品版を入手する。 + + + + %1 downloaded in %2 + + + + + Download finished + + + + + %n Download(s) + + + + + DownloadSettings + + + Change location... + 場所を変更... + + + + Choose the download location + + + + + Download location changed. + + + + + Current downloads will still go in the previous location. + + + + + Downloading to: %1 + + + + + DownloadView + + + + Downloads + ダウンロード + + + + DownloadWidget + + + Downloading update... + + + + + GlobalShortcuts + + + Play + 再生 + + + + Pause + 一時停止 + + + + Play/Pause + 再生/一時停止 + + + + Stop + 停止 + + + + Stop playing after current track + 現在の曲が終わったら停止 + + + + Next track + 次の曲 + + + + Previous track + 前の曲 + + + + Increase volume + 音量を上げる + + + + Decrease volume + 音量を下げる + + + + Mute + ミュート + + + + Seek forward + 後方へ + + + + Seek backward + 前方へ + + + + HomeView + + + Search + 検索 + + + + Find videos and channels by keyword + + + + + Browse + + + + + Browse videos by category + + + + + Make yourself comfortable + さあリラックスしましょう + + + + LoadingWidget + + + Error + エラー + + + + MainWindow + + + &Stop + ストップ(&S) + + + + Stop playback and go back to the search view + 再生を停止させて、検索ビューに戻ります + + + + S&kip + スキップ(&k) + + + + Skip to the next video + 次の動画へ + + + + + &Pause + 一時停止(&P) + + + + + Pause playback + 再生を一時停止します + + + + &Full Screen + フルスクリーン(&F) + + + + Go full screen + フルスクリーン + + + + Hide the playlist and the toolbar + プレイリストとツールバーを隠す + + + + Go to the YouTube video page and pause playback + 一時停止してYouTubeのページを開きます + + + + Copy the current video YouTube link to the clipboard + このビデオのYouTubeページへのリンクをクリップボードにコピーします + + + + Copy the current video stream URL to the clipboard + + + + + Find other video parts hopefully in the right order + + + + + &Remove + 削除(&R) + + + + Remove the selected videos from the playlist + プレイリストから選択した動画を削除 + + + + Move &Up + 上へ(&U) + + + + Move up the selected videos in the playlist + 選択した動画をプレイリスト内で上へ移動させます + + + + Move &Down + 下へ(&D) + + + + Move down the selected videos in the playlist + 選択した動画をプレイリスト内で下へ移動させます + + + + Clear the search history. Cannot be undone. + 検索履歴を削除します。取り消しは出来ません。 + + + + &Quit + 終了(&Q) + + + + Bye + プログラムを終了 + + + + &Website + &Webページへ + + + + %1 on the Web + %1のWebページを開きます + + + + Please support the continued development of %1 + %1の開発をサポートしてください! + + + + &About + プログラムについて(&A) + + + + Info about %1 + %1について + + + + Search + 検索 + + + + Mute volume + ミュートにする + + + + + &Downloads + ダウンロード(&D) + + + + Show details about video downloads + + + + + &Download + ダウンロード(&D) + + + + Download the current video + + + + + Share the current video using %1 + + + + + &Email + メール(&E) + + + + Email + メール + + + + &Close + 閉じる(&C) + + + + &Float on Top + + + + + &Stop After This Video + + + + + &Report an Issue... + 問題点を報告(&R)... + + + + &Refine Search... + + + + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + + &Application + アプリケーション(&A) + + + + Buy %1... + %1 を購入... + + + + &Playback + + + + + &Playlist + プレイリスト(&P) + + + + &Video + 動画(&V) + + + + &View + 表示(&V) + + + + &Share + 共有(&S) + + + + &Help + ヘルプ(&H) + + + + Press %1 to raise the volume, %2 to lower it + 音量を上げるには%1を、下げるには%2を押してください + + + + + Opening %1 + %1を開いています + + + + Do you want to exit %1 with a download in progress? + + + + + If you close %1 now, this download will be cancelled. + + + + + Close and cancel download + + + + + Wait for download to finish + + + + + Leave &Full Screen + フルスクリーンモードを終了する(&F) + + + + %1 version %2 is now available. + %1 バージョン %2 が利用可能です + + + + Remind me later + あとで通知する + + + + Update + 更新 + + + + Error: %1 + エラー: %1 + + + + P&revious + 前へ(&R) + + + + Go back to the previous track + 前の曲へ飛びます + + + + &Compact Mode + コンパクト モード(&C) + + + + Open the &YouTube Page + YouTube のページを開く(&Y) + + + + Copy the YouTube &Link + YouTube のリンクをコピー(&L) + + + + Copy the Video Stream &URL + + + + + Find Video &Parts + + + + + &Clear Recent Searches + 最近の検索を消去(&C) + + + + Make a &Donation + 寄付する(&D) + + + + &Manually Start Playing + + + + + Manually start playing videos + + + + + Choose your content location + + + + + &Play + 再生(&P) + + + + Resume playback + 再生再開します + + + + Remaining time: %1 + 残り時間: %1 + + + + Volume at %1% + ボリューム%1% + + + + Volume is muted + 音量OFFにしました + + + + Volume is unmuted + 音量ONにしました + + + + Maximum video definition set to %1 + + + + + Your privacy is now safe + プライバシーは保護されています + + + + Downloads complete + ダウンロード完了 + + + + MediaView + + + You can now paste the YouTube link into another application + YouTube のリンクを別のアプリケーションに貼り付けることができます + + + + You can now paste the video stream URL into another application + + + + + The link will be valid only for a limited time. + + + + + This is just the demo version of %1. + これは %1 の試用版です。 + + + + It allows you to test the application and see if it works for you. + アプリケーションのテストや動作確認にご利用いただけます。 + + + + Continue + 続ける + + + + of + Used in video parts, as in '2 of 3' + + + + + part + This is for video parts, as in 'Cool video - part 1' + + + + + episode + This is for video parts, as in 'Cool series - episode 1' + + + + + Sent from %1 + + + + + Get the full version + 製品版を入手する。 + + + + Downloading %1 + + + + + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + + + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + このバージョンをスキップ + + + + Install Update + + + + + PasteLineEdit + + + Paste + 貼り付け + + + + PlaylistItemDelegate + + + %1 views + %1回 閲覧 + + + + %1 of %2 (%3) — %4 + + + + + Preparing + + + + + Failed + 失敗 + + + + Completed + 完了 + + + + Stopped + + + + + Stop downloading + ダウンロードを停止 + + + + Show in %1 + + + + + Open parent folder + 親フォルダーを開く + + + + Restart downloading + + + + + PlaylistModel + + + Searching... + 検索中... + + + + Show %1 More + さらに%1エントリ観る + + + + No videos + 見つかりませんでした + + + + No more videos + 見つかりませんでした + + + + RefineSearchWidget + + + Sort by + 並び順 + + + + Relevance + + + + + + Date + 日付 + + + + View Count + 閲覧回数 + + + + Rating + + + + + Anytime + + + + + Today + 今日 + + + + 7 Days + + + + + 30 Days + + + + + Duration + + + + + + All + すべて + + + + Short + + + + + Medium + + + + + Long + + + + + Less than 4 minutes + + + + + Between 4 and 20 minutes + + + + + Longer than 20 minutes + + + + + Quality + 品質 + + + + High Definition + + + + + 720p or higher + + + + + Done + + + + + RegionsView + + + Done + 完了 + + + + SearchLineEdit + + + Search + 検索 + + + + SearchView + + + Welcome to <a href='%1'>%2</a>, + ようこそ<a href='%1'>%2</a>へ! + + + + Get the full version + 製品版を入手する。 + + + + Enter + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" + + + + + a keyword + + + + + a channel + + + + + to start watching videos. + + + + + Watch + 検索 + + + + Recent keywords + 最近検索したキーワード + + + + Recent channels + 最近のチャンネル + + + + SidebarHeader + + + + &Back + 戻る(&B) + + + + Forward to %1 + %1 に進む + + + + Back to %1 + %1 に戻る + + + + SidebarWidget + + + Refine Search + + + + + Did you mean: %1 + もしかして: %1 + + + + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + + Video + + + Cannot get video stream for %1 + + + + + Network error: %1 for %2 + ネットワークエラー: %1 (%2へのアクセスにて) + + + + YTRegions + + + Algeria + アルジェリア + + + + Argentina + アルゼンチン + + + + Australia + オーストラリア + + + + Belgium + ベルギー + + + + Brazil + ブラジル + + + + Canada + カナダ + + + + Chile + チリ + + + + Colombia + コロンビア + + + + Czech Republic + チェコ共和国 + + + + Egypt + エジプト + + + + France + フランス + + + + Germany + ドイツ + + + + Ghana + ガーナ + + + + Greece + ギリシャ + + + + Hong Kong + 香港 + + + + Hungary + ハンガリー + + + + India + インド + + + + Indonesia + インドネシア + + + + Ireland + アイルランド + + + + Israel + イスラエル + + + + Italy + イタリア + + + + Japan + 日本 + + + + Jordan + ヨルダン + + + + Kenya + ケニア + + + + Malaysia + マレーシア + + + + Mexico + メキシコ + + + + Morocco + モロッコ + + + + Netherlands + オランダ + + + + New Zealand + ニュージーランド + + + + Nigeria + ナイジェリア + + + + Peru + ペルー + + + + Philippines + フィリピン + + + + Poland + ポーランド + + + + Russia + ロシア + + + + Saudi Arabia + サウジアラビア + + + + Singapore + シンガポール + + + + South Africa + 南アフリカ + + + + South Korea + 韓国 + + + + Spain + スペイン + + + + Sweden + スウェーデン + + + + Taiwan + 台湾 + + + + Tunisia + チュニジア + + + + Turkey + トルコ + + + + Uganda + ウガンダ + + + + United Arab Emirates + アラブ首長国連邦 + + + + United Kingdom + イギリス + + + + Yemen + イエメン + + + + Worldwide + 全世界 + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/jv.ts minitube-2.0/locale/jv.ts --- minitube-1.9.0/locale/jv.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/jv.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Ningkene yoiku urip ning njobone browser! - + Version %1 Versi %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 yoiku Software bebas tapi pangembangane iku mbutuhake wektu sing berhargo. - + Please <a href='%1'>donate</a> to support the continued development of %2. Sumonggo <a href='%1'>Nyumbang</a> kanggo ndukung kelanjutane pangembangane seko %2. - + You may want to try my other apps as well: Njenengan mungkinwae pingin nyobi aplikasiku liyane jua: - + %1, a YouTube music player %1, sakwijining YouTube nggonyetel musik - + %1, a music player %1, sakwijining penyetelan musik - + Translate %1 to your native language using %2 Terjemahke %1 ring boso aslimu gunakno %2 - + Icon designed by %1. Ndesain ikon oleh %1. - + Released under the <a href='%1'>GNU General Public License</a> Dirilis nok ngisore the <a href='%1'>GNU Pusate Lisensine Publik</a> - + &Close &Tutup - + About Seputarane - + What you always wanted to know about %1 and never dared to ask Opo sing kowe slalu kepingin kanggo ngreteni sekitarane %1 lan oratau wani kanggo takon - ClearButton + ActivationDialog - - Clear - Resik + + Enter your License Details + + + + + &Email: + + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 Sumonggo lisensi %1 - + This demo has expired. Iki demo yo wis enthek. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Versi lengkap mungkinake sampeyan ngunduhi video luwih suwi seko %1 menit lan nggo nonton video tanpo intrupsi. + - - This demo will expire in %1 days. - Iki demone arep enthek ing %1 dino. + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. Thek tuku versi lengkap, njenengan pingin ugo kadukung karo kerjokeras Kulo dalehi ing njeroning kreasi %1. - + Use Demo Gunakke Demo - - Get the full version - Entukno versi komplite + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + Resik DownloadItem - + bytes bit - + KB KB - + MB MB - + bytes/sec bit/detik - + KB/sec KB/detik - + MB/sec MB/detik - + seconds detik - + minutes menit - + %4 %5 remaining %4 %5 sisone @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Iki yoiku mung versi demo seko %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Iku isone mung ngunduh video sing cekak sekokaro %1 menit sahinggo kowe iso ngetest fungsinane unduhane. - + Continue Terusno - + Get the full version Enthukno versi komplite - + %1 downloaded in %2 %1 ngunduhe ing %2 - + Download finished Ngunduhe wislebar - + %n Download(s) %n Ngunduh-unduh(s)%n Ngunduh(s) @@ -203,27 +231,27 @@ DownloadSettings - + Change location... ngGanti lokasi... - + Choose the download location Mileho lokasine unduhan - + Download location changed. Lokasi ngunduhe diganti. - + Current downloads will still go in the previous location. Downloadte sing sakiki iseh arep mlebu ning lokasi sakdurunge. - + Downloading to: %1 Ngunduhi reng: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - ngGoleki... + + Search + Nelusuri - - Show %1 More - Kethok %1 Luwih + + Find videos and channels by keyword + - - No videos - Ogak video + + Browse + - - No more videos - Gakono video m'eneh + + Browse videos by category + + + + + Make yourself comfortable + @@ -334,411 +375,426 @@ MainWindow - + &Stop &Mandheg - + Stop playback and go back to the search view Mandheg playback lan mbalik ning tampilan ngGo ngGoleki - + S&kip S&kip - + Skip to the next video Lewati reng video saklanjute - - + + &Pause &Lheren - - + + Pause playback Lheren sedhelok pemutarane - + &Full Screen &Layar Kebak - + Go full screen Ing Layar Kebak - + Hide the playlist and the toolbar Ndhelikno playlist lan toolbar - + Go to the YouTube video page and pause playback Lungo Ing halamane video YouTube land nglereni penyetelan - + Copy the current video YouTube link to the clipboard Njiplak link-nge video YouTube sing sakiki ning clipboard - + Copy the current video stream URL to the clipboard Njiplak video stream URL sing sakiki ning clipboard - + Find other video parts hopefully in the right order nggoleki seri video liyone diharapno ing order sing bener - + &Remove &ngGuwak - + Remove the selected videos from the playlist ngGuwak video sing diseleksi seko playlist - + Move &Up Mindah &Unggah - + Move up the selected videos in the playlist Mindahno menduwur video sing diseleksi ning playlistt - + Move &Down Mindah &Mudhun - + Move down the selected videos in the playlist Mindahno mengisor video sing diseleksi ning daftar-nyetel - + Clear the search history. Cannot be undone. Ngresiki riwayate penelusuran. Ora iso di balikake. - + &Quit &Medhal - + Bye Bye - + &Website &Website - + %1 on the Web %1 nok the Web - + Please support the continued development of %1 Sumonggo ndukungo kelanjutane pangembangane seko %1 - + &About &Tentange - + Info about %1 Info sakitarane %1 - + Search Nelusuri - + Mute volume mBisukno volumene - - + + &Downloads &nDownloads - + Show details about video downloads Tampilno detaile sak kitarane unduhan-unduhane video - + &Download &nDownload - + Download the current video Ngunduhi video sing saat iki - + Share the current video using %1 ngeshare video ketuang keenggo %1 - + &Email &Layanginternet - + Email Layanginternet - + &Close &Tutup - + &Float on Top &Ngambang ing Pucuk - + &Stop After This Video &Mandek Sakwise Video Iki - + &Report an Issue... &Laporke sakwijining Isu... - + &Refine Search... &Nyaring Penggolekan... - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Applikasi - + Buy %1... Tuku %1... - + &Playback &Mbaliknyetel - + &Playlist &Daftar-nyetel - + &Video &Video - + &View &nDelok - + &Share &Ngedumi - + &Help &Nulung - + Press %1 to raise the volume, %2 to lower it Pejhet %1 kanggo ningkatno volume, %2 kanggo ngrendahno iku - - + + Opening %1 Mbukak'i %1 - + Do you want to exit %1 with a download in progress? Opo kowe pingin metu %1 karo sakwijine unduhan sing isih mlaku prosese? - + If you close %1 now, this download will be cancelled. Tek kowe nutup %1 sakiki, ngunduhane iki arep dibatalake. - + Close and cancel download Tutup lan mbatalake ngunduhine - + Wait for download to finish Nunggu kanggo unduhane rampung - + Leave &Full Screen Ninggalno &LayarKebak - + %1 version %2 is now available. %1 versinipun %2 yo disediakno sakniki. - + Remind me later Elingno kulo mengkowae - - To get the updated version, download %1 again from the link you received via email and reinstall. - Kanggo ngentukake pengayarane versi, unduhmomotan %1 meneh seko turutane receivene panjenengan lewat surat lan ngulang install. - - - + Update Nganyarke - + Error: %1 Error: %1 - + P&revious P&revious - + Go back to the previous track Mbaliko meneh ing sakdurunge trekipun - + &Compact Mode &Mode Praktis - + Open the &YouTube Page Mbukak &YouTube Halamane - + Copy the YouTube &Link Njiplak YouTube &Link - + Copy the Video Stream &URL Njiplak Video Stream &URL - + Find Video &Parts Nggoleki Video &Seri - + &Clear Recent Searches &Ngresiki Penggolekan Sing ketuang - + Make a &Donation Nggawe sakwijining &Sumbangan - + &Manually Start Playing &Mainke Secoro Manual - + Manually start playing videos Ngawiti maenke video secoro manual - + + Choose your content location + + + + &Play &Nyetel - + Resume playback Nglanjutno nyetel-ulang - + Remaining time: %1 Sisone wektune: %1 - + Volume at %1% Volume nok %1% - + Volume is muted Volume yo Mbisu - + Volume is unmuted Volume yo orak mbisu - + Maximum video definition set to %1 Maksimale video definisine diset ning %1 - + Your privacy is now safe Privasimu yoiku sakiki aman - + Downloads complete Unduhane komplit @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application Kowe iso paste YouTube link sakiki ninggone aplikasi liyane - + You can now paste the video stream URL into another application Kowe sakiki iso paste video stream URL ninggone aplikasi liyane - + The link will be valid only for a limited time. Link-nge kepingin diaslikake mung kanggo sak terbatase wektu. - + This is just the demo version of %1. Iki yoiku mung demo version of %1. - + It allows you to test the application and see if it works for you. Iki diolehno kowe kanggo ngetest aplikasine lan ndeloki tek iku fungsi kanggo kowe. - + Continue Nglanjutke - + of Used in video parts, as in '2 of 3' seko - + part This is for video parts, as in 'Cool video - part 1' seri - + episode This is for video parts, as in 'Cool series - episode 1' episode - + Sent from %1 Kirim seko %1 - + Get the full version Entukno versi komplite - + Downloading %1 Ngunduhi %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + + + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + + + + + PasteLineEdit - - Network error: %1 - Jaringane error: %1 + + Paste + - PrettyItemDelegate + PlaylistItemDelegate - + %1 views - %1 Ndeloki + %1 tampilan - + %1 of %2 (%3) — %4 - %1 of %2 (%3) — %4 + - + Preparing - Nyiapake + - + Failed - Gagal + - + Completed - Komplit + - + Stopped - Mandhekake + - + Stop downloading - Ngendhekno ngunduhe + - + Show in %1 - Tampilno ing %1 + - + Open parent folder - Mbukak map induk + - + Restart downloading - Ngengulang ngunduhane + + + + + PlaylistModel + + + Searching... + ngGoleki... + + + + Show %1 More + + + + + No videos + Ora video + + + + No more videos + Rak ono video meneh RefineSearchWidget - + Sort by Bidik didasarke - + Relevance Relefan - - + + Date Tanggale - + View Count Ndeloki Itungane - + Rating Rating - + Anytime Kapanwae - + Today Dinoiki - + 7 Days 7 Ndino - + 30 Days 30 Dino - + Duration Durasine - - + + All Kabeh - + Short Cekak - + Medium Sedengan - + Long Dowo - + Less than 4 minutes Kurang seko 4 menit - + Between 4 and 20 minutes Antarane 4 lan 20 menit - + Longer than 20 minutes Dowone luwih seko 20 menit - + Quality Kualitas - + High Definition Definisi duwur - + 720p or higher 720p utowo saknduwure - + Done Rampung + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Sugengrawuh kanggo <a href='%1'>%2</a>, - + Get the full version Enthukno versi komplite - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Lebokno - + a keyword sakwiji kata-kunci - + a channel sakwiji saluran - + to start watching videos. kanggo ngawiti nyeksikake video. - + Watch Nonton - + Recent keywords Kata-kunci saat iki - + Recent channels Saluran lagekwae + + + SidebarHeader - - Make yourself comfortable - ngGawe awakmu nyaman + + + &Back + &mBuri + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Nyaring Penggolekane - + Did you mean: %1 Opo sing bekmaksud: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 Rak iso ngenthukno video stream kanggo %1 - + Network error: %1 for %2 Jaringane error: %1 por %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/ka_GE.ts minitube-2.0/locale/ka_GE.ts --- minitube-1.9.0/locale/ka_GE.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/ka_GE.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,1071 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - სიცოცხლე ბრაუზერის გარეთ! - - - - Version %1 - ვერსია %1 - - - - %1 is Free Software but its development takes precious time. - %1 უფასო პროგრამაა, მაგრამ მისი შექმნა ძვირფას დროს მოითხოვს. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - გთხოვთ <a href='%1'>გააკეთეთ შემოწირულობა</a> რომ დაეხმაროთ %2 -ის განვითარებას. - - - - You may want to try my other apps as well: - თქვენ შეგიძლიათ ცადოთ ჩემი სხვა პროგრამები: - - - - %1, a YouTube music player - %1, Youtube მუსიკალური დამკვრელი - - - - %1, a music player - %1, მუსიკალური დამკვრელი - - - - Translate %1 to your native language using %2 - გადათარგმნეთ %1 თქვენს მშობლიურ ენაზე %2 -ის გამოყენებით - - - - Icon designed by %1. - ხატულის ავტორია %1. - - - - Released under the <a href='%1'>GNU General Public License</a> - გამოცემა <a href='%1'>GNU General Public License</a> ლიცენზიით - - - - &Close - &დახურვა - - - - About - პროგრამის შესახებ - - - - What you always wanted to know about %1 and never dared to ask - რისი ცოდნა გინდოდა %1 -ის შესახებ და ვერ ბედავდი კითხვას - - - - ClearButton - - - Clear - გასუფთავება - - - - DemoStartupView - - - Please license %1 - ლიცენზია %1 - - - - This demo has expired. - დემო ვერსიას ვადა გაუვიდა - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - მთლიანი ვერსია საშუალებას გაძლევთ რომ გადმოიწეროთ ვიდეოები გრძელი ვიდრე %1 წუთი და უყროთ ვიდეოებს წყვეტების გარეშე. - - - - This demo will expire in %1 days. - დემო ვესიას ვადა გაუვა %1 დღეში - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - სრული ვერსიის ყიდვისას ასევე დამეხმარებით ჩემს მძიმე მუშაობაში რომელსაც ვასრულებ %1 -ის შექმნისას. - - - - Use Demo - დემო ვერსიის გამოყენება - - - - Get the full version - სრული ვერსიის ყიდვა - - - - DownloadItem - - - bytes - ბაიტები - - - - KB - კბ - - - - MB - მბ - - - - bytes/sec - ბაიტი/წმ - - - - KB/sec - კბ/წმ - - - - MB/sec - მბ/წმ - - - - seconds - წამები - - - - minutes - წუთები - - - - %4 %5 remaining - დარჩა %4 %5 - - - - DownloadManager - - - This is just the demo version of %1. - ეს %1 -ის მხოლოდ დემო ვერსიაა. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - შესაძლებელია მხოლოდ %1 -ზე მოკლე ვიდეოების გადმოწერა, პროგრამის მუშაობის შესამოწმებლად. - - - - Continue - გაგრძელება - - - - Get the full version - მთლიანი ვერსიის გადმოწერა - - - - %1 downloaded in %2 - - - - - Download finished - - - - - %n Download(s) - - - - - DownloadSettings - - - Change location... - ადგილმდებარეობის შეცვლა - - - - Choose the download location - მიუთითეთ გადმოწერის ადგილმდებარეობის - - - - Download location changed. - გადმოწერის ადგილმდებარეობა შეცვლილია. - - - - Current downloads will still go in the previous location. - ახლანდელი გადმოწერები ისევ ძველ დირექტორიაში შეინახებიან. - - - - Downloading to: %1 - ფაილები ინახება: %1 - - - - DownloadView - - - - Downloads - გადმოწერები - - - - GlobalShortcuts - - - Play - დაკვრა - - - - Pause - პაუზა - - - - Play/Pause - დაკვრა/პაუზა - - - - Stop - შეჩერება - - - - Stop playing after current track - დაკვრის დასრულება ამ სიმღერის შემდეგ. - - - - Next track - შემდეგი სიმღერა - - - - Previous track - წინა სიმღერა - - - - Increase volume - ხმის აწევა - - - - Decrease volume - ხმის დაწევა - - - - Mute - გაჩუმება - - - - Seek forward - წინ გადახვევა - - - - Seek backward - უკან გ ადახვევა - - - - ListModel - - - Searching... - ვძებნი... - - - - Show %1 More - მანახე კიდევ %1 - - - - No videos - ვიდეოები არ არის - - - - No more videos - მეტი ვიდეოები აღარ არის - - - - LoadingWidget - - - Error - შეცდომა - - - - MainWindow - - - &Stop - &შეჩერება - - - - Stop playback and go back to the search view - დაკვრის შეჩერება და ძებნის ფორმაში გადასვლა - - - - S&kip - პ&შემდეგი - - - - Skip to the next video - შემდეგ ვიდეოზე გადასვლა - - - - - &Pause - &პაუზა - - - - - Pause playback - დაკვრის დაპაუზება - - - - &Full Screen - &მთლიან ეკრანზე - - - - Go full screen - მთლიან ეკრანზე გაშლა - - - - Hide the playlist and the toolbar - ვიდეოების სიის და პანელის დამალვა - - - - Go to the YouTube video page and pause playback - YouTube-ს გვერდზე გადასვლა და დაკვრის შეჩერება - - - - Copy the current video YouTube link to the clipboard - YouTube-ს ბმულის კოპირება ბუფერში - - - - Copy the current video stream URL to the clipboard - ამ ვიდეო ნაკადის შენახვა ბუფერში - - - - Find other video parts hopefully in the right order - ვიდეოს სხვა ნაწილების მოძებნა სწორი განლაგებით - - - - &Remove - &წაშლა - - - - Remove the selected videos from the playlist - მონიშნული ვიდეოების სიიდან ამოშლა - - - - Move &Up - &ზემოთ აწევა - - - - Move up the selected videos in the playlist - მონიშნული ვიდეოების გადატანა მაღლა აწევა სიაში - - - - Move &Down - &ქვემოთ ჩაწევა - - - - Move down the selected videos in the playlist - მონიშნული ვიდეოების გადატანა დაბლა დაწევა სიაში - - - - Clear the search history. Cannot be undone. - ძებნის ისტორიის გასუფთავება. - - - - &Quit - &დასრულება - - - - Bye - ნახვამდის - - - - &Website - &საიტი - - - - %1 on the Web - %1 საიტზე - - - - Please support the continued development of %1 - გთხოვთ მხარი დაუჭიროთ %1 -ის დეველოპმენტს - - - - &About - &შესახებ - - - - Info about %1 - ინფორმაცია %1 შესახებ - - - - Search - ძებნა - - - - Mute volume - გაჩუმება - - - - - &Downloads - $გადმოწერები - - - - Show details about video downloads - ვიდეოების გადმოწერების დეტალური ნახვა - - - - &Download - &გადმოწერა - - - - Download the current video - ამ ვიდეოს გადმოწერა - - - - Share the current video using %1 - ვიდეოს გაზიარება %1 -ის გამოყენებით - - - - &Email - &ელფოსტა - - - - Email - ელფოსტა - - - - &Close - &დახურვა - - - - &Float on Top - &ზემოთ განთავსება - - - - &Stop After This Video - ამ ვიდეოს შემდეგ &შეჩერება - - - - &Report an Issue... - - - - - &Refine Search... - - - - - &Application - &აპლიკაცია - - - - Buy %1... - იყიდეთ %1 - - - - &Playback - &დაკვრა - - - - &Playlist - &ვიდეოების სია - - - - &Video - &ვიდეო - - - - &View - &ხედი - - - - &Share - &გაზიარება - - - - &Help - &დახმარება - - - - Press %1 to raise the volume, %2 to lower it - ხმის ასაჭერად დააჭირე ღილაკს %1 და დასაწევად %2 - - - - - Opening %1 - იხსნება %1 - - - - Do you want to exit %1 with a download in progress? - თქვენ გინდათ დახუროთ %1 გადმოწერის პროცესში? - - - - If you close %1 now, this download will be cancelled. - თუ თქვენ დახურავთ %1 -ს, ეს გადმოწერა შეწყდება. - - - - Close and cancel download - დახურვა და გადმოწერის შეწყვეტა - - - - Wait for download to finish - გადმოწერის დასრულებამდე მოცდა. - - - - Leave &Full Screen - მთლიანი ეკრანის რეჟიმის დატოვება - - - - %1 version %2 is now available. - %1 ვერსია %2 უკვე ხელმისაწვდომია. - - - - Remind me later - მოგვიანებით შეხსენება - - - - To get the updated version, download %1 again from the link you received via email and reinstall. - განახლებული ვერსიი მისარებად, ისევ გადმოიწერეთ %1 ბმულიდან რომელიც მოგივიდათ ელფოსტაზე და გაუკეთეთ რეინსტალაცია. - - - - Update - განახლება - - - - Error: %1 - შეცდომა: %1 - - - - P&revious - პ&წინა - - - - Go back to the previous track - წინა ბილიკზე დაბრუნება - - - - &Compact Mode - &კომპაქტური ხედი - - - - Open the &YouTube Page - გახსენი &YouTube-ს გვერდი - - - - Copy the YouTube &Link - YouTube-ს &ბმულის დაკოპირება - - - - Copy the Video Stream &URL - ვიდეოს ნაკადის &ბმულის დაკოპირება - - - - Find Video &Parts - მოძებნე ვიდეოს &ნაწილები - - - - &Clear Recent Searches - &გაასუფთავე ბოლო ძებნები - - - - Make a &Donation - &შემოწირულობის გაკეთება - - - - &Manually Start Playing - დაკვრის დაწყება &ხელით - - - - Manually start playing videos - ხელით ვიდეოს დაკვრის დაწყება - - - - &Play - &დაკვრა - - - - Resume playback - დაკვრის გაგრძელება - - - - Remaining time: %1 - დარჩენილი დრო %1 - - - - Volume at %1% - ხმის სიმაღლე %1% - - - - Volume is muted - ხმა გამორთულია - - - - Volume is unmuted - ხმა ჩართულია - - - - Maximum video definition set to %1 - ვიდეოს მაქსიმალური გაფართოებაა არის %1 - - - - Your privacy is now safe - თქვენი პირადი პარამეტრები ახლა უსაფრთხოა - - - - Downloads complete - გადმოწერები დასრულებულია - - - - MediaView - - - You can now paste the YouTube link into another application - თქვენ უკვე შეგიძლიათ ჩასვათ YouTube-ს ბმული სხვა აპლიკაციაში - - - - You can now paste the video stream URL into another application - თქვენ უკვე სეგიძლიად დააკოპიროთ ვიდეოს ბმული სხვა აპლიკაციაში - - - - The link will be valid only for a limited time. - ეს ბმული ვალიდური იქნება მხოლოდ გარკვეული დროის განმავლობაში. - - - - This is just the demo version of %1. - ეს მხოლოდ %1 -ის დემო ვერსიაა. - - - - It allows you to test the application and see if it works for you. - ის საშუალებას გაძლევთ ტესტირება გაუკეთოთ აპლიკაციას და ნახოთ ის მუშაობს თუ არა თქვენთვის. - - - - Continue - გაგრძელება - - - - of - Used in video parts, as in '2 of 3' - გან - - - - part - This is for video parts, as in 'Cool video - part 1' - ნაწილი - - - - episode - This is for video parts, as in 'Cool series - episode 1' - ეპიზოდი - - - - Sent from %1 - გამოგზავნილია %1 -დან - - - - Get the full version - სრული ვერსიის გადმოწერა - - - - Downloading %1 - ვტვირთავ %1 - - - - NetworkAccess - - - Network error: %1 - ქსელის შეცდომა: %1 - - - - PrettyItemDelegate - - - %1 views - %1 ნახვა - - - - %1 of %2 (%3) — %4 - გადმოწერილია %1 %2 -დან (%3) — %4 - - - - Preparing - მიმდინარეობს მზადება - - - - Failed - შეცდომა - - - - Completed - დასრულებულია - - - - Stopped - შეჩერებულია - - - - Stop downloading - გადმოწერის შეჩერება - - - - Show in %1 - ანახე %1 -ში - - - - Open parent folder - დირექტორიის გახსნა - - - - Restart downloading - გადმოწერის თავიდან დაწყება - - - - RefineSearchWidget - - - Sort by - - - - - Relevance - - - - - - Date - - - - - View Count - - - - - Rating - - - - - Anytime - - - - - Today - - - - - 7 Days - - - - - 30 Days - - - - - Duration - - - - - - All - - - - - Short - - - - - Medium - - - - - Long - - - - - Less than 4 minutes - - - - - Between 4 and 20 minutes - - - - - Longer than 20 minutes - - - - - Quality - - - - - High Definition - - - - - 720p or higher - - - - - Done - - - - - SearchLineEdit - - - Search - ძებნა - - - - SearchView - - - Welcome to <a href='%1'>%2</a>, - მოგესალმებით <a href='%1'>%2 -ში</a>, - - - - Get the full version - სრული ვერსიის ყიდვა - - - - Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" - შეიყვანეთ - - - - a keyword - საკვანძო სიტყვა - - - - a channel - არხი - - - - to start watching videos. - ვიდეოს ყურების დასაწყებად - - - - Watch - ყურება - - - - Recent keywords - ბოლო საკვანძო სიტყვები - - - - Recent channels - ბოლო არხები - - - - Make yourself comfortable - შეიქმენით კომფორტი - - - - SidebarWidget - - - Refine Search - - - - - Did you mean: %1 - - - - - Video - - - Cannot get video stream for %1 - %1 -ის ვიდეო ნაკადი მიუწვდომელია - - - - Network error: %1 for %2 - ქსელის შეცდომა: %1 %2 -ზე - - - \ No newline at end of file diff -Nru minitube-1.9.0/locale/ky.ts minitube-2.0/locale/ky.ts --- minitube-1.9.0/locale/ky.ts 1970-01-01 00:00:00.000000000 +0000 +++ minitube-2.0/locale/ky.ts 2013-02-03 20:19:43.000000000 +0000 @@ -0,0 +1,1476 @@ + +UTF-8 + + AboutView + + + There's life outside the browser! + Браузердин тышындагы жашоо! + + + + Version %1 + Версия %1 + + + + Licensed to: %1 + Лицензияланган: %1 + + + + %1 is Free Software but its development takes precious time. + %1 деген эркин ПК, бирок анын иштетүүсү өтө көп убакытымды алат. + + + + Please <a href='%1'>donate</a> to support the continued development of %2. + Сизден өтүнөм, %2'ка <a href='%1'>тартуу кылып</a> мындан аркы иштетүүсүн колдоп бериңиз . + + + + You may want to try my other apps as well: + Сиз менин дагы башка тиркемелеримди карап көрсөңүз болот: + + + + %1, a YouTube music player + %1, YouTube музыка ойноткучу + + + + %1, a music player + %1, музыка ойноткучу + + + + Translate %1 to your native language using %2 + %1'ту %2 аркылуу сиздин эне тилиңизге которуу + + + + Icon designed by %1. + Иконканын автору %1. + + + + Released under the <a href='%1'>GNU General Public License</a> + <a href='%1'>GNU General Public License</a> шартында чыгарылган + + + + &Close + &Жабуу + + + + About + Программа жөнүндө + + + + What you always wanted to know about %1 and never dared to ask + %1 жөнүндө дайма билгиңиз келген нерселер жана эч убакта аларды сурамак эмессиз + + + + ActivationDialog + + + Enter your License Details + Лицензиялык маалыматтарыңызды киргизиңиз + + + + &Email: + &E-mail: + + + + &Code: + &Код: + + + + ActivationView + + + Please license %1 + Лицензия %1 + + + + This demo has expired. + Демострациялоо мөөнөтү бүттү. + + + + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. + Толук версиясы %1 мүнөттөн көбүрөөк видеолорду жүктөгөнгө жана видеолорду үзгүлтүксүз көргөнгө уруксат берет. + + + + Without a license, the application will expire in %1 days. + Лицензиясы жок болгон үчүн, тиркеменин мөөнөтү %1 күндөн кийин бүтөт. + + + + By purchasing the full version, you will also support the hard work I put into creating %1. + Толук версиясын алганда, %1 үчүн оор эмгек салым кылып жатканымды да колдоп бересиз. + + + + Use Demo + Демону колдонуу + + + + Enter License + Лицензияны киргизиңиз + + + + Buy License + Лицензияны сатып алуу + + + + ClearButton + + + Clear + Тазалоо + + + + DownloadItem + + + bytes + байт + + + + KB + КБ + + + + MB + МБ + + + + bytes/sec + байт/сек + + + + KB/sec + КБ/сек + + + + MB/sec + МБ/сек + + + + seconds + секунда + + + + minutes + мүнөт + + + + %4 %5 remaining + %4 %5 калды + + + + DownloadManager + + + This is just the demo version of %1. + Бул программа %1'тун демо-версиясы болот. + + + + It can only download videos shorter than %1 minutes so you can test the download functionality. + Жүктөө функционалдуулугун текшерүү үчүн, бул %1 мүнөттөн кыскараак видеолорду гана жүктөп бере алат. + + + + Continue + Улантуу + + + + Get the full version + Толук версиясын алуу + + + + %1 downloaded in %2 + %1 файлы %2 жерине жүктөлдү + + + + Download finished + Жүктөп алуу аякталды + + + + %n Download(s) + + + + + DownloadSettings + + + Change location... + Жүктөө жерин өзгөртүү... + + + + Choose the download location + Жүктөө жерин тандоо + + + + Download location changed. + Жүктөп алуу жери өзгөртүлдү. + + + + Current downloads will still go in the previous location. + Кезектеги жүктөөлөр мурунку жеринде сакталат. + + + + Downloading to: %1 + Жүктөлүп жаткан жери: %1 + + + + DownloadView + + + + Downloads + Жүктөөлөр + + + + DownloadWidget + + + Downloading update... + Жаңыртууларды жүктөп алуу... + + + + GlobalShortcuts + + + Play + Ойнотуу + + + + Pause + Бир азга токтотуу + + + + Play/Pause + Ойнотуу/Бир азга токтотуу + + + + Stop + Токтотуу + + + + Stop playing after current track + Кезектеги жолчодон кийин ойнотууну токтотуу + + + + Next track + Кийинки жолчо + + + + Previous track + Мурунку жолчо + + + + Increase volume + Катуураак + + + + Decrease volume + Акырыныраак + + + + Mute + Басаңдатуу + + + + Seek forward + Алга түрүү + + + + Seek backward + Артка түрүү + + + + HomeView + + + Search + Издөө + + + + Find videos and channels by keyword + Ачкыч сөз менен видеолорду жана каналдарды табыңыз + + + + Browse + Сереп + + + + Browse videos by category + Видеолорду категория боюнча кароо + + + + Make yourself comfortable + Өз үйүңүздөгүдөй болуңуз + + + + LoadingWidget + + + Error + Ката + + + + MainWindow + + + &Stop + &Токтотуу + + + + Stop playback and go back to the search view + Ойнотууну токтотуп издөө көрүнүшүнө кайтуу + + + + S&kip + &Өткөрүү + + + + Skip to the next video + Кийинки видеого өтүү + + + + + &Pause + &Бир азга токтотуу + + + + + Pause playback + Ойнотууну бир азга токтотуу + + + + &Full Screen + &Толук экран + + + + Go full screen + Толук экран режимине өтүү + + + + Hide the playlist and the toolbar + Ойнотуу тизмесин жана аспап панелин жашыруу + + + + Go to the YouTube video page and pause playback + Видеонун YouTube барагына өтүү жана ойнотууну бир азга токтотуу + + + + Copy the current video YouTube link to the clipboard + Кезектеги видеонун YouTube шилтемесин алмашуу буферине көчүрүү + + + + Copy the current video stream URL to the clipboard + Кезектеги видео агымдын дарегин алмашуу буферине көчүрүү + + + + Find other video parts hopefully in the right order + Видеонун башка бөлүктөрүн үмүт кылып туура ирети менен табуу + + + + &Remove + &Өчүрүү + + + + Remove the selected videos from the playlist + Тандалган видеолорду ойнотуу тизмесинен өчүрүү + + + + Move &Up + &Өйдө + + + + Move up the selected videos in the playlist + Тандалган видеолорду ойнотуу тизмесинен өйдө жылдыруу + + + + Move &Down + &Ылдый + + + + Move down the selected videos in the playlist + Тандалган видеолорду ойнотуу тизмесинен ылдый жылдыруу + + + + Clear the search history. Cannot be undone. + Издөө тарыхын тазалоо. Өзгөртүүлөр кайталанбас. + + + + &Quit + &Чыгуу + + + + Bye + Кош болуңуз + + + + &Website + &Веб-сайт + + + + %1 on the Web + %1 интернетте + + + + Please support the continued development of %1 + %1'дун мындан аркы иштетүүсүн колдоп бериңиз + + + + &About + Программа &жөнүндө + + + + Info about %1 + %1 жөнүндө маалымат + + + + Search + Издөө + + + + Mute volume + Үндү өчүрүү + + + + + &Downloads + &Жүктөөлөр + + + + Show details about video downloads + Видео жүктөөлөрү жөнүндө кошумча маалымат көрсөтүү + + + + &Download + &Жүктөп алуу + + + + Download the current video + Кезектеги видеону жүктөп алуу + + + + Share the current video using %1 + Кезектеги видеону %1 аркылуу бөлүшүү + + + + &Email + &E-mail + + + + Email + E-mail + + + + &Close + &Жабуу + + + + &Float on Top + Үстүнөн &калкытуу + + + + &Stop After This Video + Бул видеодон кийин &токтотуу + + + + &Report an Issue... + Ката жөнүндө &маалымдоо... + + + + &Refine Search... + Издөөнү &тактоо... + + + + More... + Дагы... + + + + &Related Videos + &Байланыштуу видеолор + + + + Watch videos related to the current one + Кезектегиге байланыштуу видеону көрүү + + + + &Application + &Тиркеме + + + + Buy %1... + %1'ту сатып алуу... + + + + &Playback + &Ойнотуу + + + + &Playlist + Ойнотуу &тизмеси + + + + &Video + &Видео + + + + &View + &Көрүнүш + + + + &Share + &Бөлүшүү + + + + &Help + &Жардам + + + + Press %1 to raise the volume, %2 to lower it + Катуулукту чоңойтуу үчүн %1 басыңыз жана кичирейтүү үчүн %2 + + + + + Opening %1 + %1 ачуу + + + + Do you want to exit %1 with a download in progress? + Жүктөп алуу болуп жаткан кезде %1'дан чыккыңыз келеби? + + + + If you close %1 now, this download will be cancelled. + Эгер сиз %1'ту азыр жапсаңыз, бул жүктөп алуу жокко чыгарылат. + + + + Close and cancel download + Жабуу жана жүктөп алууну жокко чыгаруу + + + + Wait for download to finish + Жүктөп алуунун аяктоосун күтүү + + + + Leave &Full Screen + &Толук экран режиминен чыгуу + + + + %1 version %2 is now available. + %1 версия %2 азыркы кезде колго жетердик. + + + + Remind me later + Кечирээк эске салуу + + + + Update + Жаңыртуу + + + + Error: %1 + Ката: %1 + + + + P&revious + &Мурунку + + + + Go back to the previous track + Мурунку жолчого кайтуу + + + + &Compact Mode + &Компакт режими + + + + Open the &YouTube Page + &YouTube барагын ачуу + + + + Copy the YouTube &Link + YouTube &шилтемесин көчүрүү + + + + Copy the Video Stream &URL + Видео агымдын &шилтемесин көчүрүү + + + + Find Video &Parts + Видео &фрагменттерди табуу + + + + &Clear Recent Searches + Соңку издөөлөрдү &тазалоо + + + + Make a &Donation + &Тартуу кылуу + + + + &Manually Start Playing + Ойнотууну &кол менен баштатуу + + + + Manually start playing videos + Видео ойнотууну кол менен баштатуу + + + + Choose your content location + Мазмундун турган жерин тандаңыз + + + + &Play + &Ойнотуу + + + + Resume playback + Ойнотууну улантуу + + + + Remaining time: %1 + Калган убакыт: %1 + + + + Volume at %1% + Катуулук %1% + + + + Volume is muted + Үн өчүрүлдү + + + + Volume is unmuted + Үн күйгүзүлдү + + + + Maximum video definition set to %1 + Видеонун чечиминин жогорку чеги: %1 + + + + Your privacy is now safe + Жашырындуулугуңуз камсыздалды + + + + Downloads complete + Жүктөп алуу аякталды + + + + MediaView + + + You can now paste the YouTube link into another application + Эми сиз видеонун YouTube шилтемесин башка тиркемеге коё аласыз + + + + You can now paste the video stream URL into another application + Сиз эми азыр видео агымдын дарегин башка тиркемеге сала аласыз + + + + The link will be valid only for a limited time. + Чакан убакытка чейин гана шилтеме анык болот. + + + + This is just the demo version of %1. + Бул программа %1'тун демо-версиясы болот. + + + + It allows you to test the application and see if it works for you. + Бул тиркемени сынап көргөнгө мүмкүндүк берет. + + + + Continue + Улантуу + + + + of + Used in video parts, as in '2 of 3' + / + + + + part + This is for video parts, as in 'Cool video - part 1' + бөлүк + + + + episode + This is for video parts, as in 'Cool series - episode 1' + эпизод + + + + Sent from %1 + %1 жеринен жөнөтүү + + + + Get the full version + Толук версиясын алуу + + + + Downloading %1 + %1 жүктөп алуу + + + + MessageWidget + + + A new version of %1 is available! + %1'дун жаңы версиясы жеткиликтүү! + + + + %1 %2 is now available. You have %3. + %1 %2 азыр жеткиликтүү. Сизде %3. + + + + Would you like to download it now? + Азыр жүктөп алгыңыз келеби? + + + + Skip This Version + Бул версияны өткөрүү + + + + Remind Me Later + Кечирээк эске салуу + + + + Install Update + Жаңыртууларды орнотуу + + + + PasteLineEdit + + + Paste + Коюу + + + + PlaylistItemDelegate + + + %1 views + %1 көрүү + + + + %1 of %2 (%3) — %4 + %1/%2 (%3) — %4 + + + + Preparing + Даярдоо + + + + Failed + Ката + + + + Completed + Аякталды + + + + Stopped + Токтотулду + + + + Stop downloading + Жүктөп алууну токтотуу + + + + Show in %1 + %1 жеринен көрсөтүү + + + + Open parent folder + Эне каталогун ачуу + + + + Restart downloading + Жүктөп алууну кайта баштатуу + + + + PlaylistModel + + + Searching... + Издөө... + + + + Show %1 More + Дагы көрсөтүү %1 + + + + No videos + Видеолор жок + + + + No more videos + Дагы видеолор жок + + + + RefineSearchWidget + + + Sort by + Сорттоо ыкмасы + + + + Relevance + Релеванттуулук + + + + + Date + Дата + + + + View Count + Көрүү саны + + + + Rating + Рейтинг + + + + Anytime + Каалаган убакыт + + + + Today + Бүгүн + + + + 7 Days + 7 күн + + + + 30 Days + 30 күн + + + + Duration + Узундук + + + + + All + Баары + + + + Short + Кыска + + + + Medium + Орточо + + + + Long + Узун + + + + Less than 4 minutes + 4 мүнөттөн кыскараак + + + + Between 4 and 20 minutes + 4 менен 20 мүнөттүн арасынан + + + + Longer than 20 minutes + 20 мүнөттөн көбүрөөк + + + + Quality + Сапат + + + + High Definition + Жогорку чечим + + + + 720p or higher + 720p же чоңураак + + + + Done + Даяр + + + + RegionsView + + + Done + Даяр + + + + SearchLineEdit + + + Search + Издөө + + + + SearchView + + + Welcome to <a href='%1'>%2</a>, + <a href='%1'>%2</a>'ка кош келиңиз, + + + + Get the full version + Толук версиясын сатып алуу + + + + Enter + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" + Видеолорду + + + + a keyword + ачкыч сөз + + + + a channel + канал + + + + to start watching videos. + менен табып көрүү. + + + + Watch + Көрүү + + + + Recent keywords + Соңку ачкыч сөздөр + + + + Recent channels + Соңку каналдар + + + + SidebarHeader + + + + &Back + &Артка + + + + Forward to %1 + %1 алга + + + + Back to %1 + %1 кайтуу + + + + SidebarWidget + + + Refine Search + Издөөнү тактоо + + + + Did you mean: %1 + Муну болжогон жоксузбу: %1 + + + + StandardFeedsView + + + Most Popular + Эң популярдуу + + + + Featured + Тандалмалар + + + + Most Shared + Көп бөлүшкөндөр + + + + Most Discussed + Көп талкуулангандар + + + + Top Rated + Мыктылар + + + + Video + + + Cannot get video stream for %1 + %1 үчүн видео агымды алуу оңунан чыккан жок + + + + Network error: %1 for %2 + Тармак катасы: %1 %2 үчүн + + + + YTRegions + + + Algeria + Алжир + + + + Argentina + Аргентина + + + + Australia + Австралия + + + + Belgium + Белгия + + + + Brazil + Бразилия + + + + Canada + Канада + + + + Chile + Чили + + + + Colombia + Колумбия + + + + Czech Republic + Чехия + + + + Egypt + Египт + + + + France + Франция + + + + Germany + Германия + + + + Ghana + Гана + + + + Greece + Греция + + + + Hong Kong + Гонконг + + + + Hungary + Венгрия + + + + India + Индия + + + + Indonesia + Индонезия + + + + Ireland + Ирландия + + + + Israel + Израиль + + + + Italy + Италия + + + + Japan + Япония + + + + Jordan + Иордан + + + + Kenya + Кения + + + + Malaysia + Малайзия + + + + Mexico + Мексика + + + + Morocco + Марокко + + + + Netherlands + Нидерланддар + + + + New Zealand + Жаңы Зеландия + + + + Nigeria + Нигерия + + + + Peru + Перу + + + + Philippines + Филиппиндер + + + + Poland + Польша + + + + Russia + Орусия + + + + Saudi Arabia + Сауд Аравиясы + + + + Singapore + Сингапур + + + + South Africa + Түштүк Африка + + + + South Korea + Түштүк Корея + + + + Spain + Испания + + + + Sweden + Швеция + + + + Taiwan + Тайвань + + + + Tunisia + Тунис + + + + Turkey + Түркия + + + + Uganda + Уганда + + + + United Arab Emirates + Бириккен Араб Эмираттары + + + + United Kingdom + Улуу Британия + + + + Yemen + Йемен + + + + Worldwide + Бүткүл дүйнөлүк + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/locale.pri minitube-2.0/locale/locale.pri --- minitube-1.9.0/locale/locale.pri 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/locale.pri 2013-02-03 20:19:43.000000000 +0000 @@ -4,7 +4,7 @@ DEPENDPATH += $$PWD # ls -1 *.ts | tr '\n' ' ' -TRANSLATIONS += ar.ts ca.ts ca_ES.ts da.ts de_DE.ts el.ts en.ts es.ts es_AR.ts es_ES.ts fi.ts fi_FI.ts fr.ts gl.ts he_IL.ts hr.ts hu.ts ia.ts id.ts it.ts jv.ts ka_GE.ts nb.ts nl.ts nn.ts pl.ts pl_PL.ts pt.ts pt_BR.ts ro.ts ru.ts sk.ts sl.ts sq.ts sr.ts sv_SE.ts tr.ts uk_UA.ts zh_CN.ts +TRANSLATIONS += ar.ts ca.ts ca_ES.ts cs_CZ.ts da.ts de_DE.ts el.ts en.ts es.ts es_AR.ts es_ES.ts fi.ts fi_FI.ts fr.ts he_IL.ts hr.ts hu.ts ia.ts it.ts ja_JP.ts jv.ts ky.ts nl.ts pl.ts pl_PL.ts pt_BR.ts ro.ts ru.ts sk.ts sl.ts tr.ts zh_CN.ts isEmpty(QMAKE_LRELEASE) { win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease diff -Nru minitube-1.9.0/locale/nb.ts minitube-2.0/locale/nb.ts --- minitube-1.9.0/locale/nb.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/nb.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,1071 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - Det finnes et liv utenfor nettleseren! - - - - Version %1 - Versjon %1 - - - - %1 is Free Software but its development takes precious time. - %1 er fri programvare, men utviklingen tar dyrebar tid. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - Vennligst <a href='%1'>doner</a> for og støtte videre utvikling av %2. - - - - You may want to try my other apps as well: - Du vil kanskje prøve mine andre programmer også: - - - - %1, a YouTube music player - %1, en musikkspiller for YouTube - - - - %1, a music player - %1, en musikkspiller - - - - Translate %1 to your native language using %2 - Oversett %1 til ditt morsmål ved hjelp av %2 - - - - Icon designed by %1. - Ikonet er designet av %1. - - - - Released under the <a href='%1'>GNU General Public License</a> - Utgitt under <a href='%1'>GNU General Public License</a> - - - - &Close - &Steng - - - - About - Om - - - - What you always wanted to know about %1 and never dared to ask - Hva du alltid har ønsket å vite om %1, men aldri turte spørre om - - - - ClearButton - - - Clear - Nullstill - - - - DemoStartupView - - - Please license %1 - Vennligst lisensier %1 - - - - This demo has expired. - Demoen er utløpt. - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Fullversjonen lar deg laste ned videoer lenger enn %1 minutt og se videoer uten avbrytelser. - - - - This demo will expire in %1 days. - Demoen utløper om %1 dager. - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - Ved å kjøpe fullversjonen, støtter du det harde arbeidet som ble lagt inn i å skape %1. - - - - Use Demo - Bruk demoen - - - - Get the full version - Kjøp fullversjonen - - - - DownloadItem - - - bytes - bytes - - - - KB - KB - - - - MB - MB - - - - bytes/sec - bytes/sek - - - - KB/sec - KB/sek - - - - MB/sec - MB/sek - - - - seconds - sekunder - - - - minutes - minutter - - - - %4 %5 remaining - %4 %5 gjenstår - - - - DownloadManager - - - This is just the demo version of %1. - Dette er kun demo-versjonen av %1. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - Den kan kun laste ned videoer på under %1 minutter, for at du skal kunne prøve ut nedlastingsfunksjonen. - - - - Continue - Fortsett - - - - Get the full version - Kjøp fullversjonen - - - - %1 downloaded in %2 - - - - - Download finished - - - - - %n Download(s) - %n nedlasting%n nedlastinger - - - - DownloadSettings - - - Change location... - Endre sted ... - - - - Choose the download location - Velg nedlastingsmappe - - - - Download location changed. - Nedlastingsmappe endret. - - - - Current downloads will still go in the previous location. - Pågående nedlastinger vil bli lagret i den forrige mappen. - - - - Downloading to: %1 - Laster ned til: %1 - - - - DownloadView - - - - Downloads - Nedlastinger - - - - GlobalShortcuts - - - Play - Spill av - - - - Pause - Pause - - - - Play/Pause - Spill av/Pause - - - - Stop - Stopp - - - - Stop playing after current track - Stopp avspilling etter denne videoen. - - - - Next track - Neste video - - - - Previous track - Forrige video - - - - Increase volume - Øk lydvolumet - - - - Decrease volume - Senk lydvolumet - - - - Mute - Lydløs - - - - Seek forward - Søk forover - - - - Seek backward - Søk bakover - - - - ListModel - - - Searching... - Søker... - - - - Show %1 More - Vis %1 flere - - - - No videos - Ingen videoer - - - - No more videos - Ingen flere videoer - - - - LoadingWidget - - - Error - Feil - - - - MainWindow - - - &Stop - &Stopp - - - - Stop playback and go back to the search view - Stopp avspilling og gå tilbake til søkevisningen - - - - S&kip - &Hopp over - - - - Skip to the next video - Hopp til neste video - - - - - &Pause - &Pause - - - - - Pause playback - Sett avspilling på pause - - - - &Full Screen - &Fullskjerm - - - - Go full screen - Fullskjermsvisning - - - - Hide the playlist and the toolbar - Gjem spillelista og verktøylinja - - - - Go to the YouTube video page and pause playback - Gå til YouTube video siden og pause avspillingen - - - - Copy the current video YouTube link to the clipboard - Kopier denne YouTube video linken til utklippstavle - - - - Copy the current video stream URL to the clipboard - Kopier denne video stream URL til utklippstavle - - - - Find other video parts hopefully in the right order - Finn andre videosegment, forhåpentligvis i rett rekkefølge - - - - &Remove - &Fjern - - - - Remove the selected videos from the playlist - Fjern valgte videoer fra spillelista - - - - Move &Up - Flytt &opp - - - - Move up the selected videos in the playlist - Flytt opp valgte videoer i spillelista - - - - Move &Down - Flytt &Ned - - - - Move down the selected videos in the playlist - Flytt ned valgte videoer i spillelista - - - - Clear the search history. Cannot be undone. - Fjern all søkehistorie. Kan ikke angres. - - - - &Quit - &Avslutt - - - - Bye - Farvel - - - - &Website - &Nettsted - - - - %1 on the Web - %1 på internett - - - - Please support the continued development of %1 - Vi håper du kan bidra til å fortsette arbeidet med utvikling av %1 - - - - &About - &Om - - - - Info about %1 - Informasjon om %1 - - - - Search - Søk - - - - Mute volume - Lydløs - - - - - &Downloads - &Nedlastinger - - - - Show details about video downloads - Vis detaljer om nedlasting av video - - - - &Download - &Nedlasting - - - - Download the current video - Last ned denne videoen - - - - Share the current video using %1 - Del denne videoen med %1 - - - - &Email - &Epost - - - - Email - Epost - - - - &Close - &Steng - - - - &Float on Top - &Vis over andre - - - - &Stop After This Video - &Stopp etter denne videoen - - - - &Report an Issue... - - - - - &Refine Search... - - - - - &Application - Applikasjon - - - - Buy %1... - Kjøp %1 … - - - - &Playback - &Avspilling - - - - &Playlist - &Spilleliste - - - - &Video - &Video - - - - &View - &Visning - - - - &Share - &Del - - - - &Help - &Hjelp - - - - Press %1 to raise the volume, %2 to lower it - Trykk på %1 for å øke lydvolumet, %2 for å senke - - - - - Opening %1 - Åpner %1 - - - - Do you want to exit %1 with a download in progress? - Vil du avslutte %1 mens nedlastinger pågår? - - - - If you close %1 now, this download will be cancelled. - Vis du stenger %1 nå, vil nedlastingen bli avbrutt - - - - Close and cancel download - Steng og avbryt nedlastingen - - - - Wait for download to finish - Vent mens nedlastingen fullføres - - - - Leave &Full Screen - Forlat &Full Skjerm - - - - %1 version %2 is now available. - Versjon %2 av %1 er nå tilgjengelig. - - - - Remind me later - Minn meg på det senere - - - - To get the updated version, download %1 again from the link you received via email and reinstall. - Last ned %1 igjen fra lenken du fikk via epost for å få den oppdaterte versjone, og installer så på nytt. - - - - Update - Oppdater - - - - Error: %1 - Feil: %1 - - - - P&revious - &Forrige - - - - Go back to the previous track - Gå til forrige spor - - - - &Compact Mode - &Kompakt modus - - - - Open the &YouTube Page - Åpne siden på &YouTube - - - - Copy the YouTube &Link - Kopier &lenken til YouTube - - - - Copy the Video Stream &URL - Kopier &URL-en til videostrømmen - - - - Find Video &Parts - Finn &deler av videoen - - - - &Clear Recent Searches - T&øm siste søk - - - - Make a &Donation - Gi en &donasjon - - - - &Manually Start Playing - Start avspillingen &manuelt - - - - Manually start playing videos - Spill av videoer manuelt - - - - &Play - &Spill av - - - - Resume playback - Gjenoppta avspilling - - - - Remaining time: %1 - Gjenstående tid: %1 - - - - Volume at %1% - Volum %1% - - - - Volume is muted - Lydløst er på - - - - Volume is unmuted - Lydløst er av - - - - Maximum video definition set to %1 - Maksimum video definisjon innstilling til %1 - - - - Your privacy is now safe - Ditt privatliv er nå sikkert - - - - Downloads complete - Nedlastinger fullført - - - - MediaView - - - You can now paste the YouTube link into another application - Du kan nå lime inn YouTube linken i et annet program - - - - You can now paste the video stream URL into another application - Du kan nå lime inn video stream URL i et annet applikasjon - - - - The link will be valid only for a limited time. - Denne linken vil kun være gyldig i en begrenset tid. - - - - This is just the demo version of %1. - Dette er kun demoversjonen av %1. - - - - It allows you to test the application and see if it works for you. - Dette gir deg muligheten til å prøve ut applikasjonen og se om du den er noe for deg. - - - - Continue - Fortsett - - - - of - Used in video parts, as in '2 of 3' - av - - - - part - This is for video parts, as in 'Cool video - part 1' - del - - - - episode - This is for video parts, as in 'Cool series - episode 1' - episode - - - - Sent from %1 - Sent fra %1 - - - - Get the full version - Kjøp fullversjonen - - - - Downloading %1 - Nedlasting %1 - - - - NetworkAccess - - - Network error: %1 - Feil på nettverk: %1 - - - - PrettyItemDelegate - - - %1 views - %1 visninger - - - - %1 of %2 (%3) — %4 - %1 av %2 (%3) — %4 - - - - Preparing - Forbereder - - - - Failed - Feilet - - - - Completed - Fullført - - - - Stopped - Stoppet - - - - Stop downloading - Stop nedlasting - - - - Show in %1 - Vis i %1 - - - - Open parent folder - Åpne vertsmappen - - - - Restart downloading - Start nedlastingen på nytt - - - - RefineSearchWidget - - - Sort by - - - - - Relevance - - - - - - Date - - - - - View Count - - - - - Rating - - - - - Anytime - - - - - Today - - - - - 7 Days - - - - - 30 Days - - - - - Duration - - - - - - All - - - - - Short - - - - - Medium - - - - - Long - - - - - Less than 4 minutes - - - - - Between 4 and 20 minutes - - - - - Longer than 20 minutes - - - - - Quality - - - - - High Definition - - - - - 720p or higher - - - - - Done - - - - - SearchLineEdit - - - Search - Søk - - - - SearchView - - - Welcome to <a href='%1'>%2</a>, - Velkommen til <a href='%1'>%2</a>, - - - - Get the full version - Kjøpfullversjon - - - - Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" - Skriv - - - - a keyword - ett nøkkelord - - - - a channel - en kanal - - - - to start watching videos. - for å begynne avspilling av video - - - - Watch - Se - - - - Recent keywords - Seneste søkeord - - - - Recent channels - Seneste kanaler - - - - Make yourself comfortable - Finn deg til rette - - - - SidebarWidget - - - Refine Search - - - - - Did you mean: %1 - - - - - Video - - - Cannot get video stream for %1 - Kan ikke hente mediastrøm for %1 - - - - Network error: %1 for %2 - Feil på nettverk: %1 for %2 - - - \ No newline at end of file diff -Nru minitube-1.9.0/locale/nl.ts minitube-2.0/locale/nl.ts --- minitube-1.9.0/locale/nl.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/nl.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Er is leven buiten de browser! - + Version %1 Versie %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 is gratis software, maar de ontwikkeling ervan vergt kostbare tijd. - + Please <a href='%1'>donate</a> to support the continued development of %2. <a href='%1'>Doneer</a> om bij te dragen aan de verdere ontwikkeling van %2. - + You may want to try my other apps as well: Misschien wilt u ook mijn andere apps proberen: - + %1, a YouTube music player %1, een YouTube-muziekspeler - + %1, a music player %1, een muziekspeler - + Translate %1 to your native language using %2 Vertaal %1 naar uw moedertaal met behulp van %2 - + Icon designed by %1. Pictogram ontworpen door %1. - + Released under the <a href='%1'>GNU General Public License</a> Uitgebracht onder de <a href='%1'>GNU General Public License</a> - + &Close &Sluit - + About Over - + What you always wanted to know about %1 and never dared to ask Wat u altijd al had willen weten over %1 maar nooit heeft durven vragen - ClearButton + ActivationDialog - - Clear - Wis + + Enter your License Details + + + + + &Email: + + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 - Licenceer alstublieft %1 + Alstublieft, Licenceer %1 - + This demo has expired. Deze demo is verlopen. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - De volledige versie zal het mogelijk maken om video's langer dan %1 minuten te bekijken zonder onderbrekingen. + - - This demo will expire in %1 days. - Deze demo zal binnen %1 dagen verlopen. + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. - Door dit produkt te kopen beloont u mij voor het harde werk dat ik geïnvesteerd heb in het maken van %1. + Door dit produkt te kopen beloon je mij voor het harde werk dat ik geïnvesteerd heb in het maken van %1. - + Use Demo - Gebruik demo + Gebruik de demo - - Get the full version - Verkrijg de volledige versie + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + Wis DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/sec - + KB/sec KB/sec - + MB/sec MB/sec - + seconds seconden - + minutes minuten - + %4 %5 remaining %4 %5 resterend @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Dit is slechts de demoversie van %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Het kan alleen maar videos downloaden korter dan %1 minuten zodat u de downloadfunctionaliteit kunt testen. - + Continue Ga door - + Get the full version Verkrijg de volledige versie - + %1 downloaded in %2 %1 gedownload in %2 - + Download finished Download greed - + %n Download(s) %n Download%n Downloads @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Verander locatie... - + Choose the download location Kies de downloadlocatie - + Download location changed. Downloadlocatie aangepast. - + Current downloads will still go in the previous location. Huidige downloads zullen in de vorige locatie worden geplaatst. - + Downloading to: %1 Downloaden naar:%1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Bezig met zoeken... + + Search + Zoek - - Show %1 More - Laat %1 meer zien + + Find videos and channels by keyword + - - No videos - Geen video's + + Browse + - - No more videos - Geen video's meer + + Browse videos by category + + + + + Make yourself comfortable + @@ -334,411 +375,426 @@ MainWindow - + &Stop &Stop - + Stop playback and go back to the search view Stop het afspelen en keer terug naar het zoekvenster - + S&kip &Sla over - + Skip to the next video Spoel door naar de volgende vieo - - + + &Pause &Pauzeer - - + + Pause playback Pauzeer afspelen - + &Full Screen &Volledig scherm - + Go full screen Schakel over naar Volledig scherm - + Hide the playlist and the toolbar Verberg de afspeellijst en de werkbalk - + Go to the YouTube video page and pause playback Ga naar de YouTube-videopagina en pauzeer het afspelen - + Copy the current video YouTube link to the clipboard Kopieer de huidige YouTube-link naar het klembord - + Copy the current video stream URL to the clipboard Kopieer de huidige videostream-URL naar het klembord - + Find other video parts hopefully in the right order Vind gerelateerde videofragmenten, hopelijk in de juiste volgorde - + &Remove &Verwijder - + Remove the selected videos from the playlist Verwijder de geselecteerde video's uit de afspeellijst - + Move &Up Verplaats &omhoog - + Move up the selected videos in the playlist Verplaats de geselecteerde video's in de afspeellijst naar boven - + Move &Down Verplaats &omlaag - + Move down the selected videos in the playlist Verplaats de geselecteerde video's in de afspeelijst naar beneden - + Clear the search history. Cannot be undone. Wis de zoek geschiedenis. Dit kan niet ongedaan worden gemaakt. - + &Quit &Sluit af - + Bye Tot ziens - + &Website &Website - + %1 on the Web %1 op het internet - + Please support the continued development of %1 Ondersteun alstublieft de ontwikkeling van %1 - + &About &Over - + Info about %1 Informatie over %1 - + Search Zoek - + Mute volume Demp volume - - + + &Downloads &Downloads - + Show details about video downloads Geef details weer van videodownloads - + &Download &Download - + Download the current video Download de huidige video - + Share the current video using %1 Deel de huidige video door middel van %1 - + &Email &E-mail - + Email E-mail - + &Close &Sluit - + &Float on Top &Zweef erboven - + &Stop After This Video &Stop na deze video - + &Report an Issue... &Rapporteer een Probleem... - + &Refine Search... &Verfijn Zoekopdracht... - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Programma - + Buy %1... Koop %1... - + &Playback &Afspeelopties - + &Playlist &Afspeellijst - + &Video &Video - + &View &Weergave - + &Share &Deel - + &Help &Help - + Press %1 to raise the volume, %2 to lower it Druk op %1 om het volume te verhogen, op %2 om het te verlagen - - + + Opening %1 Bezig met openen van %1 - + Do you want to exit %1 with a download in progress? Wilt u %1 afsluiten terwijl er een download bezig is? - + If you close %1 now, this download will be cancelled. Als u nu %1 afsluit, zal de download worden beëindigd. - + Close and cancel download Sluit en annuleer het downloaden - + Wait for download to finish Wacht tot het downloaden is voltooid - + Leave &Full Screen Verlaat &volledig scherm - + %1 version %2 is now available. %1 versie %2 nu beschikbaar. - + Remind me later Herinner mij later - - To get the updated version, download %1 again from the link you received via email and reinstall. - Om de nieuwste versie te verkrijgen. download %1 opnieuw via de link in de e-mail en herinstalleer. - - - + Update Werk bij - + Error: %1 Fout: %1 - + P&revious V&orige - + Go back to the previous track Ga terug naar het vorige nummer - + &Compact Mode &Compacte modus - + Open the &YouTube Page Open de &Youtube-pagina - + Copy the YouTube &Link Kopieer de YouTube-&link - + Copy the Video Stream &URL Kopieer de videostream-&URL - + Find Video &Parts Vind video&fragmenten - + &Clear Recent Searches &Wis recente zoekopdrachten - + Make a &Donation Geef een &donatie - + &Manually Start Playing &Speel handmatig af - + Manually start playing videos Speel handmatig video's af - + + Choose your content location + + + + &Play &Speel af - + Resume playback Hervat afspelen - + Remaining time: %1 Resterende tijd: %1 - + Volume at %1% Volume op %1% - + Volume is muted Volume is gedempt - + Volume is unmuted Volume is niet gedempt - + Maximum video definition set to %1 Maximale videokwaliteit staat op %1 - + Your privacy is now safe Uw privacy is nu gewaarborgd - + Downloads complete Downloads afgerond @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application U kunt nu uw YouTube-link kopieren naar een ander programma - + You can now paste the video stream URL into another application U kunt nu uw videostream-URL kopieren naar een ander programma - + The link will be valid only for a limited time. De link zal maar een beperkte tijd geldig zijn. - + This is just the demo version of %1. Dit is slechts de demoversie van %1. - + It allows you to test the application and see if it works for you. Het biedt de mogelijkheid de applicatie te testen en te beoordelen. - + Continue Ga door - + of Used in video parts, as in '2 of 3' van - + part This is for video parts, as in 'Cool video - part 1' fragment - + episode This is for video parts, as in 'Cool series - episode 1' aflevering - + Sent from %1 Verstuurd vanaf %1 - + Get the full version Verkrijg de volledige versie - + Downloading %1 Bezig met downloaden van %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + - - Network error: %1 - Netwerkfout: %1 + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + + + + + PasteLineEdit + + + Paste + - PrettyItemDelegate + PlaylistItemDelegate - + %1 views %1 bekeken - + %1 of %2 (%3) — %4 - %1 van %2 (%3) — %4 + - + Preparing - Bezig met voorbereiden + - + Failed - Mislukt + - + Completed - Afgerond + - + Stopped - Gestopt + - + Stop downloading - Stop het downloaden + - + Show in %1 - Toon in %1 + - + Open parent folder - Open oudermap + - + Restart downloading - Herstart downloaden + + + + + PlaylistModel + + + Searching... + Bezig met zoeken... + + + + Show %1 More + + + + + No videos + Geen video's + + + + No more videos + RefineSearchWidget - + Sort by Sorteer op - + Relevance Relevantie - - + + Date Datum - + View Count Weergaven - + Rating Waardering - + Anytime Elke Periode - + Today Vandaag - + 7 Days 7 Dagen - + 30 Days 30 Dagen - + Duration Duur - - + + All Alles - + Short Kort - + Medium Gemiddeld - + Long Lang - + Less than 4 minutes Minder dan 4 minuten - + Between 4 and 20 minutes Tussen 4 en 20 minuten - + Longer than 20 minutes Langer dan 20 minuten - + Quality Kwaliteit - + High Definition HD Resolutie - + 720p or higher 720p of hover - + Done Klaar + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Welkom bij <a href='%1'>%2</a>, - + Get the full version Verkrijg de volledige versie - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Typ - + a keyword een zoekwoord - + a channel een kanaal - + to start watching videos. om te beginnen met het bekijken van video's. - + Watch Bekijk - + Recent keywords Recente zoekwoorden - + Recent channels Recente kanalen + + + SidebarHeader - - Make yourself comfortable - Ga er lekker voor zitten + + + &Back + &Terug + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Verfijn Zoekopdracht - + Did you mean: %1 Bedoelde je: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 Kan de videostream niet verkrijgen voor %1 - + Network error: %1 for %2 Netwerkfout: %1 voor %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/nn.ts minitube-2.0/locale/nn.ts --- minitube-1.9.0/locale/nn.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/nn.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,1071 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - Det finst eit liv utanfor nettlesaren! - - - - Version %1 - Versjon %1 - - - - %1 is Free Software but its development takes precious time. - %1 er fri programvare, men utviklinga tek dyrebar tid. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - Ver venleg og <a href='%1'>doner</a> for å støtta vidare utvikling av %2. - - - - You may want to try my other apps as well: - Du er kanskje interessert i å prøva dei andre programma mine: - - - - %1, a YouTube music player - %1, ein musikkspelar for YouTube - - - - %1, a music player - %1, ein musikkspelar - - - - Translate %1 to your native language using %2 - Omset %1 til morsmålet ditt med %2 - - - - Icon designed by %1. - Ikonet er utforma av %1. - - - - Released under the <a href='%1'>GNU General Public License</a> - Utgjeve under <a href='%1'>GNU General Public License</a> - - - - &Close - &Lukk - - - - About - Om - - - - What you always wanted to know about %1 and never dared to ask - Alt du alltid har ynskt å vita om %1, men aldri tort spørja om - - - - ClearButton - - - Clear - Nullstill - - - - DemoStartupView - - - Please license %1 - Ver venleg og lisensier %1 - - - - This demo has expired. - Demoen har laupt ut. - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Den fullstendige utgåva lar deg lasta ned videoar som er meir enn %1 minutt lange, og lar deg sjå videoar utan avbrot. - - - - This demo will expire in %1 days. - Denne demoen lauper ut om %1 dagar. - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - Ved å kjøpa den fullstendige utgåva, støttar du arbeidet lagt inn i å skapa %1. - - - - Use Demo - Bruk demoen - - - - Get the full version - Kjøp fullversjonen - - - - DownloadItem - - - bytes - byte - - - - KB - KB - - - - MB - MB - - - - bytes/sec - byte/sek - - - - KB/sec - KB/sek - - - - MB/sec - MB/sek - - - - seconds - sekund - - - - minutes - minutt - - - - %4 %5 remaining - %4 %5 gjenstår - - - - DownloadManager - - - This is just the demo version of %1. - Dette er berre demoutgåva av %1. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - Han kan berre lasta ned videoar på under %1 minutt, for at du skal kunna prøva ut nedlastingsfunksjonen. - - - - Continue - Hald fram - - - - Get the full version - Kjøp fullversjonen - - - - %1 downloaded in %2 - - - - - Download finished - - - - - %n Download(s) - %n nedlasting%n nedlastingar - - - - DownloadSettings - - - Change location... - Endra stad … - - - - Choose the download location - Vel nedlastingsmappe - - - - Download location changed. - Nedlastingsmappe endra. - - - - Current downloads will still go in the previous location. - Nedlastingar som er i gong vil likevel lagrast i den førre mappa. - - - - Downloading to: %1 - Lastar ned til: %1 - - - - DownloadView - - - - Downloads - Nedlastingar - - - - GlobalShortcuts - - - Play - Spel av - - - - Pause - Pause - - - - Play/Pause - Spel av/pause - - - - Stop - Stopp - - - - Stop playing after current track - Stopp avspelinga etter denne videoen - - - - Next track - Neste video - - - - Previous track - Førre video - - - - Increase volume - Auk lydvolumet - - - - Decrease volume - Senk lydvolumet - - - - Mute - Lydlaus - - - - Seek forward - Søk framover - - - - Seek backward - Søk bakover - - - - ListModel - - - Searching... - Søkjer … - - - - Show %1 More - Vis %1 fleire - - - - No videos - Ingen videoar - - - - No more videos - Ingen fleire videoar - - - - LoadingWidget - - - Error - Feil - - - - MainWindow - - - &Stop - &Stopp - - - - Stop playback and go back to the search view - Stoppar avspeling og går tilbake til søkjevisinga - - - - S&kip - &Hopp over - - - - Skip to the next video - Hopp til neste video - - - - - &Pause - &Pause - - - - - Pause playback - Set avspeling på pause - - - - &Full Screen - &Fullskjerm - - - - Go full screen - Fullskjermvising - - - - Hide the playlist and the toolbar - Gøym spelelista og verktøylinja - - - - Go to the YouTube video page and pause playback - Gå til video-sida på YouTube og set avspelinga på pause - - - - Copy the current video YouTube link to the clipboard - Kopier denne YouTube video-lenkja til utklippstavla - - - - Copy the current video stream URL to the clipboard - Kopier denne videostraumlenkja til utklippstavla - - - - Find other video parts hopefully in the right order - Finn andre deler av videoen, vonleg i rett følgje - - - - &Remove - &Fjern - - - - Remove the selected videos from the playlist - Fjern valde videoar frå spelelista - - - - Move &Up - Flytt &opp - - - - Move up the selected videos in the playlist - Flytt opp valde videoar i spelelista - - - - Move &Down - Flytt &ned - - - - Move down the selected videos in the playlist - Flytt ned valde videoar i spelelista - - - - Clear the search history. Cannot be undone. - Fjern all søkjehistorie. Kan ikkje angrast. - - - - &Quit - &Avslutt - - - - Bye - Farvel - - - - &Website - &Nettstad - - - - %1 on the Web - %1 på internett - - - - Please support the continued development of %1 - Vi håpar du kan bidra til vidare utvikling av %1 - - - - &About - &Om - - - - Info about %1 - Informasjon om %1 - - - - Search - Søk - - - - Mute volume - Lydlaus - - - - - &Downloads - &Nedlastingar - - - - Show details about video downloads - Vis detaljar om videonedlasting - - - - &Download - &Nedlasting - - - - Download the current video - Last ned denne videoen - - - - Share the current video using %1 - Del denne videoen med %1 - - - - &Email - &Epost - - - - Email - Epost - - - - &Close - &Steng - - - - &Float on Top - &Vis over andre - - - - &Stop After This Video - &Stopp etter denne videoen - - - - &Report an Issue... - - - - - &Refine Search... - - - - - &Application - &Program - - - - Buy %1... - Kjøp %1 … - - - - &Playback - &Avspeling - - - - &Playlist - &Speleliste - - - - &Video - &Video - - - - &View - &Vising - - - - &Share - &Del - - - - &Help - &Hjelp - - - - Press %1 to raise the volume, %2 to lower it - Trykk på %1 for å auka lydvolumet, %2 for å senka - - - - - Opening %1 - Opnar %1 - - - - Do you want to exit %1 with a download in progress? - Vil du avslutta %1 medan ei nedlasting er i gang? - - - - If you close %1 now, this download will be cancelled. - Vis du stenger %1 no, vil nedlastinga avbrytast - - - - Close and cancel download - Steng og avbryt nedlastinga - - - - Wait for download to finish - Vent medan nedlastinga vert fullførd - - - - Leave &Full Screen - Forlat &fullskjerm - - - - %1 version %2 is now available. - Versjon %2 av %1 er no tilgjengeleg. - - - - Remind me later - Minn meg på det seinare - - - - To get the updated version, download %1 again from the link you received via email and reinstall. - Last ned %1 igjen frå lenkja du fekk via epost, og installer på nytt, for å få den oppdaterte versjonen. - - - - Update - Oppdater - - - - Error: %1 - Feil: %1 - - - - P&revious - &Førre - - - - Go back to the previous track - Gå til førre spor - - - - &Compact Mode - &Kompakt modus - - - - Open the &YouTube Page - Opna &YouTube-sida - - - - Copy the YouTube &Link - Kopier YouTube-&lenkja - - - - Copy the Video Stream &URL - Kopier &URL-en til videostraumen - - - - Find Video &Parts - Finn &delane av videoen - - - - &Clear Recent Searches - &Tøm siste søk - - - - Make a &Donation - &Doner - - - - &Manually Start Playing - Start avspelinga &manuelt - - - - Manually start playing videos - Spel av videoar manuelt - - - - &Play - &Spel av - - - - Resume playback - Gjenoppta avspeling - - - - Remaining time: %1 - Tid igjen: %1 - - - - Volume at %1% - Volum %1% - - - - Volume is muted - Lydlaust er på - - - - Volume is unmuted - Lydlaust er av - - - - Maximum video definition set to %1 - Maksimum videodefinisjon sett til %1 - - - - Your privacy is now safe - Privatlivet ditt er no sikkert - - - - Downloads complete - Nedlastingar fullførde - - - - MediaView - - - You can now paste the YouTube link into another application - Du kan no lima inn YouTube-lenkja i eit anna program - - - - You can now paste the video stream URL into another application - Du kan no lima inn videostraumlenkja i eit anna program - - - - The link will be valid only for a limited time. - Denne lenkja vil berre vera gyldig i ei avgrensa tid. - - - - This is just the demo version of %1. - Dette er berre demoutgåva av %1. - - - - It allows you to test the application and see if it works for you. - Dette lèt prøva ut programmet og sjå om det er noko for deg. - - - - Continue - Hald fram - - - - of - Used in video parts, as in '2 of 3' - av - - - - part - This is for video parts, as in 'Cool video - part 1' - del - - - - episode - This is for video parts, as in 'Cool series - episode 1' - episode - - - - Sent from %1 - Send frå %1 - - - - Get the full version - Kjøp fullversjonen - - - - Downloading %1 - Lastar ned %1 - - - - NetworkAccess - - - Network error: %1 - Feil på nettverket: %1 - - - - PrettyItemDelegate - - - %1 views - %1 visingar - - - - %1 of %2 (%3) — %4 - %1 av %2 (%3) — %4 - - - - Preparing - Førebur - - - - Failed - Feila - - - - Completed - Ferdig - - - - Stopped - Stoppa - - - - Stop downloading - Stopp nedlasting - - - - Show in %1 - Vis i %1 - - - - Open parent folder - Opna vertsmappa - - - - Restart downloading - Start nedlastinga på nytt - - - - RefineSearchWidget - - - Sort by - - - - - Relevance - - - - - - Date - - - - - View Count - - - - - Rating - - - - - Anytime - - - - - Today - - - - - 7 Days - - - - - 30 Days - - - - - Duration - - - - - - All - - - - - Short - - - - - Medium - - - - - Long - - - - - Less than 4 minutes - - - - - Between 4 and 20 minutes - - - - - Longer than 20 minutes - - - - - Quality - - - - - High Definition - - - - - 720p or higher - - - - - Done - - - - - SearchLineEdit - - - Search - Søk - - - - SearchView - - - Welcome to <a href='%1'>%2</a>, - Velkomen til <a href='%1'>%2</a>, - - - - Get the full version - Kjøpfullversjonen - - - - Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" - Skriv - - - - a keyword - eit nøkkelord - - - - a channel - ein kanal - - - - to start watching videos. - for å å sjå videoar. - - - - Watch - Snurr film - - - - Recent keywords - Siste søkjeord - - - - Recent channels - Siste kanalar - - - - Make yourself comfortable - Finn deg til rette - - - - SidebarWidget - - - Refine Search - - - - - Did you mean: %1 - - - - - Video - - - Cannot get video stream for %1 - Kan ikkje henta videostraumen til %1 - - - - Network error: %1 for %2 - Feil på nettverket: %1 for %2 - - - \ No newline at end of file diff -Nru minitube-1.9.0/locale/pl.ts minitube-2.0/locale/pl.ts --- minitube-1.9.0/locale/pl.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/pl.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Istnieje życie poza przeglądarką! - + Version %1 Wersja %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 jest wolnym oprogramowaniem, ale jego rozwój pochłania cenney czas. - + Please <a href='%1'>donate</a> to support the continued development of %2. Proszę <a href='%1'>wesprzyj nas darowizną</a> żybyśmy mogli ciągle rozwijać %2. - + You may want to try my other apps as well: - + %1, a YouTube music player - + %1, a music player - + Translate %1 to your native language using %2 Przetłumacz %1 na swój język używając %2 - + Icon designed by %1. Ikony zaprojektowane przez %1. - + Released under the <a href='%1'>GNU General Public License</a> Wydane na licencji<a href='%1'>GNU General Public License</a> - + &Close &Zamknij - + About O programie Minitube - + What you always wanted to know about %1 and never dared to ask To co zawsze chcieliście wiedzieć o %1 ale nigdy się nie odważyliście zapytać - ClearButton + ActivationDialog - - Clear - Wyczyść + + Enter your License Details + + + + + &Email: + &Email: + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 - + Proszę licencjonować %1 - + This demo has expired. Te demo wygasło. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - + Pełna wersja pozwoli ci ściągać filmiki dłuższe niż %1 minut i oglądać je bez przycięć. - - This demo will expire in %1 days. - Te demo wygasa za %1 dni. + + Without a license, the application will expire in %1 days. + Bez licencji ta aplikacja wygaśnie za %1 dni. - + By purchasing the full version, you will also support the hard work I put into creating %1. - + Przez zakup pełnej wersji wesprzesz również ciężką pracę, którą włożyłem w stworzenie %1. - + Use Demo Użyj Dema - - Get the full version - Pobierz pełną wersję + + Enter License + Wprowadź Licencję + + + + Buy License + Kup Licencję + + + + ClearButton + + + Clear + Wyczyść DownloadItem - + bytes bajty - + KB KB - + MB MB - + bytes/sec bajtów/sekundę - + KB/sec KB/sek - + MB/sec MB/sek - + seconds sekund - + minutes minut - + %4 %5 remaining %4 %5 pozostało do końca @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. To jest tylko wersja demo%1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Może jedynie pobierać filmy krótsze niż%1 minut, więc można przetestować funkcje pobierania. - + Continue Kontynuuj - + Get the full version Pobierz pełną wersję - + %1 downloaded in %2 - + Download finished - + Pobieranie ukończone - + %n Download(s) %n Pobieranie%n Pobieranie%n Pobieranie @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Zmień katalog pobierania... - + Choose the download location Wybierz katalog pobierania - + Download location changed. Katalog pobierania został zmieniony. - + Current downloads will still go in the previous location. Aktualnie pobierane pliki zostaną we wcześniejszym katalogu pobierania. - + Downloading to: %1 Pobierane do: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Ściąganie aktualizacji... + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Szukam... + + Search + Szukaj - - Show %1 More - Pokaż kolejne %1 + + Find videos and channels by keyword + - - No videos - Brak plików + + Browse + Przeglądaj - - No more videos - Nie ma więcej plików + + Browse videos by category + Przeglądaj wideo według kategorii + + + + Make yourself comfortable + Poczuj się komfortowo @@ -334,411 +375,426 @@ MainWindow - + &Stop &Zatrzymaj - + Stop playback and go back to the search view Zatrzymaj odtwarzanie i wróć do wyszukiwania - + S&kip Prze&skocz dalej - + Skip to the next video Skocz do następnego pliku wideo - - + + &Pause &Pauza - - + + Pause playback Wstrzymaj odtwarzanie - + &Full Screen Pełny ekran (&F) - + Go full screen Przełącz na pełny ekran - + Hide the playlist and the toolbar Ukryj listę odtwarzania i pasek narzędzi - + Go to the YouTube video page and pause playback Otwórz na stronie Youtube i wstrzymaj odtwarzanie - + Copy the current video YouTube link to the clipboard Kopiuj link aktualnie odtwarzanego video do schowka - + Copy the current video stream URL to the clipboard Kopiuj adres URL odtwarzanego wideo do schowka - + Find other video parts hopefully in the right order - + &Remove Usuń (&D) - + Remove the selected videos from the playlist Usuń wybrane pliki z listy odtwarzania - + Move &Up Przenieś &Wyżej - + Move up the selected videos in the playlist Przenieś wyżej zaznaczony plik w liście odtwarzania - + Move &Down Przenieś &Niżej - + Move down the selected videos in the playlist Przenieś niżej zaznaczony plik w liście odtwarzania - + Clear the search history. Cannot be undone. Wyczyść historię wyszukiwania. NIEODWRACALNIE. - + &Quit Wyjdź (&Q) - + Bye Żegnaj - + &Website Strona domowa projektu (&W) - + %1 on the Web %1 w sieci - + Please support the continued development of %1 Prosimy o wsparcie dla dalszego rozwoju %1 - + &About O programie (&A) - + Info about %1 Informacje o %1 - + Search Szukaj - + Mute volume Wycisz - - + + &Downloads &Pobrane - + Show details about video downloads Pokaż szczegóły o pobranych plikach - + &Download &Pobierz - + Download the current video Pobierz aktualny plik - + Share the current video using %1 Udostępnij te wideo używając %1 - + &Email &E-mail - + Email E-mail - + &Close &Zamknij - + &Float on Top - + &Stop After This Video - + &Report an Issue... - + &Refine Search... - + + More... + Więcej... + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Aplikacje - + Buy %1... Kup %1... - + &Playback &Odtwarzanie - + &Playlist &Lista odtwarzania - + &Video &Wideo - + &View &Widok - + &Share Udo&stępnij - + &Help &Pomoc - + Press %1 to raise the volume, %2 to lower it Wciścnij %1 żeby zwiększyć głośność, %2 żeby zmiejszyć głośność - - + + Opening %1 Otwieranie %1 - + Do you want to exit %1 with a download in progress? Czy na pewno chcesz zamknąć %1 w trakcie pobierania??? - + If you close %1 now, this download will be cancelled. Jeśli zamkniesz %1 teraz, To pobieranie będzie anulowane. - + Close and cancel download Zamnij i anuluj pobieranie - + Wait for download to finish Poczekaj na zakończenie pobierania - + Leave &Full Screen Opuść &tryb pełnoekranowy - + %1 version %2 is now available. %1 wersja %2 jest teraz dostępna. - + Remind me later Przypomnij mi później - - To get the updated version, download %1 again from the link you received via email and reinstall. - - - - + Update Aktualizuj - + Error: %1 Błąd %1 - + P&revious Pop&rzedni - + Go back to the previous track Powrót do poprzedniego utworu - + &Compact Mode - + Open the &YouTube Page - + Otwórz na &Youtube - + Copy the YouTube &Link - + Copy the Video Stream &URL - + Kopiuj adres &URL strumienia wideo - + Find Video &Parts - + &Clear Recent Searches - + Wy&czyść Ostatnie Poszukiwania - + Make a &Donation - + Przekaż &darowiznę - + &Manually Start Playing - + Manually start playing videos - + + Choose your content location + + + + &Play &Odtwarzaj - + Resume playback Kontynuuj odtwarzanie - + Remaining time: %1 Pozostały czas %1 - + Volume at %1% Głośność na %1% - + Volume is muted Dźwięk jest wyciszony - + Volume is unmuted Przywrócono dźwięk - + Maximum video definition set to %1 Maksymalna rozdzielczość wideo ustawiona na %1 - + Your privacy is now safe Twoja prywatność jest teraz bezpieczna - + Downloads complete Pobieranie ukończone @@ -746,238 +802,302 @@ MediaView - + You can now paste the YouTube link into another application Teraz możesz wkleić link Youtube do innej aplikacji - + You can now paste the video stream URL into another application Teraz możesz wkleić URL do innej aplikacji - + The link will be valid only for a limited time. Link będzie ważny tylko przez ograniczony czas. - + This is just the demo version of %1. To jest tylko wersja demo %1. - + It allows you to test the application and see if it works for you. Pozwala Ci to na testowanie i sprawdzenie działania aplikacji. - + Continue Kontynuuj - + of Used in video parts, as in '2 of 3' z - + part This is for video parts, as in 'Cool video - part 1' część - + episode This is for video parts, as in 'Cool series - episode 1' odcinek - + Sent from %1 - + Wysłano z %1 - + Get the full version Pobierz pełną wersję - + Downloading %1 Pobieranie %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + - - Network error: %1 - Błąd sieci %1 + + Would you like to download it now? + Czy chcesz to teraz pobrać? + + + + Skip This Version + Pomiń Tą Wersję + + + + Remind Me Later + Przypomnij Mi Później + + + + Install Update + - PrettyItemDelegate + PasteLineEdit - + + Paste + Wklej + + + + PlaylistItemDelegate + + %1 views %1 widziane - + %1 of %2 (%3) — %4 - %1 of %2 (%3) — %4 + %1 z %2 (%3) — %4 - + Preparing Przegotowuję - + Failed - Nieudane + Niepowodzenie - + Completed Zakończone - + Stopped - Zatrzymane + Zatrzymano - + Stop downloading Zatrzymaj pobieranie - + Show in %1 Pokaż w %1 - + Open parent folder - Otwórz katalog macierzysty + - + Restart downloading Pobierz od nowa + PlaylistModel + + + Searching... + Szukanie... + + + + Show %1 More + Pokaż kolejne %1 + + + + No videos + Brak wideo + + + + No more videos + Nie ma więcej wideo + + + RefineSearchWidget - + Sort by - + Sortuj według - + Relevance - - + + Date - + Daty - + View Count - + Rating - + Anytime - + Kiedykolwiek - + Today - + Dzisiaj - + 7 Days - + 7 Dni - + 30 Days - + 30 Dni - + Duration - - + + All - + Wszystko - + Short - + Medium - + Long - + Less than 4 minutes - + Krótsze niż 4 minuty - + Between 4 and 20 minutes - + Pomiędzy 4 a 20 minutami - + Longer than 20 minutes - + Dłuższe niż 20 minut - + Quality - + Jakość - + High Definition - + 720p or higher - + Done - + Ukończono + + + + RegionsView + + + Done + Ukończono @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Witaj w <a href='%1'>%2</a>, - + Get the full version Pobierz pełną wersję - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Zatwierdź - + a keyword słowo kluczowe - + a channel kanał - + to start watching videos. aby rozpocząć oglądanie - + Watch Oglądaj - + Recent keywords Ostatnio szukane - + Recent channels Odwiedzone kanały + + + SidebarHeader - - Make yourself comfortable - Czuj sie komfortowo + + + &Back + &Wstecz + + + + Forward to %1 + Przewiń do %1 + + + + Back to %1 + Cofnij do %1 SidebarWidget - + Refine Search - + Did you mean: %1 + Czy chodziło o: %1 + + + + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated Video - + Cannot get video stream for %1 Nie można uzyskać dostępu do %1 - + Network error: %1 for %2 Błąd sieci: %1 for %2 + + YTRegions + + + Algeria + Algieria + + + + Argentina + Argentyna + + + + Australia + Australia + + + + Belgium + Belgia + + + + Brazil + Brazylia + + + + Canada + Kanada + + + + Chile + Chile + + + + Colombia + Kolumbia + + + + Czech Republic + Czechy + + + + Egypt + Egipt + + + + France + Francja + + + + Germany + Niemcy + + + + Ghana + + + + + Greece + Grecja + + + + Hong Kong + Hong Kong + + + + Hungary + Węgry + + + + India + Indie + + + + Indonesia + Indonezja + + + + Ireland + Irlandia + + + + Israel + Izrael + + + + Italy + Włochy + + + + Japan + Japonia + + + + Jordan + + + + + Kenya + Kenia + + + + Malaysia + Malezja + + + + Mexico + Meksyk + + + + Morocco + Maroko + + + + Netherlands + + + + + New Zealand + Nowa Zelandia + + + + Nigeria + Nigeria + + + + Peru + Peru + + + + Philippines + Filipiny + + + + Poland + Polska + + + + Russia + Rosja + + + + Saudi Arabia + Arabia Saudyjska + + + + Singapore + Singapur + + + + South Africa + Południowa Afryka + + + + South Korea + Południowa Korea + + + + Spain + Hiszpania + + + + Sweden + Szwecja + + + + Taiwan + Tajwan + + + + Tunisia + Tunezja + + + + Turkey + Turcja + + + + Uganda + Uganda + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/pl_PL.ts minitube-2.0/locale/pl_PL.ts --- minitube-1.9.0/locale/pl_PL.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/pl_PL.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Życie istnieje też poza przeglądarką! - + Version %1 Wersja %1 - + + Licensed to: %1 + Licencjonowane dla: %1 + + + %1 is Free Software but its development takes precious time. %1 jest darmowym oprogramowaniem, ale jego stworzenie też wymaga cennego czasu. - + Please <a href='%1'>donate</a> to support the continued development of %2. Proszę o <a href='%1'>dotacje</a> dla dalszego rozwoju %2. - + You may want to try my other apps as well: Może chcesz wypróbować inne moje aplikacje: - + %1, a YouTube music player %1, odtwarzacz muzyki z YouTube'a - + %1, a music player %1, odtwarzacz muzyki - + Translate %1 to your native language using %2 Przetłumacz %1 na swój język używając %2 - + Icon designed by %1. Ikony zaprojektowane przez %1. - + Released under the <a href='%1'>GNU General Public License</a> Wydane na licencji<a href='%1'>GNU General Public License</a> - + &Close &Zamknij - + About O programie - + What you always wanted to know about %1 and never dared to ask Wszystko, co chcieliście wiedzieć o %1, ale baliście się zapytać - ClearButton + ActivationDialog - - Clear - Wyczyść + + Enter your License Details + Podaj szczegóły twojej licencji + + + + &Email: + Adres &Email: + + + + &Code: + &Kod: - DemoStartupView + ActivationView - + Please license %1 - Proszę zalicencjonować %1 + Proszę kup licencję %1 - + This demo has expired. - Ta wersja demo wygasła. + To demo wygasło. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Pełna wersja pozwala na pobieranie filmów dłuższych niż %1 min. oraz oglądać filmy bez przeszkód. + Pełna wersja pozwoli Ci pobierać filmy dłuższe niż %1 minut(y) i oglądać je bez zakłóceń. - - This demo will expire in %1 days. - To demo wygaśnie za %1 dni. + + Without a license, the application will expire in %1 days. + Bez licencji, program wygaśnie za %1 dni. - + By purchasing the full version, you will also support the hard work I put into creating %1. - Kupując pełną wersję, wspierasz także moją ciężką pracę którą wkładam w tworzenie %1. + Kupując pełną wersję, wspieraż także ciężką pracę, jaką włożyłem w stworzenie %1. - + Use Demo - Dawaj Demo! + Uruchom w trybie demonstracyjnym - - Get the full version - Pobierz pełną wersję + + Enter License + Wprowadź dane licencji + + + + Buy License + Kup licencję + + + + ClearButton + + + Clear + Wyczyść DownloadItem - + bytes B - + KB KB - + MB MB - + bytes/sec B/s - + KB/sec KB/s - + MB/sec MB/s - + seconds sek. - + minutes min. - + %4 %5 remaining pozostało %4 %5 @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. To jest tylko wersja demo %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Może pobierać jedynie filmy krótsze niż %1 minut, dla przetestowania funkcji pobierania. - + Continue Dalej - + Get the full version Pobierz pełną wersję - + %1 downloaded in %2 %1 ściągnięte w %2 - + Download finished Ściąganie zakończone - + %n Download(s) @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Zmień katalog pobierania... - + Choose the download location Wybierz katalog pobierania - + Download location changed. Katalog pobierania został zmieniony. - + Current downloads will still go in the previous location. Aktualnie pobierane pliki zostaną we wcześniejszym katalogu pobierania. - + Downloading to: %1 Pobierane do: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Pobieranie aktualizacji... + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Szukam... + + Search + Szukaj - - Show %1 More - Pokaż kolejne %1 + + Find videos and channels by keyword + Znajdź filmy i kanały po słowie kluczowym - - No videos - Brak plików + + Browse + Przeglądaj - - No more videos - Nie ma więcej plików + + Browse videos by category + Przeglądaj filmy po kategorii + + + + Make yourself comfortable + Rozgość się @@ -334,411 +375,426 @@ MainWindow - + &Stop &Zatrzymaj - + Stop playback and go back to the search view Przerwij odtwarzanie i wróć do wyszukiwania - + S&kip Prze&skocz dalej - + Skip to the next video Przejdź do następnego pliku wideo - - + + &Pause &Pauza - - + + Pause playback Wstrzymaj odtwarzanie - + &Full Screen &Pełny ekran - + Go full screen Przełącz na pełny ekran - + Hide the playlist and the toolbar Ukryj listę odtwarzania i pasek narzędzi - + Go to the YouTube video page and pause playback Przejdź do strony YouTube i wstrzymaj odtwarzanie - + Copy the current video YouTube link to the clipboard Skopiuj link YouTube odtwarzanego filmu do schowka - + Copy the current video stream URL to the clipboard Kopiuj adres URL odtwarzanego wideo do schowka - + Find other video parts hopefully in the right order Znajdź pozostałe części filmu w, miejmy nadzieję, dobrej kolejności - + &Remove &Usuń - + Remove the selected videos from the playlist Usuń wybrane pliki z listy odtwarzania - + Move &Up Przesuń w &Górę - + Move up the selected videos in the playlist Przesuń wyżej zaznaczone pliki - + Move &Down Przesuń w &Dół - + Move down the selected videos in the playlist Przesuń niżej zaznaczone pliki - + Clear the search history. Cannot be undone. Czyści historię wyszukiwania. Nieodwracalnie. - + &Quit &Weź to wyłącz - + Bye Narciarz - + &Website &Wyświetl stronę - + %1 on the Web %1 on the Web - + Please support the continued development of %1 Wesprzyj dalszy rozwój %1 - + &About O &Programie - + Info about %1 Informacje o %1 - + Search Szukaj - + Mute volume Wycisz - - + + &Downloads &Pobrane - + Show details about video downloads Pokaż szczegóły o pobranych plikach - + &Download &Pobierz - + Download the current video Pobierz aktualny plik - + Share the current video using %1 Podziel się tym filmem przez %1 - + &Email &E-mail - + Email e-mail - + &Close &Zamknij - + &Float on Top &Ustaw na wierzchu - + &Stop After This Video &Zatrzymaj po tym filmie - + &Report an Issue... Zgłoś problem... - + &Refine Search... &Zawęź wyszukiwanie... - + + More... + Więcej... + + + + &Related Videos + Powiązane filmy + + + + Watch videos related to the current one + Oglądaj filmy powiązane z aktualnie oglądanym + + + &Application &Aplikacja - + Buy %1... Kup%1 - + &Playback &Odtwarzanie - + &Playlist &Lista odtwarzania - + &Video &Wideo - + &View &Widok - + &Share &Podziel się - + &Help &Halp znaczy pomoc - + Press %1 to raise the volume, %2 to lower it Naciśnij %1 aby podgłośnić, %2 aby przyciszyć - - + + Opening %1 Otwieranie %1 - + Do you want to exit %1 with a download in progress? Czy na pewno chcesz zamknąć %1 w trakcie pobierania??? - + If you close %1 now, this download will be cancelled. Jeśli zamkniesz %1 teraz, To pobieranie będzie anulowane. - + Close and cancel download Zamnij i anuluj pobieranie - + Wait for download to finish Poczekaj na zakończenie pobierania - + Leave &Full Screen Opuść pełny ekran (&F) - + %1 version %2 is now available. Wersja %1 %2 jest dostępna - + Remind me later Przypomnij później - - To get the updated version, download %1 again from the link you received via email and reinstall. - Aby pobrać zaktualizowaną wersję, pobierz na nowo %1 używając linka otrzymanego na e-mail, i zainstaluj ponownie. - - - + Update Zaktualizuj - + Error: %1 Błąd %1 - + P&revious P&oprzedni - + Go back to the previous track Wróć do poprzedniej ścieżki - + &Compact Mode &Tryb kompaktowy - + Open the &YouTube Page Otwórz stronę &YouTube - + Copy the YouTube &Link Skopiuj &link do strony Youtube - + Copy the Video Stream &URL Skopiuj &URL strumienia wideo - + Find Video &Parts Znajdź części filmu - + &Clear Recent Searches &Wyczyść ostatnie wyszukiwania - + Make a &Donation Przekaż &dotację - + &Manually Start Playing &Ręczne rozpoczynanie odtwarzania - + Manually start playing videos Ręcznie odtwarzaj filmy - + + Choose your content location + Wybierz swoją lokalizację + + + &Play &Graj - + Resume playback Przywróć odtwarzanie - + Remaining time: %1 Pozostały czas: %1 - + Volume at %1% Głośność: %1% - + Volume is muted Dźwięk wyciszony - + Volume is unmuted Dźwięk przywrócony - + Maximum video definition set to %1 Maksymalna rozdzielczość wideo ustawiona na %1 - + Your privacy is now safe Twoja prywatność jest już bezpieczna - + Downloads complete Pobieranie ukończone @@ -746,236 +802,300 @@ MediaView - + You can now paste the YouTube link into another application Teraz można wkleić link YouTube do innej aplikacji - + You can now paste the video stream URL into another application Teraz możesz wkleić URL do innej aplikacji - + The link will be valid only for a limited time. Link będzie ważny tylko przez ograniczony czas. - + This is just the demo version of %1. To jest tylko wersja demo %1. - + It allows you to test the application and see if it works for you. Pozwala przetestować aplikację, i zobaczyć czy Ci odpowiada. - + Continue Dalej - + of Used in video parts, as in '2 of 3' z - + part This is for video parts, as in 'Cool video - part 1' część - + episode This is for video parts, as in 'Cool series - episode 1' odcinek - + Sent from %1 Przesłane od %1 - + Get the full version Zdobądź pełną wersję - + Downloading %1 Pobieranie %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + Nowa wersja %1 jest dostępna! + + + + %1 %2 is now available. You have %3. + %1 %2 jest dostępna. Aktualnie posiadasz %3. + - - Network error: %1 - Błąd sieci %1 + + Would you like to download it now? + Chcesz pobrać teraz? + + + + Skip This Version + Pomiń tą wersję + + + + Remind Me Later + Przypomnij mi później + + + + Install Update + Instaluj aktualizację + + + + PasteLineEdit + + + Paste + Wklej - PrettyItemDelegate + PlaylistItemDelegate - + %1 views - %1 odtworzeń + %1widziany - + %1 of %2 (%3) — %4 %1 z %2 (%3) — %4 - + Preparing - Przygotowuję + Przygotowywanie - + Failed - Nieudane + Niepowodzenie - + Completed - Zakończone + Ukończone - + Stopped - Zatrzymane + Zatrzymano - + Stop downloading - Zatrzymaj pobieranie + Przerwij pobieranie - + Show in %1 Pokaż w %1 - + Open parent folder - Otwórz katalog główny + Otwórz katalog nadrzędny - + Restart downloading - Pobierz od nowa + Pobierz ponownie + + + + PlaylistModel + + + Searching... + Szukanie... + + + + Show %1 More + Pokaż kolejne %1 + + + + No videos + Brak filmów + + + + No more videos + Nie ma więcej filmów RefineSearchWidget - + Sort by Sortuj według - + Relevance Trafność - - + + Date Data - + View Count - + Rating Ocena - + Anytime Kiedykolwiek - + Today Dzisiaj - + 7 Days 7 dni - + 30 Days 30 dni - + Duration Czas trwania - - + + All Wszystkie - + Short Krótkie - + Medium Średnie - + Long Długie - + Less than 4 minutes Krótsze niż 4 minuty - + Between 4 and 20 minutes Pomiędzy 4 a 20 minut - + Longer than 20 minutes Dłuższe niż 20 minut - + Quality Jakość - + High Definition Jakość HD - + 720p or higher 720p lub wyższa - + + Done + Zrobione + + + + RegionsView + + Done Zrobione @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Witaj w <a href='%1'>%2</a>, - + Get the full version Pobierz pełną wersję - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Zatwierdź - + a keyword słowo kluczowe - + a channel kanał - + to start watching videos. aby rozpocząć oglądanie - + Watch Oglądaj - + Recent keywords Ostatnie wyszukiwania - + Recent channels Ostatnie kanały + + + SidebarHeader - - Make yourself comfortable - Rozgość się + + + &Back + &Wstecz + + + + Forward to %1 + Idź do %1 + + + + Back to %1 + Powróć do %1 SidebarWidget - + Refine Search Zawęź wyszukiwanie - + Did you mean: %1 Masz na myśli: %1 + StandardFeedsView + + + Most Popular + Najpopularniejsze + + + + Featured + Wyróżnione + + + + Most Shared + Najwięcej udostępniane + + + + Most Discussed + Najczęściej dyskutowane + + + + Top Rated + Najlepiej oceniane + + + Video - + Cannot get video stream for %1 Strumieniowanie %1 nie powiodło się - + Network error: %1 for %2 Błąd sieci: %1 dla %2 + + YTRegions + + + Algeria + Algieria + + + + Argentina + Argentyna + + + + Australia + Australia + + + + Belgium + Belgia + + + + Brazil + Brazylia + + + + Canada + Kanada + + + + Chile + Chile + + + + Colombia + Kolumbia + + + + Czech Republic + Czechy + + + + Egypt + Egipt + + + + France + Francja + + + + Germany + Niemcy + + + + Ghana + Ghana + + + + Greece + Grecja + + + + Hong Kong + Hong Kong + + + + Hungary + Węgry + + + + India + Indie + + + + Indonesia + Indonezja + + + + Ireland + Irlandia + + + + Israel + Izrael + + + + Italy + Włochy + + + + Japan + Japonia + + + + Jordan + Jordania + + + + Kenya + Kenia + + + + Malaysia + Malezja + + + + Mexico + Meksyk + + + + Morocco + Maroko + + + + Netherlands + Holandia + + + + New Zealand + Nowa Zelandia + + + + Nigeria + Nigeria + + + + Peru + Peru + + + + Philippines + Filipiny + + + + Poland + Polska + + + + Russia + Rosja + + + + Saudi Arabia + Arabia Saudyjska + + + + Singapore + Singapur + + + + South Africa + Południowa Afryka + + + + South Korea + Korea Południowa + + + + Spain + Hiszpania + + + + Sweden + Szwecja + + + + Taiwan + Tajwan + + + + Tunisia + Tunezja + + + + Turkey + Turcja + + + + Uganda + Uganda + + + + United Arab Emirates + Zjednoczone Emiraty Arabskie + + + + United Kingdom + Wielka Brytania + + + + Yemen + Jemen + + + + Worldwide + Ogólnoświatowy + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/pt.ts minitube-2.0/locale/pt.ts --- minitube-1.9.0/locale/pt.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/pt.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,1071 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - Existe vida para além do navegador! - - - - Version %1 - Versão %1 - - - - %1 is Free Software but its development takes precious time. - %1 é Software Livre mas o seu desenvolvimento leva tempo precioso. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - Por favor <a href='%1'>Faça um donativo</a> para suportar o desenvolvimento continuado do%2. - - - - You may want to try my other apps as well: - Pode também querer experimentar outra das minhas aplicações: - - - - %1, a YouTube music player - %1, um leitor de música YouTube - - - - %1, a music player - - - - - Translate %1 to your native language using %2 - Traduzir %1 para a sua língua nativa usando %2 - - - - Icon designed by %1. - Icon criado por %1. - - - - Released under the <a href='%1'>GNU General Public License</a> - Lançado nos termos da <a href='"%1'>GNU General Public License</a> - - - - &Close - &Fechar - - - - About - Sobre - - - - What you always wanted to know about %1 and never dared to ask - Tudo o que sempre quis saber sobre o %1 e nunca se atreveu a perguntar - - - - ClearButton - - - Clear - Limpar - - - - DemoStartupView - - - Please license %1 - Por favor licencie %1 - - - - This demo has expired. - Esta demo expirou. - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - - - - - This demo will expire in %1 days. - Esta demo expirará em %1 dias. - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - Comprando a versão completa, estará a contribuir pelo trabalho duro em criar %1. - - - - Use Demo - Use a demo. - - - - Get the full version - Transfira a versão completa - - - - DownloadItem - - - bytes - bytes - - - - KB - KB - - - - MB - MB - - - - bytes/sec - bytes/seg - - - - KB/sec - KB/sec - - - - MB/sec - MB/seg - - - - seconds - segundos - - - - minutes - minutos - - - - %4 %5 remaining - %4 %5 restante - - - - DownloadManager - - - This is just the demo version of %1. - Isto é apenas uma versão de demonstração de %1. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - Apenas pode transferir vídeos mais curtos que %1 minuto(s) de forma a testar a funcionalidade de transferência. - - - - Continue - Continuar - - - - Get the full version - Transfira a versão completa - - - - %1 downloaded in %2 - - - - - Download finished - - - - - %n Download(s) - %n Transferência%n Transferências - - - - DownloadSettings - - - Change location... - Mudar pasta de destino... - - - - Choose the download location - Escolha a pasta de destino da transferência - - - - Download location changed. - A pasta de destino da transferência foi actualizada. - - - - Current downloads will still go in the previous location. - A pasta de transferência actual irá manter-se na mesma pasta. - - - - Downloading to: %1 - A transferir para: %1 - - - - DownloadView - - - - Downloads - Transferências - - - - GlobalShortcuts - - - Play - Iniciar - - - - Pause - Pausa - - - - Play/Pause - Iniciar/Pausar - - - - Stop - Parar - - - - Stop playing after current track - Parar assim que terminar o vídeo ou música corrente - - - - Next track - Próximo vídeo/música - - - - Previous track - Vídeo/música anterior - - - - Increase volume - Aumentar volume - - - - Decrease volume - Diminuir volume - - - - Mute - Silêncio - - - - Seek forward - Avançar - - - - Seek backward - Retroceder - - - - ListModel - - - Searching... - A pesquisar... - - - - Show %1 More - Mostrar mais %1 - - - - No videos - Sem vídeos - - - - No more videos - Sem mais vídeos - - - - LoadingWidget - - - Error - Erro - - - - MainWindow - - - &Stop - &Parar - - - - Stop playback and go back to the search view - Para a reprodução e voltar à vista de pesquisa - - - - S&kip - S&altar - - - - Skip to the next video - Saltar para o próximo vídeo - - - - - &Pause - &Pausar - - - - - Pause playback - Pausar reprodução - - - - &Full Screen - Ecrã &Completo - - - - Go full screen - Ir para ecrã completo - - - - Hide the playlist and the toolbar - Esconder a lista de reprodução e a barra de ferramentas - - - - Go to the YouTube video page and pause playback - Ir para a página do Youtube do vídeo e parar a reprodução - - - - Copy the current video YouTube link to the clipboard - Copiar o link do Youtube do vídeo actual para a área de transferência - - - - Copy the current video stream URL to the clipboard - Copiar o URL da emissão de vídeo actual para a área de transferência - - - - Find other video parts hopefully in the right order - - - - - &Remove - &Remover - - - - Remove the selected videos from the playlist - Remover os vídeos seleccionados da lista de reprodução - - - - Move &Up - Mover para &Cima - - - - Move up the selected videos in the playlist - Mover para cima os vídeos seleccionados na lista de reprodução - - - - Move &Down - Mover para &Baixo - - - - Move down the selected videos in the playlist - Mover para baixo os vídeos seleccionados na lista de reprodução - - - - Clear the search history. Cannot be undone. - Limpar o histório de pesquisa. Não pode ser desfeito. - - - - &Quit - &Sair - - - - Bye - Adeus - - - - &Website - Sítio &Web - - - - %1 on the Web - %1 na Internet - - - - Please support the continued development of %1 - Por favor suporte o desenvolvimento continuado do %1 - - - - &About - &Sobre - - - - Info about %1 - Informação sobre %1 - - - - Search - Pesquisar - - - - Mute volume - Silenciar o volume - - - - - &Downloads - &Transferências - - - - Show details about video downloads - Mostar detalhes sobre a transferência de vídeos - - - - &Download - &Transferência - - - - Download the current video - Transferir o vídeo actual - - - - Share the current video using %1 - - - - - &Email - - - - - Email - - - - - &Close - &Fechar - - - - &Float on Top - - - - - &Stop After This Video - - - - - &Report an Issue... - - - - - &Refine Search... - - - - - &Application - &Aplicação - - - - Buy %1... - Comprar %1... - - - - &Playback - &Reprodução - - - - &Playlist - &Lista de reprodução - - - - &Video - &Vídeo - - - - &View - &Ver - - - - &Share - - - - - &Help - &Ajuda - - - - Press %1 to raise the volume, %2 to lower it - Prima %1 para aumentar o volume, %2 para reduzi-lo - - - - - Opening %1 - A abrir %1 - - - - Do you want to exit %1 with a download in progress? - Deseja sair %1 com uma transferência activa? - - - - If you close %1 now, this download will be cancelled. - Se fechar %1, a transferência irá ser cancelada. - - - - Close and cancel download - Fechar e cancelar a transferência - - - - Wait for download to finish - Espere que a transferência termine - - - - Leave &Full Screen - Sair do modo de &Ecrã Inteiro - - - - %1 version %2 is now available. - %1 a versão %2 já se encontra disponível. - - - - Remind me later - Lembre-me mais tarde. - - - - To get the updated version, download %1 again from the link you received via email and reinstall. - Para receber a versão actualizada, através da ligação que recebeu no seu email transfira novamente %1 e reinstale. - - - - Update - Actualizar - - - - Error: %1 - Erro:%1 - - - - P&revious - - - - - Go back to the previous track - Ir para a faixa anterior - - - - &Compact Mode - - - - - Open the &YouTube Page - - - - - Copy the YouTube &Link - - - - - Copy the Video Stream &URL - - - - - Find Video &Parts - - - - - &Clear Recent Searches - - - - - Make a &Donation - - - - - &Manually Start Playing - - - - - Manually start playing videos - - - - - &Play - &Reproduzir - - - - Resume playback - Retomar a reprodução - - - - Remaining time: %1 - Tempo restante:%1 - - - - Volume at %1% - Volume a :%1% - - - - Volume is muted - O volume está silenciado - - - - Volume is unmuted - O volume não está silenciado - - - - Maximum video definition set to %1 - Definição de vídeo máxima estabelecida em %1 - - - - Your privacy is now safe - A sua privacidade está agora assegurada - - - - Downloads complete - Transferência completa - - - - MediaView - - - You can now paste the YouTube link into another application - Pode agora colar o link do Youtube noutra aplicação - - - - You can now paste the video stream URL into another application - Pode agora colar o URL da emissão de vídeo noutra aplicação - - - - The link will be valid only for a limited time. - O link será válido apenas por algum tempo. - - - - This is just the demo version of %1. - Isto é apenas uma versão de demonstração de %1. - - - - It allows you to test the application and see if it works for you. - Permite testes a aplicacção e verificar como funciona. - - - - Continue - Continuar - - - - of - Used in video parts, as in '2 of 3' - - - - - part - This is for video parts, as in 'Cool video - part 1' - - - - - episode - This is for video parts, as in 'Cool series - episode 1' - - - - - Sent from %1 - - - - - Get the full version - Transfira a versão completa - - - - Downloading %1 - Transferir: %1 - - - - NetworkAccess - - - Network error: %1 - Erro de rede: %1 - - - - PrettyItemDelegate - - - %1 views - %1 visualizações - - - - %1 of %2 (%3) — %4 - %1 de %2 (%3) — %4 - - - - Preparing - A preparar - - - - Failed - Falhou - - - - Completed - Completo - - - - Stopped - Parado - - - - Stop downloading - Parar a transferência - - - - Show in %1 - Mostrar em %1 - - - - Open parent folder - Abrir pasta anterior - - - - Restart downloading - Recomeçar a transferência - - - - RefineSearchWidget - - - Sort by - - - - - Relevance - - - - - - Date - - - - - View Count - - - - - Rating - - - - - Anytime - - - - - Today - - - - - 7 Days - - - - - 30 Days - - - - - Duration - - - - - - All - - - - - Short - - - - - Medium - - - - - Long - - - - - Less than 4 minutes - - - - - Between 4 and 20 minutes - - - - - Longer than 20 minutes - - - - - Quality - - - - - High Definition - - - - - 720p or higher - - - - - Done - - - - - SearchLineEdit - - - Search - Pesquisar - - - - SearchView - - - Welcome to <a href='%1'>%2</a>, - Bem-vindo ao <a href='%1'>%2</a> - - - - Get the full version - Obter a versão completa - - - - Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" - Digite - - - - a keyword - uma palavra-chave - - - - a channel - um canal - - - - to start watching videos. - para começar a assistir vídeos. - - - - Watch - Assistir - - - - Recent keywords - Pesquisas recentes - - - - Recent channels - Canais recentes - - - - Make yourself comfortable - Acomode-se confortavelmente - - - - SidebarWidget - - - Refine Search - - - - - Did you mean: %1 - - - - - Video - - - Cannot get video stream for %1 - Não é possível obter o video stream para %1 - - - - Network error: %1 for %2 - Erro de rede: %1 para %2 - - - \ No newline at end of file diff -Nru minitube-1.9.0/locale/pt_BR.ts minitube-2.0/locale/pt_BR.ts --- minitube-1.9.0/locale/pt_BR.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/pt_BR.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Há vida fora do navegador! - + Version %1 Versão %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 é um Software livre, mas seu desenvolvimento toma um tempo precioso. - + Please <a href='%1'>donate</a> to support the continued development of %2. Por favor <a href='%1'>doe</a> para apoiar o desenvolvimento continuado de %2. - + You may want to try my other apps as well: Você pode querer tentar os meus outros aplicativos também: - + %1, a YouTube music player %1, um tocador de música para YouTube - + %1, a music player %1, um tocador de música - + Translate %1 to your native language using %2 Traduza %1 para seu idioma nativo usando %2 - + Icon designed by %1. Ícone desenhado por %1. - + Released under the <a href='%1'>GNU General Public License</a> Lançado sob a <a href='%1'>Licença Pública Geral GNU</a> - + &Close &Fechar - + About Sobre - + What you always wanted to know about %1 and never dared to ask O que você sempre quis saber sobre %1 e nunca se atreveu a perguntar - ClearButton + ActivationDialog - - Clear - Limpar + + Enter your License Details + + + + + &Email: + + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 Por favor, licença %1 - + This demo has expired. Esta demonstração expirou. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - A versão completa permite que você baixe vídeos com mais de %1 minutos e assista-os sem interrupções. + - - This demo will expire in %1 days. - Esta demonstração irá expirar em %1 dias. + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. Ao comprar a versão completa, você também vai apoiar o trabalho duro eu dediquei em criar %1. - + Use Demo Usar Demonstração - - Get the full version - Obter a versão completa + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + Limpar DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/seg - + KB/sec KB/seg - + MB/sec MB/seg - + seconds segundos - + minutes minutos - + %4 %5 remaining %4 %5 restantes @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Esta é apenas a versão demonstração de %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Só pode fazer download de vídeos menores que %1 minutos para que você possa testar a funcionalidade de download. - + Continue Continuar - + Get the full version Obter a versão completa - + %1 downloaded in %2 %1 baixados em %2 - + Download finished Download terminou - + %n Download(s) %n Download%n Downloads @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Alterar local... - + Choose the download location Escolha um local para o download - + Download location changed. Local de download alterado. - + Current downloads will still go in the previous location. Downloads atuais ainda irão para o local anterior. - + Downloading to: %1 Baixando para: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Pesquisando... + + Search + Pesquisar - - Show %1 More - Mostrar mais %1 + + Find videos and channels by keyword + - - No videos - Não há vídeos + + Browse + - - No more videos - Não há mais vídeos + + Browse videos by category + + + + + Make yourself comfortable + Sinta-se confortável @@ -334,411 +375,426 @@ MainWindow - + &Stop &Parar - + Stop playback and go back to the search view Parar a reprodução e voltar à visualização da pesquisa - + S&kip Pu&lar - + Skip to the next video Pular para o próximo vídeo - - + + &Pause &Pausar - - + + Pause playback Pausar a reprodução - + &Full Screen &Tela Cheia - + Go full screen Ir para a tela cheia - + Hide the playlist and the toolbar Ocultar a playlist e a barra de ferramentas - + Go to the YouTube video page and pause playback Ir à página de vídeo do YouTube e pausar a reprodução - + Copy the current video YouTube link to the clipboard Copiar o link do vídeo atual do YouTube para a área de transferência - + Copy the current video stream URL to the clipboard Copiar a URL do stream do vídeo atual para a área de transferência - + Find other video parts hopefully in the right order Localizar partes de outro vídeo esperando na ordem certa - + &Remove &Remover - + Remove the selected videos from the playlist Remover os vídeos selecionados da playlist - + Move &Up Mover para &cima - + Move up the selected videos in the playlist Mover para cima os vídeos selecionados na playlist - + Move &Down Mover para &baixo - + Move down the selected videos in the playlist Mover para baixo os vídeos selecionados na playlist - + Clear the search history. Cannot be undone. Apagar o histórico de pesquisa. Não pode ser desfeito. - + &Quit &Sair - + Bye Tchau - + &Website Si&te - + %1 on the Web %1 na Web - + Please support the continued development of %1 Por favor, apoie o desenvolvimento continuado de %1 - + &About &Sobre - + Info about %1 Informações sobre %1 - + Search Pesquisar - + Mute volume Volume mudo - - + + &Downloads &Downloads - + Show details about video downloads Mostrar detalhes sobre os downloads de vídeo - + &Download &Download - + Download the current video Baixar o vídeo atual - + Share the current video using %1 Compartilhar o vídeo atual usando %1 - + &Email &E-mail - + Email E-mail - + &Close &Fechar - + &Float on Top &Sempre Acima - + &Stop After This Video &Parar Após Este Vídeo - + &Report an Issue... &Relatar um problema... - + &Refine Search... &Refinar Pesquisa... - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Aplicação - + Buy %1... Adquirir %1... - + &Playback &Reprodução - + &Playlist &Playlist - + &Video &Vídeo - + &View &Visualizar - + &Share &Compartilhar - + &Help &Ajuda - + Press %1 to raise the volume, %2 to lower it Pressione %1 para aumentar o volume, %2 para diminui-lo - - + + Opening %1 Abrindo %1 - + Do you want to exit %1 with a download in progress? Você deseja sair de "%1" com uma transferência em curso? - + If you close %1 now, this download will be cancelled. Se você fechar %1 agora, este download será cancelado. - + Close and cancel download Fechar e cancelar download - + Wait for download to finish Aguardar o download terminar - + Leave &Full Screen Deixar Em &Tela Cheia - + %1 version %2 is now available. %1 versão %2 está agora disponível. - + Remind me later Lembrar mais tarde - - To get the updated version, download %1 again from the link you received via email and reinstall. - Para obter a versão atualizada, baixe %1 novamente do link que você recebeu via e-mail e reinstale-o. - - - + Update Atualizar - + Error: %1 Erro: %1 - + P&revious Ante&rior - + Go back to the previous track Ir para a faixa anterior - + &Compact Mode Modo &Compacto - + Open the &YouTube Page Abrir a Página do &YouTube - + Copy the YouTube &Link Copiar o &Link do YouTube - + Copy the Video Stream &URL Copiar a &URL do Stream do Vídeo - + Find Video &Parts Localizar &Parte Do Vídeo - + &Clear Recent Searches &Limpar Buscas Recentes - + Make a &Donation Faça uma &Doação - + &Manually Start Playing Iniciar &Manualmente A Reprodução - + Manually start playing videos Iniciar manualmente a reprodução de vídeos - + + Choose your content location + + + + &Play &Reproduzir - + Resume playback Continuar reprodução - + Remaining time: %1 Tempo restante: %1 - + Volume at %1% Volume a %1% - + Volume is muted Volume está mudo - + Volume is unmuted Volume não está mudo - + Maximum video definition set to %1 Máxima definição de vídeo definida para %1 - + Your privacy is now safe Sua privacidade está agora segura - + Downloads complete Downloads finalizados @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application Agora você pode colar o link do YouTube em outro programa - + You can now paste the video stream URL into another application Agora você pode colar a URL do stream de vídeo em outro programa - + The link will be valid only for a limited time. O link só será válido por um tempo limitado. - + This is just the demo version of %1. Esta é apenas a versão demonstação de %1. - + It allows you to test the application and see if it works for you. Ele permite que você teste o aplicativo e veja se ele funciona para você. - + Continue Continuar - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' parte - + episode This is for video parts, as in 'Cool series - episode 1' epsódio - + Sent from %1 Envido de %1 - + Get the full version Obter a versão completa - + Downloading %1 Baixando %1 - NetworkAccess + MessageWidget - - Network error: %1 - Erro na rede: %1 + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + + + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + - PrettyItemDelegate + PasteLineEdit - + + Paste + + + + + PlaylistItemDelegate + + %1 views - %1 exibições + %1 visualizações - + %1 of %2 (%3) — %4 %1 de %2 (%3) — %4 - + Preparing Preparando - + Failed Falhou - + Completed Finalizado - + Stopped Parado - + Stop downloading Parar download - + Show in %1 Mostrar em %1 - + Open parent folder Abrir pasta pai - + Restart downloading Reiniciar download + PlaylistModel + + + Searching... + Pesquisando... + + + + Show %1 More + Mostrar mais %1 + + + + No videos + Sem vídeos + + + + No more videos + Não há mais vídeos + + + RefineSearchWidget - + Sort by Ordenar por - + Relevance Relevância - - + + Date Data - + View Count Número De Visualizações - + Rating Avaliação - + Anytime Sempre - + Today Hoje - + 7 Days 7 Dias - + 30 Days 30 Dias - + Duration Duração - - + + All Todos - + Short Breve - + Medium Médio - + Long Longo - + Less than 4 minutes Menos de 4 minutos - + Between 4 and 20 minutes Entre 4 e 20 minutos - + Longer than 20 minutes Mais de 20 minutos - + Quality Qualidade - + High Definition Alta Definição - + 720p or higher 720p ou superior - + Done Feito + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Bem-vindo ao <a href='%1'>%2</a>, - + Get the full version Obter a versão completa - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Digite - + a keyword uma palavra chave - + a channel um canal - + to start watching videos. para começar a assistir vídeos. - + Watch Assistir - + Recent keywords Palavra-chave recente - + Recent channels Canais recentes + + + SidebarHeader - - Make yourself comfortable - Sinta-se confortável + + + &Back + &Voltar + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Refinar Pesquisa - + Did you mean: %1 Você quis dizer: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 Não foi possível obter stream de vídeo de %1 - + Network error: %1 for %2 Erro na rede: %1 para %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/ro.ts minitube-2.0/locale/ro.ts --- minitube-1.9.0/locale/ro.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/ro.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Există viață dincolo de browser! - + Version %1 Versiunea %1 - + + Licensed to: %1 + Licență pentru %1 + + + %1 is Free Software but its development takes precious time. %1 este un program gratuit, dar dezvoltarea acestuia necesită timp prețios. - + Please <a href='%1'>donate</a> to support the continued development of %2. Vă rugăm să <a href='%1'>donați</a> pentru a ajuta la continuarea dezvoltării %2. - + You may want to try my other apps as well: Puteți încerca și celelalte aplicații ale mele: - + %1, a YouTube music player %1, un player pentru colecția muzicală de pe YouTube - + %1, a music player %1, un player pentru colecția muzicală proprie - + Translate %1 to your native language using %2 Tradu %1 în limba proprie folosind %2 - + Icon designed by %1. Iconița a fost concepută de %1. - + Released under the <a href='%1'>GNU General Public License</a> Oferit sub <a href='%1'>Licența Publică Generală GNU</a> - + &Close În&chide - + About Despre - + What you always wanted to know about %1 and never dared to ask Tot ce ai vrut să știi despre %1 dar nu ai îndrăznit să întrebi - ClearButton + ActivationDialog - - Clear - Șterge + + Enter your License Details + Introdu detaliile licenței tale + + + + &Email: + &Email: + + + + &Code: + &Cod: - DemoStartupView + ActivationView - + Please license %1 Licențiază %1 - + This demo has expired. - Acest demo a expirat. + Versiunea demo a expirat. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Versiunea integrală permite descărcarea videoclipurilor mai lungi de %1 minute și vizualizarea neîntreruptă a acestora. + - - This demo will expire in %1 days. - Acest demo va expira în %1 zile. + + Without a license, the application will expire in %1 days. + Fără licență, aplicația va expira în %1 zile. - + By purchasing the full version, you will also support the hard work I put into creating %1. - Cumpărând versiunea integrală sprijini munca mea depusă în realizarea %1. + Cumpărând versiunea integrală îmi sprijini efortul depus pentru crearea %1. - + Use Demo - Folosește demo + Folosește Demo - - Get the full version - Obține versiunea integrală + + Enter License + Introdu Licența + + + + Buy License + Cumpără Licență + + + + ClearButton + + + Clear + Șterge DownloadItem - + bytes bytes - + KB KB - + MB MB - + bytes/sec bytes/sec - + KB/sec KB/sec - + MB/sec MB/sec - + seconds secunde - + minutes minute - + %4 %5 remaining %4 %5 rămase @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Aceasta este doar o versiune demo a %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Poate să descarce doar videoclipurile mai mici de %1 minute în așa fel încât să puteți testa funcționalitatea de descărcare. - + Continue Continuă - + Get the full version ObțineIa versiunea integrală - + %1 downloaded in %2 %1 descărcat în %2 - + Download finished Descărcare terminată - + %n Download(s) %n Descărcare%n Descărcări%n Descărcări @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Schimbă locația... - + Choose the download location Alege locația de descărcare - + Download location changed. Locația de descărcare a fost schimbată. - + Current downloads will still go in the previous location. Fişierele în curs de descărcare vor fi salvate în locația anterioară. - + Downloading to: %1 Descărcare în: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Descărcare actualizări... + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Căutare... + + Search + Caută - - Show %1 More - Afișează încă %1 + + Find videos and channels by keyword + - - No videos - Nu sunt videoclipuri + + Browse + - - No more videos - Nu mai sunt videoclipuri + + Browse videos by category + + + + + Make yourself comfortable + @@ -334,411 +375,426 @@ MainWindow - + &Stop &Stop - + Stop playback and go back to the search view Oprește redarea și întoarce-te la căsuța de căutare - + S&kip O&mite - + Skip to the next video Treci la videoclipul următor - - + + &Pause &Pauză - - + + Pause playback Pune redarea pe pauză - + &Full Screen Ec&ran complet - + Go full screen Vizualizează pe tot ecranul - + Hide the playlist and the toolbar Ascunde lista de redare și bara de unelte - + Go to the YouTube video page and pause playback Deschide pagina de pe YouTube si pune pauză - + Copy the current video YouTube link to the clipboard Copiază adresa videoclipului YouTube curent în clipboard - + Copy the current video stream URL to the clipboard Copiază adresa fluxului video curent în clipboard - + Find other video parts hopefully in the right order Caută alte părți ale videoclipului - + &Remove Ș&terge - + Remove the selected videos from the playlist Șterge videoclipul selectat din lista de redare - + Move &Up Mută în &sus - + Move up the selected videos in the playlist Mută în sus videoclipul selectat - + Move &Down Mută în &jos - + Move down the selected videos in the playlist Mută în jos videoclipul selectat - + Clear the search history. Cannot be undone. Curăță istoricul de căutări. Acțiune ireversibilă. - + &Quit &Ieșire - + Bye La revedere - + &Website Site &Web - + %1 on the Web %1 pe Web - + Please support the continued development of %1 Te rog să susții dezvoltarea aplicației %1 - + &About &Despre - + Info about %1 Informații despre %1 - + Search Căutare - + Mute volume Oprire sunet - - + + &Downloads &Descărcări - + Show details about video downloads Arată detalii despre descărcările video - + &Download &Descărcare - + Download the current video Descarcă videoclipul curent - + Share the current video using %1 Împărtășește videoclipul curent folosind %1 - + &Email &Email - + Email Email - + &Close În&chide - + &Float on Top &Detașează - + &Stop After This Video &Oprește După Acest Videoclip - + &Report an Issue... &Raportează o problemă... - + &Refine Search... &Căutare rafinată... - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Aplicație - + Buy %1... Cumpără %1... - + &Playback &Redare - + &Playlist &Listă de redare - + &Video &Video - + &View Vi&zualizare - + &Share Î&mpărtășește - + &Help &Ajutor - + Press %1 to raise the volume, %2 to lower it Apasă pe %1 pentru a da volumul mai tare sau pe %2 pentru a-l da mai încet - - + + Opening %1 Deschidere %1 - + Do you want to exit %1 with a download in progress? Doriţi să ieșiți din %1 cu o descărcare în progres? - + If you close %1 now, this download will be cancelled. Dacă ieșiți acum din %1, procesul de descărcare va fi anulat. - + Close and cancel download Închide și anulează descărcarea - + Wait for download to finish Așteaptă ca descărcarea să se încheie - + Leave &Full Screen Ieși din Ec&ran Complet - + %1 version %2 is now available. Versiunea %1 a %2 este acum disponibilă. - + Remind me later Reamintește-mi mai târziu - - To get the updated version, download %1 again from the link you received via email and reinstall. - Pentru a avea versiunea la zi, descarcă %1 folosind adresa de internet primită prin email și reinstalează aplicația. - - - + Update Actualizează - + Error: %1 Eroare: %1 - + P&revious &Anterioare - + Go back to the previous track Mergi înapoi la piesa precedentă - + &Compact Mode Modul &Compact - + Open the &YouTube Page Deschide Pagina &YouTube - + Copy the YouTube &Link Copiază &adresa videoclipului YouTube - + Copy the Video Stream &URL Copiază adresa &fluxului video - + Find Video &Parts Caută &Părți ale Videoclipului - + &Clear Recent Searches Șt&erge Căutările Recente - + Make a &Donation Fă o &Donație - + &Manually Start Playing Pornește Redarea &Manual - + Manually start playing videos Pornește redarea videoclipurilor manual - + + Choose your content location + + + + &Play &Redare - + Resume playback Rezumă redarea videoclipului - + Remaining time: %1 Timp rămas : %1 - + Volume at %1% Volum %1 - + Volume is muted Sunetul este oprit - + Volume is unmuted Sunetul este pornit - + Maximum video definition set to %1 Rezoluția maxima a videoclipului este setată la %1 - + Your privacy is now safe Intimitatea dumneavoastră este acum în siguranță - + Downloads complete Descărcări complete @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application Acum poți adăuga adresa YouTube într-o altă aplicație - + You can now paste the video stream URL into another application Acum poți adăuga adresa fluxului video într-o altă aplicație - + The link will be valid only for a limited time. Adresa va fi validă doar pentru o perioadă limitată de timp. - + This is just the demo version of %1. Aceasta este doar o versiune demo a %1. - + It allows you to test the application and see if it works for you. Vă permite să testați aplicația și să vedeți dacă funcționează. - + Continue Continuă - + of Used in video parts, as in '2 of 3' din - + part This is for video parts, as in 'Cool video - part 1' partea - + episode This is for video parts, as in 'Cool series - episode 1' episodul - + Sent from %1 Trimis din %1 - + Get the full version Obține versiunea integrală - + Downloading %1 Descărcare %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + O nouă versiune %1 este disponibilă! + + + + %1 %2 is now available. You have %3. + %1 %2 este acum disponibilă. Tu ai %3. + + + + Would you like to download it now? + Dorești descărcarea ei acum? + + + + Skip This Version + Renunță la Această Versiune + + + + Remind Me Later + Amintește-mi Mai Târziu + + + + Install Update + Instalează Actualizări + + + + PasteLineEdit - - Network error: %1 - Eroare de rețea : %1 + + Paste + Adaugă - PrettyItemDelegate + PlaylistItemDelegate - + %1 views - %1 vizualizări + %1 vizionări - + %1 of %2 (%3) — %4 - %1 din %2 (%3) — %4 + - + Preparing - Pregătire + - + Failed - Eșuat + - + Completed - Terminat + - + Stopped - Oprit + - + Stop downloading - Oprește descărcarea + - + Show in %1 - Arată în %1 + - + Open parent folder - Deschide directorul părinte + - + Restart downloading - Repornire descărcare + + + + + PlaylistModel + + + Searching... + Căutare... + + + + Show %1 More + + + + + No videos + Nici un videoclip + + + + No more videos + RefineSearchWidget - + Sort by Sortează după - + Relevance Relevanță - - + + Date Dată - + View Count Vizualizări - + Rating Evaluare - + Anytime Oricând - + Today Astăzi - + 7 Days 7 Zile - + 30 Days 30 Zile - + Duration Durată - - + + All Toate - + Short Scurt - + Medium Mediu - + Long Lung - + Less than 4 minutes Mai scurt de 4 minute - + Between 4 and 20 minutes Între 4 și 20 minute - + Longer than 20 minutes Mai lung de 20 minute - + Quality Calitate - + High Definition Înaltă Definiție HD - + 720p or higher 720p sau definiție mai mare - + Done Terminat + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Bine ați venit la <a href='%1'>%2</a>, - + Get the full version Obține versiunea integrală - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Introduceți - + a keyword un cuvânt cheie - + a channel un canal - + to start watching videos. pentru a începe să vizionați videoclipuri. - + Watch Urmărește - + Recent keywords Căutări recente - + Recent channels Canale recente + + + SidebarHeader - - Make yourself comfortable - Faceţi-vă confortabil + + + &Back + Î&napoi + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Căutare Rafinată - + Did you mean: %1 Ai vrut să spui: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 Nu poate fi accesat fluxul video pentru %1 - + Network error: %1 for %2 Eroare reţea: %1 pentru %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/ru.ts minitube-2.0/locale/ru.ts --- minitube-1.9.0/locale/ru.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/ru.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,190 @@ AboutView - + There's life outside the browser! Жизнь вне браузера! - + Version %1 Версия %1 - + + Licensed to: %1 + Зарегистрирована на: %1 + + + %1 is Free Software but its development takes precious time. %1 - свободное ПО, но его разработка отнимает драгоценное время. - + Please <a href='%1'>donate</a> to support the continued development of %2. Пожалуйста, <a href='%1'>поддержите</a> дальнейшую разработку %2. - + You may want to try my other apps as well: Вы также можете попробовать другие мои приложения: - + %1, a YouTube music player %1, плеер музыки c YouTube - + %1, a music player %1, музыкальный плеер - + Translate %1 to your native language using %2 Перевести %1 на ваш родной язык с помощью %2 - + Icon designed by %1. Автор значка %1. - + Released under the <a href='%1'>GNU General Public License</a> Выпущено на условиях <a href='%1'>GNU General Public License</a> - + &Close &Закрыть - + About О программе - + What you always wanted to know about %1 and never dared to ask Все что Вы всегда хотели узнать о %1 и никогда бы не спросили - ClearButton + ActivationDialog - - Clear - Очистить + + Enter your License Details + Введите ваши детали лицензии + + + + &Email: + &Email: + + + + &Code: + &Код: - DemoStartupView + ActivationView - + Please license %1 - Лицензия %1 + +Лицензия %1 - + This demo has expired. Демонстрационный период истек. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Полная версия позволяет смотреть видео, добавлять более %1 треков в списке воспроизведения и выбирать разные варианты песен. + - - This demo will expire in %1 days. - Демонстрационный период истекает через %1 дн. + + Without a license, the application will expire in %1 days. + Срок работы, этого приложения, без лицензии истекает через %1 дн. - + By purchasing the full version, you will also support the hard work I put into creating %1. При покупке полной версии, вы также оказываете поддержку тяжелой работы в создании %1. - + Use Demo - Демонстрация + Использовать демо - - Get the full version - Получить полную версию + + Enter License + Ввести лицензию + + + + Buy License + Купить лицензию + + + + ClearButton + + + Clear + Очистить DownloadItem - + bytes байт - + KB Кбайт - + MB Мбайт - + bytes/sec байт/сек - + KB/sec Кбайт/сек - + MB/sec Мбайт/сек - + seconds секунд - + minutes минут - + %4 %5 remaining осталось %4 %5 @@ -165,37 +194,37 @@ DownloadManager - + This is just the demo version of %1. Это всего лишь демо-версия %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Можно загружать только видео не длиннее %1 минут, для проверки функциональности загрузчика. - + Continue Продолжить - + Get the full version Получить полную версию - + %1 downloaded in %2 %1 загружен в %2 - + Download finished Загрузка завершена - + %n Download(s) Загружается %n файлЗагружаются %n файлаЗагружаются %n файлов @@ -203,27 +232,27 @@ DownloadSettings - + Change location... Изменить путь... - + Choose the download location Выбрать путь загрузки - + Download location changed. Путь для загружаемых файлов изменён. - + Current downloads will still go in the previous location. Файлы, загружаемые в данный момент будут сохранены по прежнему адресу. - + Downloading to: %1 Файлы загружаются в %1 @@ -238,6 +267,14 @@ + DownloadWidget + + + Downloading update... + Загрузка обновления.... + + + GlobalShortcuts @@ -301,26 +338,31 @@ - ListModel + HomeView - - Searching... - Поиск... + + Search + Поиск - - Show %1 More - Показать ещё %1 + + Find videos and channels by keyword + - - No videos - Клипы не найдены + + Browse + - - No more videos - Больше нет клипов + + Browse videos by category + + + + + Make yourself comfortable + @@ -334,411 +376,426 @@ MainWindow - + &Stop &Остановить - + Stop playback and go back to the search view Остановить воспроизведение и вернуться к поиску - + S&kip П&ропустить - + Skip to the next video Перейти к следующему клипу - - + + &Pause &Пауза - - + + Pause playback Приостановить воспроизведение - + &Full Screen &На весь экран - + Go full screen Полноэкранное воспроизведение - + Hide the playlist and the toolbar Скрыть список воспроизведения и панель инструментов - + Go to the YouTube video page and pause playback Приостановить воспроизведение и перейти на страницу видео в YouTube - + Copy the current video YouTube link to the clipboard Скопировать ссылку текущего клипа YouTube в буфер обмена - + Copy the current video stream URL to the clipboard Скопировать адрес текущего видео потока в буфер обмена - + Find other video parts hopefully in the right order Найти другие части видео, надеюсь, в правильном порядке - + &Remove &Удалить - + Remove the selected videos from the playlist Удалить выбранные клипы из списка воспроизведения - + Move &Up В&верх - + Move up the selected videos in the playlist Переместить выбранные видеоклипы вверх в списке воспроизведения - + Move &Down В&низ - + Move down the selected videos in the playlist Переместить выбранные видеоклипы вниз в списке воспроизведения - + Clear the search history. Cannot be undone. Очистить историю запросов. Изменения необратимы. - + &Quit &Выход - + Bye Пока - + &Website &Домашняя страница - + %1 on the Web %1 в интернете - + Please support the continued development of %1 Поддержите дальнейшую разработку %1 - + &About &О программе - + Info about %1 Сведения о %1 - + Search Поиск - + Mute volume Выключить звук - - + + &Downloads Загрузки - + Show details about video downloads Показать подробности о загрузках видео - + &Download Загрузить - + Download the current video Загрузить проигрываемый файл - + Share the current video using %1 Поделиться текущим видео с помощью %1 - + &Email &Email - + Email Email - + &Close &Закрыть - + &Float on Top &Поверх всех окон - + &Stop After This Video Ост&ановить после этого видео - + &Report an Issue... Соо&бщить об ошибке - + &Refine Search... &Уточнить поиск... - + + More... + Больше... + + + + &Related Videos + По&хожее видео + + + + Watch videos related to the current one + Смотреть видео, связанные с текущим + + + &Application Пр&иложение - + Buy %1... Купить %1... - + &Playback &Воспроизведение - + &Playlist &Список воспроизведения - + &Video &Видео - + &View &Просмотр - + &Share &Поделиться - + &Help Спр&авка - + Press %1 to raise the volume, %2 to lower it Нажмите %1 для увеличения громкости и %2 для уменьшения - - + + Opening %1 Открытие %1 - + Do you want to exit %1 with a download in progress? Вы действительно хотите закрыть %1 в то время, как загружаются файлы? - + If you close %1 now, this download will be cancelled. Если вы закроете %1 прямо сейчас, текущие загрузки будут отменены. - + Close and cancel download Выйти отменив загрузки - + Wait for download to finish Подождать завершения загрузок - + Leave &Full Screen Покинуть п&олноэкранный режим - + %1 version %2 is now available. %1 версия %2 теперь доступна. - + Remind me later Напомнить позже - - To get the updated version, download %1 again from the link you received via email and reinstall. - Чтобы получить обновленную версию, скачайте %1 ещё раз по ссылке, которую вы получили по электронной почте и переустановите программу. - - - + Update Обновление - + Error: %1 Ошибка: %1 - + P&revious Пр&едыдущий - + Go back to the previous track Вернуться к предыдущему треку - + &Compact Mode Компак&тный режим - + Open the &YouTube Page От&крыть страницу YouTube - + Copy the YouTube &Link Копировать &ссылку на YouTube - + Copy the Video Stream &URL Копировать ссылку на в&идео поток - + Find Video &Parts Найти &фрагменты видео - + &Clear Recent Searches О&чистить последние поисковые запросы - + Make a &Donation Сд&елать пожертвование - + &Manually Start Playing &Начать проигрывание вручную - + Manually start playing videos Начать проигрывание видео вручную - + + Choose your content location + + + + &Play Пр&оиграть - + Resume playback Продолжить воспроизведение - + Remaining time: %1 Осталось: %1 - + Volume at %1% Громкость %1% - + Volume is muted Звук выключен - + Volume is unmuted Звук включен - + Maximum video definition set to %1 Максимальное разрешение видео: %1 - + Your privacy is now safe Конфиденциальность обеспечена - + Downloads complete Загрузка завершена @@ -746,236 +803,300 @@ MediaView - + You can now paste the YouTube link into another application Теперь можно вставить адрес YouTube в другое приложение - + You can now paste the video stream URL into another application Теперь можно вставить адрес видео потока в другое приложение - + The link will be valid only for a limited time. Адрес будет существовать ограниченное время. - + This is just the demo version of %1. Данная программа является демо-версией %1. - + It allows you to test the application and see if it works for you. Она позволяет вам оценить приложение. - + Continue Продолжить - + of Used in video parts, as in '2 of 3' из - + part This is for video parts, as in 'Cool video - part 1' часть - + episode This is for video parts, as in 'Cool series - episode 1' эпизод - + Sent from %1 Отправить из %1 - + Get the full version Купить полную версию - + Downloading %1 Загружаю %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + Новая версия приложения %1 уже доступна! + + + + %1 %2 is now available. You have %3. + %1 %2 уже доступна. У вас %3. + + + + Would you like to download it now? + Хотите загрузить сейчас? + + + + Skip This Version + Пропустить эту версию + + + + Remind Me Later + Напомнить позже + + + + Install Update + Установить обновление + + + + PasteLineEdit - - Network error: %1 - Ошибка сети: %1 + + Paste + Вставить - PrettyItemDelegate + PlaylistItemDelegate - + %1 views %1 просмотров - + %1 of %2 (%3) — %4 - Загружено %1 из %2 (%3) — %4 + - + Preparing Подготовка - + Failed - Ошибка + - + Completed Завершено - + Stopped Остановлено - + Stop downloading - Остановить загрузку + Отмена загрузки - + Show in %1 - Показать в %1 + - + Open parent folder - Открыть каталог + Открыть родительский каталог - + Restart downloading - Продолжить загрузку + Перезапустить загрузку + + + + PlaylistModel + + + Searching... + Идет поиск... + + + + Show %1 More + + + + + No videos + Нет видео + + + + No more videos + Нет больше видео RefineSearchWidget - + Sort by Сортировать по - + Relevance Релевантность - - + + Date Дата - + View Count Кол-во просмотров - + Rating Рейтинг - + Anytime В любое время - + Today Сегодня - + 7 Days 7 дней - + 30 Days 30 дней - + Duration Продолжительность - - + + All Все - + Short Короткие - + Medium Средние - + Long Длинные - + Less than 4 minutes Короче чем 4 минуты - + Between 4 and 20 minutes Между 4 и 20 минутами - + Longer than 20 minutes Дольше чем 20 минут - + Quality Качество - + High Definition Высокое разрешение - + 720p or higher 720p или больше - + + Done + Готово + + + + RegionsView + + Done Готово @@ -991,81 +1112,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Добро пожаловать в <a href='%1'>%2</a>, - + Get the full version Купить полную версию - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Введите - + a keyword запрос - + a channel канал - + to start watching videos. чтобы начать просмотр. - + Watch Смотреть - + Recent keywords Последние запросы - + Recent channels Последние каналы + + + SidebarHeader - - Make yourself comfortable - Чувствуйте себя как дома + + + &Back + Н&азад + + + + Forward to %1 + Вперед к %1 + + + + Back to %1 + Назад к %1 SidebarWidget - + Refine Search Уточнить поиск - + Did you mean: %1 Возможно вы имели в виду: %1 + StandardFeedsView + + + Most Popular + Самые популярные + + + + Featured + Популярные + + + + Most Shared + + + + + Most Discussed + Самые обсуждаемые + + + + Top Rated + Лучшие оценки + + + Video - + Cannot get video stream for %1 Не удалось получить видео поток для %1 - + Network error: %1 for %2 Ошибка сети: %1 на %2 + + YTRegions + + + Algeria + Алжир + + + + Argentina + Аргентина + + + + Australia + Австралия + + + + Belgium + Бельгия + + + + Brazil + Бразилия + + + + Canada + Канада + + + + Chile + Чили + + + + Colombia + Колумбия + + + + Czech Republic + Чехия + + + + Egypt + Египет + + + + France + Франция + + + + Germany + Германия + + + + Ghana + Гана + + + + Greece + Греция + + + + Hong Kong + Гонконг + + + + Hungary + Венгрия + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + Мексика + + + + Morocco + Марокко + + + + Netherlands + Нидерланды + + + + New Zealand + Новая Зеландия + + + + Nigeria + Нигерия + + + + Peru + Перу + + + + Philippines + Филиппины + + + + Poland + Польша + + + + Russia + Россия + + + + Saudi Arabia + Саудовская Аравия + + + + Singapore + Сингапур + + + + South Africa + Южно-Африканская Республика + + + + South Korea + Республика Корея + + + + Spain + Испания + + + + Sweden + Швеция + + + + Taiwan + Тайвань + + + + Tunisia + Тунис + + + + Turkey + Турция + + + + Uganda + Уганда + + + + United Arab Emirates + Объединённые Арабские Эмираты + + + + United Kingdom + Великобритания + + + + Yemen + Йемен + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/sk.ts minitube-2.0/locale/sk.ts --- minitube-1.9.0/locale/sk.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/sk.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Ešte stále existuje život aj mimo prehliadač! - + Version %1 Verzia %1 - + + Licensed to: %1 + Licencované pre: %1 + + + %1 is Free Software but its development takes precious time. - %1 je Slobodným Softvérom, ktorého vývoj si žiada značnú dávku času. + %1 je plne slobodným softvérom, ktorého vývoj si však žiada značnú dávku času. - + Please <a href='%1'>donate</a> to support the continued development of %2. - Prosím o finančnú <a href='%1'>podporu</a> pokračujúceho vývoja %2. + Preto prosím o akúkoľvek finančnú <a href='%1'>podporu</a> pri pokračujúcom vývoji %2. - + You may want to try my other apps as well: Je možné, že ťa zaujmú aj moje ostatné aplikácie: - + %1, a YouTube music player %1, prehrávač YouTube muziky - + %1, a music player %1, kvalitný hudobný prehrávač - + Translate %1 to your native language using %2 Prelož %1 do svojho materinského jazyka cez %2 - + Icon designed by %1. - Dizajn ikony spravil %1. + Ikonu nadizajnoval %1. - + Released under the <a href='%1'>GNU General Public License</a> Vydané pod <a href='%1'>GNU General Public License</a> - + &Close &Zatvoriť - + About O projekte - + What you always wanted to know about %1 and never dared to ask Všetko čo chceš o %1 vedieť, bez potreby sa vopred spýtať - ClearButton + ActivationDialog - - Clear - Vyčisiť + + Enter your License Details + Vlož svoje licenčné detaily + + + + &Email: + &E-mail: + + + + &Code: + &Kód: - DemoStartupView + ActivationView - + Please license %1 - Licencuj si %1 prosím + Prosím licencujte %1 - + This demo has expired. - Aktuálna demoverzia expirovala. + Demoverzia expirovala. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - S plnou verziou budeš môcť sťahovať videá dlhšie ako %1 minút a sledovanie bude bez prerušení. + Plná verzia ti umožní stiahnuť videá dlhšie než %1 minút a tiež ich prezeranie bez prerušení. - - This demo will expire in %1 days. - Aktuálna demoverzia expiruje za %1 dní. + + Without a license, the application will expire in %1 days. + Aplikácia bez licencie expiruje za %1 dní. - + By purchasing the full version, you will also support the hard work I put into creating %1. - Zakúpením plnej verzie podporíš námahu, vynaloženú pri tvorbe %1. + Zakúpením plnej verzie tiež podporíš vynaložené úsilie pri tvorbe %1. - + Use Demo - Použiť demoverziu + Použiť demo - - Get the full version - Získať plnú verziu + + Enter License + Vložiť licenciu + + + + Buy License + Zakúpiť licenciu + + + + ClearButton + + + Clear + Vyčisiť DownloadItem - + bytes bajtov - + KB KB - + MB MB - + bytes/sec bajtov/sek - + KB/sec KB/sek - + MB/sec MB/sek - + seconds sekúnd - + minutes minút - + %4 %5 remaining zostáva %4 %5 @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Ide o demoverziu %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Umožní ti stiahnuť iba videý kratšie ako %1 minút, takže aspoň môžeš otestovať túto funkcionalitu. - + Continue Pokračuj - + Get the full version Získať plnú verziu - + %1 downloaded in %2 %1 stiahnuté za %2 - + Download finished Sťahovanie ukončené. - + %n Download(s) @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Zmeniť umiestnenie... - + Choose the download location Zmeniť umiestnenie sťahovaní - + Download location changed. Umiestnenie sťahovaní zmenené. - + Current downloads will still go in the previous location. Aktuálne sťahovania sa uložia ešte na predchádzajúcom umiestnení. - + Downloading to: %1 Sťahujem do: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Sťahujem aktualizáciu... + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Hľadám... + + Search + Hľadať - - Show %1 More - Zobraziť %1 ďalších + + Find videos and channels by keyword + Nájsť videá a kanály podľa kľúča - - No videos - Žiadne videá + + Browse + Prehliadať - - No more videos - Žiadne ďalšie videá + + Browse videos by category + Prehliadať videá podľa kategórie + + + + Make yourself comfortable + Daj sa do pohody @@ -334,411 +375,426 @@ MainWindow - + &Stop - %Zastaviť + &Zastaviť - + Stop playback and go back to the search view Zastaviť prehrávanie a vrátiť sa k výsledkom hľadania - + S&kip &Preskočiť - + Skip to the next video Preskočiť na nasledovné video - - + + &Pause &Pozasaviť - - + + Pause playback Pozastaviť prehrávanie - + &Full Screen &Celá obrazovka - + Go full screen Na celú obrazovku - + Hide the playlist and the toolbar Skryť playlist a nástrojovú lištu - + Go to the YouTube video page and pause playback Prejsť na YouTube stránku videa a pozastaviť prehrávanie - + Copy the current video YouTube link to the clipboard Kopírovať YouTube odkaz aktuálneho videa do schránky - + Copy the current video stream URL to the clipboard Kopírovať odkaz aktuálneho video streamu do schránky - + Find other video parts hopefully in the right order Pokúsiť sa nájsť zvyšné video časti - + &Remove &Odstrániť - + Remove the selected videos from the playlist Odstrániť vybrané videá z playlistu - + Move &Up - Presunúť &Nahor + Presunúť &nahor - + Move up the selected videos in the playlist Presunúť vybrané videá v playliste nahor - + Move &Down - Presunúť &Nadol + Presunúť &nadol - + Move down the selected videos in the playlist Presunúť vybrané videá v playliste nadol - + Clear the search history. Cannot be undone. Vyčisiť históriu hľadania. Nevratná akcia. - + &Quit &Ukončiť - + Bye Maj sa - + &Website - &Webstránka + &Domovská stránka - + %1 on the Web %1 na Internete - + Please support the continued development of %1 Podpor prosím pokračujúci vývoj %1 - + &About &O projekte - + Info about %1 Informácie o %1 - + Search Hľadať - + Mute volume Stlmiť hlasitosť - - + + &Downloads &Sťahovania - + Show details about video downloads Zobraziť detaily o sťahovaní - + &Download &Stiahnuť - + Download the current video Stiahnuť aktuálne video - + Share the current video using %1 Zdieľať aktuálne video cez %1 - + &Email &E-mail - + Email E-mailová adresa - + &Close &Zatvoriť - + &Float on Top &Vždy na vrchu - + &Stop After This Video &Zastav po tomto videu - + &Report an Issue... &Nahlásiť problém... - + &Refine Search... &Upraviť kritériá hľadania... - + + More... + Viac... + + + + &Related Videos + &Pridružené vidá + + + + Watch videos related to the current one + Pozerať videá pridružené k aktuálnemu + + + &Application &Aplikácia - + Buy %1... Zakúpiť %1... - + &Playback &Prehrávanie - + &Playlist &Playlist - + &Video &Video - + &View &Zobrazenie - + &Share &Zdieľanie - + &Help &Nápoveda - + Press %1 to raise the volume, %2 to lower it Stlač %1 pre zvýšenie hlasitosti, %2 pre jej zníženie - - + + Opening %1 Otváram %1 - + Do you want to exit %1 with a download in progress? Chceš ukončiť %1 aj napriek prebiehajúcemu sťahovaniu? - + If you close %1 now, this download will be cancelled. Pokiaľ teraz ukončíš %1, prídeš o aktuálne sťahovanie. - + Close and cancel download Zatvoriť a zrušiť sťahovanie - + Wait for download to finish Počkať kým skončí sťahovanie - + Leave &Full Screen - Opustiť &Celú Obrazovku + Opustiť režim &celej obrazovky - + %1 version %2 is now available. %1 verzie %2 je k dispozícii. - + Remind me later Pripomenúť neskôr - - To get the updated version, download %1 again from the link you received via email and reinstall. - Pre získanie novšej verzie stiahni %1 z odkazu, ktorý ti bude zaslaný na e-mailovú adresu a preinštaluj aplikáciu. - - - + Update Aktualizácia - + Error: %1 Chyba: %1 - + P&revious &Predošlé - + Go back to the previous track Ísť na predošlé video - + &Compact Mode &Kompaktný mód - + Open the &YouTube Page Otvoriť &YouTube stránku - + Copy the YouTube &Link - Kopírovať YouTube &Odkaz + Kopírovať &odkaz z YouTube - + Copy the Video Stream &URL Kopírovať &URL video streamu - + Find Video &Parts - Nájsť zvyšné &časti videa + Nájsť zvyšné relevantné &časti - + &Clear Recent Searches - &Vyčistiť posledné hľadania + &Vyčistiť zoznam posledných hľadaní - + Make a &Donation - Darovať &príspevok + Finančne &podporiť - + &Manually Start Playing - &Manuálne začať prehrávanie + &Manuálne prehrávanie - + Manually start playing videos - Manuálne začať prehrávanie videí + Koniec manuálneho prehrávania - + + Choose your content location + Vybrať svoju obsahovú lokáciu + + + &Play &Prehrať - + Resume playback Obnoviť prehrávanie - + Remaining time: %1 Zostávajúci čas: %1 - + Volume at %1% Hlasitosť na %1% - + Volume is muted Hlasitosť stlmená - + Volume is unmuted Hlasitosť nie je stlmená - + Maximum video definition set to %1 Maximálne rozlíšenie videa nastavené na %1 - + Your privacy is now safe Nemaj obavy o súkromie - + Downloads complete Sťahovanie kompletné @@ -746,236 +802,300 @@ MediaView - + You can now paste the YouTube link into another application Takto môžeš prilepiť YouTube odkaz do inej aplikácie - + You can now paste the video stream URL into another application Budeš môcť prilepiť odkaz video streamu do inej aplikácie - + The link will be valid only for a limited time. Odkaz bude platný len obmedzenú dobu. - + This is just the demo version of %1. Ide o demoverziu %1. - + It allows you to test the application and see if it works for you. Umožní ti aplikáciu vyskúšať a pohodlne otestovať. - + Continue Pokračuj - + of Used in video parts, as in '2 of 3' z - + part This is for video parts, as in 'Cool video - part 1' časť - + episode This is for video parts, as in 'Cool series - episode 1' epizóda - + Sent from %1 Odoslané z %1 - + Get the full version Získať plnú verziu - + Downloading %1 Sťahujem %1. - NetworkAccess + MessageWidget + + + A new version of %1 is available! + Nová verzia %1 je práve dostupná! + + + + %1 %2 is now available. You have %3. + %1 %2 je práve dostupná. Máš %3. + - - Network error: %1 - Chyba siete: %1 + + Would you like to download it now? + Chceš ju stiahnuť? + + + + Skip This Version + Preskočiť túto verziu + + + + Remind Me Later + Pripomenúť mi neskôr + + + + Install Update + Nainštalovať aktualizáciu + + + + PasteLineEdit + + + Paste + Vložiť - PrettyItemDelegate + PlaylistItemDelegate - + %1 views - %1 zhliadnutí + %1 prezretí - + %1 of %2 (%3) — %4 %1 z %2 (%3) — %4 - + Preparing - Pripravovanie + Pripravujem - + Failed - Neúspešné + Zlyhané - + Completed - Kompletné + Úspešné - + Stopped Zastavené - + Stop downloading - Zastaviť sťahovanie + Zastav sťahovanie - + Show in %1 - Zobraziť v %1 + Zobraz v %1 - + Open parent folder - Otvoriť nadradený adresár + Otvor nadradený adresár - + Restart downloading - Reštartovať sťahovanie + Opakuj sťahovanie + + + + PlaylistModel + + + Searching... + Hľadám... + + + + Show %1 More + Zobraz %1 viac + + + + No videos + Žiadne videá + + + + No more videos + Niet viac videí RefineSearchWidget - + Sort by Zoradiť podľa - + Relevance Relevancia - - + + Date Dátum - + View Count Počet zhliadnutí - + Rating Hodnotenie - + Anytime Kedykoľvek - + Today Dnes - + 7 Days - 7 Dní + 7 dní - + 30 Days - 30 Dní + 30 dní - + Duration Dĺžka - - + + All Všetko - + Short Krátky - + Medium Stredný - + Long Dlhý - + Less than 4 minutes Menej ako 4 minúty - + Between 4 and 20 minutes Medzi 4 a 20 minútami - + Longer than 20 minutes Viac ako 20 minút - + Quality Kvalita - + High Definition Vysoké rozlíšenie - + 720p or higher 720p alebo vyššie - + + Done + Hotovo + + + + RegionsView + + Done Hotovo @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Vitaj v aplikácii <a href='%1>%2</a>, - + Get the full version Získať plnú verziu - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Vlož - + a keyword kľúčové slovo - + a channel názov kanálu - + to start watching videos. pre spustenie sledovania. - + Watch Pozerať - + Recent keywords Posledné kľúčové slová - + Recent channels Posledné kanály + + + SidebarHeader - - Make yourself comfortable - Pohodlne sa usaď + + + &Back + &Späť + + + + Forward to %1 + Vpred k %1 + + + + Back to %1 + Späť k %1 SidebarWidget - + Refine Search Upraviť kritériá hľadania - + Did you mean: %1 Mali ste na mysli: %1 + StandardFeedsView + + + Most Popular + Najpopulárnejšie + + + + Featured + Prominentné + + + + Most Shared + Najzdieľanejšie + + + + Most Discussed + Najdiskutovanejšie + + + + Top Rated + Najvyššiehodnotené + + + Video - + Cannot get video stream for %1 Nedostupný video stream pre %1 - + Network error: %1 for %2 Chyba siete: %1 pre %2 + + YTRegions + + + Algeria + Alžirsko + + + + Argentina + Argentína + + + + Australia + Austrália + + + + Belgium + Belgicko + + + + Brazil + Brazília + + + + Canada + Kanada + + + + Chile + Čile + + + + Colombia + Kolumbia + + + + Czech Republic + Česká Republika + + + + Egypt + Egypt + + + + France + Francúzsko + + + + Germany + Nemecko + + + + Ghana + Ghana + + + + Greece + Grécko + + + + Hong Kong + Hong Kong + + + + Hungary + Maďarsko + + + + India + India + + + + Indonesia + Indonézia + + + + Ireland + Írsko + + + + Israel + Izrael + + + + Italy + Taliansko + + + + Japan + Japonsko + + + + Jordan + Jordánsko + + + + Kenya + Keňa + + + + Malaysia + Malajzia + + + + Mexico + Mexiko + + + + Morocco + Maroko + + + + Netherlands + Holandsko + + + + New Zealand + Nový Zéland + + + + Nigeria + Nigéria + + + + Peru + Peru + + + + Philippines + Filipíny + + + + Poland + Poľsko + + + + Russia + Rusko + + + + Saudi Arabia + Saudská Arábia + + + + Singapore + Singapur + + + + South Africa + Južná Afrika + + + + South Korea + Južná Kórea + + + + Spain + Španielsko + + + + Sweden + Švédsko + + + + Taiwan + Taiwan + + + + Tunisia + Tunisko + + + + Turkey + Turecko + + + + Uganda + Uganda + + + + United Arab Emirates + Spojené Arabské Emiráty + + + + United Kingdom + Veľká Británia + + + + Yemen + Jemen + + + + Worldwide + Celosvetovo + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/sl.ts minitube-2.0/locale/sl.ts --- minitube-1.9.0/locale/sl.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/sl.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Zunaj brskalnika je življenje! - + Version %1 Različica %1 - + + Licensed to: %1 + + + + %1 is Free Software but its development takes precious time. %1 je prosta programska oprema, a njen razvoj zahteva dragocen čas. - + Please <a href='%1'>donate</a> to support the continued development of %2. <a href='%1'>Darujte prosim</a> za podporo stalnemu razvoju %2. - + You may want to try my other apps as well: Morda želite preizkusiti še ostale aplikacije: - + %1, a YouTube music player %1, YouTube glasbeni predvajalnik - + %1, a music player %1, glasbeni predvajalnik - + Translate %1 to your native language using %2 Prevedite %1 v vaš jezik z uporabo programa %2 - + Icon designed by %1. Ikone je izrisal %1. - + Released under the <a href='%1'>GNU General Public License</a> Izdano na podlagi licence <a href='%1'>GNU General Public License</a> - + &Close &Zapri - + About O programu - + What you always wanted to know about %1 and never dared to ask Kar ste vedno želeli vedeti o %1 a si niste nikoli upali vprašati - ClearButton + ActivationDialog - - Clear - Počisti + + Enter your License Details + + + + + &Email: + + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 Kupite prosim licenco %1 - + This demo has expired. Različica demo je potekla. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Polna različica omogoča prenos posnetkov daljših od %1 minut in njihovo spremljanje brez prekinitev. + - - This demo will expire in %1 days. - Različica demo bo potekla čez %1 dni. + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. Z nakupom polne različice, boste podprli veliko truda, ki sem ga vložil v %1. - + Use Demo Uporabi demo - - Get the full version - Pridobi celotno različico + + Enter License + + + + + Buy License + + + + + ClearButton + + + Clear + Počisti DownloadItem - + bytes bajtov - + KB kB - + MB MB - + bytes/sec byte/s - + KB/sec kB/s - + MB/sec MB/s - + seconds sekund - + minutes minut - + %4 %5 remaining %4 %5 ostaja @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. To je samo preizkusna različica programa %1. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Prenese lahko samo posnetke krajše od %1 minut, da lahko preverite delovanje funkcije prenosa. - + Continue Nadaljuj - + Get the full version Pridobi popolno različico - + %1 downloaded in %2 %1 preneseno v %2 - + Download finished Prenos končan - + %n Download(s) %n Prenos%n Prenosa%n Prenosi%n Prenosov @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Sprememba mesta ... - + Choose the download location Izberite mesto prenosa - + Download location changed. Spremenili ste mesto prenosa. - + Current downloads will still go in the previous location. Trenutni prenosi bodo še vedno šli v prejšnje mesto. - + Downloading to: %1 Prenos v: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Iskanje ... + + Search + Išči - - Show %1 More - Pokaži %1 več + + Find videos and channels by keyword + - - No videos - Nobenega videa + + Browse + - - No more videos - Nobenega videa več + + Browse videos by category + + + + + Make yourself comfortable + @@ -334,411 +375,426 @@ MainWindow - + &Stop U&stavi - + Stop playback and go back to the search view Ustavi predvajanje in se vrne v iskalni pogled - + S&kip Pres&koči - + Skip to the next video Skoči na naslednji video - - + + &Pause &Pavza - - + + Pause playback Premor v predvajanju - + &Full Screen &Celozaslonski način - + Go full screen Gre v celozaslonski način - + Hide the playlist and the toolbar Skrije predvajalni seznam in orodno vrstico - + Go to the YouTube video page and pause playback Gre na stran posnetka na YouTube in ustavi predvajanje - + Copy the current video YouTube link to the clipboard Kopira povezavo YouTube trenutnega posnetka v odložišče - + Copy the current video stream URL to the clipboard Kopira URL trenutnega video pretoka v odložišče - + Find other video parts hopefully in the right order Poišče ostale dele posnetka, predvidoma v pravem zaporedju - + &Remove Odst&rani - + Remove the selected videos from the playlist Odstrani izbrani video iz predvajalnega seznama - + Move &Up Premakni &gor - + Move up the selected videos in the playlist Izbrani video premakne mesto više v predvajalnem seznamu - + Move &Down Premakni &dol - + Move down the selected videos in the playlist Izbrani video premakne mesto niže v predvajalnem seznamu - + Clear the search history. Cannot be undone. Izbriše zgodovino iskanje. Tega dejanja ni mogoče razveljaviti. - + &Quit &Zapri - + Bye Nasvidenje - + &Website &Spletno mesto - + %1 on the Web %1 na spletu - + Please support the continued development of %1 Podprite prosim nadaljni razvoj programa %1 - + &About &O programu - + Info about %1 Informacije o %1 - + Search Išči - + Mute volume Nemo - - + + &Downloads Pre&nosi - + Show details about video downloads Pokaže podrobnosti o prenosih posnetkov - + &Download Pre&nesi - + Download the current video Prenese trenutni posnetek - + Share the current video using %1 Deli trenutni posnetek preko %1 - + &Email &E-pošta - + Email E-pošte - + &Close &Zapri - + &Float on Top Lebdeče na vrhu - + &Stop After This Video U&stavi za tem posnetkom - + &Report an Issue... P&rijavi napako ... - + &Refine Search... &Izboljšaj iskanje ... - + + More... + + + + + &Related Videos + + + + + Watch videos related to the current one + + + + &Application &Aplikacija - + Buy %1... Kupi %1 ... - + &Playback &Predvajanje - + &Playlist &Predvajalni seznam - + &Video &Video - + &View &Pogled - + &Share &Deli - + &Help P&omoč - + Press %1 to raise the volume, %2 to lower it Pritisnite %1, da povišate glasnost in %2, da jo nižate - - + + Opening %1 Odpiranje %1 - + Do you want to exit %1 with a download in progress? Ali res želite zapustiti %1 medtem, ko je aktiven prenos? - + If you close %1 now, this download will be cancelled. V primeru, da zdaj zaprete %1 bo ta prenos prekinjen. - + Close and cancel download Zapri in prekliči prenos - + Wait for download to finish Počakaj, da konča prenos. - + Leave &Full Screen Zapusti celozaslonski način - + %1 version %2 is now available. Na voljo je %1 različica %2. - + Remind me later Opozori me kasneje - - To get the updated version, download %1 again from the link you received via email and reinstall. - Za namestitev posodobljene različice, prenesite %1 s povezave, ki ste jo prejeli po elektronski pošti in ponovno namestite. - - - + Update Posodobitev - + Error: %1 Napaka: %1 - + P&revious P&redhodna - + Go back to the previous track Predhodna sled - + &Compact Mode Strnjen način - + Open the &YouTube Page Odpri stran &Youtube - + Copy the YouTube &Link Kopiraj povezavo Youtube - + Copy the Video Stream &URL Kopiraj &URL toka video - + Find Video &Parts &Poišči ostale dele posnetka - + &Clear Recent Searches Počisti nedavna iskanja - + Make a &Donation Pošlji &donacijo - + &Manually Start Playing Ročno začni predvajanje - + Manually start playing videos Prični z ročnim predvajanjem posnetkov - + + Choose your content location + + + + &Play &Predvajaj - + Resume playback Nadaljuj s predvajanjem - + Remaining time: %1 Preostali čas: %1 - + Volume at %1% Glasnost %1% - + Volume is muted Glasnost je utišana - + Volume is unmuted Glasnost je povrnjena - + Maximum video definition set to %1 Najvišja ločljivost posnetkov je nastavljena na %1 - + Your privacy is now safe Vaša zasebnost je zdaj varna - + Downloads complete Prenosi so končani @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application Zdaj lahko prilepite povezavo na YouTube v drugo aplikacijo - + You can now paste the video stream URL into another application Zdaj lahko prilepite URL video pretoka v drugo aplikacijo - + The link will be valid only for a limited time. Povezava bo delovala le za omejen čas. - + This is just the demo version of %1. To je samo demo različica programa %1. - + It allows you to test the application and see if it works for you. Dovoli vam testiranje aplikacije in preverjanje delovanja, - + Continue Nadaljuj - + of Used in video parts, as in '2 of 3' od - + part This is for video parts, as in 'Cool video - part 1' del - + episode This is for video parts, as in 'Cool series - episode 1' nadaljevanje - + Sent from %1 Poslano iz %1 - + Get the full version Pridobi celotno različico - + Downloading %1 Prenašanje %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + - - Network error: %1 - Napaka omrežja: %1 + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + + + + + PasteLineEdit + + + Paste + - PrettyItemDelegate + PlaylistItemDelegate - + %1 views - %1 ogledov + %1 predvajanj - + %1 of %2 (%3) — %4 - %1 od %2 (%3) — %4 + - + Preparing - Pripravljanje + - + Failed - Neuspešno + - + Completed - Dokončano + - + Stopped - Ustavljeno + - + Stop downloading - Ustavi prenos + - + Show in %1 - Pokaži v %1 + - + Open parent folder - Odpri nadrejeno mapo + - + Restart downloading - Ponovno prenesi + + + + + PlaylistModel + + + Searching... + Iskanje ... + + + + Show %1 More + + + + + No videos + Nobenega videa + + + + No more videos + RefineSearchWidget - + Sort by Razvrsti glede na - + Relevance Ustreznost - - + + Date Datum - + View Count Število ogledov - + Rating Oceno - + Anytime Kadarkoli - + Today Danes - + 7 Days 7 dni - + 30 Days 30 dni - + Duration Trajanje - - + + All Vse - + Short Kratko - + Medium Srednje - + Long Dolgo - + Less than 4 minutes Manj kot 4 minute - + Between 4 and 20 minutes Med 4. in 20. minutami - + Longer than 20 minutes Daljše kot 20 minut - + Quality Kvaliteta - + High Definition Visoka ločljivost - + 720p or higher 720p in višje - + Done Narejeno + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Pozdravljeni v <a href='%1'>%2</a>, - + Get the full version Pridobi celotno različico - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Vnesite - + a keyword ključno besedo - + a channel kanal - + to start watching videos. in začnite gledati posnetke. - + Watch Glejte - + Recent keywords Nedavne ključne besede - + Recent channels Nedavni kanali + + + SidebarHeader - - Make yourself comfortable - Namestite se udobno + + + &Back + + + + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search Izboljšaj iskanje - + Did you mean: %1 Ali ste mogoče mislili: %1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 Za %1 ni mogoče pridobiti video pretoka - + Network error: %1 for %2 Napaka omrežja: %1 od %2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/sq.ts minitube-2.0/locale/sq.ts --- minitube-1.9.0/locale/sq.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/sq.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,1072 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - Ka jete edhe jashte Shfletuesit te Internetit - - - - - Version %1 - Version %1 - - - - %1 is Free Software but its development takes precious time. - %1 Eshte Program i Lire por Programuesit te tij i merr kohe te qmueshme - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - Ju lutem <a href="%1"> dhuroni</a> qe te perkrahni vazhdimin e ndertimit te %2. - - - - You may want to try my other apps as well: - Do te deshironit qe te provoni edhe programet e tjera te mia - - - - %1, a YouTube music player - %1 , Luajtes i muzikes per YouTube - - - - %1, a music player - %1 , Luajtes i muzikes - - - - Translate %1 to your native language using %2 - Perkthe %1 ne gjuhen e tuaj ame duke perdorur %2 - - - - Icon designed by %1. - Dizajnimi i ikones u be nga %1 - - - - Released under the <a href='%1'>GNU General Public License</a> - Leshuar nen <a href="%1"> GNU Licanca Publike Gjenerale</a> - - - - &Close - Afer - - - - About - Afersisht - - - - What you always wanted to know about %1 and never dared to ask - Qfar keni dashur gjithmon te dini per %1 por asnjeher nuk keni guzuar te pyetni - - - - ClearButton - - - Clear - Paster - - - - DemoStartupView - - - Please license %1 - Ju lutem licencen %1 - - - - This demo has expired. - Versioni demostrativ ka skaduar - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Versioni i plote ju lejon qe te shkarkoni video me te gjata se %1 minuta dhe gjithashtu te shikoni video pa pengesa. - - - - This demo will expire in %1 days. - Versioni demostrativ do te skadoj ne %1 dit. - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - Duke bere blerjen e versionit te plot , ju gjithashtu do te perkrahni punen per krijimin e %1. - - - - Use Demo - Perdor versionin demostrativ - - - - Get the full version - Merrni versionin e plote - - - - DownloadItem - - - bytes - Bajts - - - - KB - KB - - - - MB - MB - - - - bytes/sec - Bajts/Sekond - - - - KB/sec - KB/Sekond - - - - MB/sec - MB/Sekond - - - - seconds - Sekonda - - - - minutes - Minuta - - - - %4 %5 remaining - %4 %5 Mbetet - - - - DownloadManager - - - This is just the demo version of %1. - Ky eshte vetem version per demonstrim i %1 - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - Mund te shkarkoj vetem video me te shkurta se %1 minut ne menyr qe te testoni funksionimin e shkarkuesit. - - - - Continue - Vazhdon - - - - Get the full version - Merrni versionin e plote - - - - %1 downloaded in %2 - - - - - Download finished - - - - - %n Download(s) - %n Shkarkim%n Shkarkime - - - - DownloadSettings - - - Change location... - Ndrysho lokacionin - - - - Choose the download location - Zghidhni lokacionin e shkarkimeve - - - - Download location changed. - Lokacioni i shkarkimeve u ndryshua. - - - - Current downloads will still go in the previous location. - Shkarkimet e tanishme ende do te ruhen ne lokacionin e meparshem te shkarkimeve. - - - - Downloading to: %1 - Duke shkarkuar ne : %1 - - - - DownloadView - - - - Downloads - Shkarkimet - - - - GlobalShortcuts - - - Play - Luaje - - - - Pause - Pushim - - - - Play/Pause - Luaje/Pushim - - - - Stop - Ndaloje - - - - Stop playing after current track - Ndaloje se luajturi pas kenges aktuale - - - - Next track - Kenga e ardhshme - - - - Previous track - Kenga e meparshme - - - - Increase volume - Rrite zerin - - - - Decrease volume - Ule zerin - - - - Mute - Pa ze - - - - Seek forward - Kerko perpara - - - - Seek backward - Kerko prapa - - - - ListModel - - - Searching... - Duke kerkuar - - - - Show %1 More - Shfaq %1 me shume - - - - No videos - Nuk ka video - - - - No more videos - Nuk ka me video - - - - LoadingWidget - - - Error - Gabim - - - - MainWindow - - - &Stop - Ndaloje - - - - Stop playback and go back to the search view - Ndaloje rishikimin dhe kthehu prapa te pamje e kerkimit - - - - S&kip - Kaperce - - - - Skip to the next video - Kaperce te video e ardhshme - - - - - &Pause - Pushoje - - - - - Pause playback - Pushoje rishikimin - - - - &Full Screen - Ekran te plote - - - - Go full screen - Kalo ne ekran te plot - - - - Hide the playlist and the toolbar - Fshih listen e videove dhe shiritin e veglave - - - - Go to the YouTube video page and pause playback - Kalo ne faqen e videove te YouTube dhe pushoje rishikimin - - - - Copy the current video YouTube link to the clipboard - Kopjoje linkun e videos se tanishme ne tabelen e ngjitjes - - - - Copy the current video stream URL to the clipboard - Kopjoje URL e rrjedhes se videos aktuale ne tabelen e ngjitjes - - - - Find other video parts hopefully in the right order - Gjeni pjes te tjera te videove ne rednin e duhur - - - - &Remove - Largo - - - - Remove the selected videos from the playlist - Largoje videon e zgjedhur nga lista e luajtjes - - - - Move &Up - Leviz lart - - - - Move up the selected videos in the playlist - Levize lart videon e zgjedhur ne listen e luajtjes - - - - Move &Down - Leviz posht - - - - Move down the selected videos in the playlist - Levize posht videon e zghedhur ne listen e luajtjes - - - - Clear the search history. Cannot be undone. - Pastro historin e kerkimeve . Nuk mund te zhbehet - - - - &Quit - Lëre - - - - Bye - Mireupafshim - - - - &Website - Adrese interneti - - - - %1 on the Web - %1 ne Web - - - - Please support the continued development of %1 - Ju lutem perkrahni vazhdimin e ndertimit te %1 - - - - &About - Rreth - - - - Info about %1 - Informata rreth %1 - - - - Search - Kerkim - - - - Mute volume - Hesht zerin - - - - - &Downloads - Shkarkimet - - - - Show details about video downloads - Trego detajet rreth videove te shkarkuara - - - - &Download - Shkarko - - - - Download the current video - Shkarko videon e tanishme - - - - Share the current video using %1 - Shperndaj videon aktuale duke perdorur %1 - - - - &Email - % Email - - - - Email - Email - - - - &Close - Afer - - - - &Float on Top - &Nxjerr ne Krye - - - - &Stop After This Video - &Ndalo pas kesaj video - - - - &Report an Issue... - - - - - &Refine Search... - - - - - &Application - Aplikacion - - - - Buy %1... - Blej %1.... - - - - &Playback - &Ridegjim - - - - &Playlist - Lista e luajtjes - - - - &Video - Video - - - - &View - &Shiko - - - - &Share - &Shperndaje - - - - &Help - Ndihma - - - - Press %1 to raise the volume, %2 to lower it - Shtyp %1 qe te rrisni zerin , shtyp %2 qe ta ulni zerin - - - - - Opening %1 - Duke hapur %1 - - - - Do you want to exit %1 with a download in progress? - Deshironi te dilni %1 me nje shkarkim ne prapavij? - - - - If you close %1 now, this download will be cancelled. - Nese e mbyllni %1 tani , ky shkarkim do te nderpritet. - - - - Close and cancel download - Mbyll dhe ndalo shkarkimin - - - - Wait for download to finish - Prisni per shkarkimin qe te mbaroj - - - - Leave &Full Screen - Largohu & Ekran te plote - - - - %1 version %2 is now available. - %1 versioni %2 eshte i gatshem - - - - Remind me later - Me rikujto me von - - - - To get the updated version, download %1 again from the link you received via email and reinstall. - Per te marr version e arrnuar , shkarko %1 prap nga linku te cilin e keni marr permes email dhe instalone prap - - - - Update - Arrnim - - - - Error: %1 - Gabim:%1 - - - - P&revious - Mehershme - - - - Go back to the previous track - Kthehu prapa te kenga e kaluar - - - - &Compact Mode - Ne mod kompakte - - - - Open the &YouTube Page - Hap faqen & e Youtube - - - - Copy the YouTube &Link - Kopjo linkun nga YouTube - - - - Copy the Video Stream &URL - Kopjo rrjedhen e videos & URL - - - - Find Video &Parts - Gjej videot & Pjeset - - - - &Clear Recent Searches - Pastro kerkimet e me parshme - - - - Make a &Donation - Beni nje donacion - - - - &Manually Start Playing - Fillo luajtjen manualisht - - - - Manually start playing videos - Manualisht fillo luajtjen e videove - - - - &Play - Luaj - - - - Resume playback - Rinis rishikimin - - - - Remaining time: %1 - Koha e mbetur:%1 - - - - Volume at %1% - Zeri ne %1% - - - - Volume is muted - Zeri eshte heshtur - - - - Volume is unmuted - Zeri eshte leshuar - - - - Maximum video definition set to %1 - Maksimumi i definicionit te videos eshte vendosur ne %1 - - - - Your privacy is now safe - Privatsia juaj tani eshte e sigurt - - - - Downloads complete - Shkarkimet jan kompletuar - - - - MediaView - - - You can now paste the YouTube link into another application - Tani ju mund te ngjitni YouTube linqe ne nje tjeter program - - - - You can now paste the video stream URL into another application - Tani ju mund te ngjitni rrdhjedhen e YouTube URL ne nje tjeter program - - - - The link will be valid only for a limited time. - Linku do te jet i vlefshem per nje kohe te kufizuar - - - - This is just the demo version of %1. - Ky eshte version vetem per demonstrim i %1. - - - - It allows you to test the application and see if it works for you. - Ju lejon qe te provoni programin dhe te shifni se a funksionon per ju . - - - - Continue - Vazhdim - - - - of - Used in video parts, as in '2 of 3' - I - - - - part - This is for video parts, as in 'Cool video - part 1' - Pjas - - - - episode - This is for video parts, as in 'Cool series - episode 1' - Episode - - - - Sent from %1 - Derguar nga %1 - - - - Get the full version - Merrni versionin e plote - - - - Downloading %1 - Duke shkarkuar %1 - - - - NetworkAccess - - - Network error: %1 - Gabim ne rrjet:%1 - - - - PrettyItemDelegate - - - %1 views - %1 Shikime - - - - %1 of %2 (%3) — %4 - %1 i %2(%3)-%4 - - - - Preparing - Duke e pergaditur - - - - Failed - Ka deshtuar - - - - Completed - Ka perfunduar - - - - Stopped - Ka ndaluar - - - - Stop downloading - Ndalo shkarkimin - - - - Show in %1 - Trego ne %1 - - - - Open parent folder - Hap dosjen kryesor - - - - Restart downloading - Rifilloni shkarkimin - - - - RefineSearchWidget - - - Sort by - - - - - Relevance - - - - - - Date - - - - - View Count - - - - - Rating - - - - - Anytime - - - - - Today - - - - - 7 Days - - - - - 30 Days - - - - - Duration - - - - - - All - - - - - Short - - - - - Medium - - - - - Long - - - - - Less than 4 minutes - - - - - Between 4 and 20 minutes - - - - - Longer than 20 minutes - - - - - Quality - - - - - High Definition - - - - - 720p or higher - - - - - Done - - - - - SearchLineEdit - - - Search - Kerkim - - - - SearchView - - - Welcome to <a href='%1'>%2</a>, - Mire se erdhet ne <h href="%1">%2</a>, - - - - Get the full version - Merrni versionin e plote - - - - Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" - Hyr - - - - a keyword - Nje fjal kyqe - - - - a channel - Nje kanal - - - - to start watching videos. - Per te filluar shikimin e videove. - - - - Watch - Shiko - - - - Recent keywords - Fjalit kyqe te fundit - - - - Recent channels - Kanali i fundit - - - - Make yourself comfortable - Relaksohuni - - - - SidebarWidget - - - Refine Search - - - - - Did you mean: %1 - - - - - Video - - - Cannot get video stream for %1 - Nuk mund te merr rrjedhen e videos per %1 - - - - Network error: %1 for %2 - Gabim rrjeti:%1 per %2 - - - \ No newline at end of file diff -Nru minitube-1.9.0/locale/sr.ts minitube-2.0/locale/sr.ts --- minitube-1.9.0/locale/sr.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/sr.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,1071 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - Може и без веб прегледача! - - - - Version %1 - Верзија %1 - - - - %1 is Free Software but its development takes precious time. - %1 је слободан софтвер, али његов развој одузма драгоцено време. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - Молимо да <a href='%1'>донацијама</a> подржите развој програма %2. - - - - You may want to try my other apps as well: - Можда би сте желели да пробате и моје друге програме: - - - - %1, a YouTube music player - %1, музички плејер за Јутјуб - - - - %1, a music player - %1, музички плејер - - - - Translate %1 to your native language using %2 - Преведите %1 на ваш матерњи језик помоћу %2 - - - - Icon designed by %1. - Иконицу дизајниро %1. - - - - Released under the <a href='%1'>GNU General Public License</a> - Под <a href='%1'>Гнуовом Општом Јавном Лиценцом - - - - &Close - &Затвори - - - - About - О програму - - - - What you always wanted to know about %1 and never dared to ask - Све што сте одувек желели да знате о програму %1 али се нисте усудили а питате - - - - ClearButton - - - Clear - Очисти - - - - DemoStartupView - - - Please license %1 - Молимо да купите %1 - - - - This demo has expired. - Показна верзија је истекла. - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Пуна верзија вам омогућава да преузмете записе дуже од %1 минута и гледате видео без прекида. - - - - This demo will expire in %1 days. - Верзија ће истећи за %1 дана. - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - Куповином пуне верзије ћете уједно и подржати мој рад на програму %1. - - - - Use Demo - Користи показну верзију - - - - Get the full version - Набави пуну верзију - - - - DownloadItem - - - bytes - бајтова - - - - KB - KB - - - - MB - MB - - - - bytes/sec - b/s - - - - KB/sec - KB/s - - - - MB/sec - MB/s - - - - seconds - секунди - - - - minutes - минута - - - - %4 %5 remaining - %4 %5 преостаје - - - - DownloadManager - - - This is just the demo version of %1. - Ово је тек демо верзија %1. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - Може преузети само снимке краће од %1 минута тако да можете испробати употребљивост преузимања. - - - - Continue - Настави - - - - Get the full version - Преузмите пуну верзију - - - - %1 downloaded in %2 - - - - - Download finished - - - - - %n Download(s) - %n прузимање%n прузимања%n прузимања - - - - DownloadSettings - - - Change location... - Промените локацију... - - - - Choose the download location - Изаберите локацију преузимања - - - - Download location changed. - Локација преузимања је промењена. - - - - Current downloads will still go in the previous location. - Тренутна преузимања ће се наставити са претходне локације. - - - - Downloading to: %1 - Преузимам у: %1 - - - - DownloadView - - - - Downloads - Преузимања - - - - GlobalShortcuts - - - Play - Пусти - - - - Pause - Паузирај - - - - Play/Pause - Пусти или паузирај - - - - Stop - Заустави - - - - Stop playing after current track - Заустави пуштање након тренутне стазе - - - - Next track - Следећа стаза - - - - Previous track - Претходна стаза - - - - Increase volume - Појачај - - - - Decrease volume - Утишај - - - - Mute - Искључи тон - - - - Seek forward - Премотај унапред - - - - Seek backward - Премотај уназад - - - - ListModel - - - Searching... - Тражим... - - - - Show %1 More - Прикажи још %1 - - - - No videos - Нема снимака - - - - No more videos - Нема других снимака - - - - LoadingWidget - - - Error - Грешка - - - - MainWindow - - - &Stop - &Заустави - - - - Stop playback and go back to the search view - Зауставља пуштање и враћа се на приказ претраге - - - - S&kip - Прес&кочи - - - - Skip to the next video - Пушта следећи снимак - - - - - &Pause - &Паузирај - - - - - Pause playback - Паузира пуштање - - - - &Full Screen - &Целоекрански приказ - - - - Go full screen - Прелази у целоекрански приказ - - - - Hide the playlist and the toolbar - Скрива плејлисту и траке алатки - - - - Go to the YouTube video page and pause playback - Паузира пуштање и одлази на страницу на Јутјубу - - - - Copy the current video YouTube link to the clipboard - Копира Јутјуб везу тренутног видеау у клипборд - - - - Copy the current video stream URL to the clipboard - Копирај УРЛ тренутног видео тока у клипборд - - - - Find other video parts hopefully in the right order - Нађи остале делове видеа, можда и у исправном редоследу - - - - &Remove - &Уклони - - - - Remove the selected videos from the playlist - Уклања изабране снимке из плејлисте - - - - Move &Up - Помери на&више - - - - Move up the selected videos in the playlist - Помера изабране снимке навише у плејлисти - - - - Move &Down - Помери на&ниже - - - - Move down the selected videos in the playlist - Помера изабаране снимке наниже у плејлити - - - - Clear the search history. Cannot be undone. - Уклања историјат претраге. Не може се опозвати. - - - - &Quit - &Напусти - - - - Bye - Ћао - - - - &Website - &Веб сајт - - - - %1 on the Web - %1 на вебу - - - - Please support the continued development of %1 - Молимо да подржите даљи развој програма %1 - - - - &About - &О програму - - - - Info about %1 - Подаци о програму %1 - - - - Search - Претрага - - - - Mute volume - Искључи тон - - - - - &Downloads - &Преузимања - - - - Show details about video downloads - Приказује детаље о преузетим видео снимцима - - - - &Download - &Преузми - - - - Download the current video - Преузима тренутни видео - - - - Share the current video using %1 - Дели тренутни видео путем %1 - - - - &Email - &Е-пошта - - - - Email - Е-пошта - - - - &Close - &Затвори - - - - &Float on Top - &Флутај на врху - - - - &Stop After This Video - Зау&стави након овог видеа - - - - &Report an Issue... - - - - - &Refine Search... - - - - - &Application - &Програм - - - - Buy %1... - Купите %1.... - - - - &Playback - &Пуштање - - - - &Playlist - &Плејлиста - - - - &Video - &Видео - - - - &View - &Приказ - - - - &Share - &Дељење - - - - &Help - &Помоћ - - - - Press %1 to raise the volume, %2 to lower it - Притисните %1 да би појачали, односно %2 да би утишали тон - - - - - Opening %1 - Отварам %1 - - - - Do you want to exit %1 with a download in progress? - Желите ли а напустите %1 током активног преузимања? - - - - If you close %1 now, this download will be cancelled. - Уколико затворите %1 сада ово преузимање ћњ бити отказано. - - - - Close and cancel download - Затвори и откажи преузимање - - - - Wait for download to finish - Сачекајте да се преузимање заврши - - - - Leave &Full Screen - Напусти &цео екран - - - - %1 version %2 is now available. - Доступан је %1 верзије %2. - - - - Remind me later - Подести ме касније - - - - To get the updated version, download %1 again from the link you received via email and reinstall. - Да би ажирирали верзију преузмите %1 поново путем везе коју сте добили е.поштом и поново га инсталирајте. - - - - Update - Ажурирај - - - - Error: %1 - Грешка:%1 - - - - P&revious - П&ретходни - - - - Go back to the previous track - Иде на претходну нумеру - - - - &Compact Mode - &Компактан режим - - - - Open the &YouTube Page - Отвори страницу на &Јутјубу - - - - Copy the YouTube &Link - Копирај &везу са Јутјуба - - - - Copy the Video Stream &URL - Копирај &УРЛ видео тока - - - - Find Video &Parts - Нађи &делове видеа - - - - &Clear Recent Searches - &Очисти недавне претраге - - - - Make a &Donation - &Донирајте - - - - &Manually Start Playing - &Ручно покретање пуштања - - - - Manually start playing videos - Пуштање видеа се покреће ручно - - - - &Play - &Пусти - - - - Resume playback - Настави пуштање - - - - Remaining time: %1 - Преостало време: %1 - - - - Volume at %1% - Јачина тона %1% - - - - Volume is muted - Тон је искључен - - - - Volume is unmuted - Тон је поново укључен - - - - Maximum video definition set to %1 - Максимална дефиниција видеа је постављена на %1 - - - - Your privacy is now safe - Ваша приватност је сада осигурана - - - - Downloads complete - Преузимања су завршена - - - - MediaView - - - You can now paste the YouTube link into another application - Сад можете налепити везу са Јутјуба у други програм - - - - You can now paste the video stream URL into another application - Сад можете УРЛ видео тока налепити у други програм - - - - The link will be valid only for a limited time. - Веза је исправна само одређено време. - - - - This is just the demo version of %1. - Ово је тек демо верзија %1. - - - - It allows you to test the application and see if it works for you. - Омогућава вам да испробате програм и увидите да ли вам одговара. - - - - Continue - Настави - - - - of - Used in video parts, as in '2 of 3' - од - - - - part - This is for video parts, as in 'Cool video - part 1' - део - - - - episode - This is for video parts, as in 'Cool series - episode 1' - епизода - - - - Sent from %1 - Послато са %1 - - - - Get the full version - Преузмите пуну верзију - - - - Downloading %1 - преузимам %1 - - - - NetworkAccess - - - Network error: %1 - Мрежна грешка: %1 - - - - PrettyItemDelegate - - - %1 views - %1 прегледа - - - - %1 of %2 (%3) — %4 - %1 од %2 (%3) — %4 - - - - Preparing - Припремам - - - - Failed - Неуспех - - - - Completed - Завршено - - - - Stopped - Заустављено - - - - Stop downloading - Заустави преузимање - - - - Show in %1 - Прикажи у %1 - - - - Open parent folder - Отвори родитељску фасциклу - - - - Restart downloading - Поново покрени преузимање - - - - RefineSearchWidget - - - Sort by - - - - - Relevance - - - - - - Date - - - - - View Count - - - - - Rating - - - - - Anytime - - - - - Today - - - - - 7 Days - - - - - 30 Days - - - - - Duration - - - - - - All - - - - - Short - - - - - Medium - - - - - Long - - - - - Less than 4 minutes - - - - - Between 4 and 20 minutes - - - - - Longer than 20 minutes - - - - - Quality - - - - - High Definition - - - - - 720p or higher - - - - - Done - - - - - SearchLineEdit - - - Search - Претрага - - - - SearchView - - - Welcome to <a href='%1'>%2</a>, - Добродошли у <a href='%1'>%2</a>, - - - - Get the full version - Преузмите пуну верзију - - - - Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" - унесите - - - - a keyword - кључну реч - - - - a channel - канал - - - - to start watching videos. - да би започели преглед видео снимака. - - - - Watch - Гледај - - - - Recent keywords - Недавни кључне речи - - - - Recent channels - Недавни канали - - - - Make yourself comfortable - Раскомотите се - - - - SidebarWidget - - - Refine Search - - - - - Did you mean: %1 - - - - - Video - - - Cannot get video stream for %1 - не могу да добавим видео ток за %1 - - - - Network error: %1 for %2 - Мрежна грешка: %1 за %2 - - - \ No newline at end of file diff -Nru minitube-1.9.0/locale/sv_SE.ts minitube-2.0/locale/sv_SE.ts --- minitube-1.9.0/locale/sv_SE.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/sv_SE.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,1071 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - Det finns ett liv utanför webläsaren! - - - - Version %1 - Version %1 - - - - %1 is Free Software but its development takes precious time. - %1 är fri programvara men utveklingen tar värdefull tid. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - Vänligen <a href='%1'> donera</a> för att stöda den fortsatta utveklingen utav %2 - - - - You may want to try my other apps as well: - Du kan gärna prova mina andra program också: - - - - %1, a YouTube music player - %1, en YouTube musik spelare - - - - %1, a music player - %1, en musik spelare - - - - Translate %1 to your native language using %2 - Översätt %1 till ditt modersmål med %2 - - - - Icon designed by %1. - Ikon designad av %1 - - - - Released under the <a href='%1'>GNU General Public License</a> - Släppt under <a href='%1'>GNU General Public License</a> - - - - &Close - &Stäng - - - - About - Om - - - - What you always wanted to know about %1 and never dared to ask - Vad du alltid velat veta om %1 och aldrig vågat fråga om - - - - ClearButton - - - Clear - Rensa - - - - DemoStartupView - - - Please license %1 - Vänligen licensiera %1 - - - - This demo has expired. - Denna demo har utgått. - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Fullversionen möjliggör dig att ladda ned videos längre än %1 minuter och titta på videos utan avbrott. - - - - This demo will expire in %1 days. - Denna demo kommer att utgå om %1 dagar - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - Genom att köpa fullversionen kommer du också att stödja mitt hårda arbete jag gör med %1. - - - - Use Demo - Använd demo - - - - Get the full version - Skaffa den fullständiga versionen - - - - DownloadItem - - - bytes - bytes - - - - KB - KB - - - - MB - MB - - - - bytes/sec - byte / sekund - - - - KB/sec - KB / sekund - - - - MB/sec - MB / sekund - - - - seconds - sekunder - - - - minutes - minuter - - - - %4 %5 remaining - %4 %5 återstår - - - - DownloadManager - - - This is just the demo version of %1. - Detta är bara en demo version av %1. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - Det kan bara ladda ner filmer kortare än %1 minuter så att du kan testa ladda ner funktionen. - - - - Continue - Fortsätt - - - - Get the full version - Få den fullständiga versionen - - - - %1 downloaded in %2 - - - - - Download finished - - - - - %n Download(s) - %n Nedladning (ar)%n Nedladning (ar) - - - - DownloadSettings - - - Change location... - Byt plats ... - - - - Choose the download location - Välj hämtningsplats - - - - Download location changed. - Hämtningsplatsen har ändrats. - - - - Current downloads will still go in the previous location. - Aktuella nedladdningar kommer fortfarande att hamna i den tidigare hämtningsplatsen. - - - - Downloading to: %1 - Hämtar till: %1 - - - - DownloadView - - - - Downloads - Nedladdningar - - - - GlobalShortcuts - - - Play - Spela - - - - Pause - Pausa - - - - Play/Pause - Spela / Pausa - - - - Stop - Stoppa - - - - Stop playing after current track - Sluta spela efter nuvarande spår - - - - Next track - Nästa spår - - - - Previous track - Föregående spår - - - - Increase volume - Öka volymen - - - - Decrease volume - Minska volymen - - - - Mute - Mute - - - - Seek forward - Sök framåt - - - - Seek backward - Sök bakåt - - - - ListModel - - - Searching... - Söker... - - - - Show %1 More - Visa %1 Fler - - - - No videos - Inga videos - - - - No more videos - Inga fler videos - - - - LoadingWidget - - - Error - Fel - - - - MainWindow - - - &Stop - &Stop - - - - Stop playback and go back to the search view - Stoppa uppspelningen och gå tillbaka till Sök vyn - - - - S&kip - H&oppa - - - - Skip to the next video - Hoppa till nästa video - - - - - &Pause - &Pausa - - - - - Pause playback - Pausa uppspelning - - - - &Full Screen - &Helskärm - - - - Go full screen - Använd helskärm - - - - Hide the playlist and the toolbar - Dölj spellistan och verktygsfältet - - - - Go to the YouTube video page and pause playback - Gå till YouTube-video-sidan och pausa uppspelning - - - - Copy the current video YouTube link to the clipboard - Kopiera den aktuella YouTube-video-länken till urklipp - - - - Copy the current video stream URL to the clipboard - Kopiera den nuvarande videoströmmen URL till urklipp - - - - Find other video parts hopefully in the right order - Hitta andra videodelar förhoppningsvis i rätt ordning - - - - &Remove - &Ta bort - - - - Remove the selected videos from the playlist - Ta bort markerade videoklippen från spellistan - - - - Move &Up - Flytta &upp - - - - Move up the selected videos in the playlist - Flytta upp de markerade videoklippen i spellistan - - - - Move &Down - Flytta &nedåt - - - - Move down the selected videos in the playlist - Flytta ner markerade videoklippen i spellistan - - - - Clear the search history. Cannot be undone. - Rensa sökhistorik. Kan inte ångras. - - - - &Quit - &Avsluta - - - - Bye - Hej då - - - - &Website - &Webbsida - - - - %1 on the Web - %1 på webben - - - - Please support the continued development of %1 - Vänligen stöd den fortsatta utvecklingen av %1 - - - - &About - &Om - - - - Info about %1 - Info om %1 - - - - Search - Sök - - - - Mute volume - Volym av - - - - - &Downloads - &Nedladdningar - - - - Show details about video downloads - Visa detaljer om video nedladdningar - - - - &Download - &Ladda ner - - - - Download the current video - Ladda ner den aktuella videon - - - - Share the current video using %1 - Dela nuvarande video med %1 - - - - &Email - &Email - - - - Email - Email - - - - &Close - &Stäng - - - - &Float on Top - &Flyt ovanpå - - - - &Stop After This Video - &Stoppa efter denna video - - - - &Report an Issue... - - - - - &Refine Search... - - - - - &Application - &Applikation - - - - Buy %1... - Köp %1... - - - - &Playback - &Uppspelning - - - - &Playlist - &Spellista - - - - &Video - &Video - - - - &View - &Vy - - - - &Share - &Dela - - - - &Help - &Hjälp - - - - Press %1 to raise the volume, %2 to lower it - Tryck på %1 för att öka volymen, %2 för att sänka den - - - - - Opening %1 - Öppnar %1 - - - - Do you want to exit %1 with a download in progress? - Vill du avsluta %1 med en nedladdning igång? - - - - If you close %1 now, this download will be cancelled. - Om du stänger %1 nu, avbryts nedladdningen. - - - - Close and cancel download - Stäng och avbryt nedladdning - - - - Wait for download to finish - Vänta på att nedladdning blir klar - - - - Leave &Full Screen - Lämna &Helskärm - - - - %1 version %2 is now available. - %1 version %2 är nu tillgänglig - - - - Remind me later - Påminn mig senare - - - - To get the updated version, download %1 again from the link you received via email and reinstall. - För att få den uppdaterade versionen, ladda ned %1 igen från länken du har fått via email och ominstallera. - - - - Update - Uppdatera - - - - Error: %1 - Fel: %1 - - - - P&revious - Fö&regående - - - - Go back to the previous track - Gå tillbaka till föregående spår - - - - &Compact Mode - Kompakt läge - - - - Open the &YouTube Page - Öppna &YouTube sidan - - - - Copy the YouTube &Link - Kopiera YouTube &Länk - - - - Copy the Video Stream &URL - Kopiera video ström &URL - - - - Find Video &Parts - Hitta Video Delar - - - - &Clear Recent Searches - &Rensa Senaste Sökningar - - - - Make a &Donation - Gör en &Donation - - - - &Manually Start Playing - Starta Spela &Manuellt - - - - Manually start playing videos - Starta Spela Videos Manuellt - - - - &Play - &Spela - - - - Resume playback - Återuppta uppspelning - - - - Remaining time: %1 - Återstående tid: %1 - - - - Volume at %1% - Volym %1% - - - - Volume is muted - Ljudet är avstängt - - - - Volume is unmuted - Volymen är på - - - - Maximum video definition set to %1 - Högsta video upplösning är satt till %1 - - - - Your privacy is now safe - Din integritet är nu säker - - - - Downloads complete - Nedladdningar klar - - - - MediaView - - - You can now paste the YouTube link into another application - Nu kan du klistra in YouTube-länken i ett annat program - - - - You can now paste the video stream URL into another application - Du kan nu klistra in videoströmmens webbadress i ett annat program - - - - The link will be valid only for a limited time. - Länken kommer att gälla endast under en begränsad tid. - - - - This is just the demo version of %1. - Detta är bara en demo version av %1. - - - - It allows you to test the application and see if it works for you. - Det tillåter dig att testa programmet och se om det fungerar för dig. - - - - Continue - Fortsätt - - - - of - Used in video parts, as in '2 of 3' - av - - - - part - This is for video parts, as in 'Cool video - part 1' - del - - - - episode - This is for video parts, as in 'Cool series - episode 1' - avsnitt - - - - Sent from %1 - Skickad från %1 - - - - Get the full version - Skaffa den fullständiga versionen - - - - Downloading %1 - Hämtar %1 - - - - NetworkAccess - - - Network error: %1 - Nätverks fel:%1 - - - - PrettyItemDelegate - - - %1 views - %1 visningar - - - - %1 of %2 (%3) — %4 - %1 av %2 (%3) -%4 - - - - Preparing - Förbereder - - - - Failed - Misslyckades - - - - Completed - Färdig - - - - Stopped - Stoppad - - - - Stop downloading - Stoppa nedladdning - - - - Show in %1 - Visa i %1 - - - - Open parent folder - Äppna föregående folder - - - - Restart downloading - Omstarta nedladdning - - - - RefineSearchWidget - - - Sort by - - - - - Relevance - - - - - - Date - - - - - View Count - - - - - Rating - - - - - Anytime - - - - - Today - - - - - 7 Days - - - - - 30 Days - - - - - Duration - - - - - - All - - - - - Short - - - - - Medium - - - - - Long - - - - - Less than 4 minutes - - - - - Between 4 and 20 minutes - - - - - Longer than 20 minutes - - - - - Quality - - - - - High Definition - - - - - 720p or higher - - - - - Done - - - - - SearchLineEdit - - - Search - Sök - - - - SearchView - - - Welcome to <a href='%1'>%2</a>, - Välkommen till <a href='%1'>%2</a>, - - - - Get the full version - Skaffa den kompletta versionen - - - - Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" - Ange - - - - a keyword - ett sökord - - - - a channel - en kanal - - - - to start watching videos. - för att börja titta på video. - - - - Watch - Titta - - - - Recent keywords - Senaste sökord - - - - Recent channels - Senaste kanaler - - - - Make yourself comfortable - Gör dig själv bekväm - - - - SidebarWidget - - - Refine Search - - - - - Did you mean: %1 - - - - - Video - - - Cannot get video stream for %1 - Kan inte få videoström för %1 - - - - Network error: %1 for %2 - Nätverks fel: %1 för %2 - - - \ No newline at end of file diff -Nru minitube-1.9.0/locale/tr.ts minitube-2.0/locale/tr.ts --- minitube-1.9.0/locale/tr.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/tr.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,161 +3,189 @@ AboutView - + There's life outside the browser! Tarayıcının dışındaki yaşam! - + Version %1 - Version %1 + Sürüm %1 - + + Licensed to: %1 + %1 için lisanslanmıştır + + + %1 is Free Software but its development takes precious time. %1 özgür yazılımdır ama geliştirmek değerli zaman alır. - + Please <a href='%1'>donate</a> to support the continued development of %2. Lütfen %2 geliştirilmesinin devam etmesi için <a href='%1'>bağış</a> yapın. - + You may want to try my other apps as well: Bunun yanında diğer uygulamalarımı da denemek isteyebilirsiniz: - + %1, a YouTube music player %1, YouTube müzik oynatıcı - + %1, a music player %1, bir müzik çalar - + Translate %1 to your native language using %2 %1'i, %2 kullanarak kendi dilinize çevirin - + Icon designed by %1. Simge %1 tarafından tasarlandı. - + Released under the <a href='%1'>GNU General Public License</a> <a href='%1'>GNU Genel Kamu Lisansı</a> ile yayınlanmıştır - + &Close &Kapat - + About Hakkında - + What you always wanted to know about %1 and never dared to ask %1 hakkında her zaman bilmek isteyip de soramadıklarınız - ClearButton + ActivationDialog - - Clear - Temizle + + Enter your License Details + Lisans bilgilerini girin + + + + &Email: + &Eposta: + + + + &Code: + Kod: - DemoStartupView + ActivationView - + Please license %1 - Lütfen %1'i kaydettirin + Lütfen lisans %1 - + This demo has expired. - Bu deneme sürümünün süresi dolmuş. + Deneme süresi bitti. - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Tam sürüm %1 dakikadan uzun videoları indirmenize ve videoları kesinti olmadan izlemenize olanak sağlar. + Uygulamanın tam sürüm hali, sizin %1 dakikadan uzun videoları indirmenize ve kesintisiz video izlemenize izin verir. - - This demo will expire in %1 days. - Bu deneme sürümünün süresi %1 gün içinde dolacak. + + Without a license, the application will expire in %1 days. + Lisans olmazsa, uygulama süresi %1 gün içinde dolacaktır. - + By purchasing the full version, you will also support the hard work I put into creating %1. - Tam sürümü satın alarak, %1'i oluşturmaya harcadığım emeği de desteklemiş olacaksınız. + Tam sürümü alarak, aynı zamanda %1 yaratmamdaki üstün çabamı destekleyebilirsiniz. - + Use Demo - Deneme Sürümü Kullan + Demo kullan - - Get the full version - Tam sürüme geç + + Enter License + Lisans Girin + + + + Buy License + Lisans Al + + + + ClearButton + + + Clear + Temizle DownloadItem - + bytes byte - + KB KB - + MB MB - + bytes/sec byte/san - + KB/sec KB/san - + MB/sec MB/san - + seconds saniye - + minutes dakika - + %4 %5 remaining %4 %5 kaldı @@ -165,37 +193,37 @@ DownloadManager - + This is just the demo version of %1. Bu sadece %'in demo sürümüdür. - + It can only download videos shorter than %1 minutes so you can test the download functionality. Bu sadece %1 dakikadan kısa videoları indirebilir, indirme özelliğini böylece test edebilirsiniz. - + Continue Devam - + Get the full version Tam sürüme geç - + %1 downloaded in %2 - + %2 de %1 indirildi - + Download finished - + İndirme tamamlandı. - + %n Download(s) %n İndirme @@ -203,27 +231,27 @@ DownloadSettings - + Change location... Konumu değiştir... - + Choose the download location İndirme konumunu seçin - + Download location changed. İndirme konumu değişti - + Current downloads will still go in the previous location. Mevcut indirmeler önceki konumda devam edecek - + Downloading to: %1 İndiriliyor: %1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + Güncelleme indiriliyor... + + + GlobalShortcuts @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - Aranıyor... + + Search + Arama - - Show %1 More - %1 Tane daha + + Find videos and channels by keyword + Anahtar kelimeye göre video ve kanal bulun - - No videos - Video yok + + Browse + Gözat - - No more videos - Daha fazla yok + + Browse videos by category + Kategoriye göre videoları gözat + + + + Make yourself comfortable + Kendinizi rahat hissedin @@ -334,411 +375,426 @@ MainWindow - + &Stop &Dur - + Stop playback and go back to the search view Oynatmayı durdur ve aramaya geri dön - + S&kip &Atla - + Skip to the next video Sonraki videoya atla - - + + &Pause &Bekle - - + + Pause playback Oynatmayı beklet - + &Full Screen &Tam ekran - + Go full screen Tam ekran görünümü - + Hide the playlist and the toolbar Listeyi ve araç çubuğunu gizle - + Go to the YouTube video page and pause playback Oynatmayı beklet ve YouTube sayfasına git - + Copy the current video YouTube link to the clipboard Geçerli videonun YouTube bağlantısını panoya kopyala - + Copy the current video stream URL to the clipboard Geçerli video akışının URL adresini panoya kopyala - + Find other video parts hopefully in the right order Doğru sırada olacak şekilde diğer video kısımlarını bul - + &Remove &Kaldır - + Remove the selected videos from the playlist Seçilen videoları listeden kaldır - + Move &Up Y&ukarı taşı - + Move up the selected videos in the playlist Seçilen videoları listede yukarı taşı - + Move &Down A&şağı taşı - + Move down the selected videos in the playlist Seçilen videoları listede aşağı taşı - + Clear the search history. Cannot be undone. Arama geçmişini sil. Bu geri alınamaz. - + &Quit &Çık - + Bye Gülegüle - + &Website &Website - + %1 on the Web %1 İnternette - + Please support the continued development of %1 Lütfen %1 gelişiminin sürekliliği için destekleyin - + &About &Hakkında - + Info about %1 %1 Hakkında - + Search Ara - + Mute volume Sesi kes - - + + &Downloads &İndirmeler - + Show details about video downloads Video indirmelerinin ayrıntılarını göster - + &Download &İndir - + Download the current video Geçerli videoyu indir - + Share the current video using %1 %1 kullanarak şu an ki videoyu paylaş - + &Email &Eposta - + Email Eposta - + &Close &Kapat - + &Float on Top Üstte Sabitle - + &Stop After This Video Bu Videodan &Sonra Durdur - + &Report an Issue... - + Bir Sorun Bildi&r - + &Refine Search... - + A&ramayı Sınırla... + + + + More... + Dahası... - + + &Related Videos + Benze&r Videolar + + + + Watch videos related to the current one + Şu an izlediğinize benzer videolar izleyin + + + &Application &Uygulama - + Buy %1... %1 Satın Al... - + &Playback &Çalma - + &Playlist Oynatma &listesi - + &Video &Video - + &View &Görünüm - + &Share Payla&s - + &Help Yardı&m - + Press %1 to raise the volume, %2 to lower it %1 Sesi arttır, %2 sesi azalt - - + + Opening %1 %1 Açılıyor - + Do you want to exit %1 with a download in progress? %1 İndiriliyor, çıkmak istiyor musunuz? - + If you close %1 now, this download will be cancelled. Eğer %1'İ şimdi kapatırsanız, bu indirme iptal edilecek. - + Close and cancel download Kapat ve indirmeyi iptal et - + Wait for download to finish İndirmenin bitmesini bekle - + Leave &Full Screen &Tam Ekrandan Çık - + %1 version %2 is now available. %1 sürüm %2 kullanılabilir durumda. - + Remind me later Daha sonra hatırlat - - To get the updated version, download %1 again from the link you received via email and reinstall. - Güncellenmiş sürümü edinmek için, e-posta yoluyla aldığınız bağlantı üzerinden %1'i indirin ve yeniden kurun. - - - + Update Güncelle - + Error: %1 Hata: %1 - + P&revious Önceki - + Go back to the previous track Bir önceki parçaya geri dön - + &Compact Mode Kü&cültümüş Ekran - + Open the &YouTube Page &YouTube Sayfasını Aç - + Copy the YouTube &Link YouTube &Linkini Kopyala - + Copy the Video Stream &URL Video &URL'sini Kopyala - + Find Video &Parts Video Bölümlerini Bul - + &Clear Recent Searches Son Aramaları Temizle - + Make a &Donation Bağış Yap - + &Manually Start Playing &Manuel Olarak Çalmaya Başla - + Manually start playing videos Videoları manuel olarak çalmaya başla - + + Choose your content location + Konumunuzu seçin + + + &Play &Oynat - + Resume playback Oynatmaya devam et - + Remaining time: %1 Kalan zaman: %1 - + Volume at %1% Ses %1% - + Volume is muted Ses kapandı - + Volume is unmuted Ses açık - + Maximum video definition set to %1 En yüksek video tanımı %1 olarak ayarlı - + Your privacy is now safe Şimdi gizliliğiniz güvende - + Downloads complete İndirme tamamlandı @@ -746,238 +802,302 @@ MediaView - + You can now paste the YouTube link into another application Şimdi YouTube bağlantısını başka bir uygulamaya yapıştırabilirsiniz - + You can now paste the video stream URL into another application Şimdi video akışı URL adresini başka bir uygulamaya yapıştırabilirsiniz - + The link will be valid only for a limited time. Bağlantı kısıtlı bir süre için geçerli olacak. - + This is just the demo version of %1. Bu sadece %1'in demo sürümüdür. - + It allows you to test the application and see if it works for you. Bu, uygulamayı test etmenizi ve çalışıp çalışmadığını görmenizi sağlar. - + Continue Devam - + of Used in video parts, as in '2 of 3' / - + part This is for video parts, as in 'Cool video - part 1' kısım - + episode This is for video parts, as in 'Cool series - episode 1' bölüm - + Sent from %1 %1 ile gönderildi - + Get the full version Tam sürüme geç - + Downloading %1 İndiriliyor %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + %1 e ait yeni sürüm kullanılabilir. + - - Network error: %1 - Ağ hatası: %1 + + %1 %2 is now available. You have %3. + %1 %2 şimdi kullanılabilir. Siz %3 + + + + Would you like to download it now? + Bunu şimdi indirmek istiyor musunuz? + + + + Skip This Version + Bu Sürümü Geç + + + + Remind Me Later + Daha sonra Hatırlat + + + + Install Update + Güncellemeyi Yükle + + + + PasteLineEdit + + + Paste + Yapıştır - PrettyItemDelegate + PlaylistItemDelegate - + %1 views - %1 görüntüleme + %1 görüntülenme - + %1 of %2 (%3) — %4 - %1 / %2 (%3) — %4 + %1 of %2 (%3) — %4 - + Preparing Hazırlanıyor - + Failed - Başarısız oldu + Başarısız - + Completed Tamamlandı - + Stopped - Durdu + Durduruldu - + Stop downloading - İndirmeyi durdur + İndirme işlemini durdur - + Show in %1 %1 içinde göster - + Open parent folder - Üst dizini aç + Önceki dizini aç - + Restart downloading - İndirmeyi tekrar başlat + İndirme işlemini yeniden başlat + + + + PlaylistModel + + + Searching... + Aranıyor... + + + + Show %1 More + %1 Tane Daha Göster + + + + No videos + Video yok + + + + No more videos + Daha fazla video yok RefineSearchWidget - + Sort by - + Sırala - + Relevance - + Alaka - - + + Date - + Tarih - + View Count - + Hiti Göster - + Rating - + Hit - + Anytime - + Herhangi bir zaman - + Today - + Bugün - + 7 Days - + 7 Gün - + 30 Days - + 30 Gün - + Duration - + Süre - - + + All - + Hepsi - + Short - + Kısa - + Medium - + Orta - + Long - + Uzun - + Less than 4 minutes - + 4 dakikadan kısa - + Between 4 and 20 minutes - + 4 - 20 dakika arası - + Longer than 20 minutes - + 20 dakikadan uzun - + Quality - + Kalite - + High Definition - + Yüksek Kalite - + 720p or higher - + 720p veya daha yüksek - + Done - + Bitti + + + + RegionsView + + + Done + Tamamlandı @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, <a href='%1'>%2</a>'a Hoşgeldiniz - + Get the full version Tam sürüme geç - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Giriş yapın - + a keyword bir anahtar kelime - + a channel bir kanal - + to start watching videos. ve videoları izlemeye başlayın. - + Watch İzle - + Recent keywords Son arananlar - + Recent channels Önceki kanallar + + + SidebarHeader - - Make yourself comfortable - Kendinize konfor sunun + + + &Back + Geri + + + + Forward to %1 + %1 Yönlendir + + + + Back to %1 + Geri Dön: %1 SidebarWidget - + Refine Search - + A&ramayı Sınırla - + Did you mean: %1 - + Bunu mu demek istediniz: %1 + + + + StandardFeedsView + + + Most Popular + En popülerler + + + + Featured + Gelecek + + + + Most Shared + En Çok Paylaşılanlar + + + + Most Discussed + En Çok Tartışılan + + + + Top Rated + En Çok Oy Verilenler Video - + Cannot get video stream for %1 %1 için video akışı alınamıyor. - + Network error: %1 for %2 Ağ hatası: %2 için %1 + + YTRegions + + + Algeria + Cezayir + + + + Argentina + Arjantin + + + + Australia + Avustralya + + + + Belgium + Belçika + + + + Brazil + Brezilya + + + + Canada + Kanada + + + + Chile + Şili + + + + Colombia + Kolombiya + + + + Czech Republic + Çek Cumhuriyeti + + + + Egypt + Mısır + + + + France + Fransa + + + + Germany + Almanya + + + + Ghana + Gana + + + + Greece + Yunanistan + + + + Hong Kong + Hong Kong + + + + Hungary + Macaristan + + + + India + Hindistan + + + + Indonesia + Endonezya + + + + Ireland + İrlanda + + + + Israel + İsrail + + + + Italy + İtalya + + + + Japan + Japonya + + + + Jordan + Ürdün + + + + Kenya + Kenya + + + + Malaysia + Malezya + + + + Mexico + Meksika + + + + Morocco + Fas + + + + Netherlands + Hollanda + + + + New Zealand + Yeni Zelanda + + + + Nigeria + Nijerya + + + + Peru + Peru + + + + Philippines + Filipinler + + + + Poland + Polonya + + + + Russia + Rusya + + + + Saudi Arabia + Suudi Arabistan + + + + Singapore + Singapur + + + + South Africa + Güney Afrika + + + + South Korea + Güney Kore + + + + Spain + İspanya + + + + Sweden + İsviçre + + + + Taiwan + Tayvan + + + + Tunisia + Tunus + + + + Turkey + Türkiye + + + + Uganda + Uganda + + + + United Arab Emirates + Birleşik Arap Emirlikleri + + + + United Kingdom + İngiltere + + + + Yemen + Yemen + + + + Worldwide + Dünya Çapında + + \ No newline at end of file diff -Nru minitube-1.9.0/locale/uk_UA.ts minitube-2.0/locale/uk_UA.ts --- minitube-1.9.0/locale/uk_UA.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/uk_UA.ts 1970-01-01 00:00:00.000000000 +0000 @@ -1,1071 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - За межами браузеру існує життя! - - - - Version %1 - Версія %1 - - - - %1 is Free Software but its development takes precious time. - %1 — це вільне програмне забезпечення, але його розробка займає дорогоцінний час. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - Будь ласка, <a href='%1'>внесіть пожертву</a>, щоб підтримати подальший розвиток %2. - - - - You may want to try my other apps as well: - Спробуйте інші мої програми: - - - - %1, a YouTube music player - %1, музичний плеєр YouTube - - - - %1, a music player - %1, музичний плеєр - - - - Translate %1 to your native language using %2 - - - - - Icon designed by %1. - Піктограму намалював %1. - - - - Released under the <a href='%1'>GNU General Public License</a> - Ліцензовано <a href='%1'>Загальною громадською ліцензією GNU</a> - - - - &Close - &Закрити - - - - About - Про програму - - - - What you always wanted to know about %1 and never dared to ask - Все те, про %1, що ви завжди хотіли дізнатись, але не наважувалися спитати - - - - ClearButton - - - Clear - Очистити - - - - DemoStartupView - - - Please license %1 - Ліцензія %1 - - - - This demo has expired. - Пробний період вичерпано. - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - - - - - This demo will expire in %1 days. - Пробний період завершиться за %1 днів. - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - - - - - Use Demo - Пробна версія - - - - Get the full version - Отримати повну версію - - - - DownloadItem - - - bytes - байт - - - - KB - КБ - - - - MB - МБ - - - - bytes/sec - байт/сек - - - - KB/sec - КБ/сек - - - - MB/sec - МБ/сек - - - - seconds - секунд - - - - minutes - хвилин - - - - %4 %5 remaining - залишилось %4 %5 - - - - DownloadManager - - - This is just the demo version of %1. - Це всього лише демо-версія %1. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - З метою тестування можливо завантажувати відео лише з тривалістю до %1 хв. - - - - Continue - Продовжити - - - - Get the full version - Отримати повнофункціональну версію - - - - %1 downloaded in %2 - - - - - Download finished - - - - - %n Download(s) - %n Завантаження%n Завантаження%n Завантажень - - - - DownloadSettings - - - Change location... - Змінити теку… - - - - Choose the download location - Оберіть теку для завантаження - - - - Download location changed. - Теку завантаження змінено. - - - - Current downloads will still go in the previous location. - Поточні завантаження все ще будуть збережені у попередньому місці. - - - - Downloading to: %1 - Завантажуеться в %1 - - - - DownloadView - - - - Downloads - Завантаження - - - - GlobalShortcuts - - - Play - Грати - - - - Pause - Пауза - - - - Play/Pause - Грати/Пауза - - - - Stop - Зупинити - - - - Stop playing after current track - Зупинити програвання по завершенні треку - - - - Next track - Наступний трек - - - - Previous track - Попередній трек - - - - Increase volume - Збільшити гучність - - - - Decrease volume - Зменшити гучність - - - - Mute - Приглушити - - - - Seek forward - Шукати наступне - - - - Seek backward - Шукати попереднє - - - - ListModel - - - Searching... - Йде пошук… - - - - Show %1 More - Показати ще %1 - - - - No videos - Нема відео - - - - No more videos - Більше немає відео - - - - LoadingWidget - - - Error - Помилка - - - - MainWindow - - - &Stop - &Зупинити - - - - Stop playback and go back to the search view - Зупинити відтворення та повернутися до вікна пошуку - - - - S&kip - П&ропустити - - - - Skip to the next video - Перейти до наступного відео - - - - - &Pause - &Пауза - - - - - Pause playback - Призупинити відтворення - - - - &Full Screen - Н&а весь екран - - - - Go full screen - Переключити на повноекранний режим - - - - Hide the playlist and the toolbar - Сховати плейлист і панель інструментів - - - - Go to the YouTube video page and pause playback - Відкрити сторінку на YouTube та призупинити відтворення - - - - Copy the current video YouTube link to the clipboard - Скопіювати YouTube-посилання поточного відео в буфер - - - - Copy the current video stream URL to the clipboard - Скопіювати URL поточного відеопотоку в буфер - - - - Find other video parts hopefully in the right order - Знайти інші частини відео - - - - &Remove - &Вилучити - - - - Remove the selected videos from the playlist - Вилучити вибрані відео з плейлисту - - - - Move &Up - Зсув в&гору - - - - Move up the selected videos in the playlist - Зсунути вибрані в плейлисті відео вгору - - - - Move &Down - Зсунути вни&з - - - - Move down the selected videos in the playlist - Зсунути вибрані в плейлисті відео вниз - - - - Clear the search history. Cannot be undone. - Очистити історію пошуку. Зміни необоротні. - - - - &Quit - Ви&хід - - - - Bye - До побачення - - - - &Website - Са&йт - - - - %1 on the Web - %1 в вебі - - - - Please support the continued development of %1 - Будь ласка, підтримайте подальший розвиток %1 - - - - &About - &Про програму - - - - Info about %1 - Інформація про %1 - - - - Search - Пошук - - - - Mute volume - Приглушити гучність - - - - - &Downloads - &Завантаження - - - - Show details about video downloads - Показати подробиці про завантажувані відео - - - - &Download - &Завантажити - - - - Download the current video - Завантажити поточне відео - - - - Share the current video using %1 - Поділитись відео через %1 - - - - &Email - &Email - - - - Email - Email - - - - &Close - &Закрити - - - - &Float on Top - &Поверх всіх вікон - - - - &Stop After This Video - &Зупинити після цього відео - - - - &Report an Issue... - - - - - &Refine Search... - - - - - &Application - &Програма - - - - Buy %1... - Придбати %1... - - - - &Playback - &Відтворення - - - - &Playlist - &Плейлист - - - - &Video - В&ідео - - - - &View - &Вигляд - - - - &Share - &Поділитись - - - - &Help - &Довідка - - - - Press %1 to raise the volume, %2 to lower it - Натисніть %1, щоб збільшити гучність, а %2 — щоб знизити - - - - - Opening %1 - Відкриття %1 - - - - Do you want to exit %1 with a download in progress? - Триває завантаження відео. Ви бажаєте закрити %1? - - - - If you close %1 now, this download will be cancelled. - Якщо ви закриєте %1 прямо зараз, ці завантаження будуть скасовані. - - - - Close and cancel download - Закрити та скасувати завантаження - - - - Wait for download to finish - Дочекатися завершення завантаження - - - - Leave &Full Screen - Вийти з &Повноекранного режиму - - - - %1 version %2 is now available. - %1 версія %2 доступна. - - - - Remind me later - Нагадати мені пізніше - - - - To get the updated version, download %1 again from the link you received via email and reinstall. - - - - - Update - Оновлення - - - - Error: %1 - Помилка: %1 - - - - P&revious - П&опередній - - - - Go back to the previous track - Повернутись до попереднього треку - - - - &Compact Mode - &Компактний режим - - - - Open the &YouTube Page - Відкрити сторінку &YouTube - - - - Copy the YouTube &Link - Ві&дкрити сторінку YouTube - - - - Copy the Video Stream &URL - Копіювати посилання &на відеопотік - - - - Find Video &Parts - Знайти &Відеофрагменти - - - - &Clear Recent Searches - &Очистити попередній пошук - - - - Make a &Donation - Зробити &Пожертву - - - - &Manually Start Playing - &Починати програвання вручну - - - - Manually start playing videos - Manually start playing videos - - - - &Play - Гр&ати - - - - Resume playback - Відновити відтворення - - - - Remaining time: %1 - Залишилось часу: %1 - - - - Volume at %1% - Гучність %1% - - - - Volume is muted - Гучність приглушено - - - - Volume is unmuted - Гучність відновлено - - - - Maximum video definition set to %1 - Максимальна чіткість відео встановлена на %1 - - - - Your privacy is now safe - Ваша конфіденційність зараз у безпеці - - - - Downloads complete - Завантаження завершено - - - - MediaView - - - You can now paste the YouTube link into another application - Тепер ви можете вставити це посилання до іншої програми - - - - You can now paste the video stream URL into another application - Тепер ви можете вставити URL відеопотоку до іншої програми - - - - The link will be valid only for a limited time. - Посилання буде дійсне тільки протягом обмеженого часу. - - - - This is just the demo version of %1. - Це всього лише демо-версія %1. - - - - It allows you to test the application and see if it works for you. - Ви маете змогу протеступати програму та перевірити її працездатність. - - - - Continue - Продовжити - - - - of - Used in video parts, as in '2 of 3' - з - - - - part - This is for video parts, as in 'Cool video - part 1' - частина - - - - episode - This is for video parts, as in 'Cool series - episode 1' - епізод - - - - Sent from %1 - Відправити з %1 - - - - Get the full version - Отримати повнофункціональну версію - - - - Downloading %1 - Завантаження %1 - - - - NetworkAccess - - - Network error: %1 - Помилка мережі: %1 - - - - PrettyItemDelegate - - - %1 views - %1 переглядів - - - - %1 of %2 (%3) — %4 - %1 з %2 (%3) — %4 - - - - Preparing - Готується - - - - Failed - Не вдалося - - - - Completed - Завершено - - - - Stopped - Зупинено - - - - Stop downloading - Зупинити завантаження - - - - Show in %1 - Показати у %1 - - - - Open parent folder - Перейти до теки з відео - - - - Restart downloading - Завантажити заново - - - - RefineSearchWidget - - - Sort by - - - - - Relevance - - - - - - Date - - - - - View Count - - - - - Rating - - - - - Anytime - - - - - Today - - - - - 7 Days - - - - - 30 Days - - - - - Duration - - - - - - All - - - - - Short - - - - - Medium - - - - - Long - - - - - Less than 4 minutes - - - - - Between 4 and 20 minutes - - - - - Longer than 20 minutes - - - - - Quality - - - - - High Definition - - - - - 720p or higher - - - - - Done - - - - - SearchLineEdit - - - Search - Пошук - - - - SearchView - - - Welcome to <a href='%1'>%2</a>, - Ласкаво просимо до <a href='%1'>%2</a>, - - - - Get the full version - Отримати повнофункціональну версію - - - - Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" - Введіть - - - - a keyword - ключове слово - - - - a channel - канал - - - - to start watching videos. - , щоб почати дивитися відео. - - - - Watch - Перегляд - - - - Recent keywords - Останні ключові слова - - - - Recent channels - Останні канали - - - - Make yourself comfortable - Влаштовуйтеся зручніше - - - - SidebarWidget - - - Refine Search - - - - - Did you mean: %1 - - - - - Video - - - Cannot get video stream for %1 - Неможливо отримати відеопоток для %1 - - - - Network error: %1 for %2 - Помилка мережі: %1 для %2 - - - \ No newline at end of file diff -Nru minitube-1.9.0/locale/zh_CN.ts minitube-2.0/locale/zh_CN.ts --- minitube-1.9.0/locale/zh_CN.ts 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/locale/zh_CN.ts 2013-02-03 20:19:43.000000000 +0000 @@ -3,199 +3,227 @@ AboutView - + There's life outside the browser! 浏览器之外,生活亦精彩! - + Version %1 版本:%1 - + + Licensed to: %1 + 遵循协议:%1 + + + %1 is Free Software but its development takes precious time. %1 是自由软件。其开发也同样要耗用宝贵时间的。 - + Please <a href='%1'>donate</a> to support the continued development of %2. 恭迎您慷慨<a href='%1'>捐赠</a>,支持我们继续开发 %2 。 - + You may want to try my other apps as well: 您或许也想尝试我的其他程序: - + %1, a YouTube music player %1,一个 YouTube 音乐播放器 - + %1, a music player - + %1,音乐播放器 - + Translate %1 to your native language using %2 使用 %2 将 %1 翻译为您的母语 - + Icon designed by %1. 图标设计:%1。 - + Released under the <a href='%1'>GNU General Public License</a> 本软件遵循<a href='%1'>GNU通用公共许可证</a>予以发布。 - + &Close 关闭(&C) - + About 关于 - + What you always wanted to know about %1 and never dared to ask 您对 %1 的期望都有什么,还请不吝赐教。 - ClearButton + ActivationDialog - - Clear - 清除 + + Enter your License Details + 输入您的许可协议详情 + + + + &Email: + 邮件(&E): + + + + &Code: + - DemoStartupView + ActivationView - + Please license %1 请购买 %1 授权 - + This demo has expired. - 该试用版已经过期。 + 该 Demo 已经过期。 - + The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - + 完整版本允许您下载超过 %1 分钟的视频并可不间断观赏。 - - This demo will expire in %1 days. - 该试用版将在 %1 内过期。 + + Without a license, the application will expire in %1 days. + - + By purchasing the full version, you will also support the hard work I put into creating %1. 通过购买完整版本,您也将支持我在创建 %1 时的辛苦工作。 - + Use Demo - 使用试用版 + 使用 Demo - - Get the full version - 获取完整版 + + Enter License + 输入许可 + + + + Buy License + 购买许可 + + + + ClearButton + + + Clear + 清除 DownloadItem - + bytes 字节 - + KB 千字节 - + MB 兆字节 - + bytes/sec 字节/秒 - + KB/sec 千字节/秒 - + MB/sec 兆字节/秒 - + seconds - + minutes - + %4 %5 remaining - %4 %5 剩余 + 剩余 %4 %5 DownloadManager - + This is just the demo version of %1. 这只是 %1 的演示版。 - + It can only download videos shorter than %1 minutes so you can test the download functionality. 本版本只能下载 %1 分钟以下的视频,仅用于测试下载功能。 - + Continue 继续 - + Get the full version 获取完整版 - + %1 downloaded in %2 - + %1 已下载(%2) - + Download finished 下载完成 - + %n Download(s) 下载数:%n @@ -203,27 +231,27 @@ DownloadSettings - + Change location... 更改存储位置…… - + Choose the download location 选择下载存储位置 - + Download location changed. 下载存储位置已修改。 - + Current downloads will still go in the previous location. 当前下载仍然保持前一个存储位置。 - + Downloading to: %1 当前下载存储位置:%1 @@ -238,6 +266,14 @@ + DownloadWidget + + + Downloading update... + 正在下载更新... + + + GlobalShortcuts @@ -277,12 +313,12 @@ Increase volume - 调高音量 + 增加音量 Decrease volume - 调低音量 + 减小音量 @@ -301,26 +337,31 @@ - ListModel + HomeView - - Searching... - 搜索中…… + + Search + 搜索 - - Show %1 More - 再多显示 %1 + + Find videos and channels by keyword + 按关键词查找视频和频道 - - No videos - 没有视频 + + Browse + 浏览 - - No more videos - 没有更多视频 + + Browse videos by category + 按分类查找视频 + + + + Make yourself comfortable + 请您尽情享受吧! @@ -334,411 +375,426 @@ MainWindow - + &Stop 停止(&S) - + Stop playback and go back to the search view 停止回放并返回搜索视图 - + S&kip 跳过(&k) - + Skip to the next video 跳至下一视频 - - + + &Pause 暂停(&P) - - + + Pause playback 暂停回放 - + &Full Screen 全屏(&F) - + Go full screen 全屏播放 - + Hide the playlist and the toolbar 隐藏播放列表和工具栏 - + Go to the YouTube video page and pause playback 打开YouTube视频页面并暂停回放 - + Copy the current video YouTube link to the clipboard 复制当前视频的YouTube链接到剪贴板中 - + Copy the current video stream URL to the clipboard 复制当前视频流的URL到剪贴板中 - + Find other video parts hopefully in the right order - + 以正确的顺序查找其他视频部分 - + &Remove 移除(&R) - + Remove the selected videos from the playlist 从播放列表中移除选定的视频 - + Move &Up 上移(&U) - + Move up the selected videos in the playlist 在播放列表中向上移动选定的视频 - + Move &Down 下移(&D) - + Move down the selected videos in the playlist 在播放列表中向下移动选定的视频 - + Clear the search history. Cannot be undone. 清除搜索历史。注意:清除的历史不可恢复。 - + &Quit 退出(&Q) - + Bye - 再会 + 再见 - + &Website 网站(&W) - + %1 on the Web %1在网站上 - + Please support the continued development of %1 - 请您支持 %1 的可持续发展。 + 请您支持 %1 的继续开发 - + &About 关于(&A) - + Info about %1 关于 %1 的信息 - + Search 搜索 - + Mute volume 静音 - - + + &Downloads 下载(&D) - + Show details about video downloads 显示视频下载详情 - + &Download 下载(&D) - + Download the current video 下载当前视频 - + Share the current video using %1 - + 使用 %1 分享当前视频 - + &Email - + 电子邮件(&E) - + Email - + 电子邮件 - + &Close 关闭(&C) - + &Float on Top - + 窗口置顶(&F) - + &Stop After This Video - + 该视频后停止播放(&S) - + &Report an Issue... - + 报告问题&R… - + &Refine Search... - + 精确搜索(&R)... - + + More... + 更多... + + + + &Related Videos + 相关视频(&R) + + + + Watch videos related to the current one + 查看与当前视频相关的视频 + + + &Application 应用程序(&A) - + Buy %1... 购买 %1... - + &Playback - 回放(_P) + 播放(&P) - + &Playlist 播放列表(&P) - + &Video 视频(&V) - + &View - 查看(_V) + 查看(&V) - + &Share - + 分享(&S) - + &Help 帮助(&H) - + Press %1 to raise the volume, %2 to lower it 按住 %1 提高音量,%2 降低音量 - - + + Opening %1 正在打开 %1 - + Do you want to exit %1 with a download in progress? 当前还有尚未完成的下载。您确定要退出 %1 吗? - + If you close %1 now, this download will be cancelled. 如果您现在关闭 %1 ,那么本下载将被取消。 - + Close and cancel download 关闭并取消下载 - + Wait for download to finish 等待下载完成 - + Leave &Full Screen - 离开全屏模式(_F) + 离开全屏模式(&F) - + %1 version %2 is now available. %1 版本 %2 现在可用。 - + Remind me later 稍后提醒我 - - To get the updated version, download %1 again from the link you received via email and reinstall. - 要下载更新版本,从您获得的邮件中的链接重新下载 %1 并重新安装。 - - - + Update 更新 - + Error: %1 错误:%1 - + P&revious - + 上一首(&R) - + Go back to the previous track - 回退到上一首音轨 + 饭回到上一首音轨 - + &Compact Mode - + 紧凑模式(&C) - + Open the &YouTube Page - + 打开 YouTube 页面(&Y) - + Copy the YouTube &Link - + 复制 YouTube 链接(&L) - + Copy the Video Stream &URL - + 复制视频流 URL - + Find Video &Parts - + 查找视频部分(&P) - + &Clear Recent Searches - + 清除最近的搜索(&C) - + Make a &Donation 捐助(&D) - + &Manually Start Playing - + 手动开始播放(&M) - + Manually start playing videos 手动开始播放视频 - + + Choose your content location + + + + &Play 播放(&P) - + Resume playback - 继续回放 + 恢复播放 - + Remaining time: %1 剩余时间:%1 - + Volume at %1% 音量:%1% - + Volume is muted 已设为静音 - + Volume is unmuted 静音已解除 - + Maximum video definition set to %1 最大视频定义设置为%1 - + Your privacy is now safe 您的隐私已受保护 - + Downloads complete 下载完成 @@ -746,241 +802,305 @@ MediaView - + You can now paste the YouTube link into another application 您现在可以把YouTube的链接粘贴到其他应用了 - + You can now paste the video stream URL into another application 您现在可以把视频流的链接粘贴到其他应用了 - + The link will be valid only for a limited time. 此链接仅能保持短时间的有效性。 - + This is just the demo version of %1. 这仅是 %1 的演示版。 - + It allows you to test the application and see if it works for you. 本版本允许您测试,以确认本应用是否适合您。 - + Continue 继续 - + of Used in video parts, as in '2 of 3' - + - + part This is for video parts, as in 'Cool video - part 1' - + 部分 - + episode This is for video parts, as in 'Cool series - episode 1' - + - + Sent from %1 - + 由 %1 发送 - + Get the full version 获取完整版 - + Downloading %1 正在下载 %1 - NetworkAccess + MessageWidget + + + A new version of %1 is available! + + + + + %1 %2 is now available. You have %3. + + + + + Would you like to download it now? + + + + + Skip This Version + + + + + Remind Me Later + + + + + Install Update + + + + + PasteLineEdit - - Network error: %1 - 网络错误:%1 + + Paste + - PrettyItemDelegate + PlaylistItemDelegate - + %1 views %1 人次观看 - + %1 of %2 (%3) — %4 %1 之 %2 (%3) — %4 - + Preparing 准备中 - + Failed 已失败 - + Completed 已完成 - + Stopped 已停止 - + Stop downloading 停止下载 - + Show in %1 显示到 %1 - + Open parent folder 打开上层目录 - + Restart downloading 重新下载 + PlaylistModel + + + Searching... + 搜索中…… + + + + Show %1 More + 再多显示 %1 + + + + No videos + 没有视频 + + + + No more videos + 没有更多视频 + + + RefineSearchWidget - + Sort by 排序 - + Relevance - + 相关性 - - + + Date 日期 - + View Count 查看计数 - + Rating 评分 - + Anytime 任何时候 - + Today 今天 - + 7 Days 7 天 - + 30 Days 30 天 - + Duration 持续时长 - - + + All 全部 - + Short - + Medium 中等 - + Long - + Less than 4 minutes 少于 4 分钟 - + Between 4 and 20 minutes 4 到 20 分钟之间 - + Longer than 20 minutes 长于 20 分钟 - + Quality 质量 - + High Definition 高分辨率 - + 720p or higher 720p 或更高 - + Done 完成 + RegionsView + + + Done + + + + SearchLineEdit @@ -991,81 +1111,366 @@ SearchView - + Welcome to <a href='%1'>%2</a>, 欢迎使用<a href='%1'>%2</a>! - + Get the full version 获取完整版 - + Enter - "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos" + "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" 输入 - + a keyword 关键字 - + a channel 频道名称 - + to start watching videos. 开始观看视频。 - + Watch 观看 - + Recent keywords 最近关键字词 - + Recent channels 最近频道 + + + SidebarHeader + + + + &Back + 后退(_B) + - - Make yourself comfortable - 请您尽情享受吧! + + Forward to %1 + + + + + Back to %1 + SidebarWidget - + Refine Search 二次检索 - + Did you mean: %1 您的意思是:%1 + StandardFeedsView + + + Most Popular + + + + + Featured + + + + + Most Shared + + + + + Most Discussed + + + + + Top Rated + + + + Video - + Cannot get video stream for %1 无法获得视频流。可能原因:%1 - + Network error: %1 for %2 网络错误:%1。可能原因:%2 + + YTRegions + + + Algeria + + + + + Argentina + + + + + Australia + + + + + Belgium + + + + + Brazil + + + + + Canada + + + + + Chile + + + + + Colombia + + + + + Czech Republic + + + + + Egypt + + + + + France + + + + + Germany + + + + + Ghana + + + + + Greece + + + + + Hong Kong + + + + + Hungary + + + + + India + + + + + Indonesia + + + + + Ireland + + + + + Israel + + + + + Italy + + + + + Japan + + + + + Jordan + + + + + Kenya + + + + + Malaysia + + + + + Mexico + + + + + Morocco + + + + + Netherlands + + + + + New Zealand + + + + + Nigeria + + + + + Peru + + + + + Philippines + + + + + Poland + + + + + Russia + + + + + Saudi Arabia + + + + + Singapore + + + + + South Africa + + + + + South Korea + + + + + Spain + + + + + Sweden + + + + + Taiwan + + + + + Tunisia + + + + + Turkey + + + + + Uganda + + + + + United Arab Emirates + + + + + United Kingdom + + + + + Yemen + + + + + Worldwide + + + \ No newline at end of file diff -Nru minitube-1.9.0/minitube.desktop minitube-2.0/minitube.desktop --- minitube-1.9.0/minitube.desktop 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/minitube.desktop 2013-02-03 20:19:43.000000000 +0000 @@ -16,7 +16,7 @@ Terminal=false Type=Application Icon=minitube -Categories=Application;Qt;AudioVideo;Video; +Categories=Qt;AudioVideo;Video;Player; StartupNotify=true Actions=TogglePlaying;Next;Previous; diff -Nru minitube-1.9.0/minitube.pro minitube-2.0/minitube.pro --- minitube-1.9.0/minitube.pro 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/minitube.pro 2013-02-03 20:19:43.000000000 +0000 @@ -1,6 +1,6 @@ CONFIG += release TEMPLATE = app -VERSION = 1.9 +VERSION = 2.0 DEFINES += APP_VERSION="$$VERSION" APP_NAME = Minitube @@ -11,34 +11,22 @@ DEFINES += QT_USE_FAST_CONCATENATION DEFINES += QT_USE_FAST_OPERATOR_PLUS +DEFINES += QT_STRICT_ITERATORS -# TODO Saner string behaviour -# DEFINES += QT_NO_CAST_FROM_ASCII QT_NO_CAST_TO_ASCII QT_STRICT_ITERATORS TARGET = minitube -QT += network \ - xml \ - phonon +QT += network xml phonon include(src/qtsingleapplication/qtsingleapplication.pri) -HEADERS += src/MainWindow.h \ - src/SearchView.h \ - src/MediaView.h \ - src/AboutView.h \ - src/youtubesearch.h \ +HEADERS += \ src/video.h \ - src/youtubestreamreader.h \ - src/View.h \ src/searchlineedit.h \ src/urllineedit.h \ src/spacer.h \ src/constants.h \ - src/iconloader/qticonloader.h \ - src/ListModel.h \ - src/playlist/PrettyItemDelegate.h \ + src/playlistitemdelegate.h \ src/networkaccess.h \ src/videomimedata.h \ src/global.h \ src/updatechecker.h \ - src/playlistwidget.h \ src/searchparams.h \ src/minisplitter.h \ src/loadingwidget.h \ @@ -54,7 +42,6 @@ src/downloadmodel.h \ src/downloadlistview.h \ src/downloadsettings.h \ - src/youtubesuggest.h \ src/suggester.h \ src/channelsuggest.h \ src/temporary.h \ @@ -62,25 +49,37 @@ src/playlistview.h \ src/refinesearchwidget.h \ src/refinesearchbutton.h \ - src/sidebarwidget.h + src/sidebarwidget.h \ + src/homeview.h \ + src/aboutview.h \ + src/mainwindow.h \ + src/mediaview.h \ + src/searchview.h \ + src/view.h \ + src/userview.h \ + src/playlistmodel.h \ + src/videosource.h \ + src/ytsearch.h \ + src/ytstandardfeed.h \ + src/standardfeedsview.h \ + src/ytregions.h \ + src/ytcategories.h \ + src/ytfeedreader.h \ + src/ytsuggester.h \ + src/videosourcewidget.h \ + src/regionsview.h \ + src/ytsinglevideosource.h \ + src/sidebarheader.h \ + src/utils.h \ + src/diskcache.h SOURCES += src/main.cpp \ - src/MainWindow.cpp \ - src/SearchView.cpp \ - src/MediaView.cpp \ - src/AboutView.cpp \ - src/youtubesearch.cpp \ - src/youtubestreamreader.cpp \ src/searchlineedit.cpp \ src/urllineedit.cpp \ src/spacer.cpp \ src/video.cpp \ - src/iconloader/qticonloader.cpp \ - src/ListModel.cpp \ - src/playlist/PrettyItemDelegate.cpp \ src/videomimedata.cpp \ src/updatechecker.cpp \ src/networkaccess.cpp \ - src/playlistwidget.cpp \ src/searchparams.cpp \ src/minisplitter.cpp \ src/loadingwidget.cpp \ @@ -97,14 +96,35 @@ src/downloadmodel.cpp \ src/downloadlistview.cpp \ src/downloadsettings.cpp \ - src/youtubesuggest.cpp \ src/channelsuggest.cpp \ src/temporary.cpp \ src/segmentedcontrol.cpp \ src/playlistview.cpp \ src/refinesearchwidget.cpp \ src/refinesearchbutton.cpp \ - src/sidebarwidget.cpp + src/sidebarwidget.cpp \ + src/homeview.cpp \ + src/mainwindow.cpp \ + src/mediaview.cpp \ + src/aboutview.cpp \ + src/searchview.cpp \ + src/userview.cpp \ + src/playlistitemdelegate.cpp \ + src/playlistmodel.cpp \ + src/videosource.cpp \ + src/ytsearch.cpp \ + src/ytstandardfeed.cpp \ + src/standardfeedsview.cpp \ + src/ytregions.cpp \ + src/ytcategories.cpp \ + src/ytfeedreader.cpp \ + src/ytsuggester.cpp \ + src/videosourcewidget.cpp \ + src/regionsview.cpp \ + src/ytsinglevideosource.cpp \ + src/sidebarheader.cpp \ + src/utils.cpp \ + src/diskcache.cpp RESOURCES += resources.qrc DESTDIR = build/target/ OBJECTS_DIR = build/obj/ @@ -117,8 +137,7 @@ include(locale/locale.pri) # deploy -DISTFILES += CHANGES \ - COPYING +DISTFILES += CHANGES COPYING unix:!mac { INCLUDEPATH += /usr/include/phonon QT += dbus diff -Nru minitube-1.9.0/resources.qrc minitube-2.0/resources.qrc --- minitube-1.9.0/resources.qrc 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/resources.qrc 2013-02-03 20:19:43.000000000 +0000 @@ -6,5 +6,54 @@ images/search-sortBy.png images/search-quality.png images/search-duration.png + flags/dz.png + flags/ar.png + flags/au.png + flags/be.png + flags/br.png + flags/ca.png + flags/cl.png + flags/co.png + flags/cz.png + flags/eg.png + flags/fr.png + flags/de.png + flags/gh.png + flags/gr.png + flags/hk.png + flags/hu.png + flags/in.png + flags/id.png + flags/ie.png + flags/il.png + flags/it.png + flags/jp.png + flags/jo.png + flags/ke.png + flags/my.png + flags/mx.png + flags/ma.png + flags/nl.png + flags/nz.png + flags/ng.png + flags/pe.png + flags/ph.png + flags/pl.png + flags/ru.png + flags/sa.png + flags/sg.png + flags/za.png + flags/kr.png + flags/es.png + flags/se.png + flags/tw.png + flags/tn.png + flags/tr.png + flags/ug.png + flags/ae.png + flags/gb.png + flags/ye.png + style.css + images/worldwide.png diff -Nru minitube-1.9.0/src/AboutView.cpp minitube-2.0/src/AboutView.cpp --- minitube-1.9.0/src/AboutView.cpp 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/src/AboutView.cpp 1970-01-01 00:00:00.000000000 +0000 @@ -1,102 +0,0 @@ -#include "AboutView.h" -#include "constants.h" -#ifndef Q_WS_X11 -#include "extra.h" -#endif - -AboutView::AboutView(QWidget *parent) : QWidget(parent) { - - QBoxLayout *aboutlayout = new QHBoxLayout(this); - aboutlayout->setAlignment(Qt::AlignCenter); - aboutlayout->setMargin(30); - aboutlayout->setSpacing(30); - - QLabel *logo = new QLabel(this); - QString resource = "app"; -#ifndef Q_WS_X11 - resource = Extra::resourceName(resource); -#endif - logo->setPixmap(QPixmap(":/images/" + resource + ".png")); - aboutlayout->addWidget(logo, 0, Qt::AlignTop); - - QBoxLayout *layout = new QVBoxLayout(); - layout->setAlignment(Qt::AlignCenter); - layout->setSpacing(30); - aboutlayout->addLayout(layout); - - QString info = "

" + QString(Constants::NAME) + "

" - "

" + tr("There's life outside the browser!") + "

" - "

" + tr("Version %1").arg(Constants::VERSION) + "

" - + QString("

%1

").arg(Constants::WEBSITE) + - - #if !defined(APP_MAC) && !defined(APP_WIN) - "

" + tr("%1 is Free Software but its development takes precious time.").arg(Constants::NAME) + "
" - + tr("Please donate to support the continued development of %2.") - .arg(QString(Constants::WEBSITE).append("#donate"), Constants::NAME) + "

" - #endif - - "

" + tr("You may want to try my other apps as well:") + "

" - + "
    " - - + "
  • " + tr("%1, a YouTube music player") - .arg("Musictube") - + "
  • " - - + "
  • " + tr("%1, a music player") - .arg("Musique") - + "
  • " - - + "
" - - "

" + tr("Translate %1 to your native language using %2").arg(Constants::NAME) - .arg("Transifex") - + "

" - - "

" - + tr("Icon designed by %1.").arg("David Nel") - + "

" - - #if !defined(APP_MAC) && !defined(APP_WIN) - "

" + tr("Released under the GNU General Public License") - .arg("http://www.gnu.org/licenses/gpl.html") + "

" - #endif - "

© 2009-2012 " + Constants::ORG_NAME + "

" - ""; - QLabel *infoLabel = new QLabel(info, this); - infoLabel->setOpenExternalLinks(true); - infoLabel->setWordWrap(true); - layout->addWidget(infoLabel); - - QLayout *buttonLayout = new QHBoxLayout(); - buttonLayout->setAlignment(Qt::AlignLeft); - - QPushButton *closeButton = new QPushButton(tr("&Close"), this); - closeButton->setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum); - closeButton->setDefault(true); - closeButton->setFocus(Qt::OtherFocusReason); - connect(closeButton, SIGNAL(clicked()), parent, SLOT(goBack())); - buttonLayout->addWidget(closeButton); - - /* - QPushButton *issueButton = new QPushButton(tr("&Report an issue"), this); - issueButton->setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum); - connect(issueButton, SIGNAL(clicked()), window(), SLOT(reportIssue())); - buttonLayout->addWidget(issueButton); - */ - - layout->addLayout(buttonLayout); - -} - -void AboutView::paintEvent(QPaintEvent * /*event*/) { -#if defined(APP_MAC) | defined(APP_WIN) - QBrush brush; - if (window()->isActiveWindow()) { - brush = QBrush(QColor(0xdd, 0xe4, 0xeb)); - } else { - brush = palette().window(); - } - QPainter painter(this); - painter.fillRect(0, 0, width(), height(), brush); -#endif -} diff -Nru minitube-1.9.0/src/AboutView.h minitube-2.0/src/AboutView.h --- minitube-1.9.0/src/AboutView.h 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/src/AboutView.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,36 +0,0 @@ -#ifndef ABOUTVIEW_H -#define ABOUTVIEW_H - -#include -#include "View.h" -#include "constants.h" -#ifdef APP_MAC -#include "macutils.h" -#endif - -class AboutView : public QWidget, public View { - - Q_OBJECT - -public: - AboutView(QWidget *parent); - void appear() { -#ifdef APP_MAC - mac::uncloseWindow(window()->winId()); -#endif - } - void disappear() {} - QMap metadata() { - QMap metadata; - metadata.insert("title", tr("About")); - metadata.insert("description", - tr("What you always wanted to know about %1 and never dared to ask") - .arg(Constants::NAME)); - return metadata; - } - -protected: - void paintEvent(QPaintEvent *); - -}; -#endif diff -Nru minitube-1.9.0/src/ListModel.cpp minitube-2.0/src/ListModel.cpp --- minitube-1.9.0/src/ListModel.cpp 2012-09-27 10:17:03.000000000 +0000 +++ minitube-2.0/src/ListModel.cpp 1970-01-01 00:00:00.000000000 +0000 @@ -1,474 +0,0 @@ -#include "ListModel.h" -#include "videomimedata.h" - -#define MAX_ITEMS 10 -static const QString recentKeywordsKey = "recentKeywords"; -static const QString recentChannelsKey = "recentChannels"; - -ListModel::ListModel(QWidget *parent) : QAbstractListModel(parent) { - youtubeSearch = 0; - searching = false; - canSearchMore = true; - m_activeVideo = 0; - m_activeRow = -1; - skip = 1; - - hoveredRow = -1; - authorHovered = false; - authorPressed = false; -} - -ListModel::~ListModel() { - delete youtubeSearch; -} - -int ListModel::rowCount(const QModelIndex &/*parent*/) const { - int count = videos.size(); - - // add the message item - if (videos.isEmpty() || !searching) - count++; - - return count; -} - -QVariant ListModel::data(const QModelIndex &index, int role) const { - - int row = index.row(); - - if (row == videos.size()) { - - QPalette palette; - QFont boldFont; - boldFont.setBold(true); - - switch (role) { - case ItemTypeRole: - return ItemTypeShowMore; - case Qt::DisplayRole: - case Qt::StatusTipRole: - if (!errorMessage.isEmpty()) return errorMessage; - if (searching) return tr("Searching..."); - if (canSearchMore) return tr("Show %1 More").arg(MAX_ITEMS); - if (videos.isEmpty()) return tr("No videos"); - else return tr("No more videos"); - case Qt::TextAlignmentRole: - return QVariant(int(Qt::AlignHCenter | Qt::AlignVCenter)); - case Qt::ForegroundRole: - if (!errorMessage.isEmpty()) - return palette.color(QPalette::ToolTipText); - else - return palette.color(QPalette::Dark); - case Qt::BackgroundColorRole: - if (!errorMessage.isEmpty()) - return palette.color(QPalette::ToolTipBase); - else - return QVariant(); - case Qt::FontRole: - return boldFont; - default: - return QVariant(); - } - - } else if (row < 0 || row >= videos.size()) - return QVariant(); - - Video *video = videos.at(row); - - switch (role) { - case ItemTypeRole: - return ItemTypeVideo; - case VideoRole: - return QVariant::fromValue(QPointer