From d1f0fac328bdf71b840ac6ac9f6fed8f324d02bb Mon Sep 17 00:00:00 2001
From: Jakob Haufe
Date: Mon, 6 Aug 2012 22:31:39 +0200
Subject: [PATCH] Imported Upstream version 1.4.1
---
CHANGES | 13 +-
INSTALL | 2 +-
TODO | 23 +-
locale/empty.ts => empty.ts | 341 +++++----
locale/ar.ts | 281 +++++--
locale/bg.ts | 803 +++++++++++++++++++
locale/bg_BG.ts | 366 ++++++---
locale/cs_CZ.ts | 437 +++++------
locale/de_DE.ts | 524 ++++++-------
locale/el.ts | 803 +++++++++++++++++++
locale/el_GR.ts | 527 +++++++------
locale/en_US.ts | 806 +++++++++++++++++++-
locale/es.ts | 559 ++++++++------
locale/es_AR.ts | 562 ++++++++------
locale/es_ES.ts | 664 +++++++++-------
locale/fi_FI.ts | 277 +++++--
locale/fr_FR.ts | 505 +++++++-----
locale/gl.ts | 632 ++++++++-------
locale/he_IL.ts | 558 ++++++++------
locale/hr.ts | 803 +++++++++++++++++++
locale/hr_HR.ts | 366 ++++++---
locale/hu_HU.ts | 499 +++++++-----
locale/id.ts | 803 +++++++++++++++++++
locale/id_ID.ts | 803 +++++++++++++++++++
locale/it_IT.ts | 480 +++++++-----
locale/ja_JP.ts | 525 ++++++++-----
locale/jv.ts | 803 +++++++++++++++++++
locale/locale.pri | 30 +-
locale/lupdate.sh | 9 +-
locale/{lat.ts => lv.ts} | 427 +++++++----
locale/mkd_MKD.ts | 447 -----------
locale/nb_NO.ts | 500 +++++++-----
locale/nl.ts | 803 +++++++++++++++++++
locale/nl_NL.ts | 367 ++++++---
locale/pl_PL.ts | 625 ++++++++-------
locale/pt_BR.ts | 608 ++++++++-------
locale/pt_PT.ts | 278 +++++--
locale/ro.ts | 803 +++++++++++++++++++
locale/ro_RO.ts | 501 +++++++-----
locale/ru_RU.ts | 615 ++++++++-------
locale/sr.ts | 803 +++++++++++++++++++
locale/tr_TR.ts | 553 ++++++++------
locale/uk.ts | 513 +++++++------
locale/zh_CN.ts | 392 +++++++---
minitube.desktop | 2 +
minitube.pro | 17 +-
resources.qrc | 0
src/AboutView.cpp | 8 +-
src/ListModel.cpp | 36 +-
src/ListModel.h | 0
src/MainWindow.cpp | 76 +-
src/MainWindow.h | 6 +-
src/MediaView.cpp | 66 +-
src/MediaView.h | 2 +
src/SearchView.cpp | 183 ++++-
src/SearchView.h | 19 +-
src/Suggester.h | 18 +
src/{googlesuggest.cpp => autocomplete.cpp} | 66 +-
src/{googlesuggest.h => autocomplete.h} | 18 +-
src/channelsuggest.cpp | 46 ++
src/channelsuggest.h | 24 +
src/constants.h | 1 -
src/downloaditem.cpp | 103 ++-
src/downloaditem.h | 8 +
src/fontutils.cpp | 4 +
src/loadingwidget.cpp | 31 +-
src/loadingwidget.h | 5 +-
src/main.cpp | 27 +-
src/networkaccess.cpp | 61 +-
src/networkaccess.h | 3 +
src/playlist/PrettyItemDelegate.cpp | 20 +
src/playlist/PrettyItemDelegate.h | 1 +
src/searchlineedit.cpp | 4 +-
src/searchlineedit.h | 6 +-
src/searchparams.h | 4 +
src/suggester.h | 18 +
src/thlibrary/thblackbar.cpp | 4 +-
src/updatechecker.cpp | 12 +-
src/video.cpp | 11 +-
src/video.h | 2 +-
src/videoareawidget.cpp | 4 +-
src/youtubesearch.cpp | 22 +-
src/youtubesuggest.cpp | 42 +
src/youtubesuggest.h | 24 +
84 files changed, 16944 insertions(+), 6099 deletions(-)
rename locale/empty.ts => empty.ts (64%)
create mode 100644 locale/bg.ts
create mode 100644 locale/el.ts
create mode 100644 locale/hr.ts
create mode 100644 locale/id.ts
create mode 100644 locale/id_ID.ts
create mode 100644 locale/jv.ts
rename locale/{lat.ts => lv.ts} (63%)
delete mode 100644 locale/mkd_MKD.ts
create mode 100644 locale/nl.ts
create mode 100644 locale/ro.ts
create mode 100644 locale/sr.ts
mode change 100755 => 100644 minitube.pro
mode change 100755 => 100644 resources.qrc
mode change 100755 => 100644 src/ListModel.cpp
mode change 100755 => 100644 src/ListModel.h
mode change 100755 => 100644 src/MainWindow.cpp
mode change 100755 => 100644 src/MainWindow.h
create mode 100644 src/Suggester.h
rename src/{googlesuggest.cpp => autocomplete.cpp} (71%)
rename src/{googlesuggest.h => autocomplete.h} (57%)
create mode 100644 src/channelsuggest.cpp
create mode 100644 src/channelsuggest.h
mode change 100755 => 100644 src/constants.h
mode change 100755 => 100644 src/main.cpp
create mode 100644 src/suggester.h
create mode 100644 src/youtubesuggest.cpp
create mode 100644 src/youtubesuggest.h
diff --git a/CHANGES b/CHANGES
index ee7cef5..ee42d0f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,19 @@
+1.4.1 - March 15, 2011
+- Many new and updated translations
+- Fix videos not auto advancing with the Xine Phonon backend on Linux
+- Fix dualscreen behaviour in fullscreen mode (by Georg Grabler)
+
+1.4 - Feb 8, 2011
+- YouTube channel search
+- Fixed many playback issues
+- Progress bar when loading a video
+- Command line search
+- Partially restored seeking on Linux
+
1.3 - Dec 10, 2010
- Minitube works again!
- Big internal changes in how playback works, seeking is now disabled on Linux
- Brand new icon designed by David Nel
-- Using Qt/Cocoa on the Mac, now requiring Leopard or better
- New Macedonian translation by Veta Branislav
- Updated Finnish translation
- New german translation by Jakob Kramer
diff --git a/INSTALL b/INSTALL
index ac6f8d6..8bfa30d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,7 +15,7 @@ and then:
Beware of the Qt3 version of qmake! If things go wrong try running qmake-qt4 instead.
## Running
-./build/target/minitunes
+./build/target/minitube
## A word about Phonon on Linux
To be able to actually listen to music you need a working Phonon setup.
diff --git a/TODO b/TODO
index 62c8c00..bed8783 100644
--- a/TODO
+++ b/TODO
@@ -2,30 +2,21 @@
## Killer features
-- YouTube related videos
+- 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.
-- Accept YouTube URLs in the search box and as CLI args
- ./minitube [url]
- When Minitube has a single video to play, it will continue playing related videos.
- This feature depends on the related videos above.
- We could also accept any URL and scrape web pages searching for YouTube videos.
-
-- Windows build
- Stefan Brueck has compiled on Windows but there are problems with Phonon's directX backend
- Marco di Antonio tried with the Mplayer backend, but it is very unstable.
- Waiting for the VLC backend to work.
-
- Subtitles, see http://google2srt.sourceforge.net/
## Minor Features
+- Search for playlists http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Searching_for_Playlists
- Safe search levels (in the status bar beside HD)
-- Show buffering progress (when Phonon backends will work)
- Show more thumbs on hover with animated crossfade
- Time filter on the bottom of the playlist: Today, 7 days, 30 days
+- Accept any URL and scrape web pages searching for YouTube videos.
+- Accept YouTube URLs as CLI args
## Unsure features
- Restore status when a recent keyword is clicked: skipped videos, sortBar and play time
@@ -33,10 +24,12 @@
- Saved playlists
- Starred videos
-## Phonon bugs (Come on Qt and KDE devs, do your job!)
+## Phonon bugs
+- Phonon::MediaSource does not work with QIODevices (this needs to work to implement seeking)
+
+## Phonon bugs that do not apply to Minitube anymore
- Mac: playback sometimes does not start (got a workaround!)
- Mac: Phonon freezes the GUI when loading a video
-- Phonon::MediaSource does not work with QIODevices
- Mac: Cannot seek beyond the buffered part of the video
- Xine: Seek does not work at all. https://bugs.kde.org/show_bug.cgi?id=197927
- Phonon does not report the buffering percent correctly. https://bugs.kde.org/show_bug.cgi?id=210336
diff --git a/locale/empty.ts b/empty.ts
similarity index 64%
rename from locale/empty.ts
rename to empty.ts
index 3bdeda8..2f7427d 100644
--- a/locale/empty.ts
+++ b/empty.ts
@@ -1,70 +1,71 @@
+UTF-8
AboutView
-
+
There's life outside the browser!
-
+
Version %1
-
+
%1 is Free Software but its development takes precious time.
-
+
Please <a href='%1'>donate</a> to support the continued development of %2.
-
+
Report bugs and send in your ideas to %1
-
+
Icon designed by %1.
-
+
Compact mode contributed by %1.
-
+
HTTP proxy support contributed by %1.
-
+
Translated 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
@@ -72,7 +73,7 @@
ClearButton
-
+
Clear
@@ -80,47 +81,47 @@
DownloadItem
-
+
bytes
-
+
KB
-
+
MB
-
+
bytes/sec
-
+
KB/sec
-
+
MB/sec
-
+
seconds
-
+
minutes
-
+
%4 %5 remaining
@@ -128,27 +129,27 @@
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
-
+
%n Download(s)
@@ -158,27 +159,27 @@
DownloadSettings
-
+
Change location...
-
+
Choose the download location
-
+
Download location changed.
-
+
Current downloads will still go in the previous location.
-
+
Downloading to: %1
@@ -186,8 +187,8 @@
DownloadView
-
-
+
+
Downloads
@@ -195,62 +196,62 @@
GlobalShortcuts
-
+
Play
-
+
Pause
-
+
Play/Pause
-
+
Stop
-
+
Stop playing after current track
-
+
Next track
-
+
Previous track
-
+
Increase volume
-
+
Decrease volume
-
+
Mute
-
+
Seek forward
-
+
Seek backward
@@ -258,22 +259,22 @@
ListModel
-
+
Searching...
-
+
Show %1 More
-
+
No videos
-
+
No more videos
@@ -281,7 +282,7 @@
LoadingWidget
-
+
Error
@@ -289,317 +290,317 @@
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
-
+
&Compact mode
-
+
Hide the playlist and the toolbar
-
+
Open the &YouTube page
-
+
Go to the YouTube video page and pause playback
-
+
Copy the YouTube &link
-
+
Copy the current video YouTube link to the clipboard
-
+
Copy the video stream &URL
-
+
Copy the current video stream URL to the clipboard
-
+
&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 recent keywords
+
+ &Clear recent searches
-
+
Clear the search history. Cannot be undone.
-
+
&Quit
-
+
Ctrl+Q
-
+
Bye
-
+
&Website
-
+
%1 on the Web
-
+
Make a &donation
-
+
Please support the continued development of %1
-
+
&About
-
+
Info about %1
-
+
Search
-
+
Mute volume
-
+
Ctrl+M
-
-
+
+
&Downloads
-
+
Show details about video downloads
-
+
&Download
-
+
Download the current video
-
+
&Application
-
+
&Playlist
-
+
&Video
-
+
&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
-
+
Fatal error: %1
-
+
Error: %1
-
+
&Play
-
+
Resume playback
-
+
Exit &Full Screen
-
+
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
@@ -607,70 +608,65 @@
MediaView
-
+
Most relevant
-
+
Most recent
-
+
Most viewed
-
+
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
-
+
Get the full version
-
+
Downloading %1
-
-
- You're watching "%1"
-
-
NetworkAccess
-
+
Network error: %1
@@ -678,52 +674,52 @@
PrettyItemDelegate
-
+
%1 views
-
- %1 of %2 (%3) ? %4
+
+ %1 of %2 (%3) â %4
-
+
Preparing
-
+
Failed
-
+
Completed
-
+
Stopped
-
+
Stop downloading
-
+
Show in %1
-
+
Open parent folder
-
+
Restart downloading
@@ -731,7 +727,7 @@
SearchLineEdit
-
+
Search
@@ -739,32 +735,58 @@
SearchView
-
+
Welcome to <a href='%1'>%2</a>,
-
- Enter a keyword to start watching videos.
+
+ 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
+
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
-
+
Make yourself comfortable
@@ -772,7 +794,12 @@
Video
-
+
+ Cannot get video stream for %1
+
+
+
+
Network error: %1 for %2
diff --git a/locale/ar.ts b/locale/ar.ts
index 4db584d..f781d45 100644
--- a/locale/ar.ts
+++ b/locale/ar.ts
@@ -1,58 +1,69 @@
-
-
-
+
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.
+
Report bugs and send in your ideas to %1
ارس٠اÙاخطاء ٠اÙاراء اÙÙ %1
+
Icon designed by %1.
صÙ
Ù
اÙاÙÙÙÙØ© %1.
+
Compact mode contributed by %1.
صÙ
Ù
اÙÙاجÙØ© اÙØ®ÙÙÙØ© %1.
+
HTTP proxy support contributed by %1.
صÙ
Ù
برÙÙس٠HTTP %1.
+
Translated 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 Ù ÙÙ
تستطع ا٠تسأÙ
@@ -60,6 +71,7 @@
ClearButton
+
Clear
Ù
سØ
@@ -67,91 +79,103 @@
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 Ù
تبÙÙ
DownloadManager
-
- %n Download(s)
-
- اÙتØÙ
ÙÙ %n
- اÙتØÙ
ÙÙ %n
- اÙتØÙ
ÙÙ %n
- اÙتØÙ
ÙÙ %n
- اÙتØÙ
ÙÙ %n
- اÙتØÙ
ÙÙ %n
-
-
+
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
اØص٠عÙ٠اÙÙسخة اÙÙاÙ
ÙØ©
+
+
+ %n Download(s)
+ اÙتØÙ
ÙÙ %n اÙتØÙ
ÙÙ %n اÙتØÙ
ÙÙ %n اÙتØÙ
ÙÙ %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
@@ -159,6 +183,8 @@
DownloadView
+
+
Downloads
اÙتØÙ
ÙÙات
@@ -166,50 +192,62 @@
GlobalShortcuts
+
Play
Play
+
Pause
Pause
+
Play/Pause
Play/Pause
+
Stop
Stop
+
Stop playing after current track
اÙÙا٠تشغÙ٠اÙÙ
Ùطع اÙØاÙÙ
+
Next track
اÙÙ
Ùطع اÙتاÙÙ
+
Previous track
اÙÙ
Ùطع اÙسابÙ
+
Increase volume
رÙع اÙصÙت
+
Decrease volume
Ø®Ùض اÙصÙت
+
Mute
صاÙ
ت
+
Seek forward
اÙ
اÙ
+
Seek backward
Ø®ÙÙ
@@ -217,18 +255,22 @@
ListModel
+
Searching...
جار٠اÙبØØ«...
+
Show %1 More
اظÙر %1 اÙÙ
زÙد
+
No videos
Ùا تÙجد ÙÙدÙÙات
+
No more videos
Ùا تÙجد ÙÙدÙÙات اخرÙ
@@ -236,6 +278,7 @@
LoadingWidget
+
Error
خطأ
@@ -243,250 +286,317 @@
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
تشغÙ٠شاشة ÙاÙ
ÙØ©
+
&Compact mode
&اÙÙاجÙØ© اÙØ®ÙÙÙØ©
+
Hide the playlist and the toolbar
اخÙاء اÙÙائÙ
Ø© ٠شرÙØ· اÙÙ
ÙاÙ
+
Open the &YouTube page
ÙØªØ &صÙØØ© YouTube
+
Go to the YouTube video page and pause playback
اذÙب اÙ٠صÙØØ© ÙÙدÙÙ YouTube Ù ÙÙ٠اÙتشغÙÙ
+
Copy the YouTube &link
Ùسخ &رابط YouTube
+
Copy the current video YouTube link to the clipboard
Ùسخ رابط YouTube اÙÙ clipboard
+
Copy the video stream &URL
Ùسخ اÙÙÙدÙÙ Ù &اÙرابط
+
Copy the current video stream URL to the clipboard
Ùسخ رابط اÙÙÙدÙ٠اÙÙ clipboard
+
&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 recent keywords
- &Ù
Ø³Ø ÙÙÙ
ات اÙبØØ« اÙسابÙØ©
+
+ &Clear recent searches
+
+
Clear the search history. Cannot be undone.
Ù
Ø³Ø ØªØ§Ø±ÙØ® اÙبØØ«. Ùا ÙÙ
Ù٠استعادتÙ.
+
&Quit
&اÙاÙتÙاء
+
Ctrl+Q
Ctrl+Q
+
Bye
Ù
ع اÙسÙاÙ
Ø©
+
&Website
&اÙÙ
ÙÙع
+
%1 on the Web
%1 عÙ٠اÙشبÙØ©
+
Make a &donation
&اÙتبرع
+
Please support the continued development of %1
âاÙرجاء اÙتبرع ÙÙ
تابعة تطÙÙر %1
+
&About
&ع٠اÙبرÙاÙ
ج
+
Info about %1
Ù
عÙÙÙ
ات ع٠%1
+
Search
اÙبØØ«
+
Mute volume
ÙتÙ
اÙصÙت
+
Ctrl+M
Ctrl+M
+
+
+ &Downloads
+ &اÙتØÙ
ÙÙات
+
+
+
+ Show details about video downloads
+ عرض تÙاصÙ٠ع٠تØÙ
ÙÙات اÙÙÙدÙÙ
+
+
+
+ &Download
+ &اÙتØÙ
ÙÙات
+
+
+
+ Download the current video
+ تØÙ
Ù٠اÙÙÙدÙ٠اÙØاÙÙ
+
+
+
&Application
&اÙبرÙاÙ
ج
+
&Playlist
&اÙÙائÙ
Ø©
+
&Video
&اÙÙÙدÙÙ
+
&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
+ اÙتظار اÙتÙاء اÙتØÙ
ÙÙ
+
+
+
Fatal error: %1
خطأ ÙاتÙ: %1
+
Error: %1
خطأ: %1
+
&Play
&اÙتشغÙÙ
+
Resume playback
اÙÙ
ا٠اÙتشغÙÙ
+
Exit &Full Screen
اÙخرÙج Ù
Ù &اÙشاشة اÙÙاÙ
ÙØ©
+
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
- &اÙتØÙ
ÙÙات
-
-
- Show details about video downloads
- عرض تÙاصÙ٠ع٠تØÙ
ÙÙات اÙÙÙدÙÙ
-
-
- &Download
- &اÙتØÙ
ÙÙات
-
-
- Download the current video
- تØÙ
Ù٠اÙÙÙدÙ٠اÙØاÙÙ
-
-
- 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
- اÙتظار اÙتÙاء اÙتØÙ
ÙÙ
-
-
+
Downloads complete
اÙتØÙ
Ù٠اÙتÙÙ
@@ -494,50 +604,57 @@
MediaView
+
Most relevant
اÙرب اÙÙتائج
+
Most recent
اÙاÙرب زÙ
Ùا
+
Most viewed
اÙاÙثر عرضا
+
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.
اÙرابط سÙÙÙ٠صاÙØا ÙÙ
دة Ù
ØدÙدة.
- You're watching "%1"
- اÙت تشاÙد "%1"
-
-
+
This is just the demo version of %1.
ÙØ°Ù ÙÙست سÙ٠اÙÙسخة اÙتجرÙبÙØ© Ù
Ù %1.
+
It allows you to test the application and see if it works for you.
اÙÙا تتÙØ Ù٠تجربة اÙبرÙاÙ
ج.
+
Continue
Ù
تابعة
+
Get the full version
اØص٠عÙ٠اÙÙسخة اÙÙاÙ
ÙØ©
+
Downloading %1
جار٠تØÙ
ÙÙ %1
@@ -545,6 +662,7 @@
NetworkAccess
+
Network error: %1
خطأ شبÙØ©:%1
@@ -552,42 +670,52 @@
PrettyItemDelegate
+
%1 views
%1 Ù
شاÙدات
- %1 of %2 (%3) ? %4
- %1 of %2 (%3) ? %4
+
+ %1 of %2 (%3) â %4
+
+
Preparing
تÙÙئة
+
Failed
ÙØ´Ù
+
Completed
تÙ
+
Stopped
Ù
تÙÙÙ
+
Stop downloading
اÙÙا٠اÙتØÙ
ÙÙ
+
Show in %1
اظÙار ÙÙ %1
+
Open parent folder
ÙØªØ Ø§ÙÙ
جÙد اÙرئÙسÙ
+
Restart downloading
اعادة اÙتØÙ
ÙÙ
@@ -595,6 +723,7 @@
SearchLineEdit
+
Search
اÙبØØ«
@@ -602,26 +731,58 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Ù
رØبا ب٠ÙÙ <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- اختر ÙÙÙ
Ø© بØØ« ÙÙبدء ÙÙ Ù
شاÙدة اÙÙ
Ùاطع.
+
+ 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
+
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
تÙ
اÙجاد Ùسخة جدÙدة Ù
Ù %1 اÙرجاء <a href='%2'>اÙترÙÙØ© اÙÙ Ùسخة %3</a>
+
Make yourself comfortable
اجع٠ÙÙس٠Ù
رتاØا
@@ -629,8 +790,14 @@
Video
+
+ Cannot get video stream for %1
+
+
+
+
Network error: %1 for %2
خطأ شبÙØ©:%1 اÙÙ %2
-
+
\ No newline at end of file
diff --git a/locale/bg.ts b/locale/bg.ts
new file mode 100644
index 0000000..191ca41
--- /dev/null
+++ b/locale/bg.ts
@@ -0,0 +1,803 @@
+
+UTF-8
+
+ AboutView
+
+
+ There's life outside the browser!
+
+
+
+
+ Version %1
+
+
+
+
+ %1 is Free Software but its development takes precious time.
+
+
+
+
+ Please <a href='%1'>donate</a> to support the continued development of %2.
+
+
+
+
+ Report bugs and send in your ideas to %1
+
+
+
+
+ Icon designed by %1.
+
+
+
+
+ Compact mode contributed by %1.
+
+
+
+
+ HTTP proxy support contributed by %1.
+
+
+
+
+ Translated 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
+
+
+ Clear
+
+
+
+
+ DownloadItem
+
+
+ bytes
+
+
+
+
+ KB
+
+
+
+
+ MB
+
+
+
+
+ bytes/sec
+
+
+
+
+ KB/sec
+
+
+
+
+ MB/sec
+
+
+
+
+ seconds
+
+
+
+
+ minutes
+
+
+
+
+ %4 %5 remaining
+
+
+
+
+ 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
+
+
+
+
+ %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
+
+
+
+
+ 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
+
+
+
+
+ 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
+
+
+
+
+ &Compact mode
+
+
+
+
+ Hide the playlist and the toolbar
+
+
+
+
+ Open the &YouTube page
+
+
+
+
+ Go to the YouTube video page and pause playback
+
+
+
+
+ Copy the YouTube &link
+
+
+
+
+ Copy the current video YouTube link to the clipboard
+
+
+
+
+ Copy the video stream &URL
+
+
+
+
+ Copy the current video stream URL to the clipboard
+
+
+
+
+ &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 recent searches
+
+
+
+
+ Clear the search history. Cannot be undone.
+
+
+
+
+ &Quit
+
+
+
+
+ Ctrl+Q
+
+
+
+
+ Bye
+
+
+
+
+ &Website
+
+
+
+
+ %1 on the Web
+
+
+
+
+ Make a &donation
+
+
+
+
+ Please support the continued development of %1
+
+
+
+
+ &About
+
+
+
+
+ Info about %1
+
+
+
+
+ Search
+
+
+
+
+ Mute volume
+
+
+
+
+ Ctrl+M
+
+
+
+
+
+ &Downloads
+
+
+
+
+ Show details about video downloads
+
+
+
+
+ &Download
+
+
+
+
+ Download the current video
+
+
+
+
+ &Application
+
+
+
+
+ &Playlist
+
+
+
+
+ &Video
+
+
+
+
+ &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
+
+
+
+
+ Fatal error: %1
+
+
+
+
+ Error: %1
+
+
+
+
+ &Play
+
+
+
+
+ Resume playback
+
+
+
+
+ Exit &Full Screen
+
+
+
+
+ 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
+
+
+
+
+ MediaView
+
+
+ Most relevant
+
+
+
+
+ Most recent
+
+
+
+
+ Most viewed
+
+
+
+
+ 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
+
+
+
+
+ Get the full version
+
+
+
+
+ Downloading %1
+
+
+
+
+ NetworkAccess
+
+
+ Network error: %1
+
+
+
+
+ PrettyItemDelegate
+
+
+ %1 views
+
+
+
+
+ %1 of %2 (%3) â %4
+
+
+
+
+ Preparing
+
+
+
+
+ Failed
+
+
+
+
+ Completed
+
+
+
+
+ Stopped
+
+
+
+
+ Stop downloading
+
+
+
+
+ Show in %1
+
+
+
+
+ Open parent folder
+
+
+
+
+ Restart downloading
+
+
+
+
+ SearchLineEdit
+
+
+ Search
+
+
+
+
+ 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"
+
+
+
+
+ a keyword
+
+
+
+
+ a channel
+
+
+
+
+ to start watching videos.
+
+
+
+
+ Watch
+
+
+
+
+ Recent keywords
+
+
+
+
+ Recent channels
+
+
+
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+
+
+
+
+ Make yourself comfortable
+
+
+
+
+ Video
+
+
+ Cannot get video stream for %1
+
+
+
+
+ Network error: %1 for %2
+
+
+
+
\ No newline at end of file
diff --git a/locale/bg_BG.ts b/locale/bg_BG.ts
index 40f04d6..456809d 100644
--- a/locale/bg_BG.ts
+++ b/locale/bg_BG.ts
@@ -1,58 +1,69 @@
-
-
-
+
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.
+
Report bugs and send in your ideas to %1
ÐокладвайÑе за бÑгове и изпÑаÑайÑе ваÑиÑе идей на %1
+
Icon designed by %1.
ÐкониÑе Ñа изÑабоÑени Ð¾Ñ %1.
+
Compact mode contributed by %1.
ÐомпакÑниÑÑ Ñежим е допÑинеÑен Ð¾Ñ %1.
+
HTTP proxy support contributed by %1.
HTTP proxy поддÑÑжкаÑа е допÑинеÑена Ð¾Ñ %1.
+
Translated 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 , но никога не ÑÑе поÑмÑвали да попиÑаÑе
@@ -60,6 +71,7 @@
ClearButton
+
Clear
ÐзÑиÑÑи
@@ -67,163 +79,198 @@
DownloadItem
+
bytes
-
+
+
KB
-
+
+
MB
-
+
+
bytes/sec
-
+
+
KB/sec
-
+
+
MB/sec
-
+
+
seconds
-
+
+
minutes
-
+
+
%4 %5 remaining
-
+
DownloadManager
-
- %n Download(s)
-
-
-
-
+
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
-
+
+
+
+
+ %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
-
+
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
ÐÑма повеÑе видеа
@@ -231,6 +278,7 @@
LoadingWidget
+
Error
ÐÑеÑка
@@ -238,308 +286,383 @@
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
ÐÑвоÑи в ÑÑл екÑан
+
&Compact mode
&ÐомпакÑен Ñежим
+
Hide the playlist and the toolbar
СкÑии пÑейлиÑÑаÑа и ÑÑÑлбаÑа
+
Open the &YouTube page
ÐÑвоÑи в &YouTube ÑÑÑаниÑаÑа
+
Go to the YouTube video page and pause playback
ÐÑиди в YouTube видео ÑÑÑаниÑаÑа и Ñложи на паÑза
+
Copy the YouTube &link
ÐопиÑай YouTube &вÑÑзкаÑа
+
Copy the current video YouTube link to the clipboard
ÐоÑÑави вÑÑзка кÑм видеоÑо в YouTube в клипбоÑда
+
Copy the video stream &URL
ÐопиÑай &URL на видео излÑÑванеÑо
+
Copy the current video stream URL to the clipboard
ÐопиÑай URL на гледаноÑо видео в клипбоÑда
+
&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 recent keywords
- &ÐзÑиÑÑи ÑкоÑоÑниÑе клÑÑови дÑми
+
+ &Clear recent searches
+
+
Clear the search history. Cannot be undone.
ÐзÑиÑÑи иÑÑоÑиÑÑа на ÑÑÑÑене. Ðе е обÑаÑимо.
+
&Quit
&ÐзÑ
од
+
Ctrl+Q
Ctrl+Q
+
Bye
Чао
+
&Website
&УебÑайÑ
+
%1 on the Web
%1 в мÑежаÑа
+
Make a &donation
ÐапÑави &даÑение
+
Please support the continued development of %1
ÐÐ¾Ð»Ñ Ð¿Ð¾Ð´ÐºÑепеÑе, бÑдеÑиÑе ÑазÑабоÑки на %1
+
&About
&ÐÑноÑно
+
Info about %1
ÐнÑоÑмаÑÐ¸Ñ Ð·Ð° %1
+
Search
ТÑÑÑи
+
Mute volume
ÐаглÑÑи звÑка
+
Ctrl+M
Ctrl+M
+
+
+ &Downloads
+
+
+
+
+ Show details about video downloads
+
+
+
+
+ &Download
+
+
+
+
+ Download the current video
+
+
+
+
&Application
&ÐпликаÑиÑ
+
&Playlist
&ÐлейлиÑÑа
+
&Video
&Ðидео
+
&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?
+
+
+
+
+ If you close %1 now, this download will be cancelled.
+
+
+
+
+ Close and cancel download
+
+
+
+
+ Wait for download to finish
+
+
+
+
Fatal error: %1
ФаÑална гÑеÑка: %1
+
Error: %1
ÐÑеÑка: %1
+
&Play
&ÐÑзпÑоизвеждане
+
Resume playback
ÐÑзÑÑанови вÑзпÑоизвежданеÑо
+
Exit &Full Screen
ÐзÑ
од Ð¾Ñ &ЦÑл екÑан
+
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
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
-
-
+
Downloads complete
-
+
MediaView
+
Most relevant
Ðай-ÑмеÑÑни
+
Most recent
Ðай-ÑкоÑоÑни
+
Most viewed
Ðай-гледани
+
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.
Ðинка Ñе е валиден Ñамо за опÑеделено вÑеме.
- You're watching "%1"
- Ðие гледаÑе "%1"
-
-
+
This is just the demo version of %1.
-
+
+
It allows you to test the application and see if it works for you.
-
+
+
Continue
-
+
+
Get the full version
-
+
+
Downloading %1
-
+
NetworkAccess
+
Network error: %1
ÐÑежова гÑеÑка: %1
@@ -547,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1 гледаниÑ
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+
+
Preparing
-
+
+
Failed
-
+
+
Completed
-
+
+
Stopped
-
+
+
Stop downloading
-
+
+
Show in %1
-
+
+
Open parent folder
-
+
+
Restart downloading
-
+
SearchLineEdit
+
Search
ТÑÑÑи
@@ -597,26 +731,58 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
ÐобÑе доÑли в <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- ÐÑведеÑе клÑÑова дÑма за да поÑнеÑе да гледаÑе видео клипÑеÑа.
+
+ 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
+
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
Ðова веÑÑÐ¸Ñ Ð½Ð° %1 е доÑÑÑпна. ÐÐ¾Ð»Ñ <a href='%2'>ÑпдейÑнеÑе до веÑÑÐ¸Ñ %3</a>
+
Make yourself comfortable
ÐÑпÑÑнеÑе Ñе
@@ -624,8 +790,14 @@
Video
+
+ Cannot get video stream for %1
+
+
+
+
Network error: %1 for %2
ÐÑежова гÑеÑка: %1 за %2
-
+
\ No newline at end of file
diff --git a/locale/cs_CZ.ts b/locale/cs_CZ.ts
index 65ee01e..cf158ca 100644
--- a/locale/cs_CZ.ts
+++ b/locale/cs_CZ.ts
@@ -1,6 +1,4 @@
-
-
-
+
UTF-8
AboutView
@@ -14,29 +12,21 @@
Version %1
Verze %1
-
- This is a "Technology Preview" release, do not expect it to be perfect.
- Toto je vývojová verze, neoÄekávejte plnou funkÄnost.
-
-
-
- Report bugs and send in your ideas to %1
- Hlaste chyby a posÃlejte své nápady na %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 via PayPal</a> to support the continued development of %2.
- ProsÃm <a href='%1'>pÅispÄjte pÅes PayPal</a> a podpoÅte dalÅ¡Ã vývoj aplikace %2.
-
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.
+
+
+ Report bugs and send in your ideas to %1
+ Hlaste chyby a posÃlejte své nápady na %1
+
Icon designed by %1.
@@ -52,22 +42,18 @@
HTTP proxy support contributed by %1.
Autor podpory HTTP proxy: %1.
-
- Windows version built by %1
- Verzi pro Windows sestavil: %1
-
Translated by %1
PÅeložili: %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
@@ -93,47 +79,47 @@
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á
@@ -163,11 +149,7 @@
%n Download(s)
-
- %n stahovánÃ
- %n stahovánÃ
- %n stahovánÃ
-
+ %n stahovánà %n stahovánà %n stahovánÃ
@@ -273,22 +255,22 @@
ListModel
-
+
Searching...
Hledám...
-
+
Show %1 More
Zobrazit dalÅ¡Ãch %1
-
+
No videos
Žádná videa
-
+
No more videos
Žádná dalšà videa
@@ -296,7 +278,7 @@
LoadingWidget
-
+
Error
Chyba
@@ -304,424 +286,383 @@
MainWindow
- &Back
- &ZpÄt
-
-
- Go to the previous view
- Vrátit se k pÅedchozà obrazovce
-
-
-
+
&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
-
+
&Compact mode
&Kompaktnà mód
-
+
Hide the playlist and the toolbar
Skryje playlist a toolbar
- &YouTube
- &YouTube
-
-
- Open the YouTube video page
- OtevÅÃt video na YouTube
-
-
-
+
Open the &YouTube page
OtevÅÃt stránku &YouTube
-
+
Go to the YouTube video page and pause playback
OtevÅe video na webu YouTube a pozastavà pÅehrávánÃ
-
+
Copy the YouTube &link
ZkopÃrovat &odkaz na YouTube
-
+
Copy the current video YouTube link to the clipboard
ZkopÃruje adresu videa na YouTube do schránky
-
+
Copy the video stream &URL
ZkopÃrovat adresu &video streamu
-
+
Copy the current video stream URL to the clipboard
ZkopÃruje do schránky adresu video streamu
-
+
&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 recent keywords
- &Vymazat hledané výrazy
+
+ &Clear recent searches
+
-
+
Clear the search history. Cannot be undone.
Vyprázdnà historii vyhledávánÃ. Akci nelze vrátit.
-
+
&Quit
&ZavÅÃt
-
+
Ctrl+Q
Ctrl+Q
-
+
Bye
Sbohem
-
+
&Website
&Homepage
-
+
%1 on the Web
%1 na Webu
-
+
Make a &donation
&PodpoÅit
-
-
- &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
-
-
-
- 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Ã
-
-
-
- Maximum video definition set to %1
- Maximálnà rozlišenà videa je %1
-
-
-
- Downloads complete
- VÅ¡echna stahovánà byla dokonÄena
-
-
- &Donate via PayPal
- &PodpoÅte pÅes PayPal
-
-
-
+
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
-
+
Ctrl+M
Ctrl+M
- High Definition video is enabled
- HD video je povolené
-
-
- High Definition video is not enabled
- HD video nenà povolené
+
+
+ &Downloads
+ &StahovánÃ
- The current video is in High Definition
- Aktuálnà video je v HD
+
+ Show details about video downloads
+ Zobrazit podrobnosti o stahovánà videÃ
- The current video is not in High Definition
- Aktuálnà video nenà v HD
+
+ &Download
+ &Stáhnout
-
- Your privacy is now safe
- VaÅ¡e soukromà je nynà v bezpeÄÃ
+
+ Download the current video
+ Stáhnout pÅávÄ zobrazené video
-
+
&Application
&Aplikace
-
+
&Playlist
&Playlist
-
+
&Video
&Video
-
+
&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Ã
+
+
+
Fatal error: %1
Chyba: %1
-
+
Error: %1
Chyba: %1
-
+
&Play
&Play
-
+
Resume playback
PokraÄovat v pÅehrávánÃ
-
+
Exit &Full Screen
Vypnout &fullscreen
-
+
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
-
+
Most relevant
Nalezená videa
-
+
Most recent
NejnovÄjÅ¡Ã
-
+
Most viewed
NejsledovanÄjÅ¡Ã
-
+
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
-
+
Get the full version
Stáhnout plnou verzi
-
+
Downloading %1
Je stahováno %1
-
-
- You're watching "%1"
- Sledujete "%1"
-
NetworkAccess
-
+
Network error: %1
Chyba pÅipojenÃ: %1
@@ -729,52 +670,52 @@
PrettyItemDelegate
-
+
%1 views
Shlédnuto %1x
-
- %1 of %2 (%3) ? %4
- 1 z %2 (%3) ? %4
+
+ %1 of %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
@@ -790,69 +731,73 @@
SearchView
-
+
Welcome to <a href='%1'>%2</a>,
VÃtejte v <a href='%1'>%2</a>
-
- Enter a keyword to start watching videos.
- Zadejte klÃÄové slovo pro vyhledávánà videÃ.
-
-
-
- Watch
- Sledovat
+
+ Get the full version
+
-
- Recent keywords
- Poslednà klÃÄová slova
+
+ Enter
+ "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos"
+
-
- A new version of %1 is available. Please <a href='%2'>update to version %3</a>
- Nová verze aplikace %1 je dostupná. ProsÃm <a href='%2'>aktualizujte na verzi %3</a>
+
+ a keyword
+
-
- Make yourself comfortable
- UdÄlejte si pohodlÃ
+
+ a channel
+
-
-
- SettingsView
- Preferences
- NastavenÃ
+
+ to start watching videos.
+
- &Video options
- &Nastavenà videa
+
+ Watch
+ Sledovat
- Use high quality video when available
- Zobrazit video ve vysoké kvalitÄ pokud je dostupná
+
+ Recent keywords
+ Poslednà klÃÄová slova
- &Saved recent keywords
- &Uložit hledané výrazy
+
+ Recent channels
+
- &Clear recent keywords
- &Vymazat hledané výrazy
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ Nová verze aplikace %1 je dostupná. ProsÃm <a href='%2'>aktualizujte na verzi %3</a>
- &Close
- &ZavÅÃt
+
+ Make yourself comfortable
+ UdÄlejte si pohodlÃ
Video
-
+
+ Cannot get video stream for %1
+
+
+
+
Network error: %1 for %2
Chyba pÅÃpojenÃ: %1 pro %2
-
+
\ No newline at end of file
diff --git a/locale/de_DE.ts b/locale/de_DE.ts
index b69915b..346fdaf 100644
--- a/locale/de_DE.ts
+++ b/locale/de_DE.ts
@@ -1,42 +1,32 @@
-
-
-
+
UTF-8
AboutView
There's life outside the browser!
- Es existiert Leben neben dem Browser!
+ Es gibt ein Leben auÃerhalb des Browsers!
Version %1
Version %1
-
- This is a "Technology Preview" release, do not expect it to be perfect.
- Dies ist eine "Technology Vorschau", erwarte nicht, dass sie perfekt ist.
-
-
-
- Report bugs and send in your ideas to %1
- Bitte berichte Fehler und sende Deine Ideen an %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 via PayPal</a> to support the continued development of %2.
- Bitte <a href='%1'>spende via PayPal</a> um die dauerhafte Entwicklung von %2 zu unterstützen.
-
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.
+
+
+ Report bugs and send in your ideas to %1
+ Bitte berichte Fehler und sende Deine Ideen an %1
+
Icon designed by %1.
@@ -52,22 +42,18 @@
HTTP proxy support contributed by %1.
HTTP Proxy-Unterstützung beigetragen von %1.
-
- Windows version built by %1
- Windows Version erstellt durch %1
-
Translated by %1
Ãbersetzung 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
@@ -93,47 +79,47 @@
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
@@ -148,7 +134,7 @@
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.
+ Sie kann nur Videos, die kürzer als %1 Minuten sind, herunterladen, damit die Download-Funktionalität getestet werden kann.
@@ -163,10 +149,7 @@
%n Download(s)
-
- %n Download
- %n Downloads
-
+ %n Download %n Downloads
@@ -272,22 +255,22 @@
ListModel
-
+
Searching...
Suche...
-
+
Show %1 More
- Zeige %1 weitere
+ Weitere %1 zeigen
-
+
No videos
Keine Videos
-
+
No more videos
Keine weiteren Videos
@@ -295,7 +278,7 @@
LoadingWidget
-
+
Error
Fehler
@@ -303,480 +286,383 @@
MainWindow
- &Back
- &Zurück
-
-
- Go to the previous view
- Gehe zur vorherigen Ansicht
-
-
-
+
&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
- &Compact View
- &Kompakt Ansicht
-
-
- Go compact view
- Kompakt Ansicht aktivieren
-
-
- &YouTube
- &YouTube
-
-
- Open the YouTube video page
- Ãffne die YouTube Video Seite
-
-
- Ctrl+Y
- Ctrl+Y
-
-
-
+
&Compact mode
&Kompakt-Ansicht
-
+
Hide the playlist and the toolbar
Verstecke Abspielliste und Werkzeugleiste
-
- &Download
- H&erunterladen
-
-
- Download this video
- Dieses Video herunterladen
-
-
- Ctrl+S
- Strg+S
-
-
-
+
Open the &YouTube page
Ãffne die &YouTube-Seite
-
+
Go to the YouTube video page and pause playback
Gehe zur YouTube-Video-Seite und pausiere die Wiedergabe
-
+
Copy the YouTube &link
YouTube-&Link kopieren
-
+
Copy the current video YouTube link to the clipboard
YouTube-Link in die Zwischenablage kopieren
-
+
Copy the video stream &URL
Video-&URL kopieren
-
+
Copy the current video stream URL to the clipboard
Video-URL in die Zwischenablage kopieren
-
+
&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 recent keywords
+
+ &Clear recent searches
Kürzlich genutzte S&chlüsselwörter entfernen
-
+
Clear the search history. Cannot be undone.
Such-Verlauf leeren. Kann nicht rückgängig gemacht werden.
-
+
&Quit
&Verlassen
-
+
Ctrl+Q
Strg+Q
-
+
Bye
Tschüss
-
+
&Website
&Webseite
-
+
%1 on the Web
%1 im Web
-
+
Make a &donation
Spen&den
-
-
- &Downloads
- &Downloads
-
-
-
- Show details about video downloads
- Zeige Details über Video-Downloads
-
-
-
- Download the current video
- Das aktuelle Video herunterladen
-
-
-
- Do you want to exit %1 with a download in progress?
- Möchtest Du %1 mit einem aktiven Download beenden?
-
-
-
- If you close %1 now, this download will be cancelled.
- Wenn Du %1 jetzt beendest, wird der Download abgebrochen.
-
-
-
- Close and cancel download
- Beenden und Download abbrechen
-
-
-
- Wait for download to finish
- Auf Abschluà des Downloads warten
-
-
-
- Maximum video definition set to %1
- Maximale Video-Auflösung wurde auf %1 gesetzt
-
-
-
- Downloads complete
- Downloads heruntergeladen
-
-
- &Donate via PayPal
- Spen&den via PayPal
-
-
-
+
Please support the continued development of %1
- Bitte unterstütze die weitere Entwicklung von %1
+ Bitte unterstützen Sie die weitere Entwicklung von %1
-
+
&About
&Ãber
-
+
Info about %1
Informationen über %1
-
+
Search
Suche
-
+
Mute volume
Stummschalten
-
+
Ctrl+M
Strg+M
-
- 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
-
-
-
- Remaining time: %1
- Verbleibende Zeit: %1
-
-
- High Definition video is enabled
- High Definition Video ist eingeschaltet
-
-
- High Definition video is not enabled
- High Definition Video ist nicht eingeschaltet
+
+
+ &Downloads
+ &Downloads
- The current video is in High Definition
- Das derzeitige Video ist in High Definition
+
+ Show details about video downloads
+ Details über Video-Downloads anzeigen
- The current video is not in High Definition
- Das derzeitige Video ist nicht in High Definition
+
+ &Download
+ H&erunterladen
-
- Your privacy is now safe
- Deine Privatsphäre ist nun geschützt
+
+ Download the current video
+ Das aktuelle Video herunterladen
- No Video playing
- Es wird kein Video abgespielt
+
+ &Application
+ &Anwendung
- You must first play the video you intent to download !
- Du musst das Video erst abspielen !
+
+ &Playlist
+ A&bspielliste
- Save video as...
- Video speichern unter...
+
+ &Video
+ &Video
- minitube video.mp4
- minitube video.mp4
+
+ &Help
+ &Hilfe
- Downloading:
- Herunterladen:
+
+ 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
- Abort Download
- Herunterladen abbrechen
+
+
+ Opening %1
+ %1 öffnen
- File creation failed
- Das anlegen der Datei ist fehlgeschlagen
+
+ Do you want to exit %1 with a download in progress?
+ Möchten Sie %1 mit einem aktiven Download beenden?
- Download failed
- Herunterladen fehlgeschlagen
+
+ If you close %1 now, this download will be cancelled.
+ Wenn Sie %1 jetzt beenden, wird der Download abgebrochen.
-
- Volume at %1%
- Lautstärke %1%
+
+ Close and cancel download
+ Beenden und Download abbrechen
-
- Volume is muted
- Ton ist stummgeschaltet
+
+ Wait for download to finish
+ Auf Abschluà des Downloads warten
-
- Volume is unmuted
- Ton ist angeschaltet
+
+ Fatal error: %1
+ Schwerer Fehler: %1
- &Search
- &Suche
+
+ Error: %1
+ Fehler: %1
-
- &Application
- &Anwendung
+
+ &Play
+ &Abspielen
-
- &Playlist
- A&bspielliste
+
+ Resume playback
+ Wiedergabe fortsetzen
-
- &Video
- &Video
+
+ Exit &Full Screen
+ Vollbildmodus &verlassen
-
- &Help
- &Hilfe
+
+ Remaining time: %1
+ Verbleibende Zeit: %1
-
-
- Opening %1
- Ãffne %1
+
+ Volume at %1%
+ Lautstärke %1%
-
- Fatal error: %1
- Schwerer Fehler: %1
+
+ Volume is muted
+ Ton ist stummgeschaltet
-
- Error: %1
- Fehler: %1
+
+ Volume is unmuted
+ Ton ist angeschaltet
-
- &Play
- &Abspielen
+
+ Maximum video definition set to %1
+ Maximale Video-Auflösung wurde auf %1 gesetzt
-
- Resume playback
- Wiedergabe fortsetzen
+
+ Your privacy is now safe
+ Ihre Privatsphäre ist nun geschützt
-
- Exit &Full Screen
- Vollbildmodus &verlassen
+
+ Downloads complete
+ Downloads heruntergeladen
MediaView
-
+
Most relevant
Die Bedeutsamsten
-
+
Most recent
Die Neusten
-
+
Most viewed
Meist gesehen
-
+
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 Dir die Anwendung zu testen und zu schauen ob es bei Dir läuft.
+ Sie erlaubt Ihnen die Anwendung zu testen und zu schauen ob sie bei Ihnen läuft.
-
+
Continue
Fortfahren
-
+
Get the full version
Die Vollversion holen
-
+
Downloading %1
- Lade %1 herunter
-
-
-
- You're watching "%1"
- Du betrachtest "%1"
+ %1 herunterladen
NetworkAccess
-
+
Network error: %1
Netzwerk-Fehler: %1
@@ -784,52 +670,52 @@
PrettyItemDelegate
-
+
%1 views
%1 mal betrachtet
-
- %1 of %2 (%3) ? %4
+
+ %1 of %2 (%3) â %4
%1 von %2 (%3) â %4
-
+
Preparing
Bereite vor
-
+
Failed
Fehlgeschlagen
-
+
Completed
Fertiggestellt
-
+
Stopped
Gestoppt
-
+
Stop downloading
- Stoppe herunterladen
+ Herunterladen stoppen
-
+
Show in %1
- Zeige in %1
+ In %1 anzeigen
-
+
Open parent folder
Eltern-Ordner öffnen
-
+
Restart downloading
Herunterladen neustarten
@@ -845,53 +731,73 @@
SearchView
-
+
Welcome to <a href='%1'>%2</a>,
Willkommen bei <a href='%1'>%2</a>,
-
- Enter a keyword to start watching videos.
- Schlüsselwort eingeben um die Wiedergabe zu starten.
+
+ Get the full version
+ Die Vollversion holen
+
+
+
+ Enter
+ "Enter", as in "type". The whole frase 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
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
Eine neue Version von %1 ist verfügbar. Bitte <a href='%2'>auf Version %3 aktualisieren</a>
-
+
Make yourself comfortable
- Mach es Dir gemütlich
+ Machen Sie es sich gemütlich
- SettingsView
-
- Preferences
- Einstellungen
-
+ Video
- &Close
- S&chlieÃen
+
+ Cannot get video stream for %1
+ Videostream für %1 konnte nicht öffnen werden
-
-
- Video
-
+
Network error: %1 for %2
Netzwerk-Fehler: %1 für %2
-
+
\ No newline at end of file
diff --git a/locale/el.ts b/locale/el.ts
new file mode 100644
index 0000000..7d73b53
--- /dev/null
+++ b/locale/el.ts
@@ -0,0 +1,803 @@
+
+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.
+
+
+
+ Report bugs and send in your ideas to %1
+ ÎναÏÎÏεÏε ÏÏοβλήμαÏα και ÏÏείλÏε ÏÎ¹Ï Î¹Î´ÎÎµÏ ÏÎ±Ï ÏÏην διεÏθÏ
νÏη %1
+
+
+
+ Icon designed by %1.
+ ΣÏεδιαÏμÏÏ ÎµÎ¹ÎºÎ¿Î½Î¹Î´Î¯Î¿Ï
αÏÏ %1.
+
+
+
+ Compact mode contributed by %1.
+ ΣÏ
νειÏÏοÏά ÏÎ·Ï ÏÏ
μÏαγοÏÏ ÎµÎ¼ÏάνιÏÎ·Ï (Compact Mode) αÏÏ %1.
+
+
+
+ HTTP proxy support contributed by %1.
+ ΣÏ
νειÏÏοÏά Ï
ÏοÏÏήÏÎ¹Î¾Î·Ï Î¼ÎµÏολαβηÏή HTTP (proxy) αÏÏ %1.
+
+
+
+ Translated 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
+ ÎαθαÏιÏμÏÏ
+
+
+
+ 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.
+ ÎÏοÏεί να καÏεβάÏει βίνÏεο μικÏÏÏεÏα αÏÏ %1 λεÏÏά ÏÏÏε να δοκιμάÏεÏε Ïη λειÏοÏ
Ïγία καÏεβάÏμαÏοÏ.
+
+
+
+ Continue
+ ΣÏ
νÎÏεια
+
+
+
+ Get the full version
+ ÎÏοκÏήÏÏε Ïην ÏλήÏη ÎκδοÏη
+
+
+
+ %n Download(s)
+ %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
+ Î Ïοβολή Ïε ΠλήÏη ÎθÏνη
+
+
+
+ &Compact mode
+ &ΣÏ
μÏÎ±Î³Î®Ï ÎµÎ¼ÏάνιÏη
+
+
+
+ Hide the playlist and the toolbar
+ ÎÏÏκÏÏ
Ïη λίÏÏÎ±Ï Î±Î½Î±ÏαÏαγÏÎ³Î®Ï ÎºÎ±Î¹ εÏγαλειοθήκηÏ
+
+
+
+ Open the &YouTube page
+ ÎνοίξÏε Ïην ιÏÏοÏελίδα ÏοÏ
&YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+ ΠλοήγηÏη ÏÏην Ïελίδα βίνÏεο ÏοÏ
YouTube και ÏαÏÏη αναÏαÏαγÏγήÏ
+
+
+
+ Copy the YouTube &link
+ ÎνÏιγÏαÏή ÏοÏ
YouTube &link
+
+
+
+ Copy the current video YouTube link to the clipboard
+ ÎνÏιγÏαÏή ÏοÏ
link ÏοÏ
ÏÏÎÏονÏÎ¿Ï YouTube βίνÏεο ÏÏην μνήμη
+
+
+
+ Copy the video stream &URL
+ ÎνÏιγÏαÏή ÏοÏ
&URL ÏÎ·Ï ÏÎ¿Î®Ï Î²Î¯Î½Ïεο
+
+
+
+ Copy the current video stream URL to the clipboard
+ ÎνÏιγÏαÏή ÏοÏ
URL ÏÎ·Ï ÏÏÎÏοÏ
ÏÎ±Ï ÏÎ¿Î®Ï Î²Î¯Î½Ïεο ÏÏην μνήμη
+
+
+
+ &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 recent searches
+ &ÎαθαÏιÏμÏÏ ÏÏÏÏÏαÏÏν αναζηÏήÏεÏν
+
+
+
+ Clear the search history. Cannot be undone.
+ ÎαθαÏιÏμÏÏ ÏοÏ
ιÏÏοÏÎ¹ÎºÎ¿Ï Î±Î½Î±Î¶Î®ÏηÏηÏ. Îεν μÏοÏεί να γίνει εÏαναÏοÏά.
+
+
+
+ &Quit
+ Î&ξοδοÏ
+
+
+
+ Ctrl+Q
+ Ctrl+Q
+
+
+
+ Bye
+ Îεια
+
+
+
+ &Website
+ &ÎÏÏοÏÏÏοÏ
+
+
+
+ %1 on the Web
+ Το %1 ÏÏο διαδίκÏÏ
ο
+
+
+
+ Make a &donation
+ ÎάνÏε μια &δÏÏεά
+
+
+
+ Please support the continued development of %1
+ ΠαÏακαλοÏμε Ï
ÏοÏÏηÏίξÏε Ïην ÏÏ
νεÏÏμενη ανάÏÏÏ
ξη ÏοÏ
%1
+
+
+
+ &About
+ &ΣÏεÏικά
+
+
+
+ Info about %1
+ ΠληÏοÏοÏÎ¯ÎµÏ Î³Î¹Î± %1
+
+
+
+ Search
+ ÎναζήÏηÏη
+
+
+
+ Mute volume
+ ΣίγαÏη
+
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+
+ &Downloads
+ &ÎήÏειÏ
+
+
+
+ Show details about video downloads
+ ÎμÏάνιÏη λεÏÏομεÏειÏν για ÏÎ¹Ï Î»Î®ÏÎµÎ¹Ï Î²Î¯Î½Ïεο
+
+
+
+ &Download
+ &ÎήÏη
+
+
+
+ Download the current video
+ ÎήÏη ÏοÏ
ÏÏÎÏονÏÎ¿Ï Î²Î¯Î½Ïεο
+
+
+
+ &Application
+ &ÎÏαÏμογή
+
+
+
+ &Playlist
+ Î&ίÏÏα αναÏαÏαγÏγήÏ
+
+
+
+ &Video
+ Îίν&Ïεο
+
+
+
+ &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
+ Îναμονή ολοκλήÏÏÏÎ·Ï Î»Î®ÏηÏ
+
+
+
+ Fatal error: %1
+ ÎανάÏιμο ÏÏάλμα : %1
+
+
+
+ Error: %1
+ ΣÏάλμα: %1
+
+
+
+ &Play
+ Î&ναÏαÏαγÏγή
+
+
+
+ Resume playback
+ ΣÏ
νÎÏεια αναÏαÏαγÏγήÏ
+
+
+
+ Exit &Full Screen
+ Îξο&Î´Î¿Ï Î±Ïο ΠλήÏη ÎθÏνη
+
+
+
+ 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
+ Îι λήÏÎµÎ¹Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκαν
+
+
+
+ MediaView
+
+
+ Most relevant
+ Πιο ÏÏεÏικά
+
+
+
+ Most recent
+ Πιο ÏÏÏÏÏαÏα
+
+
+
+ Most viewed
+ Πιο ÏÏοβεβλημÎνα
+
+
+
+ You can now paste the YouTube link into another application
+ ΤÏÏα μÏοÏείÏε να εÏικολλήÏεÏε Ïο YouTube link Ïε κάÏοια άλλη εÏαÏμογή
+
+
+
+ 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
+ ΣÏ
νÎÏεια
+
+
+
+ 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
+ ÎÏανεκκίνηÏη λήÏηÏ
+
+
+
+ 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
+ Î ÏÏÏÏαÏα κανάλια
+
+
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ Îια νÎα ÎκδοÏη ÏοÏ
%1 είναι διαθÎÏιμη. ΠαÏακαλοÏμε<a href='%2'> αναβαθμίÏÏε ÏÏην ÎκδοÏη %3</a>
+
+
+
+ Make yourself comfortable
+ ÎολεÏ
ÏείÏε
+
+
+
+ Video
+
+
+ Cannot get video stream for %1
+ ÎδÏ
ναμία ανάκÏηÏÎ·Ï ÏÎ¿Î®Ï Î²Î¯Î½Ïεο για %1
+
+
+
+ Network error: %1 for %2
+ ΣÏάλμα δικÏÏοÏ
: %1 για %2
+
+
+
\ No newline at end of file
diff --git a/locale/el_GR.ts b/locale/el_GR.ts
index a4dd34a..9eea27c 100644
--- a/locale/el_GR.ts
+++ b/locale/el_GR.ts
@@ -1,78 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
- ΠλοηγÏÏ = browser, though many people call it just "browser"
Î¥ÏάÏÏει ζÏή ÎÎ¾Ï Î±Ïο Ïον ÏλοηγÏ!
+
Version %1
ÎκδοÏη %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- ÎÏ
Ïή είναι μια ÎκδοÏη «ÎÏÎ¯Î´ÎµÎ¹Î¾Î·Ï Î¤ÎµÏÎ½Î¿Î»Î¿Î³Î¯Î±Ï Â», μην ÏεÏιμÎνεÏε να είναι ÏÎλεια.
+
+ %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.
+
+
+
Report bugs and send in your ideas to %1
ÎναÏÎÏεÏε ÏÏοβλήμαÏα και ÏÏείλÏε ÏÎ¹Ï Î¹Î´ÎÎµÏ ÏÎ±Ï ÏÏην διεÏθÏ
νÏη %1
- %1 is Free Software but its development takes precious time.
- Το %1 είναι ÎλεÏθεÏο ÎογιÏÎ¼Î¹ÎºÏ Î±Î»Î»Î¬ η ανάÏÏÏ
ξη ÏοÏ
ÏαίÏνει ÏολÏÏιμο ÏÏÏνο.
+
+ Icon designed by %1.
+ ΣÏεδιαÏμÏÏ ÎµÎ¹ÎºÎ¿Î½Î¹Î´Î¯Î¿Ï
αÏÏ %1.
- Please <a href='%1'>donate via PayPal</a> to support the continued development of %2.
- ΠαÏακαλοÏμε <a href='%1'>δÏÏίÏÏε μÎÏÏ PayPal</a> για να Ï
ÏοÏÏηÏίξεÏε Ïην ÏÏ
νεÏÏμενη ανάÏÏÏ
ξη ÏοÏ
%2.
+
+ Compact mode contributed by %1.
+ ΣÏ
νειÏÏοÏά ÏÎ·Ï ÏÏ
μÏαγοÏÏ ÎµÎ¼ÏάνιÏÎ·Ï (Compact Mode) αÏÏ %1.
- Icon designed by %1.
- ΣÏεδιαÏμÏÏ ÎµÎ¹ÎºÎ¿Î½Î¹Î´Î¯Î¿Ï
αÏÏ %1.
+
+ HTTP proxy support contributed by %1.
+ ΣÏ
νειÏÏοÏά Ï
ÏοÏÏήÏÎ¹Î¾Î·Ï Î¼ÎµÏολαβηÏή HTTP (proxy) αÏÏ %1.
+
Translated 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 και δεν ÏολμοÏÏαÏε να ÏÏÏήÏεÏε
-
- Compact mode contributed by %1.
- ΣÏ
νειÏÏοÏά ÏÎ·Ï ÏÏ
μÏαγοÏÏ ÎµÎ¼ÏάνιÏÎ·Ï (Compact Mode) αÏÏ %1.
-
-
- HTTP proxy support contributed by %1.
- ΣÏ
νειÏÏοÏά Ï
ÏοÏÏήÏÎ¹Î¾Î·Ï Î¼ÎµÏολαβηÏή HTTP (proxy) αÏÏ %1.
-
-
- Windows version built by %1
- ÐеÑÑÑÑ Ð´Ð»Ñ Windows %1
-
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
- ΠαÏακαλοÏμε <a href='%1%'>δÏÏίÏÏε</a> για να Ï
ÏοÏÏηÏίξεÏε Ïην ÏÏ
νεÏÏμενη ανάÏÏÏ
ξη ÏοÏ
%2.
-
ClearButton
+
Clear
ÎαθαÏιÏμÏÏ
@@ -80,87 +79,103 @@
DownloadItem
+
bytes
-
+
+
KB
-
+
+
MB
-
+
+
bytes/sec
-
+
+
KB/sec
-
+
+
MB/sec
-
+
+
seconds
δεÏ
ÏεÏÏλεÏÏα
+
minutes
λεÏÏά
+
%4 %5 remaining
αÏομÎνοÏ
ν %4 %5
DownloadManager
-
- %n Download(s)
-
- %n ÎήÏειÏ
-
-
-
+
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
ÎÏοκÏήÏÏε Ïην ÏλήÏη ÎκδοÏη
+
+
+ %n Download(s)
+ %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
@@ -168,6 +183,8 @@
DownloadView
+
+
Downloads
ÎήÏειÏ
@@ -175,50 +192,62 @@
GlobalShortcuts
+
Play
ÎναÏαÏαγÏγή
+
Pause
ΠαÏÏη
+
Play/Pause
ÎναÏαÏαγÏγή/ΠαÏÏη
+
Stop
ÎιακοÏή
+
Stop playing after current track
ÎιακοÏή αναÏαÏαγÏÎ³Î®Ï Î¼ÎµÏά Ïο ÏÏÎÏον κομμάÏι
+
Next track
ÎÏÏμενο κομμάÏι
+
Previous track
Î ÏοηγοÏμενο κομμάÏι
+
Increase volume
ÎÏξηÏη ÎνÏαÏηÏ
+
Decrease volume
ÎείÏÏη ÎνÏαÏηÏ
+
Mute
ΣίγαÏη
+
Seek forward
ÎναζήÏηÏη μÏÏοÏÏά
+
Seek backward
ÎναζήÏηÏη ÏίÏÏ
@@ -226,18 +255,22 @@
ListModel
+
Searching...
ÎναζήÏηÏη...
+
Show %1 More
ÎμÏάνιÏη %1 ακÏμα
+
No videos
ÎανÎνα βίνÏεο
+
No more videos
Îεν Ï
ÏάÏÏοÏ
ν άλλα βίνÏεο
@@ -245,6 +278,7 @@
LoadingWidget
+
Error
ΣÏάλμα
@@ -252,327 +286,317 @@
MainWindow
- &Back
- &ΠίÏÏ
-
-
- Alt+Left
- Alt+ÐлÑво
-
-
- Go to the previous view
- Î ÏÎ¿Ï Ïην ÏÏοηγοÏμενη ÏÏη (view)
-
-
+
&Stop
&ΣÏοÏ
+
Stop playback and go back to the search view
ΣÏÎ¿Ï Î±Î½Î±ÏαÏαγÏÎ³Î®Ï ÎºÎ±Î¹ εÏιÏÏÏοÏή ÏÏην ÏÏη αναζήÏηÏηÏ
- Esc
- Esc
-
-
+
S&kip
&ΠαÏάλειÏη
+
Skip to the next video
ΠαÏάλειÏη ÏÏÎ¿Ï Ïο εÏÏμενο βίνÏεο
- Ctrl+Right
- Ctrl+ÐпÑаво
-
-
+
+
&Pause
&ÎιακοÏή
+
+
Pause playback
ÎιακοÏή αναÏαÏαγÏγήÏ
- Space
- ÐлавÑÑа пÑобÑлÑ
-
-
+
+
&Full Screen
&ΠλήÏÎ·Ï ÎθÏνη
+
Go full screen
Î Ïοβολή Ïε ΠλήÏη ÎθÏνη
- Alt+Return
- Alt+Enter
+
+ &Compact mode
+ &ΣÏ
μÏÎ±Î³Î®Ï ÎµÎ¼ÏάνιÏη
- &YouTube
- &YouTube
+
+ Hide the playlist and the toolbar
+ ÎÏÏκÏÏ
Ïη λίÏÏÎ±Ï Î±Î½Î±ÏαÏαγÏÎ³Î®Ï ÎºÎ±Î¹ εÏγαλειοθήκηÏ
+
+
+
+ Open the &YouTube page
+ ÎνοίξÏε Ïην ιÏÏοÏελίδα ÏοÏ
&YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+ ΠλοήγηÏη ÏÏην Ïελίδα βίνÏεο ÏοÏ
YouTube και ÏαÏÏη αναÏαÏαγÏγήÏ
+
+
+
+ Copy the YouTube &link
+ ÎνÏιγÏαÏή ÏοÏ
YouTube &link
+
+
+
+ Copy the current video YouTube link to the clipboard
+ ÎνÏιγÏαÏή ÏοÏ
link ÏοÏ
ÏÏÎÏονÏÎ¿Ï YouTube βίνÏεο ÏÏην μνήμη
- Open the YouTube video page
- Îνοιγμα ÏÎµÎ»Î¯Î´Î±Ï YouTube
+
+ Copy the video stream &URL
+ ÎνÏιγÏαÏή ÏοÏ
&URL ÏÎ·Ï ÏÎ¿Î®Ï Î²Î¯Î½Ïεο
- Ctrl+Y
- Ctrl+Y
+
+ Copy the current video stream URL to the clipboard
+ ÎνÏιγÏαÏή ÏοÏ
URL ÏÎ·Ï ÏÏÎÏοÏ
ÏÎ±Ï ÏÎ¿Î®Ï Î²Î¯Î½Ïεο ÏÏην μνήμη
+
&Remove
&ÎÏαίÏεÏη
+
Remove the selected videos from the playlist
ÎÏαίÏεÏη εÏιλεγμÎνÏν βίνÏεο αÏο Ïην λίÏÏα αναÏαÏαγÏγήÏ
+
Move &Up
ÎεÏακίνηÏη ÏÏÎ¿Ï Ïα &ÏάνÏ
+
Move up the selected videos in the playlist
ÎεÏακίνηÏη εÏιλεγμÎνÏν βίνÏεο ÏÏÎ¿Ï Ïα ÏάνÏ
- Ctrl+Up
- Ctrl+ÐгоÑÑ
-
-
+
Move &Down
ÎεÏακίνηÏη ÏÏÎ¿Ï Ïα &κάÏÏ
+
Move down the selected videos in the playlist
ÎεÏακίνηÏη εÏιλεγμÎνÏν βίνÏεο ÏÏÎ¿Ï Ïα κάÏÏ
- Ctrl+Down
- Ctrl+Ðниз
+
+ &Clear recent searches
+ &ÎαθαÏιÏμÏÏ ÏÏÏÏÏαÏÏν αναζηÏήÏεÏν
+
+ Clear the search history. Cannot be undone.
+ ÎαθαÏιÏμÏÏ ÏοÏ
ιÏÏοÏÎ¹ÎºÎ¿Ï Î±Î½Î±Î¶Î®ÏηÏηÏ. Îεν μÏοÏεί να γίνει εÏαναÏοÏά.
+
+
+
&Quit
Î&ξοδοÏ
+
Ctrl+Q
Ctrl+Q
+
Bye
Îεια
+
&Website
&ÎÏÏοÏÏÏοÏ
- Minitube on the Web
- Minitube в меÑежÑ
-
-
+
%1 on the Web
Το %1 ÏÏο διαδίκÏÏ
ο
- &Donate via PayPal
- ÎÏÏεά μÎÏÏ Pa&yPal
+
+ Make a &donation
+ ÎάνÏε μια &δÏÏεά
+
Please support the continued development of %1
ΠαÏακαλοÏμε Ï
ÏοÏÏηÏίξÏε Ïην ÏÏ
νεÏÏμενη ανάÏÏÏ
ξη ÏοÏ
%1
+
&About
&ΣÏεÏικά
+
Info about %1
ΠληÏοÏοÏÎ¯ÎµÏ Î³Î¹Î± %1
- &Search
- ÐоÑ&Ñк
-
-
- &Application
- &ÎÏαÏμογή
-
-
- &Playlist
- Î&ίÏÏα αναÏαÏαγÏγήÏ
-
-
- &Video
- Îίν&Ïεο
-
-
- &Help
- &Îοήθεια
-
-
- Opening %1
- Îνοιγμα %1
-
-
- &Play
- Î&ναÏαÏαγÏγή
-
-
- Resume playback
- ΣÏ
νÎÏεια αναÏαÏαγÏγήÏ
-
-
- Exit &Full Screen
- Îξο&Î´Î¿Ï Î±Ïο ΠλήÏη ÎθÏνη
+
+ Search
+ ÎναζήÏηÏη
- &Compact mode
- &ΣÏ
μÏÎ±Î³Î®Ï ÎµÎ¼ÏάνιÏη
+
+ Mute volume
+ ΣίγαÏη
- Hide the playlist and the toolbar
- ÎÏÏκÏÏ
Ïη λίÏÏÎ±Ï Î±Î½Î±ÏαÏαγÏÎ³Î®Ï ÎºÎ±Î¹ εÏγαλειοθήκηÏ
+
+ Ctrl+M
+ Ctrl+M
- Fatal error: %1
- ÎανάÏιμο ÏÏάλμα : %1
+
+
+ &Downloads
+ &ÎήÏειÏ
- Error: %1
- ΣÏάλμα: %1
+
+ Show details about video downloads
+ ÎμÏάνιÏη λεÏÏομεÏειÏν για ÏÎ¹Ï Î»Î®ÏÎµÎ¹Ï Î²Î¯Î½Ïεο
- Ctrl+M
- Ctrl+M
+
+ &Download
+ &ÎήÏη
- Volume at %1%
- ÎνÏαÏη ÏÏο %1%
+
+ Download the current video
+ ÎήÏη ÏοÏ
ÏÏÎÏονÏÎ¿Ï Î²Î¯Î½Ïεο
- Volume is muted
- ΣίγαÏη
+
+ &Application
+ &ÎÏαÏμογή
- Volume is unmuted
- Î ÎνÏαÏη αÏοκαÏαÏÏάθηκε
+
+ &Playlist
+ Î&ίÏÏα αναÏαÏαγÏγήÏ
- Search
- ÎναζήÏηÏη
+
+ &Video
+ Îίν&Ïεο
- Mute volume
- ΣίγαÏη
+
+ &Help
+ &Îοήθεια
+
Press %1 to raise the volume, %2 to lower it
ΠαÏήÏÏε %1 για να αÏ
ξήÏεÏε Ïην ÎνÏαÏη, %2 για να Ïην ÏαμηλÏÏεÏε
- Remaining time: %1
- Î¥ÏολειÏÏÎ¼ÎµÎ½Î¿Ï ÏÏÏνοÏ: %1
-
-
- High Definition video is enabled
- ÎίνÏεο Î¥ÏÎ·Î»Î®Ï ÎνάλÏ
ÏÎ·Ï ÎµÎ½ÎµÏγÏ
+
+
+ Opening %1
+ Îνοιγμα %1
- High Definition video is not enabled
- ÎίνÏεο Î¥ÏÎ·Î»Î®Ï ÎνάλÏ
ÏÎ·Ï Î±Î½ÎµÎ½ÎµÏγÏ
+
+ Do you want to exit %1 with a download in progress?
+ ÎÎλεÏε να κλείÏεÏε Ïο %1 ÎµÎ½Ï Î²ÏίÏκεÏαι μια λήÏη Ïε εξÎλιξη;
- The current video is in High Definition
- Το ÏÏÎÏÏν βίνÏεο είναι Ïε Î¥Ïηλή ÎνάλÏ
Ïη
+
+ If you close %1 now, this download will be cancelled.
+ Îν κλείÏεÏε Ïο %1 ÏÏÏα, η λήÏη θα ακÏ
ÏÏθεί.
- The current video is not in High Definition
- Το ÏÏÎÏÏν βίνÏεο δεν είναι Ïε Î¥Ïηλή ÎνάλÏ
Ïη
+
+ Close and cancel download
+ ÎλείÏιμο και ακÏÏÏÏη λήÏηÏ
- &Clear recent keywords
- &ÎαθαÏιÏμÏÏ ÏÏÏÏÏαÏÏν αναζηÏήÏεÏν
+
+ Wait for download to finish
+ Îναμονή ολοκλήÏÏÏÎ·Ï Î»Î®ÏηÏ
- Clear the search history. Cannot be undone.
- ÎαθαÏιÏμÏÏ ÏοÏ
ιÏÏοÏÎ¹ÎºÎ¿Ï Î±Î½Î±Î¶Î®ÏηÏηÏ. Îεν μÏοÏεί να γίνει εÏαναÏοÏά.
+
+ Fatal error: %1
+ ÎανάÏιμο ÏÏάλμα : %1
- Your privacy is now safe
- ΠιδιÏÏικÏÏηÏα ÏÎ±Ï ÎµÎ¯Î½Î±Î¹ ÏÏÏα αÏÏαλήÏ
+
+ Error: %1
+ ΣÏάλμα: %1
- Open the &YouTube page
- ÎνοίξÏε Ïην ιÏÏοÏελίδα ÏοÏ
&YouTube
+
+ &Play
+ Î&ναÏαÏαγÏγή
- Go to the YouTube video page and pause playback
- ΠλοήγηÏη ÏÏην Ïελίδα βίνÏεο ÏοÏ
YouTube και ÏαÏÏη αναÏαÏαγÏγήÏ
+
+ Resume playback
+ ΣÏ
νÎÏεια αναÏαÏαγÏγήÏ
- Copy the YouTube &link
- link=ÏÏνδεÏμοÏ, however link is more commonly used
- ÎνÏιγÏαÏή ÏοÏ
YouTube &link
+
+ Exit &Full Screen
+ Îξο&Î´Î¿Ï Î±Ïο ΠλήÏη ÎθÏνη
- Copy the current video YouTube link to the clipboard
- ÎνÏιγÏαÏή ÏοÏ
link ÏοÏ
ÏÏÎÏονÏÎ¿Ï YouTube βίνÏεο ÏÏην μνήμη
+
+ Remaining time: %1
+ Î¥ÏολειÏÏÎ¼ÎµÎ½Î¿Ï ÏÏÏνοÏ: %1
- Copy the video stream &URL
- ÎνÏιγÏαÏή ÏοÏ
&URL ÏÎ·Ï ÏÎ¿Î®Ï Î²Î¯Î½Ïεο
+
+ Volume at %1%
+ ÎνÏαÏη ÏÏο %1%
- Copy the current video stream URL to the clipboard
- ÎνÏιγÏαÏή ÏοÏ
URL ÏÎ·Ï ÏÏÎÏοÏ
ÏÎ±Ï ÏÎ¿Î®Ï Î²Î¯Î½Ïεο ÏÏην μνήμη
+
+ Volume is muted
+ ΣίγαÏη
- Make a &donation
- ÎάνÏε μια &δÏÏεά
+
+ Volume is unmuted
+ Î ÎνÏαÏη αÏοκαÏαÏÏάθηκε
+
Maximum video definition set to %1
H μÎγιÏÏη ανάλÏ
Ïη βίνÏεο ÏÎθηκε Ïε %1
- &Downloads
- &ÎήÏειÏ
-
-
- Show details about video downloads
- ÎμÏάνιÏη λεÏÏομεÏειÏν για ÏÎ¹Ï Î»Î®ÏÎµÎ¹Ï Î²Î¯Î½Ïεο
-
-
- &Download
- &ÎήÏη
-
-
- Download the current video
- ÎήÏη ÏοÏ
ÏÏÎÏονÏÎ¿Ï Î²Î¯Î½Ïεο
-
-
- 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
- Îναμονή ολοκλήÏÏÏÎ·Ï Î»Î®ÏηÏ
+
+ Your privacy is now safe
+ ΠιδιÏÏικÏÏηÏα ÏÎ±Ï ÎµÎ¯Î½Î±Î¹ ÏÏÏα αÏÏαλήÏ
+
Downloads complete
Îι λήÏÎµÎ¹Ï Î¿Î»Î¿ÎºÎ»Î·ÏÏθηκαν
@@ -580,50 +604,57 @@
MediaView
+
Most relevant
Πιο ÏÏεÏικά
+
Most recent
Πιο ÏÏÏÏÏαÏα
+
Most viewed
Πιο ÏÏοβεβλημÎνα
- You're watching "%1"
- ÎλÎÏεÏε «%1»
-
-
+
You can now paste the YouTube link into another application
ΤÏÏα μÏοÏείÏε να εÏικολλήÏεÏε Ïο YouTube link Ïε κάÏοια άλλη εÏαÏμογή
+
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
ΣÏ
νÎÏεια
+
Get the full version
ÎÏοκÏήÏÏε Ïην ÏλήÏη ÎκδοÏη
+
Downloading %1
ÎήÏη %1
@@ -631,6 +662,7 @@
NetworkAccess
+
Network error: %1
ΣÏάλμα δικÏÏοÏ
: %1
@@ -638,43 +670,52 @@
PrettyItemDelegate
+
%1 views
Î ÏοβολÎÏ %1
- %1 of %2 (%3) ? %4
- needed description of what this variables represent so it can be translated..
-
+
+ %1 of %2 (%3) â %4
+ %1 αÏÏ %2 (%3) â %4
+
Preparing
Î ÏοεÏοιμάζεÏαι
+
Failed
ÎÏÎÏÏ
Ïε
+
Completed
ÎλοκληÏÏθηκε
+
Stopped
ÎιακÏÏηκε
+
Stop downloading
ÎιακοÏή λήÏηÏ
+
Show in %1
ÎμÏάνιÏη Ïε %1
+
Open parent folder
Îνοιγμα Î³Î¿Î½Î¹ÎºÎ¿Ï ÏακÎλοÏ
+
Restart downloading
ÎÏανεκκίνηÏη λήÏηÏ
@@ -682,6 +723,7 @@
SearchLineEdit
+
Search
ÎναζήÏηÏη
@@ -689,62 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
ÎαλÏÏοÏίÏαÏε ÏÏο <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- ÎιÏάγεÏε μια λÎξη-κλειδί για να αÏÏίÏεÏε να βλÎÏεÏε βίνÏεο.
+
+ Get the full version
+ ÎÏοκÏήÏÏε Ïην ÏλήÏη ÎκδοÏη
- Watch
- ÎείÏε
+
+ Enter
+ "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos"
+ ΠληκÏÏολογήÏÏε
- Recent keywords
- Î ÏÏÏÏαÏÎµÏ Î»ÎξειÏ-κλειδιά
+
+ a keyword
+ μια λÎξη-κλειδί
- A new version of %1 is available. Please <a href='%2'>update to version %3</a>
- Îια νÎα ÎκδοÏη ÏοÏ
%1 είναι διαθÎÏιμη. ΠαÏακαλοÏμε<a href='%2'> αναβαθμίÏÏε ÏÏην ÎκδοÏη %3</a>
+
+ a channel
+ Îνα κανάλι
- Make yourself comfortable
- ÎολεÏ
ÏείÏε
-
-
-
- SettingsView
-
- Preferences
- ÎÏιλογÎÏ
+
+ to start watching videos.
+ για να αÏÏίÏεÏε να βλÎÏεÏε βίνÏεο.
- &Video options
- ÐÑдео &можливоÑÑÑ
+
+ Watch
+ ÎείÏε
- Use high quality video when available
- ÐÑдÑвоÑÑваÑи вÑдео виÑÐ¾ÐºÐ¾Ñ ÑкоÑÑÑ Ð¿Ñи наÑвноÑÑÑ
+
+ Recent keywords
+ Î ÏÏÏÏαÏÎµÏ Î»ÎξειÏ-κλειδιά
- &Saved recent keywords
- &ÐбеÑÐµÐ¶ÐµÐ½Ñ Ð½ÐµÐ´Ð°Ð²Ð½Ñ ÑеÑмÑни поÑÑкÑ
+
+ Recent channels
+ Î ÏÏÏÏαÏα κανάλια
- &Clear recent keywords
- ÐÑиÑÑиÑи недавн&Ñ ÑеÑмÑни поÑÑкÑ
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ Îια νÎα ÎκδοÏη ÏοÏ
%1 είναι διαθÎÏιμη. ΠαÏακαλοÏμε<a href='%2'> αναβαθμίÏÏε ÏÏην ÎκδοÏη %3</a>
- &Close
- Ðа&кÑиÑи
+
+ Make yourself comfortable
+ ÎολεÏ
ÏείÏε
Video
+
+ Cannot get video stream for %1
+ ÎδÏ
ναμία ανάκÏηÏÎ·Ï ÏÎ¿Î®Ï Î²Î¯Î½Ïεο για %1
+
+
+
Network error: %1 for %2
ΣÏάλμα δικÏÏοÏ
: %1 για %2
-
+
\ No newline at end of file
diff --git a/locale/en_US.ts b/locale/en_US.ts
index c7098f9..d9b67e8 100644
--- a/locale/en_US.ts
+++ b/locale/en_US.ts
@@ -1,15 +1,803 @@
-
-
-
+
+UTF-8
+
+ AboutView
+
+
+ There's life outside the browser!
+
+
+
+
+ Version %1
+
+
+
+
+ %1 is Free Software but its development takes precious time.
+
+
+
+
+ Please <a href='%1'>donate</a> to support the continued development of %2.
+
+
+
+
+ Report bugs and send in your ideas to %1
+
+
+
+
+ Icon designed by %1.
+
+
+
+
+ Compact mode contributed by %1.
+
+
+
+
+ HTTP proxy support contributed by %1.
+
+
+
+
+ Translated 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
+
+
+ Clear
+
+
+
+
+ DownloadItem
+
+
+ bytes
+
+
+
+
+ KB
+
+
+
+
+ MB
+
+
+
+
+ bytes/sec
+
+
+
+
+ KB/sec
+
+
+
+
+ MB/sec
+
+
+
+
+ seconds
+
+
+
+
+ minutes
+
+
+
+
+ %4 %5 remaining
+
+
+
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
+
+
-
+
%n Download(s)
-
- 1 Download
- %n Downloads
-
+ 1 Download %n Downloads
+
+
+
+ DownloadSettings
+
+
+ Change location...
+
+
+
+
+ Choose the download location
+
+
+
+
+ Download location changed.
+
+
+
+
+ Current downloads will still go in the previous location.
+
+
+
+
+ Downloading to: %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
+
+
+
+
+ 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
+
+
+
+
+ &Compact mode
+
+
+
+
+ Hide the playlist and the toolbar
+
+
+
+
+ Open the &YouTube page
+
+
+
+
+ Go to the YouTube video page and pause playback
+
+
+
+
+ Copy the YouTube &link
+
+
+
+
+ Copy the current video YouTube link to the clipboard
+
+
+
+
+ Copy the video stream &URL
+
+
+
+
+ Copy the current video stream URL to the clipboard
+
+
+
+
+ &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 recent searches
+
+
+
+
+ Clear the search history. Cannot be undone.
+
+
+
+
+ &Quit
+
+
+
+
+ Ctrl+Q
+
+
+
+
+ Bye
+
+
+
+
+ &Website
+
+
+
+
+ %1 on the Web
+
+
+
+
+ Make a &donation
+
+
+
+
+ Please support the continued development of %1
+
+
+
+
+ &About
+
+
+
+
+ Info about %1
+
+
+
+
+ Search
+
+
+
+
+ Mute volume
+
+
+
+
+ Ctrl+M
+
+
+
+
+
+ &Downloads
+
+
+
+
+ Show details about video downloads
+
+
+
+
+ &Download
+
+
+
+
+ Download the current video
+
+
+
+
+ &Application
+
+
+
+
+ &Playlist
+
+
+
+
+ &Video
+
+
+
+
+ &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
+
+
+
+
+ Fatal error: %1
+
+
+
+
+ Error: %1
+
+
+
+
+ &Play
+
+
+
+
+ Resume playback
+
+
+
+
+ Exit &Full Screen
+
+
+
+
+ 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
+
+
+
+
+ MediaView
+
+
+ Most relevant
+
+
+
+
+ Most recent
+
+
+
+
+ Most viewed
+
+
+
+
+ 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
+
+
+
+
+ Get the full version
+
+
+
+
+ Downloading %1
+
+
+
+
+ NetworkAccess
+
+
+ Network error: %1
+
+
+
+
+ PrettyItemDelegate
+
+
+ %1 views
+
+
+
+
+ %1 of %2 (%3) â %4
+
+
+
+
+ Preparing
+
+
+
+
+ Failed
+
+
+
+
+ Completed
+
+
+
+
+ Stopped
+
+
+
+
+ Stop downloading
+
+
+
+
+ Show in %1
+
+
+
+
+ Open parent folder
+
+
+
+
+ Restart downloading
+
+
+
+
+ SearchLineEdit
+
+
+ Search
+
+
+
+
+ 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"
+
+
+
+
+ a keyword
+
+
+
+
+ a channel
+
+
+
+
+ to start watching videos.
+
+
+
+
+ Watch
+
+
+
+
+ Recent keywords
+
+
+
+
+ Recent channels
+
+
+
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+
+
+
+
+ Make yourself comfortable
+
+
+
+
+ Video
+
+
+ Cannot get video stream for %1
+
+
+
+
+ Network error: %1 for %2
+
-
+
\ No newline at end of file
diff --git a/locale/es.ts b/locale/es.ts
index 7928752..4186a31 100644
--- a/locale/es.ts
+++ b/locale/es.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
¡Hay vida más allá del navegador!
+
Version %1
Versión %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- Esta es una edición «Prueba conceptual», no espere que sea perfecta.
-
-
- Report bugs and send in your ideas to %1
- Envie sus informes de errores o sus ideas a %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 via PayPal</a> to support the continued development of %2.
- Por favor <a href='%1'>haga una donación a través de PayPal</a> para colaborar con el desarrollo de %2.
+
+ Please <a href='%1'>donate</a> to support the continued development of %2.
+ Haga una <a href='%1'>donación</a> para ayudar en la continuación del desarrollo de %2.
+
+
+
+ Report bugs and send in your ideas to %1
+ Envie sus informes de errores o sus ideas a %1
+
Icon designed by %1.
Icono diseñado por %1.
+
Compact mode contributed by %1.
Modo compacto aportado por %1.
+
HTTP proxy support contributed by %1.
Compatibilidad con proxy HTTP aportado por %1.
+
Translated by %1
Traducido por %1
+
Released under the <a href='%1'>GNU General Public License</a>
Publicado bajo la <a href='%1'>Licencia Publica General GNU</a>
+
&Close
&Cerrar
+
About
Acerca de
+
What you always wanted to know about %1 and never dared to ask
Que es lo que siempre quiso saber acerca de %1 y nunca se atrevió a preguntar
-
- Windows version built by %1
- Versión Windows construida por %1
-
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
- Haga una <a href='%1'>donación</a> para ayudar en la continuación del desarrollo de %2.
-
ClearButton
+
Clear
Limpiar
@@ -79,163 +79,198 @@
DownloadItem
+
bytes
-
+ bytes
+
KB
-
+ KB
+
MB
-
+ MB
+
bytes/sec
-
+ bytes/segundo
+
KB/sec
-
+ KB/segundo
+
MB/sec
-
+ MB/segundo
+
seconds
-
+ segundos
+
minutes
-
+ minutos
+
%4 %5 remaining
-
+ %4 %5 restante(s)
DownloadManager
-
- %n Download(s)
-
-
-
-
+
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 videos 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
+
+
+
+ %n Download(s)
+ %n Descarga %n Descargas
DownloadSettings
+
Change location...
-
+ 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
DownloadView
+
+
Downloads
-
+ Descargas
GlobalShortcuts
+
Play
-
+ Reproducir
+
Pause
-
+ Pausar
+
Play/Pause
-
+ Reproducción/Pausa
+
Stop
-
+ Detener
+
Stop playing after current track
-
+ Detener la reproducción luego de la pista actual
+
Next track
-
+ Pista siguiente
+
Previous track
-
+ Pista anterior
+
Increase volume
-
+ Aumentar volumen
+
Decrease volume
-
+ Disminuir volumen
+
Mute
-
+ Silenciar
+
Seek forward
-
+ Buscar hacia adelante
+
Seek backward
-
+ Buscar hacia atrás
ListModel
+
Searching...
Buscando...
+
Show %1 More
Mostrar %1 más
+
No videos
No hay videos
+
No more videos
No hay más videos
@@ -243,6 +278,7 @@
LoadingWidget
+
Error
Error
@@ -250,381 +286,384 @@
MainWindow
- &Back
- &Atrás
-
-
- Alt+Left
- Retroceder
-
-
- Go to the previous view
- Ir a la vista anterior
-
-
+
&Stop
&Detener
+
Stop playback and go back to the search view
Detener la reproducción y volver a la vista de busqueda
- Esc
- Escape
-
-
+
S&kip
&Saltar
+
Skip to the next video
Saltar al siguiente video
- Ctrl+Right
- Avanzar
-
-
+
+
&Pause
&Pausar
+
+
Pause playback
Pausar la reproducción
- Space
- Espacio
-
-
+
+
&Full Screen
&Pantalla completa
+
Go full screen
Ir a pantalla completa
- Alt+Return
- Pantalla completa
+
+ &Compact mode
+ Modo &compacto
+
+
+
+ Hide the playlist and the toolbar
+ Ocultar la lista de reproducción y la barra de herramientas
+
+
+
+ Open the &YouTube page
+ Abrir la página de &YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+ Ir a la página de videos YouTube y pausar la reproducción
+
+
+
+ Copy the YouTube &link
+ Copiar el en&lace de YouTube
- &YouTube
- &YouTube
+
+ Copy the current video YouTube link to the clipboard
+ Copiar el enlace actual de video de YouTube en el portapapeles
- Open the YouTube video page
- Abrir la pagina del video en YouTube
+
+ Copy the video stream &URL
+ Copiar el &URL de flujo de video
+
+
+
+ Copy the current video stream URL to the clipboard
+ Copiar el URL actual del flujo de video en el portapapeles
+
&Remove
&Eliminar
+
Remove the selected videos from the playlist
- Eliminarlos videos seleccionados de la lista de reproducción
+ Eliminar los videos seleccionados de la lista de reproducción
+
Move &Up
- Mover A&rriba
+ Mover &Arriba
+
Move up the selected videos in the playlist
- Mover hacia arriba, en la lista de reproducción, los videos seleccionados
-
-
- Ctrl+Up
- Arriba
+ Mover hacia arriba en la lista de reproducción los videos seleccionados
+
Move &Down
- Mover Aba&jo
+ Mover &Abajo
+
Move down the selected videos in the playlist
- Mover hacia abajo, en la lista de reproducción, los videos seleccionados
+ Mover hacia abajo en la lista de reproducción los videos seleccionados
+
+
+
+ &Clear recent searches
+ &Limpiar búsquedas recientes
- Ctrl+Down
- Arriba
+
+ Clear the search history. Cannot be undone.
+ Limpiar el historial de búsquedas. No se puede deshacer.
+
&Quit
&Salir
+
Ctrl+Q
Ctrl+Q
+
Bye
Hasta luego
+
&Website
- Sitio &web
-
-
- Minitube on the Web
- Minitube en internet
-
-
- &Compact mode
- Modo &compacto
-
-
- Hide the playlist and the toolbar
- Ocultar la lista de reproducción y la barra de herramientas
+ &Sitio web
+
%1 on the Web
%1 en la web
- &Donate via PayPal
- D&onar a través de PayPal
+
+ Make a &donation
+ Hacer una &donación
+
Please support the continued development of %1
Por favor apoye el desarrollo continuo de %1
+
&About
&Acerca de
+
Info about %1
Información acerca de %1
- &Search
- &Buscar
-
-
+
Search
Buscar
+
Mute volume
- Silenciar el volumen
+ Silenciar
+
Ctrl+M
-
+ Ctrl+M
+
+
+
+
+ &Downloads
+ &Descargas
+
+
+
+ Show details about video downloads
+ Mostrar detalles sobre las descargas de videos
+
+
+
+ &Download
+ &Descarga
+
+
+
+ Download the current video
+ Descargar el video actual
+
&Application
&Aplicación
+
&Playlist
&Lista de reproducción
+
&Video
&Video
+
&Help
- Ay&uda
+ &Ayuda
+
Press %1 to raise the volume, %2 to lower it
Presione %1 para aumentar el volumen, %2 para reducirlo
+
+
Opening %1
Abriendo %1
+
+ Do you want to exit %1 with a download in progress?
+ ¿Desea 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 que finalice la descarga
+
+
+
Fatal error: %1
Error fatal:%1
+
Error: %1
Error: %1
+
&Play
&Reproducir
+
Resume playback
Continuar la reproducción
+
Exit &Full Screen
Salir de &pantalla completa
+
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
- High Definition video is enabled
- El video en alta definición está activado
-
-
- High Definition video is not enabled
- El video en alta definición está desactivado
-
-
- The current video is in High Definition
- El vÃdeo actual es de alta definición
-
-
- The current video is not in High Definition
- El vÃdeo actual no es de alta definición
-
-
- &Clear recent keywords
- Limpiar palabras &clave recientes
-
-
- Clear the search history. Cannot be undone.
- Limpiar el historial de búsquedas. No se puede deshacer.
+
+ Maximum video definition set to %1
+ Resolución máxima de video fijada en %1
+
Your privacy is now safe
Su intimidad ahora está segura
- Open the &YouTube page
- Abrir la página de &YouTube
-
-
- Go to the YouTube video page and pause playback
- Ir a la página de videos YouTube y pausar la reproducción
-
-
- Copy the YouTube &link
- Copiar el en&lace de YouTube
-
-
- Copy the current video YouTube link to the clipboard
- Copiar el enlace actual de video de YouTube en el portapapeles
-
-
- Copy the video stream &URL
- Copiar el &URL de flujo de video
-
-
- Copy the current video stream URL to the clipboard
- Copiar el URL actual del flujo de video en el portapapeles
-
-
- Make a &donation
- Hacer una &donación
-
-
- Maximum video definition set to %1
- Resolución máxima de video fijada en %1
-
-
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
-
-
+
Downloads complete
-
+ Descargas completas
MediaView
+
Most relevant
Más destacados
+
Most recent
Más recientes
+
Most viewed
Más vistos
- You're watching "%1"
- Está viendo %1
-
-
+
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 el URl del flujo de video en otra aplicación
+
The link will be valid only for a limited time.
El enlace es válido sólo 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
+
Get the full version
-
+ Obtenga la versión completa
+
Downloading %1
-
+ Descargando %1
NetworkAccess
+
Network error: %1
Error de red: %1
@@ -632,49 +671,60 @@
PrettyItemDelegate
+
%1 views
%1 visualizaciones
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+ %1 de %2 (%3) â %4
+
Preparing
-
+ Preparando
+
Failed
-
+ Fallido
+
Completed
-
+ Completado
+
Stopped
-
+ Detenido
+
Stop downloading
-
+ Detener la descarga
+
Show in %1
-
+ Mostrar en %1
+
Open parent folder
-
+ Abrir directorio superior
+
Restart downloading
-
+ Reiniciar descarga
SearchLineEdit
+
Search
Buscar
@@ -682,46 +732,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Bienvenido a <a href='%1'>%2</a>
- Enter a keyword to start watching videos.
- Introduzca una palabra clave para empezar a ver videos.
+
+ 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"
+ Ingrese
+
+
+
+ a keyword
+ una palabra clave
+
+
+
+ a channel
+ un canal
+
+
+
+ to start watching videos.
+ para empezar a visualizar videos.
+
Watch
Ver
+
Recent keywords
Palabra clave reciente
+
+ Recent channels
+ Canales recientes
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
Está disponible una nueva versión de %1. Por favor <a href='%2'>actualice a la version %3</a>
+
Make yourself comfortable
- Sientase cómodo
+ Póngase cómodo
- SettingsView
-
- Preferences
- Preferencias
-
+ Video
- &Close
- &Cerrar
+
+ Cannot get video stream for %1
+ No se puede obtener el stream de video para %1
-
-
- Video
+
Network error: %1 for %2
Error de red: %1 por %2
-
+
\ No newline at end of file
diff --git a/locale/es_AR.ts b/locale/es_AR.ts
index 70225ff..5593510 100644
--- a/locale/es_AR.ts
+++ b/locale/es_AR.ts
@@ -1,73 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
Hay vida fuera del navegador!
+
Version %1
Versión-%1
- This is a "Technology Preview" release, do not expect it to be perfect.
- Esta es a edicion "Technology Preview". no espere que sea perfecta.
-
-
- Report bugs and send in your ideas to %1
- Reportar errores y envia tus idea a %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 via PayPal</a> to support the continued development of %2.
- Por favor <a href='%1'>donar a través de PayPal para colaborar con el desarrollo de %2.
+
+ Please <a href='%1'>donate</a> to support the continued development of %2.
+
+
+
+
+ Report bugs and send in your ideas to %1
+ Reportar errores y envia tus idea a %1
+
Icon designed by %1.
Iconos diseñados por %1.
+
Compact mode contributed by %1.
-
+
+
HTTP proxy support contributed by %1.
-
+
+
Translated by %1
Traducido por %1
+
Released under the <a href='%1'>GNU General Public License</a>
Desarrollado bajo <a href='%1'>GNU General Public License</a>
+
&Close
-
+
+
About
Acerca
+
What you always wanted to know about %1 and never dared to ask
Que es lo que siempre quisiste saber acerca de %1 y nunca lo preguntaste
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
-
-
ClearButton
+
Clear
Limpiar
@@ -75,164 +79,198 @@
DownloadItem
+
bytes
-
+
+
KB
-
+
+
MB
-
+
+
bytes/sec
-
+
+
KB/sec
-
+
+
MB/sec
-
+
+
seconds
-
+
+
minutes
-
+
+
%4 %5 remaining
-
+
DownloadManager
-
- %n Download(s)
-
-
-
-
-
+
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
-
+
+
+
+
+ %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
-
+
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...
Buscando...
+
Show %1 More
Mostrar %1 más
+
No videos
No videos
+
No more videos
No más videos
@@ -240,421 +278,452 @@
LoadingWidget
+
Error
-
+
MainWindow
- &Back
- &Atrás
-
-
- Alt+Left
- Retroceder
-
-
- Go to the previous view
- Atrás
-
-
+
&Stop
&Parar
+
Stop playback and go back to the search view
Parar
- Esc
- Escape
-
-
+
S&kip
&Saltar
+
Skip to the next video
Siguiente
- Ctrl+Right
- Avanzar
-
-
+
+
&Pause
&Pausar
+
+
Pause playback
Pausar
- Space
- Espacio
-
-
+
+
&Full Screen
&Pantalla completa
+
Go full screen
Pantalla completa
- Alt+Return
- Pantalla completa
+
+ &Compact mode
+
+
+
+
+ Hide the playlist and the toolbar
+
+
+
+
+ Open the &YouTube page
+
+
+
+
+ Go to the YouTube video page and pause playback
+
+
+
+
+ Copy the YouTube &link
+
+
+
+
+ Copy the current video YouTube link to the clipboard
+
- &YouTube
- &YouTube
+
+ Copy the video stream &URL
+
- Open the YouTube video page
- Abrir YouTube
+
+ Copy the current video stream URL to the clipboard
+
+
&Remove
&Borrar
+
Remove the selected videos from the playlist
Borrar
+
Move &Up
&Arriba
+
Move up the selected videos in the playlist
Arriba
- Ctrl+Up
- Arriba
-
-
+
Move &Down
&Abajo
+
Move down the selected videos in the playlist
Abajo
- Ctrl+Down
- Arriba
+
+ &Clear recent searches
+
+
+
+
+ Clear the search history. Cannot be undone.
+
+
&Quit
&Salir
+
Ctrl+Q
-
+
+
Bye
Adiós
+
&Website
&Sitio web
- Minitube on the Web
- Minitube en internet
-
-
- &Compact mode
-
-
-
- Hide the playlist and the toolbar
-
-
-
+
%1 on the Web
-
+
- &Donate via PayPal
- &Donar-a-través de PayPal
+
+ Make a &donation
+
+
Please support the continued development of %1
Por favor apoyo el desarrollo continuo de-%1
+
&About
&Acerca
+
Info about %1
Acercá de-%1
- &Search
- &Buscar
-
-
+
Search
- Buscar
+
+
Mute volume
-
+
+
Ctrl+M
-
+
+
+
+
+
+ &Downloads
+
+
+
+
+ Show details about video downloads
+
+
+
+
+ &Download
+
+
+ Download the current video
+
+
+
+
&Application
- &Aplicación
+
+
&Playlist
&Lista de reproducción
+
&Video
&Video
+
&Help
&Ayuda
+
Press %1 to raise the volume, %2 to lower it
-
+
+
+
Opening %1
Abriendo-%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
+
+
+
+
Fatal error: %1
-
+
+
Error: %1
-
+
+
&Play
&Reproducir
+
Resume playback
Reproducir
+
Exit &Full Screen
&Salir de pantalla completa
+
Remaining time: %1
-
+
+
Volume at %1%
-
+
+
Volume is muted
-
+
+
Volume is unmuted
-
-
-
- &Clear recent keywords
-
-
-
- Clear the search history. Cannot be undone.
-
-
-
- Your privacy is now safe
-
-
-
- Open the &YouTube page
-
-
-
- Go to the YouTube video page and pause playback
-
-
-
- Copy the YouTube &link
-
-
-
- Copy the current video YouTube link to the clipboard
-
-
-
- Copy the video stream &URL
-
-
-
- Copy the current video stream URL to the clipboard
-
-
-
- Make a &donation
-
+
+
Maximum video definition set to %1
-
+
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
+
+ Your privacy is now safe
+
+
Downloads complete
-
+
MediaView
+
Most relevant
Más relevantes
+
Most recent
Más recientes
+
Most viewed
Más visitadas
- You're watching "%1"
- Estás viendo %1
-
-
+
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
-
+
+
Get the full version
-
+
+
Downloading %1
-
+
NetworkAccess
+
Network error: %1
-
+
PrettyItemDelegate
+
%1 views
%1-visitas
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+
+
Preparing
-
+
+
Failed
-
+
+
Completed
-
+
+
Stopped
-
+
+
Stop downloading
-
+
+
Show in %1
-
+
+
Open parent folder
-
+
+
Restart downloading
-
+
SearchLineEdit
+
Search
Buscar
@@ -662,42 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Bienvenidos a <a href='%1'>%2</a>
- Enter a keyword to start watching videos.
- Ingrese palabra a buscar.
+
+ 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
Viendo
+
Recent keywords
Búsquedas recientes
+
+ Recent channels
+
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
Una nueva versión de %1 esta disponible. Por favor <a href='%2'>actualice a la version %3</a>
+
Make yourself comfortable
Personalizar
- SettingsView
+ Video
- Preferences
- Preferencias
+
+ Cannot get video stream for %1
+
-
-
- Video
+
Network error: %1 for %2
-
+
-
+
\ No newline at end of file
diff --git a/locale/es_ES.ts b/locale/es_ES.ts
index ab98bef..d488c47 100644
--- a/locale/es_ES.ts
+++ b/locale/es_ES.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
- ¡Hay vida más allá del navegador!
+ ¡Hay vida fuera del navegador!
+
Version %1
Versión %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- Esta es una edición "Technology Preview", no espere que sea perfecta.
-
-
- Report bugs and send in your ideas to %1
- Notifique errores y envie sus ideas a %1
+
+ %1 is Free Software but its development takes precious time.
+ %1 es Software Libre pero su desarrollo lleva mucho tiempo.
- %1 is Free Software but its development takes precious time.
- %1 es Software Libre pero su desarrollo supone valioso 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.
- Please <a href='%1'>donate via PayPal</a> to support the continued development of %2.
- Por favor <a href='%1'>done a través de PayPal</a> para colaborar con el desarrollo de %2.
+
+ Report bugs and send in your ideas to %1
+ Informe sobre errores y envÃe sus ideas a %1
+
Icon designed by %1.
Icono diseñado por %1.
+
Compact mode contributed by %1.
- Modo compacto contribuido por %1.
+ Modo compacto aportado por %1.
+
HTTP proxy support contributed by %1.
- Soporte de proxy HTTP contribuido por %1
-
-
- Windows version built by %1
- Versión Windows compilada por %1
+
+
Translated by %1
Traducido por %1
+
Released under the <a href='%1'>GNU General Public License</a>
- Desarrollado bajo la <a href='%1'>Licencia publica general GNU</a>
+ Publicado bajo la <a href='%1'>Licencia Pública General GNU</a>
+
&Close
&Cerrar
+
About
- Acerca de
+ Acerca de...
+
What you always wanted to know about %1 and never dared to ask
- Que es lo que siempre quiso saber acerca de %1 y nunca osó preguntar
-
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
-
+ Lo que siempre quiso saber sobre el %1 y nunca se atrevió a preguntar
ClearButton
+
Clear
Limpiar
@@ -79,649 +79,725 @@
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
-
- %n Download(s)
-
-
-
-
-
+
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
+
+
+
+ %n Download(s)
+ %n Descarga(s) %n Descarga(s)
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
DownloadView
+
+
Downloads
-
+ Descargas
GlobalShortcuts
+
Play
-
+ Reproducir
+
Pause
-
+ Pausar
+
Play/Pause
-
+ Reproducir/Pausar
+
Stop
-
+ Parar
+
Stop playing after current track
-
+ Parar reproducción después esta pista
+
Next track
-
+ Siguiente pista
+
Previous track
-
+ Pista anterior
+
Increase volume
-
+ Subir volumen
+
Decrease volume
-
+ Bajar volumen
+
Mute
-
+ Silenciar
+
Seek forward
-
+ Buscar adelante
+
Seek backward
-
+ Buscar atrás
ListModel
+
Searching...
Buscando...
+
Show %1 More
Mostrar %1 más
+
No videos
- No videos
+ No hay vÃdeos
+
No more videos
- No más videos
+ No hay más vÃdeos
LoadingWidget
+
Error
-
+ Error
MainWindow
- &Back
- &Atrás
-
-
- Alt+Left
- Retroceder
-
-
- Go to the previous view
- Ir a vista previa
-
-
+
&Stop
- &Detener
+ &Parar
+
Stop playback and go back to the search view
- Detener reproducción y volver a la busqueda
-
-
- Esc
- Escape
+
+
S&kip
- &Saltar
+
+
Skip to the next video
- Saltar al siguiente video
-
-
- Ctrl+Right
- Avanzar
+ Saltar al siguiente vÃdeo
+
+
&Pause
&Pausar
+
+
Pause playback
- Pausar reproducción
-
-
- Space
- Espacio
+
+
+
&Full Screen
- Pantalla &completa
+ &Pantalla completa
+
Go full screen
Ir a pantalla completa
- Alt+Return
- Pantalla completa
+
+ &Compact mode
+ &Modo compacto
+
+
+
+ Hide the playlist and the toolbar
+
+
+
+
+ Open the &YouTube page
+ Abir en la pagina de YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+
+
+
+
+ Copy the YouTube &link
+ Copiar enlace del vÃdeo
- &YouTube
- &YouTube
+
+ Copy the current video YouTube link to the clipboard
+
- Open the YouTube video page
- Abrir pagina del video en YouTube
+
+ Copy the video stream &URL
+
+
+ Copy the current video stream URL to the clipboard
+
+
+
+
&Remove
- &Borrar
+
+
Remove the selected videos from the playlist
- Borrar los videos seleccionados de la lista de reproducción
+
+
Move &Up
- Mover A&rriba
+
+
Move up the selected videos in the playlist
- Mover arriba los videos seleccionados en la lista de reproducción
-
-
- Ctrl+Up
- Arriba
+
+
Move &Down
- Mover Aba&jo
+
+
Move down the selected videos in the playlist
- Mover Abajo los videos seleccionados en la lista de reproducción
+
- Ctrl+Down
- Arriba
+
+ &Clear recent searches
+
+
+ Clear the search history. Cannot be undone.
+
+
+
+
&Quit
- &Salir
+
+
Ctrl+Q
- Ctrl+Q
+
+
Bye
- Adiós
+
+
&Website
- Sitio &web
-
-
- Minitube on the Web
- Minitube en internet
-
-
- &Compact mode
- Modo &Compacto
-
-
- Hide the playlist and the toolbar
- Ocultar la lista de reproducción y la barra de herramientas
+
+
%1 on the Web
- %1 en la Web
+
- &Donate via PayPal
- D&onar a través de PayPal
+
+ Make a &donation
+
+
Please support the continued development of %1
- Por favor sustente el desarrollo continuo de %1
+
+
&About
- &Acerca de
+
+
Info about %1
- Información de %1
-
-
- &Search
- &Buscar
+
+
Search
- Buscar
+
+
Mute volume
- Silenciar
+
+
Ctrl+M
-
-
-
- &Application
- &Aplicación
-
-
- &Playlist
- &Lista de reproducción
-
-
- &Video
- &Video
-
-
- &Help
- &Ayuda
-
-
- Press %1 to raise the volume, %2 to lower it
- Presione %1 para aumentar el volumen, %2 para reducirlo
-
-
- Opening %1
- Abriendo-%1
+
- Fatal error: %1
- Error fatal:%1
+
+
+ &Downloads
+
- Error: %1
-
+
+ Show details about video downloads
+
- &Play
- &Reproducir
+
+ &Download
+
- Resume playback
- Continuar Reproducción
+
+ Download the current video
+
- Exit &Full Screen
- &Salir de pantalla completa
+
+ &Application
+
- Remaining time: %1
- Tiempo restante: %1
+
+ &Playlist
+
- Volume at %1%
- Volumen al %1%
+
+ &Video
+
- Volume is muted
- Volumen silenciado
+
+ &Help
+
- Volume is unmuted
- Volumen activado
+
+ Press %1 to raise the volume, %2 to lower it
+
- High Definition video is enabled
- Video de alta definición activado
+
+
+ Opening %1
+
- High Definition video is not enabled
- Video de alta definición no activado
+
+ Do you want to exit %1 with a download in progress?
+
- The current video is in High Definition
- El video actual es de alta definición
+
+ If you close %1 now, this download will be cancelled.
+
- The current video is not in High Definition
- El video actual no es de alta definición
+
+ Close and cancel download
+
- &Clear recent keywords
-
+
+ Wait for download to finish
+
- Clear the search history. Cannot be undone.
-
+
+ Fatal error: %1
+
- Your privacy is now safe
-
+
+ Error: %1
+
- Open the &YouTube page
-
+
+ &Play
+
- Go to the YouTube video page and pause playback
-
+
+ Resume playback
+
- Copy the YouTube &link
-
+
+ Exit &Full Screen
+
- Copy the current video YouTube link to the clipboard
-
+
+ Remaining time: %1
+
- Copy the video stream &URL
-
+
+ Volume at %1%
+
- Copy the current video stream URL to the clipboard
-
+
+ Volume is muted
+
- Make a &donation
-
+
+ Volume is unmuted
+
+
Maximum video definition set to %1
-
-
-
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
+
- 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
-
+
+ Your privacy is now safe
+
+
Downloads complete
-
+
MediaView
+
Most relevant
- Más relevantes
+
+
Most recent
- Más recientes
+
+
Most viewed
- Más vistos
-
-
- You're watching "%1"
- Está viendo %1
+
+
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
-
+
+
Get the full version
-
+
+
Downloading %1
-
+
NetworkAccess
+
Network error: %1
- Error de red: %1
+
PrettyItemDelegate
+
%1 views
- %1-visualizaciones
+
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+
+
Preparing
-
+
+
Failed
-
+
+
Completed
-
+
+
Stopped
-
+
+
Stop downloading
-
+
+
Show in %1
-
+
+
Open parent folder
-
+
+
Restart downloading
-
+
SearchLineEdit
+
Search
- Buscar
+
SearchView
+
Welcome to <a href='%1'>%2</a>,
- Bienvenido a <a href='%1'>%2</a>
+
+
+
+
+ Get the full version
+
- Enter a keyword to start watching videos.
- Introduzca una palabra para empezar a ver videos.
+
+ 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
- Ver
+
+
Recent keywords
- Búsquedas recientes
+
+
+
+
+ Recent channels
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
- Una nueva versión de %1 esta disponible. Por favor <a href='%2'>actualice a la version %3</a>
+
+
Make yourself comfortable
- Personalizar
+
- SettingsView
-
- Preferences
- Preferencias
-
+ Video
- &Close
- &Cerrar
+
+ Cannot get video stream for %1
+
-
-
- Video
+
Network error: %1 for %2
- Error de red: %1 por %2
+
-
+
\ No newline at end of file
diff --git a/locale/fi_FI.ts b/locale/fi_FI.ts
index dde17fe..d29ea1d 100644
--- a/locale/fi_FI.ts
+++ b/locale/fi_FI.ts
@@ -1,58 +1,69 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
Selaimen ulkopuolellakin on elämää!
+
Version %1
Versionumero: %1
+
%1 is Free Software but its development takes precious time.
%1 on ilmainen ohjelma,mutta sen kehittäminen vie kallista aika.
+
Please <a href='%1'>donate</a> to support the continued development of %2.
Voit tukea %2n kehityksen jatkumista tekemällä <a href='%1'>lahjoituksen</a>.
+
Report bugs and send in your ideas to %1
Ilmoita bugit ja kerro ideasi osoitteeseen %1
+
Icon designed by %1.
Kuvakkeen suunnitteli %1.
+
Compact mode contributed by %1.
Kompaktin tilan teki %1.
+
HTTP proxy support contributed by %1.
HTTP-välityspalvelintuen teki %1.
+
Translated by %1
Käännöksen teki %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ä
@@ -60,6 +71,7 @@
ClearButton
+
Clear
Tyhjennä
@@ -67,87 +79,103 @@
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ä
DownloadManager
-
- %n Download(s)
-
- %n Lataus(ta)
-
-
-
+
This is just the demo version of %1.
Tämä on vain kokeilu versio %1sta.
+
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 lataus ominaisuutta.
+
Continue
Jatka
+
Get the full version
Hanki täysi versio
+
+
+ %n Download(s)
+ %n Lataus(ta)
+
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
@@ -155,6 +183,8 @@
DownloadView
+
+
Downloads
Lataukset
@@ -162,50 +192,62 @@
GlobalShortcuts
+
Play
Toista
+
Pause
Keskeytä
+
Play/Pause
Toista/Keskeytä
+
Stop
Pysäytä
+
Stop playing after current track
Pysäytä toisto nykyisen kappaleen jälkeen
+
Next track
Seuraava kappale
+
Previous track
Edellinen kappale
+
Increase volume
Lisää äänen voimakkuutta
+
Decrease volume
Vähennä äänen voimakkuutta
+
Mute
Mykistä
+
Seek forward
Kelaa eteenpäin
+
Seek backward
Kelaa taaksepäin
@@ -213,18 +255,22 @@
ListModel
+
Searching...
Etsitään...
+
Show %1 More
Näytä %1 lisää
+
No videos
Ei videoita
+
No more videos
Ei enempää videoita
@@ -232,6 +278,7 @@
LoadingWidget
+
Error
Virhe
@@ -239,250 +286,317 @@
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
&Kokoruutu
+
Go full screen
Siirry kokoruututilaan
+
&Compact mode
&Kompakti tila
+
Hide the playlist and the toolbar
Piilota toistolista sekä työkalupalkki
+
Open the &YouTube page
Avaa &Youtube -sivu
+
Go to the YouTube video page and pause playback
Keskeytä toisto ja mene videon YouTube -sivulle
+
Copy the YouTube &link
Kopio YouTube -&linkki
+
Copy the current video YouTube link to the clipboard
Kopio nykyisen videon YouTube -linkki leikepöydälle
+
Copy the video stream &URL
Kopioi videovirran osoite (&URL)
+
Copy the current video stream URL to the clipboard
Kopioi nykyisen videvirran osoite (URL) leikepöydälle
+
&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 toistolistalla
+
Move &Down
Sirrä &Alas
+
Move down the selected videos in the playlist
Siirrä valitut videot alemmaksi toistolistalla
- &Clear recent keywords
- &Poista viimeisimmät hakusanat
+
+ &Clear recent searches
+
+
Clear the search history. Cannot be undone.
Tyhjennä hakuhistoria. Tätä toimintoa ei voi kumota.
+
&Quit
&Lopeta
+
Ctrl+Q
Ctrl+Q
+
Bye
Näkemiin
+
&Website
&Nettisivusto
+
%1 on the Web
%1 netissä
+
Make a &donation
Tee &lahjoitus
+
Please support the continued development of %1
Tue %1n jatkokehitystä
+
&About
&Tietoja
+
Info about %1
Tietoja %1sta
+
Search
Etsi
+
Mute volume
Mykistä ääni
+
Ctrl+M
Ctrl+M
+
+
+ &Downloads
+ &Lataukset
+
+
+
+ Show details about video downloads
+ Näytä tietoja latauksista
+
+
+
+ &Download
+ &Lataa
+
+
+
+ Download the current video
+ Lataa nykyinen video
+
+
+
&Application
&Sovellus
+
&Playlist
&Toistolista
+
&Video
&Video
+
&Help
&Apua
+
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?
+ Tahdotko lopettaa vaikka %1 lataus(ta) 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 keskeytä lataus
+
+
+
+ Wait for download to finish
+ Odota latauksen valmistumista
+
+
+
Fatal error: %1
Kohtalokas virhe: %1
+
Error: %1
Virhe: %1
+
&Play
&Toista
+
Resume playback
Jatka toistoa
+
Exit &Full Screen
Poistu &kokoruudun tilasta
+
Remaining time: %1
Aikaa jäljellä: %1
+
Volume at %1%
Ãänentaso: %1%
+
Volume is muted
Ãäni on mykistetty
+
Volume is unmuted
Ãäni ei ole mykistetty
+
Maximum video definition set to %1
Korkein videonlaatu on rajoitettu tarkkuteen %1
+
Your privacy is now safe
Yksityisyytesi on nyt turvattu
- &Downloads
- &Lataukset
-
-
- Show details about video downloads
- Näytä tietoja latauksista
-
-
- &Download
- &Lataa
-
-
- Download the current video
- Lataa nykyinen video
-
-
- Do you want to exit %1 with a download in progress?
- Tahdotko lopettaa vaikka %1 lataus(ta) 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 keskeytä lataus
-
-
- Wait for download to finish
- Odota latauksen valmistumista
-
-
+
Downloads complete
Lataukset ovat valmistuneet
@@ -490,50 +604,57 @@
MediaView
+
Most relevant
Osuvin
+
Most recent
Viimeisin
+
Most viewed
Katsotuin
+
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.
- You're watching "%1"
- Nyt pyörii "%1"
-
-
+
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 että toimiiko se.
+
Continue
Jatka
+
Get the full version
Hanki täysi versio
+
Downloading %1
Ladataan %1ta/tä
@@ -541,6 +662,7 @@
NetworkAccess
+
Network error: %1
Verkkovirhe: %1
@@ -548,42 +670,52 @@
PrettyItemDelegate
+
%1 views
Katsottu %1 kertaa
- %1 of %2 (%3) ? %4
- %1 %2 (%3)sta ? %4
+
+ %1 of %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
@@ -591,6 +723,7 @@
SearchLineEdit
+
Search
Etsi
@@ -598,26 +731,58 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Tervetuloa <a href='%1'>%2en</a>
- Enter a keyword to start watching videos.
- Anna hakusana aloittaaksesi videoiden katselu.
+
+ 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
Katso
+
Recent keywords
Viimeisimmät hakusanat
+
+ Recent channels
+
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
Uusi versio %1sta on saatavilla. <a href='%2'>Päivitäthän versioon %3</a>
+
Make yourself comfortable
Tee olosi kotoisaksi
@@ -625,8 +790,14 @@
Video
+
+ Cannot get video stream for %1
+
+
+
+
Network error: %1 for %2
Verkkovirhe: "%1" "%2"lle
-
+
\ No newline at end of file
diff --git a/locale/fr_FR.ts b/locale/fr_FR.ts
index 042f13a..287e908 100644
--- a/locale/fr_FR.ts
+++ b/locale/fr_FR.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
- Il y a une vie après le browser !
+ Il y a une vie après le navigateur !
+
Version %1
Version %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- Ceci est une "Preview Technologique", ne vous attendez pas à ce que ce soit parfait.
-
-
- Report bugs and send in your ideas to %1
- Rapportez les bugs et envoyez vos idées à %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 via PayPal</a> to support the continued development of %2.
- Merci <a href='%1'>d'envoyer vos dons via PayPal</a> pour aider à poursuivre le développement de %2.
+
+ 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.
+
+
+
+ Report bugs and send in your ideas to %1
+ Rapportez les bugs et envoyez vos idées à %1
+
Icon designed by %1.
- Icône déssinée par %1.
+ Icône dessinée par %1.
+
Compact mode contributed by %1.
Mode compact développé par %1.
+
HTTP proxy support contributed by %1.
Support du proxy HTTP apporté par %1.
- Windows version built by %1
- Version Windows faite par %1
-
-
+
Translated by %1
Traduction 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
A 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é le demander
-
-
- 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.
+ Ce que vous avez toujours voulu savoir à propos de %1 et que vous n'avez jamais osé demander
ClearButton
+
Clear
Effacer
@@ -79,163 +79,198 @@
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 remaining
DownloadManager
-
- %n Download(s)
-
-
-
-
+
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
+
+
+
+ %n Download(s)
+ %n Téléchargement %n Téléchargements
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
DownloadView
+
+
Downloads
-
+ Téléchargements
GlobalShortcuts
+
Play
-
+ Lancer
+
Pause
-
+ Pause
+
Play/Pause
-
+ Lance/Pause
+
Stop
-
+ Arrêter
+
Stop playing after current track
-
+ Arrêtez après la plage en cours
+
Next track
-
+ Plage suivante
+
Previous track
-
+ Plage précédente
+
Increase volume
-
+ Augmenter le volume
+
Decrease volume
-
+ Diminuer le volume
+
Mute
-
+ Silence
+
Seek forward
-
+ Avancer
+
Seek backward
-
+ Retour
ListModel
+
Searching...
Recherche...
+
Show %1 More
Afficher %1 de plus
+
No videos
Pas de vidéos
+
No more videos
Plus de vidéos
@@ -243,6 +278,7 @@
LoadingWidget
+
Error
Erreur
@@ -250,344 +286,383 @@
MainWindow
- &Back
- &Retour
-
-
- Go to the previous view
- Aller à la vue précédente
-
-
+
&Stop
&Stop
+
Stop playback and go back to the search view
Arrêter et aller à la page de recherche
+
S&kip
&Sauter
+
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
+
&Compact mode
Mode &compact
+
Hide the playlist and the toolbar
Cacher la playlist
- &YouTube
- &Youtube
+
+ Open the &YouTube page
+ Ouvrir la page &Youtube
+
+
+
+ Go to the YouTube video page and pause playback
+ Aller à la page de la vidéo Youtube et mettre en pause
+
+
+
+ Copy the YouTube &link
+ Copier le &lien Youtube
+
+
+
+ Copy the current video YouTube link to the clipboard
+ Copier l'adresse de la vidéo YouTube courante dans le presse-papier
+
+
+
+ Copy the video stream &URL
+ Copier l'adresse du flux &vidéo
- Open the YouTube video page
- Ouvrir la page Youtube
+
+ Copy the current video stream URL to the clipboard
+ Copier l'adresse du flux vidéo courant dans le presse-papier
+
&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 recent searches
+ &Effacer les dernières recherches
+
+
+
+ Clear the search history. Cannot be undone.
+ Effacer l'historique de recherche. Opération irréversible.
+
+
+
&Quit
&Quitter
+
Ctrl+Q
Ctrl+Q
+
Bye
Au revoir
+
&Website
Site &Web
+
%1 on the Web
%1 sur le Web
- &Donate via PayPal
- Faire un &don via PayPal
+
+ Make a &donation
+ Faire un &don
+
Please support the continued development of %1
Merci d'aider à poursuivre le développement de %1
+
&About
&A propos
+
Info about %1
A propos de %1
+
Search
Chercher
+
Mute volume
Couper le son
+
Ctrl+M
Ctrl+M
+
+
+ &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
+
+
+
+ &Application
+ &Application
+
+
+
&Playlist
&Liste de lecture
+
&Video
&Video
+
&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
+
+
+
Fatal error: %1
Erreur fatale : %1
+
Error: %1
Erreur : %1
+
&Play
&Jouer
+
Resume playback
Relancer la lecture
+
Exit &Full Screen
Quitter le &plein écran
+
Remaining time: %1
Temps restant : %1
+
Volume at %1%
Volume à %1
+
Volume is muted
Volume OFF
+
Volume is unmuted
Volume ON
- High Definition video is enabled
- Haute définition activée
-
-
- High Definition video is not enabled
- Haute définition désactivée
-
-
- The current video is in High Definition
- La vidéo actuelle est en Haute Définition
-
-
- The current video is not in High Definition
- La vidéo actuelle n'est pas en Haute Définition
-
-
- &Clear recent keywords
- &Effacer les derniers mots-clés
-
-
- &Application
- &Application
-
-
- Clear the search history. Cannot be undone.
- Effacer l'historique de recherche. Opération irréversible.
-
-
- Your privacy is now safe
- Votre confidentialité est maintenant respectée
-
-
- Open the &YouTube page
- Ouvrir la page &Youtube
-
-
- Go to the YouTube video page and pause playback
- Aller à la page de la vidéo Youtube et mettre en pause
-
-
- Copy the YouTube &link
- Copier le &lien Youtube
-
-
- Copy the current video YouTube link to the clipboard
- Copier l'adresse de la vidéo YouTube courante dans le presse-papier
-
-
- Copy the video stream &URL
- Copier l'adresse du flux &vidéo
-
-
- Copy the current video stream URL to the clipboard
- Copier l'adresse du flux vidéo courant dans le presse-papier
-
-
- Make a &donation
- Faire un &don
-
-
+
Maximum video definition set to %1
Résolution vidéo maximale fixée à %1
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
+
+ Your privacy is now safe
+ Votre confidentialité est maintenant respectée
+
Downloads complete
-
+ Téléchargements terminés
MediaView
+
Most relevant
Plus pertinent
+
Most recent
Plus récent
+
Most viewed
Plus vus
- You're watching "%1"
- Vous regardez %1
-
-
+
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
+
Get the full version
-
+ Obtenir la version complète
+
Downloading %1
-
+ %1 Téléchargement
NetworkAccess
+
Network error: %1
Erreur réseau : %1
@@ -595,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1 vues
- %1 of %2 (%3) ? %4
-
+
+ %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
SearchLineEdit
+
Search
Chercher
@@ -645,42 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Bienvenue sur <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- Entre un mot-clé pour commencer à regarder des vidéos.
+
+ 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"
+ 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
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
Une nouvelle version de %1 est disponible. Merci <a href='%2'>de mettre à jour pour la version %3</a>
+
Make yourself comfortable
Installez-vous confortablement
- SettingsView
+ Video
- Preferences
- Préférences
+
+ Cannot get video stream for %1
+ Impossible d'obtenir le flux vidéo de %1
-
-
- Video
+
Network error: %1 for %2
Erreur réseau : %1 pour %2
-
+
\ No newline at end of file
diff --git a/locale/gl.ts b/locale/gl.ts
index b4ec53a..fe6026e 100644
--- a/locale/gl.ts
+++ b/locale/gl.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
Existe vida máis aló do navegador!
+
Version %1
Versión %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- Esta é unha edición «Proba conceptual», non agarde que sexa perfecta.
+
+ %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.
+
Report bugs and send in your ideas to %1
Envie os seus informes de erros ou as súas ideas a %1
- %1 is Free Software but its development takes precious time.
- %1 é Software libre, mais o seu desenvolvemento leva un tempo precioso.
+
+ Icon designed by %1.
+ Icona deseñada por %1.
- Please <a href='%1'>donate via PayPal</a> to support the continued development of %2.
- Por favor, <a href='%1'>faga unha donación a través de PayPal</a> para apoiar o desenvolvemento continuo de %2.
+
+ Compact mode contributed by %1.
+ Modo compacto aportado por %1.
- Icon designed by %1.
- Icona deseñada por %1.
+
+ HTTP proxy support contributed by %1.
+ Compatibilidade con proxy HTTP aportado por %1.
+
Translated by %1
Traducido 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
- Acerca de
+ Sobre
+
What you always wanted to know about %1 and never dared to ask
- O que vostede sempre quixo saber acerca de %1 e nunca se atreveu a preguntar
-
-
- Compact mode contributed by %1.
- Modo compacto aportado por %1.
-
-
- HTTP proxy support contributed by %1.
- Compatibilidade con proxy HTTP aportado por %1.
-
-
- Windows version built by %1
- A versión Windows foi construida por %1
-
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
- Faga unha <a href='%1'>donación</a> para axudar na continuación do desenvolvemento de %2.
+ O que vostede sempre quixo saber sobre %1 e nunca se atreveu a preguntar
ClearButton
+
Clear
Limpar
@@ -79,163 +79,199 @@
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
-
- %n Download(s)
-
-
-
-
+
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
+
+
+
+ %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
@@ -243,6 +279,7 @@
LoadingWidget
+
Error
Erro
@@ -250,434 +287,444 @@
MainWindow
- &Back
- &Atrás
-
-
- Alt+Left
- Alt+Left
-
-
- Go to the previous view
- Ir para a vista anterior
-
-
+
&Stop
- &Deter
+ &Parar
+
Stop playback and go back to the search view
- Deter a reprodución e volver á vista de busca
-
-
- Esc
- Esc
+ Parara a reprodución e volver á vista de busca
+
S&kip
&Saltar
+
Skip to the next video
Saltar ao seguinte vÃdeo
- Ctrl+Right
- Ctrl+Right
-
-
+
+
&Pause
- &Pausar
+ &Deter
+
+
Pause playback
- Pausar a reprodución
-
-
- Space
- Barra de espaço
+ Deter a reprodución
+
+
&Full Screen
&Pantalla completa
+
Go full screen
Ir á pantalla completa
- Alt+Return
- Alt+Enter
+
+ &Compact mode
+ Modo &compacto
+
+
+
+ Hide the playlist and the toolbar
+ Agochar a lista de reprodución e a barra de tarefas
- &YouTube
- &YouTube
+
+ Open the &YouTube page
+ Abrir a páxina de &YouTube
- Open the YouTube video page
- Abrir a páxina do vÃdeo en YouTube
+
+ Go to the YouTube video page and pause playback
+ Ir á páxina de vÃdeos YouTube e por en pausa a reprodución
- Ctrl+Y
- Ctrl+Y
+
+ Copy the YouTube &link
+ Copiar a &ligazón de YouTube
+
+ Copy the current video YouTube link to the clipboard
+ Copiar a ligazón actual de vÃdeo de YouTube no portapapeis
+
+
+
+ Copy the video stream &URL
+ Copiar o &URL de fluxo de vÃdeo
+
+
+
+ Copy the current video stream URL to the clipboard
+ Copiar o URL actual do fluxo de vÃdeo no portapapeis
+
+
+
&Remove
- &Eliminar
+ &Retirar
+
Remove the selected videos from the playlist
- Eliminar os videos seleccionados da lista de reprodución
+ 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 selecionados na lista de reprodución
-
-
- Ctrl+Up
- Ctrl+Up
+ 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 selecionados na lista de reprodución
+ Mover cara abaixo os vÃdeos seleccionados na lista de reprodución
- Ctrl+Down
- Ctrl+Down
+
+ &Clear recent searches
+ &Limpar as buscas recentes
+
+ Clear the search history. Cannot be undone.
+ Limpar o historial de buscas. Non se pode desfacer.
+
+
+
&Quit
&SaÃr
+
Ctrl+Q
Ctrl+Q
+
Bye
Deica logo
+
&Website
Sitio &web
- Minitube on the Web
- Minitube na Web
-
-
+
%1 on the Web
%1 na web
- &Donate via PayPal
- &Doar ao través de PayPal
+
+ Make a &donation
+ Facer unha &doazón
+
Please support the continued development of %1
Por favor apoie o desenvolvemento continuo de %1
+
&About
- &Acerca de
+ &Sobre
+
Info about %1
Información acerca de %1
- &Search
- &Pesquisar
-
-
- &Application
- &Aplicativo
-
-
- &Playlist
- &Lista de reprodución
-
-
- &Video
- &VÃdeo
-
-
- &Help
- A&xuda
-
-
- Opening %1
- Abrindo %1
-
-
- &Play
- &Reproducir
-
-
- Resume playback
- Continuar a reprodución
-
-
- Exit &Full Screen
- SaÃr de &pantalla completa
+
+ Search
+ Buscar
- &Compact mode
- Modo &compacto
+
+ Mute volume
+ Silenciar o volume
- Hide the playlist and the toolbar
- Agochar a lista de reprodución e a barra de tarefas
+
+ Ctrl+M
+ Ctrl+M
- Fatal error: %1
- Erro fatal: %1
+
+
+ &Downloads
+ &Descargas
- Error: %1
- Erro: %1
+
+ Show details about video downloads
+ Mostrar os detalles sobre as descargas de vÃdeo
- Ctrl+M
- Ctrl+M
+
+ &Download
+ &Descarga
- Volume at %1%
- Volume ao %1%
+
+ Download the current video
+ Descargando o vÃdeo actual
- Volume is muted
- O volume está silenciado
+
+ &Application
+ &Aplicativo
- Volume is unmuted
- O volume non está silenciado
+
+ &Playlist
+ &Lista de reprodución
- Search
- Buscar
+
+ &Video
+ &VÃdeo
- Mute volume
- Silenciar o volume
+
+ &Help
+ A&xuda
+
Press %1 to raise the volume, %2 to lower it
- Prema %1 para aumentar o volume, %2 para diminuilo
+ Prema %1 para aumentar o volume, %2 para diminuÃlo
- Remaining time: %1
- Tempo restante: %1
-
-
- High Definition video is enabled
- O vÃdeo en alta definición está activado
+
+
+ Opening %1
+ Abrindo %1
- High Definition video is not enabled
- O vÃdeo en alta definición non está activado
+
+ Do you want to exit %1 with a download in progress?
+ Desexa saÃr de %1 cunha descarga en proceso?
- The current video is in High Definition
- O vÃdeo actual é de alta definición
+
+ If you close %1 now, this download will be cancelled.
+ Se pecha %1 agora, esta descarga vai seren cancelada.
- The current video is not in High Definition
- O vÃdeo actual non é de alta definición
+
+ Close and cancel download
+ Pechar e cancelar a descarga
- &Clear recent keywords
- Limpar palabras &clave recentes
+
+ Wait for download to finish
+ Agardar a que remate a descarga
- Clear the search history. Cannot be undone.
- Limpar o historial de buscas. Non se pode desfacer.
+
+ Fatal error: %1
+ Produciuse un erro fatal: %1
- Your privacy is now safe
- A súa intimidade agora está segura
+
+ Error: %1
+ Produciuse un erro: %1
- Open the &YouTube page
- Abrir a páxina de &YouTube
+
+ &Play
+ &Reproducir
- Go to the YouTube video page and pause playback
- Ir á páxina de vÃdeos YouTube e pausar a reprodución
+
+ Resume playback
+ Continuar a reprodución
- Copy the YouTube &link
- Copiar a &ligazón de YouTube
+
+ Exit &Full Screen
+ SaÃr de &pantalla completa
- Copy the current video YouTube link to the clipboard
- Copiar a ligazón actual de vÃdeo de YouTube no portaretallos
+
+ Remaining time: %1
+ Tempo restante: %1
- Copy the video stream &URL
- Copiar o &URL de fluxo de vÃdeo
+
+ Volume at %1%
+ Volume ao %1%
- Copy the current video stream URL to the clipboard
- Copiar o URL actual do fluxo de vÃdeo no portaretallos
+
+ Volume is muted
+ O volume está silenciado
- Make a &donation
- Facer unha &donación
+
+ Volume is unmuted
+ O volume non está silenciado
+
Maximum video definition set to %1
Resolución máxima de vÃdeo fixada en %1
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
+
+ Your privacy is now safe
+ A súa intimidade agora está segura
+
Downloads complete
-
+ Descargas completadas
MediaView
+
Most relevant
Máis destacados
+
Most recent
Máis recentes
+
Most viewed
Máis vistos
- You're watching "%1"
- Está a ver "%1"
-
-
+
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
+
Get the full version
-
+ Obter a versión completa
+
Downloading %1
-
+ Descargando %1
NetworkAccess
+
Network error: %1
- Erro na rede: %1
+ Produciuse un erro na rede: %1
PrettyItemDelegate
+
%1 views
%1 visualizacións
- %1 of %2 (%3) ? %4
-
+
+ %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
SearchLineEdit
+
Search
Buscar
@@ -685,62 +732,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
- Benvindo ao <a href='%1'>%2</a>,
+ Benvido a <a href='%1'>%2</a,
- Enter a keyword to start watching videos.
- Escriba unha palabra clave para comezar a ver os vÃdeos.
+
+ Get the full version
+ Obter a versión completa
- Watch
- Ver
+
+ Enter
+ "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos"
+ Introduza
- Recent keywords
- Palabra clave recente
+
+ a keyword
+ unha palabra clave
- A new version of %1 is available. Please <a href='%2'>update to version %3</a>
- Está dispoñible unha nova versión de %1. Por favor, <a href='%2'>actualice cara a versión %3</a>
+
+ a channel
+ un canle
- Make yourself comfortable
- SÃntase cómodo
-
-
-
- SettingsView
-
- Preferences
- Preferencias
+
+ to start watching videos.
+ para comezar a ver vÃdeos.
- &Video options
- Opções de &vÃdeo
+
+ Watch
+ Ver
- Use high quality video when available
- Utilizar vÃdeo de alta qualidade quando estiver disponÃvel
+
+ Recent keywords
+ Palabra clave recente
- &Saved recent keywords
- Palavras-chave &salvas recentemente
+
+ Recent channels
+ Canles recentes
- &Clear recent keywords
- Palavras-chave &limpas recentemente
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ Está dispoñÃbel unha nova versión de %1. <a href='%2'>Actualice cara a versión %3</a>
- &Close
- &Fechar
+
+ Make yourself comfortable
+ SÃntase cómodo
Video
+
+ Cannot get video stream for %1
+ Non é posÃbel obter o fluxo de vÃdeo de %1
+
+
+
Network error: %1 for %2
- Erro na rede: %1 por %2
+ Produciuse un erro na rede: %1 por %2
-
+
\ No newline at end of file
diff --git a/locale/he_IL.ts b/locale/he_IL.ts
index 63bc5de..ac39d32 100644
--- a/locale/he_IL.ts
+++ b/locale/he_IL.ts
@@ -1,85 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
×ש ×××× ××××¥ ××פ×פ×!
+
Version %1
××¨×¡× %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- ××¤×¦× ×× ×× × "×צ×× ××× ×××××ת ×ק××××", ×× ×ª×¦×¤× ××× × ××××ת ××ש××ת.
-
-
- Report bugs and send in your ideas to %1
- ×ש ××××× ×¢× ××××× ×רע××× ×ת ×× %1
+
+ %1 is Free Software but its development takes precious time.
+ %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.
- Please <a href='%1'>donate via PayPal</a> to support the continued development of %2.
- ×× × <a href='%1'>תר×× ×××צע×ת PayPal</a> ××× ×ת××× ××××©× ×פ×ת×× ×©× %2.
+
+ Report bugs and send in your ideas to %1
+ ×ש ××××× ×¢× ××××× ×רע××× ×ת ×× %1
+
Icon designed by %1.
×ס×× ×¢××¦× ×¢× ××× %1.
+
Compact mode contributed by %1.
×××¦× ××ס××× × × ×ª×¨× ×¢× ××× %1.
+
+ HTTP proxy support contributed by %1.
+ ×ת×××× ××ת××× HTTP × ×ª×¨×× ×¢× ××× %1.
+
+
+
Translated by %1
ת×ר×× ×¢× ××× %1.
- Released under the
- ש××רר ת×ת ×ª× ××
+
+ 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 ××× ××¢×ת ×ש×××
-
-
- Released under the <a href='%1'>GNU General Public License</a>
- ×ת××× × ×©×××¨×¨× ×ª×ת ×ª× ×× <a href='%1'>×ר×ש××× ×צ××××¨× ××××× ×©× GNU</a>
-
-
- &Close
- &ס××ר×
-
-
- HTTP proxy support contributed by %1.
- ×ת×××× ××ת××× HTTP × ×ª×¨×× ×¢× ××× %1.
-
-
- Windows version built by %1
- ×××¨×¡× ×Ö¾Windows × ×× ×ª× ×¢× ××× %1
-
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
- ×× × <a href='%1'>תר××</a> ××× ×ת××× ××××©× ×פ×ת×× ×©× %2.
+ ×× ×©×ª××× ×¨×¦×ת ××עת ×¢× %1 ××× ××¢×ת ×ש×××
ClearButton
+
Clear
×××ק×
@@ -87,164 +79,198 @@
DownloadItem
+
bytes
-
+ ×ת××
+
KB
-
+ ק״×
+
MB
-
+ ××´×
+
bytes/sec
-
+ ×ת××/×©× ×××
+
KB/sec
-
+ ק״×/×©× ×××
+
MB/sec
-
+ ××´×/×©× ×××
+
seconds
-
+ ×©× ××ת
+
minutes
-
+ ×ק×ת
+
%4 %5 remaining
-
+ %4 %5 × ×תר×
DownloadManager
-
- %n Download(s)
-
-
-
-
-
+
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
-
+ ק××ת ×××¨×¡× ×××××
+
+
+
+ %n Download(s)
+ ××ר×× ××ת %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
××× ×¢×× ×¡×¨××× ××
@@ -252,6 +278,7 @@
LoadingWidget
+
Error
ש××××
@@ -259,352 +286,383 @@
MainWindow
-
- &××ר×
-
-
- Go to the previous view
- ××¢×ר ×× ×תצ××× ×ק×××ת
-
-
+
&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
××¢×ר ×××¡× ×××
+
&Compact mode
××¦× &×ס××× ×
+
Hide the playlist and the toolbar
×סתרת רש××ת ××ש××¢× ×סר×× ×××××
- &YouTube
- &YouTube
+
+ Open the &YouTube page
+ פthe &ת××ת ××¢××× ×Ö¾YouTube
- Open the YouTube video page
- פת××ת ×¢××× ××××××× ×Ö¾YouTube
+
+ Go to the YouTube video page and pause playback
+ ××¢×ר ××¢××× ××××××× ×Ö¾YouTube ××ש×××ת ×× ××× ×.
+
+ Copy the YouTube &link
+ ×עתקת ×&ק×ש×ר ×Ö¾YouTube
+
+
+
+ Copy the current video YouTube link to the clipboard
+ ×עתקת ×ק×ש×ר ×× ××××××× ×× ×××× ×× ××× ××××ר××
+
+
+
+ Copy the video stream &URL
+ ×עתקת ×ת××ת &ת×ר×× ×××××××
+
+
+
+ Copy the current video stream URL to the clipboard
+ ×עתקת ×ת××ת ת×ר×× ××××××× ×× ××× ××××ר××
+
+
+
&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 recent searches
+ ×××קת ×××פ×ש×× ×&××ר×× ××
+
+
+
+ Clear the search history. Cannot be undone.
+ ×××קת ××ס××ר××ת ×××פ×ש. ×× × ××ª× ××××
+
+
+
&Quit
×&צ×××
+
Ctrl+Q
Ctrl+Q
+
Bye
××תר××ת
+
&Website
&×תר ×××× ××¨× ×
+
%1 on the Web
%1 ×××× ××¨× ×
- &Donate via PayPal
- &תר××× ×××צע×ת PayPal
+
+ Make a &donation
+ &××ª× ×ª×¨×××
+
Please support the continued development of %1
×× × ×ª××× ××××©× ×פ×ת×× ×©× %1
+
&About
&×¢× ××××ת
+
Info about %1
××××¢ ××××ת %1
- &Search
- &××פ×ש
+
+ Search
+ ××פ×ש
+
+
+
+ Mute volume
+ ×שתקת ×ש××¢
+
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+ &Downloads
+ ××&ר××ת
+
+
+
+ Show details about video downloads
+ ×צ×ת פר××× ×¢× ××××ת ××ר××ת ×××××
+
+
+
+ &Download
+ ××&ר××
+
+
+
+ Download the current video
+ ××ר×ת סר××× ××××××× ×× ××××
+
+
+
&Application
&××ש××
+
&Playlist
&רש××ת ×ש××¢×
+
&Video
&×××××
+
&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
+ ×ש ×××ת×× ×ס××× ×××ר××
+
+
+
Fatal error: %1
ש×××× ××רעת: %1
+
Error: %1
ש××××: %1
+
&Play
&× ××× ×
+
Resume playback
×××©× ×× ××× ×
+
Exit &Full Screen
×צ××× ××&×¡× ×××
- &Back
- &××ר×
-
-
- Search
- ××פ×ש
-
-
- Mute volume
- ×שתקת ×ש××¢
-
-
- Ctrl+M
- Ctrl+M
-
-
- Press %1 to raise the volume, %2 to lower it
- × ××ª× ×××××¥ ×¢× %1 ××× ×××××ר ×ת עצ×ת ×ש××¢, %2 ××× ××× ××× ××ת×
-
-
+
Remaining time: %1
×××× ×× ×תר: %1
+
Volume at %1%
עצ×ת ×ש××¢ ××× %1%
+
Volume is muted
×ש××¢ ××שתק
+
Volume is unmuted
×ש××¢ ××× × ××שתק
- High Definition video is enabled
- ××פשר×ת ×צפ×× ×××××ת ××××× ×¤×¢×××
-
-
- High Definition video is not enabled
- ××פשר×ת ×צפ×× ×××××ת ××××× ××× × ×¤×¢×××
-
-
- The current video is in High Definition
- סר××× ××××××× ×× ×××× ×× × ×××××ת ××××× (HD)
-
-
- The current video is not in High Definition
- סר××× ××××××× ×× ×××× ××× × ×××××ת ××××× (HD)
-
-
- &Clear recent keywords
- ×××קת &××××ת ×××¤×ª× ×××ר×× ×ת
-
-
- Clear the search history. Cannot be undone.
- ×××קת ××ס××ר××ת ×××פ×ש. ×× × ××ª× ××××
-
-
- Your privacy is now safe
- פר××××ª× ×××× ×ª ×עת.
-
-
- Open the &YouTube page
- פthe &ת××ת ××¢××× ×Ö¾YouTube
-
-
- Go to the YouTube video page and pause playback
- ××¢×ר ××¢××× ××××××× ×Ö¾YouTube ××ש×××ת ×× ××× ×.
-
-
- Copy the YouTube &link
- ×עתקת ×&ק×ש×ר ×Ö¾YouTube
-
-
- Copy the current video YouTube link to the clipboard
- ×עתקת ×ק×ש×ר ×× ××××××× ×× ×××× ×× ××× ××××ר××
-
-
- Copy the video stream &URL
- ×עתקת ×ת××ת &ת×ר×× ×××××××
-
-
- Copy the current video stream URL to the clipboard
- ×עתקת ×ת××ת ת×ר×× ××××××× ×× ××× ××××ר××
-
-
- Make a &donation
- &××ª× ×ª×¨×××
-
-
+
Maximum video definition set to %1
××××ת ×× ××× × ×××ר××ת ××××רת ×Ö¾%1
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
+
+ Your privacy is now safe
+ פר××××ª× ×××× ×ª ×עת.
+
Downloads complete
-
+ ×××ר××ת ××ש×××
MediaView
+
Most relevant
×ר×××× ×××× ×××תר
+
Most recent
××¢××× ××× ×××תר
+
Most viewed
×× ×¦×¤×× ×××תר
- You're watching "%1"
- ×× ×× ×¦×פ×× ×Ö¾"%1"
-
-
+
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
-
+ ××ש×
+
Get the full version
-
+ ק××ת ×××¨×¡× ×××××
+
Downloading %1
-
+ %1 ×תק××
NetworkAccess
+
Network error: %1
ש×××ת רשת: %1
@@ -612,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1 צפ××ת
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+ %1 ×ת×× %2 (%3) â %4
+
Preparing
-
+ ×××× ×
+
Failed
-
+ ×ש×
+
Completed
-
+ ××ש××
+
Stopped
-
+ × ×¢×¦×¨
+
Stop downloading
-
+ עצ×רת ×××ר××
+
Show in %1
-
+ ×צ×× ×%1
+
Open parent folder
-
+ פת××ת ת×ק××ת ×××ר×
+
Restart downloading
-
+ ×פע×ת ×××ר×× ×××ש
SearchLineEdit
+
Search
××פ×ש
@@ -662,42 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
- ×ר×××× ××××× ×× <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
+ ער××¥
- Enter a keyword to start watching videos.
- ×××× × ×××ת ××¤×ª× ××× ××ת××× ×צפ×ת ×סר××× ××.
+
+ to start watching videos.
+ ××× ××ת××× ×צפ×ת ×סר××× ××.
+
Watch
- צפ××
+ צפ×××
+
Recent keywords
××××ת ××¤×ª× ××ר×× ×ת
+
+ Recent channels
+ ער×צ×× ××ר×× ××
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
××¨×¡× ×××©× ×©× %1 ×××× × ×××ר××. ×× × <a href='%2'>×¢××× × ×××¨×¡× %3</a>
+
Make yourself comfortable
ש×× ×× ×××ת×
- SettingsView
+ Video
- Preferences
- ××¢×פ×ת
+
+ Cannot get video stream for %1
+ ×× × ××ª× ×ק×× ×ת ת×ר×× ××××××× ×¢××ר %1
-
-
- Video
+
Network error: %1 for %2
ש×××ת רשת: %1 ×¢××ר %2
-
+
\ No newline at end of file
diff --git a/locale/hr.ts b/locale/hr.ts
new file mode 100644
index 0000000..b48359c
--- /dev/null
+++ b/locale/hr.ts
@@ -0,0 +1,803 @@
+
+UTF-8
+
+ AboutView
+
+
+ There's life outside the browser!
+ Život postoji i van browsera!
+
+
+
+ Version %1
+ Verzija %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.
+
+
+
+ Report bugs and send in your ideas to %1
+ Prijavite greške i pošaljite vaše ideje %1
+
+
+
+ Icon designed by %1.
+ Dizajn ikone %1.
+
+
+
+ Compact mode contributed by %1.
+ Kompaktni mod dodao %1.
+
+
+
+ HTTP proxy support contributed by %1.
+ Podršku za HTTP proxy dodao %1.
+
+
+
+ Translated by %1
+ Preveo %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
+
+
+ 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
+
+
+
+ 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
+
+
+
+ %n Download(s)
+ %n preuzimanje %n preuzimanja %n preuzimanja
+
+
+
+ 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
+
+
+
+ DownloadView
+
+
+
+ Downloads
+ Preuzimanja
+
+
+
+ GlobalShortcuts
+
+
+ Play
+ Pokreni
+
+
+
+ Pause
+ Pauza
+
+
+
+ Play/Pause
+ Pokreni/Pauza
+
+
+
+ Stop
+ Stani
+
+
+
+ Stop playing after current track
+ Stani nakon trenutne stvari.
+
+
+
+ Next track
+ SlijedeÄa
+
+
+
+ Previous track
+ Prethodna
+
+
+
+ Increase volume
+ PojaÄaj zvuk
+
+
+
+ Decrease volume
+ Stišaj zvuk
+
+
+
+ Mute
+ Nijemo
+
+
+
+ Seek forward
+ Premotaj naprijed
+
+
+
+ Seek backward
+ Premotaj nazad
+
+
+
+ ListModel
+
+
+ Searching...
+ Pretraga...
+
+
+
+ Show %1 More
+ Prikaži još %1
+
+
+
+ No videos
+ Nema videa
+
+
+
+ No more videos
+ Nema više videa
+
+
+
+ LoadingWidget
+
+
+ Error
+ Greška
+
+
+
+ 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
+
+
+
+ &Compact mode
+ &Kompaktni mod
+
+
+
+ Hide the playlist and the toolbar
+ Sakrij play listu i alatnu traku
+
+
+
+ Open the &YouTube page
+ Otvori &Youtube stranicu
+
+
+
+ Go to the YouTube video page and pause playback
+ Idi na Youtube stranicu sa videom i pauziraj
+
+
+
+ Copy the YouTube &link
+ Kopiraj Youtube &link
+
+
+
+ Copy the current video YouTube link to the clipboard
+ Kopiraj YouTube link trenutnog videa u clipboard
+
+
+
+ Copy the video stream &URL
+ Kopiraj &URL video streama
+
+
+
+ Copy the current video stream URL to the clipboard
+ Kopiraj &URL trenutnog video streama u clipboard
+
+
+
+ &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 recent searches
+ &OÄisti nedavne pretrage
+
+
+
+ Clear the search history. Cannot be undone.
+ OÄisti povijest pretraga. Ne može se vratiti.
+
+
+
+ &Quit
+ &Kraj
+
+
+
+ Ctrl+Q
+ Ctrl+Q
+
+
+
+ Bye
+ DoviÄenja
+
+
+
+ &Website
+ &Web stranice
+
+
+
+ %1 on the Web
+ %1 na webu
+
+
+
+ Make a &donation
+ &Donirajte
+
+
+
+ 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
+
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+
+ &Downloads
+ &Preuzimanja
+
+
+
+ Show details about video downloads
+ Pokaži informacije o preuzimanjima videa
+
+
+
+ &Download
+ &Preuzimanje
+
+
+
+ Download the current video
+ Preuzmi trenutni video
+
+
+
+ &Application
+ &Program
+
+
+
+ &Playlist
+ &Play lista
+
+
+
+ &Video
+ &Video
+
+
+
+ &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
+
+
+
+ Fatal error: %1
+ Fatalna greška: %1
+
+
+
+ Error: %1
+ Greška: %1
+
+
+
+ &Play
+ &Sviraj
+
+
+
+ Resume playback
+ &Nastavi sviranje
+
+
+
+ Exit &Full Screen
+ Napusti &cijeli ekran
+
+
+
+ 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
+
+
+
+ MediaView
+
+
+ Most relevant
+ Najbitnije
+
+
+
+ Most recent
+ Najnovije
+
+
+
+ Most viewed
+ Najgledanije
+
+
+
+ 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
+
+
+
+ Get the full version
+ Preuzmi punu verziju
+
+
+
+ Downloading %1
+ Preuzimam %1
+
+
+
+ NetworkAccess
+
+
+ Network error: %1
+ Greška mreže: %1
+
+
+
+ PrettyItemDelegate
+
+
+ %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
+
+
+
+ SearchLineEdit
+
+
+ Search
+ Traži
+
+
+
+ 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"
+ 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
+
+
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ Dostupna je nova verzija %1. Molim Vas <a href='%2'>nadograditie na verziju %3</a>
+
+
+
+ Make yourself comfortable
+ Udobno se smjestite
+
+
+
+ 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
+
+
+
\ No newline at end of file
diff --git a/locale/hr_HR.ts b/locale/hr_HR.ts
index 0c7ebd2..4270740 100644
--- a/locale/hr_HR.ts
+++ b/locale/hr_HR.ts
@@ -1,58 +1,69 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
Postoji život izvan web preglednika!
+
Version %1
Verzija %1
+
%1 is Free Software but its development takes precious time.
%1 je besplatan program ali njegov razvoj zahtijeva dosta dragocjenog vremena.
+
Please <a href='%1'>donate</a> to support the continued development of %2.
Molimo Vas da <a href='%1'>donirate pomoÄu PayPala</a> kako biste osigurali kontinuirani razvoj %2 programa.
+
Report bugs and send in your ideas to %1
Prijavite greške te šaljite svoje ideje i prijedloge na %1
+
Icon designed by %1.
Ikonu je dizajnirao %1.
+
Compact mode contributed by %1.
Kompaktni naÄin prikaza omoguÄio je %1.
+
HTTP proxy support contributed by %1.
HTTP proxy podrÅ¡ku omoguÄio je %1.
+
Translated by %1
Minitube su preveli: %1
+
Released under the <a href='%1'>GNU General Public License</a>
Program je objavljen pod <a href='%1'>GNU General Public Licencom</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
@@ -60,6 +71,7 @@
ClearButton
+
Clear
OÄisti
@@ -67,163 +79,198 @@
DownloadItem
+
bytes
-
+
+
KB
-
+
+
MB
-
+
+
bytes/sec
-
+
+
KB/sec
-
+
+
MB/sec
-
+
+
seconds
-
+
+
minutes
-
+
+
%4 %5 remaining
-
+
DownloadManager
-
- %n Download(s)
-
-
-
-
+
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
-
+
+
+
+
+ %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
-
+
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...
Tražim...
+
Show %1 More
Prikaži još %1 videa
+
No videos
Nema videa
+
No more videos
Nema više videa
@@ -231,6 +278,7 @@
LoadingWidget
+
Error
Pogreška
@@ -238,308 +286,383 @@
MainWindow
+
&Stop
&Zaustavi
+
Stop playback and go back to the search view
Zaustavi prikazivanje videa i vrati se na pretraživanje
+
S&kip
P&reskoÄi
+
Skip to the next video
PreskoÄi na slijedeÄi video
+
+
&Pause
&Pauza
+
+
Pause playback
Pauziraj izvoÄenje videa
+
+
&Full Screen
&Cijeli ekran
+
Go full screen
Gledaj video preko cijelog ekrana
+
&Compact mode
&Kompaktni naÄin
+
Hide the playlist and the toolbar
Sakrij listu izvoÄenja i alatnu traku
+
Open the &YouTube page
&YouTube web stranica
+
Go to the YouTube video page and pause playback
Otvori video na YouTube web stranici i pauziraj izvoÄenje videa
+
Copy the YouTube &link
Kopiraj &YouTube poveznicu
+
Copy the current video YouTube link to the clipboard
Kopiraj YouTube poveznicu videa koji se izvodi u meÄuspremnik
+
Copy the video stream &URL
Kopiraj web &adresu videa
+
Copy the current video stream URL to the clipboard
Kopiraj web adresu videa koji se izvodi u meÄuspremnik
+
&Remove
&Ukloni
+
Remove the selected videos from the playlist
Ukloni oznaÄene video isjeÄke sa liste izvoÄenja
+
Move &Up
Premjesti &gore
+
Move up the selected videos in the playlist
Premjesti odabrane video isjeÄke prema gore u listi izvoÄenja
+
Move &Down
Premjesti &dolje
+
Move down the selected videos in the playlist
Premjesti odabrane video isjeÄke prema dolje u listi izvoÄenja
- &Clear recent keywords
- &Obriši povijest pretraživanja
+
+ &Clear recent searches
+
+
Clear the search history. Cannot be undone.
Obriši povijest pretraživanja. Ova akcija se ne može poništiti.
+
&Quit
&Zatvori program
+
Ctrl+Q
Ctrl+Q
+
Bye
DoviÄenja
+
&Website
&Web stranica
+
%1 on the Web
%1 na internetu
+
Make a &donation
Napravi &donaciju
+
Please support the continued development of %1
Molimo Vas da podržite kontinuirani razvoj %1
+
&About
&O programu
+
Info about %1
Informacije o %1
+
Search
Traži
+
Mute volume
IskljuÄi zvuk
+
Ctrl+M
Ctrl+M
+
+
+ &Downloads
+
+
+
+
+ Show details about video downloads
+
+
+
+
+ &Download
+
+
+
+
+ Download the current video
+
+
+
+
&Application
&Program
+
&Playlist
&Lista izvoÄenja
+
&Video
&Video
+
&Help
&PomoÄ
+
Press %1 to raise the volume, %2 to lower it
Pritisni %1 za pojaÄavanje zvuka, %2 za stiÅ¡avanje
+
+
Opening %1
Otvaram %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
+
+
+
+
Fatal error: %1
Fatalna pogreška: %1
+
Error: %1
Pogreška: %1
+
&Play
&Pokreni
+
Resume playback
Nastavi izvoÄenje
+
Exit &Full Screen
&Prekini prikaz preko cijelog ekrana
+
Remaining time: %1
Preostalo vrijeme: %1
+
Volume at %1%
JaÄina zvuka %1%
+
Volume is muted
Zvuk je iskljuÄen
+
Volume is unmuted
Zvuk je ukljuÄen
+
Maximum video definition set to %1
Maksimalna video rezolucija je postavljena na %1
+
Your privacy is now safe
Vaša privatnost je sada sigurna
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
-
-
+
Downloads complete
-
+
MediaView
+
Most relevant
NajznaÄajniji
+
Most recent
Najnoviji
+
Most viewed
Najgledaniji
+
You can now paste the YouTube link into another application
Možete zalijepiti YouTube poveznicu u drugu aplikaciju
+
You can now paste the video stream URL into another application
Možete zalijepiti web adresu video isjeÄka u drugu aplikaciju
+
The link will be valid only for a limited time.
Poveznica Äe vrijediti samo neko vrijeme.
- You're watching "%1"
- Gledate "%1"
-
-
+
This is just the demo version of %1.
-
+
+
It allows you to test the application and see if it works for you.
-
+
+
Continue
-
+
+
Get the full version
-
+
+
Downloading %1
-
+
NetworkAccess
+
Network error: %1
Greška na mreži: %1
@@ -547,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1 pregleda
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+
+
Preparing
-
+
+
Failed
-
+
+
Completed
-
+
+
Stopped
-
+
+
Stop downloading
-
+
+
Show in %1
-
+
+
Open parent folder
-
+
+
Restart downloading
-
+
SearchLineEdit
+
Search
Traži
@@ -597,26 +731,58 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Dobrodošli na <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- Unesite kljuÄnu rijeÄ za poÄetak gledanja videa.
+
+ 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
Gledaj
+
Recent keywords
Nedavno gledano
+
+ Recent channels
+
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
Nova verzija %1 je dostupna. Molimo <a href='%2'>nadogradite na verziju %3</a>
+
Make yourself comfortable
Udobno se smjestite i opustite se
@@ -624,8 +790,14 @@
Video
+
+ Cannot get video stream for %1
+
+
+
+
Network error: %1 for %2
Greška na mreži: %1 za %2
-
+
\ No newline at end of file
diff --git a/locale/hu_HU.ts b/locale/hu_HU.ts
index df570c6..1caabdc 100644
--- a/locale/hu_HU.ts
+++ b/locale/hu_HU.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
Van élet a böngészÅn kÃvül!
+
Version %1
%1 verzió
- This is a "Technology Preview" release, do not expect it to be perfect.
- Ez egy bemutató verzió, nem biztos, hogy tökéletesen működik.
-
-
- Report bugs and send in your ideas to %1
- Hibabejelentés, ötletek: %1
-
-
+
%1 is Free Software but its development takes precious time.
A %1 szabad szoftver, de a fejlesztés idÅbe telik és az idÅ pénz.
- Please <a href='%1'>donate via PayPal</a> to support the continued development of %2.
- Kérlek <a href='%1'>adakozz Paypalon keresztül</a>, hogy segÃtsd a %2 fejlesztését.
+
+ Please <a href='%1'>donate</a> to support the continued development of %2.
+ Kérlek <a href='%1'>adakozz</a>, hogy folytathassam a %2 fejlesztését
+
+
+
+ Report bugs and send in your ideas to %1
+ Hibabejelentés, ötletek: %1
+
Icon designed by %1.
Az ikonokat tervezte: %1.
+
Compact mode contributed by %1.
Kompakt mód: %1.
+
HTTP proxy support contributed by %1.
HTTP proxy támogatás: %1.
- Windows version built by %1
- Windows verzió: %1
-
-
+
Translated by %1
FordÃtotta: %1
+
Released under the <a href='%1'>GNU General Public License</a>
Kiadva <a href='%1'>GNU General Public License</a> alatt
+
&Close
&Bezárás
+
About
Névjegy
+
What you always wanted to know about %1 and never dared to ask
Amit mindig is tudni akartál a %1-ról, de sosem merted megkérdezni
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
- Kérlek <a href='%1'>adakozz</a>, hogy folytathassam a %2 fejlesztését
-
ClearButton
+
Clear
Törlés
@@ -79,163 +79,198 @@
DownloadItem
+
bytes
-
+
+
KB
-
+
+
MB
-
+
+
bytes/sec
-
+
+
KB/sec
-
+
+
MB/sec
-
+
+
seconds
-
+ másodperc
+
minutes
-
+ perc
+
%4 %5 remaining
-
+ %4 %5 van hátra
DownloadManager
-
- %n Download(s)
-
-
-
-
+
This is just the demo version of %1.
-
+ Ez csak a demo verziója a %1-nak.
+
It can only download videos shorter than %1 minutes so you can test the download functionality.
-
+ Csak rövidebb, mint %1 perces videókat tudsz letölteni a letöltési funkció ellenÅrzéséhez.
+
Continue
-
+ Tovább
+
Get the full version
-
+ Szerezd be a teljes verziót
+
+
+
+ %n Download(s)
+
DownloadSettings
+
Change location...
-
+ Könyvtár módosÃtása...
+
Choose the download location
-
+ Válaszd ki a letöltési könyvtárat
+
Download location changed.
-
+ Letöltési könyvtár megváltoztatva.
+
Current downloads will still go in the previous location.
-
+ Az aktuális letöltések a régi letöltési könyvárba lesznek mentve.
+
Downloading to: %1
-
+ Letöltés a következŠkönyvtárba: %1
DownloadView
+
+
Downloads
-
+ Letöltések
GlobalShortcuts
+
Play
-
+ Lejátszás
+
Pause
-
+ Szünet
+
Play/Pause
-
+ Lejátszás/Szünet
+
Stop
-
+ MegállÃtás
+
Stop playing after current track
-
+ Lejátszás megállÃtása a jelenlegi videó után
+
Next track
-
+ KövetkezŠvideó
+
Previous track
-
+ ElÅzÅ videó
+
Increase volume
-
+ HangosÃtás
+
Decrease volume
-
+ HalkÃtás
+
Mute
-
+ NémÃtás
+
Seek forward
-
+ ElÅre teker
+
Seek backward
-
+ Hátra teker
ListModel
+
Searching...
Keresés...
+
Show %1 More
Mutass még %1-et
+
No videos
Nincsenek videók
+
No more videos
Nincs több videó
@@ -243,6 +278,7 @@
LoadingWidget
+
Error
Hiba
@@ -250,344 +286,383 @@
MainWindow
- &Back
- &Vissza
-
-
- Go to the previous view
- Vissza az elÅzÅ nézethez
-
-
+
&Stop
&Ãllj
+
Stop playback and go back to the search view
Megáll és visszamegy a keresÅbe
+
S&kip
&Kihagyás
+
Skip to the next video
Kihagyja a következŠvideót
+
+
&Pause
&Szünet
+
+
Pause playback
Szünetelteti a lejátszást
+
+
&Full Screen
&Teljes képernyÅ
+
Go full screen
Teljes képernyÅre teszi a videót
+
&Compact mode
K&ompakt mód
+
Hide the playlist and the toolbar
Elrejti a lejátszó listát és az eszköztárat
- &YouTube
- &YouTube
+
+ Open the &YouTube page
+ A YouTube megnyitása
+
+
+
+ Go to the YouTube video page and pause playback
+ A YouTube oldalra irányÃtás és a lejátszás szüneteltetése
+
+
+
+ Copy the YouTube &link
+ YouTube link másolása
+
+
+
+ Copy the current video YouTube link to the clipboard
+ Az aktuális YouTube video link másolása vágólapra
+
+
+
+ Copy the video stream &URL
+ A video stream &URL másolása
- Open the YouTube video page
- Megnyitja a YouTube videómegosztó oldalt
+
+ Copy the current video stream URL to the clipboard
+ Az aktuális video stream URL másolása vágólapra
+
&Remove
&Törlés
+
Remove the selected videos from the playlist
EltávolÃtja a kijelölt videókat a listából
+
Move &Up
&Fel
+
Move up the selected videos in the playlist
ElÅrehozza a kijelölt videókat a listán
+
Move &Down
&Le
+
Move down the selected videos in the playlist
Lejjebb viszi a kijelölt videókat a listán
+
+ &Clear recent searches
+
+
+
+
+ Clear the search history. Cannot be undone.
+ Keresési elÅzmények törlése. Nem visszavonható.
+
+
+
&Quit
&Kilépés
+
Ctrl+Q
Ctrl+Q
+
Bye
Viszlát
+
&Website
&Weboldal
+
%1 on the Web
%1 a weben
- &Donate via PayPal
- &Adakozás PayPalon keresztül
+
+ Make a &donation
+ A&dakozz
+
Please support the continued development of %1
Kérlek támogasd a %1 fejlesztését
+
&About
&Névjegy
+
Info about %1
Információk a %1-ról
+
Search
Keresés
+
Mute volume
NémÃtás
+
Ctrl+M
Ctrl+M
+
+
+ &Downloads
+ &Letöltések
+
+
+
+ Show details about video downloads
+ Videó letöltések részletei
+
+
+
+ &Download
+ &Letöltés
+
+
+
+ Download the current video
+ Aktuális videó letöltése
+
+
+
+ &Application
+ &Alkalmazás
+
+
+
&Playlist
&Lejátszó lista
+
&Video
&Video
+
&Help
&SegÃtség
+
Press %1 to raise the volume, %2 to lower it
Nyomd meg a %1 gombot a hangosÃtáshoz, a %2 gombot a halkÃtáshoz
+
+
Opening %1
Megnyitás %1
+
+ Do you want to exit %1 with a download in progress?
+ Letöltés van folyamatban. Biztos, hogy ki akarsz lépni a %1-ból?
+
+
+
+ If you close %1 now, this download will be cancelled.
+ Ha bezárod a %1-ot, a letöltés megszakad.
+
+
+
+ Close and cancel download
+ Bezárás és a letöltés megszakÃtása.
+
+
+
+ Wait for download to finish
+ Várakozás a letöltés befejezésére
+
+
+
Fatal error: %1
Végzetes hiba: %1
+
Error: %1
Hiba: %1
+
&Play
&Lejátszás
+
Resume playback
Lejátszás folytatása
+
Exit &Full Screen
Kilépés a &Teljes képernyÅbÅl
+
Remaining time: %1
HátralévÅ idÅ: %1
+
Volume at %1%
HangerÅ: %1%
+
Volume is muted
NémÃtás bekapcsolva
+
Volume is unmuted
NémÃtás kikapcsolva
- High Definition video is enabled
- HD videó bekapcsolva
-
-
- High Definition video is not enabled
- HD videó kikapcsolva
-
-
- The current video is in High Definition
- Ez a videó HD minÅségű
-
-
- The current video is not in High Definition
- Ez a videó nem HD minÅségű
-
-
- &Clear recent keywords
- &Legújabb kulcsszavak törlése
-
-
- &Application
- &Alkalmazás
-
-
- Clear the search history. Cannot be undone.
- Keresési elÅzmények törlése. Nem visszavonható.
-
-
- Your privacy is now safe
- Biztonságban vagy
-
-
- Open the &YouTube page
- A YouTube megnyitása
-
-
- Go to the YouTube video page and pause playback
- A YouTube oldalra irányÃtás és a lejátszás szüneteltetése
-
-
- Copy the YouTube &link
- YouTube link másolása
-
-
- Copy the current video YouTube link to the clipboard
- Az aktuális YouTube video link másolása vágólapra
-
-
- Copy the video stream &URL
- A video stream &URL másolása
-
-
- Copy the current video stream URL to the clipboard
- Az aktuális video stream URL másolása vágólapra
-
-
- Make a &donation
- A&dakozz
-
-
+
Maximum video definition set to %1
Maximum videó minÅség beállÃtása %1-ra
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
+
+ Your privacy is now safe
+ Biztonságban vagy
+
Downloads complete
-
+ Letöltés befejezve
MediaView
+
Most relevant
Kapcsolódó videók
+
Most recent
Legújabbak
+
Most viewed
Legnézettebbek
- You're watching "%1"
- A "%1"-t nézed
-
-
+
You can now paste the YouTube link into another application
Most már beillesztheted a YouTube linket más alkalmazásba
+
You can now paste the video stream URL into another application
Most már beillesztheted a video stream URL-t más alkalmazásba
+
The link will be valid only for a limited time.
A link korlátozott ideig érvényes
+
This is just the demo version of %1.
-
+ Ez csak a demo verziója a %1-nak.
+
It allows you to test the application and see if it works for you.
-
+ LehetÅséget nyújt a program kipróbálására.
+
Continue
-
+ Tovább
+
Get the full version
-
+ Szerezd be a teljes verziót
+
Downloading %1
-
+ %1 letöltése
NetworkAccess
+
Network error: %1
Hálózati hiba: %1
@@ -595,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1x megtekintve
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+
+
Preparing
-
+ ElÅkészÃtés
+
Failed
-
+ Sikertelen
+
Completed
-
+ Kész
+
Stopped
-
+ MegállÃtva
+
Stop downloading
-
+ Letöltés megállÃtása
+
Show in %1
-
+ Mutasd a %1-ban
+
Open parent folder
-
+ SzülŠkönyvtár megnyitása
+
Restart downloading
-
+ Letöltés újraindÃtása
SearchLineEdit
+
Search
Keresés
@@ -645,42 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Ãdvözöl a <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- Ãrd be a keresendÅ kifejezést.
+
+ 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
Keresés
+
Recent keywords
Gyakori kulcsszavak
+
+ Recent channels
+
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
A %1 új verziója elérhetÅ. Kérlek <a href='%2'>frissÃts erre a verzióra: %3</a>
+
Make yourself comfortable
Helyezd magad kényelembe
- SettingsView
+ Video
- Preferences
- BeállÃtások
+
+ Cannot get video stream for %1
+
-
-
- Video
+
Network error: %1 for %2
Hálózati hiba: %1 for %2
-
+
\ No newline at end of file
diff --git a/locale/id.ts b/locale/id.ts
new file mode 100644
index 0000000..e451849
--- /dev/null
+++ b/locale/id.ts
@@ -0,0 +1,803 @@
+
+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.
+
+
+
+ Report bugs and send in your ideas to %1
+ Laporakan bugs dan kirimkan idemu ke %1
+
+
+
+ Icon designed by %1.
+ Desain ikon oleh %1.
+
+
+
+ Compact mode contributed by %1.
+ Kompak mode dikonstribusikan oleh %1.
+
+
+
+ HTTP proxy support contributed by %1.
+ HTTP dukungan proksi kontribusinya oleh %1.
+
+
+
+ Translated by %1
+ Diterjemahkan oleh by %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
+
+
+
+ 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
+
+
+
+ %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
+
+
+
+ &Compact mode
+ &Compact mode
+
+
+
+ Hide the playlist and the toolbar
+ Hide the playlist and the toolbar
+
+
+
+ Open the &YouTube page
+ Buka the &halaman YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+ Pergi ke halaman video YouTube dan jeda pemutaran
+
+
+
+ Copy the YouTube &link
+ Copy the YouTube &link
+
+
+
+ Copy the current video YouTube link to the clipboard
+ Copy the current video YouTube link to the clipboard
+
+
+
+ Copy the video stream &URL
+ Copy the video stream &URL
+
+
+
+ Copy the current video stream URL to the clipboard
+ Copy the current video stream URL to the clipboard
+
+
+
+ &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 recent searches
+ &Clear recent searches
+
+
+
+ Clear the search history. Cannot be undone.
+ Menghapus sejarah pencarian. Tidak bisa dikembalikan.
+
+
+
+ &Quit
+ &Cabut
+
+
+
+ Ctrl+Q
+ Ctrl+Q
+
+
+
+ Bye
+ Selamat tinggal
+
+
+
+ &Website
+ &Situs web
+
+
+
+ %1 on the Web
+ %1 pada Web
+
+
+
+ Make a &donation
+ Make a &donation
+
+
+
+ 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
+
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+
+ &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
+
+
+
+ &Application
+ &Application
+
+
+
+ &Playlist
+ &Daftar-Main
+
+
+
+ &Video
+ &Video
+
+
+
+ &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
+
+
+
+ Fatal error: %1
+ Kesalahan parah: %1
+
+
+
+ Error: %1
+ Error: %1
+
+
+
+ &Play
+ &Play
+
+
+
+ Resume playback
+ Resume playback
+
+
+
+ Exit &Full Screen
+ Keluar &Layar Penuh
+
+
+
+ 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
+
+
+ Most relevant
+ Yang paling relevan
+
+
+
+ Most recent
+ Most recent
+
+
+
+ Most viewed
+ Yang paling banyak ditonton
+
+
+
+ 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
+
+
+
+ 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
+
+
+
+ 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
+
+
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ Suatu versi terbaru dari %1 is available. Please <a href='%2'>update to version %3</a>
+
+
+
+ Make yourself comfortable
+ Make yourself comfortable
+
+
+
+ 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 --git a/locale/id_ID.ts b/locale/id_ID.ts
new file mode 100644
index 0000000..9a7372e
--- /dev/null
+++ b/locale/id_ID.ts
@@ -0,0 +1,803 @@
+
+UTF-8
+
+ AboutView
+
+
+ There's life outside the browser!
+ Ada kehidupan di luar browser!
+
+
+
+ Version %1
+ Versi %1
+
+
+
+ %1 is Free Software but its development takes precious time.
+ %1 adalah Software kebebasan namun pengembangannya membutuhkan waktu yang berharga.
+
+
+
+ Please <a href='%1'>donate</a> to support the continued development of %2.
+ Silakan <a href='%1'>sumbang</a> untuk mendukung pengembangan selanjutnya dari %2.
+
+
+
+ Report bugs and send in your ideas to %1
+ Report bugs and send in your ideas to %1
+
+
+
+ Icon designed by %1.
+ Icon designed by %1.
+
+
+
+ Compact mode contributed by %1.
+ Kompak mode disumbangkan oleh %1.
+
+
+
+ HTTP proxy support contributed by %1.
+ dukungan proxy HTTP disumbangkan oleh %1.
+
+
+
+ Translated by %1
+ Diterjemahkan oleh %1
+
+
+
+ Released under the <a href='%1'>GNU General Public License</a>
+ Dirilis di bawah <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 yang Anda selalu ingin tahu tentang %1 dan tidak pernah berani untuk bertanya
+
+
+
+ ClearButton
+
+
+ Clear
+ Bersih
+
+
+
+ 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 remaining
+
+
+
+ DownloadManager
+
+
+ This is just the demo version of %1.
+ Ini hanya versi demo dari %1.
+
+
+
+ It can only download videos shorter than %1 minutes so you can test the download functionality.
+ Ini hanya dapat men-download video lebih pendek dari %1 menit sehingga Anda dapat melakukan tes fungsionalitas download.
+
+
+
+ Continue
+ Teruskan
+
+
+
+ Get the full version
+ Dapatkan versi komplitnya
+
+
+
+ %n Download(s)
+ %n Unduhan(s)
+
+
+
+ DownloadSettings
+
+
+ Change location...
+ Ganti lokasi...
+
+
+
+ Choose the download location
+ Choose the download location
+
+
+
+ Download location changed.
+ Merubah lokasi download .
+
+
+
+ Current downloads will still go in the previous location.
+ download saat ini masih ingin pergi di lokasi sebelumnya.
+
+
+
+ Downloading to: %1
+ Downloading to: %1
+
+
+
+ DownloadView
+
+
+
+ Downloads
+ Unduhan
+
+
+
+ GlobalShortcuts
+
+
+ Play
+ Mainkan
+
+
+
+ Pause
+ Pause
+
+
+
+ Play/Pause
+ Mainkan/Jeda
+
+
+
+ Stop
+ Hentikan
+
+
+
+ Stop playing after current track
+ Berhenti memainkan setelah trek saat ini
+
+
+
+ Next track
+ Trek berikutnya
+
+
+
+ Previous track
+ Trek Sebelumnya
+
+
+
+ Increase volume
+ Meningkatkan volumenya
+
+
+
+ Decrease volume
+ Menurunkan volumenya
+
+
+
+ Mute
+ Bisu
+
+
+
+ Seek forward
+ Mempercepat kedepan
+
+
+
+ Seek backward
+ Mempercepat kebelakang
+
+
+
+ ListModel
+
+
+ Searching...
+ Pencarian...
+
+
+
+ Show %1 More
+ Tampilkan %1 Lebih
+
+
+
+ No videos
+ Tidak ada video
+
+
+
+ No more videos
+ Tidak ada lagi video
+
+
+
+ LoadingWidget
+
+
+ Error
+ Error
+
+
+
+ MainWindow
+
+
+ &Stop
+ &Berhenti
+
+
+
+ Stop playback and go back to the search view
+ Stop pemutaran dan kembali ke tampilan pencarian
+
+
+
+ S&kip
+ S&kip
+
+
+
+ Skip to the next video
+ Lewati ke video berikutnya
+
+
+
+
+ &Pause
+ &Jeda
+
+
+
+
+ Pause playback
+ Jeda pemutaran
+
+
+
+
+ &Full Screen
+ &Layar Penuh
+
+
+
+ Go full screen
+ Menuju Layar penuh
+
+
+
+ &Compact mode
+ &Kompak mode
+
+
+
+ Hide the playlist and the toolbar
+ Sembunyikan daftar putar dan toolbar
+
+
+
+ Open the &YouTube page
+ Buka the &halaman YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+ Pergi ke halaman video YouTube dan jeda pemutaran
+
+
+
+ Copy the YouTube &link
+ Salin YouTube &link
+
+
+
+ Copy the current video YouTube link to the clipboard
+ Copy link video YouTube saat ini ke clipboard
+
+
+
+ Copy the video stream &URL
+ Salin video stream &URL
+
+
+
+ Copy the current video stream URL to the clipboard
+ Copy URL video streaming saat ini ke clipboard
+
+
+
+ &Remove
+ &Buang
+
+
+
+ Remove the selected videos from the playlist
+ Hapus video yang dipilih dari daftar main
+
+
+
+ Move &Up
+ Pindah &Naik
+
+
+
+ Move up the selected videos in the playlist
+ Gerakkan ke atas video yang dipilih dalam playlist
+
+
+
+ Move &Down
+ Pindah &Turun
+
+
+
+ Move down the selected videos in the playlist
+ Gerakkan ke atas video yang dipilih dalam playlist
+
+
+
+ &Clear recent searches
+ &Bersihkan pencarian saat ini
+
+
+
+ Clear the search history. Cannot be undone.
+ Menghapus sejarah pencarian. Tidak bisa dirampungkan.
+
+
+
+ &Quit
+ &Quit
+
+
+
+ Ctrl+Q
+ Ctrl+Q
+
+
+
+ Bye
+ Bye
+
+
+
+ &Website
+ &Website
+
+
+
+ %1 on the Web
+ %1 pada Web
+
+
+
+ Make a &donation
+ Membuat suatu &sumbangan
+
+
+
+ Please support the continued development of %1
+ Harap mendukung kelanjutan pengembangan dari %1
+
+
+
+ &About
+ &About
+
+
+
+ Info about %1
+ Info about %1
+
+
+
+ Search
+ Pencarian
+
+
+
+ Mute volume
+ Volume bisu
+
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+
+ &Downloads
+ &Unduhan2
+
+
+
+ Show details about video downloads
+ Show details about video downloads
+
+
+
+ &Download
+ &Download
+
+
+
+ Download the current video
+ Download the current video
+
+
+
+ &Application
+ &Aplikasi
+
+
+
+ &Playlist
+ &Daftar putar
+
+
+
+ &Video
+ &Video
+
+
+
+ &Help
+ &Menolong
+
+
+
+ Press %1 to raise the volume, %2 to lower it
+ Press %1 to raise the volume, %2 to lower it
+
+
+
+
+ Opening %1
+ Membuka %1
+
+
+
+ Do you want to exit %1 with a download in progress?
+ Apakah Anda ingin keluar %1 dengan download yang masih berjalan?
+
+
+
+ If you close %1 now, this download will be cancelled.
+ Jika Anda menutup %1 sekarang, download ini akan dibatalkan.
+
+
+
+ Close and cancel download
+ Tutup dan membatalkan download
+
+
+
+ Wait for download to finish
+ Menunggu downloadnya selesai
+
+
+
+ Fatal error: %1
+ Parah error: %1
+
+
+
+ Error: %1
+ Keliru: %1
+
+
+
+ &Play
+ &Main
+
+
+
+ Resume playback
+ Melanjutkan pemutaran
+
+
+
+ Exit &Full Screen
+ Keluar &Layar Penuh
+
+
+
+ Remaining time: %1
+ Sisanya waktu: %1
+
+
+
+ Volume at %1%
+ Volume pada %1%
+
+
+
+ Volume is muted
+ Volume adalah bisu
+
+
+
+ Volume is unmuted
+ Volume adalah tidak bisu
+
+
+
+ Maximum video definition set to %1
+ Maksimumnya definisi video set ke %1
+
+
+
+ Your privacy is now safe
+ Your privacy is now safe
+
+
+
+ Downloads complete
+ Downloads komplit
+
+
+
+ MediaView
+
+
+ Most relevant
+ Paling relevan
+
+
+
+ Most recent
+ Terbanyak saat ini
+
+
+
+ Most viewed
+ Most viewed
+
+
+
+ You can now paste the YouTube link into another application
+ Sekarang Anda dapat paste link YouTube ke dalam aplikasi lain
+
+
+
+ You can now paste the video stream URL into another application
+ Anda sekarang dapat menempelkan video stream URL ke dalam aplikasi lain
+
+
+
+ The link will be valid only for a limited time.
+ The link will be valid only for a limited time.
+
+
+
+ This is just the demo version of %1.
+ Ini hanya versi demo dari %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
+ Berlanjut
+
+
+
+ Get the full version
+ Dapatkan versi komplit
+
+
+
+ Downloading %1
+ Mengunduh %1
+
+
+
+ NetworkAccess
+
+
+ Network error: %1
+ Jaringannya ada kesalahan: %1
+
+
+
+ PrettyItemDelegate
+
+
+ %1 views
+ %1 views
+
+
+
+ %1 of %2 (%3) â %4
+ %1 of %2 (%3) â %4
+
+
+
+ Preparing
+ Preparing
+
+
+
+ Failed
+ Failed
+
+
+
+ Completed
+ Komplit
+
+
+
+ Stopped
+ Berhenti
+
+
+
+ Stop downloading
+ Berhenti mendownload
+
+
+
+ Show in %1
+ Show in %1
+
+
+
+ Open parent folder
+ Buka map induk
+
+
+
+ Restart downloading
+ Mengulangi mendownload
+
+
+
+ SearchLineEdit
+
+
+ Search
+ Mencari
+
+
+
+ SearchView
+
+
+ Welcome to <a href='%1'>%2</a>,
+ Selamat datang ke <a href='%1'>%2</a>,
+
+
+
+ Get the full version
+ Dapatkan versi lengkap
+
+
+
+ Enter
+ "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos"
+ Enter
+
+
+
+ a keyword
+ suatu kata kunci
+
+
+
+ a channel
+ suatu saluran
+
+
+
+ to start watching videos.
+ Untuk memulai menonton video-video.
+
+
+
+ Watch
+ Menonton
+
+
+
+ Recent keywords
+ Kata kunci saat ini
+
+
+
+ Recent channels
+ Saluran
+
+
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ Suatu versi terbaru dari %1 telah disediakan. Silahkan <a href='%2'>update ke versi %3</a>
+
+
+
+ Make yourself comfortable
+ Membuat dirimu nyaman
+
+
+
+ Video
+
+
+ Cannot get video stream for %1
+ Tidak dapat mendapatkan video stream untuk %1
+
+
+
+ Network error: %1 for %2
+ Jaringan sedang error: %1 por %2
+
+
+
\ No newline at end of file
diff --git a/locale/it_IT.ts b/locale/it_IT.ts
index 1b802d6..b719a31 100644
--- a/locale/it_IT.ts
+++ b/locale/it_IT.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
C'è vita fuori del browser!
+
Version %1
Versione %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- Questa è una versione Beta, non aspettarti che sia perfetta.
-
-
- Report bugs and send in your ideas to %1
- Segnala problemi e manda le tue idee 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 via PayPal</a> to support the continued development of %2.
- Per favore <a href='%1'>fai una donazione con PayPal</a> per aiutare lo sviluppo di %2.
+
+ 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.
+
+ Report bugs and send in your ideas to %1
+ Segnala problemi e manda le tue idee a %1
+
+
+
Icon designed by %1.
Icona disegnata da %1.
+
Compact mode contributed by %1.
Modalità compatta sviluppata da %1.
+
+ HTTP proxy support contributed by %1.
+ Supporto per i proxy HTTP svilupparo da %1.
+
+
+
Translated by %1
Tradotto 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
-
- HTTP proxy support contributed by %1.
- Supporto per i proxy HTTP svilupparo da %1.
-
-
- Windows version built by %1
- Versione per Windows compilata da %
-
-
- 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.
-
ClearButton
+
Clear
Cancella
@@ -79,87 +79,103 @@
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
DownloadManager
-
- %n Download(s)
-
- 1 download
- %n download
-
-
+
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
+
+
+ %n Download(s)
+ 1 download %n download
+
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
@@ -167,6 +183,8 @@
DownloadView
+
+
Downloads
Download
@@ -174,50 +192,62 @@
GlobalShortcuts
+
Play
Play
+
Pause
Pausa
+
Play/Pause
Play/Pausa
+
Stop
Stop
+
Stop playing after current track
Ferma al termine del video corrente
+
Next track
Prossima traccia
+
Previous track
Traccia precedente
+
Increase volume
Aumenta il volume
+
Decrease volume
Diminuisci il volume
+
Mute
Senza audio
+
Seek forward
Salta in avanti
+
Seek backward
Salta indietro
@@ -225,18 +255,22 @@
ListModel
+
Searching...
Ricerca...
+
Show %1 More
Mostra altri %1
+
No videos
Nessun video
+
No more videos
Nessun altro video
@@ -244,6 +278,7 @@
LoadingWidget
+
Error
Errore
@@ -251,290 +286,317 @@
MainWindow
- &Back
- &Indietro
-
-
- Go to the previous view
- Vai alla vista precedente
-
-
+
&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
+
&Compact mode
Modalità &compatta
+
Hide the playlist and the toolbar
Nascondi la playlist e la barra degli strumenti
- Open the YouTube video page
- Apri la pagina del video su YouTube
+
+ Open the &YouTube page
+ Apri su &YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+ Vai su YouTube e metti in pausa
+
+
+
+ Copy the YouTube &link
+ Copia il &link a YouTube
+
+
+
+ Copy the current video YouTube link to the clipboard
+ Copia negli appunti il link a YouTube per il video corrente
+
+ Copy the video stream &URL
+ Copia la &URL dello stream video
+
+
+
+ Copy the current video stream URL to the clipboard
+ Copia negli appunti la URL dello stream per il video corrente
+
+
+
&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 recent searches
+ &Cancella le ultime ricerche
+
+
+
+ Clear the search history. Cannot be undone.
+ Cancella le ultime ricerche. L'azione non potrà essere annullata.
+
+
+
&Quit
&Esci
+
Ctrl+Q
-
+
+
Bye
Ciao
+
&Website
Sito &web
- Ctrl+M
- Ctrl+M
-
-
- Volume at %1%
- Volume al %1%
-
-
- Volume is muted
- Audio disattivato
-
-
- Volume is unmuted
- Audio attivato
-
-
- Minitube on the Web
- Minitube sul Web
-
-
+
%1 on the Web
%1 sul Web
- &Donate via PayPal
- Fai una &donazione con PayPal
+
+ Make a &donation
+ Fai una &donazione
+
Please support the continued development of %1
Supporta lo sviluppo di %1
+
&About
&Informazioni
+
Info about %1
Informazioni su %1
- &Search
- &Ricerca
-
-
- &Application
- &Applicazione
-
-
- &Playlist
-
+
+ Search
+ Cerca
- &Video
-
+
+ Mute volume
+ Disattiva l'audio
- &Help
- &Aiuto
+
+ Ctrl+M
+ Ctrl+M
- Opening %1
- Apertura di %1
+
+
+ &Downloads
+ &Download
- Fatal error: %1
- Errore fatale: %1
+
+ Show details about video downloads
+ Mostra informazioni sui download
- Error: %1
- Errore: %1
+
+ &Download
+ &Download
- &Play
-
+
+ Download the current video
+ Scarica il video corrente
- Resume playback
- Continua
+
+ &Application
+ &Applicazione
- Exit &Full Screen
- &Esci dallo schermo intero
+
+ &Playlist
+
- Search
- Cerca
+
+ &Video
+
- Mute volume
- Disattiva l'audio
+
+ &Help
+ &Aiuto
+
Press %1 to raise the volume, %2 to lower it
Premi %1 per alzare il volume, %2 per abbassarlo
- Remaining time: %1
- Tempo rimanente: %1
-
-
- High Definition video is enabled
- Il video ad alta definizione è abilitato
+
+
+ Opening %1
+ Apertura di %1
- High Definition video is not enabled
- Il video ad alta definizione è disabilitato
+
+ Do you want to exit %1 with a download in progress?
+ Vuoi uscire da %1 con un download in corso?
- The current video is in High Definition
- Il video corrente è in alta definizione
+
+ If you close %1 now, this download will be cancelled.
+ Se chiudi %1 adesso, i download verranno annullati.
- The current video is not in High Definition
- Il video corrente non è in alta definizione
+
+ Close and cancel download
+ Chiudi e annulla i download
- &Clear recent keywords
- &Cancella le ultime ricerche
+
+ Wait for download to finish
+ Aspetta che i download siano completi
- Clear the search history. Cannot be undone.
- Cancella le ultime ricerche. L'azione non potrà essere annullata.
+
+ Fatal error: %1
+ Errore fatale: %1
- Your privacy is now safe
- La tua privacy è al sicuro
+
+ Error: %1
+ Errore: %1
- Open the &YouTube page
- Apri su &YouTube
+
+ &Play
+
- Go to the YouTube video page and pause playback
- Vai su YouTube e metti in pausa
+
+ Resume playback
+ Continua
- Copy the YouTube &link
- Copia il &link a YouTube
+
+ Exit &Full Screen
+ &Esci dallo schermo intero
- Copy the current video YouTube link to the clipboard
- Copia negli appunti il link a YouTube per il video corrente
+
+ Remaining time: %1
+ Tempo rimanente: %1
- Copy the video stream &URL
- Copia la &URL dello stream video
+
+ Volume at %1%
+ Volume al %1%
- Copy the current video stream URL to the clipboard
- Copia negli appunti la URL dello stream per il video corrente
+
+ Volume is muted
+ Audio disattivato
- Make a &donation
- Fai una &donazione
+
+ Volume is unmuted
+ Audio attivato
+
Maximum video definition set to %1
La definizione video massima è impostata a %1
- &Downloads
- &Download
-
-
- Show details about video downloads
- Mostra informazioni sui download
-
-
- &Download
- &Download
-
-
- Download the current video
- Scarica il video corrente
-
-
- 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
+
+ Your privacy is now safe
+ La tua privacy è al sicuro
+
Downloads complete
I download sono completi
@@ -542,50 +604,57 @@
MediaView
+
Most relevant
Più rilevanti
+
Most recent
Più recenti
+
Most viewed
Più visti
- You're watching "%1"
- Stai guardando "%1"
-
-
+
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
+
Get the full version
Compra la versione completa
+
Downloading %1
Scarica in: %1
@@ -593,6 +662,7 @@
NetworkAccess
+
Network error: %1
Errore di rete: %1
@@ -600,42 +670,52 @@
PrettyItemDelegate
+
%1 views
%1 visualizzazioni
- %1 of %2 (%3) ? %4
- %1 di %2 (%3) ? %4
+
+ %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
@@ -643,6 +723,7 @@
SearchLineEdit
+
Search
Cerca
@@ -650,54 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Benvenuto su <a href="%1">%2</a>,
- Enter a keyword to start watching videos.
- Scrivi una parola chiave per iniziare a guardare i video.
+
+ Get the full version
+ Compra la versione completa
+
+ Enter
+ "Enter", as in "type". The whole frase 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
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
à disponibile una nuova versione di %1. <a href='%2'>Aggiorna alla versione %3</a>
+
Make yourself comfortable
Mettiti comodo
- SettingsView
-
- Preferences
- Opzioni
-
-
- &Video options
- Opzioni &video
-
-
- Use high quality video when available
- Usa video ad alta definizione se disponibile
-
+ Video
- &Close
- &Chiudi
+
+ Cannot get video stream for %1
+ Impossibile ottenere il flusso video per %1
-
-
- Video
+
Network error: %1 for %2
Errore di rete: %1 per %2
-
+
\ No newline at end of file
diff --git a/locale/ja_JP.ts b/locale/ja_JP.ts
index ea2aeef..b18c6aa 100644
--- a/locale/ja_JP.ts
+++ b/locale/ja_JP.ts
@@ -1,73 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
Webãã©ã¦ã¶ãªãã§ã大ä¸å¤«!
+
Version %1
ãã¼ã¸ã§ã³ %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- ãã®ããã°ã©ã ã¯"ãã¯ããã¸ã¼ãã¬ãã¥ã¼"ã§ããå®ç§ãªåä½ã¯æå¾
ããªãã§ãã ããã
-
-
- Report bugs and send in your ideas to %1
- ãã°ã¬ãã¼ããã¢ã¤ãã¢ã¯%1ã¾ã§ãé¡ããã¾ã
-
-
+
%1 is Free Software but its development takes precious time.
%1ã¯ããªã¼ã½ããã¦ã§ã¢ã§ãããéçºã«ã¯è²´éãªæéãè²»ãããã¦ãã¾ãã
- Please <a href='%1'>donate via PayPal</a> to support the continued development of %2.
- %2ã®éçº/ãµãã¼ãã®ããã<a href='%1'>å¯ä»</a>ããé¡ããã¾ãã
+
+ Please <a href='%1'>donate</a> to support the continued development of %2.
+
+
+
+
+ Report bugs and send in your ideas to %1
+ ãã°ã¬ãã¼ããã¢ã¤ãã¢ã¯%1ã¾ã§ãé¡ããã¾ã
+
Icon designed by %1.
ã¢ã¤ã³ã³ã¯%1ããã®ãã¶ã¤ã³ã§ãã
+
Compact mode contributed by %1.
ã³ã³ãã¯ãã¢ã¼ãã¯%1ããã®è²¢ç®ã§ãã
+
+ HTTP proxy support contributed by %1.
+
+
+
+
Translated 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ã«ã¤ãã¦ç¥ããããã¨ããã£ãããæããã£ã¦é£çµ¡ããã ãã
-
- HTTP proxy support contributed by %1.
-
-
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
-
-
ClearButton
+
Clear
ã¯ãªã¢
@@ -75,163 +79,198 @@
DownloadItem
+
bytes
-
+
+
KB
-
+
+
MB
-
+
+
bytes/sec
-
+
+
KB/sec
-
+
+
MB/sec
-
+
+
seconds
-
+
+
minutes
-
+
+
%4 %5 remaining
-
+
DownloadManager
-
- %n Download(s)
-
-
-
-
+
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
-
+
+
+
+
+ %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
-
+
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
è¦ã¤ããã¾ããã§ãã
@@ -239,6 +278,7 @@
LoadingWidget
+
Error
ã¨ã©ã¼
@@ -246,328 +286,383 @@
MainWindow
- &Back
- æ»ã(&B)
-
-
- Go to the previous view
- åã®ãã¥ã¼ã«æ»ã
-
-
+
&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
ãã«ã¹ã¯ãªã¼ã³
+
&Compact mode
ã³ã³ãã¯ãã¢ã¼ã(&C)
+
Hide the playlist and the toolbar
ãã¬ã¤ãªã¹ãã¨ãã¼ã«ãã¼ãé ã
- &YouTube
- YouTube(&Y)
+
+ Open the &YouTube page
+
- Open the YouTube video page
- YouTubeã®åç»Webãã¼ã¸ãéã
+
+ Go to the YouTube video page and pause playback
+
+
+ Copy the YouTube &link
+
+
+
+
+ Copy the current video YouTube link to the clipboard
+
+
+
+
+ Copy the video stream &URL
+
+
+
+
+ Copy the current video stream URL to the clipboard
+
+
+
+
&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 recent searches
+
+
+
+
+ Clear the search history. Cannot be undone.
+
+
+
+
&Quit
çµäº(&Q)
+
Ctrl+Q
Ctrl+Q
+
Bye
ããã°ã©ã ãçµäº
+
&Website
Webãã¼ã¸ã¸(&W)
+
%1 on the Web
%1ã®Webãã¼ã¸ãéãã¾ã
- &Donate via PayPal
- å¯ä»(&D)
+
+ Make a &donation
+
+
Please support the continued development of %1
%1ã®éçºããµãã¼ããã¦ãã ããï¼
+
&About
ããã°ã©ã ã«ã¤ãã¦(&A)
+
Info about %1
%1ã«ã¤ãã¦
+
+ Search
+
+
+
+
+ Mute volume
+
+
+
+
Ctrl+M
Ctrl-M
+
+
+ &Downloads
+
+
+
+
+ Show details about video downloads
+
+
+
+
+ &Download
+
+
+
+
+ Download the current video
+
+
+
+
&Application
- ã¢ããªã±ã¼ã·ã§ã³(&A)
+
+
&Playlist
ãã¬ã¤ãªã¹ã(&P)
+
&Video
åç»(&V)
+
&Help
ãã«ã(&H)
+
+ Press %1 to raise the volume, %2 to lower it
+
+
+
+
+
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
+
+
+
+
Fatal error: %1
è´å½çãªã¨ã©ã¼: %1
+
Error: %1
ã¨ã©ã¼: %1
+
&Play
åç(&P)
+
Resume playback
åçåéãã¾ã
+
Exit &Full Screen
ãã«ã¹ã¯ãªã¼ã³ããæ»ã(&F)
+
+ Remaining time: %1
+
+
+
+
Volume at %1%
ããªã¥ã¼ã %1%
+
Volume is muted
é³éOFFã«ãã¾ãã
+
Volume is unmuted
é³éONã«ãã¾ãã
- Search
- æ¤ç´¢
-
-
- Mute volume
-
-
-
- Press %1 to raise the volume, %2 to lower it
-
-
-
- Remaining time: %1
-
-
-
- &Clear recent keywords
-
-
-
- Clear the search history. Cannot be undone.
-
-
-
- Your privacy is now safe
-
-
-
- Open the &YouTube page
-
-
-
- Go to the YouTube video page and pause playback
-
-
-
- Copy the YouTube &link
-
-
-
- Copy the current video YouTube link to the clipboard
-
-
-
- Copy the video stream &URL
-
-
-
- Copy the current video stream URL to the clipboard
-
-
-
- Make a &donation
-
-
-
+
Maximum video definition set to %1
-
+
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
+
+ Your privacy is now safe
+
+
Downloads complete
-
+
MediaView
+
Most relevant
é¢é£åº¦
+
Most recent
æ°ç
+
Most viewed
é²è¦§åæ°
- You're watching "%1"
- "%1"ãé²è¦§ä¸
-
-
+
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
-
+
+
Get the full version
-
+
+
Downloading %1
-
+
NetworkAccess
+
Network error: %1
ãããã¯ã¼ã¯ã¨ã©ã¼: %1
@@ -575,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1å é²è¦§
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+
+
Preparing
-
+
+
Failed
-
+
+
Completed
-
+
+
Stopped
-
+
+
Stop downloading
-
+
+
Show in %1
-
+
+
Open parent folder
-
+
+
Restart downloading
-
+
SearchLineEdit
+
Search
æ¤ç´¢
@@ -625,46 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
ãããã<a href='%1'>%2</a>ã¸ï¼
- Enter a keyword to start watching videos.
- æ¢ãã¦ããåç»ã®ãã¼ã¯ã¼ããå
¥åã
+
+ 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
+
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
æ°ãã%1ãããã¾ãã<a href='%2'>ãã¼ã¸ã§ã³%3ã¸ãã¼ã¸ã§ã³ã¢ãã</a>ãã¾ããã
+
Make yourself comfortable
ãããªã©ãã¯ã¹ãã¾ããã
- SettingsView
-
- Preferences
- è¨å®
-
+ Video
- &Close
- éãã(&C)
+
+ Cannot get video stream for %1
+
-
-
- Video
+
Network error: %1 for %2
ãããã¯ã¼ã¯ã¨ã©ã¼: %1 (%2ã¸ã®ã¢ã¯ã»ã¹ã«ã¦)
-
+
\ No newline at end of file
diff --git a/locale/jv.ts b/locale/jv.ts
new file mode 100644
index 0000000..4890543
--- /dev/null
+++ b/locale/jv.ts
@@ -0,0 +1,803 @@
+
+UTF-8
+
+ AboutView
+
+
+ There's life outside the browser!
+ Ningkene yoiku urip ning njobone browser!
+
+
+
+ Version %1
+ Versi %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.
+
+
+
+ Report bugs and send in your ideas to %1
+ Laporake bugs lan kirimno idemu ring %1
+
+
+
+ Icon designed by %1.
+ Ndesain ikon oleh %1.
+
+
+
+ Compact mode contributed by %1.
+ Kompak mode konstribusine oleh %1.
+
+
+
+ HTTP proxy support contributed by %1.
+ HTTP dukungan proksi kontribusine oleh %1.
+
+
+
+ Translated by %1
+ Diterjemahno 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
+
+
+ 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
+
+
+
+ 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
+
+
+
+ %n Download(s)
+ %n Ngunduh-unduh(s) %n Ngunduh(s)
+
+
+
+ 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
+
+
+
+ DownloadView
+
+
+
+ Downloads
+ Ngunduh-unduh
+
+
+
+ GlobalShortcuts
+
+
+ Play
+ Nyetel
+
+
+
+ Pause
+ Lheren sedelhok
+
+
+
+ Play/Pause
+ Nyetel/Lheren
+
+
+
+ Stop
+ Mandhek
+
+
+
+ Stop playing after current track
+ Mandhek nyetele sakwise trek saat iki
+
+
+
+ Next track
+ Trek saklanjute
+
+
+
+ Previous track
+ Trek sakdurunge
+
+
+
+ Increase volume
+ Nambahake volume
+
+
+
+ Decrease volume
+ Ngurangi volume
+
+
+
+ Mute
+ Mbisu
+
+
+
+ Seek forward
+ Nyepetno mengarep
+
+
+
+ Seek backward
+ Nyepetno memburi
+
+
+
+ ListModel
+
+
+ Searching...
+ ngGoleki...
+
+
+
+ Show %1 More
+ Kethok %1 Luwih
+
+
+
+ No videos
+ Ogak video
+
+
+
+ No more videos
+ Gakono video m'eneh
+
+
+
+ LoadingWidget
+
+
+ Error
+ Error
+
+
+
+ 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
+
+
+
+ &Compact mode
+ &Kompak mode
+
+
+
+ Hide the playlist and the toolbar
+ Ndhelikno playlist lan toolbar
+
+
+
+ Open the &YouTube page
+ Mbukak the &halaman YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+ Lungo Ing halamane video YouTube land nglereni penyetelan
+
+
+
+ Copy the YouTube &link
+ Njiplak YouTube &link
+
+
+
+ Copy the current video YouTube link to the clipboard
+ Njiplak link-nge video YouTube sing sakiki ning clipboard
+
+
+
+ Copy the video stream &URL
+ Nyalin video stream &URL
+
+
+
+ Copy the current video stream URL to the clipboard
+ Njiplak video stream URL sing sakiki ning clipboard
+
+
+
+ &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 recent searches
+ &Resik penelusurane saat iki
+
+
+
+ Clear the search history. Cannot be undone.
+ Ngresiki riwayate penelusuran. Ora iso di balikake.
+
+
+
+ &Quit
+ &Medhal
+
+
+
+ Ctrl+Q
+ Ctrl+Q
+
+
+
+ Bye
+ Bye
+
+
+
+ &Website
+ &Website
+
+
+
+ %1 on the Web
+ %1 nok the Web
+
+
+
+ Make a &donation
+ Gawe sakwiji &nyumbango
+
+
+
+ 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
+
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+
+ &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
+
+
+
+ &Application
+ &Applikasi
+
+
+
+ &Playlist
+ &Daftar-nyetel
+
+
+
+ &Video
+ &Video
+
+
+
+ &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
+
+
+
+ Fatal error: %1
+ Parah error: %1
+
+
+
+ Error: %1
+ Error: %1
+
+
+
+ &Play
+ &Nyetel
+
+
+
+ Resume playback
+ Nglanjutno nyetel-ulang
+
+
+
+ Exit &Full Screen
+ Metu &Layare Kebak
+
+
+
+ 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
+
+
+
+ MediaView
+
+
+ Most relevant
+ Sing paling sesuai
+
+
+
+ Most recent
+ Sing paling lagek
+
+
+
+ Most viewed
+ Sing paling dideloki
+
+
+
+ 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
+
+
+
+ Get the full version
+ Entukno versi komplite
+
+
+
+ Downloading %1
+ Ngunduhi %1
+
+
+
+ NetworkAccess
+
+
+ Network error: %1
+ Jaringane error: %1
+
+
+
+ PrettyItemDelegate
+
+
+ %1 views
+ %1 Ndeloki
+
+
+
+ %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
+
+
+
+ SearchLineEdit
+
+
+ Search
+ Nelusuri
+
+
+
+ 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"
+ 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
+
+
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ Sakwiji versi anyar seko %1 yoiku disediakno. Sumonggo <a href='%2'>update ring versi %3</a>
+
+
+
+ Make yourself comfortable
+ ngGawe awakmu nyaman
+
+
+
+ Video
+
+
+ Cannot get video stream for %1
+ Rak iso ngenthukno video stream kanggo %1
+
+
+
+ Network error: %1 for %2
+ Jaringane error: %1 por %2
+
+
+
\ No newline at end of file
diff --git a/locale/locale.pri b/locale/locale.pri
index e3d47fa..eebfe9b 100644
--- a/locale/locale.pri
+++ b/locale/locale.pri
@@ -3,34 +3,8 @@
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
-TRANSLATIONS += \
- en_US.ts \
- it_IT.ts \
- pt_BR.ts \
- ru_RU.ts \
- pl_PL.ts \
- de_DE.ts \
- ja_JP.ts \
- cs_CZ.ts \
- uk.ts \
- he_IL.ts \
- lat.ts \
- hr_HR.ts \
- es.ts \
- gl.ts \
- fr_FR.ts \
- hu_HU.ts \
- tr_TR.ts \
- nb_NO.ts \
- ro_RO.ts \
- el_GR.ts \
- nl_NL.ts \
- ar.ts \
- pt_PT.ts \
- fi_FI.ts \
- bg_BG.ts \
- zh_CN.ts \
- mkd_MKD.ts
+# ls -1 *.ts | tr '\n' ' '
+TRANSLATIONS += ar.ts bg.ts bg_BG.ts cs_CZ.ts de_DE.ts el.ts el_GR.ts en_US.ts es.ts es_AR.ts es_ES.ts fi_FI.ts fr_FR.ts gl.ts he_IL.ts hr.ts hr_HR.ts hu_HU.ts id.ts id_ID.ts it_IT.ts ja_JP.ts jv.ts lv.ts nb_NO.ts nl.ts nl_NL.ts pl_PL.ts pt_BR.ts pt_PT.ts ro.ts ro_RO.ts ru_RU.ts sr.ts tr_TR.ts uk.ts zh_CN.ts
isEmpty(QMAKE_LRELEASE) {
win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe
diff --git a/locale/lupdate.sh b/locale/lupdate.sh
index 102d707..7f8a542 100755
--- a/locale/lupdate.sh
+++ b/locale/lupdate.sh
@@ -1,14 +1,7 @@
#!/bin/bash
-#
-# This script was written to update all the .ts files in one go
-#
-# This script is donated to the public domain
-#
-# Flavio Tordini, 2009
-
for I in `ls -1 *.ts`;
do
echo Updating $I
- lupdate-qt4 ../minitube.pro -ts $I
+ lupdate ../minitube.pro -codecfortr UTF-8 -ts $I
done
diff --git a/locale/lat.ts b/locale/lv.ts
similarity index 63%
rename from locale/lat.ts
rename to locale/lv.ts
index 4fb799c..c8dfd3b 100644
--- a/locale/lat.ts
+++ b/locale/lv.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
ArÄ« Ärpus web pÄrlÅ«ka ir dzÄ«ve!
+
Version %1
Versija %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- Å is ir priekÅ¡apskates izlaidums, negaidiet no tÄ brÄ«numus.
-
-
- Report bugs and send in your ideas to %1
- ZiÅojiet par kļūdÄm un iesÅ«tiet idejas: %1
-
-
+
%1 is Free Software but its development takes precious time.
%1 ir Bezmaksas Programma, taÄu tÄs izstrÄde prasa dÄrgu laiku.
- Please <a href='%1'>donate via PayPal</a> to support the continued development of %2.
- LÅ«dzu, <a href='%1'>ziedojiet ar PayPal</a>, lai atbalstÄ«tu %2 turpmÄku izstrÄdi.
+
+ Please <a href='%1'>donate</a> to support the continued development of %2.
+ LÅ«dzu, <a href='%1'>ziedojiet</a>, lai atbalstÄ«tu %2 turpmÄku izstrÄdi.
+
+
+
+ Report bugs and send in your ideas to %1
+ ZiÅojiet par kļūdÄm un iesÅ«tiet idejas: %1
+
Icon designed by %1.
Ikonu izveidoja %1.
+
Compact mode contributed by %1.
Kompakto režīmu iespÄjoja %1.
+
HTTP proxy support contributed by %1.
HTTP proxy atbalstu iespÄjoja by %1.
- Windows version built by %1
- Windows versiju izveidoja %1
-
-
+
Translated by %1
PÄrtulkoja %1
+
Released under the <a href='%1'>GNU General Public License</a>
LicencÄts pÄc <a href='%1'>GNU VispÄrÄjÄs PubliskÄs Licences</a>
+
&Close
&AizvÄrt
+
About
Par
+
What you always wanted to know about %1 and never dared to ask
Ko jÅ«s vienmÄr vÄlÄjÄties zinÄt par %1, taÄu neuzdroÅ¡inÄjÄties pajautÄt
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
- LÅ«dzu, <a href='%1'>ziedojiet</a>, lai atbalstÄ«tu %2 turpmÄku izstrÄdi.
-
ClearButton
+
Clear
DzÄst
@@ -79,88 +79,103 @@
DownloadItem
+
bytes
baiti
+
KB
KB
+
MB
MB
+
bytes/sec
baiti sekundÄ
+
KB/sec
KB/s
+
MB/sec
MB/s
+
seconds
sekundes
+
minutes
minūtes
+
%4 %5 remaining
- %4 %5 paliek
+ %4 %5 paliek
DownloadManager
-
- %n Download(s)
-
- %n LejupielÄde(s)
- %n LejupielÄde(s)
- %n LejupielÄde(s)
-
-
+
This is just the demo version of %1.
Å Ä« ir %1 demo versija.
+
It can only download videos shorter than %1 minutes so you can test the download functionality.
TÄ spÄj lejuplÄdÄt tikai par %1 minÅ«tÄm Ä«sÄkus klipus lai notestÄtu lejupielÄdes funkcionÄlitÄti.
+
Continue
TurpinÄt
+
Get the full version
Novilkt pilnu versiju
+
+
+ %n Download(s)
+ %n LejupielÄde(s) %n LejupielÄde(s) %n LejupielÄde(s)
+
DownloadSettings
+
Change location...
MainÄ«t mÄrÄ·a mapi...
+
Choose the download location
- IzvÄlieties mÄrÄ·a mapi
+ IzvÄlieties mÄrÄ·a mapi
+
Download location changed.
MÄrÄ·a mape ir mainÄ«ta.
+
Current downloads will still go in the previous location.
EsoÅ¡Äs lejupielÄdes tiks saglabÄtas iepriekÅ¡ÄjÄ mapÄ.
+
Downloading to: %1
LejuplÄdÄju iekÅ¡: %1
@@ -168,6 +183,8 @@
DownloadView
+
+
Downloads
LejupielÄdes
@@ -175,50 +192,62 @@
GlobalShortcuts
+
Play
AtskaÅot
+
Pause
ApturÄt
+
Play/Pause
- AtskaÅot / ApturÄt
+ AtskaÅot / ApturÄt
+
Stop
PÄrtraukt
+
Stop playing after current track
- PÄrtraukt atskaÅoÅ¡anu pÄc Å¡Ä« klipa
+ PÄrtraukt atskaÅoÅ¡anu pÄc Å¡Ä« klipa
+
Next track
NÄkoÅ¡ais klips
+
Previous track
IepriekÅ¡Äjais klips
+
Increase volume
SkaļÄk
+
Decrease volume
KlusÄk
+
Mute
IzslÄgt skaÅu
+
Seek forward
PÄrtÄ«t uz priekÅ¡u
+
Seek backward
PÄrtÄ«t atpakaļ
@@ -226,18 +255,22 @@
ListModel
+
Searching...
MeklÄ...
+
Show %1 More
ParÄdÄ«t vairÄk no %1
+
No videos
Nav klipu
+
No more videos
Vairs nav klipu
@@ -245,6 +278,7 @@
LoadingWidget
+
Error
Kļūda
@@ -252,290 +286,317 @@
MainWindow
- &Back
- Atpakaļ
-
-
- Go to the previous view
- Atgriezties iepriekÅ¡ÄjÄ skatÄ
-
-
+
&Stop
ApturÄt
+
Stop playback and go back to the search view
ApturÄt atskaÅoÅ¡anu un atgriezties meklÄÅ¡anas logÄ
+
S&kip
Izlaist
+
Skip to the next video
PÄrlÄkt uz nÄkamo klipu
+
+
&Pause
Pauze
+
+
Pause playback
ApturÄt
+
+
&Full Screen
PilnekrÄna režīms
+
Go full screen
IeslÄgt pilnekrÄna režīmu
+
&Compact mode
Kompaktais režīms
+
Hide the playlist and the toolbar
PaslÄpt klipu sarakstu un rÄ«kjoslu
- &YouTube
- &YouTube
+
+ Open the &YouTube page
+ AtvÄrt &YouTube vietni
+
+
+
+ Go to the YouTube video page and pause playback
+ Doties uz YouTube video vietni un apturÄt atskaÅoÅ¡anu
+
+
+
+ Copy the YouTube &link
+ NokopÄt YouTube norÄdi
+
+
+
+ Copy the current video YouTube link to the clipboard
+ NokopÄt esoÅ¡Ä klipa YouTube norÄdi starpliktuvÄ
+
+
+
+ Copy the video stream &URL
+ NokopÄt video plÅ«smas &URL
- Open the YouTube video page
- AtvÄrt YouTube vietni
+
+ Copy the current video stream URL to the clipboard
+ NokopÄt esoÅ¡Äs video plÅ«smas URL starpliktuvÄ
+
&Remove
IzÅemt
+
Remove the selected videos from the playlist
IzÅemt atzÄ«mÄtos klipus
+
Move &Up
PÄrcelt augÅ¡up
+
Move up the selected videos in the playlist
PÄrcelt atzÄ«mÄtos klipus augÅ¡up
+
Move &Down
PÄrcelt lejup
+
Move down the selected videos in the playlist
PÄrcelt atzÄ«mÄtos klipus lejup
+
+ &Clear recent searches
+
+
+
+
+ Clear the search history. Cannot be undone.
+ DzÄst meklÄÅ¡anas vÄsturi. Å Ä« rÄ«cÄ«ba bÅ«s neatgriezeniska.
+
+
+
&Quit
Beigt darbu
+
Ctrl+Q
Ctrl+Q
+
Bye
Visu labu
+
&Website
Tīmekļa vietne
+
%1 on the Web
%1 tīmeklī
- &Donate via PayPal
- Ziedojiet ar PayPal
+
+ Make a &donation
+ Ziedot
+
Please support the continued development of %1
LÅ«dzu, atbalstiet %1 turpmÄku izstrÄdi
+
&About
Par
- Info par %1
- ZiÅas par %1
+
+ Info about %1
+ ZiÅas par %1
+
Search
MeklÄt
+
Mute volume
IzslÄgt skaÅu
+
Ctrl+M
Ctrl+M
+
+
+ &Downloads
+ LejupielÄdes
+
+
+
+ Show details about video downloads
+ RÄdÄ«t klipu lejupielÄžu detaļas
+
+
+
+ &Download
+ LejuplÄdÄt
+
+
+
+ Download the current video
+ LejuplÄdÄt Å¡o klipu
+
+
+
+ &Application
+ Programma
+
+
+
&Playlist
Klipu saraksts
+
&Video
Klips
+
&Help
Palīdzība
+
Press %1 to raise the volume, %2 to lower it
Nospiediet %1 lai palielinÄtu skaļumu, %2 lai to samazinÄtu
+
+
Opening %1
AtvÄru %1
+
+ Do you want to exit %1 with a download in progress?
+ Vai vÄlaties iziet no %1 neskatoties uz notiekoÅ¡o lejupielÄdi?
+
+
+
+ If you close %1 now, this download will be cancelled.
+ Ja aizvÄrsit %1 tagad, Å¡Ä« lejupielÄde tiks atcelta.
+
+
+
+ Close and cancel download
+ AizvÄrt un atcelt lejupielÄdi
+
+
+
+ Wait for download to finish
+ PagaidÄ«t lÄ«dz lejupielÄdes beigÄm
+
+
+
Fatal error: %1
NenovÄrÅ¡ama kļūda: %1
+
Error: %1
Kļūda: %1
+
&Play
AtskaÅot
+
Resume playback
TurpinÄt atskaÅoÅ¡anu
+
Exit &Full Screen
PÄrslÄgties pilnekrÄna režīmÄ
+
Remaining time: %1
Atlikušais laiks: %1
+
Volume at %1%
Skaļuma līmenis: %1%
+
Volume is muted
SkaÅa ir atslÄgta
+
Volume is unmuted
SkaÅa ir ieslÄgta
- Info about %1
- ZiÅas par %1
-
-
- High Definition video is enabled
- AugstÄ izÅ¡Ä·irtspÄja ir ieslÄgta
-
-
- High Definition video is not enabled
- AugstÄ izÅ¡Ä·irtspÄja nav ieslÄgta
-
-
- The current video is in High Definition
- Å is ir augstÄs izÅ¡Ä·irtspÄjas video
-
-
- The current video is not in High Definition
- Å is nav augstÄs izÅ¡Ä·irtspÄjas video
-
-
- &Clear recent keywords
- DzÄst atslÄgvÄrdu vÄsturi
-
-
- &Application
- Programma
-
-
- Clear the search history. Cannot be undone.
- DzÄst meklÄÅ¡anas vÄsturi. Å Ä« rÄ«cÄ«ba bÅ«s neatgriezeniska.
-
-
- Your privacy is now safe
- JÅ«su privÄtums tagad ir droÅ¡Ä«bÄ
-
-
- Open the &YouTube page
- AtvÄrt &YouTube vietni
-
-
- Go to the YouTube video page and pause playback
- Doties uz YouTube video vietni un apturÄt atskaÅoÅ¡anu
-
-
- Copy the YouTube &link
- NokopÄt YouTube norÄdi
-
-
- Copy the current video YouTube link to the clipboard
- NokopÄt esoÅ¡Ä klipa YouTube norÄdi starpliktuvÄ
-
-
- Copy the video stream &URL
- NokopÄt video plÅ«smas &URL
-
-
- Copy the current video stream URL to the clipboard
- NokopÄt esoÅ¡Äs video plÅ«smas URL starpliktuvÄ
-
-
- Make a &donation
- Ziedot
-
-
+
Maximum video definition set to %1
Klipa maksimÄlÄ izÅ¡Ä·irtspÄja ir %1
- &Downloads
- LejupielÄdes
-
-
- Show details about video downloads
- RÄdÄ«t klipu lejupielÄžu detaļas
-
-
- &Download
- LejuplÄdÄt
-
-
- Download the current video
- LejuplÄdÄt Å¡o klipu
-
-
- Do you want to exit %1 with a download in progress?
- Vai vÄlaties iziet no %1 neskatoties uz notiekoÅ¡o lejupielÄdi?
-
-
- If you close %1 now, this download will be cancelled.
- Ja aizvÄrsit %1 tagad, Å¡Ä« lejupielÄde tiks atcelta.
-
-
- Close and cancel download
- AizvÄrt un atcelt lejupielÄdi
-
-
- Wait for download to finish
- PagaidÄ«t lÄ«dz lejupielÄdes beigÄm
+
+ Your privacy is now safe
+ JÅ«su privÄtums tagad ir droÅ¡Ä«bÄ
+
Downloads complete
LejupielÄdes pabeigtas
@@ -543,50 +604,57 @@
MediaView
+
Most relevant
AtbilstoÅ¡Äkie
+
Most recent
JaunÄkie
+
Most viewed
ApmeklÄtÄkie
- You're watching "%1"
- JÅ«s skatÄties "%1"
-
-
+
You can now paste the YouTube link into another application
Tagad varat ielÄ«mÄt YouTube norÄdi citÄ programmÄ
+
You can now paste the video stream URL into another application
Tagad varat ielÄ«mÄt video plÅ«smas URL citÄ programmÄ
+
The link will be valid only for a limited time.
NorÄde bÅ«s derÄ«ga tikai ierobežotu laiku
+
This is just the demo version of %1.
Å Ä« ir %1 demo versija.
+
It allows you to test the application and see if it works for you.
TÄ Ä¼auj notestÄt programmu un noskaidrot vai tÄ jums der.
+
Continue
TurpinÄt
+
Get the full version
Novilkt pilnu versiju
+
Downloading %1
LejuplÄdÄju %1
@@ -594,6 +662,7 @@
NetworkAccess
+
Network error: %1
Tīkla kļūda: %1
@@ -601,42 +670,52 @@
PrettyItemDelegate
+
%1 views
%1 skatījumi
- %1 of %2 (%3) ? %4
- %1 no %2 (%3) ? %4
+
+ %1 of %2 (%3) â %4
+
+
Preparing
TopoÅ¡Äs
+
Failed
NeizdevuÅ¡Äs
+
Completed
Pabeigtas
+
Stopped
ApturÄtas
+
Stop downloading
PÄrtraukt lejupielÄdi
+
Show in %1
RÄdÄ«t %1
+
Open parent folder
AtvÄrt mapi lÄ«meni augstÄk
+
Restart downloading
AtsÄkt lejupielÄdi
@@ -644,6 +723,7 @@
SearchLineEdit
+
Search
MeklÄt
@@ -651,42 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Laipni lūdzam <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- Ierakstiet atslÄgvÄrdu lai sÄktu skatÄ«ties klipus
+
+ 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
Skatīties
+
Recent keywords
IepriekÅ¡Äjie atslÄgvÄrdi
+
+ Recent channels
+
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
%1 jaunÄ versija ir pieejama. LÅ«dzu, <a href='%2'>atjauniniet pret %3 versiju</a>
+
Make yourself comfortable
JÅ«su ÄrtÄ«bai
- SettingsView
+ Video
- Preferences
- UzstÄdÄ«jumi
+
+ Cannot get video stream for %1
+
-
-
- Video
+
Network error: %1 for %2
Tīkla kļūda: %1 ar %2
-
+
\ No newline at end of file
diff --git a/locale/mkd_MKD.ts b/locale/mkd_MKD.ts
deleted file mode 100644
index 09a8099..0000000
--- a/locale/mkd_MKD.ts
+++ /dev/null
@@ -1,447 +0,0 @@
-
-
-
-
-
-
- There's life outside the browser!
- AboutView
- Ðма Ð¶Ð¸Ð²Ð¾Ñ Ð¸ Ð½Ð°Ð´Ð²Ð¾Ñ Ð¾Ð´ бÑаÑзеÑоÑ!
-
-
- Version %1
- AboutView
- ÐеÑзиÑа %1
-
-
- %1 is Free Software but its development takes precious time.
- AboutView
- %1 е Слободен СоÑÑвеÑ, но Ð½ÐµÐ³Ð¾Ð²Ð¸Ð¾Ñ ÑÐ°Ð·Ð²Ð¾Ñ Ð¾Ð´Ð·ÐµÐ¼Ð° дÑагоÑено вÑеме.
-
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
- AboutView
- Ðе молам <a href='%1'>дониÑаÑÑе</a> за да го поддÑжиÑе понаÑамоÑÐ½Ð¸Ð¾Ñ ÑÐ°Ð·Ð²Ð¾Ñ Ð½Ð° %2.
-
-
- Report bugs and send in your ideas to %1
- AboutView
- ÐзвеÑÑÑваÑÑе за гÑеÑки и иÑпÑаÑаÑÑе ги ваÑиÑе идеи на %1
-
-
- Icon designed by %1.
- AboutView
- ÐкониÑе Ñе изÑабоÑени од %1.
-
-
- Compact mode contributed by %1.
- AboutView
- ÐомпакÑÐ½Ð¸Ð¾Ñ Ñежим е обÑавен од %1.
-
-
- HTTP proxy support contributed by %1.
- AboutView
- HTTP proxy поддÑжкаÑа е обÑавена од %1.
-
-
- Translated by %1
- AboutView
- ÐÑеведено од %1
-
-
- Released under the <a href='%1'>GNU General Public License</a>
- AboutView
- ÐбÑавено е под <a href='%1'>GNU General Public License</a>
-
-
- &Close
- AboutView
- &ÐаÑвоÑи
-
-
- About
- AboutView
- Ðа
-
-
- What you always wanted to know about %1 and never dared to ask
- AboutView
- ШÑо одÑÐµÐºÐ¾Ð³Ð°Ñ ÑÑе Ñакале да знаеÑе за %1 но Ð½Ð¸ÐºÐ¾Ð³Ð°Ñ Ð½Ðµ ÑÑе Ñе оÑмелиле да пÑаÑаÑе
-
-
- Clear
- ClearButton
- ÐÑÑиÑÑи
-
-
- Searching...
- ListModel
- ÐÑебаÑÑваÑе...
-
-
- Show %1 More
- ListModel
- ÐÑикажи %1 повеÑе
-
-
- No videos
- ListModel
- Ðема видео
-
-
- No more videos
- ListModel
- Ðема повеÑе видеа
-
-
- Error
- LoadingWidget
- ÐÑеÑка
-
-
- &Stop
- MainWindow
- &СÑоп
-
-
- Stop playback and go back to the search view
- MainWindow
- СÑопиÑÐ°Ñ Ñа ÑепÑодÑкÑиÑаÑа и вÑаÑи Ñе во пÑебаÑÑваÑоÑ
-
-
- S&kip
- MainWindow
- Ð&ÑеÑкокни
-
-
- Skip to the next video
- MainWindow
- Следно видео
-
-
- &Pause
- MainWindow
- &ÐаÑза
-
-
- Pause playback
- MainWindow
- ÐаÑзиÑÐ°Ñ Ñа ÑепÑодÑкÑиÑаÑа
-
-
- &Full Screen
- MainWindow
- &Цел ÐкÑан
-
-
- Go full screen
- MainWindow
- ÐÑвоÑи на Ñел екÑан
-
-
- &Compact mode
- MainWindow
- &ÐомпакÑен Ñежим
-
-
- Hide the playlist and the toolbar
- MainWindow
- СокÑÐ¸Ñ Ñа плеÑлиÑÑаÑа и ленÑаÑа Ñо алаÑки
-
-
- Open the &YouTube page
- MainWindow
- ÐÑвоÑи Ñа &YouTube ÑÑÑаниÑаÑа
-
-
- Go to the YouTube video page and pause playback
- MainWindow
- ÐÑиди на YouTube ÑÑÑаниÑаÑа и паÑзиÑÐ°Ñ Ñа ÑепÑодÑкÑиÑаÑа
-
-
- Copy the YouTube &link
- MainWindow
- ÐопиÑÐ°Ñ Ð³Ð¾ YouTube &линкоÑ
-
-
- Copy the current video YouTube link to the clipboard
- MainWindow
- ÐопиÑÐ°Ñ Ð³Ð¾ видео Ð»Ð¸Ð½Ð¾Ñ Ð¾Ð´ YouTube во клипбодоÑ
-
-
- Copy the video stream &URL
- MainWindow
- ÐопиÑÐ°Ñ Ð³Ð¾ &URL-Ñо на видео емиÑÑваÑеÑо
-
-
- Copy the current video stream URL to the clipboard
- MainWindow
- ÐопиÑÐ°Ñ Ð³Ð¾ URL-Ñо на гледаноÑо видео во клипбоÑдоÑ
-
-
- &Remove
- MainWindow
- &ÐÑÑÑÑани
-
-
- Remove the selected videos from the playlist
- MainWindow
- ÐÑÑÑÑанеÑе ги избÑаниÑе видеа од плеÑлиÑÑаÑа
-
-
- Move &Up
- MainWindow
- ÐÑидвижи &нагоÑе
-
-
- Move up the selected videos in the playlist
- MainWindow
- ÐÑемеÑÑи ги избÑаниÑе видеа во плеÑлиÑÑаÑа
-
-
- Move &Down
- MainWindow
- ÐÑидвижи &надолÑ
-
-
- Move down the selected videos in the playlist
- MainWindow
- ÐÑемеÑÑи ги Ð½Ð°Ð´Ð¾Ð»Ñ Ð²Ð¾ плеÑлиÑÑаÑа избÑаниÑе видеа
-
-
- &Clear recent keywords
- MainWindow
- &ÐÑÑиÑÑи ги поÑледниве клÑÑни збоÑови
-
-
- Clear the search history. Cannot be undone.
- MainWindow
- ÐÑÑиÑÑи Ñа иÑÑоÑиÑаÑа од пÑебаÑÑваÑеÑо.Ðеможе да Ñе назад.
-
-
- &Quit
- MainWindow
- &Ðзлез
-
-
- Ctrl+Q
- MainWindow
- Ctrl+Q
-
-
- Bye
- MainWindow
- Чао
-
-
- &Website
- MainWindow
- &Ðеб ÑÑÑана
-
-
- %1 on the Web
- MainWindow
- %1 на Ðеб
-
-
- Make a &donation
- MainWindow
- ÐапÑави &донаÑиÑа
-
-
- Please support the continued development of %1
- MainWindow
- Ðе молам подпомогнеÑе го Ð¸Ð´Ð½Ð¸Ð¾Ñ ÑÐ°Ð·Ð²Ð¾Ñ Ð½Ð° %1
-
-
- &About
- MainWindow
- &Ðа
-
-
- Info about %1
- MainWindow
- ÐнÑоÑмаÑиÑа за %1
-
-
- Search
- MainWindow
- ÐÑебаÑÑваÑе
-
-
- Mute volume
- MainWindow
- ÐÑекини го звÑкоÑ
-
-
- Ctrl+M
- MainWindow
- Ctrl+M
-
-
- &Application
- MainWindow
- &ÐпликаÑиÑа
-
-
- &Playlist
- MainWindow
- &ÐлеÑлиÑÑа
-
-
- &Video
- MainWindow
- &Ðидео
-
-
- &Help
- MainWindow
- &ÐомоÑ
-
-
- Press %1 to raise the volume, %2 to lower it
- MainWindow
- ÐÑиÑиÑни %1 за да го Ð·Ð³Ð¾Ð»ÐµÐ¼Ð¸Ñ Ð·Ð²ÑкоÑ, %2 да го намалиÑ
-
-
- Opening %1
- MainWindow
- Се оÑваÑа %1
-
-
- Fatal error: %1
- MainWindow
- ФаÑална гÑеÑка: %1
-
-
- Error: %1
- MainWindow
- ÐÑеÑка: %1
-
-
- &Play
- MainWindow
- &ÐÑÑÑи
-
-
- Resume playback
- MainWindow
- ÐÑодолжи Ñо ÑепÑодÑкÑиÑа
-
-
- Exit &Full Screen
- MainWindow
- Ðзлези од &Цел екÑан
-
-
- Remaining time: %1
- MainWindow
- ÐÑÑанаÑо вÑеме: %1
-
-
- Volume at %1%
- MainWindow
- ÐвÑк на %1%
-
-
- Volume is muted
- MainWindow
- ÐвÑÐºÐ¾Ñ Ðµ иÑклÑÑен
-
-
- Volume is unmuted
- MainWindow
- ÐвÑÐºÐ¾Ñ Ðµ вклÑÑен
-
-
- Maximum video definition set to %1
- MainWindow
- ÐакÑималнаÑа видео ÑезолÑÑиÑа е поÑÑавена на %1
-
-
- Your privacy is now safe
- MainWindow
- ÐаÑаÑа пÑиваÑноÑÑ Ðµ заÑÑиÑена
-
-
- Most relevant
- MediaView
- ÐаÑÑелеванÑни
-
-
- Most recent
- MediaView
- ÐаÑновиÑе
-
-
- Most viewed
- MediaView
- ÐаÑÐ¼Ð½Ð¾Ð³Ñ Ð³Ð»ÐµÐ´Ð°Ð½Ð¸
-
-
- You can now paste the YouTube link into another application
- MediaView
- Ðоже да го вмеÑнеÑе YouTube Ð»Ð¸Ð½ÐºÐ¾Ñ Ð²Ð¾ дÑÑга апликаÑиÑа
-
-
- You can now paste the video stream URL into another application
- MediaView
- Ðоже да Ñа вмеÑнеÑе URL адÑеÑаÑа на емиÑÑваÑеÑо во дÑÑга апликаÑиÑа
-
-
- The link will be valid only for a limited time.
- MediaView
- ÐÐ¸Ð½ÐºÐ¾Ñ Ñе биде валиден Ñамо за опÑеделно вÑеме.
-
-
- You're watching "%1"
- MediaView
- Ðие гледаÑе "%1"
-
-
- Network error: %1
- NetworkAccess
- ÐÑеÑка во мÑежаÑа: %1
-
-
- %1 views
- PrettyItemDelegate
- %1 пÑегледÑваÑа
-
-
- Welcome to <a href='%1'>%2</a>,
- SearchView
- ÐобÑедоÑдовÑе во <a href='%1'>%2</a>,
-
-
- Enter a keyword to start watching videos.
- SearchView
- ÐнеÑеÑе клÑÑен Ð·Ð±Ð¾Ñ Ð·Ð° да поÑнеÑе да гледаÑе видео клипови.
-
-
- Watch
- SearchView
- ÐледаÑ
-
-
- Recent keywords
- SearchView
- ÐоÑледни коÑиÑÑени клÑÑни збоÑови
-
-
- A new version of %1 is available. Please <a href='%2'>update to version %3</a>
- SearchView
- Ðова веÑзиÑа на %1 е доÑÑапна.Ðе молиме <a href='%2'> обновеÑе до веÑзиÑа %3</a>
-
-
- Make yourself comfortable
- SearchView
- ÐпÑÑÑеÑе Ñе
-
-
- Network error: %1 for %2
- Video
- ÐÑеÑка во мÑежаÑа: %1 за %2
-
-
-
diff --git a/locale/nb_NO.ts b/locale/nb_NO.ts
index a45220c..6436a98 100644
--- a/locale/nb_NO.ts
+++ b/locale/nb_NO.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
Det finnes et liv utenfor nettleseren!
+
Version %1
Versjon %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- Dette er en betarelease, ikke forvent at den er perfekt.
-
-
- Report bugs and send in your ideas to %1
- Rapporter bugs og send inn dine ideer til %1
-
-
+
%1 is Free Software but its development takes precious time.
%1 er Fri Programvare men utviklingen tar verdifull tid.
- Please <a href='%1'>donate via PayPal</a> to support the continued development of %2.
- <a href='%1'>doner via PayPal</a> for å gjøre fortsatt utvikling av %2 mulig.
+
+ Please <a href='%1'>donate</a> to support the continued development of %2.
+ Vennligst <a href='%1'>doner</a> for og støtte vidre utvikling av %2.
+
+
+
+ Report bugs and send in your ideas to %1
+ Rapporter bugs og send inn dine ideer til %1
+
Icon designed by %1.
Ikon er designet av %1.
+
Compact mode contributed by %1.
Kompakt-Visning er utviklet av %1.
+
HTTP proxy support contributed by %1.
HTTP proxy support utviklet av %1.
- Windows version built by %1
- Windows versjon bygget av %1
-
-
+
Translated by %1
Oversatt av %1
+
Released under the <a href='%1'>GNU General Public License</a>
Sluppet 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 villet visst om %1 men aldri torde å spørre om
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
- Vennligst <a href='%1'>doner</a> for og støtte vidre utvikling av %2.
-
ClearButton
+
Clear
Nullstill
@@ -79,164 +79,198 @@
DownloadItem
+
bytes
-
+
+
KB
-
+
+
MB
-
+
+
bytes/sec
-
+
+
KB/sec
-
+
+
MB/sec
-
+
+
seconds
-
+
+
minutes
-
+
+
%4 %5 remaining
-
+
DownloadManager
-
- %n Download(s)
-
-
-
-
-
+
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
-
+
+
+
+
+ %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
-
+
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...
Søker...
+
Show %1 More
Vis %1 flere
+
No videos
Ingen videoer
+
No more videos
Ingen flere videoer
@@ -244,6 +278,7 @@
LoadingWidget
+
Error
Feil
@@ -251,344 +286,383 @@
MainWindow
- &Back
- &Tilbake
-
-
- Go to the previous view
- GÃ¥ tilbake til forrige visning
-
-
+
&Stop
&Stopp
+
Stop playback and go back to the search view
Stopp avspilling og gå tilbake til dine søk
+
S&kip
&Hopp over
+
Skip to the next video
Hopp over neste video
+
+
&Pause
&Pause
+
+
Pause playback
Sett avspilling på pause
+
+
&Full Screen
&Fullskjerm
+
Go full screen
Fullskjermsvisning
+
&Compact mode
&Kompakt-Visning
+
Hide the playlist and the toolbar
Gjem spillelista og verktøylinja
- &YouTube
- &YouTube
+
+ Open the &YouTube page
+ Ã
pne &YouTube side
+
+
+
+ Go to the YouTube video page and pause playback
+ GÃ¥ til YouTube video siden og pause avspillingen
+
+
+
+ Copy the YouTube &link
+ Kopier YouTube &link
+
+
+
+ Copy the current video YouTube link to the clipboard
+ Kopier denne YouTube video linken til utklippstavle
+
+
+
+ Copy the video stream &URL
+ Kopier video stream &URL
- Open the YouTube video page
- Ã
pne filmen på youtube
+
+ Copy the current video stream URL to the clipboard
+ Kopier denne video stream URL til utklippstavle
+
&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 recent searches
+
+
+
+
+ Clear the search history. Cannot be undone.
+ Klarer søkehistorie. Kan ikke bli angert.
+
+
+
&Quit
&Avslutt
+
Ctrl+Q
Ctrl+Q
+
Bye
Ha en fin dag
+
&Website
&Nettsted
+
%1 on the Web
%1 på internett
- &Donate via PayPal
- &Doner via PayPal
+
+ Make a &donation
+ Gjør en &donasjon
+
Please support the continued development of %1
Bidra til fortsatt utvikling av %1
+
&About
&Om
+
Info about %1
Informasjon om %1
+
Search
Søk
+
Mute volume
Mute
+
Ctrl+M
Ctrl+M
+
+
+ &Downloads
+
+
+
+
+ Show details about video downloads
+
+
+
+
+ &Download
+
+
+
+
+ Download the current video
+
+
+
+
+ &Application
+ Applikasjon
+
+
+
&Playlist
&Spilleliste
+
&Video
&Video
+
&Help
&Hjelp
+
Press %1 to raise the volume, %2 to lower it
Trykk på %1 for å stille opp volum, %2 for å skru ned
+
+
Opening %1
Ã
pner %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
+
+
+
+
Fatal error: %1
Kritisk feil: %1
+
Error: %1
Feil: %1
+
&Play
&Spill av
+
Resume playback
Gjenoppta avspilling
+
Exit &Full Screen
Avslutt &Fullskjerm
+
Remaining time: %1
Gjenstående tid: %1
+
Volume at %1%
Volum %1%
+
Volume is muted
Mute er på
+
Volume is unmuted
Mute er av
- High Definition video is enabled
- High Definition video er aktivert
-
-
- High Definition video is not enabled
- High Definition video er ikke aktivert
-
-
- The current video is in High Definition
- Denne videoen er i High Definition
-
-
- The current video is not in High Definition
- Denne videoen er ikke i High Definition
-
-
- &Clear recent keywords
- &Nullstill siste søkeord
-
-
- &Application
- Applikasjon
-
-
- Clear the search history. Cannot be undone.
- Klarer søkehistorie. Kan ikke bli angert.
-
-
- Your privacy is now safe
- Ditt privatliv er nå sikkert
-
-
- Open the &YouTube page
- Ã
pne &YouTube side
-
-
- Go to the YouTube video page and pause playback
- GÃ¥ til YouTube video siden og pause avspillingen
-
-
- Copy the YouTube &link
- Kopier YouTube &link
-
-
- Copy the current video YouTube link to the clipboard
- Kopier denne YouTube video linken til utklippstavle
-
-
- Copy the video stream &URL
- Kopier video stream &URL
-
-
- Copy the current video stream URL to the clipboard
- Kopier denne video stream URL til utklippstavle
-
-
- Make a &donation
- Gjør en &donasjon
-
-
+
Maximum video definition set to %1
Maksimum video definisjon innstilling til %1
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
+
+ Your privacy is now safe
+ Ditt privatliv er nå sikkert
+
Downloads complete
-
+
MediaView
+
Most relevant
Mest relevant
+
Most recent
Nyeste
+
Most viewed
Mest sett
- You're watching "%1"
- Du ser på "%1"
-
-
+
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.
-
+
+
It allows you to test the application and see if it works for you.
-
+
+
Continue
-
+
+
Get the full version
-
+
+
Downloading %1
-
+
NetworkAccess
+
Network error: %1
Feil på nettverk: %1
@@ -596,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1 visninger
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+
+
Preparing
-
+
+
Failed
-
+
+
Completed
-
+
+
Stopped
-
+
+
Stop downloading
-
+
+
Show in %1
-
+
+
Open parent folder
-
+
+
Restart downloading
-
+
SearchLineEdit
+
Search
Søk
@@ -646,42 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Velommen til <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- Skriv inn et søkeord for å se på videoer.
+
+ 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
Se Film
+
Recent keywords
Aktuelle søkeord
+
+ Recent channels
+
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
En ny versjon av %1 er tilgjengelig. Vennligst <a href='%2'>oppdater til versjon %3</a>
+
Make yourself comfortable
Finn deg til rette
- SettingsView
+ Video
- Preferences
- Innstillinger
+
+ Cannot get video stream for %1
+
-
-
- Video
+
Network error: %1 for %2
Feil på nettverk: %1 for %2
-
+
\ No newline at end of file
diff --git a/locale/nl.ts b/locale/nl.ts
new file mode 100644
index 0000000..d127611
--- /dev/null
+++ b/locale/nl.ts
@@ -0,0 +1,803 @@
+
+UTF-8
+
+ AboutView
+
+
+ There's life outside the browser!
+ Er is leven buiten de browser!
+
+
+
+ Version %1
+ Versie %1
+
+
+
+ %1 is Free Software but its development takes precious time.
+ %1 is Gratis Software maar de ontwikkeling is 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 ontwikkeling van %2.
+
+
+
+ Report bugs and send in your ideas to %1
+ Raporteer fouten en stuur je ideën naar %1
+
+
+
+ Icon designed by %1.
+ Icon ontworpen door %1.
+
+
+
+ Compact mode contributed by %1.
+ Compact mode aangedragen door %1.
+
+
+
+ HTTP proxy support contributed by %1.
+ HTTP proxy ondersteuning aangedragen door %1.
+
+
+
+ Translated by %1
+ Vertaald 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
+ &Sluiten
+
+
+
+ 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
+
+
+ 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 over
+
+
+
+ DownloadManager
+
+
+ This is just the demo version of %1.
+ Dit is alleen maar de demo versie 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 je de download functionaliteit kan testen.
+
+
+
+ Continue
+ Doorgaan
+
+
+
+ Get the full version
+ Haal de volledige versie
+
+
+
+ %n Download(s)
+ %n Download %n Downloads
+
+
+
+ DownloadSettings
+
+
+ Change location...
+ Verander locatie...
+
+
+
+ Choose the download location
+ Kies de download locatie
+
+
+
+ Download location changed.
+ Download locatie aangepast.
+
+
+
+ Current downloads will still go in the previous location.
+ Huidige downloads zullen verwijzen naar de vorige locatie.
+
+
+
+ Downloading to: %1
+ Downloaden naar:%1
+
+
+
+ DownloadView
+
+
+
+ Downloads
+ Downloads
+
+
+
+ GlobalShortcuts
+
+
+ Play
+ Afspelen
+
+
+
+ Pause
+ Pauzeren
+
+
+
+ Play/Pause
+ Afspelen/Pauzeren
+
+
+
+ Stop
+ Stop
+
+
+
+ Stop playing after current track
+ Stop afspelen na huidige nummer
+
+
+
+ Next track
+ Volgende nummer
+
+
+
+ Previous track
+ Vorige nummer
+
+
+
+ Increase volume
+ Volume harder
+
+
+
+ Decrease volume
+ Volume zachter
+
+
+
+ Mute
+ Stilte
+
+
+
+ Seek forward
+ Spoel naar voren
+
+
+
+ Seek backward
+ Spoel naar achteren
+
+
+
+ ListModel
+
+
+ Searching...
+ Bezig met Zoeken...
+
+
+
+ Show %1 More
+ Laat %1 meer zien
+
+
+
+ No videos
+ Geen video's
+
+
+
+ No more videos
+ Geen video's meer
+
+
+
+ LoadingWidget
+
+
+ Error
+ Fout
+
+
+
+ MainWindow
+
+
+ &Stop
+ &Stop
+
+
+
+ Stop playback and go back to the search view
+ Stop het afspelen en ga terug naar het zoek overzicht
+
+
+
+ S&kip
+ &Overslaan
+
+
+
+ Skip to the next video
+ Overslaan en naar de volgende video
+
+
+
+
+ &Pause
+ &Pauzeer
+
+
+
+
+ Pause playback
+ Pauzeer afspelen
+
+
+
+
+ &Full Screen
+ &Volledig scherm
+
+
+
+ Go full screen
+ Ga naar volledig scherm
+
+
+
+ &Compact mode
+ &Compacte modus
+
+
+
+ Hide the playlist and the toolbar
+ Verberg de overzichtslijst en de werkbalk
+
+
+
+ Open the &YouTube page
+ Open de &YouTube pagina
+
+
+
+ Go to the YouTube video page and pause playback
+ Ga naar de YouTube video pagina en pauzeer het afspelen
+
+
+
+ Copy the YouTube &link
+ Kopieer de YouTube &link
+
+
+
+ Copy the current video YouTube link to the clipboard
+ Kopieer de huidige YouTube link naar het klembord
+
+
+
+ Copy the video stream &URL
+ Kopieer de video stream &URL
+
+
+
+ Copy the current video stream URL to the clipboard
+ Kopieer de huidige video stream URL naar het klembord
+
+
+
+ &Remove
+ &Verwijder
+
+
+
+ Remove the selected videos from the playlist
+ Verwijder de geselecteerde video's van 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 recent searches
+ &Verwijder recente zoek opdrachten
+
+
+
+ Clear the search history. Cannot be undone.
+ Wis de zoek geschiedenis. Dit kan niet ongedaan worden gemaakt.
+
+
+
+ &Quit
+ &Afsluiten
+
+
+
+ Ctrl+Q
+ Ctrl+Q
+
+
+
+ Bye
+ Tot ziens
+
+
+
+ &Website
+ &Website
+
+
+
+ %1 on the Web
+ %1 op het internet
+
+
+
+ Make a &donation
+ Maak een &donatie
+
+
+
+ Please support the continued development of %1
+ Ondersteun de ontwikkeling van %1
+
+
+
+ &About
+ &Over
+
+
+
+ Info about %1
+ Informatie over %1
+
+
+
+ Search
+ Zoek
+
+
+
+ Mute volume
+ Geen volume
+
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+
+ &Downloads
+ &Downloads
+
+
+
+ Show details about video downloads
+ Laat details zien over video downloads
+
+
+
+ &Download
+ &Download
+
+
+
+ Download the current video
+ Download de huidige video
+
+
+
+ &Application
+ &Applicatie
+
+
+
+ &Playlist
+ &Afspeellijst
+
+
+
+ &Video
+ &Video
+
+
+
+ &Help
+ &Help
+
+
+
+ Press %1 to raise the volume, %2 to lower it
+ Druk op %1 voor meer volume en op %2 voor minder
+
+
+
+
+ Opening %1
+ Openen van %1
+
+
+
+ Do you want to exit %1 with a download in progress?
+ Wil je %1 afsluiten terwijl er een download in gang 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 af en beëindigd het downloaden
+
+
+
+ Wait for download to finish
+ Wachten tot het downloaden is voltooid
+
+
+
+ Fatal error: %1
+ Fatale fout: %1
+
+
+
+ Error: %1
+ Fout: %1
+
+
+
+ &Play
+ &Afspelen
+
+
+
+ Resume playback
+ Afspelen hervatten
+
+
+
+ Exit &Full Screen
+ Sluit &Volledig Scherm
+
+
+
+ Remaining time: %1
+ Overige tijd: %1
+
+
+
+ Volume at %1%
+ Volume op %1%
+
+
+
+ Volume is muted
+ Volume is uit
+
+
+
+ Volume is unmuted
+ Volume is aan
+
+
+
+ Maximum video definition set to %1
+ Maximale video defititie staat op %1
+
+
+
+ Your privacy is now safe
+ Uw privacy is nu veilig
+
+
+
+ Downloads complete
+ Downloads afgerond
+
+
+
+ MediaView
+
+
+ Most relevant
+ Meest relevant
+
+
+
+ Most recent
+ Meest recent
+
+
+
+ Most viewed
+ Meest bekeken
+
+
+
+ You can now paste the YouTube link into another application
+ U kunt nu uw YouTube link kopieeren naar een andere applicatie
+
+
+
+ You can now paste the video stream URL into another application
+ U kunt nu uw video stream URL kopieeren naar een andere applicatie
+
+
+
+ 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.
+ This is allen maar de demo versie van %1.
+
+
+
+ It allows you to test the application and see if it works for you.
+ Het bied de mogelijkheid de applicatie te testen en te zien of het wat voor je is.
+
+
+
+ Continue
+ Doorgaan
+
+
+
+ Get the full version
+ Haal de volledige versie
+
+
+
+ Downloading %1
+ Downloaden van %1
+
+
+
+ NetworkAccess
+
+
+ Network error: %1
+ Netwerk fout %1
+
+
+
+ PrettyItemDelegate
+
+
+ %1 views
+ %1 bekeken
+
+
+
+ %1 of %2 (%3) â %4
+ %1 van %2 (%3) â %4
+
+
+
+ Preparing
+ Aan het voorbereiden
+
+
+
+ Failed
+ Mislukt
+
+
+
+ Completed
+ Afgerond
+
+
+
+ Stopped
+ Gestopt
+
+
+
+ Stop downloading
+ Stop het downloaden
+
+
+
+ Show in %1
+ Laat zien in %1
+
+
+
+ Open parent folder
+ Open initiële map
+
+
+
+ Restart downloading
+ Herstart download
+
+
+
+ SearchLineEdit
+
+
+ Search
+ Zoek
+
+
+
+ SearchView
+
+
+ Welcome to <a href='%1'>%2</a>,
+ Welkom bij <a href='%1'>%2</a>,
+
+
+
+ Get the full version
+ Haal de volledige versie
+
+
+
+ Enter
+ "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos"
+ Vul
+
+
+
+ a keyword
+ een zoekwoord in
+
+
+
+ a channel
+ een kanaal in
+
+
+
+ to start watching videos.
+ om te starten met het bekijken van de videos
+
+
+
+ Watch
+ Bekijk
+
+
+
+ Recent keywords
+ Recente zoekopdrachten
+
+
+
+ Recent channels
+ Recente kanalen
+
+
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ Een nieuwere versie van %1 is beschikbaar.<a href='%2'>Update naar versie %3</a>
+
+
+
+ Make yourself comfortable
+ Ga er lekker voor zitten
+
+
+
+ Video
+
+
+ Cannot get video stream for %1
+ Kan de video stream niet openen voor %1
+
+
+
+ Network error: %1 for %2
+ Netwerk fout %1 voor %2
+
+
+
\ No newline at end of file
diff --git a/locale/nl_NL.ts b/locale/nl_NL.ts
index 35ba018..9bb472d 100644
--- a/locale/nl_NL.ts
+++ b/locale/nl_NL.ts
@@ -1,58 +1,69 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
Er is leven buiten de browser!
+
Version %1
Versie %1
+
%1 is Free Software but its development takes precious time.
%1 is Gratis Software maar de ontwikkeling is 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 ontwikkeling van %2.
+
Report bugs and send in your ideas to %1
Raporteer fouten en stuur je ideën naar %1
+
Icon designed by %1.
Icon ontworpen door %1.
+
Compact mode contributed by %1.
Compact mode aangedragen door %1.
+
HTTP proxy support contributed by %1.
HTTP proxy ondersteuning aangedragen door %1.
+
Translated by %1
Vertaald 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
&Sluiten
+
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
@@ -60,6 +71,7 @@
ClearButton
+
Clear
Wis
@@ -67,164 +79,198 @@
DownloadItem
+
bytes
-
+
+
KB
-
+
+
MB
-
+
+
bytes/sec
-
+
+
KB/sec
-
+
+
MB/sec
-
+
+
seconds
-
+
+
minutes
-
+
+
%4 %5 remaining
-
+
DownloadManager
-
- %n Download(s)
-
-
-
-
-
+
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
-
+
+
+
+
+ %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
-
+
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...
Bezig met Zoeken...
+
Show %1 More
Laat %1 meer zien
+
No videos
Geen video's
+
No more videos
Geen video's meer
@@ -232,6 +278,7 @@
LoadingWidget
+
Error
Fout
@@ -239,308 +286,383 @@
MainWindow
+
&Stop
&Stop
+
Stop playback and go back to the search view
Stop het afspelen en ga terug naar het zoek overzicht
+
S&kip
&Overslaan
+
Skip to the next video
Overslaan en naar de volgende video
+
+
&Pause
&Pauzeer
+
+
Pause playback
Pauzeer afspelen
+
+
&Full Screen
&Volledig scherm
+
Go full screen
Ga naar volledig scherm
+
&Compact mode
&Compacte modus
+
Hide the playlist and the toolbar
Verberg de overzichtslijst en de werkbalk
+
Open the &YouTube page
Open de &YouTube pagina
+
Go to the YouTube video page and pause playback
Ga naar de YouTube video pagina en pauzeer het afspelen
+
Copy the YouTube &link
Kopieer de YouTube &link
+
Copy the current video YouTube link to the clipboard
Kopieer de huidige YouTube link naar het klembord
+
Copy the video stream &URL
Kopieer de video stream &URL
+
Copy the current video stream URL to the clipboard
Kopieer de huidige video stream URL naar het klembord
+
&Remove
&Verwijder
+
Remove the selected videos from the playlist
Verwijder de geselecteerde video's van 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 recent keywords
- &Wis de recente zoekopdrachten
+
+ &Clear recent searches
+
+
Clear the search history. Cannot be undone.
Wis de zoek geschiedenis. Dit kan niet ongedaan worden gemaakt.
+
&Quit
&Afsluiten
+
Ctrl+Q
Ctrl+Q
+
Bye
Tot ziens
+
&Website
&Website
+
%1 on the Web
%1 op het internet
+
Make a &donation
Maak een &donatie
+
Please support the continued development of %1
Ondersteun de ontwikkeling van %1
+
&About
&Over
+
Info about %1
Informatie over %1
+
Search
Zoek
+
Mute volume
Geen volume
+
Ctrl+M
Ctrl+M
+
+
+ &Downloads
+
+
+
+
+ Show details about video downloads
+
+
+
+
+ &Download
+
+
+
+
+ Download the current video
+
+
+
+
&Application
&Applicatie
+
&Playlist
&Afspeellijst
+
&Video
&Video
+
&Help
&Help
+
Press %1 to raise the volume, %2 to lower it
Druk op %1 voor meer volume en op %2 voor minder
+
+
Opening %1
Openen van %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
+
+
+
+
Fatal error: %1
Fatale fout: %1
+
Error: %1
Fout: %1
+
&Play
&Afspelen
+
Resume playback
Afspelen hervatten
+
Exit &Full Screen
Sluit &Volledig Scherm
+
Remaining time: %1
Overige tijd: %1
+
Volume at %1%
Volume op %1%
+
Volume is muted
Volume is uit
+
Volume is unmuted
Volume is aan
+
Maximum video definition set to %1
Maximale video defititie staat op %1
+
Your privacy is now safe
Uw privacy is nu veilig
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
-
-
+
Downloads complete
-
+
MediaView
+
Most relevant
Meest relevant
+
Most recent
Meest recent
+
Most viewed
Meest bekeken
+
You can now paste the YouTube link into another application
U kunt nu uw YouTube link kopieeren naar een andere applicatie
+
You can now paste the video stream URL into another application
U kunt nu uw video stream URL kopieeren naar een andere applicatie
+
The link will be valid only for a limited time.
De link zal maar een beperkte tijd geldig zijn.
- You're watching "%1"
- U kijkt naar "%1"
-
-
+
This is just the demo version of %1.
-
+
+
It allows you to test the application and see if it works for you.
-
+
+
Continue
-
+
+
Get the full version
-
+
+
Downloading %1
-
+
NetworkAccess
+
Network error: %1
Netwerk fout %1
@@ -548,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1 bekeken
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+
+
Preparing
-
+
+
Failed
-
+
+
Completed
-
+
+
Stopped
-
+
+
Stop downloading
-
+
+
Show in %1
-
+
+
Open parent folder
-
+
+
Restart downloading
-
+
SearchLineEdit
+
Search
Zoek
@@ -598,26 +731,58 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Welkom bij <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- Vul een zoekterm in om te beginnen met het bekijken van video's.
+
+ 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
Bekijk
+
Recent keywords
Recente zoekopdrachten
+
+ Recent channels
+
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
Een nieuwere versie van %1 is beschikbaar.<a href='%2'>Update naar versie %3</a>
+
Make yourself comfortable
Ga er lekker voor zitten
@@ -625,8 +790,14 @@
Video
+
+ Cannot get video stream for %1
+
+
+
+
Network error: %1 for %2
Netwerk fout %1 voor %2
-
+
\ No newline at end of file
diff --git a/locale/pl_PL.ts b/locale/pl_PL.ts
index bcde0ea..ee181a0 100644
--- a/locale/pl_PL.ts
+++ b/locale/pl_PL.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
- Istnieje życie poza przeglÄ
darkÄ
internetowÄ
!
+ Istnieje życie poza przeglÄ
darkÄ
!
+
Version %1
Wersja %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- To jest wydanie "Technology Preview" wiÄc nie spodziewaj siÄ, że bÄdzie idealne.
-
-
- Report bugs and send in your ideas to %1
- Raporty o bÅÄdach oraz pomysÅach Ålij na adres %1
+
+ %1 is Free Software but its development takes precious time.
+ %1 jest wolnym oprogramowaniem, ale jego rozwój pochÅania cenney czas.
- %1 is Free Software but its development takes precious time.
- %1 to darmowe oprogramowanie ale jego tworzenie zabiera cenny 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.
- Please <a href='%1'>donate via PayPal</a> to support the continued development of %2.
- ProszÄ <a href='%1'>wspomóż finansowo przez PayPal</a> prace nad programem %2.
+
+ Report bugs and send in your ideas to %1
+ ZgÅaszaj bÅÄdy i dziel siÄ z nami pomysÅami na adres%1
+
Icon designed by %1.
- Ikony stworzone przez %1.
+ Ikony zaprojektowane przez %1.
+
Compact mode contributed by %1.
- Tryb kompaktowy dziÄĸi %1.
+ Do wprowadzenia Trybu kompaktowego przyczyniÅ siÄ %1.
+
+ HTTP proxy support contributed by %1.
+ Do wsparcia dla serwera proxy przyczyniÅ sie %1.
+
+
+
Translated by %1
- UdziaÅ w tÅumaczeniu majÄ
: %1
+ PrzetÅumaczyÅ %1
+
Released under the <a href='%1'>GNU General Public License</a>
- Program wydany na licencji <a href='%1'>GNU General Public License</a>
+ Wydane na licencji<a href='%1'>GNU General Public License</a>
+
&Close
&Zamknij
+
About
- O programie
+ O programie Minitube
+
What you always wanted to know about %1 and never dared to ask
- To co zawsze chciaÅeÅ wiedzieÄ o %1 ale baÅeÅ siÄ zapytaÄ
-
-
- HTTP proxy support contributed by %1.
- Wsparcie dla HTTP proxy dziÄki wkÅadowi %1.
-
-
- Windows version built by %1
- %1 - kompilacja dla Windows
-
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
- ProszÄ <a href='%1'>wspomóż</a> prace nad programem %2.
+ To co zawsze chcieliÅcie wiedzieÄ o %1 ale nigdy siÄ nie odważyliÅcie zapytaÄ
ClearButton
+
Clear
WyczyÅÄ
@@ -79,172 +79,206 @@
DownloadItem
+
bytes
- bajtów
+ bajty
+
KB
KB
+
MB
MB
+
bytes/sec
- bajtów/s
+ bajtów/sekundÄ
+
KB/sec
- KB/s
+ KB/sek
+
MB/sec
- MB/s
+ MB/sek
+
seconds
sekund
+
minutes
minut
+
%4 %5 remaining
- PozostaÅo %4 %5
+ %4 %5 pozostaÅo do koÅca
DownloadManager
-
- %n Download(s)
-
-
-
-
-
-
+
This is just the demo version of %1.
- To tylko wersja demo %1.
+ To jest tylko wersja demo%1.
+
It can only download videos shorter than %1 minutes so you can test the download functionality.
- Program pobiera tylko filmy krótsze od %1 minut w celu przetestowania funkcji.
+ Może jedynie pobieraÄ filmy krótsze niż%1 minut, wiÄc można przetestowaÄ funkcje pobierania.
+
Continue
Kontynuuj
+
Get the full version
- ZdobÄ
dź peÅnÄ
wersjÄ
+ Pobierz peÅnÄ
wersjÄ
+
+
+
+ %n Download(s)
+ %n Pobieranie %n Pobieranie %n Pobieranie
DownloadSettings
+
Change location...
- ZmieÅ poÅożenie
+ ZmieÅ katalog pobierania...
+
Choose the download location
- Wybierz poÅożenie pobieraÅ
+ Wybierz katalog pobierania
+
Download location changed.
- UdaÅo siÄ zmieniÄ poÅożenie pobranych filmów.
+ Katalog pobierania zostaÅ zmieniony.
+
Current downloads will still go in the previous location.
- Pobrane filmy nadal bÄdÄ
zapisywane w poprzedniej lokalizacji.
+ Aktualnie pobierane pliki zostanÄ
we wczeÅniejszym katalogu pobierania.
+
Downloading to: %1
- Pobieranie do: %1
+ Pobierane do: %1
DownloadView
+
+
Downloads
- Pobrane filmy
+ Pobrane pliki
GlobalShortcuts
+
Play
- Odtwórz
+ Odtwarzaj
+
Pause
- Wstrzymaj
+ Pauza
+
Play/Pause
- Odtwórz/Wstrzymaj
+ Odtwarzaj/Wstrzymaj
+
Stop
- Stop
+ Zatrzymaj
+
Stop playing after current track
- ZakoÅcz odtwarzanie po tym utworze
+ Zatrzymaj odtwarzanie po tej Åcieżce
+
Next track
- NastÄpny utwór
+ NastÄpny
+
Previous track
- Poprzedni utwór
+ Poprzedni
+
Increase volume
- ZwiÄksz gÅoÅnoÅÄ
+ GÅoÅniej
+
Decrease volume
- Zmniejsz gÅoÅnoÅÄ
+ Ciszej
+
Mute
Wycisz
+
Seek forward
- PrzewiÅ do przodu
+ PrzewiŠw przód
+
Seek backward
- PrzewiÅ do tyÅu
+ PrzewiÅ w tyÅ
ListModel
+
Searching...
- Szukanie...
+ Szukam...
+
Show %1 More
- Pokaż nastÄpne %1
+ Pokaż kolejne %1
+
No videos
- Brak plików wideo
+ Brak plików
+
No more videos
- Nie ma wiÄcej filmów
+ Nie ma wiÄcej plików
LoadingWidget
+
Error
BÅÄ
d
@@ -252,337 +286,375 @@
MainWindow
- &Back
- Powrót
-
-
- Go to the previous view
- WrÃ³Ä do poprzedniego filmu
-
-
+
&Stop
-
+ &Zatrzymaj
+
Stop playback and go back to the search view
Zatrzymaj odtwarzanie i wrÃ³Ä do wyszukiwania
+
S&kip
- NastÄpny
+ Prze&skocz dalej
+
Skip to the next video
- PomiÅ i wÅÄ
cz nastÄpny film
+ Skocz do nastÄpnego pliku wideo
+
+
&Pause
&Pauza
+
+
Pause playback
Wstrzymaj odtwarzanie
+
+
&Full Screen
- PeÅny &Ekran
+ PeÅny ekran (&F)
+
Go full screen
- WÅÄ
cz widok peÅnoekranowy
+ PrzeÅÄ
cz na peÅny ekran
+
&Compact mode
- Tryb kompaktowy
+ Tryb kompaktowy(&C)
+
Hide the playlist and the toolbar
- Ukryj listÄ odtwarzania i pasek narzÄdziowy
+ Ukryj listÄ odtwarzania i pasek narzÄdzi
+
+
+
+ Open the &YouTube page
+ Otwórz na stronie &Youtube
- Open the YouTube video page
- Otwórz film YouTube w przeglÄ
darce
+
+ Go to the YouTube video page and pause playback
+ Otwórz na stronie Youtube i wstrzymaj odtwarzanie
+
+
+
+ Copy the YouTube &link
+ Kopiuj &link do pliku na Youtube
+
+
+
+ Copy the current video YouTube link to the clipboard
+ Kopiuj link aktualnie odtwarzanego video do schowka
+
+
+
+ Copy the video stream &URL
+ Kopiuj adres &URL odtwarzanego wideo
+
+ Copy the current video stream URL to the clipboard
+ Kopiuj adres URL odtwarzanego wideo do schowka
+
+
+
&Remove
- UsuÅ
+ UsuÅ (&D)
+
Remove the selected videos from the playlist
- UsuÅ zaznaczone filmy z listy odtwarzania
+ UsuÅ wybrane pliki z listy odtwarzania
+
Move &Up
- Przes&uÅ w górÄ
+ PrzenieŠ&Wyżej
+
Move up the selected videos in the playlist
- PrzesuÅ do góry zaznaczone filmy na liÅcie odtwarzania
+ PrzenieÅ wyżej zaznaczony plik w liÅcie odtwarzania
+
Move &Down
- PrzesuÅ w &dóÅ
+ PrzenieŠ&Niżej
+
Move down the selected videos in the playlist
- PrzesuÅ na dóŠzaznaczone filmy na liÅcie odtwarzania
+ PrzenieÅ niżej zaznaczony plik w liÅcie odtwarzania
+
+ &Clear recent searches
+ Wy&czyÅÄ ostatnie wyszukiwania
+
+
+
+ Clear the search history. Cannot be undone.
+ WyczyÅÄ historiÄ wyszukiwania. NIEODWRACALNIE.
+
+
+
&Quit
- Wyjdź
+ Wyjdź (&Q)
+
Ctrl+Q
-
+ Ctrl+Q
+
Bye
- Na razie
+ Żegnaj
+
&Website
- Strona domo&wa
+ Strona domowa projektu (&W)
+
%1 on the Web
- Strona domowa %1
+ %1 w sieci
- &Donate via PayPal
- &Dotacja dla twórcy przez PayPal
+
+ Make a &donation
+ Przekaż &darowiznÄ
+
Please support the continued development of %1
- ProszÄ, wspomóż finansowo prace nad %1
+ Prosimy o wsparcie dla dalszego rozwoju %1
+
&About
- O progr&amie
+ O programie (&A)
+
Info about %1
- Info o %1
-
-
- &Search
- Szukaj
-
-
- &Application
- Progr&am
-
-
- &Playlist
- Lista odtwarzania
-
-
- &Video
- Film
-
-
- &Help
- Pomoc
-
-
- Opening %1
- Otwieranie %1
+ Informacje o %1
- Fatal error: %1
- Fatalny bÅÄ
d: %1
+
+ Search
+ Szukaj
- Error: %1
- BÅÄ
d: %1
+
+ Mute volume
+ Wycisz
- &Play
- &Odtwarzaj
+
+ Ctrl+M
+ Ctrl+M
- Resume playback
- Wznów odtwarzanie
+
+
+ &Downloads
+ &Pobrane
- Exit &Full Screen
- WyÅÄ
cz &peÅny ekran
+
+ Show details about video downloads
+ Pokaż szczegóÅy o pobranych plikach
- Ctrl+M
-
+
+ &Download
+ &Pobierz
- Volume at %1%
- GÅoÅnoÅÄ %1%
+
+ Download the current video
+ Pobierz aktualny plik
- Volume is muted
- DźwiÄk jest wyÅÄ
czony
+
+ &Application
+ &Aplikacje
- Volume is unmuted
- DźwiÄk jest wÅÄ
czony
+
+ &Playlist
+ &Lista odtwarzania
- Search
- Szukaj
+
+ &Video
+ &Wideo
- Mute volume
- WyÅÄ
cz dźwiÄk
+
+ &Help
+ &Pomoc
+
Press %1 to raise the volume, %2 to lower it
- WciÅnij %1 aby zwiÄkszyÄ gÅoÅnoÅÄ, %2 żeby ÅciszyÄ
+ WciÅcnij %1 żeby zwiÄkszyÄ gÅoÅnoÅÄ, %2 żeby zmiejszyÄ gÅoÅnoÅÄ
- Remaining time: %1
- PozostaÅy czas: %1
-
-
- High Definition video is enabled
- High Definition jest wÅÄ
czone
+
+
+ Opening %1
+ Otwieranie %1
- High Definition video is not enabled
- High Definition jest wyÅÄ
czone
+
+ Do you want to exit %1 with a download in progress?
+ Czy na pewno chcesz zamknÄ
Ä %1 w trakcie pobierania???
- The current video is in High Definition
- BieżÄ
cy film jest dostÄpny w High Definition
+
+ If you close %1 now, this download will be cancelled.
+ JeÅli zamkniesz %1 teraz, To pobieranie bÄdzie anulowane.
- The current video is not in High Definition
- BieżÄ
cy film nie jest dostÄpny w High Definition
+
+ Close and cancel download
+ Zamnij i anuluj pobieranie
- &Clear recent keywords
- &UsuÅ ostatnie szukane sÅowa
+
+ Wait for download to finish
+ Poczekaj na zakoÅczenie pobierania
- Clear the search history. Cannot be undone.
- UsuÅ historiÄ wyszukiwania. Operacja nie może zostaÄ cofniÄta.
+
+ Fatal error: %1
+ Fatalny bÅÄ
d %1
- Your privacy is now safe
- Twoja prywatnoÅÄ jest teraz zapewniona
+
+ Error: %1
+ BÅÄ
d %1
- Open the &YouTube page
- Otwórz stronÄ &YouTube
+
+ &Play
+ &Odtwarzaj
- Go to the YouTube video page and pause playback
- Idź do strony YouTube i wstrzymaj odtwarzanie
+
+ Resume playback
+ Kontynuuj odtwarzanie
- Copy the YouTube &link
- Kopiuj &link YouTube
+
+ Exit &Full Screen
+ OpuÅÄ peÅny ekran (&F)
- Copy the current video YouTube link to the clipboard
- Kopiuj bieżÄ
cy link YouTube do schowka
+
+ Remaining time: %1
+ PozostaÅy czas %1
- Copy the video stream &URL
- Kopiuj &URL strumienia wideo
+
+ Volume at %1%
+ GÅoÅnoÅÄ na %1%
- Copy the current video stream URL to the clipboard
- Kopiuj URL bieżÄ
cego strumienia wideo do schowka
+
+ Volume is muted
+ DźwiÄk jest wyciszony
- Make a &donation
- Wspomóż finansowo
+
+ Volume is unmuted
+ Przywrócono dźwiÄk
+
Maximum video definition set to %1
- Aktualne ustawienie jakoÅci wideo to %1
-
-
- &Downloads
- &Pobrane pliku
-
-
- Show details about video downloads
- Pokaż szczegóÅy pobranych filmów
-
-
- &Download
- &Pobierz
-
-
- Download the current video
- Pobierz aktualnie odtwarzany film
+ Maksymalna rozdzielczoÅÄ wideo ustawiona na %1
- Do you want to exit %1 with a download in progress?
- Czy chcesz zamknÄ
Ä %1 z uruchomionym procesem pobierania?
-
-
- If you close %1 now, this download will be cancelled.
- JeÅli zamkniesz %1, proces pobierania zostanie anulowany.
-
-
- Close and cancel download
- Zamknij i anuluj pobieranie
-
-
- Wait for download to finish
- Zaczekaj do koÅca pobierania
+
+ Your privacy is now safe
+ Twoja prywatnoÅÄ jest teraz bezpieczna
+
Downloads complete
- Pobieranie zakoÅczone
+ Pobieranie ukoÅczone
MediaView
+
Most relevant
- Najbardziej trafne
+ Najlepiej pasujÄ
ce
+
Most recent
- Najnowsze
+ Ostatnie
+
Most viewed
- Najpopularniejsze
-
-
- You're watching "%1"
- OglÄ
dasz "%1"
+ NajczÄÅciej odtwarzane
+
You can now paste the YouTube link into another application
- Teraz możesz wkleiÄ link YouTube do innego programu
+ 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 strumienia wideo do innego programu
+ 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 okreÅlony czas.
+ Link bÄdzie ważny tylko przez ograniczony czas.
+
This is just the demo version of %1.
- To tylko wersja demo %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 sprawdziÄ, czy dziaÅa.
+ Pozwala Ci to na testowanie i sprawdzenie dziaÅania aplikacji.
+
Continue
Kontynuuj
+
Get the full version
- ZdobÄ
dź peÅnÄ
wersjÄ.
+ Pobierz peÅnÄ
wersjÄ
+
Downloading %1
Pobieranie %1
@@ -590,56 +662,68 @@
NetworkAccess
+
Network error: %1
- BÅÄ
d sieci: %1
+ BÅÄ
d sieci %1
PrettyItemDelegate
+
%1 views
- %1 wyÅwietleÅ
+ %1 widziane
- %1 of %2 (%3) ? %4
- %1 z %2 (%3) ? %4
+
+ %1 of %2 (%3) â %4
+ %1 of %2 (%3) â %4
+
Preparing
- Przygotowywanie
+ PrzegotowujÄ
+
Failed
- Nie udaÅo siÄ
+ Nieudane
+
Completed
- ZakoÅczono
+ ZakoÅczone
+
Stopped
- Zatrzymano
+ Zatrzymane
+
Stop downloading
Zatrzymaj pobieranie
+
Show in %1
Pokaż w %1
+
Open parent folder
- Otwórz nadrzÄdny folder
+ Otwórz katalog macierzysty
+
Restart downloading
- Restartuj pobieranie
+ Pobierz od nowa
SearchLineEdit
+
Search
Szukaj
@@ -647,62 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Witaj w <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- Wpisz szukane sÅowo i zacznij oglÄ
daÄ filmy.
+
+ Get the full version
+ Pobierz peÅnÄ
wersjÄ
- Watch
- WyÅwietl
+
+ Enter
+ "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos"
+ Zatwierdź
- Recent keywords
- Ostatnio szukane
+
+ a keyword
+ sÅowo kluczowe
- A new version of %1 is available. Please <a href='%2'>update to version %3</a>
- Nowa wersja %1 jest dostÄpna. ProszÄ <a href='%2'> zaktualizuj do wersji %3</a>
+
+ a channel
+ kanaÅ
- Make yourself comfortable
- UsiÄ
dź wygodnie
+
+ to start watching videos.
+ aby rozpoczÄ
Ä oglÄ
danie
-
-
- SettingsView
- Preferences
- Opcje
-
-
- &Video options
- Opcje &obrazu
+
+ Watch
+ OglÄ
daj
- Use high quality video when available
- Użyj wysokiej jakoÅci wideo, jeÅli jest to możliwe
+
+ Recent keywords
+ Ostatnio szukane
- &Saved recent keywords
- &Zapisz ostatnie sÅowa szukane
+
+ Recent channels
+ Odwiedzone kanaÅy
- &Clear recent keywords
- &UsuÅ ostatnie sÅowa szukane
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ Nowa wersja %1 jest dostÄpna. Prosze <a href='%2'>aktualizuj do wersji %3</a>
- &Close
- &Zamknij
+
+ Make yourself comfortable
+ Czuj sie komfortowo
Video
+
+ Cannot get video stream for %1
+ Nie można uzyskaÄ dostÄpu do %1
+
+
+
Network error: %1 for %2
- BÅÄ
d sieci: %1 dla %2
+ BÅÄ
d sieci: %1 for %2
-
+
\ No newline at end of file
diff --git a/locale/pt_BR.ts b/locale/pt_BR.ts
index bc1237e..84974bc 100644
--- a/locale/pt_BR.ts
+++ b/locale/pt_BR.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
- Não há vida fora do navegador!
+ Há vida fora do navegador!
+
Version %1
Versão %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- Este é um lançamento "Prévio da Tecnologia", não esperamos que ela seja perfeita.
+
+ %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.
+
Report bugs and send in your ideas to %1
Relate as falhas e envie suas ideias para %1
- %1 is Free Software but its development takes precious time.
- %1 é um Software livre, mas o seu desenvolvimento tem um tempo precioso.
+
+ Icon designed by %1.
+ Ãcone desenhado por %1.
- Please <a href='%1'>donate via PayPal</a> to support the continued development of %2.
- Por favor, <a href='%1'>doções via PayPal</a> para apoiar o desenvolvimento contÃnuo de %2.
+
+ Compact mode contributed by %1.
+ Modo compacto contribuÃdo por %1.
- Icon designed by %1.
- Ãcone desenhado por %1.
+
+ HTTP proxy support contributed by %1.
+ Suporte a proxy HTTP contribuÃdo por %1.
+
Translated by %1
Traduzido 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
-
- Compact mode contributed by %1.
- Modo compacto contribuÃdo por %1.
-
-
- HTTP proxy support contributed by %1.
- Suporte a HTTP proxy contribuÃdo por %1.
-
-
- Windows version built by %1
- Vesão da janela construÃda por %1
-
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
- Por favor <a href='%1'>doe</a> para apoiar o desenvolvimento contÃnuo de %2.
-
ClearButton
+
Clear
Limpar
@@ -79,164 +79,198 @@
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
-
- %n Download(s)
-
-
-
-
-
+
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
+
+
+
+ %n Download(s)
+ %n Download %n Downloads
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
DownloadView
+
+
Downloads
-
+ Downloads
GlobalShortcuts
+
Play
-
+ Reproduzir
+
Pause
-
+ Pausar
+
Play/Pause
-
+ Reproduzir/Pausar
+
Stop
-
+ Parar
+
Stop playing after current track
-
+ Parar reprodução após a faixa atual
+
Next track
-
+ Próxima faixa
+
Previous track
-
+ Faixa anterior
+
Increase volume
-
+ Aumentar volume
+
Decrease volume
-
+ Diminuir volume
+
Mute
-
+ Mudo
+
Seek forward
-
+ Avançar
+
Seek backward
-
+ Voltar
ListModel
+
Searching...
Pesquisando...
+
Show %1 More
- Mostrar %1 a mais
+ Mostrar mais %1
+
No videos
Não há vÃdeos
+
No more videos
Não há mais vÃdeos
@@ -244,6 +278,7 @@
LoadingWidget
+
Error
Erro
@@ -251,384 +286,383 @@
MainWindow
- &Back
- &Voltar
-
-
- Alt+Left
- Alt+Left
-
-
- Go to the previous view
- Ir para a visualização anterior
-
-
+
&Stop
&Parar
+
Stop playback and go back to the search view
Parar a reprodução e voltar à visualização da pesquisa
- Esc
- Esc
-
-
+
S&kip
Pu&lar
+
Skip to the next video
Pular para o próximo vÃdeo
- Ctrl+Right
- Ctrl+Right
-
-
+
+
&Pause
&Pausar
+
+
Pause playback
Pausar a reprodução
- Space
- Barra de espaço
-
-
+
+
&Full Screen
&Tela Cheia
+
Go full screen
Ir para a tela cheia
- Alt+Return
- Alt+Enter
+
+ &Compact mode
+ Modo &compacto
+
+
+
+ Hide the playlist and the toolbar
+ Ocultar a playlist e a barra de ferramentas
- &YouTube
- &YouTube
+
+ Open the &YouTube page
+ Abrir a página do &YouTube
- Open the YouTube video page
- Abrir a página de vÃdeo do YouTube
+
+ Go to the YouTube video page and pause playback
+ Ir à página de vÃdeo do YouTube e pausar a reprodução
- Ctrl+Y
- Ctrl+Y
+
+ Copy the YouTube &link
+ Copiar o &link do YouTube
+
+ 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 video stream &URL
+ Copiar a &URL do stream do vÃdeo
+
+
+
+ Copy the current video stream URL to the clipboard
+ Copiar a URL do stream do vÃdeo atual para a área de transferência
+
+
+
&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
- Ctrl+Up
- Ctrl+Up
-
-
+
Move &Down
Mover para &baixo
+
Move down the selected videos in the playlist
Mover para baixo os vÃdeos selecionados na playlist
- Ctrl+Down
- Ctrl+Down
+
+ &Clear recent searches
+ &Limpar pesquisas recentes
+
+ Clear the search history. Cannot be undone.
+ Apagar o histórico de pesquisa. Não pode ser desfeito.
+
+
+
&Quit
&Sair
+
Ctrl+Q
Ctrl+Q
+
Bye
Tchau
+
&Website
Si&te
- Minitube on the Web
- Minitube na Web
-
-
+
%1 on the Web
%1 na Web
- &Donate via PayPal
- &Doações via PayPal
+
+ Make a &donation
+ Faça uma &doação
+
Please support the continued development of %1
- Por favor, apoie o desenvolvimento contÃnuo de %1
+ Por favor, apoie o desenvolvimento continuado de %1
+
&About
&Sobre
+
Info about %1
Informações sobre %1
- &Search
- &Pesquisar
-
-
- &Application
- &Aplicação
-
-
- &Playlist
- &Playlist
-
-
- &Video
- &VÃdeo
-
-
- &Help
- &Ajuda
-
-
- Opening %1
- Abrindo %1
-
-
- &Play
- &Reproduzir
-
-
- Resume playback
- Continuar reprodução
-
-
- Exit &Full Screen
- Sair de &Tela Cheia
+
+ Search
+ Pesquisar
- &Compact mode
- Modo &compacto
+
+ Mute volume
+ Volume mudo
- Hide the playlist and the toolbar
- Ocultar a playlist e a barra de ferramentas
+
+ Ctrl+M
+ Ctrl+M
- Fatal error: %1
- Erro fatal: %1
+
+
+ &Downloads
+ &Downloads
- Error: %1
- Erro: %1
+
+ Show details about video downloads
+ Mostrar detalhes sobre os downloads de vÃdeo
- Ctrl+M
- Ctrl+M
+
+ &Download
+ &Download
- Volume at %1%
- Volume a %1%
+
+ Download the current video
+ Baixar o vÃdeo atual
- Volume is muted
- Volume está mudo
+
+ &Application
+ &Aplicação
- Volume is unmuted
- Volume não está mudo
+
+ &Playlist
+ &Playlist
- Search
- Pesquisar
+
+ &Video
+ &VÃdeo
- Mute volume
- Volume mudo
+
+ &Help
+ &Ajuda
+
Press %1 to raise the volume, %2 to lower it
Pressione %1 para aumentar o volume, %2 para diminui-lo
- Remaining time: %1
- Tempo restante: %1
-
-
- High Definition video is enabled
- VÃdeo de Alta Definição está habilitado
+
+
+ Opening %1
+ Abrindo %1
- High Definition video is not enabled
- VÃdeo de Alta Definição não está habilitado
+
+ Do you want to exit %1 with a download in progress?
+ Você deseja sair de "%1" com uma transferência em curso?
- The current video is in High Definition
- O vÃdeo atual está em Alta Definição
+
+ If you close %1 now, this download will be cancelled.
+ Se você fechar %1 agora, este download será cancelado.
- The current video is not in High Definition
- O vÃdeo atual nõ está em Alta Definição
+
+ Close and cancel download
+ Fechar e cancelar download
- &Clear recent keywords
- &Apagar palavras-chave recentes
+
+ Wait for download to finish
+ Aguardar o download terminar
- Clear the search history. Cannot be undone.
- Apagar o histórico de pesquisa. Não pode ser desfeito.
+
+ Fatal error: %1
+ Erro fatal: %1
- Your privacy is now safe
- Sua privacidade está agora segura
+
+ Error: %1
+ Erro: %1
- Open the &YouTube page
- Abrir a página do &YouTube
+
+ &Play
+ &Reproduzir
- Go to the YouTube video page and pause playback
- Ir à página de vÃdeo do YouTube e pausar a reprodução
+
+ Resume playback
+ Continuar reprodução
- Copy the YouTube &link
- Copiar o &link do YouTube
+
+ Exit &Full Screen
+ Sair de &Tela Cheia
- Copy the current video YouTube link to the clipboard
- Copiar o link do vÃdeo atual do YouTube para a área de transferência
+
+ Remaining time: %1
+ Tempo restante: %1
- Copy the video stream &URL
- Copiar a &URL do stream do vÃdeo
+
+ Volume at %1%
+ Volume a %1%
- Copy the current video stream URL to the clipboard
- Copiar a URL do stream do vÃdeo atual para a área de transferência
+
+ Volume is muted
+ Volume está mudo
- Make a &donation
- Faça uma &doação
+
+ Volume is unmuted
+ Volume não está mudo
+
Maximum video definition set to %1
Máxima definição de vÃdeo definida para %1
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
+
+ Your privacy is now safe
+ Sua privacidade está agora segura
+
Downloads complete
-
+ Downloads finalizados
MediaView
+
Most relevant
Mais relevantes
+
Most recent
Mais recentes
+
Most viewed
Mais vistos
- You're watching "%1"
- Você está assistindo "%1"
-
-
+
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
+
Get the full version
-
+ Obter a versão completa
+
Downloading %1
-
+ Baixando %1
NetworkAccess
+
Network error: %1
Erro na rede: %1
@@ -636,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1 exibições
- %1 of %2 (%3) ? %4
-
+
+ %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
SearchLineEdit
+
Search
Pesquisar
@@ -686,62 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Bem-vindo ao <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- Digite uma palavra-chave para começar a assistir os vÃdeos.
-
-
- Watch
- Assistir
+
+ Get the full version
+ Obter a versão completa
- Recent keywords
- Palavra-chave recente
+
+ Enter
+ "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos"
+ Digite
- A new version of %1 is available. Please <a href='%2'>update to version %3</a>
- Um nova versão de %1 está disponÃvel. Por favor, <a href='%2'>atualize para a versão %3</a>
+
+ a keyword
+ uma palavra chave
- Make yourself comfortable
- Sinta-se confortável
+
+ a channel
+ um canal
-
-
- SettingsView
- Preferences
- Preferências
+
+ to start watching videos.
+ para começar a assistir vÃdeos.
- &Video options
- Opções de &vÃdeo
+
+ Watch
+ Assistir
- Use high quality video when available
- Utilizar vÃdeo de alta qualidade quando estiver disponÃvel
+
+ Recent keywords
+ Palavra-chave recente
- &Saved recent keywords
- Palavras-chave &salvas recentemente
+
+ Recent channels
+ Canais recentes
- &Clear recent keywords
- Palavras-chave &limpas recentemente
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ Um nova versão de %1 está disponÃvel. Por favor, <a href='%2'>atualize para a versão %3</a>
- &Close
- &Fechar
+
+ Make yourself comfortable
+ Sinta-se confortável
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
-
+
\ No newline at end of file
diff --git a/locale/pt_PT.ts b/locale/pt_PT.ts
index 7742623..8bd6b75 100644
--- a/locale/pt_PT.ts
+++ b/locale/pt_PT.ts
@@ -1,58 +1,69 @@
-
-
-
+
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.
+
Report bugs and send in your ideas to %1
Reporte erros e envie as suas ideias para%1
+
Icon designed by %1.
Icon criado por %1.
+
Compact mode contributed by %1.
Modo compacto contribuÃdo por%1.
+
HTTP proxy support contributed by %1.
Suporte a proxy HTTP contribuÃdo por%1.
+
Translated by %1
Traduzido 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
@@ -60,6 +71,7 @@
ClearButton
+
Clear
Limpar
@@ -67,88 +79,103 @@
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
-
- %n Download(s)
-
- %n Transferência
- %n Transferências
-
-
+
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
+
+
+ %n Download(s)
+ %n Transferência %n Transferências
+
DownloadSettings
+
Change location...
- soa melhor assim :)
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
@@ -156,6 +183,8 @@
DownloadView
+
+
Downloads
Transferências
@@ -163,52 +192,62 @@
GlobalShortcuts
+
Play
- vale a pena traduzir?
Iniciar
+
Pause
Pausa
+
Play/Pause
Iniciar/Pausar
+
Stop
- vale a pena traduzir?
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
@@ -216,18 +255,22 @@
ListModel
+
Searching...
A pesquisar...
+
Show %1 More
Mostrar mais %1
+
No videos
Sem vÃdeos
+
No more videos
Sem mais vÃdeos
@@ -235,6 +278,7 @@
LoadingWidget
+
Error
Erro
@@ -242,250 +286,317 @@
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
+
&Compact mode
Modo &Compacto
+
Hide the playlist and the toolbar
Esconder a lista de reprodução e a barra de ferramentas
+
Open the &YouTube page
Abrir a página do &Youtube
+
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 YouTube &link
Copiar o &link do Youtube
+
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 video stream &URL
Copiar o &URL da emissão de vÃdeo
+
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
+
&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 recent keywords
+
+ &Clear recent searches
&Limpar pesquisas recentes
+
Clear the search history. Cannot be undone.
Limpar o histório de pesquisa. Não pode ser desfeito.
+
&Quit
&Sair
+
Ctrl+Q
Ctrl+Q
+
Bye
Adeus
+
&Website
SÃtio &Web
+
%1 on the Web
%1 na Internet
+
Make a &donation
Fazer uma &doação
+
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
+
Ctrl+M
Ctrl+M
+
+
+ &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
+
+
+
&Application
&Aplicação
+
&Playlist
&Lista de reprodução
+
&Video
&VÃdeo
+
&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
+
+
+
Fatal error: %1
Erro fatal:%1
+
Error: %1
Erro:%1
+
&Play
&Reproduzir
+
Resume playback
Retomar a reprodução
+
Exit &Full Screen
Sair do Ecrã &Completo
+
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
- &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
-
-
- 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
-
-
+
Downloads complete
Transferência completa
@@ -493,50 +604,57 @@
MediaView
+
Most relevant
Mais relevantes
+
Most recent
Mais recentes
+
Most viewed
Mais vistos
+
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.
- You're watching "%1"
- Está a assistir a "%1"
-
-
+
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
+
Get the full version
Transfira a versão completa
+
Downloading %1
Transferir: %1
@@ -544,6 +662,7 @@
NetworkAccess
+
Network error: %1
Erro de rede: %1
@@ -551,42 +670,52 @@
PrettyItemDelegate
+
%1 views
%1 visualizações
- %1 of %2 (%3) ? %4
- %1 de %2 (%3) ? %4
+
+ %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
@@ -594,6 +723,7 @@
SearchLineEdit
+
Search
Pesquisar
@@ -601,26 +731,58 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Bem-vindo ao <a href='%1'>%2</a>
- Enter a keyword to start watching videos.
- Insira uma pesquisa para começar a assitir a vÃdeos.
+
+ 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
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
Uma nova versão do %1 está disponÃvel. Por favor <a href='%2'>actualize para a versão %3</a>
+
Make yourself comfortable
Acomode-se confortavelmente
@@ -628,8 +790,14 @@
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 --git a/locale/ro.ts b/locale/ro.ts
new file mode 100644
index 0000000..056c155
--- /dev/null
+++ b/locale/ro.ts
@@ -0,0 +1,803 @@
+
+UTF-8
+
+ AboutView
+
+
+ There's life outside the browser!
+ ExistÄ viaÅ£Ä dincolo de browser!
+
+
+
+ Version %1
+ Versiunea %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.
+
+
+
+ Report bugs and send in your ideas to %1
+ RaporteazÄ erori Åi trimite ideile tale la %1
+
+
+
+ Icon designed by %1.
+ Iconul a fost conceput de %1.
+
+
+
+ Compact mode contributed by %1.
+ Modul compact a fost dezvoltat de %1.
+
+
+
+ HTTP proxy support contributed by %1.
+ Suportul pentru proxy-uri HTTP a fost dezvoltat de %1.
+
+
+
+ Translated by %1
+ Tradus 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 n-ai vrut sÄ Ã®ndrÄzneÅti a întreba
+
+
+
+ ClearButton
+
+
+ Clear
+ Återge
+
+
+
+ DownloadItem
+
+
+ bytes
+ octeţi
+
+
+
+ KB
+ kiloocteţi
+
+
+
+ MB
+ megaocteţi
+
+
+
+ bytes/sec
+ octeÅ£i/secundÄ
+
+
+
+ KB/sec
+ kiloocteÅ£i/secundÄ
+
+
+
+ MB/sec
+ megaocteÅ£i/secundÄ
+
+
+
+ seconds
+ secunde
+
+
+
+ minutes
+ minute
+
+
+
+ %4 %5 remaining
+ %4 %5 rÄmase
+
+
+
+ DownloadManager
+
+
+ This is just the demo version of %1.
+ Acesta este doar o versiune demo a %1.
+
+
+
+ It can only download videos shorter than %1 minutes so you can test the download functionality.
+ Poate doar sÄ descarce clipuri 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
+ Ia versiunea completÄ
+
+
+
+ %n Download(s)
+ %n DescÄrcare (descÄrcÄri) %n DescÄrcare (descÄrcÄri) %n DescÄrcare (descÄrcÄri)
+
+
+
+ DownloadSettings
+
+
+ Change location...
+ Schimbare locaţie...
+
+
+
+ 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
+
+
+
+ DownloadView
+
+
+
+ Downloads
+ DescÄrcÄri
+
+
+
+ GlobalShortcuts
+
+
+ Play
+ Redare
+
+
+
+ Pause
+ PauzÄ
+
+
+
+ Play/Pause
+ Redare/PauzÄ
+
+
+
+ Stop
+ Stop
+
+
+
+ Stop playing after current track
+ OpreÅte redarea dupÄ piesa curentÄ
+
+
+
+ Next track
+ Piesa urmÄtoare
+
+
+
+ Previous track
+ Piesa anterioarÄ
+
+
+
+ Increase volume
+ CreÅtere volum
+
+
+
+ Decrease volume
+ DescreÅtere volum
+
+
+
+ Mute
+ Mut
+
+
+
+ Seek forward
+ CÄutare înainte
+
+
+
+ Seek backward
+ CÄutare înapoi
+
+
+
+ ListModel
+
+
+ Searching...
+ CÄutare...
+
+
+
+ Show %1 More
+ AfiÅeazÄ Ã®ncÄ %1
+
+
+
+ No videos
+ Nu sunt videoclipuri
+
+
+
+ No more videos
+ Nu mai sunt videoclipuri
+
+
+
+ LoadingWidget
+
+
+ Error
+ Eroare
+
+
+
+ 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
+ SchimbÄ modul de vizualizare pe tot ecranul
+
+
+
+ &Compact mode
+ Mod &compact
+
+
+
+ Hide the playlist and the toolbar
+ Ascunde lista de redare Åi bara de unelte
+
+
+
+ Open the &YouTube page
+ Deschide pagina &YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+ Deschide pagina de pe YouTube si pune pauzÄ
+
+
+
+ Copy the YouTube &link
+ CopiazÄ &link-ul de YouTube
+
+
+
+ Copy the current video YouTube link to the clipboard
+ CopiazÄ link-ul videoclipului curent în clipboard
+
+
+
+ Copy the video stream &URL
+ CopiazÄ adresa streamul&ui
+
+
+
+ Copy the current video stream URL to the clipboard
+ CopiazÄ adresa stream-ului în clipboard
+
+
+
+ &Remove
+ Å&terge
+
+
+
+ Remove the selected videos from the playlist
+ Återge clipul 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 recent searches
+ Å&terge cÄutÄrile recente
+
+
+
+ Clear the search history. Cannot be undone.
+ CurÄÅ£Ä istoricul de cÄutÄri. AceastÄ acÅ£iune nu poate fi anulatÄ.
+
+
+
+ &Quit
+ &IeÅire
+
+
+
+ Ctrl+Q
+ Ctrl+Q
+
+
+
+ Bye
+ La revedere
+
+
+
+ &Website
+ Site &Web
+
+
+
+ %1 on the Web
+ %1 pe Web
+
+
+
+ Make a &donation
+ &DoneazÄ
+
+
+
+ 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
+
+
+
+ Ctrl+M
+ Ctrl+M
+
+
+
+
+ &Downloads
+ &DescÄrcÄri
+
+
+
+ Show details about video downloads
+ AratÄ detalii despre descÄrcÄrile video
+
+
+
+ &Download
+ &DescÄrcare
+
+
+
+ Download the current video
+ DescarcÄ clipul curent
+
+
+
+ &Application
+ &Aplicaţie
+
+
+
+ &Playlist
+ &ListÄ de redare
+
+
+
+ &Video
+ &Video
+
+
+
+ &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
+
+
+
+ Fatal error: %1
+ Eroare fatalÄ : %1
+
+
+
+ Error: %1
+ Eroare: %1
+
+
+
+ &Play
+ &Redare
+
+
+
+ Resume playback
+ RezumÄ redarea videoclipului
+
+
+
+ Exit &Full Screen
+ PÄrÄseÅte modul "Ec&ran complet"
+
+
+
+ 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
+
+
+
+ MediaView
+
+
+ Most relevant
+ Cele mai relevante
+
+
+
+ Most recent
+ Cele mai recente
+
+
+
+ Most viewed
+ Cele mai vizualizate
+
+
+
+ You can now paste the YouTube link into another application
+ Acum poÅ£i lipi link-ul într-o altÄ aplicaÅ£ie
+
+
+
+ You can now paste the video stream URL into another application
+ Acum poÅ£i lipi link-ul stream-ului într-o altÄ aplicaÅ£ie
+
+
+
+ The link will be valid only for a limited time.
+ Link-ul va fi valid doar pentru o perioadÄ limitatÄ de timp.
+
+
+
+ This is just the demo version of %1.
+ Aceasta este doar o versiune demonstrativÄ 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Ä
+
+
+
+ Get the full version
+ Ia versiunea completÄ
+
+
+
+ Downloading %1
+ DescÄrcare %1
+
+
+
+ NetworkAccess
+
+
+ Network error: %1
+ Eroare de reţea : %1
+
+
+
+ PrettyItemDelegate
+
+
+ %1 views
+ %1 vizualizÄ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 folder-ul pÄrinte
+
+
+
+ Restart downloading
+ Repornire descÄrcare
+
+
+
+ SearchLineEdit
+
+
+ Search
+ CÄutare
+
+
+
+ SearchView
+
+
+ Welcome to <a href='%1'>%2</a>,
+ Bine aţi venit la <a href='%1'>%2</a>,
+
+
+
+ Get the full version
+ Ia versiunea completÄ
+
+
+
+ Enter
+ "Enter", as in "type". The whole frase 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
+
+
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ Este disponibilÄ o nouÄ versiune a %1. Te rog <a href='%2'>sÄ actualizezi</a> aplicaÅ£ia la versiunea %3
+
+
+
+ Make yourself comfortable
+ FaceÅ£i-vÄ confortabil
+
+
+
+ Video
+
+
+ Cannot get video stream for %1
+ Nu pot prelua streamul video pentru %1
+
+
+
+ Network error: %1 for %2
+ Eroare reţea: %1 pentru %2
+
+
+
\ No newline at end of file
diff --git a/locale/ro_RO.ts b/locale/ro_RO.ts
index 3ede0d8..35a991b 100644
--- a/locale/ro_RO.ts
+++ b/locale/ro_RO.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
ExistÄ viaÅ£Ä dincolo de browser!
+
Version %1
Versiunea %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- AceastÄ versiune este doar pentru o "impresie tehnlogicÄ", nu te aÅtepta sÄ funcÅ£ioneze perfect.
-
-
- Report bugs and send in your ideas to %1
- RaporteazÄ erori Åi trimite ideile tale la %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 via PayPal</a> to support the continued development of %2.
- Te gog <a href='%1'>doneazÄ o sumÄ modestÄ</a> pentru a ajuta dezvoltarea %2.
+
+ 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.
+
+
+
+ Report bugs and send in your ideas to %1
+ RaporteazÄ erori Åi trimite ideile tale la %1
+
Icon designed by %1.
Iconul a fost conceput de %1.
+
Compact mode contributed by %1.
Modul compact a fost dezvoltat de %1.
+
HTTP proxy support contributed by %1.
Suportul pentru proxy-uri HTTP a fost dezvoltat de %1.
- Windows version built by %1
- Version Windows faite par %1
-
-
+
Translated by %1
Tradus 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 n-ai vrut sÄ Ã®ndrÄzneÅti a întreba
-
- 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.
-
ClearButton
+
Clear
Återge
@@ -79,165 +79,198 @@
DownloadItem
+
bytes
-
+
+
KB
-
+
+
MB
-
+
+
bytes/sec
-
+
+
KB/sec
-
+
+
MB/sec
-
+
+
seconds
-
+
+
minutes
-
+
+
%4 %5 remaining
-
+
DownloadManager
-
- %n Download(s)
-
-
-
-
-
-
+
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
-
+
+
+
+
+ %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
-
+
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...
CÄutare...
+
Show %1 More
AfiÅeazÄ Ã®ncÄ %1
+
No videos
Nu sunt videoclipuri
+
No more videos
Nu mai sunt videoclipuri
@@ -245,6 +278,7 @@
LoadingWidget
+
Error
Eroare
@@ -252,344 +286,383 @@
MainWindow
- &Back
- Ãna&poi
-
-
- Go to the previous view
- Ãntoarcere
-
-
+
&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
SchimbÄ modul de vizualizare pe tot ecranul
+
&Compact mode
Mod &compact
+
Hide the playlist and the toolbar
Ascunde lista de redare Åi bara de unelte
- &YouTube
- &Youtube
+
+ Open the &YouTube page
+ Deschide pagina &YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+ Deschide pagina de pe YouTube si pune pauzÄ
+
+
+
+ Copy the YouTube &link
+ CopiazÄ &link-ul de YouTube
+
+
+
+ Copy the current video YouTube link to the clipboard
+ CopiazÄ link-ul videoclipului curent în clipboard
+
+
+
+ Copy the video stream &URL
+ CopiazÄ adresa streamul&ui
- Open the YouTube video page
- Deschide pagina YouTube
+
+ Copy the current video stream URL to the clipboard
+ CopiazÄ adresa stream-ului în clipboard
+
&Remove
Å&terge
+
Remove the selected videos from the playlist
Återge clipul 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 recent searches
+
+
+
+
+ Clear the search history. Cannot be undone.
+ CurÄÅ£Ä istoricul de cÄutÄri. AceastÄ acÅ£iune nu poate fi anulatÄ.
+
+
+
&Quit
&IeÅire
+
Ctrl+Q
Ctrl+Q
+
Bye
La revedere
+
&Website
Site &Web
+
%1 on the Web
%1 pe Web
- &Donate via PayPal
- &DoneazÄ prin PayPal
+
+ Make a &donation
+ &DoneazÄ
+
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
+
Ctrl+M
Ctrl+M
+
+
+ &Downloads
+
+
+
+
+ Show details about video downloads
+
+
+
+
+ &Download
+
+
+
+
+ Download the current video
+
+
+
+
+ &Application
+ &Aplicaţie
+
+
+
&Playlist
&ListÄ de redare
+
&Video
&Video
+
&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?
+
+
+
+
+ If you close %1 now, this download will be cancelled.
+
+
+
+
+ Close and cancel download
+
+
+
+
+ Wait for download to finish
+
+
+
+
Fatal error: %1
Eroare fatalÄ : %1
+
Error: %1
Eroare: %1
+
&Play
&Redare
+
Resume playback
RezumÄ redarea videoclipului
+
Exit &Full Screen
PÄrÄseÅte modul "Ec&ran complet"
+
Remaining time: %1
Timp rÄmas : %1
+
Volume at %1%
Volum %1
+
Volume is muted
Sunetul este oprit
+
Volume is unmuted
Sunetul este pornit
- High Definition video is enabled
- Modul ÃnaltÄ DefiniÅ£ie este activ
-
-
- High Definition video is not enabled
- Modul ÃnaltÄ DefiniÅ£ie nu este activ
-
-
- The current video is in High Definition
- Videoclipul curent este în format ÃnaltÄ DefiniÅ£ie
-
-
- The current video is not in High Definition
- Videoclipul curent nu este în format ÃnaltÄ DefiniÅ£ie
-
-
- &Clear recent keywords
- Återge &cÄutÄrile recente
-
-
- &Application
- &Aplicaţie
-
-
- Clear the search history. Cannot be undone.
- CurÄÅ£Ä istoricul de cÄutÄri. AceastÄ acÅ£iune nu poate fi anulatÄ.
-
-
- Your privacy is now safe
- Intimitatea dumneavoastrÄ este acum în siguranÅ£Ä
-
-
- Open the &YouTube page
- Deschide pagina &YouTube
-
-
- Go to the YouTube video page and pause playback
- Deschide pagina de pe YouTube si pune pauzÄ
-
-
- Copy the YouTube &link
- CopiazÄ &link-ul de YouTube
-
-
- Copy the current video YouTube link to the clipboard
- CopiazÄ link-ul videoclipului curent în clipboard
-
-
- Copy the video stream &URL
- CopiazÄ adresa streamul&ui
-
-
- Copy the current video stream URL to the clipboard
- CopiazÄ adresa stream-ului în clipboard
-
-
- Make a &donation
- &DoneazÄ
-
-
+
Maximum video definition set to %1
RezoluÅ£ia maxima a videoclipului este setatÄ la %1
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
+
+ Your privacy is now safe
+ Intimitatea dumneavoastrÄ este acum în siguranÅ£Ä
+
Downloads complete
-
+
MediaView
+
Most relevant
Cele mai relevante
+
Most recent
Cele mai recente
+
Most viewed
Cele mai vizualizate
- You're watching "%1"
- Te uiţi la %1
-
-
+
You can now paste the YouTube link into another application
Acum poÅ£i lipi link-ul într-o altÄ aplicaÅ£ie
+
You can now paste the video stream URL into another application
Acum poÅ£i lipi link-ul stream-ului într-o altÄ aplicaÅ£ie
+
The link will be valid only for a limited time.
Link-ul va fi valid doar pentru o perioadÄ limitatÄ de timp.
+
This is just the demo version of %1.
-
+
+
It allows you to test the application and see if it works for you.
-
+
+
Continue
-
+
+
Get the full version
-
+
+
Downloading %1
-
+
NetworkAccess
+
Network error: %1
Eroare de reţea : %1
@@ -597,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1 vizualizÄri
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+
+
Preparing
-
+
+
Failed
-
+
+
Completed
-
+
+
Stopped
-
+
+
Stop downloading
-
+
+
Show in %1
-
+
+
Open parent folder
-
+
+
Restart downloading
-
+
SearchLineEdit
+
Search
CÄutare
@@ -647,42 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
Bine aţi venit la <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- EfectuaÅ£i o cÄutare pentru a începe sÄ vizionaÅ£i videoclipuri.
+
+ 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
UrmÄreÅte
+
Recent keywords
CÄutÄri recente
+
+ Recent channels
+
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
Este disponibilÄ o nouÄ versiune a %1. Te rog <a href='%2'>sÄ actualizezi</a> aplicaÅ£ia la versiunea %3
+
Make yourself comfortable
FaceÅ£i-vÄ confortabil
- SettingsView
+ Video
- Preferences
- Preferinţe
+
+ Cannot get video stream for %1
+
-
-
- Video
+
Network error: %1 for %2
Eroare reţea: %1 pentru %2
-
+
\ No newline at end of file
diff --git a/locale/ru_RU.ts b/locale/ru_RU.ts
index 3fba019..b69e9e6 100644
--- a/locale/ru_RU.ts
+++ b/locale/ru_RU.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
- ÐÐ¸Ð·Ð½Ñ Ð·Ð° пÑеделами бÑаÑзеÑа!
+ ÐÐ¸Ð·Ð½Ñ Ð²Ð½Ðµ бÑаÑзеÑа!
+
Version %1
ÐеÑÑÐ¸Ñ %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- ÐÑа пÑедваÑиÑелÑÐ½Ð°Ñ Ð²ÐµÑÑиÑ, не ÑÑÐ¾Ð¸Ñ Ð¾Ð¶Ð¸Ð´Ð°ÑÑ ÑовеÑÑенÑÑва.
+
+ %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.
+
Report bugs and send in your ideas to %1
ÐÑзÑÐ²Ñ Ð¸ ÑообÑÐµÐ½Ð¸Ñ Ð¾Ð± оÑибкаÑ
ÑледÑÐµÑ Ð¾ÑпÑавлÑÑÑ Ð½Ð° %1
- %1 is Free Software but its development takes precious time.
- %1 - Ñвободное ÐÐ, но его ÑазÑабоÑка оÑÐ½Ð¸Ð¼Ð°ÐµÑ Ð´ÑагоÑенное вÑемÑ.
+
+ Icon designed by %1.
+ ÐвÑÐ¾Ñ Ð·Ð½Ð°Ñка %1.
- Please <a href='%1'>donate via PayPal</a> to support the continued development of %2.
- <a href='%1'>ÐоддеÑжиÑе ÑеÑез PayPal</a> далÑнейÑÑÑ ÑазÑабоÑÐºÑ %2.
+
+ Compact mode contributed by %1.
+ ÐблегÑÑннÑй Ñежим пÑедоÑÑавлен %1.
- Icon designed by %1.
- ÐвÑÐ¾Ñ Ð·Ð½Ð°Ñка %1.
+
+ HTTP proxy support contributed by %1.
+ ÐоддеÑжка HTTP-пÑокÑи пÑедоÑÑавлена %1.
+
Translated 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 и никогда Ð±Ñ Ð½Ðµ ÑпÑоÑили
-
- Compact mode contributed by %1.
- ÐблегÑÑннÑй Ñежим пÑедоÑÑавлен %1.
-
-
- HTTP proxy support contributed by %1.
- ÐоддеÑжка HTTP-пÑокÑи пÑедоÑÑавлена %1.
-
-
- Windows version built by %1
- СбоÑÐºÑ Ð¿Ð¾Ð´ Windows вÑполнил %1
-
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
- <a href='%1'>ÐоддеÑжиÑе</a> далÑнейÑÑÑ ÑазÑабоÑÐºÑ %2.
-
ClearButton
+
Clear
ÐÑиÑÑиÑÑ
@@ -79,165 +79,198 @@
DownloadItem
+
bytes
-
+ байÑ
+
KB
-
+ ÐбайÑ
+
MB
-
+ ÐбайÑ
+
bytes/sec
-
+ байÑ/Ñек
+
KB/sec
-
+ ÐбайÑ/Ñек
+
MB/sec
-
+ ÐбайÑ/Ñек
+
seconds
-
+ ÑекÑнд
+
minutes
-
+ минÑÑ
+
%4 %5 remaining
-
+ оÑÑалоÑÑ %4 %5
DownloadManager
-
- %n Download(s)
-
-
-
-
-
-
+
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
-
+ ÐолÑÑиÑÑ Ð¿Ð¾Ð»Ð½ÑÑ Ð²ÐµÑÑиÑ
+
+
+
+ %n Download(s)
+ ÐагÑÑжаеÑÑÑ %n Ñайл ÐагÑÑжаÑÑÑÑ %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
+ ÐоказаÑÑ ÐµÑÑ %1
+
No videos
ÐÐ»Ð¸Ð¿Ñ Ð½Ðµ найденÑ
+
No more videos
ÐолÑÑе Ð½ÐµÑ ÐºÐ»Ð¸Ð¿Ð¾Ð²
@@ -245,6 +278,7 @@
LoadingWidget
+
Error
ÐÑибка
@@ -252,384 +286,383 @@
MainWindow
- &Back
- &Ðазад
-
-
- Alt+Left
- Alt+ÑÑÑелка назад
-
-
- Go to the previous view
- ÐеÑейÑи к пÑедÑдÑÑемÑ
-
-
+
&Stop
&ÐÑÑановиÑÑ
+
Stop playback and go back to the search view
ÐÑÑановиÑÑ Ð²Ð¾ÑпÑоизведение и веÑнÑÑÑÑÑ Ðº поиÑкÑ
- Esc
- Esc
-
-
+
S&kip
Ð&ÑопÑÑÑиÑÑ
+
Skip to the next video
ÐеÑейÑи к ÑледÑÑÑÐµÐ¼Ñ ÐºÐ»Ð¸Ð¿Ñ
- Ctrl+Right
- Ctrl+ÑÑÑелка впÑаво
-
-
+
+
&Pause
- &ÐÑиоÑÑановиÑÑ
+ &ÐаÑза
+
+
Pause playback
ÐÑиоÑÑановиÑÑ Ð²Ð¾ÑпÑоизведение
- Space
- ÐÑобел
-
-
+
+
&Full Screen
&Ðа веÑÑ ÑкÑан
+
Go full screen
ÐолноÑкÑанное воÑпÑоизведение
- Alt+Return
- Alt+Enter
+
+ &Compact mode
+ &ÐомпакÑнÑй Ñежим
+
+
+
+ Hide the playlist and the toolbar
+ СкÑÑÑÑ ÑпиÑок воÑпÑÐ¾Ð¸Ð·Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¸ Ð¿Ð°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов
+
+
+
+ Open the &YouTube page
+ ÐÑкÑÑÑÑ ÑÑÑаниÑÑ &YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+ ÐÑиоÑÑановиÑÑ Ð²Ð¾ÑпÑоизведение и пеÑейÑи на ÑÑÑаниÑÑ Ð²Ð¸Ð´ÐµÐ¾ в YouTube
+
+
+
+ Copy the YouTube &link
+ ÐопиÑоваÑÑ &ÑÑÑÐ»ÐºÑ YouTube
- &YouTube
- &YouTube
+
+ Copy the current video YouTube link to the clipboard
+ СкопиÑоваÑÑ ÑÑÑÐ»ÐºÑ ÑекÑÑего клипа YouTube в бÑÑÐµÑ Ð¾Ð±Ð¼ÐµÐ½Ð°
- Open the YouTube video page
- ÐÑкÑÑÑÑ ÑÑÑаниÑÑ Ð²Ð¸Ð´ÐµÐ¾ в YouTube
+
+ Copy the video stream &URL
+ ÐопиÑоваÑÑ &адÑÐµÑ Ð²Ð¸Ð´ÐµÐ¾ поÑока
- Ctrl+Y
- Ctrl+Y
+
+ Copy the current video stream URL to the clipboard
+ СкопиÑоваÑÑ Ð°Ð´ÑÐµÑ ÑекÑÑего видео поÑока в бÑÑÐµÑ Ð¾Ð±Ð¼ÐµÐ½Ð°
+
&Remove
&УдалиÑÑ
+
Remove the selected videos from the playlist
УдалиÑÑ Ð²ÑбÑаннÑе ÐºÐ»Ð¸Ð¿Ñ Ð¸Ð· ÑпиÑка воÑпÑоизведениÑ
+
Move &Up
Ð&веÑÑ
+
Move up the selected videos in the playlist
ÐеÑемеÑÑиÑÑ Ð²ÑбÑаннÑе Ð²Ð¸Ð´ÐµÐ¾ÐºÐ»Ð¸Ð¿Ñ Ð²Ð²ÐµÑÑ
в ÑпиÑке воÑпÑоизведениÑ
- Ctrl+Up
- Ctrl+ÑÑÑелка ввеÑÑ
-
-
+
Move &Down
Ð&низ
+
Move down the selected videos in the playlist
ÐеÑемеÑÑиÑÑ Ð²ÑбÑаннÑе Ð²Ð¸Ð´ÐµÐ¾ÐºÐ»Ð¸Ð¿Ñ Ð²Ð½Ð¸Ð· в ÑпиÑке воÑпÑоизведениÑ
- Ctrl+Down
- Ctrl+ÑÑÑелка вниз
+
+ &Clear recent searches
+ ÐÑиÑÑиÑÑ ÑпиÑок поÑледниÑ
запÑоÑов
+
+ Clear the search history. Cannot be undone.
+ ÐÑиÑÑиÑÑ Ð¸ÑÑоÑÐ¸Ñ Ð·Ð°Ð¿ÑоÑов. ÐÐ·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð½ÐµÐ¾Ð±ÑаÑимÑ.
+
+
+
&Quit
&ÐÑÑ
од
+
Ctrl+Q
Ctrl+Q
+
Bye
Ðока
+
&Website
&ÐомаÑнÑÑ ÑÑÑаниÑа
- Minitube on the Web
- Minitube в инÑеÑнеÑе
-
-
+
%1 on the Web
%1 в инÑеÑнеÑе
- &Donate via PayPal
- &ÐоддеÑжаÑÑ ÑеÑез PayPal
+
+ Make a &donation
+ СделаÑÑ &пожеÑÑвование
+
Please support the continued development of %1
ÐоддеÑжиÑе далÑнейÑÑÑ ÑазÑабоÑÐºÑ %1
+
&About
&РпÑогÑамме
+
Info about %1
Ð¡Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ %1
- &Search
- &ÐоиÑк
-
-
- &Application
- ÐÑ&иложение
-
-
- &Playlist
- &СпиÑок воÑпÑоизведениÑ
-
-
- &Video
- &ÐлипÑ
-
-
- &Help
- СпÑ&авка
-
-
- Opening %1
- ÐÑкÑÑÑие %1
-
-
- &Play
- ÐÑ&оигÑаÑÑ
-
-
- Resume playback
- ÐÑодолжиÑÑ Ð²Ð¾ÑпÑоизведение
-
-
- Exit &Full Screen
- Ð&ÑйÑи из полноÑкÑанного воÑпÑоизведениÑ
+
+ Search
+ ÐоиÑк
- &Compact mode
- &ÐблегÑÑннÑй Ñежим
+
+ Mute volume
+ ÐÑклÑÑиÑÑ Ð·Ð²Ñк
- Hide the playlist and the toolbar
- СкÑÑÑÑ ÑпиÑок воÑпÑÐ¾Ð¸Ð·Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¸ Ð¿Ð°Ð½ÐµÐ»Ñ Ð¸Ð½ÑÑÑÑменÑов
+
+ Ctrl+M
+ Ctrl+M
- Fatal error: %1
- ФаÑалÑÐ½Ð°Ñ Ð¾Ñибка: %1
+
+
+ &Downloads
+ ÐагÑÑзки
- Error: %1
- ÐÑибка: %1
+
+ Show details about video downloads
+ ÐоказаÑÑ Ð¿Ð¾Ð´ÑобноÑÑи о загÑÑзкаÑ
видео
- Ctrl+M
- Ctrl+M
+
+ &Download
+ ÐагÑÑзиÑÑ
- Volume at %1%
- ÐÑомкоÑÑÑ %1%
+
+ Download the current video
+ ÐагÑÑзиÑÑ Ð¿ÑоигÑÑваемÑй Ñайл
- Volume is muted
- ÐвÑк вÑклÑÑен
+
+ &Application
+ ÐÑ&иложение
- Volume is unmuted
- ÐвÑк вклÑÑен
+
+ &Playlist
+ &СпиÑок воÑпÑоизведениÑ
- Search
- ÐоиÑк
+
+ &Video
+ &Ðидео
- Mute volume
- ÐÑклÑÑиÑÑ Ð·Ð²Ñк
+
+ &Help
+ СпÑ&авка
+
Press %1 to raise the volume, %2 to lower it
- ÐажмиÑе %1 Ð´Ð»Ñ ÑвелиÑÐµÐ½Ð¸Ñ Ð³ÑомкоÑÑи и %2 Ð´Ð»Ñ ÑнижениÑ
+ ÐажмиÑе %1 Ð´Ð»Ñ ÑвелиÑÐµÐ½Ð¸Ñ Ð³ÑомкоÑÑи и %2 Ð´Ð»Ñ ÑменÑÑениÑ
- Remaining time: %1
- ÐÑемени оÑÑалоÑÑ: %1
-
-
- High Definition video is enabled
- Ðоказ видео в вÑÑоком ÑазÑеÑении вклÑÑен
+
+
+ Opening %1
+ ÐÑкÑÑÑие %1
- High Definition video is not enabled
- Ðоказ видео в вÑÑоком ÑазÑеÑении вÑклÑÑен
+
+ Do you want to exit %1 with a download in progress?
+ ÐÑ Ð´ÐµÐ¹ÑÑвиÑелÑно Ñ
оÑиÑе закÑÑÑÑ %1 в Ñо вÑемÑ, как загÑÑжаÑÑÑÑ ÑайлÑ?
- The current video is in High Definition
- Ðидео воÑпÑоизводиÑÑÑ Ð² вÑÑоком ÑазÑеÑении
+
+ If you close %1 now, this download will be cancelled.
+ ÐÑли Ð²Ñ Ð·Ð°ÐºÑоеÑе %1 пÑÑмо ÑейÑаÑ, ÑекÑÑие загÑÑзки бÑдÑÑ Ð¾ÑмененÑ.
- The current video is not in High Definition
- Ðидео воÑпÑоизводиÑÑÑ Ð½Ðµ в вÑÑоком ÑазÑеÑении
+
+ Close and cancel download
+ ÐÑйÑи оÑменив загÑÑзки
- &Clear recent keywords
- &ÐÑиÑÑиÑÑ Ð¿Ð¾Ñледние запÑоÑÑ
+
+ Wait for download to finish
+ ÐодождаÑÑ Ð·Ð°Ð²ÐµÑÑÐµÐ½Ð¸Ñ Ð·Ð°Ð³ÑÑзок
- Clear the search history. Cannot be undone.
- ÐÑиÑÑиÑÑ Ð¶ÑÑнал запÑоÑов. ÐÐ·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð½ÐµÐ¾Ð±ÑаÑимÑ.
+
+ Fatal error: %1
+ ФаÑалÑÐ½Ð°Ñ Ð¾Ñибка: %1
- Your privacy is now safe
- ÐонÑиденÑиалÑноÑÑÑ Ð¾Ð±ÐµÑпеÑена
+
+ Error: %1
+ ÐÑибка: %1
- Open the &YouTube page
- ÐÑкÑÑÑÑ ÑÑÑаниÑÑ &YouTube
+
+ &Play
+ ÐÑ&оигÑаÑÑ
- Go to the YouTube video page and pause playback
- ÐÑиоÑÑановиÑÑ Ð²Ð¾ÑпÑоизведение и пеÑейÑи на ÑÑÑаниÑÑ Ð²Ð¸Ð´ÐµÐ¾ в YouTube
+
+ Resume playback
+ ÐÑодолжиÑÑ Ð²Ð¾ÑпÑоизведение
- Copy the YouTube &link
- ÐопиÑоваÑÑ &ÑÑÑÐ»ÐºÑ YouTube
+
+ Exit &Full Screen
+ Ð&ÑйÑи из полноÑкÑанного воÑпÑоизведениÑ
- Copy the current video YouTube link to the clipboard
- СкопиÑоваÑÑ ÑÑÑÐ»ÐºÑ ÑекÑÑего клипа YouTube в бÑÑÐµÑ Ð¾Ð±Ð¼ÐµÐ½Ð°
+
+ Remaining time: %1
+ ÐÑÑалоÑÑ: %1
- Copy the video stream &URL
- ÐопиÑоваÑÑ &адÑÐµÑ Ð²Ð¸Ð´ÐµÐ¾ поÑока
+
+ Volume at %1%
+ ÐÑомкоÑÑÑ %1%
- Copy the current video stream URL to the clipboard
- СкопиÑоваÑÑ Ð°Ð´ÑÐµÑ ÑекÑÑего видео поÑока в бÑÑÐµÑ Ð¾Ð±Ð¼ÐµÐ½Ð°
+
+ Volume is muted
+ ÐвÑк вÑклÑÑен
- Make a &donation
- СделаÑÑ &пожеÑÑвование
+
+ Volume is unmuted
+ ÐвÑк вклÑÑен
+
Maximum video definition set to %1
ÐакÑималÑное ÑазÑеÑение видео: %1
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
+
+ Your privacy is now safe
+ ÐонÑиденÑиалÑноÑÑÑ Ð¾Ð±ÐµÑпеÑена
+
Downloads complete
-
+ ÐагÑÑзка завеÑÑена
MediaView
+
Most relevant
- ÐоÑ
ожие видео
+ СамÑе ÑелеванÑнÑе
+
Most recent
- Ðедавно пÑоÑмоÑÑеннÑе
+ СамÑе новÑе
+
Most viewed
СамÑе попÑлÑÑнÑе
- You're watching "%1"
- СейÑÐ°Ñ Ð¿ÑоÑмаÑÑиваеÑÑÑ "%1"
-
-
+
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
-
+ ÐÑодолжиÑÑ
+
Get the full version
-
+ ÐÑпиÑÑ Ð¿Ð¾Ð»Ð½ÑÑ Ð²ÐµÑÑиÑ
+
Downloading %1
-
+ ÐагÑÑÐ¶Ð°Ñ %1
NetworkAccess
+
Network error: %1
ÐÑибка ÑеÑи: %1
@@ -637,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1 пÑоÑмоÑÑов
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+ ÐагÑÑжено %1 из %2 (%3) â %4
+
Preparing
-
+ ÐодгоÑовка
+
Failed
-
+ ÐÑибка
+
Completed
-
+ ÐавеÑÑено
+
Stopped
-
+ ÐÑÑановлено
+
Stop downloading
-
+ ÐÑÑановиÑÑ Ð·Ð°Ð³ÑÑзкÑ
+
Show in %1
-
+ ÐоказаÑÑ Ð² %1
+
Open parent folder
-
+ ÐÑкÑÑÑÑ ÐºÐ°Ñалог
+
Restart downloading
-
+ ÐÑодолжиÑÑ Ð·Ð°Ð³ÑÑзкÑ
SearchLineEdit
+
Search
ÐоиÑк
@@ -687,62 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
ÐобÑо пожаловаÑÑ Ð² <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- ÐведиÑе клÑÑевÑе Ñлова Ð´Ð»Ñ Ð½Ð°Ñала пÑоÑмоÑÑа видео.
+
+ Get the full version
+ ÐÑпиÑÑ Ð¿Ð¾Ð»Ð½ÑÑ Ð²ÐµÑÑиÑ
- Watch
- СмоÑÑеÑÑ
+
+ Enter
+ "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos"
+ ÐведиÑе
- Recent keywords
- ÐоÑледние запÑоÑÑ
+
+ a keyword
+ запÑоÑ
- A new version of %1 is available. Please <a href='%2'>update to version %3</a>
- ÐоÑÑÑпна Ð½Ð¾Ð²Ð°Ñ Ð²ÐµÑÑÐ¸Ñ %1. <a href='%2'>ÐбновиÑе до %3</a>
+
+ a channel
+ канал
- Make yourself comfortable
- ЧÑвÑÑвÑйÑе ÑÐµÐ±Ñ ÐºÐ°Ðº дома
-
-
-
- SettingsView
-
- Preferences
- ÐаÑÑÑойки
+
+ to start watching videos.
+ ÑÑÐ¾Ð±Ñ Ð½Ð°ÑаÑÑ Ð¿ÑоÑмоÑÑ.
- &Video options
- &ÐаÑамеÑÑÑ Ð²Ð¸Ð´ÐµÐ¾
+
+ Watch
+ СмоÑÑеÑÑ
- Use high quality video when available
- ÐÑполÑзоваÑÑ Ð¿Ð¾ возможноÑÑи видео вÑÑокого каÑеÑÑва
+
+ Recent keywords
+ ÐоÑледние запÑоÑÑ
- &Saved recent keywords
- &СоÑ
ÑанÑннÑе поÑледние запÑоÑÑ
+
+ Recent channels
+ ÐоÑледние каналÑ
- &Clear recent keywords
- &ÐÑиÑÑиÑÑ Ð¿Ð¾Ñледние запÑоÑÑ
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ ÐоÑÑÑпна Ð½Ð¾Ð²Ð°Ñ Ð²ÐµÑÑÐ¸Ñ %1. <a href='%2'>ÐбновиÑе до %3</a>
- &Close
- &ÐакÑÑÑÑ
+
+ Make yourself comfortable
+ ЧÑвÑÑвÑйÑе ÑÐµÐ±Ñ ÐºÐ°Ðº дома
Video
+
+ Cannot get video stream for %1
+ Ðе ÑдалоÑÑ Ð¿Ð¾Ð»ÑÑиÑÑ Ð²Ð¸Ð´ÐµÐ¾ поÑок Ð´Ð»Ñ %1
+
+
+
Network error: %1 for %2
ÐÑибка ÑеÑи: %1 на %2
-
+
\ No newline at end of file
diff --git a/locale/sr.ts b/locale/sr.ts
new file mode 100644
index 0000000..c118472
--- /dev/null
+++ b/locale/sr.ts
@@ -0,0 +1,803 @@
+
+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.
+
+
+
+
+ Report bugs and send in your ideas to %1
+ ÐÑиÑавиÑе гÑеÑке и поÑаÑиÑе ваÑе идеÑе на %1
+
+
+
+ Icon designed by %1.
+ ÐкониÑÑ Ð´Ð¸Ð·Ð°ÑниÑо %1
+
+
+
+ Compact mode contributed by %1.
+
+
+
+
+ HTTP proxy support contributed by %1.
+
+
+
+
+ Translated by %1
+ ÐÑевео %1
+
+
+
+ Released under the <a href='%1'>GNU General Public License</a>
+ ÐÐ·Ð´Ð°Ñ Ð¿Ð¾Ð´ <a href='%1'>ÐÐУ ÐенеÑал ÐÑÐ±Ð»Ð¸Ñ ÐиÑенÑе</a>
+
+
+
+ &Close
+ & ÐаÑвоÑи
+
+
+
+ About
+ РпÑогÑамÑ
+
+
+
+ What you always wanted to know about %1 and never dared to ask
+
+
+
+
+ ClearButton
+
+
+ Clear
+ ÐÑиÑÑи
+
+
+
+ DownloadItem
+
+
+ bytes
+ баÑÑови
+
+
+
+ KB
+ ÐÐ
+
+
+
+ MB
+ ÐÐ
+
+
+
+ bytes/sec
+ баÑÑова / ÑекÑнди
+
+
+
+ KB/sec
+ ÐÐ / Ñ
+
+
+
+ MB/sec
+ ÐÐ / ÑеÑ
+
+
+
+ seconds
+ ÑекÑнди
+
+
+
+ minutes
+ минÑÑа
+
+
+
+ %4 %5 remaining
+
+
+
+
+ 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
+ ÐÑеÑзмиÑе пÑÐ½Ñ Ð²ÐµÑзиÑÑ
+
+
+
+ %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
+
+
+
+
+ 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
+
+
+
+
+ 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
+ ÐÑвоÑи пÑеко Ñелог екÑана
+
+
+
+ &Compact mode
+ & компакÑни Ñежим
+
+
+
+ Hide the playlist and the toolbar
+ СакÑÐ¸Ñ Ð¿Ð»ÐµÑлиÑÑÑ Ð¸ ÑÑÐ°ÐºÑ Ñа алаÑкама
+
+
+
+ Open the &YouTube page
+ ÐÑвоÑи & ÑÑÑаниÑÑ ÑаÑÑа YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+ Ðди на YouTube видео ÑÑÑаниÑÑ Ð¸ паÑзиÑÐ°Ñ ÑепÑодÑкÑиÑÑ
+
+
+
+ Copy the YouTube &link
+ ÐопиÑаÑе YouTube линка&link
+
+
+
+ Copy the current video YouTube link to the clipboard
+ ÐопиÑаÑÑе YouTube Ð²ÐµÐ·Ñ ÑÑенÑÑног Ñнимка Ñ ÐºÐ»Ð¸Ð¿Ð±Ð¾Ñд
+
+
+
+ Copy the video stream &URL
+ ÐопиÑаÑÑе УРРадÑеÑÑ Ð¸ видео ÑÑÑим
+
+
+
+ Copy the current video stream URL to the clipboard
+ ÐопиÑаÑÑе УРРÑÑенÑÑног Ñнимка Ñ ÐºÐ»Ð¸Ð¿Ð±Ð¾Ñд
+
+
+
+ &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 recent searches
+ & ÐбÑиÑи недавне пÑеÑÑаге
+
+
+
+ Clear the search history. Cannot be undone.
+ ÐÑиÑаÑе иÑÑоÑиÑе пÑеÑÑаге. Ñе не може опозваÑи.
+
+
+
+ &Quit
+ & ÐаÑвоÑи
+
+
+
+ Ctrl+Q
+ Ctrl+Q
+
+
+
+ Bye
+ Ðао
+
+
+
+ &Website
+ & СаÑÑ
+
+
+
+ %1 on the Web
+
+
+
+
+ Make a &donation
+ ÐапÑавиÑе &донаÑиÑÑ
+
+
+
+ Please support the continued development of %1
+
+
+
+
+ &About
+ & РпÑогÑамÑ
+
+
+
+ Info about %1
+
+
+
+
+ Search
+ ÐÑеÑÑага
+
+
+
+ Mute volume
+ ÐÑкÑÑÑи звÑка
+
+
+
+ Ctrl+M
+
+
+
+
+
+ &Downloads
+ & ÐÑеÑзимаÑа
+
+
+
+ Show details about video downloads
+ ÐÑикажи деÑаÑе о пÑеÑзеÑим видео ÑнимÑима
+
+
+
+ &Download
+ &
+
+
+
+ Download the current video
+ ÐÑеÑзми ÑÑенÑÑни видео
+
+
+
+ &Application
+
+
+
+
+ &Playlist
+ & ÐлеÑлиÑÑа
+
+
+
+ &Video
+ & видео
+
+
+
+ &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
+ СаÑекаÑÑе да Ñе пÑеÑзимаÑе завÑÑи
+
+
+
+ Fatal error: %1
+
+
+
+
+ Error: %1
+
+
+
+
+ &Play
+ & ÐÑÑÑи
+
+
+
+ Resume playback
+ ÐаÑÑави ÑепÑодÑкÑиÑÑ
+
+
+
+ Exit &Full Screen
+ ÐзаÑи из Ñежима Ñелог екÑана
+
+
+
+ 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
+ ÐÑеÑзимаÑа завÑÑена
+
+
+
+ MediaView
+
+
+ Most relevant
+ ÐаÑважниÑе
+
+
+
+ Most recent
+ ÐаÑновиÑе
+
+
+
+ Most viewed
+ ÐаÑгледаниÑе
+
+
+
+ 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.
+
+
+
+
+ It allows you to test the application and see if it works for you.
+ Ðна вам омогÑÑава да ÑеÑÑиÑаÑе апликаÑиÑÑ Ð¸ видиÑе да ли вам одговаÑа.
+
+
+
+ Continue
+ ÐаÑÑавиÑи
+
+
+
+ Get the full version
+ ÐÑеÑзмиÑе пÑÐ½Ñ Ð²ÐµÑзиÑÑ
+
+
+
+ Downloading %1
+
+
+
+
+ NetworkAccess
+
+
+ Network error: %1
+
+
+
+
+ PrettyItemDelegate
+
+
+ %1 views
+
+
+
+
+ %1 of %2 (%3) â %4
+
+
+
+
+ Preparing
+ ÐÑипÑемаÑе
+
+
+
+ Failed
+ ÐиÑе ÑÑпело
+
+
+
+ Completed
+ ÐавÑÑено
+
+
+
+ Stopped
+ ÐаÑÑÑавÑено
+
+
+
+ Stop downloading
+ ÐаÑÑÑави пÑеÑзимаÑе
+
+
+
+ Show in %1
+
+
+
+
+ Open parent folder
+ ÐÑвоÑиÑе ÑодиÑеÑÑки диÑекÑоÑиÑÑм
+
+
+
+ Restart downloading
+ Ðоново покÑениÑе пÑеÑзимаÑе
+
+
+
+ SearchLineEdit
+
+
+ Search
+ ÐÑеÑÑага
+
+
+
+ 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"
+ УнеÑиÑе
+
+
+
+ a keyword
+ ÐÑÑÑна ÑеÑ
+
+
+
+ a channel
+ канал
+
+
+
+ to start watching videos.
+ да би ÑÑе поÑели да гледаÑе видео Ñнимке
+
+
+
+ Watch
+ ÐледаÑ
+
+
+
+ Recent keywords
+ Ðедавни кÑÑÑне ÑеÑи
+
+
+
+ Recent channels
+ Ðедавни канала
+
+
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+
+
+
+
+ Make yourself comfortable
+ Удобно Ñе ÑмеÑÑиÑе
+
+
+
+ Video
+
+
+ Cannot get video stream for %1
+
+
+
+
+ Network error: %1 for %2
+
+
+
+
\ No newline at end of file
diff --git a/locale/tr_TR.ts b/locale/tr_TR.ts
index f256759..8c375e5 100644
--- a/locale/tr_TR.ts
+++ b/locale/tr_TR.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
Tarayıcının dıÅındaki yaÅam!
+
Version %1
Version %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- Bu "Teknoloji gösterimi" sürümüdür, mükemmel olmasını beklemeyin.
-
-
- Report bugs and send in your ideas to %1
- Hataları ve yeni fikirlerinizi %1 adresine gönderin
-
-
+
%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 via PayPal</a> to support the continued development of %2.
- Lütfen %2 geliÅiminin sürekliliÄi için <a href='%1'>PayPal ile baÄıÅ</a> yaparak destek olun.
+
+ 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.
+
+
+
+ Report bugs and send in your ideas to %1
+ Hataları ve yeni fikirlerinizi %1 adresine gönderin
+
Icon designed by %1.
Simge %1 tarafından tasarlandı.
+
Compact mode contributed by %1.
Pencereye sıÄdırmada %1'ün katkısı var.
+
HTTP proxy support contributed by %1.
HTTP Vekil desteÄinde %1'nin katkısı var.
- Windows version built by %1
- Windows sürümü %1 tarafından yapıldı.
-
-
+
Translated by %1
Ãevirenler %1
+
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
-
-
-
- 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.
+
ClearButton
+
Clear
Temizle
@@ -79,163 +79,198 @@
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ı
DownloadManager
-
- %n Download(s)
-
-
-
-
+
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ç
+
+
+
+ %n Download(s)
+ %n Ä°ndirme
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
DownloadView
+
+
Downloads
-
+ Ä°ndirmeler
GlobalShortcuts
+
Play
-
+ Oynat
+
Pause
-
+ Bekle
+
Play/Pause
-
+ Oynat/Bekle
+
Stop
-
+ Dur
+
Stop playing after current track
-
+ Åimdiki videodan sonra oynatmayı durdur
+
Next track
-
+ Sonraki video
+
Previous track
-
+ Ãnceki video
+
Increase volume
-
+ Sesi arttır
+
Decrease volume
-
+ Sesi azalt
+
Mute
-
+ Sesi kes
+
Seek forward
-
+ Ä°leri sar
+
Seek backward
-
+ Geri sar
ListModel
+
Searching...
Aranıyor...
+
Show %1 More
%1 Tane daha
+
No videos
Video yok
+
No more videos
Daha fazla yok
@@ -243,6 +278,7 @@
LoadingWidget
+
Error
Hata
@@ -250,400 +286,383 @@
MainWindow
- &Back
- &Geri
-
-
- Go to the previous view
- Ãncekine git
-
-
+
&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ü
- &Compact View
- &Kompakt Ansicht
-
-
- Go compact view
- Kompakt Ansicht aktivieren
-
-
- &YouTube
- &YouTube
+
+ &Compact mode
+ &Pencereye sıÄdır
- Open the YouTube video page
- YouTube video sayfasını aç
+
+ Hide the playlist and the toolbar
+ Listeyi ve araç çubuÄunu gizle
- Ctrl+Y
- Ctrl+Y
+
+ Open the &YouTube page
+ &YouTube sayfasını aç
- &Compact mode
- &Pencereye sıÄdır
+
+ Go to the YouTube video page and pause playback
+ Oynatmayı beklet ve YouTube sayfasına git
- Hide the playlist and the toolbar
- Listeyi ve araç çubuÄunu gizle
+
+ Copy the YouTube &link
+ YouTube baÄlantısını &kopyala
- &Download
- &Herunterladen
+
+ Copy the current video YouTube link to the clipboard
+ Geçerli videonun YouTube baÄlantısını panoya kopyala
- Download this video
- Dieses Video herunterladen
+
+ Copy the video stream &URL
+ Video akıÅı &URL adresini kopyala
- Ctrl+S
- Strg+S
+
+ Copy the current video stream URL to the clipboard
+ Geçerli video akıÅının URL adresini panoya kopyala
+
&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 recent searches
+ Arama geçmiÅini &temizle
+
+
+
+ Clear the search history. Cannot be undone.
+ Arama geçmiÅini sil. Bu geri alınamaz.
+
+
+
&Quit
&Ãık
+
Ctrl+Q
Ctrl+Ã
+
Bye
Gülegüle
+
&Website
&Website
+
%1 on the Web
%1 Ä°nternette
- &Donate via PayPal
- PayPal ile ba&ÄıŠyap
+
+ Make a &donation
+ &BaÄıŠyap
+
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
+
Ctrl+M
Ctrl+M
- Press %1 to raise the volume, %2 to lower it
- %1 Sesi arttır, %2 sesi azalt
-
-
- Remaining time: %1
- Kalan zaman: %1
-
-
- High Definition video is enabled
- Yüksek çözünürlüklü video aktif
-
-
- High Definition video is not enabled
- Yüksek çözünürlüklü video aktif deÄil
-
-
- The current video is in High Definition
- Geçerli video yüksek çözünürlüklü
-
-
- The current video is not in High Definition
- Geçerli video yüksek çözünürlüklü deÄil
-
-
- No Video playing
- Es wird kein Video abgespielt
-
-
- You must first play the video you intent to download !
- Du musst das Video erst abspielen !
-
-
- Save video as...
- Video speichern unter...
-
-
- minitube video.mp4
- minitube video.mp4
-
-
- Downloading:
- Herunterladen:
-
-
- Abort Download
- Herunterladen abbrechen
-
-
- File creation failed
- Das anlegen der Datei ist fehlgeschlagen
-
-
- Download failed
- Herunterladen fehlgeschlagen
-
-
- Volume at %1%
- Ses %1%
+
+
+ &Downloads
+ &Ä°ndirmeler
- Volume is muted
- Ses kapandı
+
+ Show details about video downloads
+ Video indirmelerinin ayrıntılarını göster
- Volume is unmuted
- Ses açık
+
+ &Download
+ &Ä°ndir
- &Search
- &Suche
+
+ Download the current video
+ Geçerli videoyu indir
+
&Application
&Uygulama
+
&Playlist
Oynatma &listesi
+
&Video
&Video
+
&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
+
+
+
Fatal error: %1
İç hata: %1
+
Error: %1
Hata: %1
+
&Play
&Oynat
+
Resume playback
Oynatmaya devam et
+
Exit &Full Screen
&Tam ekrandan çık
- &Clear recent keywords
- GeçmiŠaramaları &sil
-
-
- Clear the search history. Cannot be undone.
- Arama geçmiÅini sil. Bu geri alınamaz.
-
-
- Your privacy is now safe
- Åimdi gizliliÄiniz güvende
-
-
- Open the &YouTube page
- &YouTube sayfasını aç
-
-
- Go to the YouTube video page and pause playback
- Oynatmayı beklet ve YouTube sayfasına git
-
-
- Copy the YouTube &link
- YouTube baÄlantısını &kopyala
-
-
- Copy the current video YouTube link to the clipboard
- Geçerli videonun YouTube baÄlantısını panoya kopyala
+
+ Remaining time: %1
+ Kalan zaman: %1
- Copy the video stream &URL
- Video akıÅı &URL adresini kopyala
+
+ Volume at %1%
+ Ses %1%
- Copy the current video stream URL to the clipboard
- Geçerli video akıÅının URL adresini panoya kopyala
+
+ Volume is muted
+ Ses kapandı
- Make a &donation
- &BaÄıŠyap
+
+ Volume is unmuted
+ Ses açık
+
Maximum video definition set to %1
En yüksek video tanımı %1 olarak ayarlı
- &Downloads
-
-
-
- Show details about video downloads
-
-
-
- Download the current video
-
-
-
- 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
-
+
+ Your privacy is now safe
+ Åimdi gizliliÄiniz güvende
+
Downloads complete
-
+ İndirme tamamlandı
MediaView
+
Most relevant
En ilgili
+
Most recent
En yeni
+
Most viewed
Ãok izlenen
- You're watching "%1"
- "%1" Ä°zliyorsunuz
-
-
+
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
+
Get the full version
-
+ Tam sürüme geç
+
Downloading %1
-
+ Ä°ndiriliyor %1
NetworkAccess
+
Network error: %1
AÄ hatası: %1
@@ -651,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1 görüntüleme
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+
+
Preparing
-
+ Hazırlanıyor
+
Failed
-
+ BaÅarısız oldu
+
Completed
-
+ Tamamlandı
+
Stopped
-
+ Durdu
+
Stop downloading
-
+ Ä°ndirmeyi durdur
+
Show in %1
-
+ %1 içinde göster
+
Open parent folder
-
+ Ãst dizini aç
+
Restart downloading
-
+ Ä°ndirmeyi tekrar baÅlat
SearchLineEdit
+
Search
Ara
@@ -701,46 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
<a href='%1'>%2</a>'a HoÅgeldiniz
- Enter a keyword to start watching videos.
- Bir anahtar kelime girerek izlemeye baÅlayın.
+
+ 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"
+ 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
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
%1'un yeni sürümü mevcut. Lütfen buradan <a href='%2'> %3 sürümüne yükseltin</a>
+
Make yourself comfortable
Kendinize konfor sunun
- SettingsView
-
- Preferences
- Seçenekler
-
+ Video
- &Close
- S&chlieÃen
+
+ Cannot get video stream for %1
+ %1 için video akıÅı alınamıyor.
-
-
- Video
+
Network error: %1 for %2
AÄ hatası: %2 için %1
-
+
\ No newline at end of file
diff --git a/locale/uk.ts b/locale/uk.ts
index f64ff8e..ffc054e 100644
--- a/locale/uk.ts
+++ b/locale/uk.ts
@@ -1,77 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
Ðа межами веб-пеÑеглÑдаÑа Ñакож Ñ Ð¶Ð¸ÑÑÑ!
+
Version %1
ÐеÑÑÑÑ %1
- This is a "Technology Preview" release, do not expect it to be perfect.
- Це ÑеÑ
нологÑÑний попеÑеднÑй випÑÑк пÑогÑами, не оÑÑкÑйÑе вÑд нÑого доÑконалоÑÑÑ.
+
+ %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.
+
+
+
Report bugs and send in your ideas to %1
ÐовÑдомлÑйÑе пÑо неÑпÑавноÑÑÑ Ñа виÑилайÑе ваÑÑ ÑÐ´ÐµÑ Ð½Ð° %1
- %1 is Free Software but its development takes precious time.
- %1 â вÑлÑне пÑогÑамне забезпеÑеннÑ, але на його ÑозÑÐ¾Ð±ÐºÑ Ð±Ñло заÑÑаÑено коÑÑовний ÑаÑ.
+
+ Icon designed by %1.
+ РозÑобник пÑкÑогÑам %1.
- Please <a href='%1'>donate via PayPal</a> to support the continued development of %2.
- ÐÑÐ´Ñ Ð»Ð°Ñка <a href='%1'>ÑкоÑиÑÑайÑеÑÑ PayPal</a> Ñоб пÑдÑÑимаÑи подалÑÑий ÑозвиÑок %2.
+
+ Compact mode contributed by %1.
+ РозÑобка компакÑного ÑÐµÐ¶Ð¸Ð¼Ñ %1.
- Icon designed by %1.
- РозÑобник пÑкÑогÑам %1.
+
+ HTTP proxy support contributed by %1.
+ РеалÑзаÑÑÑ Ð¿ÑдÑÑимки HTTP пÑокÑÑ %1.
+
Translated 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, але не наважÑвалиÑÑ Ð·Ð°Ð¿Ð¸ÑаÑи
-
- Compact mode contributed by %1.
- РозÑобка компакÑного ÑÐµÐ¶Ð¸Ð¼Ñ %1.
-
-
- HTTP proxy support contributed by %1.
- РеалÑзаÑÑÑ Ð¿ÑдÑÑимки HTTP пÑокÑÑ %1.
-
-
- Windows version built by %1
- ÐеÑÑÑÑ Ð´Ð»Ñ Windows %1
-
-
- Please <a href='%1'>donate</a> to support the continued development of %2.
- ÐÑÐ´Ñ Ð»Ð°Ñка <a href='%1'>внеÑÑÑÑ Ð¿Ð¾Ð¶ÐµÑÑвÑ</a> Ñоб пÑдÑÑимаÑи подалÑÑий ÑозвиÑок %2.
-
ClearButton
+
Clear
ÐÑиÑÑиÑи
@@ -79,88 +79,103 @@
DownloadItem
+
bytes
байÑ
+
KB
ÐÐ
+
MB
ÐÐ
+
bytes/sec
байÑ/Ñек
+
KB/sec
ÐÐ/Ñек
+
MB/sec
ÐÐ/Ñек
+
seconds
Ñек
+
minutes
Ñ
в
+
%4 %5 remaining
до завеÑÑÐµÐ½Ð½Ñ %4 %5
DownloadManager
-
- %n Download(s)
-
- %n заванÑаженнÑ
- %n заванÑаженнÑ
- %n заванÑаженÑ
-
-
+
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
ÐÑÑимаÑи повноÑÑнкÑÑоналÑÐ½Ñ Ð²ÐµÑÑÑÑ
+
+
+ %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
@@ -168,6 +183,8 @@
DownloadView
+
+
Downloads
ÐаванÑаженнÑ
@@ -175,50 +192,62 @@
GlobalShortcuts
+
Play
ÐÑаÑи
+
Pause
ÐÑизÑпиниÑи
+
Play/Pause
ÐÑаÑи/ÐÑизÑпиниÑи
+
Stop
ÐÑпиниÑи
+
Stop playing after current track
ÐÑпиниÑи по завеÑÑÐµÐ½Ð½Ñ Ð¿Ð¾ÑоÑного
+
Next track
ÐаÑÑÑпний
+
Previous track
ÐопеÑеднÑй
+
Increase volume
ÐÑдвиÑиÑи гÑÑнÑÑÑÑ
+
Decrease volume
ÐнизиÑи гÑÑнÑÑÑÑ
+
Mute
ÐÑиглÑÑиÑи
+
Seek forward
ШÑкаÑи наÑÑÑпне
+
Seek backward
ШÑкаÑи попеÑеднÑ
@@ -226,18 +255,22 @@
ListModel
+
Searching...
ÐоÑÑк...
+
Show %1 More
ÐаÑÑÑÐ¿Ð½Ñ %1
+
No videos
ÐÑÑого не знайдено
+
No more videos
ÐÑлÑÑе немаÑ
@@ -245,6 +278,7 @@
LoadingWidget
+
Error
Ðомилка
@@ -252,326 +286,317 @@
MainWindow
- &Back
- &Ðазад
-
-
- Alt+Left
- Alt+ÐлÑво
-
-
- Go to the previous view
- ÐовеÑнÑÑиÑÑ Ð´Ð¾ попеÑеднÑого ÑежимÑ
-
-
+
&Stop
&ÐÑпиниÑи
+
Stop playback and go back to the search view
ÐÑпиниÑи вÑдÑвоÑÐµÐ½Ð½Ñ Ñ Ð¿ÐµÑейÑи до вÑкна поÑÑкÑ
- Esc
- Esc
-
-
+
S&kip
Ð&ÑопÑÑÑиÑи
+
Skip to the next video
ÐеÑейÑи до наÑÑÑпного вÑдео
- Ctrl+Right
- Ctrl+ÐпÑаво
-
-
+
+
&Pause
&ÐÑизÑпиниÑи
+
+
Pause playback
ÐÑизÑпиниÑи вÑдÑвоÑеннÑ
- Space
- ÐлавÑÑа пÑобÑлÑ
-
-
+
+
&Full Screen
Ð&а веÑÑ ÑкÑан
+
Go full screen
ÐеÑеÑ
Ñд Ñ Ð¿Ð¾Ð²Ð½Ð¾ÐµÐºÑанний Ñежим
- Alt+Return
- Alt+Enter
+
+ &Compact mode
+ &ÐомпакÑний Ñежим
+
+
+
+ Hide the playlist and the toolbar
+ СÑ
оваÑи ÑпиÑок Ñ Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв
+
+
+
+ Open the &YouTube page
+ &ÐÑдкÑиÑи ÑÑоÑÑÐ½ÐºÑ YouTube
+
+
+
+ Go to the YouTube video page and pause playback
+ ÐÑдкÑиÑи ÑÑоÑÑÐ½ÐºÑ YouTube Ñ Ð¿ÑизÑпини вÑдÑвоÑÐµÐ½Ð½Ñ Ð²Ñдео
+
+
+
+ Copy the YouTube &link
+ СкопÑÑваÑи YouTube &поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð² бÑÑеÑ
- &YouTube
- &YouTube
+
+ Copy the current video YouTube link to the clipboard
+ СкопÑÑваÑи YouTube поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð¿Ð¾ÑоÑного вÑдео в бÑÑеÑ
- Open the YouTube video page
- ÐÑдкÑиÑи ÑÑоÑÑÐ½ÐºÑ YouTube
+
+ Copy the video stream &URL
+ СкопÑÑваÑи &поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð² бÑÑеÑ
- Ctrl+Y
- Ctrl+Y
+
+ Copy the current video stream URL to the clipboard
+ СкопÑÑваÑи поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð¿Ð¾ÑоÑного вÑдео в бÑÑеÑ
+
&Remove
&ÐилÑÑиÑи
+
Remove the selected videos from the playlist
ÐилÑÑиÑи вибÑÐ°Ð½Ñ Ð²Ñдео Ð·Ñ ÑпиÑкÑ
+
Move &Up
ÐÑÑв в&гоÑÑ
+
Move up the selected videos in the playlist
ÐÑÑнÑÑи вибÑане вÑдео вгоÑÑ Ð¿Ð¾ ÑпиÑкÑ
- Ctrl+Up
- Ctrl+ÐгоÑÑ
-
-
+
Move &Down
ÐÑÑв вни&з
+
Move down the selected videos in the playlist
ÐÑÑнÑÑи вибÑане вÑдео вниз по ÑпиÑкÑ
- Ctrl+Down
- Ctrl+Ðниз
+
+ &Clear recent searches
+
+
+ Clear the search history. Cannot be undone.
+ ÐÑиÑÑиÑи ÑÑÑоÑÑÑ Ð¿Ð¾ÑÑÐºÑ (змÑни незвоÑонÑ).
+
+
+
&Quit
Ðи&Ñ
Ñд
+
Ctrl+Q
Ctrl+Q
+
Bye
Ðа вÑе добÑе
+
&Website
&СайÑ
- Minitube on the Web
- Minitube в меÑежÑ
-
-
+
%1 on the Web
%1 в меÑежÑ
- &Donate via PayPal
- ÐÑдÑÑима&йÑе пÑÐ¾ÐµÐºÑ ÑеÑез PayPal
+
+ Make a &donation
+ ÐÑдÑÑима&йÑе пÑоекÑ
+
Please support the continued development of %1
ÐÑÐ´Ñ Ð»Ð°Ñка пÑдÑÑимайÑе подалÑÑий ÑозвиÑок %1
+
&About
&ÐÑо пÑогÑамÑ
+
Info about %1
ÐнÑоÑмаÑÑÑ Ð¿Ñо %1
- &Search
- ÐоÑ&Ñк
-
-
- &Application
- &ÐÑогÑама
-
-
- &Playlist
- &СпиÑок
-
-
- &Video
- Ð&Ñдео
-
-
- &Help
- &ÐовÑдка
-
-
- Opening %1
- ÐÑдкÑиÑÑÑ %1
-
-
- &Play
- ÐÑ&аÑи
-
-
- Resume playback
- ÐÑдновиÑи вÑдÑвоÑеннÑ
-
-
- Exit &Full Screen
- ÐийÑи з повноекÑ&анного ÑежимÑ
+
+ Search
+ ÐоÑÑк
- &Compact mode
- &ÐомпакÑний Ñежим
+
+ Mute volume
+ ÐÑиглÑÑиÑи гÑÑнÑÑÑÑ
- Hide the playlist and the toolbar
- СÑ
оваÑи ÑпиÑок Ñ Ð¿Ð°Ð½ÐµÐ»Ñ ÑнÑÑÑÑменÑÑв
+
+ Ctrl+M
+ Ctrl+M
- Fatal error: %1
- ÐевипÑавна помилка: %1
+
+
+ &Downloads
+ &ÐаванÑаженнÑ
- Error: %1
- Ðомилка: %1
+
+ Show details about video downloads
+ ÐоказаÑи деÑÐ°Ð»Ñ Ð¿Ñо заванÑажÑÐ²Ð°Ð½Ñ Ð²Ñдео
- Ctrl+M
- Ctrl+M
+
+ &Download
+ &ÐаванÑажиÑи
- Volume at %1%
- ÐÑÑнÑÑÑÑ %1%
+
+ Download the current video
+ ÐаванÑажиÑи поÑоÑне вÑдео
- Volume is muted
- ÐÑÑнÑÑÑÑ Ð¿ÑиглÑÑено
+
+ &Application
+ &ÐÑогÑама
- Volume is unmuted
- ÐÑÑнÑÑÑÑ Ð²Ñдновлено
+
+ &Playlist
+ &СпиÑок
- Search
- ÐоÑÑк
+
+ &Video
+ Ð&Ñдео
- Mute volume
- ÐÑиглÑÑиÑи гÑÑнÑÑÑÑ
+
+ &Help
+ &ÐовÑдка
+
Press %1 to raise the volume, %2 to lower it
ÐаÑиÑнÑÑÑ %1, Ñоб пÑиглÑÑиÑи гÑÑнÑÑÑÑ, Ñа %2 Ñоб вÑдновиÑи ÑÑ
- Remaining time: %1
- ÐалиÑилоÑÑ ÑаÑÑ: %1
-
-
- High Definition video is enabled
- ÐÑдео виÑÐ¾ÐºÐ¾Ñ ÑÑÑкоÑÑÑ Ð°ÐºÑивоване
+
+
+ Opening %1
+ ÐÑдкÑиÑÑÑ %1
- High Definition video is not enabled
- ÐÑдео виÑÐ¾ÐºÐ¾Ñ ÑÑÑкоÑÑÑ Ð½Ðµ акÑивоване
+
+ Do you want to exit %1 with a download in progress?
+ ТÑÐ¸Ð²Ð°Ñ Ð·Ð°Ð²Ð°Ð½ÑаженнÑ, бажаеÑе закÑиÑи %1?
- The current video is in High Definition
- ÐÑдео в ÑÐµÐ¶Ð¸Ð¼Ñ Ð²Ð¸ÑÐ¾ÐºÐ¾Ñ ÑÑÑкоÑÑÑ
+
+ If you close %1 now, this download will be cancelled.
+ ЯкÑо закÑиÑи %1 негайно, вÑÑ Ð·Ð°Ð²Ð°Ð½ÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð±Ñде ÑкаÑовано.
- The current video is not in High Definition
- ÐÐдео не в ÑÐµÐ¶Ð¸Ð¼Ñ Ð²Ð¸ÑÐ¾ÐºÐ¾Ñ ÑÑÑкоÑÑÑ
+
+ Close and cancel download
+ СкаÑÑваÑи Ñа закÑиÑи
- &Clear recent keywords
- ÐÑиÑÑиÑи недавн&Ñй поÑÑк
+
+ Wait for download to finish
+ ÐоÑекаÑиÑÑ Ð·Ð°Ð²ÐµÑÑеннÑ
- Clear the search history. Cannot be undone.
- ÐÑиÑÑиÑи ÑÑÑоÑÑÑ Ð¿Ð¾ÑÑÐºÑ (змÑни незвоÑонÑ).
+
+ Fatal error: %1
+ ÐевипÑавна помилка: %1
- Your privacy is now safe
- ÐаÑа пÑиваÑнÑÑÑÑ Ð·Ð°ÑÑеÑежена
+
+ Error: %1
+ Ðомилка: %1
- Open the &YouTube page
- &ÐÑдкÑиÑи ÑÑоÑÑÐ½ÐºÑ YouTube
+
+ &Play
+ ÐÑ&аÑи
- Go to the YouTube video page and pause playback
- ÐÑдкÑиÑи ÑÑоÑÑÐ½ÐºÑ YouTube Ñ Ð¿ÑизÑпини вÑдÑвоÑÐµÐ½Ð½Ñ Ð²Ñдео
+
+ Resume playback
+ ÐÑдновиÑи вÑдÑвоÑеннÑ
- Copy the YouTube &link
- СкопÑÑваÑи YouTube &поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð² бÑÑеÑ
+
+ Exit &Full Screen
+ ÐийÑи з повноекÑ&анного ÑежимÑ
- Copy the current video YouTube link to the clipboard
- СкопÑÑваÑи YouTube поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð¿Ð¾ÑоÑного вÑдео в бÑÑеÑ
+
+ Remaining time: %1
+ ÐалиÑилоÑÑ ÑаÑÑ: %1
- Copy the video stream &URL
- СкопÑÑваÑи &поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð² бÑÑеÑ
+
+ Volume at %1%
+ ÐÑÑнÑÑÑÑ %1%
- Copy the current video stream URL to the clipboard
- СкопÑÑваÑи поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð¿Ð¾ÑоÑного вÑдео в бÑÑеÑ
+
+ Volume is muted
+ ÐÑÑнÑÑÑÑ Ð¿ÑиглÑÑено
- Make a &donation
- ÐÑдÑÑима&йÑе пÑоекÑ
+
+ Volume is unmuted
+ ÐÑÑнÑÑÑÑ Ð²Ñдновлено
+
Maximum video definition set to %1
Режим ÑÑÑкоÑÑÑ Ð²Ñдео %1
- &Downloads
- &ÐаванÑаженнÑ
-
-
- Show details about video downloads
- ÐоказаÑи деÑÐ°Ð»Ñ Ð¿Ñо заванÑажÑÐ²Ð°Ð½Ñ Ð²Ñдео
-
-
- &Download
- &ÐаванÑажиÑи
-
-
- Download the current video
- ÐаванÑажиÑи поÑоÑне вÑдео
-
-
- 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
- ÐоÑекаÑиÑÑ Ð·Ð°Ð²ÐµÑÑеннÑ
+
+ Your privacy is now safe
+ ÐаÑа пÑиваÑнÑÑÑÑ Ð·Ð°ÑÑеÑежена
+
Downloads complete
ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð²ÐµÑÑено
@@ -579,50 +604,57 @@
MediaView
+
Most relevant
ÐодÑбнÑ
+
Most recent
ÐедавнÑ
+
Most viewed
ÐопÑлÑÑнÑ
- You're watching "%1"
- Ðи дивиÑеÑÑ "%1"
-
-
+
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
ÐÑодовжиÑи
+
Get the full version
ÐÑÑимаÑи повноÑÑнкÑÑоналÑÐ½Ñ Ð²ÐµÑÑÑÑ
+
Downloading %1
ÐаванÑÐ°Ð¶ÐµÐ½Ð½Ñ %1
@@ -630,6 +662,7 @@
NetworkAccess
+
Network error: %1
Ðомилка меÑÐµÐ¶Ñ %1
@@ -637,42 +670,52 @@
PrettyItemDelegate
+
%1 views
%1 пеÑеглÑдÑв
- %1 of %2 (%3) ? %4
- %1 з %2 (%3) ? %4
+
+ %1 of %2 (%3) â %4
+
+
Preparing
ÐоÑÑÑÑÑÑÑ
+
Failed
ÐевдаÑа
+
Completed
ÐавеÑÑено
+
Stopped
ÐÑпинено
+
Stop downloading
ÐÑпиниÑи заванÑаженнÑ
+
Show in %1
ÐÑдÑвоÑиÑи в %1
+
Open parent folder
ÐеÑейÑи до Ñеки з вÑдео
+
Restart downloading
ÐаванÑажиÑи заново
@@ -680,6 +723,7 @@
SearchLineEdit
+
Search
ÐоÑÑк
@@ -687,62 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
ÐаÑкаво пÑоÑимо до <a href='%1'>%2</a>,
- Enter a keyword to start watching videos.
- ÐведÑÑÑ ÑÑази Ð´Ð»Ñ Ð¿Ð¾ÑÑÐºÑ Ð²Ñдео.
+
+ Get the full version
+
- Watch
- ÐеÑеглÑд
+
+ Enter
+ "Enter", as in "type". The whole frase says: "Enter a keyword to start watching videos"
+
- Recent keywords
- ÐедавнÑй поÑÑк
+
+ a keyword
+
- A new version of %1 is available. Please <a href='%2'>update to version %3</a>
- ÐипÑÑено Ð½Ð¾Ð²Ñ Ð²ÐµÑÑÑÑ %1. ÐÑÐ´Ñ Ð»Ð°Ñка, <a href='%2'> оновÑÑÑ Ð¿ÑогÑÐ°Ð¼Ñ Ð´Ð¾ веÑÑÑÑ %3</a>
+
+ a channel
+
- Make yourself comfortable
- ÐлаÑÑовÑйÑеÑÑ ÑкнайзÑÑÑнÑÑе
-
-
-
- SettingsView
-
- Preferences
- ÐалаÑÑÑваннÑ
+
+ to start watching videos.
+
- &Video options
- ÐÑдео &можливоÑÑÑ
+
+ Watch
+ ÐеÑеглÑд
- Use high quality video when available
- ÐÑдÑвоÑÑваÑи вÑдео виÑÐ¾ÐºÐ¾Ñ ÑкоÑÑÑ Ð¿Ñи наÑвноÑÑÑ
+
+ Recent keywords
+ ÐедавнÑй поÑÑк
- &Saved recent keywords
- &ÐбеÑÐµÐ¶ÐµÐ½Ñ Ð½ÐµÐ´Ð°Ð²Ð½Ñ ÑеÑмÑни поÑÑкÑ
+
+ Recent channels
+
- &Clear recent keywords
- ÐÑиÑÑиÑи недавн&Ñ ÑеÑмÑни поÑÑкÑ
+
+ A new version of %1 is available. Please <a href='%2'>update to version %3</a>
+ ÐипÑÑено Ð½Ð¾Ð²Ñ Ð²ÐµÑÑÑÑ %1. ÐÑÐ´Ñ Ð»Ð°Ñка, <a href='%2'> оновÑÑÑ Ð¿ÑогÑÐ°Ð¼Ñ Ð´Ð¾ веÑÑÑÑ %3</a>
- &Close
- Ðа&кÑиÑи
+
+ Make yourself comfortable
+ ÐлаÑÑовÑйÑеÑÑ ÑкнайзÑÑÑнÑÑе
Video
+
+ Cannot get video stream for %1
+
+
+
+
Network error: %1 for %2
Ðомилка меÑежÑ: %1 Ð´Ð»Ñ %2
-
+
\ No newline at end of file
diff --git a/locale/zh_CN.ts b/locale/zh_CN.ts
index 6b29757..1bc6736 100644
--- a/locale/zh_CN.ts
+++ b/locale/zh_CN.ts
@@ -1,65 +1,77 @@
-
-
-
+
UTF-8
AboutView
+
There's life outside the browser!
æµè§å¨ä¹å¤ï¼ç活亦精彩ï¼
+
Version %1
- çæ¬ %1
+ çæ¬ï¼%1
+
%1 is Free Software but its development takes precious time.
- %1æ¯èªç±è½¯ä»¶ãå
¶å¼åä¹åæ ·è¦èç¨å®è´µæ¶é´çã
+ %1 æ¯èªç±è½¯ä»¶ãå
¶å¼åä¹åæ ·è¦èç¨å®è´µæ¶é´çã
+
Please <a href='%1'>donate</a> to support the continued development of %2.
- 欢è¿æ¨çæ
·æ
¨<a href='%1'>æèµ </a>æ¯ææ们继ç»å¼å%2ã
+ æè¿æ¨æ
·æ
¨<a href='%1'>æèµ </a>ï¼æ¯ææ们继ç»å¼å %2 ã
+
Report bugs and send in your ideas to %1
- 软件é误å建议请åç» %1
+ 软件é误å建议æ¬è¯·åéå°ï¼%1
+
Icon designed by %1.
å¾æ 设计ï¼%1ã
+
Compact mode contributed by %1.
ç®æ´æ¨¡å¼è´¡ç®è
ï¼%1ã
+
HTTP proxy support contributed by %1.
HTTP代çæ¯æè´¡ç®è
ï¼%1ã
+
Translated by %1
- ç¿»è¯ï¼%1
+ ç¿»è¯ï¼%1 ã
+
Released under the <a href='%1'>GNU General Public License</a>
- æ¬è½¯ä»¶éµå¾ª<a href='%1'>GNUéç¨å
Œ
±è®¸å¯è¯</a>äºä»¥åå¸
+ æ¬è½¯ä»¶éµå¾ª<a href='%1'>GNUéç¨å
Œ
±è®¸å¯è¯</a>äºä»¥åå¸ã
+
&Close
å
³é(&C)
+
About
å
³äº
+
What you always wanted to know about %1 and never dared to ask
- æ¨å¯¹ %s çææé½æä»ä¹ï¼è¿è¯·ä¸åèµæ
+ æ¨å¯¹ %1 çææé½æä»ä¹ï¼è¿è¯·ä¸åèµæã
ClearButton
+
Clear
æ¸
é¤
@@ -67,163 +79,198 @@
DownloadItem
+
bytes
-
+ åè
+
KB
-
+ ååè
+
MB
-
+ å
åè
+
bytes/sec
-
+ åè/ç§
+
KB/sec
-
+ ååè/ç§
+
MB/sec
-
+ å
åè/ç§
+
seconds
-
+ ç§
+
minutes
-
+ å
+
%4 %5 remaining
-
+ %4 %5 å©ä½
DownloadManager
-
- %n Download(s)
-
-
-
-
+
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
-
+ è·åå®æ´ç
+
+
+
+ %n Download(s)
+ ä¸è½½æ°ï¼%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
没ææ´å¤è§é¢
@@ -231,6 +278,7 @@
LoadingWidget
+
Error
é误
@@ -238,308 +286,383 @@
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
å
¨å±ææ¾
+
&Compact mode
ç®æ´æ¨¡å¼(&C)
+
Hide the playlist and the toolbar
éèææ¾å表åå·¥å
·æ
+
Open the &YouTube page
æå¼YouTube页é¢(&Y)
+
Go to the YouTube video page and pause playback
æå¼YouTubeè§é¢é¡µé¢å¹¶æååæ¾
+
Copy the YouTube &link
å¤å¶YouTubeé¾æ¥(&l)
+
Copy the current video YouTube link to the clipboard
å¤å¶å½åè§é¢çYouTubeé¾æ¥å°åªè´´æ¿ä¸
+
Copy the video stream &URL
å¤å¶è§é¢æµçURLé¾æ¥(&U)
+
Copy the current video stream URL to the clipboard
å¤å¶å½åè§é¢æµçURLå°åªè´´æ¿ä¸
+
&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 recent keywords
- æ¸
é¤æè¿ä½¿ç¨çå
³é®åè¯(&C)
+
+ &Clear recent searches
+ æ¸
é¤æè¿çæ£ç´¢(&C)
+
Clear the search history. Cannot be undone.
æ¸
é¤æç´¢åå²ã注æï¼æ¸
é¤çåå²ä¸å¯æ¢å¤ã
+
&Quit
éåº(&Q)
+
Ctrl+Q
-
+
+
Bye
åä¼
+
&Website
ç½ç«(&W)
+
%1 on the Web
%1å¨ç½ç«ä¸
+
Make a &donation
æ¬è¯·æèµ (&d)
+
Please support the continued development of %1
请æ¨æ¯æ %1 çå¯æç»åå±ã
+
&About
å
³äº(&A)
+
Info about %1
å
³äº %1 çä¿¡æ¯
+
Search
æç´¢
+
Mute volume
éé³
+
Ctrl+M
-
+
+
+
+
+
+ &Downloads
+ ä¸è½½(&D)
+
+ Show details about video downloads
+ æ¾ç¤ºè§é¢ä¸è½½è¯¦æ
+
+
+
+ &Download
+ ä¸è½½(&D)
+
+
+
+ Download the current video
+ ä¸è½½å½åè§é¢
+
+
+
&Application
åºç¨ç¨åº(&A)
+
&Playlist
ææ¾å表(&P)
+
&Video
è§é¢(&V)
+
&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
+ çå¾
ä¸è½½å®æ
+
+
+
Fatal error: %1
严éé误ï¼%1
+
Error: %1
é误ï¼%1
+
&Play
ææ¾(&P)
+
Resume playback
继ç»åæ¾
+
Exit &Full Screen
éåºå
¨å±(&F)
+
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
-
-
-
- Show details about video downloads
-
-
-
- &Download
-
-
-
- Download the current video
-
-
-
- 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
-
-
-
+
Downloads complete
-
+ ä¸è½½å®æ
MediaView
+
Most relevant
ç¸å
³æå¤
+
Most recent
æè¿
+
Most viewed
è§çæå¤
+
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.
æ¤é¾æ¥ä»
è½ä¿æçæ¶é´çæææ§ã
- You're watching "%1"
- æ¨æ£å¨è§çâ%1â
-
-
+
This is just the demo version of %1.
-
+ è¿ä»
æ¯ %1 çæ¼ç¤ºçã
+
It allows you to test the application and see if it works for you.
-
+ æ¬çæ¬å
许æ¨æµè¯ï¼ä»¥ç¡®è®¤æ¬åºç¨æ¯å¦éåæ¨ã
+
Continue
-
+ 继ç»
+
Get the full version
-
+ è·åå®æ´ç
+
Downloading %1
-
+ æ£å¨ä¸è½½ %1
NetworkAccess
+
Network error: %1
ç½ç»é误ï¼%1
@@ -547,49 +670,60 @@
PrettyItemDelegate
+
%1 views
%1 人次è§ç
- %1 of %2 (%3) ? %4
-
+
+ %1 of %2 (%3) â %4
+ %1 ä¹ %2 (%3) â %4
+
Preparing
-
+ åå¤ä¸
+
Failed
-
+ 已失败
+
Completed
-
+ å·²å®æ
+
Stopped
-
+ å·²åæ¢
+
Stop downloading
-
+ åæ¢ä¸è½½
+
Show in %1
-
+ æ¾ç¤ºå° %1
+
Open parent folder
-
+ æå¼ä¸å±ç®å½
+
Restart downloading
-
+ éæ°ä¸è½½
SearchLineEdit
+
Search
æç´¢
@@ -597,35 +731,73 @@
SearchView
+
Welcome to <a href='%1'>%2</a>,
- 欢è¿è®¿é®<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 a keyword to start watching videos.
- 请è¾å
¥ä¸ä¸ªå
³é®åè¯ä»¥å¼å§è§çè§é¢ã
+
+ a keyword
+ å
³é®å
+
+ a channel
+ é¢éå称
+
+
+
+ to start watching videos.
+ å¼å§è§çè§é¢ã
+
+
+
Watch
è§ç
+
Recent keywords
- ææ°å
³é®åè¯
+ æè¿å
³é®åè¯
+
+ Recent channels
+ æè¿é¢é
+
+
+
A new version of %1 is available. Please <a href='%2'>update to version %3</a>
- %1å·²ææ°çæ¬ã请<a href='%2'>æ´æ°å°çæ¬%3</a>
+ %1 å·²ææ°çæ¬ãæ¬è¯·<a href='%2'>æ´æ°å°çæ¬ %3</a>ã
+
Make yourself comfortable
- 请æ¨å®é¸äº«å
+ 请æ¨å°½æ
享åå§ï¼
Video
+
+ Cannot get video stream for %1
+ æ æ³è·å¾è§é¢æµãå¯è½åå ï¼%1
+
+
+
Network error: %1 for %2
ç½ç»é误ï¼%1ãå¯è½åå ï¼%2
-
+
\ No newline at end of file
diff --git a/minitube.desktop b/minitube.desktop
index a89db43..9160b42 100644
--- a/minitube.desktop
+++ b/minitube.desktop
@@ -5,11 +5,13 @@ Comment=Watch YouTube videos
Comment[es]=Vea los videos de YouTube
Comment[gl]=Vexa os vÃdeos de YouTube
Comment[it]=Guarda i video di YouTube
+Comment[tr]=YouTube videoları izleyin
GenericName=YouTube client
GenericName[en_US]=YouTube client
GenericName[es]=Cliente de YouTube
GenericName[gl]=Cliente de YouTube
GenericName[it]=Client per YouTube
+GenericName[tr]=YouTube istemcisi
Exec=minitube
Terminal=false
Type=Application
diff --git a/minitube.pro b/minitube.pro
old mode 100755
new mode 100644
index 94ac55e..57c5fbc
--- a/minitube.pro
+++ b/minitube.pro
@@ -1,6 +1,6 @@
CONFIG += release
TEMPLATE = app
-VERSION = 1.3
+VERSION = 1.4.1
DEFINES += APP_VERSION="$$VERSION"
INCLUDEPATH += /usr/include/phonon
@@ -36,7 +36,7 @@ HEADERS += src/MainWindow.h \
src/minisplitter.h \
src/loadingwidget.h \
src/videoareawidget.h \
- src/googlesuggest.h \
+ src/autocomplete.h \
src/videowidget.h \
src/videodefinition.h \
src/fontutils.h \
@@ -48,7 +48,10 @@ HEADERS += src/MainWindow.h \
src/downloadview.h \
src/downloadmodel.h \
src/downloadlistview.h \
- src/downloadsettings.h
+ src/downloadsettings.h \
+ src/youtubesuggest.h \
+ src/suggester.h \
+ src/channelsuggest.h
SOURCES += src/main.cpp \
src/MainWindow.cpp \
src/SearchView.cpp \
@@ -72,7 +75,7 @@ SOURCES += src/main.cpp \
src/minisplitter.cpp \
src/loadingwidget.cpp \
src/videoareawidget.cpp \
- src/googlesuggest.cpp \
+ src/autocomplete.cpp \
src/videowidget.cpp \
src/videodefinition.cpp \
src/constants.cpp \
@@ -85,7 +88,9 @@ SOURCES += src/main.cpp \
src/downloadview.cpp \
src/downloadmodel.cpp \
src/downloadlistview.cpp \
- src/downloadsettings.cpp
+ src/downloadsettings.cpp \
+ src/youtubesuggest.cpp \
+ src/channelsuggest.cpp
RESOURCES += resources.qrc
DESTDIR = build/target/
OBJECTS_DIR = build/obj/
@@ -143,8 +148,6 @@ unix:!mac {
icon128.files += data/128x128/minitube.png
icon256.path = $$DATADIR/icons/hicolor/256x256/apps
icon256.files += data/256x256/minitube.png
- icon256.path = $$DATADIR/icons/hicolor/512x512/apps
- icon256.files += data/256x256/minitube.png
icon512.path = $$DATADIR/icons/hicolor/512x512/apps
icon512.files += data/512x512/minitube.png
}
diff --git a/resources.qrc b/resources.qrc
old mode 100755
new mode 100644
diff --git a/src/AboutView.cpp b/src/AboutView.cpp
index 1a0ec17..7b02adf 100644
--- a/src/AboutView.cpp
+++ b/src/AboutView.cpp
@@ -21,7 +21,7 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) {
"" + tr("There's life outside the browser!") + "
"
"" + tr("Version %1").arg(Constants::VERSION) + "
"
+ QString("%1
").arg(Constants::WEBSITE) +
-#if !defined(APP_MAC) && !defined(Q_WS_WIN)
+#if !defined(APP_MAC) && !defined(APP_WIN)
"" + tr("%1 is Free Software but its development takes precious time.").arg(Constants::APP_NAME) + " "
+ tr("Please donate to support the continued development of %2.")
.arg(QString(Constants::WEBSITE).append("#donate"), Constants::APP_NAME) + "
"
@@ -30,7 +30,7 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) {
.arg(QString("%1 ").arg(Constants::EMAIL)) + "
"
""
- + tr("Icon designed by %1.").arg("Sebastian Kraft")
+ + tr("Icon designed by %1.").arg("David Nel ")
+ " " + tr("Compact mode contributed by %1.").arg("Stefan Brück")
+ " " + tr("HTTP proxy support contributed by %1.").arg("Kiwamu Okabe")
+ "
"
@@ -62,11 +62,11 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) {
"Changtai Liang (zh_CN), "
"Veta Branislav (mkd_MKD)"
) + ""
-#if !defined(APP_MAC) && !defined(Q_WS_WIN)
+#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-2010 " + Constants::ORG_NAME + "
"
+ "© 2009-2011 " + Constants::ORG_NAME + "
"
"