From f1d49c4c3e317b5a3b8d90639b1ec8671b1d8e8f Mon Sep 17 00:00:00 2001 From: Flavio Date: Thu, 18 Jul 2013 11:26:41 +0200 Subject: [PATCH] Big 2.1 commit --- CHANGES | 29 +- LICENSE.LGPL | 504 ---------- empty.ts | 382 ++++--- images/worldwide.png | Bin 624 -> 630 bytes locale/ar.ts | 410 +++++--- locale/ca.ts | 408 +++++--- locale/ca_ES.ts | 1476 ---------------------------- locale/cs_CZ.ts | 392 +++++--- locale/da.ts | 380 ++++--- locale/de_DE.ts | 616 +++++++----- locale/el.ts | 506 ++++++---- locale/es.ts | 384 +++++--- locale/es_AR.ts | 592 ++++++----- locale/es_ES.ts | 664 +++++++------ locale/fi.ts | 522 ++++++---- locale/fi_FI.ts | 508 ++++++---- locale/fr.ts | 530 ++++++---- locale/he_IL.ts | 506 ++++++---- locale/hr.ts | 1476 ---------------------------- locale/hu.ts | 384 +++++--- locale/ia.ts | 380 ++++--- locale/it.ts | 380 ++++--- locale/ja_JP.ts | 398 +++++--- locale/jv.ts | 1476 ---------------------------- locale/ky.ts | 504 ++++++---- locale/locale.pri | 2 +- locale/nl.ts | 1476 ---------------------------- locale/pl.ts | 414 +++++--- locale/pl_PL.ts | 382 ++++--- locale/pt_BR.ts | 536 ++++++---- locale/ro.ts | 380 ++++--- locale/ru.ts | 420 +++++--- locale/sk.ts | 380 ++++--- locale/sl.ts | 488 +++++---- locale/tr.ts | 388 +++++--- locale/zh_CN.ts | 508 ++++++---- minitube.pro | 36 +- resources.qrc | 8 + src/Suggester.h | 20 + src/aboutview.cpp | 30 +- src/aboutview.h | 23 + src/aggregatevideosource.cpp | 79 ++ src/aggregatevideosource.h | 46 + src/autocomplete.cpp | 20 + src/autocomplete.h | 20 + src/channelaggregator.cpp | 279 ++++++ src/channelaggregator.h | 71 ++ src/channelitemdelegate.cpp | 167 ++++ src/channelitemdelegate.h | 45 + src/channelmodel.cpp | 129 +++ src/channelmodel.h | 70 ++ src/channelsuggest.cpp | 20 + src/channelsuggest.h | 20 + src/channelview.cpp | 301 ++++++ src/channelview.h | 84 ++ src/constants.cpp | 20 + src/constants.h | 20 + src/database.cpp | 210 ++++ src/database.h | 54 + src/diskcache.cpp | 20 + src/diskcache.h | 20 + src/downloaditem.cpp | 20 + src/downloaditem.h | 20 + src/downloadlistview.cpp | 26 + src/downloadlistview.h | 21 + src/downloadmanager.cpp | 40 +- src/downloadmanager.h | 20 + src/downloadmodel.cpp | 20 + src/downloadmodel.h | 20 + src/downloadsettings.cpp | 20 + src/downloadsettings.h | 20 + src/downloadview.cpp | 20 + src/downloadview.h | 20 + src/fontutils.cpp | 20 + src/fontutils.h | 20 + src/global.h | 20 + src/globalshortcutbackend.cpp | 20 + src/globalshortcutbackend.h | 20 + src/globalshortcuts.cpp | 20 + src/globalshortcuts.h | 20 + src/gnomeglobalshortcutbackend.cpp | 20 + src/gnomeglobalshortcutbackend.h | 20 + src/gridwidget.cpp | 65 ++ src/gridwidget.h | 48 + src/homeview.cpp | 88 +- src/homeview.h | 31 +- src/jsfunctions.cpp | 103 ++ src/jsfunctions.h | 51 + src/loadingwidget.cpp | 43 +- src/loadingwidget.h | 20 + src/main.cpp | 109 +- src/mainwindow.cpp | 180 ++-- src/mainwindow.h | 24 +- src/mediaview.cpp | 297 ++++-- src/mediaview.h | 33 +- src/networkaccess.cpp | 26 +- src/networkaccess.h | 20 + src/painterutils.cpp | 108 ++ src/painterutils.h | 38 + src/playlistitemdelegate.cpp | 341 ++++--- src/playlistitemdelegate.h | 35 +- src/playlistmodel.cpp | 49 +- src/playlistmodel.h | 22 +- src/playlistview.cpp | 37 +- src/playlistview.h | 21 + src/refinesearchbutton.cpp | 20 + src/refinesearchbutton.h | 20 + src/refinesearchwidget.cpp | 32 +- src/refinesearchwidget.h | 21 + src/regionsview.cpp | 20 + src/regionsview.h | 20 + src/searchparams.cpp | 20 + src/searchparams.h | 20 + src/searchview.cpp | 60 +- src/searchview.h | 20 + src/segmentedcontrol.cpp | 36 +- src/segmentedcontrol.h | 20 + src/sidebarheader.cpp | 47 +- src/sidebarheader.h | 21 + src/sidebarwidget.cpp | 33 +- src/sidebarwidget.h | 20 + src/spacer.cpp | 20 + src/spacer.h | 20 + src/standardfeedsview.cpp | 37 +- src/standardfeedsview.h | 25 +- src/suggester.h | 20 + src/temporary.cpp | 20 + src/temporary.h | 20 + src/updatechecker.cpp | 22 +- src/updatechecker.h | 20 + src/urllineedit.h | 20 + src/userview.cpp | 5 - src/userview.h | 24 - src/utils.cpp | 92 +- src/utils.h | 28 +- src/video.cpp | 143 ++- src/video.h | 46 +- src/videoareawidget.cpp | 70 +- src/videoareawidget.h | 29 +- src/videodefinition.cpp | 20 + src/videodefinition.h | 20 + src/videomimedata.cpp | 20 + src/videomimedata.h | 20 + src/videosource.cpp | 20 + src/videosource.h | 22 + src/videosourcewidget.cpp | 69 +- src/videosourcewidget.h | 33 +- src/view.h | 21 + src/ytcategories.cpp | 20 + src/ytcategories.h | 20 + src/ytfeedreader.cpp | 28 +- src/ytfeedreader.h | 20 + src/ytregions.cpp | 20 + src/ytregions.h | 22 + src/ytsearch.cpp | 39 +- src/ytsearch.h | 24 + src/ytsinglevideosource.cpp | 20 + src/ytsinglevideosource.h | 20 + src/ytstandardfeed.cpp | 27 +- src/ytstandardfeed.h | 24 + src/ytsuggester.cpp | 20 + src/ytsuggester.h | 20 + src/ytuser.cpp | 307 ++++++ src/ytuser.h | 104 ++ style.css | 72 -- 165 files changed, 13390 insertions(+), 11982 deletions(-) delete mode 100644 LICENSE.LGPL delete mode 100644 locale/ca_ES.ts delete mode 100644 locale/hr.ts delete mode 100644 locale/jv.ts delete mode 100644 locale/nl.ts create mode 100644 src/aggregatevideosource.cpp create mode 100644 src/aggregatevideosource.h create mode 100644 src/channelaggregator.cpp create mode 100644 src/channelaggregator.h create mode 100644 src/channelitemdelegate.cpp create mode 100644 src/channelitemdelegate.h create mode 100644 src/channelmodel.cpp create mode 100644 src/channelmodel.h create mode 100644 src/channelview.cpp create mode 100644 src/channelview.h create mode 100644 src/database.cpp create mode 100644 src/database.h create mode 100644 src/gridwidget.cpp create mode 100644 src/gridwidget.h create mode 100644 src/jsfunctions.cpp create mode 100644 src/jsfunctions.h create mode 100644 src/painterutils.cpp create mode 100644 src/painterutils.h delete mode 100644 src/userview.cpp delete mode 100644 src/userview.h create mode 100644 src/ytuser.cpp create mode 100644 src/ytuser.h diff --git a/CHANGES b/CHANGES index a3127f8..f0f8580 100644 --- a/CHANGES +++ b/CHANGES @@ -1,16 +1,39 @@ -2.0 - January ?? 2013 +2.1.1 +- Fixed VEVO videos playback +- Fixed Ubuntu skin not being used + +2.1 +- Channel subscriptions +- Move window by dragging from inside the video area +- Faster startup +- Optimizations and tweaks to the playlist +- Float on top icon was missing on Mac & Windows +- Compact mode window fixed aspect ratio on Mac +- Ubuntu notifications +- Fixed skipping to the next video +- Fixed compact mode video cropped with very small window +- Fixed long words or URLs in the video description causing a window resize +- Fixed crash when resizing the playlist to a very small width + +2.0 - February 1 2013 - YouTube categories and "standard feeds": "Most Popular", "Featured", etc - Country selection for YouTube categories and feeds - Autoupdate on Mac and Windows -- Related videos are now appended to the video when pasting a YouTube link +- Related videos +- Related videos are now appended when pasting a YouTube link +- Bigger and nicer 16:9 thumbnails - "Show 10 More" with a single click - Play video in the playlist with a single click on its thumbnail -- OS X Mountain Lion notifications on video start +- Disk cache for video thumbnails +- OS X Notification Center notifications on video start +- Ubuntu Ambiance theme integration - Fixed some YouTube links not working when pasted in the searchbox - Fixed playlist drag'n'drop - Fixed system language settings detection - Fixed clicking on channel names not working in some cases - Fixed incorrect number of downloads in status bar +- Fixed looping video with Phonon VLC backend on Linux +- New and updated translations 1.9 - September 27, 2012 - Adapted to YouTube changes diff --git a/LICENSE.LGPL b/LICENSE.LGPL deleted file mode 100644 index 5ab7695..0000000 --- a/LICENSE.LGPL +++ /dev/null @@ -1,504 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 Free Software Foundation, Inc. - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -not price. Our General Public Licenses are designed to make sure that -you have the freedom to distribute copies of free software (and charge -for this service if you wish); that you receive source code or can get -it if you want it; that you can change the software and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be distributed need not include anything that is -normally distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties with -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - - diff --git a/empty.ts b/empty.ts index fba82a1..bbdcc60 100644 --- a/empty.ts +++ b/empty.ts @@ -136,6 +136,97 @@ + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + + + + + Show Updated + + + + + Name + + + + + Last Updated + + + + + Last Added + + + + + Last Watched + + + + + Most Watched + + + + + Sort by + + + + + All Videos + + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + + + ClearButton @@ -343,25 +434,35 @@ HomeView - + Search - + Find videos and channels by keyword - + Browse - + Browse videos by category + + + Subscriptions + + + + + Channel subscriptions + + Make yourself comfortable @@ -371,7 +472,7 @@ LoadingWidget - + Error @@ -379,426 +480,431 @@ MainWindow - + &Stop - + Stop playback and go back to the search view - + S&kip - + Skip to the next video - - + + &Pause - - + + Pause playback - + &Full Screen - + Go full screen - + Hide the playlist and the toolbar - + Go to the YouTube video page and pause playback - + Copy the current video YouTube link to the clipboard - + Copy the current video stream URL to the clipboard - + Find other video parts hopefully in the right order - + &Remove - + Remove the selected videos from the playlist - + Move &Up - + Move up the selected videos in the playlist - + Move &Down - + Move down the selected videos in the playlist - + Clear the search history. Cannot be undone. - + &Quit - + Bye - + &Website - + %1 on the Web - + Please support the continued development of %1 - + &About - + Info about %1 - + Search - + Mute volume - - + + &Downloads - + Show details about video downloads - + &Download - + Download the current video - + + &Subscribe to Channel + + + + Share the current video using %1 - + &Email - + Email - + &Close - + &Float on Top - + &Stop After This Video - + &Report an Issue... - + &Refine Search... - + More... - + &Related Videos - + Watch videos related to the current one - + &Application - + Buy %1... - + &Playback - + &Playlist - + &Video - + &View - + &Share - + &Help - + Press %1 to raise the volume, %2 to lower it - - + + Opening %1 - + Do you want to exit %1 with a download in progress? - + If you close %1 now, this download will be cancelled. - + Close and cancel download - + Wait for download to finish - + Leave &Full Screen - + %1 version %2 is now available. - + Remind me later - + Update - + Error: %1 - + P&revious - + Go back to the previous track - + &Compact Mode - + Open the &YouTube Page - + Copy the YouTube &Link - + Copy the Video Stream &URL - + Find Video &Parts - + &Clear Recent Searches - + Make a &Donation - + &Manually Start Playing - + Manually start playing videos - + Choose your content location - + &Play - + Resume playback - + Remaining time: %1 - + Volume at %1% - + Volume is muted - + Volume is unmuted - + Maximum video definition set to %1 - + Your privacy is now safe - + Downloads complete @@ -806,65 +912,75 @@ MediaView - + You can now paste the YouTube link into another application - + You can now paste the video stream URL into another application - + The link will be valid only for a limited time. - + This is just the demo version of %1. - + It allows you to test the application and see if it works for you. - + Continue - + of Used in video parts, as in '2 of 3' - + part This is for video parts, as in 'Cool video - part 1' - + episode This is for video parts, as in 'Cool series - episode 1' - + Sent from %1 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version - + Downloading %1 @@ -913,52 +1029,52 @@ PlaylistItemDelegate - + %1 views - + %1 of %2 (%3) — %4 - + Preparing - + Failed - + Completed - + Stopped - + Stop downloading - + Show in %1 - + Open parent folder - + Restart downloading @@ -1115,48 +1231,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, - + Get the full version - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" - + a keyword - + a channel - + to start watching videos. - + Watch - + Recent keywords - + Recent channels @@ -1164,8 +1280,8 @@ SidebarHeader - - + + &Back @@ -1200,11 +1316,6 @@ Most Popular - - - Featured - - Most Shared @@ -1220,16 +1331,21 @@ Top Rated + + + All Time Popular + + Video - + Cannot get video stream for %1 - + Network error: %1 for %2 diff --git a/images/worldwide.png b/images/worldwide.png index fb5f48bd5ce4ae0cac31e39d45a537a098d57e69..d676740ad2d812d033646451e9e12ed09e8a8d34 100644 GIT binary patch delta 531 zcmV+u0_^?p1oi}wZh!MhL_t(Ijipn+Yg1tqJ?Hz91`G~w5s}(Xp+hnS-b=`!F8&1y zZkB?Jhy}qe(y`USZaTP0U9?dD0>NKHNM1@nh(pL!>n~iMLO^Q!?s0i3n#85v@qG7u z_ug~Qr6l}MrX|vPm^v84gX9uNHsecdz!5Yb{B!8OO!|a0_ z08U7Hk|fFMU@+JpaoiZWNpj9Pw=C&H9LF1R9B%;FbIvW3oC|`WSt^wZ6C-4m&jO&C z-2?ExUaw!yo_}Q6capO~5Uc@MIT|4h!v*KuTkn1K;NaktbM6JnElFnpK+-_?NN~JPWEEccr?CiXg zWc7OemG`~@pifDt)oKp_%me63Dw4boU}H@1+aw=J8Um;S*loAlHytJ;2jFlDerRTX z0?j&D3d8WJB$UhLnJ9|(NBU%Ic2N}Vm&@guEdN=pR)1TP^iL6AOL|OlJ}a_Ia>>jt zjEi_=q$rB+lUxMw5x{9lZ=7?_0l>^IkvtFJD}Y%^n{gbk{AHvhNmeE80T_^6Cs}B< zTHCEwYnx<&oXeTnT>v0?N75mH&2cMp+BF{gn2r;_0di;> V)&>71!wdib002ovPDHLkV1m)}{Hg!| delta 525 zcmV+o0`mR#1n>lqZh!4bL_t(Ijir-6NYnuw#Xs-Y<$;lTOGKDX;&4vF&+>OiwY1z? z(3S`-5eY#q;ix&}mP1?EQh}{5LI1e>Xj~4GF3hVm4hCAgto$QT|_l56! z-}jYm{s*c3$b3HRvlZDI0Fb;aIW88A)gQXoanVl4Z!c?SkDyj1p8#&s6JyZ8()CK-$ZR$ zfzK9;<<%5`t$zsfJYI-DN%|5Eg-5H^A2(N4R(=8W_xHCQ>uA5au<-Vs?If2Qd|@jB zR%M$gI(;v|J(iXwA4&djO@XGH({|!p3b+sYE_)zB>v8<%MnEePQi$3fUesg`?cwVi zgd@?J@R4n@*=$=h6mIY2(>QYw4Tam;Y__eTe;h^Oh=1+3+#Cls3~R=d66sQ@JXb1} z=Oog`lZG{5qoHND2hDA)SJ}f5q@4H;fCAlyq$V`mT4n9`jR$_FgWxZ1xDVk9nEx68 P0000 Licensed to: %1 - + مرخّص لـ: %1 @@ -88,7 +88,7 @@ &Code: - + الرقم ال&خاصّ: @@ -134,6 +134,95 @@ قم بشراء رخصة + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + + + + + Show Updated + + + + + Name + + + + + Last Updated + + + + + Last Added + + + + + Last Watched + + + + + Most Watched + + + + + Sort by + ترتيب بـ + + + + All Videos + + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + + + ClearButton @@ -339,25 +428,35 @@ HomeView - + Search بحث - + Find videos and channels by keyword - + جِد مقاطع فيديو وقنواتٍ بحسب الكلمة الرئيسة - + Browse أستعراض - + Browse videos by category تصفح الفيديوهات حسب الفئة + + + Subscriptions + + + + + Channel subscriptions + + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error خطأ @@ -375,426 +474,431 @@ MainWindow - + &Stop &قف - + Stop playback and go back to the search view وقف التشغيل و العودة لوضع البحث - + S&kip &القفز - + Skip to the next video القفز للفيديو التالي - - + + &Pause &ايقاف مؤقت - - + + Pause playback ايقاف التشغيل - + &Full Screen &شاشة كاملة - + Go full screen تشغيل شاشة كاملة - + Hide the playlist and the toolbar اخفاء القائمة و شريط المهام - + Go to the YouTube video page and pause playback اذهب الى صفحة فيديو YouTube و وقف التشغيل - + Copy the current video YouTube link to the clipboard نسخ رابط YouTube الى clipboard - + Copy the current video stream URL to the clipboard نسخ رابط الفيديو الى clipboard - + Find other video parts hopefully in the right order اوجد أجزاء الفيديو الأخرى املا أن تكون في الترتيب الصحيح - + &Remove &إزالة - + Remove the selected videos from the playlist إزالة الفيديو من القائمة - + Move &Up الرفع الى &اعلى - + Move up the selected videos in the playlist رفع المقاطع المختارة الى فوق في القائمة - + Move &Down الانزال الى &تحت - + Move down the selected videos in the playlist انزال المقاطع المختارة الى تحت في القائمة - + Clear the search history. Cannot be undone. مسح تاريخ البحث. لا يمكن استعادته. - + &Quit &الانتهاء - + Bye مع السلامة - + &Website &الموقع - + %1 on the Web %1 على الشبكة - + Please support the continued development of %1 ‎الرجاء التبرع لمتابعة تطوير %1 - + &About &عن البرنامج - + Info about %1 معلومات عن %1 - + Search البحث - + Mute volume كتم الصوت - - + + &Downloads &التحميلات - + Show details about video downloads عرض تفاصيل عن تحميلات الفيديو - + &Download &التحميلات - + Download the current video تحميل الفيديو الحالي - + + &Subscribe to Channel + + + + Share the current video using %1 شارك الفيديو الحالي باستخدام %1 - + &Email &البريد الإلكتروني - + Email البريد الإلكتروني - + &Close &اقفل - + &Float on Top &اطفو علي القمة - + &Stop After This Video &أوقف العرض التلقائي بعد الفيديو الحالي - + &Report an Issue... &أبلغ عن مشكلة - + &Refine Search... &خيارات البحث... - + More... المزيد... - + &Related Videos - + مقاطع ذات &صلة - + Watch videos related to the current one - + شاهد مقاطع فيديو ذات صلة بهذا - + &Application &البرنامج - + Buy %1... اشتري %1... - + &Playback &قراءة - + &Playlist &القائمة - + &Video &الفيديو - + &View &مشاهدة - + &Share &شارك - + &Help &المساعدة - + Press %1 to raise the volume, %2 to lower it اضغط %1 لرفع الصوت و %2 لخفضه - - + + Opening %1 جاري فتح %1 - + Do you want to exit %1 with a download in progress? هل تريد الخروج %1 رغم وجود تحميل? - + If you close %1 now, this download will be cancelled. عند اغلاق %1 التحميل سيلغى. - + Close and cancel download الاغلاق و الغاء التحميل - + Wait for download to finish انتظار انتهاء التحميل - + Leave &Full Screen غادر &الشاشة الكاملة - + %1 version %2 is now available. %1 الإصدار %2 متوفر الآن. - + Remind me later ذكرني لاحقا - + Update تحديث - + Error: %1 خطأ: %1 - + P&revious ال&سابق - + Go back to the previous track العودة إلى المجاز السابق - + &Compact Mode &الواجهة الخفيفة - + Open the &YouTube Page أفتح صفحة الفيديو على &YouTube - + Copy the YouTube &Link انسخ رابط الفيديو &Link - + Copy the Video Stream &URL انسخ الفيديو وعنوانه - + Find Video &Parts أبحث عن &أجزاء الفيديو الأُخرى - + &Clear Recent Searches &مسح تاريخ البحث - + Make a &Donation القيام بتبرع - + &Manually Start Playing &تشغيل الفيديوهات يدويا - + Manually start playing videos بدء تشغيل الفيديو يدويا - + Choose your content location - + اختر موقع محتوياتك - + &Play &التشغيل - + Resume playback اكمال التشغيل - + Remaining time: %1 الوقت المتبقي: %1 - + Volume at %1% %1%الصوت عند - + Volume is muted الصوت مكتوم - + Volume is unmuted الصوت غير مكتوم - + Maximum video definition set to %1 الوضوح الاقصى %1 - + Your privacy is now safe خصوصيتك امنة - + Downloads complete التحميل انتهى @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application يمكنك لصق رابط YouTube في برنامج اخر - + You can now paste the video stream URL into another application يمكنك لصق رابط الفيديو في برنامج اخر - + The link will be valid only for a limited time. الرابط سيكون صالحا لمدة محدودة. - + This is just the demo version of %1. هذه ليست سوى النسخة التجريبية من %1. - + It allows you to test the application and see if it works for you. انها تتيح لك تجربة البرنامج. - + Continue متابعة - + of Used in video parts, as in '2 of 3' من - + part This is for video parts, as in 'Cool video - part 1' جزء - + episode This is for video parts, as in 'Cool series - episode 1' حلقة - + Sent from %1 أرسلت من %1 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version احصل على النسخة الكاملة - + Downloading %1 جاري تحميل %1 @@ -870,22 +984,22 @@ A new version of %1 is available! - + يتوقّر إصدار جديد من %1! %1 %2 is now available. You have %3. - + 1% %2 متوفر الآن. لديك 3%. Would you like to download it now? - + أتريد تنزيله الآن؟ Skip This Version - + تجاوز هذا الإصدار @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views %1 مشاهدة - + %1 of %2 (%3) — %4 - + 1% من 2% (3%) — 4% - + Preparing تهيئة - + Failed فشل - + Completed تم - + Stopped متوقف - + Stop downloading ايقاف التحميل - + Show in %1 اظهار في %1 - + Open parent folder فتح المجلد الرئيسي - + Restart downloading اعادة التحميل @@ -1097,7 +1211,7 @@ Done - + تمّ @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, مرحبا بك في <a href='%1'>%2</a>, - + Get the full version الحصول على النسخة الكاملة - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" أدخل - + a keyword كلمة مفتاح - + a channel قناة - + to start watching videos. لبدء مشاهدة أشرطة الفيديو - + Watch شاهد - + Recent keywords كلمات بحث سابقة - + Recent channels القنوات الأخيرة @@ -1160,20 +1274,20 @@ SidebarHeader - - + + &Back &عودة Forward to %1 - + تقدّم إلى %1 Back to %1 - + عُد إلى %1 @@ -1196,11 +1310,6 @@ Most Popular الأكثر شهرة - - - Featured - - Most Shared @@ -1209,23 +1318,28 @@ Most Discussed - + الأكثر نقاشًا Top Rated الأعلى تقييما + + + All Time Popular + + Video - + Cannot get video stream for %1 لا يمكن الحصول على دفق الفيديو %1 - + Network error: %1 for %2 خطأ شبكة:%1 الى %2 diff --git a/locale/ca.ts b/locale/ca.ts index daadf4b..97645f3 100644 --- a/locale/ca.ts +++ b/locale/ca.ts @@ -15,7 +15,7 @@ Licensed to: %1 - + Llicenciat a: %1 @@ -78,17 +78,17 @@ Enter your License Details - + Entra els detalls de la teva llicència &Email: - + &Email: &Code: - + &Codi: @@ -111,7 +111,7 @@ Without a license, the application will expire in %1 days. - + Sense llicència, l'aplicació caducarà en %1 dies @@ -126,11 +126,100 @@ Enter License - + Entra la lliçència Buy License + Comprar llicència + + + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + + + + + Show Updated + + + + + Name + + + + + Last Updated + + + + + Last Added + + + + + Last Watched + + + + + Most Watched + + + + + Sort by + Ordena per + + + + All Videos + + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. @@ -270,7 +359,7 @@ Downloading update... - + Descarregant actualitzacions... @@ -339,25 +428,35 @@ HomeView - + Search Cerca - + Find videos and channels by keyword - + Browse - + Browse videos by category + + + Subscriptions + + + + + Channel subscriptions + + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Error @@ -375,426 +474,431 @@ MainWindow - + &Stop &Atura - + Stop playback and go back to the search view Atura la reproducció i torna a la vista de búsqueda - + S&kip &Salta - + Skip to the next video Salta al vídeo següent - - + + &Pause &Pausa - - + + Pause playback Pausa la reproducció - + &Full Screen Pantalla &completa - + Go full screen Passa a pantalla completa - + Hide the playlist and the toolbar Amaga la llista de reproducció i la barra d'eines - + Go to the YouTube video page and pause playback Ves a la pàgina del vídeo del YouTube i pausa la reproducció - + Copy the current video YouTube link to the clipboard Copia l'enllaç del vídeo actual del YouTube al porta-retalls - + Copy the current video stream URL to the clipboard Copia el URL del flux de vídeo actual al porta-retalls - + Find other video parts hopefully in the right order Troba altres parts del vídeo, amb sort en l'ordre correcte - + &Remove &Elimina - + Remove the selected videos from the playlist Elimina els vídeos seleccionats de la llista de reproducció - + Move &Up Mou &amunt - + Move up the selected videos in the playlist Mou amunt els vídeos seleccionats en la llista de reproducció - + Move &Down Mou a&vall - + Move down the selected videos in the playlist Mou avall els vídeos seleccionats en la llista de reproducció - + Clear the search history. Cannot be undone. Neteja l'historial de búsquedes. No es pot desfer. - + &Quit &Surt - + Bye Adéu - + &Website Pàgina &web - + %1 on the Web %1 a la xarxa - + Please support the continued development of %1 Siusplau ajuda al desenvolupament continuat del %1 - + &About &Quant a - + Info about %1 Info sobre %1 - + Search Cerca - + Mute volume Silencia el volum - - + + &Downloads &Baixades - + Show details about video downloads Mostra detalls de les descàrregues de vídeo - + &Download &Baixa - + Download the current video Baixa el vídeo actual - + + &Subscribe to Channel + + + + Share the current video using %1 Comparteix el vídeo actual fent servir %1 - + &Email &Email - + Email Correu electrònic - + &Close &Tanca - + &Float on Top Manté a &sobre - + &Stop After This Video &Atura després d'aquest vídeo - + &Report an Issue... &Informa d'un problema... - + &Refine Search... &Afina la Cerca... - + More... - + &Related Videos - + Watch videos related to the current one - + &Application &Aplicació - + Buy %1... Compra %1... - + &Playback &Reproducció - + &Playlist &Llista de reproducció - + &Video &Vídeo - + &View &Vista - + &Share &Compartir - + &Help A&juda - + Press %1 to raise the volume, %2 to lower it Premeu %1 per pujar el volum, %2 per baixar-lo - - + + Opening %1 Obrint %1 - + Do you want to exit %1 with a download in progress? Vol abandonar el %1 amb una baixada en curs? - + If you close %1 now, this download will be cancelled. Si tanca el %1 ara, aquesta baixada es cancel·larà. - + Close and cancel download Tanca i cancel·la la baixada - + Wait for download to finish Espera a acabar la baixada - + Leave &Full Screen Abandona la Pantalla &Completa - + %1 version %2 is now available. %1 versió %2 ja està disponible. - + Remind me later Recorda-m'ho més tard - + Update Actualitza - + Error: %1 Error: %1 - + P&revious P&revi - + Go back to the previous track Torna a la pista anterior - + &Compact Mode &Mode compacte - + Open the &YouTube Page Obre la pàgina de &YouTube - + Copy the YouTube &Link Copia l'&enllaç de YouTube - + Copy the Video Stream &URL Copia el &URL del flux de vídeo - + Find Video &Parts Troba &parts de vídeo - + &Clear Recent Searches &Neteja les búsquedes recents - + Make a &Donation Fer una &donació - + &Manually Start Playing Reprodueix vídeos &manualment - + Manually start playing videos Comença a reproduir vídeos manualment - + Choose your content location - + &Play &Reprodueix - + Resume playback Continua la reproducció - + Remaining time: %1 Temps restant: %1 - + Volume at %1% Volum al %1% - + Volume is muted El volum està silenciat - + Volume is unmuted El volum no està silenciat - + Maximum video definition set to %1 Resolució màxima de vídeo fixada a %1 - + Your privacy is now safe La vostra privacitat ara és segura - + Downloads complete Baixades completes @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Ja podeu enganxar l'enllaç de YouTube en una altra aplicació - + You can now paste the video stream URL into another application Ja pot enganxar el URL del flux de vídeo en una altra aplicació - + The link will be valid only for a limited time. L'enllaç només serà vàlid durant un temps limitat. - + This is just the demo version of %1. Aquesta només és la versió de demostració del %1. - + It allows you to test the application and see if it works for you. Us permet probar l'aplicació i veure si us va bé. - + Continue Continua - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' part - + episode This is for video parts, as in 'Cool series - episode 1' episodi - + Sent from %1 Enviat des de %1 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version Aconseguiu la versió completa - + Downloading %1 Baixant %1 @@ -870,32 +984,32 @@ A new version of %1 is available! - + Una nova versió de %1 està disponible %1 %2 is now available. You have %3. - + %1 %2 estan disponibles. Tu tens %3. Would you like to download it now? - + T'agradaria descarregar-ho ara? Skip This Version - + Omet aquesta versió Remind Me Later - + Recorda-m'ho després Install Update - + Instal·la Actualització @@ -903,58 +1017,58 @@ Paste - + Enganxar PlaylistItemDelegate - + %1 views %1 visualitzacions - + %1 of %2 (%3) — %4 - + Preparing - + Failed - + Completed - + Stopped - + Stop downloading - + Show in %1 - + Open parent folder - + Restart downloading @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Benvinguts al <a href='%1'>%2</a>, - + Get the full version Aconsegueix la versió completa - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Introdueix - + a keyword una paraula - + a channel un canal - + to start watching videos. per comencar a veure vídeos. - + Watch Veure - + Recent keywords Búsquedes recents - + Recent channels Canals recents @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back &Enrere @@ -1196,11 +1310,6 @@ Most Popular - - - Featured - - Most Shared @@ -1216,16 +1325,21 @@ Top Rated + + + All Time Popular + + Video - + Cannot get video stream for %1 No es pot obtenir flux de vídeo per %1 - + Network error: %1 for %2 Error de xarxa: %1 per %2 diff --git a/locale/ca_ES.ts b/locale/ca_ES.ts deleted file mode 100644 index 9ab70c1..0000000 --- a/locale/ca_ES.ts +++ /dev/null @@ -1,1476 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - Hi ha vida fora del navegador! - - - - Version %1 - Versió %1 - - - - Licensed to: %1 - - - - - %1 is Free Software but its development takes precious time. - %1 és Software Lliure però el seu desenvolupament pren un temps molt valuós. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - Si us plau <a href='%1'>doneu</a> per ajudar al desenvolupament continuat del %2. - - - - You may want to try my other apps as well: - Potser també voldreu provar les meves altres aplicacions: - - - - %1, a YouTube music player - %1, un reproductor de música del YouTube - - - - %1, a music player - %1, un reproductor de música - - - - Translate %1 to your native language using %2 - Traduïu el %1 al vostre idioma natal a través de %2 - - - - Icon designed by %1. - Icona dissenyada per %1. - - - - Released under the <a href='%1'>GNU General Public License</a> - Llançat sota la <a href='%1'>Llicència Pública General de GNU</a> - - - - &Close - &Tanca - - - - About - Quant a - - - - What you always wanted to know about %1 and never dared to ask - El que sempre havíeu volgut saber sobre el %1 i mai us havíeu atrevit a preguntar - - - - ActivationDialog - - - Enter your License Details - - - - - &Email: - - - - - &Code: - - - - - ActivationView - - - Please license %1 - Si us plau, llicencia el %1 - - - - This demo has expired. - Aquesta demo ha expirat. - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - - - - - Without a license, the application will expire in %1 days. - - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - Comprant la versió completa, també donareu suport al dur treball que he posat en la creació del %1. - - - - Use Demo - Utilitza la demo - - - - Enter License - - - - - Buy License - - - - - ClearButton - - - Clear - Neteja - - - - DownloadItem - - - bytes - bytes - - - - KB - KB - - - - MB - MB - - - - bytes/sec - bytes/seg - - - - KB/sec - KB/seg - - - - MB/sec - MB/seg - - - - seconds - segons - - - - minutes - minuts - - - - %4 %5 remaining - %4 %5 restant - - - - DownloadManager - - - This is just the demo version of %1. - Aquesta només és la versió de demostració del %1. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - Només pot baixar vídeos de menys de %1 minuts per tal que en pugui provar aquesta funció. - - - - Continue - Continua - - - - Get the full version - Aconseguiu la versió completa - - - - %1 downloaded in %2 - %1 descarregat en %2 - - - - Download finished - Descàrrega finalitzada - - - - %n Download(s) - %n Baixada%n Baixades - - - - DownloadSettings - - - Change location... - Canvieu la ubicació... - - - - Choose the download location - Esculliu la ubicació de les baixades - - - - Download location changed. - Ubicació de baixades canviada. - - - - Current downloads will still go in the previous location. - Les baixades actuals encara aniran a la ubicació prèvia. - - - - Downloading to: %1 - S'està baixant a: %1 - - - - DownloadView - - - - Downloads - Baixades - - - - DownloadWidget - - - Downloading update... - - - - - GlobalShortcuts - - - Play - Reprodueix - - - - Pause - Pausa - - - - Play/Pause - Reprodueix/Pausa - - - - Stop - Atura - - - - Stop playing after current track - Atura en acabar la peça actual - - - - Next track - Peça següent - - - - Previous track - Peça prèvia - - - - Increase volume - Augmenta el volum - - - - Decrease volume - Disminuex el volum - - - - Mute - Silenci - - - - Seek forward - Cerca endavant - - - - Seek backward - Cerca enrere - - - - HomeView - - - Search - Busca - - - - Find videos and channels by keyword - - - - - Browse - - - - - Browse videos by category - - - - - Make yourself comfortable - - - - - LoadingWidget - - - Error - Error - - - - MainWindow - - - &Stop - &Atura - - - - Stop playback and go back to the search view - Atura la reproducció i torna a la vista de búsqueda - - - - S&kip - &Salta - - - - Skip to the next video - Salta al vídeo següent - - - - - &Pause - &Pausa - - - - - Pause playback - Pausa la reproducció - - - - &Full Screen - Pantalla &completa - - - - Go full screen - Passa a pantalla completa - - - - Hide the playlist and the toolbar - Amaga la llista de reproducció i la barra d'eines - - - - Go to the YouTube video page and pause playback - Ves a la pàgina del vídeo del YouTube i pausa la reproducció - - - - Copy the current video YouTube link to the clipboard - Copia l'enllaç del vídeo actual del YouTube al porta-retalls - - - - Copy the current video stream URL to the clipboard - Copia el URL del flux de vídeo actual al porta-retalls - - - - Find other video parts hopefully in the right order - Troba altres parts del vídeo, amb sort en l'ordre correcte - - - - &Remove - &Elimina - - - - Remove the selected videos from the playlist - Elimina els vídeos seleccionats de la llista de reproducció - - - - Move &Up - Mou &amunt - - - - Move up the selected videos in the playlist - Mou amunt en la llista de reproducció els vídeos seleccionats - - - - Move &Down - Mou a&vall - - - - Move down the selected videos in the playlist - Mou avall en la llista de reproducció els vídeos seleccionats - - - - Clear the search history. Cannot be undone. - Neteja l'historial de cerques. No es pot desfer. - - - - &Quit - &Surt - - - - Bye - Adéu - - - - &Website - Pàgina &web - - - - %1 on the Web - %1 en la web - - - - Please support the continued development of %1 - Si us plau recolzeu el desenvolupament continuat del %1 - - - - &About - &Quant a - - - - Info about %1 - Informació sobre el %1 - - - - Search - Cerca - - - - Mute volume - Silencia el volum - - - - - &Downloads - &Baixades - - - - Show details about video downloads - Mostra detalls de les descàrregues de vídeo - - - - &Download - &Baixa - - - - Download the current video - Baixa el vídeo actual - - - - Share the current video using %1 - Comparteix el vídeo actual fent servir %1 - - - - &Email - &Email - - - - Email - Correu electrònic - - - - &Close - &Tanca - - - - &Float on Top - Manté a &sobre - - - - &Stop After This Video - &Atura després d'aquest vídeo - - - - &Report an Issue... - &Informa d'un problema - - - - &Refine Search... - &Afina la Cerca... - - - - More... - - - - - &Related Videos - - - - - Watch videos related to the current one - - - - - &Application - &Aplicació - - - - Buy %1... - Compra %1... - - - - &Playback - &Reproducció - - - - &Playlist - &Llista de reproducció - - - - &Video - &Vídeo - - - - &View - &Vista - - - - &Share - &Compartir - - - - &Help - A&juda - - - - Press %1 to raise the volume, %2 to lower it - Premeu %1 per pujar el volum, %2 per baixar-lo - - - - - Opening %1 - S'està obrint %1 - - - - Do you want to exit %1 with a download in progress? - Voleu abandonar el %1 amb una baixada en curs? - - - - If you close %1 now, this download will be cancelled. - Si tanqueu el %1 ara, aquesta baixada es cancel·larà. - - - - Close and cancel download - Tanca i cancel·la la baixada - - - - Wait for download to finish - Espera a acabar la baixada - - - - Leave &Full Screen - Abandona la Pantalla &Completa - - - - %1 version %2 is now available. - %1 versió %2 ja està disponible. - - - - Remind me later - Recorda-m'ho més tard - - - - Update - Actualitza - - - - Error: %1 - Error: %1 - - - - P&revious - P&revi - - - - Go back to the previous track - Torna a la pista anterior - - - - &Compact Mode - &Mode compacte - - - - Open the &YouTube Page - Obre la pàgina de &YouTube - - - - Copy the YouTube &Link - Copia l'&enllaç de YouTube - - - - Copy the Video Stream &URL - Copia el &URL del flux de vídeo - - - - Find Video &Parts - Troba &parts de vídeo - - - - &Clear Recent Searches - &Neteja les búsquedes recents - - - - Make a &Donation - Fer una &donació - - - - &Manually Start Playing - Reprodueix vídeos &manualment - - - - Manually start playing videos - Comença a reproduir vídeos manualment - - - - Choose your content location - - - - - &Play - &Reprodueix - - - - Resume playback - Continua la reproducció - - - - Remaining time: %1 - Temps restant: %1 - - - - Volume at %1% - Volum al %1% - - - - Volume is muted - Volum desactivat - - - - Volume is unmuted - Volum activat - - - - Maximum video definition set to %1 - Resolució màxima de vídeo fixada a %1 - - - - Your privacy is now safe - La vostra privacitat està protegida - - - - Downloads complete - Baixades completes - - - - MediaView - - - You can now paste the YouTube link into another application - Ja podeu enganxar l'enllaç del YouTube en una altra aplicació - - - - You can now paste the video stream URL into another application - Ja podeu enganxar el URL del flux de vídeo en una altra aplicació - - - - The link will be valid only for a limited time. - L'enllaç només serà vàlid durant un temps limitat. - - - - This is just the demo version of %1. - Aquesta només és la versió de demostració del %1. - - - - It allows you to test the application and see if it works for you. - Li permet probar l'aplicació i veure si li va bé. - - - - Continue - Continua - - - - of - Used in video parts, as in '2 of 3' - de - - - - part - This is for video parts, as in 'Cool video - part 1' - part - - - - episode - This is for video parts, as in 'Cool series - episode 1' - episodi - - - - Sent from %1 - Enviat des de %1 - - - - Get the full version - Aconseguiu la versió completa - - - - Downloading %1 - S'està baixant %1 - - - - MessageWidget - - - A new version of %1 is available! - - - - - %1 %2 is now available. You have %3. - - - - - Would you like to download it now? - - - - - Skip This Version - - - - - Remind Me Later - - - - - Install Update - - - - - PasteLineEdit - - - Paste - - - - - PlaylistItemDelegate - - - %1 views - %1 visualitzacions - - - - %1 of %2 (%3) — %4 - - - - - Preparing - - - - - Failed - - - - - Completed - - - - - Stopped - - - - - Stop downloading - - - - - Show in %1 - - - - - Open parent folder - - - - - Restart downloading - - - - - PlaylistModel - - - Searching... - Buscant... - - - - Show %1 More - - - - - No videos - Cap vídeo - - - - No more videos - - - - - RefineSearchWidget - - - Sort by - Ordena per - - - - Relevance - Rellevància - - - - - Date - Data - - - - View Count - Nombre de vistes - - - - Rating - Qualificació - - - - Anytime - Qualsevol data - - - - Today - Avui - - - - 7 Days - 7 dies - - - - 30 Days - 30 dies - - - - Duration - Durada - - - - - All - Tot - - - - Short - Curt - - - - Medium - Mig - - - - Long - Llarg - - - - Less than 4 minutes - menys de 4 minuts - - - - Between 4 and 20 minutes - entre 4 i 20 minuts - - - - Longer than 20 minutes - més de 20 minuts - - - - Quality - Qualitat - - - - High Definition - Alta definició - - - - 720p or higher - 720p o major - - - - Done - Fet - - - - RegionsView - - - Done - - - - - SearchLineEdit - - - Search - Cerca - - - - SearchView - - - Welcome to <a href='%1'>%2</a>, - Benvingut al <a href='%1'>%2</a>, - - - - Get the full version - Aconseguiu la versió completa - - - - Enter - "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" - Introduïu - - - - a keyword - una paraula - - - - a channel - un canal - - - - to start watching videos. - per comencar a veure vídeos. - - - - Watch - Veure - - - - Recent keywords - Cerques recents - - - - Recent channels - Canals recents - - - - SidebarHeader - - - - &Back - &Enrere - - - - Forward to %1 - - - - - Back to %1 - - - - - SidebarWidget - - - Refine Search - Afina la Cerca - - - - Did you mean: %1 - Volieu dir: %1 - - - - StandardFeedsView - - - Most Popular - - - - - Featured - - - - - Most Shared - - - - - Most Discussed - - - - - Top Rated - - - - - Video - - - Cannot get video stream for %1 - No es pot obtenir flux de vídeo per %1 - - - - Network error: %1 for %2 - Error de xarxa: %1 per %2 - - - - YTRegions - - - Algeria - - - - - Argentina - - - - - Australia - - - - - Belgium - - - - - Brazil - - - - - Canada - - - - - Chile - - - - - Colombia - - - - - Czech Republic - - - - - Egypt - - - - - France - - - - - Germany - - - - - Ghana - - - - - Greece - - - - - Hong Kong - - - - - Hungary - - - - - India - - - - - Indonesia - - - - - Ireland - - - - - Israel - - - - - Italy - - - - - Japan - - - - - Jordan - - - - - Kenya - - - - - Malaysia - - - - - Mexico - - - - - Morocco - - - - - Netherlands - - - - - New Zealand - - - - - Nigeria - - - - - Peru - - - - - Philippines - - - - - Poland - - - - - Russia - - - - - Saudi Arabia - - - - - Singapore - - - - - South Africa - - - - - South Korea - - - - - Spain - - - - - Sweden - - - - - Taiwan - - - - - Tunisia - - - - - Turkey - - - - - Uganda - - - - - United Arab Emirates - - - - - United Kingdom - - - - - Yemen - - - - - Worldwide - - - - \ No newline at end of file diff --git a/locale/cs_CZ.ts b/locale/cs_CZ.ts index edaa37c..680378e 100644 --- a/locale/cs_CZ.ts +++ b/locale/cs_CZ.ts @@ -134,6 +134,95 @@ Koupit licenci + + ChannelAggregator + + + By %1 + Od %1 + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Všechna videa + + + + Unwatched Videos + Nesledovaná videa + + + + ChannelView + + + Mark all as watched + Označit jako shlédnuté + + + + Show Updated + Zobrazit aktualizace + + + + Name + Jméno + + + + Last Updated + Poslední aktualizace + + + + Last Added + Naposledy přidáno + + + + Last Watched + Naposledy shlédnuto + + + + Most Watched + Nejsledovanější + + + + Sort by + Třídit podle + + + + All Videos + Všechna videa + + + + Unwatched Videos + Nesledovaná videa + + + + There are no updated subscriptions at this time. + Nyní nejsou k dispozici žádné aktualizace odběrů. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + Nemáte žádné odběry. Použijte hvězdičku k přihlásení odběru kanálů. + + ClearButton @@ -339,25 +428,35 @@ HomeView - + Search Hledat - + Find videos and channels by keyword Najít videa a kanály podle klíčového slova - + Browse Prohlížet - + Browse videos by category Prohlížet videa podle kategorie + + + Subscriptions + Odběry + + + + Channel subscriptions + Kanál odběrů + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Chyba @@ -375,426 +474,431 @@ MainWindow - + &Stop &Stop - + Stop playback and go back to the search view Zastaví přehrávání a vrátí se zpět na vyhledávání - + S&kip Př&eskočit - + Skip to the next video Přeskočí na další video - - + + &Pause &Pauza - - + + Pause playback Pozastaví přehrávání - + &Full Screen &Celá obrazovka - + Go full screen Přepne na celou obrazovku - + Hide the playlist and the toolbar Skryje playlist a toolbar - + Go to the YouTube video page and pause playback Otevře video na webu YouTube a pozastaví přehrávání - + Copy the current video YouTube link to the clipboard Zkopíruje adresu videa na YouTube do schránky - + Copy the current video stream URL to the clipboard Zkopíruje do schránky adresu video streamu - + Find other video parts hopefully in the right order Najít další části videa, doufejme, že ve správném pořadí - + &Remove &Odstranit - + Remove the selected videos from the playlist Odstraní vybraná videa z playlistu - + Move &Up &Nahoru - + Move up the selected videos in the playlist Posune vybraná videa výš v playlistu - + Move &Down &Dolů - + Move down the selected videos in the playlist Posune vybraná videa níž v playlistu - + Clear the search history. Cannot be undone. Vyprázdní historii vyhledávání. Akci nelze vrátit. - + &Quit &Zavřít - + Bye Sbohem - + &Website &Homepage - + %1 on the Web %1 na Webu - + Please support the continued development of %1 Prosím přispějte na další vývoj aplikace %1 - + &About &O aplikaci - + Info about %1 Info o aplikaci %1 - + Search Hledat - + Mute volume Ztlumit - - + + &Downloads &Stahování - + Show details about video downloads Zobrazit podrobnosti o stahování videí - + &Download &Stáhnout - + Download the current video Stáhnout přávě zobrazené video - + + &Subscribe to Channel + &Přihlásit se ke kanálu + + + Share the current video using %1 Sdílet aktuální video pomocí %1 - + &Email &Email - + Email Email - + &Close &Zavřít - + &Float on Top &Plovoucí navrchu - + &Stop After This Video &Zastavit po tomto videu - + &Report an Issue... &Nahlásit chybu... - + &Refine Search... &Upřesnit vyhledávání... - + More... Více... - + &Related Videos &Související videa - + Watch videos related to the current one Sledovat videa související s tímto - + &Application &Aplikace - + Buy %1... Koupit %1... - + &Playback &Přehrávání - + &Playlist &Playlist - + &Video &Video - + &View &Pohled - + &Share &Sdílet - + &Help &Nápověda - + Press %1 to raise the volume, %2 to lower it Stiskněte %1 pro zvýšení hlasitosti; %2 pro snížení - - + + Opening %1 Otevírám %1 - + Do you want to exit %1 with a download in progress? Chcete ukončit %1, přestože ještě probíhá stahování? - + If you close %1 now, this download will be cancelled. Jestli nyní ukončíte %1, bude nedokončené stahování přerušeno - + Close and cancel download Přerušit stahování a ukončit aplikaci - + Wait for download to finish Počkat na dokončení stahování - + Leave &Full Screen Opustit zobrazení na &celou obrazovku - + %1 version %2 is now available. %1 verze %2 je nyní dostupná. - + Remind me later Připomenout později - + Update Aktualizovat - + Error: %1 Chyba: %1 - + P&revious P&ředešlý - + Go back to the previous track Jít zpět na předchozí skladbu - + &Compact Mode &Kompaktní mód - + Open the &YouTube Page Otevřít stránku &YouTube - + Copy the YouTube &Link Kopírovat YouTube &odkaz - + Copy the Video Stream &URL Zkopírovat adresu &video streamu - + Find Video &Parts - Nalézt video &části + Nalézt &části videa - + &Clear Recent Searches &Vymazat poslední hledání - + Make a &Donation &Podpořit - + &Manually Start Playing - &Ručně zahájit přehrávání + Zahájit přehrávání &ručně - + Manually start playing videos - Ručně zahájit přehrávání videí + Zahájit přehrávání videí ručně - + Choose your content location Vyberte si umístění obsahu - + &Play &Play - + Resume playback Pokračovat v přehrávání - + Remaining time: %1 Zbývající čas: %1 - + Volume at %1% Hlasitost na %1% - + Volume is muted Zvuk je ztlumen - + Volume is unmuted Zvuk je zapnut - + Maximum video definition set to %1 Maximální rozlišení videa je %1 - + Your privacy is now safe Vaše soukromí je nyní v bezpečí - + Downloads complete Všechna stahování byla dokončena @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Nyní můžete vložit odkaz na video na YouTube do jiného programu - + You can now paste the video stream URL into another application Nyní můžete vložit odkaz na video stream do jiné aplikace - + The link will be valid only for a limited time. Tento odkaz platí jen po omezenou dobu. - + This is just the demo version of %1. Toto je %1 -- demoverze. - + It allows you to test the application and see if it works for you. Umožňuje vyzkoušet aplikaci, abyste ověřili, jestli pro vás funguje. - + Continue Pokračovat - + of Used in video parts, as in '2 of 3' z - + part This is for video parts, as in 'Cool video - part 1' část - + episode This is for video parts, as in 'Cool series - episode 1' epizoda - + Sent from %1 Zaslat z %1 - + + Unsubscribe from %1 + Odhlásit z + + + + Subscribe to %1 + Přihlásit k %1 + + + Get the full version Stáhnout plnou verzi - + Downloading %1 Je stahováno %1 @@ -909,54 +1023,54 @@ PlaylistItemDelegate - + %1 views %1 zobrazení - + %1 of %2 (%3) — %4 %1 z %2 (%3) — %4 - + Preparing Připravuje se - + Failed Selhalo - + Completed Dokončeno - + Stopped Zastaveno - + Stop downloading Zastavit stahování - + Show in %1 Ukázat v %1 - + Open parent folder Otevřít příslušný adresář - + Restart downloading - Začít stahovat znova + Začít stahovat znovu @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Vítejte v <a href='%1'>%2</a> - + Get the full version Získat plnou verzi - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" - Enter + Vložit - + a keyword klíčové slovo - + a channel kanál - + to start watching videos. - začít sledovat videa. + pro sledování videí. - + Watch Sledovat - + Recent keywords Poslední klíčová slova - + Recent channels Poslední kanály @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back &Zpět @@ -1196,11 +1310,6 @@ Most Popular Nejoblíbenější - - - Featured - Nejlepší - Most Shared @@ -1216,16 +1325,21 @@ Top Rated Nejlépe hodnocené + + + All Time Popular + Celou dobu populární + Video - + Cannot get video stream for %1 Nelze získat video stream pro %1 - + Network error: %1 for %2 Chyba přípojení: %1 pro %2 diff --git a/locale/da.ts b/locale/da.ts index 28cbf6d..0a56c00 100644 --- a/locale/da.ts +++ b/locale/da.ts @@ -134,6 +134,95 @@ Køb licens + + ChannelAggregator + + + By %1 + Af %1 + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Alle videoer + + + + Unwatched Videos + Videoer, der ikke er set + + + + ChannelView + + + Mark all as watched + Marker alle som set + + + + Show Updated + Show opdateret + + + + Name + Navn + + + + Last Updated + Senest opdateret + + + + Last Added + Senest tilføjet + + + + Last Watched + Sidst set + + + + Most Watched + Mest set + + + + Sort by + Sorter efter + + + + All Videos + Alle videoer + + + + Unwatched Videos + Videoer, der ikke er set + + + + There are no updated subscriptions at this time. + Der er ingen opdateringer i de abonnerede. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + Du har ingen abonnementer. Brug stjernetegnet til at abonnere på kanaler. + + ClearButton @@ -339,25 +428,35 @@ HomeView - + Search Søg - + Find videos and channels by keyword Find videoer og kanaler via søgeord - + Browse Gennemse - + Browse videos by category Gennemse videoer efter kategori + + + Subscriptions + Abonnementer + + + + Channel subscriptions + Abonnementer på kanaler + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Fejl @@ -375,427 +474,432 @@ MainWindow - + &Stop &Stop - + Stop playback and go back to the search view Stop afspilning og gå tilbage til søgeoversigt - + S&kip S&pring over - + Skip to the next video Spring til næste video - - + + &Pause &Pause - - + + Pause playback Pause afspilning - + &Full Screen &Fuldskærm - + Go full screen Vis i fuldskærm - + Hide the playlist and the toolbar Skjul afspilningslisten og værktøjslinjen - + Go to the YouTube video page and pause playback Gå til YouTube-videosiden og pause afspilningen - + Copy the current video YouTube link to the clipboard Kopier det aktuelle YouTube-videolink til udklipsholderen - + Copy the current video stream URL to the clipboard Kopier adressen for den aktuelle videostrøm til udklipsholderen - + Find other video parts hopefully in the right order Find andre videodele forhåbentlig i den rigtige rækkefølge - + &Remove &Fjern - + Remove the selected videos from the playlist Fjern de valgte videoer fra afspilningslisten - + Move &Up Flyt &Op - + Move up the selected videos in the playlist Flyt de valgte videoer i afspilningslisten op - + Move &Down Flyt &Ned - + Move down the selected videos in the playlist Flyt de valgte videoer i afspilningslisten ned - + Clear the search history. Cannot be undone. Ryd søgeoversigt. Kan ikke fortrydes. - + &Quit &Afslut - + Bye Farvel - + &Website &Hjemmeside - + %1 on the Web %1 på nettet - + Please support the continued development of %1 Støt den forsatte udvikling af %1 - + &About &Om - + Info about %1 Info om %1 - + Search Søg - + Mute volume Slå lyden fra - - + + &Downloads &Downloads - + Show details about video downloads Vis deltaljer om video downloads - + &Download &Download - + Download the current video Download den aktuelle video - + + &Subscribe to Channel + &Abonner på kanal + + + Share the current video using %1 Del den aktuelle video ved hjælp af %1 - + &Email &amp; E-mail - + Email E-mail - + &Close &Luk - + &Float on Top &Behold øverst - + &Stop After This Video &Stop efter denne video - + &Report an Issue... &Rapporter et problem... - + &Refine Search... &Indskrænk søgning... - + More... Mere... - + &Related Videos &Relaterede videoer - + Watch videos related to the current one Se videoer relateret til den nuværende - + &Application &Program - + Buy %1... Køb %1... - + &Playback &Afspil - + &Playlist &Afspilningsliste - + &Video &Video - + &View &Vis - + &Share &Del - + &Help &Hjælp - + Press %1 to raise the volume, %2 to lower it Tryk %1 for at skrue op for lyden og %2 for at skrue ned - - + + Opening %1 Åbner %1 - + Do you want to exit %1 with a download in progress? Vil du afslutte %1 selvom et download er i gang? - + If you close %1 now, this download will be cancelled. Hvis du lukker %1 nu vil dette download blive annulleret. - + Close and cancel download Luk og annuller download - + Wait for download to finish Vent til download er færdig - + Leave &Full Screen Forlad &Fuld skærm - + %1 version %2 is now available. %1 version %2 er nu tilgængelig. - + Remind me later Påmind mig senere - + Update Opdatér - + Error: %1 Fejl: %1 - + P&revious F&orrige - + Go back to the previous track Gå tilbage til forrige nummer - + &Compact Mode % - + Open the &YouTube Page Åbn &Youtube-siden - + Copy the YouTube &Link Kopier &link til Youtube - + Copy the Video Stream &URL Kopiér &URL'en til videostrømmen - + Find Video &Parts Find dele af videoen - + &Clear Recent Searches &Ryd seneste søgninger - + Make a &Donation Giv en &Donation - + &Manually Start Playing Start afspilning &manuelt - + Manually start playing videos Start afspilning af videoer manuelt - + Choose your content location Vælg placering for dit indhold - + &Play &Afspil - + Resume playback Genoptag afspilning - + Remaining time: %1 Tilbageværende tid: %1 - + Volume at %1% Lydniveau på %1% - + Volume is muted Lyden er slået fra - + Volume is unmuted Lyden er slået til - + Maximum video definition set to %1 Maksimal videoopløsning sat til %1 - + Your privacy is now safe Dit privatliv er nu sikret - + Downloads complete Downloads færdig @@ -803,65 +907,75 @@ Kopiér &URL'en til videostrømmen MediaView - + You can now paste the YouTube link into another application Du kan nu indsætte YouTube-linket i et andet program - + You can now paste the video stream URL into another application Du kan nu indsætte adressen til videostrømmen i et andet program - + The link will be valid only for a limited time. Linket vil kun være gyldigt i en begrænset periode. - + This is just the demo version of %1. Dette er kun demoversionen af %1. - + It allows you to test the application and see if it works for you. Det giver dig mulighed for at teste programmet og se om det virker for dig. - + Continue Forsæt - + of Used in video parts, as in '2 of 3' af - + part This is for video parts, as in 'Cool video - part 1' del - + episode This is for video parts, as in 'Cool series - episode 1' episode - + Sent from %1 Sendt fra %1 - + + Unsubscribe from %1 + Fjern abonnement fra %1 + + + + Subscribe to %1 + Abonner på %1 + + + Get the full version Hent den fulde version - + Downloading %1 Downloader %1 @@ -910,52 +1024,52 @@ Kopiér &URL'en til videostrømmen PlaylistItemDelegate - + %1 views %1 visninger - + %1 of %2 (%3) — %4 %1 af %2 (%3) — %4 - + Preparing Forbereder - + Failed Fejl - + Completed Fuldendt - + Stopped Stoppet - + Stop downloading Stop download - + Show in %1 VIs i %1 - + Open parent folder Åben ovenstående mappe - + Restart downloading Genstart download @@ -1112,48 +1226,48 @@ Kopiér &URL'en til videostrømmen SearchView - + Welcome to <a href='%1'>%2</a>, Velkommen til <a href='%1'>%2</a>, - + Get the full version Hent den fulde version - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Indtast - + a keyword et nøgleord - + a channel en kanal - + to start watching videos. for at begynde at se video. - + Watch Afspil - + Recent keywords Seneste nøgleord - + Recent channels Nyeste kanaler @@ -1161,8 +1275,8 @@ Kopiér &URL'en til videostrømmen SidebarHeader - - + + &Back &Tilbage @@ -1197,11 +1311,6 @@ Kopiér &URL'en til videostrømmen Most Popular Mest populære - - - Featured - Udvalgte - Most Shared @@ -1217,16 +1326,21 @@ Kopiér &URL'en til videostrømmen Top Rated Bedst bedømte + + + All Time Popular + Mest populære + Video - + Cannot get video stream for %1 Kan ikke hente videostrøm for %1 - + Network error: %1 for %2 Netværksfejl: %1 for %2 diff --git a/locale/de_DE.ts b/locale/de_DE.ts index c59912a..2af667f 100644 --- a/locale/de_DE.ts +++ b/locale/de_DE.ts @@ -15,7 +15,7 @@ Licensed to: %1 - + Lizenziert für: %1 @@ -25,7 +25,7 @@ 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. + Bitte <a href='%1'>spenden</a> Sie, um die Weiterentwicklung von %2 zu unterstützen. @@ -50,7 +50,7 @@ Icon designed by %1. - Symbol-Entwurf durch %1. + Icons wurden gestaltet von %1. @@ -78,17 +78,17 @@ Enter your License Details - + Geben Sie Ihre Lizenzierungsinformationen ein &Email: - + &E-mail: &Code: - + &Schlüssel: @@ -106,12 +106,12 @@ The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - + In der Vollversion können Sie Videos ohne Unterbrechungen und mit einer Laufzeit von mehr als %1 Minuten ansehen. Without a license, the application will expire in %1 days. - + Ohne Lizenz läuft das Programm nur noch %1 Tage. @@ -126,12 +126,101 @@ Enter License - + Lizenzdaten eingeben Buy License - + Lizenz kaufen + + + + ChannelAggregator + + + By %1 + Von %1 + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Alle Videos + + + + Unwatched Videos + Ungesehene Videos + + + + ChannelView + + + Mark all as watched + Alle als gesehen markieren + + + + Show Updated + Zeige aktualisierte + + + + Name + Name + + + + Last Updated + Zuletzt aktualisiert + + + + Last Added + Zuletzt hinzugefügt + + + + Last Watched + Zuletzt angesehen + + + + Most Watched + Am meisten angesehen + + + + Sort by + Sortieren nach + + + + All Videos + Alle Videos + + + + Unwatched Videos + Ungesehene Videos + + + + There are no updated subscriptions at this time. + Zurzeit gibt es nichts Neues bei den Abonnements. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + Du hast keine Abonnements. Benutze das Stern-Symbol, um einen Kanal zu abonnieren. @@ -200,7 +289,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 herunterladen, die kürzer als %1 Minuten sind, um die Funktion zum Herunterladen zu testen. @@ -210,7 +299,7 @@ Get the full version - Die Vollversion holen + Die Vollversion kaufen @@ -243,12 +332,12 @@ Download location changed. - Speicherort wurde verändert. + Speicherort wurde geändert. Current downloads will still go in the previous location. - Aktuelle Downloads werden immernoch im alten Speicherort gespeichert. + Aktuelle Downloads werden immer noch im alten Speicherort gespeichert. @@ -270,7 +359,7 @@ Downloading update... - + Lade Aktualisierung herunter... @@ -298,7 +387,7 @@ Stop playing after current track - Nachdem aktueller Titel abgespielt wurde halten + Nach aktuellem Titel Wiedergabe anhalten @@ -339,35 +428,45 @@ HomeView - + Search Suche - + Find videos and channels by keyword - + Videos und Kanäle nach Suchbegriff finden - + Browse - + Stöbern - + Browse videos by category - + Videos nach Kategorien durchstöbern + + + + Subscriptions + Abonnements + + + + Channel subscriptions + Abonnierte Kanäle Make yourself comfortable - + Machen Sie es sich gemütlich LoadingWidget - + Error Fehler @@ -375,492 +474,507 @@ MainWindow - + &Stop &Halt - + Stop playback and go back to the search view Wiedergabe anhalten und zur Suchansicht zurückkehren - + S&kip Ü&berspringen - + Skip to the next video Zum nächsten Video springen - - + + &Pause &Pause - - + + Pause playback Wiedergabe pausieren - + &Full Screen &Vollbildmodus - + Go full screen Vollbildmodus aktivieren - + Hide the playlist and the toolbar - Verstecke Abspielliste und Werkzeugleiste + Abspielliste und Werkzeugleiste ausblenden - + Go to the YouTube video page and pause playback Gehe zur YouTube-Video-Seite und pausiere die Wiedergabe - + Copy the current video YouTube link to the clipboard YouTube-Link in die Zwischenablage kopieren - + Copy the current video stream URL to the clipboard - Video-URL in die Zwischenablage kopieren + Video-Link in die Zwischenablage kopieren - + Find other video parts hopefully in the right order Findet andere Teile des Videos, hoffentlich in der richtigen Reihenfolge - + &Remove Entfe&rnen - + Remove the selected videos from the playlist Entferne das ausgewählte Video aus der Abspielliste - + Move &Up Bewege &hinauf - + Move up the selected videos in the playlist Bewege das ausgewählte Video in der Abspielliste hinauf - + Move &Down Bewege hin&ab - + Move down the selected videos in the playlist Bewege das ausgewählte Video in der Abspielliste hinunter - + Clear the search history. Cannot be undone. - Such-Verlauf leeren. Kann nicht rückgängig gemacht werden. + Den Suchverlauf löschen. Kann nicht rückgängig gemacht werden. - + &Quit &Verlassen - + Bye Tschüss - + &Website &Webseite - + %1 on the Web %1 im Web - + Please support the continued development of %1 Bitte unterstützen Sie die weitere Entwicklung von %1 - + &About &Über - + Info about %1 Informationen über %1 - + Search Suche - + Mute volume Stummschalten - - + + &Downloads &Downloads - + Show details about video downloads Details über Video-Downloads anzeigen - + &Download H&erunterladen - + Download the current video Das aktuelle Video herunterladen - + + &Subscribe to Channel + &Abonnieren des Kanals + + + Share the current video using %1 Teilen Sie das aktuellen Video mit %1 - + &Email &E-Mail - + Email E-Mail - + &Close &Schließen - + &Float on Top Im Vordergrund &bleiben - + &Stop After This Video Nach diesem Video &anhalten - + &Report an Issue... &Ein Problem melden ... - + &Refine Search... &Suche verfeinern ... - + More... - + Mehr... - + &Related Videos - + Ve&rwandte Videos - + Watch videos related to the current one - + Verwandte Videos zum Aktuellen ansehen - + &Application &Anwendung - + Buy %1... %1 kaufen... - + &Playback &Wiedergabe - + &Playlist A&bspielliste - + &Video &Video - + &View &Ansehen - + &Share &Teilen - + &Help &Hilfe - + Press %1 to raise the volume, %2 to lower it %1 drücken, um die Lautstärke zu erhöhen, %2 um sie zu verringern - - + + Opening %1 - %1 öffnen + Öffne %1 - + Do you want to exit %1 with a download in progress? Möchten Sie %1 mit einem aktiven Download beenden? - + If you close %1 now, this download will be cancelled. Wenn Sie %1 jetzt beenden, wird der Download abgebrochen. - + Close and cancel download Beenden und Download abbrechen - + Wait for download to finish - Auf Abschluß des Downloads warten + Auf Abschluss des Downloads warten - + Leave &Full Screen &Vollbild verlassen - + %1 version %2 is now available. %1 Version %2 ist jetzt verfügbar. - + Remind me later Erinnere mich später - + Update Aktualisierung - + Error: %1 Fehler: %1 - + P&revious V&origes - + Go back to the previous track Zum vorherigen Titel zurückgehen - + &Compact Mode &Kompakt-Modus - + Open the &YouTube Page &YouTube-Seite öffnen - + Copy the YouTube &Link - YouTube &Link kopieren + YouTube-&Link kopieren - + Copy the Video Stream &URL - Video-Stream &URL kopieren + Video-Stream-&URL kopieren - + Find Video &Parts - Suche Video &Teile + Suche weitere Video&teile - + &Clear Recent Searches Vorherige Suchbegriffe löschen - + Make a &Donation &Spenden - + &Manually Start Playing &Manuelles Starten der Wiedergabe - + Manually start playing videos - Manuelles Starten der Video-Wiedergabe + Manuelles Starten der Videowiedergabe - + Choose your content location - + Wähle ein Land für Inhalte - + &Play &Abspielen - + Resume playback Wiedergabe fortsetzen - + Remaining time: %1 Verbleibende Zeit: %1 - + Volume at %1% Lautstärke %1% - + Volume is muted Ton ist stummgeschaltet - + Volume is unmuted - Ton ist angeschaltet + Ton ist eingeschaltet - + Maximum video definition set to %1 - Maximale Video-Auflösung wurde auf %1 gesetzt + Maximale Videoauflösung wurde auf %1 gesetzt - + Your privacy is now safe Ihre Privatsphäre ist nun geschützt - + Downloads complete - Downloads heruntergeladen + Herunterladen vollständig MediaView - + You can now paste the YouTube link into another application - Du kannst den YouTube-Link nun in einer anderen Anwendung einfügen + Sie können 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 + Sie können den Video-Link 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. + Dies ist nur die Demoversion von %1. - + It allows you to test the application and see if it works for you. - Sie erlaubt Ihnen die Anwendung zu testen und zu schauen ob sie bei Ihnen läuft. + Sie erlaubt es Ihnen die Anwendung zu testen und zu schauen, ob sie bei Ihnen läuft. - + Continue Fortfahren - + of Used in video parts, as in '2 of 3' von - + part This is for video parts, as in 'Cool video - part 1' Teil - + episode This is for video parts, as in 'Cool series - episode 1' Episode - + Sent from %1 Gesendet von %1 - + + Unsubscribe from %1 + Beende Abonnement von %1 + + + + Subscribe to %1 + Abonnieren von %1 + + + Get the full version - Die Vollversion holen + Die Vollversion kaufen - + Downloading %1 %1 herunterladen @@ -870,32 +984,32 @@ A new version of %1 is available! - + Eine neue Version von %1 ist verfügbar! %1 %2 is now available. You have %3. - + %1 %2 ist jetzt verfügbar. Sie haben %3. Would you like to download it now? - + Möchten Sie sie jetzt herunterladen? Skip This Version - + Diese Version überspringen Remind Me Later - + Später erinnern Install Update - + Aktualisierung installieren @@ -903,60 +1017,60 @@ Paste - + Einfügen PlaylistItemDelegate - + %1 views %1 mal betrachtet - + %1 of %2 (%3) — %4 %1 von %2 (%3) – %4 - + Preparing Bereite vor - + Failed Fehlgeschlagen - + Completed Fertiggestellt - + Stopped - Gestoppt + Angehalten - + Stop downloading - + Herunterladen abbrechen - + Show in %1 - + In %1 anzeigen - + Open parent folder - Eltern-Ordner öffnen + übergeordneten Ordner öffnen - + Restart downloading - Herunterladen neustarten + Herunterladen neu starten @@ -969,7 +1083,7 @@ Show %1 More - + Weitere %1 zeigen @@ -1003,7 +1117,7 @@ View Count - Anzahl anzeigen + Aufrufe @@ -1013,7 +1127,7 @@ Anytime - Alle Längen + Irgendwann @@ -1079,7 +1193,7 @@ High Definition - High Definition + Hochauflösend @@ -1097,7 +1211,7 @@ Done - + Fertig @@ -1111,69 +1225,69 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Willkommen bei <a href='%1'>%2</a>, - + Get the full version - Die Vollversion holen + Die Vollversion kaufen - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Eingeben - + a keyword - ein Schlüsselwort + ein Suchbegriff - + a channel ein Kanal - + to start watching videos. um die Wiedergabe zu starten. - + Watch Anschauen - + Recent keywords - Aktuelle Schlüsselwörter + Letzte Suchbegriffe - + Recent channels - Aktuelle Kanäle + Letzte Kanäle SidebarHeader - - + + &Back - + &Zurück Forward to %1 - + Weiter zu %1 Back to %1 - + Zurück zu %1 @@ -1194,38 +1308,38 @@ Most Popular - - - - - Featured - + Beliebteste Most Shared - + Am meisten geteilt Most Discussed - + Am meisten diskutiert Top Rated - + Am besten bewertet + + + + All Time Popular + Beliebteste Video - + Cannot get video stream for %1 - Videostream für %1 konnte nicht öffnen werden + Videostream für %1 konnte nicht geöffnet werden - + Network error: %1 for %2 Netzwerk-Fehler: %1 für %2 @@ -1235,242 +1349,242 @@ Algeria - + Algerien Argentina - + Argentinien Australia - + Australien Belgium - + Belgien Brazil - + Brasilien Canada - + Kanada Chile - + Chile Colombia - + Kolumbien Czech Republic - + Tschechische Republik Egypt - + Ägypten France - + Frankreich Germany - + Deutschland Ghana - + Ghana Greece - + Griechenland Hong Kong - + Hong Kong Hungary - + Ungarn India - + Indien Indonesia - + Indonesien Ireland - + Irland Israel - + Israel Italy - + Italien Japan - + Japan Jordan - + Jordanien Kenya - + Kenia Malaysia - + Malaysia Mexico - + Mexiko Morocco - + Marokko Netherlands - + Niederlande New Zealand - + Neuseeland Nigeria - + Nigeria Peru - + Peru Philippines - + Philippinen Poland - + Polen Russia - + Russland Saudi Arabia - + Saudi-Arabien Singapore - + Singapur South Africa - + Südafrika South Korea - + Südkorea Spain - + Spanien Sweden - + Schweden Taiwan - + Taiwan Tunisia - + Tunesien Turkey - + Türkei Uganda - + Uganda United Arab Emirates - + Vereinigte Arabische Emirate United Kingdom - + Vereinigtes Königreich Yemen - + Jemen Worldwide - + Weltweit \ No newline at end of file diff --git a/locale/el.ts b/locale/el.ts index 5c730f8..c62e9e8 100644 --- a/locale/el.ts +++ b/locale/el.ts @@ -106,7 +106,7 @@ The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - + Η πλήρης έκδοση σας επιτρέπει την λήψη βίντεο με διάρκεια μεγαλύτερη από %1 λεπτά και την αναπαραγωγή των βίντεο χωρίς διακοπές. @@ -134,6 +134,95 @@ Αγορά άδειας χρήσης + + ChannelAggregator + + + By %1 + Από %1 + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Όλα τα βίντεο + + + + Unwatched Videos + Σχετικά βίντεο + + + + ChannelView + + + Mark all as watched + Σημείωση όλων ως παρακολούθεντα + + + + Show Updated + Εμφάνιση ενημέρωσεων + + + + Name + όνομα + + + + Last Updated + Τελευταία Ενημέρωση + + + + Last Added + Τελευταία προστέθηκε + + + + Last Watched + τελευταίο Προβληθέντα + + + + Most Watched + Πιο δημοφιλή + + + + Sort by + Ταξινόμηση κατά ... + + + + All Videos + Όλα τα βίντεο + + + + Unwatched Videos + Σχετικά βίντεο + + + + There are no updated subscriptions at this time. + Δεν υπάρχουν συνδρομές ενημέρωσης αυτή τη στιγμή. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + Δεν έχετε εγγραφές. Χρησιμοποιήστε το αστέρι για να εγγραφείτε συνδρομητής σε κανάλια. + + ClearButton @@ -339,24 +428,34 @@ HomeView - + Search Αναζήτηση - + Find videos and channels by keyword - + Ευρεση βίντεο και κανάλιων μεσω λέξεις-κλειδία - + Browse - + Περιηγηση - + Browse videos by category - + Περιηγηση βιντεο ανα κατηγορια + + + + Subscriptions + Συνδρομές + + + + Channel subscriptions + Συνδρομές καναλιού @@ -367,7 +466,7 @@ LoadingWidget - + Error Σφάλμα @@ -375,426 +474,431 @@ MainWindow - + &Stop &Διακοπή - + Stop playback and go back to the search view Διακοπή αναπαραγωγής και επιστροφή στην προβολή αναζήτησης - + S&kip &Παράλειψη - + Skip to the next video Μετάβαση στο επόμενο βίντεο - - + + &Pause &Παύση - - + + Pause playback Παύση αναπαραγωγής - + &Full Screen &Πλήρης οθόνη - + Go full screen Προβολή σε πλήρη οθόνη - + Hide the playlist and the toolbar Απόκρυψη της λίστας αναπαραγωγής και της εργαλειοθήκης - + Go to the YouTube video page and pause playback Μετάβαση στη σελίδα βίντεο του YouTube και παύση αναπαραγωγής - + Copy the current video YouTube link to the clipboard Αντιγραφή του δεσμού του τρέχοντος YouTube βίντεο στη μνήμη - + Copy the current video stream URL to the clipboard Αντιγραφή του URL της τρέχουσας ροής βίντεο στη μνήμη - + Find other video parts hopefully in the right order Εύρεση των υπόλοιπων επισοδείων του βίντεο, ελπίζουμε στη σωστή σειρά - + &Remove &Αφαίρεση - + Remove the selected videos from the playlist Αφαίρεση επιλεγμένων βίντεο απο την λίστα αναπαραγωγής - + Move &Up Μετακίνηση προς τα &πάνω - + Move up the selected videos in the playlist Μετακίνηση επιλεγμένων βίντεο προς τα πάνω - + Move &Down Μετακίνηση προς τα &κάτω - + Move down the selected videos in the playlist Μετακίνηση επιλεγμένων βίντεο προς τα κάτω - + Clear the search history. Cannot be undone. Καθαρισμός του ιστορικού αναζήτησης. Δεν μπορεί να γίνει επαναφορά. - + &Quit Έ&ξοδος - + Bye Γεια - + &Website &Ιστοχώρος - + %1 on the Web Το %1 στο διαδίκτυο - + Please support the continued development of %1 Παρακαλούμε υποστηρίξτε την συνεχόμενη ανάπτυξη του %1 - + &About &Σχετικά - + Info about %1 Πληροφορίες για %1 - + Search Αναζήτηση - + Mute volume Σίγαση - - + + &Downloads &Λήψεις - + Show details about video downloads Εμφάνιση λεπτομερειών για τις λήψεις βίντεο - + &Download &Λήψη - + Download the current video Λήψη του τρέχοντος βίντεο - + + &Subscribe to Channel + Εγγραφή στο κανάλι + + + Share the current video using %1 Κοινή χρήση του τρέχοντος βίντεο με το %1 - + &Email &Ηλ. αλληλογραφία - + Email Ηλ. αλληλογραφία - + &Close &Κλείσιμο - + &Float on Top &Διατήρηση στην κορυφή - + &Stop After This Video &Διακοπή μετά από αυτό το βίντεο - + &Report an Issue... &Αναφέρετε κάποιο σφάλμα... - + &Refine Search... &Σύνθετη αναζήτηση... - + More... - + Περισσοτερα... - + &Related Videos - + Σχετικα βιντεο - + Watch videos related to the current one - + Παρακολουθήστε βίντεο που σχετίζονται με το τρέχον - + &Application &Εφαρμογή - + Buy %1... Αγοράστε το %1... - + &Playback &Αναπαραγωγή - + &Playlist Λ&ίστα αναπαραγωγής - + &Video Βίν&τεο - + &View &Προβολή - + &Share &Κοινή χρήση - + &Help &Βοήθεια - + Press %1 to raise the volume, %2 to lower it Πατήστε %1 για να αυξήσετε την ένταση, %2 για να την χαμηλώσετε - - + + Opening %1 Άνοιγμα %1 - + Do you want to exit %1 with a download in progress? Θέλετε να κλείσετε το %1 ενώ βρίσκεται μια λήψη σε εξέλιξη; - + If you close %1 now, this download will be cancelled. Αν κλείσετε το %1 τώρα, η λήψη θα ακυρωθεί. - + Close and cancel download Κλείσιμο και ακύρωση λήψης - + Wait for download to finish Αναμονή ολοκλήρωσης λήψης - + Leave &Full Screen Έξοδος από &πλήρη οθόνη - + %1 version %2 is now available. Η έκδοση %2 του %1 είναι διαθέσιμη. - + Remind me later Υπενθύμιση αργότερα - + Update Ενημέρωση - + Error: %1 Σφάλμα: %1 - + P&revious Π&ροηγούμενο - + Go back to the previous track Επιστροφή στο προηγούμενο κομμάτι - + &Compact Mode &Συμπαγής εμφάνιση - + Open the &YouTube Page Άνοιγμα στην ιστοσελίδα του &YouTube - + Copy the YouTube &Link Αντιγραφή του &δεσμού YouTube - + Copy the Video Stream &URL Αντιγραφή του &URL της ροής βίντεο - + Find Video &Parts Αναζήτηση των &επισοδείων του βίντεο - + &Clear Recent Searches &Καθαρισμός πρόσφατων αναζητήσεων - + Make a &Donation Κάντε μια &δωρεά - + &Manually Start Playing Εκκίνηση της αναπαραγωγής &χειροκίνητα - + Manually start playing videos Εκκίνηση αναπαραγωγής των βίντεο χειροκίνητα - + Choose your content location - + Επιλογή της τοποθεσίας του περιεχομένου σας - + &Play Α&ναπαραγωγή - + Resume playback Συνέχεια αναπαραγωγής - + Remaining time: %1 Υπολειπόμενος χρόνος: %1 - + Volume at %1% Ένταση στο %1% - + Volume is muted Σίγαση - + Volume is unmuted Η ένταση αποκαταστάθηκε - + Maximum video definition set to %1 H μέγιστη ανάλυση βίντεο τέθηκε σε %1 - + Your privacy is now safe Η ιδιωτικότητα σας είναι τώρα ασφαλής - + Downloads complete Οι λήψεις ολοκληρώθηκαν @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Τώρα μπορείτε να επικολλήσετε το δεσμό του YouTube σε κάποια άλλη εφαρμογή - + You can now paste the video stream URL into another application Τώρα μπορείτε να επικολλήσετε το URL της ροής βίντεο σε κάποια άλλη εφαρμογή - + The link will be valid only for a limited time. Ο σύνδεμος θα είναι έγκυρος μόνο για περιορισμένο χρονικό διάστημα. - + This is just the demo version of %1. Αυτή είναι απλά μια δοκιμαστική έκδοση του %1. - + It allows you to test the application and see if it works for you. Σαε επιτρέπει να δοκιμάσετε την εφαρμογή και να δείτε αν σας κάνει. - + Continue Συνέχεια - + of Used in video parts, as in '2 of 3' από - + part This is for video parts, as in 'Cool video - part 1' μέρος - + episode This is for video parts, as in 'Cool series - episode 1' επισόδειο - + Sent from %1 Αποστολή από %1 - + + Unsubscribe from %1 + Διαγραφή από το %1 + + + + Subscribe to %1 + Εγγραφή στο %1 + + + Get the full version Αποκτήστε την πλήρη έκδοση - + Downloading %1 Λήψη %1 @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views Προβολές %1 - + %1 of %2 (%3) — %4 %1 από %2 (%3) — %4 - + Preparing Προετοιμάζεται - + Failed Απέτυχε - + Completed Ολοκληρώθηκε - + Stopped Διακόπηκε - + Stop downloading Διακοπή λήψης - + Show in %1 Εμφάνιση σε %1 - + Open parent folder Άνοιγμα γονικού φακέλου - + Restart downloading Επανεκκίνηση λήψης @@ -1097,7 +1211,7 @@ Done - + Έγινε @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Καλωσορίσατε στο <a href='%1'>%2</a>, - + Get the full version Αποκτήστε την πλήρη έκδοση - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Πληκτρολογήστε - + a keyword μια λέξη-κλειδί - + a channel ένα κανάλι - + to start watching videos. για να αρχίσετε να βλέπετε βίντεο. - + Watch Δείτε - + Recent keywords Πρόσφατες λέξεις-κλειδιά - + Recent channels Πρόσφατα κανάλια @@ -1160,20 +1274,20 @@ SidebarHeader - - + + &Back &Πίσω Forward to %1 - + Προώθηση σε %1 Back to %1 - + Πισω στο %1 @@ -1194,38 +1308,38 @@ Most Popular - - - - - Featured - + Τα πιο δημοφιλή Most Shared - + Πιο πρόσφατα Most Discussed - + Πιο συζυτημενα Top Rated - + Καλυτερα βαθμολογημενα + + + + All Time Popular + Σε όλα τα χρονικά δημοφιλή Video - + Cannot get video stream for %1 Αδυναμία λήψης της ροής βίντεο για %1 - + Network error: %1 for %2 Σφάλμα δικτύου: %1 για %2 @@ -1235,242 +1349,242 @@ Algeria - + Αλγερια Argentina - + Αργεντινη Australia - + Αυστραλια Belgium - + Βελγιο Brazil - + Βραζιλια Canada - + Καναδας Chile - + Χιλη Colombia - + Κολομβια Czech Republic - + Τσεχια Egypt - + Αιγυπτος France - + Γαλλια Germany - + Γερμανια Ghana - + Γκανα Greece - + Ελλαδα Hong Kong - + Χονγκ Κονγκ Hungary - + Ουγγαρια India - + Ινδια Indonesia - + Ινδονησια Ireland - + Ιρλανδια Israel - + Ισραηλ Italy - + Ιταλια Japan - + Ιαπωνια Jordan - + Ιορδανια Kenya - + Κενια Malaysia - + Μαλαισια Mexico - + Μεξικο Morocco - + Μαροκκο Netherlands - + Ολλανδια New Zealand - + Νεα Ζηλανδια Nigeria - + Νιγηρια Peru - + Περου Philippines - + Φιλλιπινες Poland - + Πολωνια Russia - + Ρωσια Saudi Arabia - + Σαουδικη Αραβια Singapore - + Σινγκαπουρη South Africa - + Νοτια Αφρικη South Korea - + Νοτια Κορεα Spain - + Ισπανια Sweden - + Σουηδια Taiwan - + Ταιβαν Tunisia - + Τυνισια Turkey - + Τουρκια Uganda - + Ουγκαντα United Arab Emirates - + Ηνωμενα Αραβικα Εμιρατα United Kingdom - + Ηνωμενο Βασιλειο Yemen - + Ιεμενη Worldwide - + Παγκοσμιως \ No newline at end of file diff --git a/locale/es.ts b/locale/es.ts index 8ca6823..3c00179 100644 --- a/locale/es.ts +++ b/locale/es.ts @@ -15,7 +15,7 @@ Licensed to: %1 - Licencia para: %1 + Con licencia para: %1 @@ -134,6 +134,95 @@ Comprar licencia + + ChannelAggregator + + + By %1 + Por %1 + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Todos los vídeos + + + + Unwatched Videos + Vídeos sin ver + + + + ChannelView + + + Mark all as watched + Marcar todos como vistos + + + + Show Updated + Mostrar actualizados + + + + Name + Nombre + + + + Last Updated + Actualizado por última vez + + + + Last Added + Añadido por última vez + + + + Last Watched + Visto por última vez + + + + Most Watched + Más vistos + + + + Sort by + Ordenar por + + + + All Videos + Todos los vídeos + + + + Unwatched Videos + Vídeos sin ver + + + + There are no updated subscriptions at this time. + No hay suscripciones actualizadas en este momento. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + No se ha suscrito a ningún canal. Use el símbolo de la estrella a los canales. + + ClearButton @@ -339,25 +428,35 @@ HomeView - + Search Buscar - + Find videos and channels by keyword Encontrar vídeos y canales por palabras clave - + Browse Examinar - + Browse videos by category Buscar videos por categoría + + + Subscriptions + Suscripciones + + + + Channel subscriptions + Suscripciones a canales + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Error @@ -375,427 +474,432 @@ MainWindow - + &Stop &Detener - + Stop playback and go back to the search view Detener la reproducción y volver a la búsqueda - + S&kip &Omitir - + Skip to the next video Omitir vídeo y saltar al siguiente - - + + &Pause &Pausar - - + + Pause playback Pausar la reproducción - + &Full Screen Pantalla &completa - + Go full screen Ir a pantalla completa - + Hide the playlist and the toolbar Ocultar la lista de reproducción y la barra de herramientas - + Go to the YouTube video page and pause playback Ir a la página del vídeo en YouTube y pausar la reproducción - + Copy the current video YouTube link to the clipboard Copiar el enlace a YouTube del vídeo actual en el portapapeles - + Copy the current video stream URL to the clipboard Copiar la URL actual del flujo del vídeo al portapapeles - + Find other video parts hopefully in the right order Encontrar otras partes de vídeos, con suerte en el orden correcto - + &Remove &Eliminar - + Remove the selected videos from the playlist Quitar los vídeos seleccionados de la lista de reproducción - + Move &Up &Subir - + Move up the selected videos in the playlist Mover hacia arriba en la lista de reproducción los vídeos seleccionados - + Move &Down &Bajar - + Move down the selected videos in the playlist Mover hacia abajo en la lista de reproducción los vídeos seleccionados - + Clear the search history. Cannot be undone. Limpiar el historial de búsquedas. No se puede deshacer. - + &Quit &Salir - + Bye Hasta luego - + &Website Sitio &web - + %1 on the Web %1 en la web - + Please support the continued development of %1 Apoye el desarrollo continuo de %1 - + &About &Acerca de - + Info about %1 Información acerca de %1 - + Search Buscar - + Mute volume Silenciar - - + + &Downloads &Descargas - + Show details about video downloads Mostrar detalles sobre las descargas de vídeos - + &Download &Descargar - + Download the current video Descargar el vídeo actual - + + &Subscribe to Channel + &Suscribirse al canal + + + Share the current video using %1 Compartir el vídeo actual usando %1 - + &Email &Correo-e - + Email Correo-e - + &Close &Cerrar - + &Float on Top &Flotar en la parte superior - + &Stop After This Video &Detener tras este vídeo - + &Report an Issue... &Informar de un problema... - + &Refine Search... &Refinar la búsqueda... - + More... Más… - + &Related Videos Vídeos &relacionados - + Watch videos related to the current one Ver videos relacionados con el actual - + &Application &Aplicación - + Buy %1... Comprar %1… - + &Playback &Reproducción - + &Playlist &Lista de reprod. - + &Video &Vídeo - + &View &Ver - + &Share &Compartir - + &Help Ay&uda - + Press %1 to raise the volume, %2 to lower it Pulse %1 para aumentar el volumen o %2 para reducirlo - - + + Opening %1 Abriendo %1 - + Do you want to exit %1 with a download in progress? ¿Quiere salir de %1 con una descarga en curso? - + If you close %1 now, this download will be cancelled. Si cierra %1 ahora, esta descarga será cancelada. - + Close and cancel download Cerrar y cancelar descarga - + Wait for download to finish Esperando a que finalice la descarga - + Leave &Full Screen &Salir de pantalla completa - + %1 version %2 is now available. %1 versión %2 ya está disponible. - + Remind me later Recordarme después - + Update Actualizar - + Error: %1 Error: %1 - + P&revious Ante&rior - + Go back to the previous track Regresar a la pista anterior - + &Compact Mode Modo &compacto - + Open the &YouTube Page Abrir la página de &YouTube - + Copy the YouTube &Link Copiar el en&lace de YouTube - + Copy the Video Stream &URL - Copiar la &URL de flujo del vídeo + Copiar el &URL de flujo del vídeo - + Find Video &Parts Encontrar &partes de vídeos - + &Clear Recent Searches &Limpiar búsquedas recientes - + Make a &Donation Hacer una &donación - + &Manually Start Playing Comenzar la reproducción &manualmente - + Manually start playing videos Comenzar la reproducción de vídeos manualmente - + Choose your content location Elija su ubicación para el contenido - + &Play &Reproducir - + Resume playback Continuar la reproducción - + Remaining time: %1 Tiempo restante: %1 - + Volume at %1% Volumen al %1% - + Volume is muted El volumen está silenciado - + Volume is unmuted El volumen no está silenciado - + Maximum video definition set to %1 Resolución máxima de video establecida en %1 - + Your privacy is now safe Su privacidad ahora está asegurada - + Downloads complete Descargas completas @@ -803,65 +907,75 @@ MediaView - + You can now paste the YouTube link into another application Ahora puede pegar el enlace de YouTube en otra aplicación - + You can now paste the video stream URL into another application Ahora puede pegar la URL del flujo de vídeo en otra aplicación - + The link will be valid only for a limited time. El enlace es válido solo por un tiempo limitado. - + This is just the demo version of %1. Esto es solo la versión de prueba de %1. - + It allows you to test the application and see if it works for you. Le permite probar la aplicación y ver si le funciona. - + Continue Continuar - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' parte - + episode This is for video parts, as in 'Cool series - episode 1' episodio - + Sent from %1 Enviado desde %1 - + + Unsubscribe from %1 + Cancelar suscripción a %1 + + + + Subscribe to %1 + Suscribirse a %1 + + + Get the full version Obtener la versión completa - + Downloading %1 Descargando %1 @@ -910,52 +1024,52 @@ PlaylistItemDelegate - + %1 views %1 reproducciones - + %1 of %2 (%3) — %4 %1 de %2 (%3) — %4 - + Preparing Preparando - + Failed Falló - + Completed Completado - + Stopped Detenido - + Stop downloading Detener la descarga - + Show in %1 Mostrar en %1 - + Open parent folder Abrir carpeta contenedora - + Restart downloading Reiniciar la descarga @@ -1112,48 +1226,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Bienvenido a <a href='%1'>%2</a>, - + Get the full version Obtener la versión completa - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Escriba - + a keyword una palabra clave - + a channel un canal - + to start watching videos. para empezar a ver vídeos. - + Watch Ver - + Recent keywords Palabras clave recientes - + Recent channels Canales recientes @@ -1161,8 +1275,8 @@ SidebarHeader - - + + &Back &Atrás @@ -1197,11 +1311,6 @@ Most Popular Más populares - - - Featured - Destacados - Most Shared @@ -1217,16 +1326,21 @@ Top Rated Mejor valorados + + + All Time Popular + Populares siempre + Video - + Cannot get video stream for %1 No se puede obtener el flujo de vídeo para %1 - + Network error: %1 for %2 Error de red: %1 por %2 diff --git a/locale/es_AR.ts b/locale/es_AR.ts index ad1dae2..55edee0 100644 --- a/locale/es_AR.ts +++ b/locale/es_AR.ts @@ -15,22 +15,22 @@ Licensed to: %1 - + Licencia para: %1 %1 is Free Software but its development takes precious time. - %1 es Software Libre pero su desarrollo lleva tiempo. + %1 es Software Libre pero su desarrollo lleva precioso tiempo. Please <a href='%1'>donate</a> to support the continued development of %2. - Por favor, <a href='%1'>hacé una donación</a> para apoyar el desarrollo de %2. + Por favor, <a href='%1'>dóna</a> para apoyar el desarrollo continuo de %2. You may want to try my other apps as well: - Talvez querás probar mis otras aplicaciones como: + Tal vez querrás probar mis otras aplicaciones como: @@ -45,7 +45,7 @@ Translate %1 to your native language using %2 - Traducí %1 a tu idioma natal usando %2 + Traduce %1 a tu idioma natal usando %2 @@ -78,17 +78,17 @@ Enter your License Details - + Introduzca los detalles de la licencia &Email: - + Correo &electrónico: &Code: - + &Código: @@ -106,12 +106,12 @@ The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - + La versión completa te permite descargar vídeos más largos que %1 minutos y mirar vídeos sin interrupciones. Without a license, the application will expire in %1 days. - + Sin una licencia, la aplicación caducará en %1 días. @@ -126,11 +126,100 @@ Enter License - + Introducir licencia Buy License + Comprar licencia + + + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + + + + + Show Updated + + + + + Name + + + + + Last Updated + + + + + Last Added + + + + + Last Watched + + + + + Most Watched + + + + + Sort by + Sortear por + + + + All Videos + + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. @@ -210,7 +299,7 @@ Get the full version - Conseguí la versión completa + Consigue la versión completa @@ -253,7 +342,7 @@ Downloading to: %1 - Bajando a: %1 + Bajando al: %1 @@ -270,7 +359,7 @@ Downloading update... - + Descargando actualización… @@ -339,23 +428,33 @@ HomeView - + Search Buscar - + Find videos and channels by keyword - + Encuentra vídeos por canales o por palabras clave - + Browse - + Navegar - + Browse videos by category + Navega en los vídeos por categoría + + + + Subscriptions + + + + + Channel subscriptions @@ -367,7 +466,7 @@ LoadingWidget - + Error Error @@ -375,426 +474,431 @@ MainWindow - + &Stop &Detener - + Stop playback and go back to the search view - Detener y volver a la búsqueda + Detener la reproducción y volver a la vista de búsqueda - + S&kip &Saltar - + Skip to the next video - Siguiente video + Saltar al siguiente video - - + + &Pause &Pausar - - + + Pause playback Pausar - + &Full Screen &Pantalla completa - + Go full screen Ir a pantalla completa - + Hide the playlist and the toolbar Esconder la lista de reproducción y la barra de herramientas - + Go to the YouTube video page and pause playback Ir al video en YouTube y pausar la reproducción - + Copy the current video YouTube link to the clipboard - Copiar el enlace de YouTube del video al portapapeles + Copiar el enlace de YouTube del video actual al portapapeles - + Copy the current video stream URL to the clipboard - Copiar la &URL del stream del video al portapapeles + Copiar la URL del stream del video al portapapeles - + Find other video parts hopefully in the right order - Encontrá las otras partes del video con suerte en el orden correcto + Encuentra las otras partes del video con suerte en el orden correcto - + &Remove &Borrar - + Remove the selected videos from the playlist Borrar los videos seleccionados de la lista - + Move &Up Mover hacia &arriba - + Move up the selected videos in the playlist Mover hacia arriba los videos seleccionados - + Move &Down Mover hacia &abajo - + Move down the selected videos in the playlist Mover hacia abajo los videos seleccionados - + Clear the search history. Cannot be undone. Eliminar el historial de búsqueda. No se puede deshacer. - + &Quit &Salir - + Bye - Chau + Adiós - + &Website &Sitio web - + %1 on the Web %1 en la Web - + Please support the continued development of %1 - Apoyar el desarrollo de %1 + Por favor apoya el desarrollo continuo de %1 - + &About &Acerca de - + Info about %1 Información sobre %1 - + Search Buscar - + Mute volume Silenciar volumen - - + + &Downloads &Descargas - + Show details about video downloads Mostrar detalles sobre la descarga de videos - + &Download &Bajar video - + Download the current video Bajar el video actual - + + &Subscribe to Channel + + + + Share the current video using %1 - Compartí el video actual usando %1 + Compartí el vídeo actual usando %1 - + &Email &Correo - + Email Correo - + &Close &Cerrar - + &Float on Top &Siempre Visible - + &Stop After This Video &Finalizar Después de este Video - + &Report an Issue... &Reportar un inconveniente - + &Refine Search... &Refinar Búsqueda - + More... - + Más... - + &Related Videos - + &Vídeos relacionados - + Watch videos related to the current one - + Mirar vídeos relacionados al vídeo actual - + &Application &Programa - + Buy %1... Comprar %1... - + &Playback &Reproducción - + &Playlist &Lista de reproducción - + &Video &Video - + &View &Ver - + &Share &Compartir - + &Help &Ayuda - + Press %1 to raise the volume, %2 to lower it - Con %1 subís el volumen, con %2 lo bajás + Con %1 para subir el volumen, con %2 para bajarlo - - + + Opening %1 Abriendo %1 - + Do you want to exit %1 with a download in progress? - Seguro que querés salir de %1 con una descarga en progreso? + Seguro que quieres salir de %1 con una descarga en progreso? - + If you close %1 now, this download will be cancelled. - Si cerrás %1 ahora, la descarga se va a cancelar. + Si cierras %1 ahora, la descarga se va a cancelar. - + Close and cancel download Cerrar y cancelar descarga - + Wait for download to finish Esperar a que termine la descarga - + Leave &Full Screen Salir de &Pantalla Completa - + %1 version %2 is now available. %1 versión %2 está ahora disponible - + Remind me later Recordármelo después - + Update Actualizar - + Error: %1 Error: %1 - + P&revious - A6nterior + Anterior - + Go back to the previous track Volver a la pista previa - + &Compact Mode &Modo Compacto - + Open the &YouTube Page Abrir la página de &YouTube - + Copy the YouTube &Link Copiar el enlace de &YouTube - + Copy the Video Stream &URL Copiar Video &URL - + Find Video &Parts Encontrar Video &Partes - + &Clear Recent Searches &Borrar las búsquedas recientes - + Make a &Donation Hacer una &donación - + &Manually Start Playing &Iniciar Reproducción Manualmente - + Manually start playing videos Empezar a reproducir videos manualmente - + Choose your content location - + Selecciona la localidad de tu contenido - + &Play &Reproducir - + Resume playback Continuar reproducción - + Remaining time: %1 Tiempo restante: %1 - + Volume at %1% Volumen al %1% - + Volume is muted Volumen silenciado - + Volume is unmuted Volumen activo - + Maximum video definition set to %1 - Definición máxima de video seteada en %1 + Definición máxima de video ajustada en %1 - + Your privacy is now safe Tu privacidad ahora está segura - + Downloads complete Descarga completa @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application - Ahora podés pegar el enlace de YouTube en otra aplicación + Ahora puedes pegar el enlace de YouTube en otra aplicación - + You can now paste the video stream URL into another application Ahora podés pegar la URL del stream en otra aplicación - + The link will be valid only for a limited time. - El enalce va a ser válido sólo por un tiempo limitado. + El enlace va a ser válido sólo por un tiempo limitado. - + This is just the demo version of %1. Esta es sólo la versión de demostración de %1. - + It allows you to test the application and see if it works for you. Te permite probar la aplicación y ver si te funciona. - + Continue Continuar - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' parte - + episode This is for video parts, as in 'Cool series - episode 1' episodio - + Sent from %1 Enviado desde %1 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version Conseguir la versión completa - + Downloading %1 Descargando %1 @@ -870,32 +984,32 @@ A new version of %1 is available! - + Está disponible una nueva versión de %1. %1 %2 is now available. You have %3. - + %1 %2 está disponible ahora. Ud. tiene %3. Would you like to download it now? - + ¿Quiere descargarla ahora? Skip This Version - + Omitir esta versión Remind Me Later - + Recordarme después Install Update - + Instalar actualización @@ -903,60 +1017,60 @@ Paste - + Pegar PlaylistItemDelegate - + %1 views %1 visitas - + %1 of %2 (%3) — %4 - + %1 of %2 (%3) — %4 - + Preparing - + Preparando - + Failed - + Falló - + Completed - + Completado - + Stopped - + Detenido - + Stop downloading - + Detener descarga - + Show in %1 - + Mostrar en %1 - + Open parent folder - + Abrir carpeta relacionada - + Restart downloading - + Reiniciar descarga @@ -979,7 +1093,7 @@ No more videos - + No hay más vídeos @@ -1097,7 +1211,7 @@ Done - + Hecho @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Bienvenido a <a href='%1'>%2</a>, - + Get the full version Conseguir la versión completa - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Escribir - + a keyword una palabra clave - + a channel un canal - + to start watching videos. para empezar a ver videos. - + Watch Ver - + Recent keywords Búsquedas recientes - + Recent channels Canales recientes @@ -1160,20 +1274,20 @@ SidebarHeader - - + + &Back &Atrás Forward to %1 - + Avanzar a %1 Back to %1 - + Retroceder a %1 @@ -1194,38 +1308,38 @@ Most Popular - - - - - Featured - + Más populares Most Shared - + Más compartidos Most Discussed - + Más discutidos Top Rated + Mejor calificados + + + + All Time Popular Video - + Cannot get video stream for %1 No puedo obtener el stream de video de %1 - + Network error: %1 for %2 Error de conexión: %1 para %2 @@ -1235,242 +1349,242 @@ Algeria - + Algeria Argentina - + Argentina Australia - + Australia Belgium - + Bélgica Brazil - + Brasil Canada - + Canada Chile - + Chile Colombia - + Colombia Czech Republic - + República Checa Egypt - + Egipto France - + Francia Germany - + Alemania Ghana - + Ghana Greece - + Grecia Hong Kong - + Hong Kong Hungary - + Hungría India - + India Indonesia - + Indonesia Ireland - + Irlanda Israel - + Israel Italy - + Italia Japan - + Japón Jordan - + Jordan Kenya - + Kenya Malaysia - + Malasia Mexico - + México Morocco - + Marruecos Netherlands - + Países Bajos New Zealand - + Nueva Zelanda Nigeria - + Nigeria Peru - + Perú Philippines - + Filipinas Poland - + Polonia Russia - + Rusia Saudi Arabia - + Arabia Saudita Singapore - + Singapur South Africa - + Sud Africa South Korea - + Sud Corea Spain - + España Sweden - + Suecia Taiwan - + Taiwan Tunisia - + Túnez Turkey - + Turquía Uganda - + Uganda United Arab Emirates - + Emiratos Arabes Unidos United Kingdom - + Reino Unido Yemen - + Yemen Worldwide - + Todo el mundo \ No newline at end of file diff --git a/locale/es_ES.ts b/locale/es_ES.ts index 9278f7d..9b6e513 100644 --- a/locale/es_ES.ts +++ b/locale/es_ES.ts @@ -15,12 +15,12 @@ Licensed to: %1 - + Con licencia para %1 %1 is Free Software but its development takes precious time. - %1 es Software Libre pero su desarrollo lleva mucho tiempo. + %1 es un programa de software libre, pero su desarrollo lleva mucho tiempo. @@ -35,7 +35,7 @@ %1, a YouTube music player - %1, reproductor de música de YouTube + %1, un reproductor de música de YouTube @@ -45,7 +45,7 @@ Translate %1 to your native language using %2 - Traduce %1 a tu idioma utilizando %2 + Traducir %1 a tu idioma utilizando %2 @@ -70,7 +70,7 @@ What you always wanted to know about %1 and never dared to ask - Lo que siempre quiso saber sobre el %1 y nunca se atrevió a preguntar + Lo que siempre quiso saber sobre %1 y nunca se atrevió a preguntar @@ -78,17 +78,17 @@ Enter your License Details - + Introducir detalles de la licencia &Email: - + Corr&eo electrónico: &Code: - + &Código: @@ -101,22 +101,22 @@ This demo has expired. - Esta versión de prueba ha caducado. + La versión de prueba ha caducado. The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - + La versión completa le permite descargar vídeos superiores a %1 minutos y ver vídeos sin interrupciones. Without a license, the application will expire in %1 days. - + La aplicación caducará en %1 días si no tiene una licencia. By purchasing the full version, you will also support the hard work I put into creating %1. - Al comprar la versión completa, también apoya el trabajo empleado en la creación de %1. + Al comprar la versión completa, estará apoyando el gran trabajo empleado en la creación de %1. @@ -126,11 +126,100 @@ Enter License - + Introducir licencia Buy License + Comprar licencia + + + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + + + + + Show Updated + + + + + Name + + + + + Last Updated + + + + + Last Added + + + + + Last Watched + + + + + Most Watched + + + + + Sort by + Sortear por + + + + All Videos + + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. @@ -167,7 +256,7 @@ KB/sec - KB/sec + KB/seg @@ -195,12 +284,12 @@ This is just the demo version of %1. - Esta es sólo la versión demo de %1. + Esta es la versión de prueba 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. + Sólo se pueden descargar vídeos inferiores a %1 minutos. Así podrá probar la funcionalidad de descarga. @@ -248,7 +337,7 @@ Current downloads will still go in the previous location. - Las descargan actuales irán a parar a la anterior ubicación. + Las descargan actuales se guardarán en la ubicación anterior. @@ -270,7 +359,7 @@ Downloading update... - + Descargando actualización... @@ -293,12 +382,12 @@ Stop - Parar + Detener Stop playing after current track - Parar reproducción después esta pista + Detener reproducción después esta pista @@ -328,46 +417,56 @@ Seek forward - Buscar adelante + Buscar hacia adelante Seek backward - Buscar atrás + Buscar hacia atrás HomeView - + Search Buscar - + Find videos and channels by keyword - + Buscar vídeos y canales mediante palabra clave - + Browse - + Examinar - + Browse videos by category + Examinar vídeos por categoría + + + + Subscriptions + + + + + Channel subscriptions Make yourself comfortable - + Siéntete como en casa LoadingWidget - + Error Error @@ -375,426 +474,431 @@ MainWindow - + &Stop - &Parar + &Detener - + Stop playback and go back to the search view - Parar reproducción y volver a la vista de búsqueda + Detener reproducción y volver a la vista de búsqueda - + S&kip Sa&ltar - + Skip to the next video Saltar al siguiente vídeo - - + + &Pause &Pausar - - + + Pause playback Pausar reproducción - + &Full Screen &Pantalla completa - + Go full screen Ir a pantalla completa - + Hide the playlist and the toolbar Ocultar la lista de reproducción y la barra de herramientas - + Go to the YouTube video page and pause playback Ir a la página del vídeo en YouTube y pausar la reproducción - + Copy the current video YouTube link to the clipboard Copiar al portapapeles el enlace del vídeo de YouTube actual - + Copy the current video stream URL to the clipboard - Copiar al portapapeles la &URL del stream de vídeo actual + Copiar al portapapeles la &URL del flujo de vídeo actual - + Find other video parts hopefully in the right order - Encontrar otras partes de video, con suerte, en el orden correcto + Buscar otras partes del vídeo, con suerte, en el orden correcto - + &Remove Elimina&r - + Remove the selected videos from the playlist Eliminar los vídeos seleccionados de la lista de reproducción - + Move &Up S&ubir - + Move up the selected videos in the playlist Subir en la lista de reproducción los vídeos seleccionados - + Move &Down &Bajar - + Move down the selected videos in the playlist Bajar en la lista de reproducción los vídeos seleccionados - + Clear the search history. Cannot be undone. Limpiar el historial de búsquedas. Esta acción no puede deshacerse. - + &Quit &Salir - + Bye Adiós - + &Website Sitio &Web - + %1 on the Web %1 en la Web - + Please support the continued development of %1 - Por favor, apoye el continuo desarrollo de %1 + Apoye el desarrollo continuo de %1 - + &About - &Acerca de + &Acerca de... - + Info about %1 - Información sobre %1 + Información acerca de %1 - + Search - Búsqueda + Buscar - + Mute volume Silenciar volumen - - + + &Downloads &Descargas - + Show details about video downloads - Muestra detalles sobre las descargas de vídeos + Mostrar detalles sobre las descargas de vídeos - + &Download &Descargar - + Download the current video - Descarga el vídeo actual + Descargar el vídeo actual - + + &Subscribe to Channel + + + + Share the current video using %1 Compartir el vídeo actual usando %1 - + &Email &Correo electrónico - + Email Correo electrónico - + &Close &Cerrar - + &Float on Top &Siempre Visible - + &Stop After This Video - &Pausar Después De Este Video + &Detener después de este vídeo - + &Report an Issue... - &Reporte un inconveniente... + &Informar de un problema... - + &Refine Search... - &Refinar Búsqueda... + &Refinar búsqueda... - + More... - + Más... - + &Related Videos - + Vídeos &relacionados - + Watch videos related to the current one - + Ver vídeos relacionados con el actual - + &Application &Aplicación - + Buy %1... Comprar %1... - + &Playback &Reproducción - + &Playlist Lista de Re&producción - + &Video &Vídeo - + &View &Ver - + &Share Com&partir - + &Help &Ayuda - + Press %1 to raise the volume, %2 to lower it - Presiona %1 para subir el volumen, %2 para bajarlo + Pulse %1 para subir el volumen y %2 para bajarlo - - + + Opening %1 Abriendo %1 - + Do you want to exit %1 with a download in progress? ¿Deseas salir de %1 con una descarga activa? - + If you close %1 now, this download will be cancelled. Si cierras %1, esta descarga se cancelará. - + Close and cancel download Cerrar y cancelar la descarga - + Wait for download to finish Esperar la finalización de la descarga - + Leave &Full Screen Salir de pan&talla completa - + %1 version %2 is now available. - %1 versión %2 ya está disponible. + La versión %2 de %1 ya está disponible. - + Remind me later Recordarme después - + Update Actualizar - + Error: %1 Error: %1 - + P&revious - P&revio + Ante&rior - + Go back to the previous track Vuelve a la vista anterior - + &Compact Mode - &Modo Compacto + Modo &compacto - + Open the &YouTube Page Abrir la página de &YouTube - + Copy the YouTube &Link Copiar el &enlace de YouTube - + Copy the Video Stream &URL - Copiar Video En Línea &URL + Copiar &URL del flujo de vídeo - + Find Video &Parts - Encontrar Videos &Partes + Buscar &partes del vídeo - + &Clear Recent Searches &Limpiar búsquedas recientes - + Make a &Donation Hacer una &donación - + &Manually Start Playing - &Iniciar Reproducción Manual + &Iniciar reproducción manual - + Manually start playing videos - Empezar a reproducir videos manualmente + Empezar a reproducir vídeos manualmente - + Choose your content location - + Elegir la ubicación del contenido - + &Play Re&producir - + Resume playback - Reiniciar la reproducción + Reanudar la reproducción - + Remaining time: %1 Tiempo restante: %1 - + Volume at %1% Volumen al %1% - + Volume is muted - El volumen está desactivado + El volumen está silenciado - + Volume is unmuted - El volumen está activado + El volumen no está silenciado - + Maximum video definition set to %1 - Definición Máxima de Video es %1 + La definición máxima de vídeo es %1 - + Your privacy is now safe Su privacidad ahora es segura - + Downloads complete Descargas completadas @@ -802,67 +906,77 @@ MediaView - + You can now paste the YouTube link into another application Ahora puedes pegar el enlace de Youtube en otra aplicación - + You can now paste the video stream URL into another application - Ahora puedes pegar la URL del stream de vídeo en otra aplicación + Ahora puedes pegar la URL del flujo de vídeo en otra aplicación - + The link will be valid only for a limited time. - EL enlace será válido sólo por un plazo de tiempo limitado. + El enlace será válido sólo por un plazo de tiempo limitado. - + This is just the demo version of %1. - Esta es sólo la versión de demo de %1. + Esta es la versión de prueba de %1. - + It allows you to test the application and see if it works for you. - Le premite probar la aplicación y ver si le funciona. + Esta versión le permite probar la aplicación y ver si le sirve. - + Continue Continuar - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' parte - + episode This is for video parts, as in 'Cool series - episode 1' - episodio + capítulo - + Sent from %1 Enviado desde %1 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version Obtener la versión completa - + Downloading %1 - Descargand %1 + Descargando %1 @@ -870,32 +984,32 @@ A new version of %1 is available! - + ¡Una nueva versión de %1 ya está disponible! %1 %2 is now available. You have %3. - + %1 %2 ya está disponible. Tienes la %3. Would you like to download it now? - + ¿Deseas descargarla ahora? Skip This Version - + Saltar esta versión Remind Me Later - + Recordarme después Install Update - + Instalar actualización @@ -903,60 +1017,60 @@ Paste - + Pegar PlaylistItemDelegate - + %1 views %1 vistas - + %1 of %2 (%3) — %4 - + %1 de %2 (%3) — %4 - + Preparing - + Preparando - + Failed - + Falló - + Completed - + Completo - + Stopped - + Detenido - + Stop downloading - + Detener descarga - + Show in %1 - + Mostrar en %1 - + Open parent folder - + Abrir carpeta raíz - + Restart downloading - + Reiniciar descarga @@ -969,7 +1083,7 @@ Show %1 More - + Mostrar %1 más @@ -979,7 +1093,7 @@ No more videos - + No hay más vídeos @@ -987,7 +1101,7 @@ Sort by - Sortear por + Ordenar por @@ -1008,7 +1122,7 @@ Rating - Calificación + Valoraciones @@ -1023,12 +1137,12 @@ 7 Days - 7 Días + 7 días 30 Days - 30 Días + 30 días @@ -1059,7 +1173,7 @@ Less than 4 minutes - Menor que 4 minutos + Inferior a 4 minutos @@ -1069,7 +1183,7 @@ Longer than 20 minutes - Mayor que 20 minutos + Superior a 20 minutos @@ -1079,7 +1193,7 @@ High Definition - Alta Definición + Alta definición @@ -1097,7 +1211,7 @@ Done - + Finalizado @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, - Bienvenido/a a <a href='%1'>%2</a>, + Bienvenidos a <a href='%1'>%2</a>, - + Get the full version Obtener la versión completa - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Introducir - + a keyword una palabra clave - + a channel un canal - + to start watching videos. - empezar a ver vídeos + para empezar a ver vídeos - + Watch Ver - + Recent keywords Palabras clave recientes - + Recent channels Canales recientes @@ -1160,20 +1274,20 @@ SidebarHeader - - + + &Back &Volver Forward to %1 - + Hacia adelante %1 Back to %1 - + Hacia atrás %1 @@ -1181,7 +1295,7 @@ Refine Search - Refinar Búsqueda + Refinar búsqueda @@ -1194,38 +1308,38 @@ Most Popular - - - - - Featured - + Más popular Most Shared - + Más compartidos Most Discussed - + Más comentados Top Rated + Mejor valorados + + + + All Time Popular Video - + Cannot get video stream for %1 No se puede obtener el flujo de vídeo para %1 - + Network error: %1 for %2 Error de red: %1 por %2 @@ -1235,242 +1349,242 @@ Algeria - + Algeria Argentina - + Argentina Australia - + Australia Belgium - + Bélgica Brazil - + Brasil Canada - + Canadá Chile - + Chile Colombia - + Colombia Czech Republic - + República Checa Egypt - + Egipto France - + Francia Germany - + Alemania Ghana - + Ghana Greece - + Grecia Hong Kong - + Hong Kong Hungary - + Hungría India - + India Indonesia - + Indonesia Ireland - + Irlanda Israel - + Israel Italy - + Italia Japan - + Japón Jordan - + Jordania Kenya - + Kenia Malaysia - + Malasia Mexico - + México Morocco - + Marruecos Netherlands - + Países Bajos New Zealand - + Nueva Zelanda Nigeria - + Nigeria Peru - + Perú Philippines - + Filipinas Poland - + Polonia Russia - + Rusia Saudi Arabia - + Arabia Saudí Singapore - + Singapur South Africa - + Sudáfrica South Korea - + Corea del Sur Spain - + España Sweden - + Suecia Taiwan - + Taiwán Tunisia - + Túnez Turkey - + Turquía Uganda - + Uganda United Arab Emirates - + Emiratos Árabes Unidos United Kingdom - + Reino Unido Yemen - + Yemen Worldwide - + Mundial \ No newline at end of file diff --git a/locale/fi.ts b/locale/fi.ts index 7de34c5..ba46ecb 100644 --- a/locale/fi.ts +++ b/locale/fi.ts @@ -15,7 +15,7 @@ Licensed to: %1 - + Lisensoitu henkilölle: %1 @@ -78,7 +78,7 @@ Enter your License Details - + Syötä tähän lisenssitietosi @@ -96,12 +96,12 @@ Please license %1 - Lisensoi %1 + Lisensioi %1. This demo has expired. - Tämä koekäyttöversio on vanhentunut. + Tämä demon kokeiluaika on päättynyt. @@ -111,7 +111,7 @@ Without a license, the application will expire in %1 days. - + Ilman lisenssiä tämä sovellus vanhenee %1 päivässä. @@ -134,6 +134,95 @@ Osta lisenssi + + ChannelAggregator + + + By %1 + Tekijältä %1 + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Kaikki videot + + + + Unwatched Videos + Katsomattomat videot + + + + ChannelView + + + Mark all as watched + Merkitse kaikki katsotuiksi + + + + Show Updated + Näytä päivitetyt + + + + Name + Nimi + + + + Last Updated + Viimeksi päivitetyt + + + + Last Added + Viimeksi lisätyt + + + + Last Watched + Viimeksi katsotut + + + + Most Watched + Katsotuimmat + + + + Sort by + Järjestysperuste + + + + All Videos + Kaikki videot + + + + Unwatched Videos + Katsomattomat videot + + + + There are no updated subscriptions at this time. + Päivitettyjä tilauksia ei ole tällä hetkellä. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + Sinulla ei ole tilauksia. Käytä tähtisymbolia tilataksesi kanavia. + + ClearButton @@ -339,24 +428,34 @@ HomeView - + Search Etsi - + Find videos and channels by keyword - + Etsi videoita ja kanavia avainsanalla - + Browse - + Selaa - + Browse videos by category - + Selaa videoita ryhmien mukaan + + + + Subscriptions + Tilaukset + + + + Channel subscriptions + Kanavatilaukset @@ -367,7 +466,7 @@ LoadingWidget - + Error Virhe @@ -375,426 +474,431 @@ MainWindow - + &Stop &Pysäytä - + Stop playback and go back to the search view Pysäytä toisto ja palaa hakuruutuun - + S&kip &Hyppää yli - + Skip to the next video Siirry seuraavaan videoon - - + + &Pause &Keskeytä - - + + Pause playback Keskeytä toisto - + &Full Screen &Koko näytön tila - + Go full screen Siirry koko näytön tilaan - + Hide the playlist and the toolbar Piilota soittolista sekä työkalupalkki - + Go to the YouTube video page and pause playback Keskeytä toisto ja mene videon YouTube-sivulle - + Copy the current video YouTube link to the clipboard Kopioi nykyisen videon YouTube-linkki leikepöydälle - + Copy the current video stream URL to the clipboard Kopioi nykyisen videovirran osoite leikepöydälle - + Find other video parts hopefully in the right order Löydä videon muut osat toivottavasti oikeassa järjestyksessä - + &Remove &Poista - + Remove the selected videos from the playlist Poista valitut videot toistolistalta - + Move &Up Siirrä &ylös - + Move up the selected videos in the playlist Siirrä valitut videot ylemmäksi soittolistalla - + Move &Down Sirrä &alas - + Move down the selected videos in the playlist Siirrä valitut videot alemmaksi soittolistalla - + Clear the search history. Cannot be undone. Tyhjennä hakuhistoria. Tätä toimintoa ei voi kumota. - + &Quit &Lopeta - + Bye Näkemiin - + &Website &Nettisivusto - + %1 on the Web %1 netissä - + Please support the continued development of %1 Tue %1n jatkokehitystä - + &About &Tietoja - + Info about %1 Tietoja %1sta - + Search Etsi - + Mute volume Vaimenna ääni - - + + &Downloads &Lataukset - + Show details about video downloads Näytä tietoja latauksista - + &Download &Lataa - + Download the current video Lataa nykyinen video - + + &Subscribe to Channel + %Tilaa kanava + + + Share the current video using %1 Jaa nykyinen video palvelulla %1 - + &Email &Sähköposti - + Email Sähköposti - + &Close &Sulje - + &Float on Top &Pysy päällimmäisenä - + &Stop After This Video Py&säytä toisto tämän videon jälkeen - + &Report an Issue... &Ilmoita ongelmasta... - + &Refine Search... &Määritä haku uudelleen... - + More... - + Lisää... - + &Related Videos - + &Aiheeseen liittyvät videot - + Watch videos related to the current one - + Katso nykyiseen videoon liittyvät videot - + &Application &Sovellus - + Buy %1... Osta %1... - + &Playback &Toisto - + &Playlist S&oittolista - + &Video &Video - + &View &Näytä - + &Share &Jaa - + &Help &Ohje - + Press %1 to raise the volume, %2 to lower it Paina näppäinyhdistelmää %1 nostaaksesi tai %2 laskeaksesi äänenvoimakkuutta - - + + Opening %1 Avataan kohdetta %1 - + Do you want to exit %1 with a download in progress? Haluatko, että %1 sulkeutuu vaikka lataus on kesken? - + If you close %1 now, this download will be cancelled. Jos suljet %1n nyt niin tämä lataus keskeytetään. - + Close and cancel download Sulje ja peru lataus - + Wait for download to finish Odota latauksen valmistumista - + Leave &Full Screen Poistu &koko näytön tilasta - + %1 version %2 is now available. %1 versio %2 on nyt saatavilla. - + Remind me later Muistuta myöhemmin - + Update Päivitä - + Error: %1 Virhe: %1 - + P&revious E&dellinen - + Go back to the previous track Siirry takaisin edelliseen kappaleeseen - + &Compact Mode Kompakti &tila - + Open the &YouTube Page Avaa &YouTube-sivu - + Copy the YouTube &Link Kopioi YouTube-&linkki - + Copy the Video Stream &URL Kopioi videovirran &URL - + Find Video &Parts Etsi videon &osat - + &Clear Recent Searches Ty&hjennä viimeisimmät haut - + Make a &Donation Tee &lahjoitus - + &Manually Start Playing Aloita toisto &manuaalisesti - + Manually start playing videos Aloittaa videoiden toiston manuaalisesti - + Choose your content location - + Valitse sisältösi sijainti - + &Play &Toista - + Resume playback Jatka toistoa - + Remaining time: %1 Aikaa jäljellä: %1 - + Volume at %1% Äänentaso: %1% - + Volume is muted Ääni on vaimennettu - + Volume is unmuted Ääni ei ole vaimennettu - + Maximum video definition set to %1 Korkein videonlaatu on rajoitettu tarkkuuteen %1 - + Your privacy is now safe Yksityisyytesi on nyt turvattu - + Downloads complete Lataukset ovat valmistuneet @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Voit nyt liittää YouTube-linkin johonkin toiseen sovellukseen - + You can now paste the video stream URL into another application Voit nyt liittää videovirran osoitteen (URL) johonkin toiseen sovellukseen - + The link will be valid only for a limited time. Osoite on käytössä vain rajoitetun ajan. - + This is just the demo version of %1. Tämä on vain %1n kokeiluversio. - + It allows you to test the application and see if it works for you. Voit kokeilla ohjelmaa nähdäksesi, toimiiko se. - + Continue Jatka - + of Used in video parts, as in '2 of 3' / - + part This is for video parts, as in 'Cool video - part 1' osa - + episode This is for video parts, as in 'Cool series - episode 1' jakso - + Sent from %1 Lähetetty palvelusta %1 - + + Unsubscribe from %1 + Peru kanavan %1 tilaus + + + + Subscribe to %1 + Tilaa kanava %1 + + + Get the full version Hanki täysi versio - + Downloading %1 Ladataan %1ta/tä @@ -870,12 +984,12 @@ A new version of %1 is available! - + Uusi versio sovelluksesta %1 on saatavilla! %1 %2 is now available. You have %3. - + %1 %2 on nyt saatavilla. Sinulla on %3. @@ -890,7 +1004,7 @@ Remind Me Later - Muistuta myöhemmin + Muistuta minua myöhemmin @@ -903,58 +1017,58 @@ Paste - + Liitä PlaylistItemDelegate - + %1 views Katsottu %1 kertaa - + %1 of %2 (%3) — %4 %1 / %2 (%3) — %4 - + Preparing Valmistellaan - + Failed Epäonnistui - + Completed Valmis - + Stopped Pysäytetty - + Stop downloading Pysäytä lataus - + Show in %1 Avaa %1ssa/ssä - + Open parent folder Avaa yläkansio - + Restart downloading Käynnistä lataus uudelleen @@ -1097,7 +1211,7 @@ Done - + Valmis @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Tervetuloa <a href='%1'>%2en</a> - + Get the full version Hanki täysversio - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Syötä - + a keyword hakusana - + a channel kanava - + to start watching videos. aloittaaksesi videoiden katselu. - + Watch Katso - + Recent keywords Viimeisimmät hakusanat - + Recent channels Viimeisimmät kanavat @@ -1160,20 +1274,20 @@ SidebarHeader - - + + &Back &Takaisin Forward to %1 - + Eteenpäin kohteeseen %1 Back to %1 - + Takaisin kohteeseen %1 @@ -1194,38 +1308,38 @@ Most Popular - - - - - Featured - + Suosituimmat Most Shared - + Jaetuimmat Most Discussed - + Keskustelluimmat Top Rated - + Arvostetuimmat + + + + All Time Popular + Kaikkien aikojen suosituimmat Video - + Cannot get video stream for %1 Videostriimiä ei saada kohteelle %1 - + Network error: %1 for %2 Verkkovirhe: "%1" "%2"lle @@ -1235,242 +1349,242 @@ Algeria - + Algeria Argentina - + Argentiina Australia - + Australia Belgium - + Belgia Brazil - + Brasilia Canada - + Kanada Chile - + Chile Colombia - + Kolumbia Czech Republic - + Tšekin tasavalta Egypt - + Egypti France - + Ranska Germany - + Saksa Ghana - + Ghana Greece - + Kreikka Hong Kong - + Hongkong Hungary - + Unkari India - + Intia Indonesia - + Indonesia Ireland - + Irlanti Israel - + Israel Italy - + Italia Japan - + Japani Jordan - + Jordania Kenya - + Kenia Malaysia - + Malesia Mexico - + Meksiko Morocco - + Marokko Netherlands - + Alankomaat New Zealand - + Uusi-Seelanti Nigeria - + Nigeria Peru - + Peru Philippines - + Filippiinit Poland - + Puola Russia - + Venäjä Saudi Arabia - + Saudi-Arabia Singapore - + Singapore South Africa - + Etelä-Afrikka South Korea - + Etelä-Korea Spain - + Espanja Sweden - + Ruotsi Taiwan - + Taiwan Tunisia - + Tunisia Turkey - + Turkki Uganda - + Uganda United Arab Emirates - + Yhdistyneet arabiemiirikunnat United Kingdom - + Yhdistynyt kuningaskunta Yemen - + Jemen Worldwide - + Maailmanlaajuinen \ No newline at end of file diff --git a/locale/fi_FI.ts b/locale/fi_FI.ts index a5c8bf2..fb66672 100644 --- a/locale/fi_FI.ts +++ b/locale/fi_FI.ts @@ -106,7 +106,7 @@ The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - + Täysversio sallii sinun ladata yli %1 minuutin pituisia videoita ja katsoa videoita ilman keskeytyksiä. @@ -134,6 +134,95 @@ Osta lisenssi + + ChannelAggregator + + + By %1 + Tekijältä %1 + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Kaikki videot + + + + Unwatched Videos + Katsomattomat videot + + + + ChannelView + + + Mark all as watched + Merkitse kaikki katsotuiksi + + + + Show Updated + Näytä päivitetyt + + + + Name + Nimi + + + + Last Updated + Viimeksi päivitetyt + + + + Last Added + Viimeksi lisätyt + + + + Last Watched + Viimeksi katsotut + + + + Most Watched + Katsotuimmat + + + + Sort by + Järjestysperuste + + + + All Videos + Kaikki videot + + + + Unwatched Videos + Katsomattomat videot + + + + There are no updated subscriptions at this time. + Päivitettyjä tilauksia ei ole tällä hetkellä. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + Sinulla ei ole tilauksia. Käytä tähtisymbolia tilataksesi kanavia. + + ClearButton @@ -339,24 +428,34 @@ HomeView - + Search Etsi - + Find videos and channels by keyword - + Etsi videoita ja kanavia avainsanalla - + Browse - + Selaa - + Browse videos by category - + Selaa videoita ryhmien mukaan + + + + Subscriptions + Tilaukset + + + + Channel subscriptions + Kanavatilaukset @@ -367,7 +466,7 @@ LoadingWidget - + Error Virhe @@ -375,426 +474,431 @@ MainWindow - + &Stop &Pysäytä - + Stop playback and go back to the search view Pysäytä toisto ja palaa hakuruutuun - + S&kip &Hyppää yli - + Skip to the next video Siirry seuraavaan videoon - - + + &Pause &Keskeytä - - + + Pause playback Keskeytä toisto - + &Full Screen &Koko näytön tila - + Go full screen Siirry koko näytön tilaan - + Hide the playlist and the toolbar Piilota soittolista sekä työkalupalkki - + Go to the YouTube video page and pause playback Keskeytä toisto ja mene videon YouTube-sivulle - + Copy the current video YouTube link to the clipboard Kopioi nykyisen videon YouTube-linkki leikepöydälle - + Copy the current video stream URL to the clipboard Kopioi nykyisen videovirran osoite leikepöydälle - + Find other video parts hopefully in the right order Löydä videon muut osat toivottavasti oikeassa järjestyksessä - + &Remove &Poista - + Remove the selected videos from the playlist Poista valitut videot toistolistalta - + Move &Up Siirrä &ylös - + Move up the selected videos in the playlist Siirrä valitut videot ylemmäksi soittolistalla - + Move &Down Sirrä &alas - + Move down the selected videos in the playlist Siirrä valitut videot alemmaksi soittolistalla - + Clear the search history. Cannot be undone. Tyhjennä hakuhistoria. Tätä toimintoa ei voi kumota. - + &Quit &Lopeta - + Bye Näkemiin - + &Website &Nettisivusto - + %1 on the Web %1 netissä - + Please support the continued development of %1 Tue %1n jatkokehitystä - + &About &Tietoja - + Info about %1 Tietoja %1sta - + Search Etsi - + Mute volume Vaimenna ääni - - + + &Downloads &Lataukset - + Show details about video downloads Näytä tietoja latauksista - + &Download &Lataa - + Download the current video Lataa nykyinen video - + + &Subscribe to Channel + %Tilaa kanava + + + Share the current video using %1 Jaa nykyinen video palvelulla %1 - + &Email &Sähköposti - + Email Sähköposti - + &Close &Sulje - + &Float on Top &Pysy päällimmäisenä - + &Stop After This Video Py&säytä toisto tämän videon jälkeen - + &Report an Issue... &Ilmoita ongelmasta... - + &Refine Search... &Määritä haku uudelleen... - + More... - + Lisää... - + &Related Videos - + &Aiheeseen liittyvät videot - + Watch videos related to the current one - + Katso nykyiseen videoon liittyvät videot - + &Application &Sovellus - + Buy %1... Osta %1... - + &Playback &Toisto - + &Playlist S&oittolista - + &Video &Video - + &View &Näytä - + &Share &Jaa - + &Help &Ohje - + Press %1 to raise the volume, %2 to lower it Paina näppäinyhdistelmää %1 nostaaksesi tai %2 laskeaksesi äänenvoimakkuutta - - + + Opening %1 Avataan kohdetta %1 - + Do you want to exit %1 with a download in progress? Haluatko, että %1 sulkeutuu vaikka lataus on kesken? - + If you close %1 now, this download will be cancelled. Jos suljet %1n nyt niin tämä lataus keskeytetään. - + Close and cancel download Sulje ja peru lataus - + Wait for download to finish Odota latauksen valmistumista - + Leave &Full Screen Poistu &koko näytön tilasta - + %1 version %2 is now available. %1 versio %2 on nyt saatavilla. - + Remind me later Muistuta myöhemmin - + Update Päivitä - + Error: %1 Virhe: %1 - + P&revious E&dellinen - + Go back to the previous track Siirry takaisin edelliseen kappaleeseen - + &Compact Mode Kompakti &tila - + Open the &YouTube Page Avaa &YouTube-sivu - + Copy the YouTube &Link Kopioi YouTube-&linkki - + Copy the Video Stream &URL Kopioi videovirran &URL - + Find Video &Parts Etsi videon &osat - + &Clear Recent Searches Ty&hjennä viimeisimmät haut - + Make a &Donation Tee &lahjoitus - + &Manually Start Playing Aloita toisto &manuaalisesti - + Manually start playing videos Aloittaa videoiden toiston manuaalisesti - + Choose your content location - + Valitse sisältösi sijainti - + &Play &Toista - + Resume playback Jatka toistoa - + Remaining time: %1 Aikaa jäljellä: %1 - + Volume at %1% Äänentaso: %1% - + Volume is muted Ääni on vaimennettu - + Volume is unmuted Ääni ei ole vaimennettu - + Maximum video definition set to %1 Korkein videonlaatu on rajoitettu tarkkuuteen %1 - + Your privacy is now safe Yksityisyytesi on nyt turvattu - + Downloads complete Lataukset ovat valmistuneet @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Voit nyt liittää YouTube-linkin johonkin toiseen sovellukseen - + You can now paste the video stream URL into another application Voit nyt liittää videovirran osoitteen (URL) johonkin toiseen sovellukseen - + The link will be valid only for a limited time. Osoite on käytössä vain rajoitetun ajan. - + This is just the demo version of %1. Tämä on vain %1n kokeiluversio. - + It allows you to test the application and see if it works for you. Voit kokeilla ohjelmaa nähdäksesi, toimiiko se. - + Continue Jatka - + of Used in video parts, as in '2 of 3' / - + part This is for video parts, as in 'Cool video - part 1' osa - + episode This is for video parts, as in 'Cool series - episode 1' jakso - + Sent from %1 Lähetetty palvelusta %1 - + + Unsubscribe from %1 + Peru kanavan %1 tilaus + + + + Subscribe to %1 + Tilaa kanava %1 + + + Get the full version Hanki täysi versio - + Downloading %1 Ladataan %1ta/tä @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views Katsottu %1 kertaa - + %1 of %2 (%3) — %4 - + %1 / %2 (%3) — %4 - + Preparing Valmistellaan - + Failed Epäonnistui - + Completed Valmis - + Stopped Pysäytetty - + Stop downloading Pysäytä lataus - + Show in %1 Avaa %1ssa/ssä - + Open parent folder Avaa yläkansio - + Restart downloading Käynnistä lataus uudelleen @@ -1097,7 +1211,7 @@ Done - + Valmis @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Tervetuloa <a href='%1'>%2en</a> - + Get the full version Hanki täysversio - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Syötä - + a keyword hakusana - + a channel kanava - + to start watching videos. aloittaaksesi videoiden katselu. - + Watch Katso - + Recent keywords Viimeisimmät hakusanat - + Recent channels Viimeisimmät kanavat @@ -1160,20 +1274,20 @@ SidebarHeader - - + + &Back &Takaisin Forward to %1 - + Eteenpäin kohteeseen %1 Back to %1 - + Takaisin kohteeseen %1 @@ -1194,38 +1308,38 @@ Most Popular - - - - - Featured - + Suosituimmat Most Shared - + Jaetuimmat Most Discussed - + Keskustelluimmat Top Rated - + Arvostetuimmat + + + + All Time Popular + Kaikkien aikojen suosituimmat Video - + Cannot get video stream for %1 Videostriimiä ei saada kohteelle %1 - + Network error: %1 for %2 Verkkovirhe: "%1" "%2"lle @@ -1235,242 +1349,242 @@ Algeria - + Algeria Argentina - + Argentiina Australia - + Australia Belgium - + Belgia Brazil - + Brasilia Canada - + Kanada Chile - + Chile Colombia - + Kolumbia Czech Republic - + Tšekin tasavalta Egypt - + Egypti France - + Ranska Germany - + Saksa Ghana - + Ghana Greece - + Kreikka Hong Kong - + Hongkong Hungary - + Unkari India - + Intia Indonesia - + Indonesia Ireland - + Irlanti Israel - + Israel Italy - + Italia Japan - + Japani Jordan - + Jordania Kenya - + Kenia Malaysia - + Malesia Mexico - + Meksiko Morocco - + Marokko Netherlands - + Alankomaat New Zealand - + Uusi-Seelanti Nigeria - + Nigeria Peru - + Peru Philippines - + Filippiinit Poland - + Puola Russia - + Venäjä Saudi Arabia - + Saudi-Arabia Singapore - + Singapore South Africa - + Etelä-Afrikka South Korea - + Etelä-Korea Spain - + Espanja Sweden - + Ruotsi Taiwan - + Taiwan Tunisia - + Tunisia Turkey - + Turkki Uganda - + Uganda United Arab Emirates - + Yhdistyneet arabiemiirikunnat United Kingdom - + Yhdistynyt kuningaskunta Yemen - + Jemen Worldwide - + Maailmanlaajuinen \ No newline at end of file diff --git a/locale/fr.ts b/locale/fr.ts index 9551f9b..7083755 100644 --- a/locale/fr.ts +++ b/locale/fr.ts @@ -106,7 +106,7 @@ The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - + La version complète vous permet de télécharger des vidéos de plus de %1 minutes et de regarder des vidéos sans interruptions. @@ -134,6 +134,95 @@ Acheter une licence + + ChannelAggregator + + + By %1 + Par %1 + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Toutes les vidéos + + + + Unwatched Videos + Vidéos non vues + + + + ChannelView + + + Mark all as watched + Tout marquer comme vu + + + + Show Updated + Afficher les mises à jour + + + + Name + Nom + + + + Last Updated + Dernièrement mis à jour + + + + Last Added + Dernièrement ajoutées + + + + Last Watched + Dernièrement vues + + + + Most Watched + Les plus vues + + + + Sort by + Trier par + + + + All Videos + Toutes les vidéos + + + + Unwatched Videos + Vidéos non vues + + + + There are no updated subscriptions at this time. + Il n'y a pas d'abonnements mis à jour en ce moment. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + Vous n'avez pas d'abonnements. Utilisez le symbole de l'étoile pour vous abonner à des chaines, + + ClearButton @@ -339,35 +428,45 @@ HomeView - + Search Chercher - + Find videos and channels by keyword - + Trouver des vidéos et des chaînes par mot-clé - + Browse - + Parcourir - + Browse videos by category - + Parcourir les vidéos par catégories + + + + Subscriptions + Abonnements + + + + Channel subscriptions + Abonnements aux chaines Make yourself comfortable - + Installez-vous confortablement LoadingWidget - + Error Erreur @@ -375,426 +474,431 @@ MainWindow - + &Stop &Arrêter - + Stop playback and go back to the search view Arrêter et aller à la page de recherche - + S&kip &Passer - + Skip to the next video Passer à la vidéo suivante - - + + &Pause &Pause - - + + Pause playback Mettre en pause - + &Full Screen &Plein écran - + Go full screen Mettre en plein écran - + Hide the playlist and the toolbar Cacher la liste de lecture et la barre d'outils - + Go to the YouTube video page and pause playback Aller à la page de la vidéo Youtube et mettre en pause - + Copy the current video YouTube link to the clipboard Copier l'adresse de la vidéo YouTube courante dans le presse-papier - + Copy the current video stream URL to the clipboard Copier l'adresse du flux vidéo courant dans le presse-papier - + Find other video parts hopefully in the right order Trouver les autres parties de la vidéo en espérant qu'elles soient dans le bon ordre - + &Remove &Supprimer - + Remove the selected videos from the playlist Supprimer la vidéo sélectionnée de la liste de lecture - + Move &Up Déplacer vers les &haut - + Move up the selected videos in the playlist Déplacer la vidéo sélectionnée vers le haut dans la liste de lecture - + Move &Down Déplacer vers les &bas - + Move down the selected videos in the playlist Déplacer la vidéo sélectionnée vers le bas dans la liste de lecture - + Clear the search history. Cannot be undone. Effacer l'historique de recherche. Opération irréversible. - + &Quit &Quitter - + Bye Au revoir - + &Website Site &Web - + %1 on the Web %1 sur le Web - + Please support the continued development of %1 Merci d'aider à poursuivre le développement de %1 - + &About &À propos - + Info about %1 À propos de %1 - + Search Chercher - + Mute volume Couper le son - - + + &Downloads &Téléchargements - + Show details about video downloads Voir les détails à propos des téléchargements de la vidéo - + &Download &Téléchargement - + Download the current video Télécharger la vidéo en cours - + + &Subscribe to Channel + &S'abonner à la chaine + + + Share the current video using %1 Partager cette vidéo avec %1 - + &Email &Email - + Email Email - + &Close &Fermer - + &Float on Top &Laisser au dessus - + &Stop After This Video &Arrêter après cette vidéo - + &Report an Issue... &Signaler un problème... - + &Refine Search... &Affiner la recherche... - + More... - + Plus… - + &Related Videos - + Vidéos &Relatives - + Watch videos related to the current one - + Regarder des vidéos relatives à la vidéo courante - + &Application &Application - + Buy %1... Acheter %1 … - + &Playback &Lecture - + &Playlist &Liste de lecture - + &Video &Vidéo - + &View &Vue - + &Share &Partager - + &Help &Aide - + Press %1 to raise the volume, %2 to lower it Appuyer sur %1 pour augmenter le volume, sur %2 pour le baisser - - + + Opening %1 Ouverture de %1 - + Do you want to exit %1 with a download in progress? Voulez-vous vraiment quitter %1 avec un téléchargement en cours ? - + If you close %1 now, this download will be cancelled. Si vous fermez %1 maintenant, ce téléchargement sera annulé. - + Close and cancel download Fermer et annuler le téléchargement - + Wait for download to finish Attendez la fin du téléchargement - + Leave &Full Screen Quitter le &mode plein écran - + %1 version %2 is now available. %1 version %2 est maintenant disponible - + Remind me later Me rappeler plus tard - + Update Mettre à jour - + Error: %1 Erreur : %1 - + P&revious P&récédent - + Go back to the previous track Aller à la piste précédente - + &Compact Mode &Mode compact - + Open the &YouTube Page Ouvrir la page &Youtube - + Copy the YouTube &Link Copier le &lien Youtube - + Copy the Video Stream &URL Copier l'&URL du flux vidéo - + Find Video &Parts Trouver les &parties de la vidéo - + &Clear Recent Searches &Effacer les recherches récentes - + Make a &Donation Faire un &Don - + &Manually Start Playing & - + Manually start playing videos Démarrer manuellement la lecture de vidéos - + Choose your content location - + Choisissez l'emplacement de votre contenu - + &Play &Jouer - + Resume playback Relancer la lecture - + Remaining time: %1 Temps restant : %1 - + Volume at %1% Volume à %1 - + Volume is muted Volume OFF - + Volume is unmuted Volume ON - + Maximum video definition set to %1 Résolution vidéo maximale fixée à %1 - + Your privacy is now safe Votre confidentialité est maintenant respectée - + Downloads complete Téléchargements terminés @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Vous pouvez maintenant copier l'adresse Youtube dans une autre application - + You can now paste the video stream URL into another application Vous pouvez maintenant coller l'adresse du flux vidéo dans une autre application - + The link will be valid only for a limited time. Le lien ne sera valide que pour un temps limité. - + This is just the demo version of %1. C'est juste la version démo de %1. - + It allows you to test the application and see if it works for you. Cela vous permet de tester l'application et voir si cela fonctionne pour vous. - + Continue Continuer - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' partie - + episode This is for video parts, as in 'Cool series - episode 1' épisode - + Sent from %1 Envoyé par %1 - + + Unsubscribe from %1 + Se désabonner de %1 + + + + Subscribe to %1 + S'abonner à %1 + + + Get the full version Obtenir la version complète - + Downloading %1 %1 Téléchargement @@ -909,54 +1023,54 @@ PlaylistItemDelegate - + %1 views %1 vues - + %1 of %2 (%3) — %4 - + %1 de %2 (%3) — %4 - + Preparing - + Préparation - + Failed - + Échec - + Completed - + Terminé - + Stopped - + Arrêté - + Stop downloading - + Arrêter le téléchargement - + Show in %1 - + Montrer dans %1 - + Open parent folder - + Ouvrir le dossier parent - + Restart downloading - + Redémarrer le téléchargement @@ -969,7 +1083,7 @@ Show %1 More - + Afficher %1 de plus @@ -979,7 +1093,7 @@ No more videos - + Il n'y a plus de vidéos @@ -1097,7 +1211,7 @@ Done - + Terminé @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Bienvenue sur <a href='%1'>%2</a>, - + Get the full version Obtenir la version complète - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Entrer - + a keyword un mot-clé - + a channel une chaîne - + to start watching videos. pour commencer à regarder des vidéos. - + Watch Regarder - + Recent keywords Derniers mots-clés - + Recent channels Chaînes récentes @@ -1160,20 +1274,20 @@ SidebarHeader - - + + &Back &Retour Forward to %1 - + Continuer à %1 Back to %1 - + Revenir à %1 @@ -1194,38 +1308,38 @@ Most Popular - - - - - Featured - + Les plus populaires Most Shared - + Les plus partagées Most Discussed - + Les plus commentées Top Rated - + Les mieux notées + + + + All Time Popular + Les plus populaires de tous les temps Video - + Cannot get video stream for %1 Impossible d'obtenir le flux vidéo de %1 - + Network error: %1 for %2 Erreur réseau : %1 pour %2 @@ -1235,242 +1349,242 @@ Algeria - + Algérie Argentina - + Argentine Australia - + Australie Belgium - + Belgique Brazil - + Brésil Canada - + Canada Chile - + Chili Colombia - + Colombie Czech Republic - + République Tchèque Egypt - + Égypte France - + France Germany - + Allemagne Ghana - + Ghana Greece - + Grèce Hong Kong - + Hong Kong Hungary - + Hongrie India - + Inde Indonesia - + Indonésie Ireland - + Irelande Israel - + Israël Italy - + Italie Japan - + Japon Jordan - + Jordanie Kenya - + Kenya Malaysia - + Malaisie Mexico - + Mexique Morocco - + Maroc Netherlands - + Pays-Bas New Zealand - + Nouvelle Zélande Nigeria - + Nigeria Peru - + Pérou Philippines - + Philippines Poland - + Pologne Russia - + Russie Saudi Arabia - + Arabie Saoudite Singapore - + Singapour South Africa - + Afrique du Sud South Korea - + Corée du Sud Spain - + Espagne Sweden - + Suède Taiwan - + Taïwan Tunisia - + Tunisie Turkey - + Turquie Uganda - + Ouganda United Arab Emirates - + Émirats Arabes unis United Kingdom - + Royaume Uni Yemen - + Yémen Worldwide - + Monde entier \ No newline at end of file diff --git a/locale/he_IL.ts b/locale/he_IL.ts index 14bd9e5..34a8fb8 100644 --- a/locale/he_IL.ts +++ b/locale/he_IL.ts @@ -15,7 +15,7 @@ Licensed to: %1 - + הרישוי לטובת: %1 @@ -78,17 +78,17 @@ Enter your License Details - + נא להזין את פרטי הרישוי שלך &Email: - + &דוא״ל: &Code: - + &קוד: @@ -111,7 +111,7 @@ Without a license, the application will expire in %1 days. - + ללא רישיון היישום יפוג בעוד %1 ימים. @@ -126,11 +126,100 @@ Enter License - + הזנת רישיון Buy License + רכישת רישיון + + + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + + + + + Show Updated + + + + + Name + + + + + Last Updated + + + + + Last Added + + + + + Last Watched + + + + + Most Watched + + + + + Sort by + + + + + All Videos + + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. @@ -270,7 +359,7 @@ Downloading update... - + העדכון מתקבל... @@ -339,23 +428,33 @@ HomeView - + Search חיפוש - + Find videos and channels by keyword - + חיפוש סרטוני וידאו וערוצים לפי מילת מפתח - + Browse - + עיון - + Browse videos by category + עיון בקטעי וידאו לפי קטגוריה + + + + Subscriptions + + + + + Channel subscriptions @@ -367,7 +466,7 @@ LoadingWidget - + Error שגיאה @@ -375,426 +474,431 @@ MainWindow - + &Stop &עצירה - + Stop playback and go back to the search view עצירת הנגינה וחזרה אל תצוגת החיפוש - + S&kip &דילוג - + Skip to the next video דילוג אל הסרטון הבא - - + + &Pause ה&שהיה - - + + Pause playback השהיית הנגינה - + &Full Screen &מסך מלא - + Go full screen מעבר למסך מלא - + Hide the playlist and the toolbar הסתרת רשימת ההשמעה וסרגל הכלים - + Go to the YouTube video page and pause playback מעבר לעמוד הווידאו ב־YouTube והשהיית הנגינה. - + Copy the current video YouTube link to the clipboard העתקת הקישור אל הווידאו הנוכחי אל לוח הגזירים - + Copy the current video stream URL to the clipboard העתקת כתובת תזרים הווידאו אל לוח הגזירים - + Find other video parts hopefully in the right order חיפוש חלקים אחרים בתקווה שהם בסדר הנכון - + &Remove ה&סרה - + Remove the selected videos from the playlist הסרת הסרטונים הנבחרים מרשימת ההשמעה - + Move &Up הזזה מ&מעלה - + Move up the selected videos in the playlist הזזת הסרטונים הנבחרים במעלה רשימת ההשמעה - + Move &Down הזזה מ&טה - + Move down the selected videos in the playlist הזזת הסרטונים הנבחרים במורד רשימת ההשמעה - + Clear the search history. Cannot be undone. מחיקת היסטוריית החיפוש. לא ניתן לבטל - + &Quit י&ציאה - + Bye להתראות - + &Website &אתר האינטרנט - + %1 on the Web %1 באינטרנט - + Please support the continued development of %1 אנא תמכו בהמשך הפיתוח של %1 - + &About &על אודות - + Info about %1 מידע אודות %1 - + Search חיפוש - + Mute volume השתקת השמע - - + + &Downloads הו&רדות - + Show details about video downloads הצגת פרטים על אודות הורדות וידאו - + &Download הו&רדה - + Download the current video הורדת סרטון הווידאו הנוכחי - + + &Subscribe to Channel + + + + Share the current video using %1 שיתוף הווידאו הנוכחי דרך %1 - + &Email &דוא״ל - + Email דוא״ל - + &Close &סגירה - + &Float on Top &ציפה מלמעלה - + &Stop After This Video ל&עצור לאחר וידאו זה - + &Report an Issue... &דיווח על תקלה... - + &Refine Search... &שיפור החיפוש... - + More... - + עוד... - + &Related Videos - + Watch videos related to the current one - + &Application &יישום - + Buy %1... רכישת %1... - + &Playback נ&גינה - + &Playlist &רשימת השמעה - + &Video &וידאו - + &View &צפייה - + &Share &שיתוף - + &Help &עזרה - + Press %1 to raise the volume, %2 to lower it ניתן ללחוץ על %1 כדי להגביר את עצמת השמע, %2 כדי להנמיך אותה - - + + Opening %1 %1 נפתח - + Do you want to exit %1 with a download in progress? האם ברצונך לצאת מ־%1 כאשר ישנה הורדה פעילה? - + If you close %1 now, this download will be cancelled. אם %1 ייסגר כעת, הורדה זו תבוטל. - + Close and cancel download סגירה וביטול ההורדה - + Wait for download to finish יש להמתין לסיום ההורדה - + Leave &Full Screen יציאה ממ&סך מלא - + %1 version %2 is now available. %1 בגרסה %2 זמין כעת. - + Remind me later להזכיר לי מאוחר יותר - + Update עדכון - + Error: %1 שגיאה: %1 - + P&revious ה&קודם - + Go back to the previous track חזרה לרצועה הקודמת - + &Compact Mode מ&צב חסכוני - + Open the &YouTube Page פתיחת העמוד ב&יוטיוב - + Copy the YouTube &Link העתקת ה&קישור ליוטיוב - + Copy the Video Stream &URL העתקת כתובת ת&זרים הווידאו - + Find Video &Parts חיפוש ק&טעי וידאו - + &Clear Recent Searches &ניקוי החיפושים האחרונים - + Make a &Donation ה&גשת תרומה - + &Manually Start Playing התחלת נגינה י&דנית - + Manually start playing videos התחלה ידנית בנגינת קטעי הווידאו - + Choose your content location - + &Play &נגינה - + Resume playback המשך הנגינה - + Remaining time: %1 הזמן הנותר: %1 - + Volume at %1% עצמת השמע היא %1% - + Volume is muted השמע מושתק - + Volume is unmuted השמע אינו מושתק - + Maximum video definition set to %1 איכות הנגינה המירבית מוגדרת ל־%1 - + Your privacy is now safe פרטיותך מוגנת כעת. - + Downloads complete ההורדות הושלמו @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application כעת ניתן להדביק את קישור ה־YouTube שלכם ליישום אחר - + You can now paste the video stream URL into another application כעת ניתן להדביק את כתובת תזרים הווידאו ליישום אחר - + The link will be valid only for a limited time. הקישור יהיה תקף לזמן מוגבל בלבד. - + This is just the demo version of %1. זוהי רק גרסת ההדגמה של %1. - + It allows you to test the application and see if it works for you. גרסה זו מאפשרת לך לבחון את היישום ולראות האם הוא מתאים לצרכיך. - + Continue המשך - + of Used in video parts, as in '2 of 3' מתוך - + part This is for video parts, as in 'Cool video - part 1' חלק - + episode This is for video parts, as in 'Cool series - episode 1' פרק - + Sent from %1 נשלח דרך %1 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version קבלת הגרסה המלאה - + Downloading %1 %1 מתקבל @@ -880,22 +994,22 @@ Would you like to download it now? - + האם ברצונך להוריד זאת כעת? Skip This Version - + התעלמות מגרסה זו Remind Me Later - + להזכיר לי מאוחר יותר Install Update - + התקנת עדכון @@ -903,58 +1017,58 @@ Paste - + הדבקה PlaylistItemDelegate - + %1 views %1 צפיות - + %1 of %2 (%3) — %4 - + Preparing - + Failed - + Completed - + Stopped - + Stop downloading - + Show in %1 - + Open parent folder - + Restart downloading @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, ברוך בואך אל <a href='%1'>%2</a>, - + Get the full version קבלת הגרסה המלאה - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" הזנה - + a keyword מילת מפתח - + a channel ערוץ - + to start watching videos. כדי להתחיל לצפות בסרטונים. - + Watch צפייה - + Recent keywords מילות מפתח אחרונות - + Recent channels ערוצים אחרונים @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back @@ -1196,11 +1310,6 @@ Most Popular - - - Featured - - Most Shared @@ -1216,16 +1325,21 @@ Top Rated + + + All Time Popular + + Video - + Cannot get video stream for %1 לא ניתן לקבל את תזרים הווידאו עבור %1 - + Network error: %1 for %2 שגיאת רשת: %1 עבור %2 @@ -1235,242 +1349,242 @@ Algeria - + אלג׳יר Argentina - + ארגנטינה Australia - + אוסטרליה Belgium - + בלגיה Brazil - + ברזיל Canada - + קנדה Chile - + צ׳ילה Colombia - + קולומביה Czech Republic - + הרפובליקה הצ׳כית Egypt - + מצריים France - + צרפת Germany - + גרמניה Ghana - + גאנה Greece - + יוון Hong Kong - + הונג קונג Hungary - + הונגריה India - + הודו Indonesia - + אינדונזיה Ireland - + אירלנד Israel - + ישראל Italy - + איטליה Japan - + יפן Jordan - + ירדן Kenya - + קניה Malaysia - + מלזיה Mexico - + מקסיקו Morocco - + מרוקו Netherlands - + הולנד New Zealand - + ניו זילנד Nigeria - + ניגריה Peru - + פרו Philippines - + הפיליפינים Poland - + פולין Russia - + רוסיה Saudi Arabia - + ערב הסעודית Singapore - + סינגפור South Africa - + דרום אפריקה South Korea - + דרום קוריאה Spain - + ספרד Sweden - + שבדיה Taiwan - + טאיואן Tunisia - + תוניס Turkey - + טורקיה Uganda - + אוגנדה United Arab Emirates - + איחוד נסיכויות ערב United Kingdom - + הממלכה המאוחדת/אנגליה Yemen - + תימן Worldwide - + כל העולם \ No newline at end of file diff --git a/locale/hr.ts b/locale/hr.ts deleted file mode 100644 index 5422ef0..0000000 --- a/locale/hr.ts +++ /dev/null @@ -1,1476 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - Život postoji i van browsera! - - - - Version %1 - Verzija %1 - - - - Licensed to: %1 - - - - - %1 is Free Software but its development takes precious time. - %1 je besplatan program ali njegov razvoj zahtjeva dragocjeno vrijeme. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - Vaša <a href='%1'>donacija</a> će pomoći daljnjem razvoju %2. - - - - You may want to try my other apps as well: - Možete isprobati i moje ostale aplikacije: - - - - %1, a YouTube music player - %1, player glazbe sa YouTube - - - - %1, a music player - %1, za reprodukciju glazbe - - - - Translate %1 to your native language using %2 - Prevedite %1 na svoj jezik koristeći %2 - - - - Icon designed by %1. - Dizajn ikone %1. - - - - Released under the <a href='%1'>GNU General Public License</a> - Izdano pod <a href='%1'>GNU General Public License</a> - - - - &Close - &Zatvori - - - - About - O programu - - - - What you always wanted to know about %1 and never dared to ask - Sve što ste željeli znati o %1 a niste se usudili pitati - - - - ActivationDialog - - - Enter your License Details - - - - - &Email: - - - - - &Code: - - - - - ActivationView - - - Please license %1 - Molimo registrirajte %1 - - - - This demo has expired. - Vaša demo verzija je istekla. - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - - - - - Without a license, the application will expire in %1 days. - - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - Kupnjom pune verzije podržati ćete i težak rad uložen u izradu %1. - - - - Use Demo - Koristi demo verziju. - - - - Enter License - - - - - Buy License - - - - - ClearButton - - - Clear - Obriši - - - - DownloadItem - - - bytes - bajtova - - - - KB - KB - - - - MB - MB - - - - bytes/sec - bajtova/sec - - - - KB/sec - KB/sec - - - - MB/sec - MB/sec - - - - seconds - sekundi - - - - minutes - minuta - - - - %4 %5 remaining - %4 %5 preostalo - - - - DownloadManager - - - This is just the demo version of %1. - Ovo je samo demo verzija %1. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - Može preuzeti samo video kraći od %1 minuta tako da možete testirati mogućnost preuzimanja. - - - - Continue - Nastavi - - - - Get the full version - Preuzmi punu verziju - - - - %1 downloaded in %2 - %1 preuzet u %2 - - - - Download finished - Preuzimanje završeno - - - - %n Download(s) - %n preuzimanje%n preuzimanja%n preuzimanja - - - - 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 - - - - DownloadWidget - - - Downloading update... - - - - - 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 - - - - HomeView - - - Search - Traži - - - - Find videos and channels by keyword - - - - - Browse - - - - - Browse videos by category - - - - - Make yourself comfortable - - - - - 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 - - - - Hide the playlist and the toolbar - Sakrij play listu i alatnu traku - - - - Go to the YouTube video page and pause playback - Idi na Youtube stranicu sa videom i pauziraj - - - - Copy the current video YouTube link to the clipboard - Kopiraj YouTube link trenutnog videa u clipboard - - - - Copy the current video stream URL to the clipboard - Kopiraj &URL trenutnog video streama u clipboard - - - - Find other video parts hopefully in the right order - Nađi ostale dijelove videa, vjerojatno u pravom rasporedu - - - - &Remove - &Ukloni - - - - Remove the selected videos from the playlist - Ukloni odabrane video clipove iz play liste - - - - Move &Up - Pomakni &gore - - - - Move up the selected videos in the playlist - Pomakni gore slektirane video clipove u play listi - - - - Move &Down - Pomakni &dolje - - - - Move down the selected videos in the playlist - Pomakni dolje slektirane video clipove u play listi - - - - Clear the search history. Cannot be undone. - Očisti povijest pretraga. Ne može se vratiti. - - - - &Quit - &Kraj - - - - Bye - Doviđenja - - - - &Website - &Web stranice - - - - %1 on the Web - %1 na webu - - - - Please support the continued development of %1 - Molim Vas da podržite daljnji razvoj %1 - - - - &About - &O programu - - - - Info about %1 - Informacije o %1 - - - - Search - Traži - - - - Mute volume - Utišaj zvuk - - - - - &Downloads - &Preuzimanja - - - - Show details about video downloads - Pokaži informacije o preuzimanjima videa - - - - &Download - &Preuzimanje - - - - Download the current video - Preuzmi trenutni video - - - - Share the current video using %1 - Podijeli trenutni video koristeći %1 - - - - &Email - &Email - - - - Email - Email - - - - &Close - &Zatvori - - - - &Float on Top - &Budi na vrhu - - - - &Stop After This Video - &Stani nakon ovog videa - - - - &Report an Issue... - &Prijavi problem - - - - &Refine Search... - &Suzi pretragu - - - - More... - - - - - &Related Videos - - - - - Watch videos related to the current one - - - - - &Application - &Program - - - - Buy %1... - Kupi %1 - - - - &Playback - &Sviraj - - - - &Playlist - &Play lista - - - - &Video - &Video - - - - &View - &Pogled - - - - &Share - &Podijeli - - - - &Help - &Pomoć - - - - Press %1 to raise the volume, %2 to lower it - Pritisnite %1 za glasnije, %2 za tiše - - - - - Opening %1 - Otvaram %1 - - - - Do you want to exit %1 with a download in progress? - Da li stvarno želite napustiti %1 dok traje preuzimanje? - - - - If you close %1 now, this download will be cancelled. - Ako sada zatvorite %1, preuzimanje će biti poništeno. - - - - Close and cancel download - Zatvori i poništi preuzimanje - - - - Wait for download to finish - Pričekaj da završi preuzimanje - - - - Leave &Full Screen - Izađi iz &Cijelog ekrana - - - - %1 version %2 is now available. - %1 verzija %2 je dostupna. - - - - Remind me later - Podsjeti me kasnije - - - - Update - Unaprijedi - - - - Error: %1 - Greška: %1 - - - - P&revious - P&rethodni - - - - Go back to the previous track - Idi nazad na prethodnu pjesmu - - - - &Compact Mode - &Kompaktni mod - - - - Open the &YouTube Page - Otvori &YouTube stranicu - - - - Copy the YouTube &Link - Kopiraj YouTube &link - - - - Copy the Video Stream &URL - Kopiraj &URL video streama - - - - Find Video &Parts - Nađi &dijelove videa - - - - &Clear Recent Searches - &Izbriši nedavne pretrage - - - - Make a &Donation - Izvrši &donaciju - - - - &Manually Start Playing - &Ručno pokreni reprodukciju - - - - Manually start playing videos - Ručno pokreni reprodukciju videa - - - - Choose your content location - - - - - &Play - &Sviraj - - - - Resume playback - &Nastavi sviranje - - - - Remaining time: %1 - Preostalo vrijeme: %1 - - - - Volume at %1% - Glasnoća na %1% - - - - Volume is muted - Zvuk je ugašen - - - - Volume is unmuted - Zvuk je upaljen - - - - Maximum video definition set to %1 - Maksimalna video rezolucija postavljena na %1 - - - - Your privacy is now safe - Vaša privatnost je sada sigurna - - - - Downloads complete - Preuzimanja završena - - - - MediaView - - - You can now paste the YouTube link into another application - Sada možete zalijepiti Youtube link u neki drugi program - - - - You can now paste the video stream URL into another application - Sada možete zalijepiti link video streama u neki drugi program - - - - The link will be valid only for a limited time. - Link će biti valjan samo ograničeno vrijeme. - - - - This is just the demo version of %1. - Ovo je samo demo verzija %1. - - - - It allows you to test the application and see if it works for you. - Omogućava Vam da testirate program i vidite da li Vam odgovara. - - - - Continue - Nastavi - - - - of - Used in video parts, as in '2 of 3' - od - - - - part - This is for video parts, as in 'Cool video - part 1' - dio - - - - episode - This is for video parts, as in 'Cool series - episode 1' - epizoda - - - - Sent from %1 - Poslano sa %1 - - - - Get the full version - Preuzmi punu verziju - - - - Downloading %1 - Preuzimam %1 - - - - MessageWidget - - - A new version of %1 is available! - - - - - %1 %2 is now available. You have %3. - - - - - Would you like to download it now? - - - - - Skip This Version - - - - - Remind Me Later - - - - - Install Update - - - - - PasteLineEdit - - - Paste - - - - - PlaylistItemDelegate - - - %1 views - %1 pregleda - - - - %1 of %2 (%3) — %4 - - - - - Preparing - - - - - Failed - - - - - Completed - - - - - Stopped - - - - - Stop downloading - - - - - Show in %1 - - - - - Open parent folder - - - - - Restart downloading - - - - - PlaylistModel - - - Searching... - Pretražujem... - - - - Show %1 More - - - - - No videos - Nema videa - - - - No more videos - Nema više videa - - - - RefineSearchWidget - - - Sort by - Sortiraj po - - - - Relevance - Važnost - - - - - Date - Datum - - - - View Count - Broj pregleda - - - - Rating - Ocjena - - - - Anytime - Bilo kada - - - - Today - Danas - - - - 7 Days - 7 dana - - - - 30 Days - 30 dana - - - - Duration - Trajanje - - - - - All - Sve - - - - Short - Kratko - - - - Medium - Srednje - - - - Long - Dugo - - - - Less than 4 minutes - Kraće od 4 minute - - - - Between 4 and 20 minutes - Između 4 i 20 minuta - - - - Longer than 20 minutes - Duže od 20 minuta - - - - Quality - Kvaliteta - - - - High Definition - Visoka razlučivost - - - - 720p or higher - 720p ili više - - - - Done - Gotovo - - - - RegionsView - - - Done - - - - - SearchLineEdit - - - 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 phrase says: "Enter a keyword to start watching videos" - Unesi - - - - a keyword - ključna riječ - - - - a channel - kanal - - - - to start watching videos. - da počnete gledati video. - - - - Watch - Gledaj - - - - Recent keywords - Nedavne ključne riječi - - - - Recent channels - Nedavni kanali - - - - SidebarHeader - - - - &Back - &Nazad - - - - Forward to %1 - - - - - Back to %1 - - - - - SidebarWidget - - - Refine Search - Suzi pretragu - - - - Did you mean: %1 - Dali ste mislili: %1 - - - - StandardFeedsView - - - Most Popular - - - - - Featured - - - - - Most Shared - - - - - Most Discussed - - - - - Top Rated - - - - - Video - - - Cannot get video stream for %1 - Ne mogu naći video stream za %1 - - - - Network error: %1 for %2 - Greška mreže: %1 za %2 - - - - YTRegions - - - Algeria - - - - - Argentina - - - - - Australia - - - - - Belgium - - - - - Brazil - - - - - Canada - - - - - Chile - - - - - Colombia - - - - - Czech Republic - - - - - Egypt - - - - - France - - - - - Germany - - - - - Ghana - - - - - Greece - - - - - Hong Kong - - - - - Hungary - - - - - India - - - - - Indonesia - - - - - Ireland - - - - - Israel - - - - - Italy - - - - - Japan - - - - - Jordan - - - - - Kenya - - - - - Malaysia - - - - - Mexico - - - - - Morocco - - - - - Netherlands - - - - - New Zealand - - - - - Nigeria - - - - - Peru - - - - - Philippines - - - - - Poland - - - - - Russia - - - - - Saudi Arabia - - - - - Singapore - - - - - South Africa - - - - - South Korea - - - - - Spain - - - - - Sweden - - - - - Taiwan - - - - - Tunisia - - - - - Turkey - - - - - Uganda - - - - - United Arab Emirates - - - - - United Kingdom - - - - - Yemen - - - - - Worldwide - - - - \ No newline at end of file diff --git a/locale/hu.ts b/locale/hu.ts index b6390ac..285bfa6 100644 --- a/locale/hu.ts +++ b/locale/hu.ts @@ -134,6 +134,95 @@ + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + + + + + Show Updated + + + + + Name + + + + + Last Updated + + + + + Last Added + + + + + Last Watched + + + + + Most Watched + + + + + Sort by + Rendezés + + + + All Videos + + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + + + ClearButton @@ -339,25 +428,35 @@ HomeView - + Search Keresés - + Find videos and channels by keyword - + Videók és csatornák keresése kulcsszó alapján - + Browse Keresés - + Browse videos by category Videók keresése kategória szerint + + + Subscriptions + + + + + Channel subscriptions + + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Hiba @@ -375,426 +474,431 @@ MainWindow - + &Stop &Leállítás - + Stop playback and go back to the search view Lejátszás befejezése és visszatérés a keresés nézetre - + S&kip U&grás - + Skip to the next video Ugrás a következő videóra - - + + &Pause &Megállítás - - + + Pause playback Lejátszás megállítása - + &Full Screen &Teljes képernyő - + Go full screen Teljes képernyőre váltás - + Hide the playlist and the toolbar Lejátszási lista és eszközsor elrejtése - + Go to the YouTube video page and pause playback Ugrás a YouTube videó oldalára és a lejátszás megállítása - + Copy the current video YouTube link to the clipboard Az aktuális videó Youtube &hivatkozásának másolása a vágólapra - + Copy the current video stream URL to the clipboard Az aktuális videó adatfolyam URL címének másolása a vágólapra - + Find other video parts hopefully in the right order További videórészletek keresése remélhetőleg helyes sorrendben - + &Remove &Eltávolítás - + Remove the selected videos from the playlist Kijelölt videók eltávolítása a lejátszási listáról - + Move &Up Mozgatás &felfelé - + Move up the selected videos in the playlist Kijelölt videók mozgatása felfelé a lejátszási listában - + Move &Down Mozgatás &lefelé - + Move down the selected videos in the playlist Kijelölt videók mozgatása lefelé a lejátszási listában - + Clear the search history. Cannot be undone. Keresési előzmények törlése. Nem vonható vissza. - + &Quit &Kilépés - + Bye Viszlát - + &Website &Webhely - + %1 on the Web %1 a weben - + Please support the continued development of %1 Támogassa a %1 program folyamatos fejlesztését - + &About &Névjegy - + Info about %1 Információ a %1 programról - + Search Keresés - + Mute volume Hangerő némítása - - + + &Downloads &Letöltések - + Show details about video downloads A videóletöltések részleteinek megjelenítése - + &Download &Letöltés - + Download the current video Aktuális videó letöltése - + + &Subscribe to Channel + + + + Share the current video using %1 Aktuális videó megosztása a következővel: %1 - + &Email &Email - + Email Email - + &Close &Bezárás - + &Float on Top &Többi ablak fölött - + &Stop After This Video &Videó után leállítás - + &Report an Issue... &Hiba bejelentése - + &Refine Search... &Keresés pontosítása - + More... - + &Related Videos - + Watch videos related to the current one - + &Application &Alkalmazás - + Buy %1... %1 megvásárlása... - + &Playback &Lejátszás - + &Playlist &Lejátszási lista - + &Video &Videó - + &View &Megtekintés - + &Share &Megosztás - + &Help &Súgó - + Press %1 to raise the volume, %2 to lower it Hangerő növelése: %1, hangerő csökkentése: %2 - - + + Opening %1 %1 megnyitása - + Do you want to exit %1 with a download in progress? Szeretne kilépni a %1 programból letöltés közben? - + If you close %1 now, this download will be cancelled. Ha bezárja a %1 programot, a letöltés megszakad. - + Close and cancel download Bezárás és letöltés megszakítása - + Wait for download to finish A letöltés befejeződésének megvárása - + Leave &Full Screen Kilépés a &teljes képernyős módból - + %1 version %2 is now available. A %1 program %2 verziója elérhető. - + Remind me later Figyelmeztetés később - + Update Frissítés - + Error: %1 Hiba: %1 - + P&revious &Előző - + Go back to the previous track Ugrás az előző számra - + &Compact Mode &Kompaktmód - + Open the &YouTube Page &YouTube oldal megnyitása - + Copy the YouTube &Link YouTube &hivatkozás másolása - + Copy the Video Stream &URL &Videó-URL másolása - + Find Video &Parts További videó&részletek keresése - + &Clear Recent Searches &Legutóbbi keresések törlése - + Make a &Donation &Támogasd - + &Manually Start Playing &Manuális lejátszás - + Manually start playing videos Videók lejátszása manuális indítással - + Choose your content location - + &Play &Lejátszás - + Resume playback Lejátszás folytatása - + Remaining time: %1 Hátralévő idő: %1 - + Volume at %1% Hangerő: %1% - + Volume is muted Hangerő némítva - + Volume is unmuted Hangerő némítása feloldva - + Maximum video definition set to %1 Videók maximális felbontásának beállítása: %1 - + Your privacy is now safe A személyes adatok most már biztonságban vannak - + Downloads complete A letöltések befejeződtek @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application A YouTube hivatkozás most már beilleszthető egy másik alkalmazásba - + You can now paste the video stream URL into another application Most már beillesztheti a videó adatfolyam URL címét egy másik alkalmazásba - + The link will be valid only for a limited time. A hivatkozás csak korlátozott ideig lesz érvényben. - + This is just the demo version of %1. Ez csak a demó verziója a %1 programnak. - + It allows you to test the application and see if it works for you. Kipróbálhatja az alkalmazást, hogy megfelel-e az igényeinek. - + Continue Folytatás - + of Used in video parts, as in '2 of 3' - - + part This is for video parts, as in 'Cool video - part 1' rész - + episode This is for video parts, as in 'Cool series - episode 1' epizód - + Sent from %1 A %1 programból küldve - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version Teljes verzió beszerzése - + Downloading %1 Letöltés: %1 @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views %1 néző - + %1 of %2 (%3) — %4 %1 %2 közül (%3) — %4 - + Preparing Előkészítés - + Failed Hiba - + Completed Sikeres befejezés - + Stopped Leállítva - + Stop downloading Letöltés leállítása - + Show in %1 Megjelenítés a következőben: %1 - + Open parent folder - + Szülőmappa megnyitása - + Restart downloading Letöltés újraindítása @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Üdvözli a <a href='%1'>%2</a> program, - + Get the full version Teljes verzió beszerzése - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Írjon be - + a keyword egy kulcsszót - + a channel egy csatornát - + to start watching videos. a videók megtekintéséhez. - + Watch Megtekintés - + Recent keywords Legutóbbi kulcsszavak - + Recent channels Legutóbbi csatornák @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back &Vissza @@ -1196,11 +1310,6 @@ Most Popular Legnépszerübb - - - Featured - Kiemelt - Most Shared @@ -1216,16 +1325,21 @@ Top Rated + + + All Time Popular + + Video - + Cannot get video stream for %1 Nem található videó adatfolyam a következőhöz: %1 - + Network error: %1 for %2 Hálózati hiba: %1 a következőhöz: %2 diff --git a/locale/ia.ts b/locale/ia.ts index 89959d5..1a85f2c 100644 --- a/locale/ia.ts +++ b/locale/ia.ts @@ -134,6 +134,95 @@ + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + + + + + Show Updated + + + + + Name + + + + + Last Updated + + + + + Last Added + + + + + Last Watched + + + + + Most Watched + + + + + Sort by + Ordinar per + + + + All Videos + + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + + + ClearButton @@ -339,25 +428,35 @@ HomeView - + Search Cercar - + Find videos and channels by keyword - + Browse - + Browse videos by category + + + Subscriptions + + + + + Channel subscriptions + + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Error @@ -375,426 +474,431 @@ MainWindow - + &Stop &Stop - + Stop playback and go back to the search view Stoppar le reproduction e vader retro al vista de cercas - + S&kip S&altar - + Skip to the next video Saltar al proxime video - - + + &Pause &Pausa - - + + Pause playback Pausar le reproduction - + &Full Screen &Schermo plen - + Go full screen Vader a schermo plen - + Hide the playlist and the toolbar Celar le lista de reproduction e le barra de utensiles - + Go to the YouTube video page and pause playback Vader al pagina de videos de YouTube e pausa le reproduction - + Copy the current video YouTube link to the clipboard Copiar le actual &ligamine de video YouTube al area de transferentia - + Copy the current video stream URL to the clipboard Copiar le currente URL de fluxo de video al area de transferentia - + Find other video parts hopefully in the right order - + &Remove &Remover - + Remove the selected videos from the playlist Remover le videos seligite del lista de reproduction - + Move &Up Mover in &alto - + Move up the selected videos in the playlist Mover le videos seligite del lista de reproduction in alto - + Move &Down Mover a &basso - + Move down the selected videos in the playlist Mover le videos seligite del lista de reproduction a basso - + Clear the search history. Cannot be undone. Mundar le historia de recerca. Isto non pote ser disfacite. - + &Quit &Quitar - + Bye Adeo - + &Website Sito &web - + %1 on the Web %1 in le web - + Please support the continued development of %1 Supporta le developpamento continue de %1, per favor - + &About &Super - + Info about %1 Info super %1 - + Search Cercar - + Mute volume Sin sono - - + + &Downloads &Discargas - + Show details about video downloads Monstrar detalios super le discargas de videos - + &Download &Discarga - + Download the current video Discarga le video actual - + + &Subscribe to Channel + + + + Share the current video using %1 Compartir le video currente usante %1 - + &Email &E-posta - + Email E-posta - + &Close &Clauder - + &Float on Top &Flottar in alto - + &Stop After This Video &Stoppar depost de iste video - + &Report an Issue... &Reportar un problema... - + &Refine Search... &Affinar le cerca... - + More... Plus... - + &Related Videos - + Watch videos related to the current one - + &Application &Application - + Buy %1... Comprar %1... - + &Playback &Reproduction - + &Playlist Lista de re&production - + &Video &Video - + &View &Vider - + &Share &Compartir - + &Help &Adjuta - + Press %1 to raise the volume, %2 to lower it Preme %1 pro augmentar le sono, %2 pro bassar lo - - + + Opening %1 A aperir %1 - + Do you want to exit %1 with a download in progress? Esque tu vole sortir de %1 con un discarga in progresso? - + If you close %1 now, this download will be cancelled. Si tu claude %1 ora, le discarga essera cancellate. - + Close and cancel download Claude e cancella le discarga - + Wait for download to finish Attende que le discarga fini - + Leave &Full Screen Quita le &schermo plen - + %1 version %2 is now available. %1 version %2 es ora disponibile. - + Remind me later Rememora me plus tarde - + Update Actualisar - + Error: %1 Error: %1 - + P&revious P&revie - + Go back to the previous track Retroceder al tracia previe - + &Compact Mode &Modo compacte - + Open the &YouTube Page Aperir le pagina de &YouTube - + Copy the YouTube &Link Copiar le &ligamine de YouTube - + Copy the Video Stream &URL Copiar le &URL de fluxo de video - + Find Video &Parts Cercar &partes de video - + &Clear Recent Searches &Mundar le recercas recente - + Make a &Donation Face un &donation - + &Manually Start Playing Initiar le reproduction &manualmente - + Manually start playing videos Initiar manualmente le reproduction de videos - + Choose your content location Selige le loco de contento - + &Play Re&producer - + Resume playback Resumer reproduction - + Remaining time: %1 Tempore restante: %1 - + Volume at %1% Volumine a %1% - + Volume is muted Sin sono - + Volume is unmuted Con sono - + Maximum video definition set to %1 Definition maxime de video: %1 - + Your privacy is now safe Ora tu intimitate es secur - + Downloads complete Discargas complete @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Ora tu pote collar le ligamine de YouTube in un in altere application - + You can now paste the video stream URL into another application Ora tu pote collar le URL de fluxo de video in un altere application - + The link will be valid only for a limited time. Le ligamine essera valide solmente durante un tempore limitate. - + This is just the demo version of %1. Isto es solmente le version demo de %1. - + It allows you to test the application and see if it works for you. Isto permitte testar le application e vider si illo functiona. - + Continue Continuar - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' parte - + episode This is for video parts, as in 'Cool series - episode 1' episodio - + Sent from %1 Inviate ab %1 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version Procura le version complete - + Downloading %1 A discargar %1 @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views %1 visualisationes - + %1 of %2 (%3) — %4 - + Preparing - + Failed Fallite - + Completed - + Stopped - + Stop downloading Stoppar le discarga - + Show in %1 Monstrar in %1 - + Open parent folder - + Restart downloading Recomenciar le discarga @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Benvenite a <a href='%1'>%2</a>, - + Get the full version Procura le version complete - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Scriber - + a keyword una parola clave - + a channel un canal - + to start watching videos. pro comenciar a reguardar le videos. - + Watch Reguardar - + Recent keywords Parolas-clave recente - + Recent channels Canales recente @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back &Retro @@ -1196,11 +1310,6 @@ Most Popular - - - Featured - - Most Shared @@ -1216,16 +1325,21 @@ Top Rated + + + All Time Popular + + Video - + Cannot get video stream for %1 Le fluxo de video pro %1 non pote ser obtenite - + Network error: %1 for %2 Error de rete: %1 pro %2 diff --git a/locale/it.ts b/locale/it.ts index 14f3919..d53b3c9 100644 --- a/locale/it.ts +++ b/locale/it.ts @@ -134,6 +134,95 @@ Compra una licenza + + ChannelAggregator + + + By %1 + Di %1 + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Tutti i video + + + + Unwatched Videos + Video non visti + + + + ChannelView + + + Mark all as watched + Segna tutti come già visti + + + + Show Updated + Mostra aggiornati + + + + Name + Nome + + + + Last Updated + Aggiornamento + + + + Last Added + Iscrizione + + + + Last Watched + Visione + + + + Most Watched + Più visti + + + + Sort by + Ordina per + + + + All Videos + Tutti i video + + + + Unwatched Videos + Video non visti + + + + There are no updated subscriptions at this time. + Non ci sono iscrizioni aggiornate in questo momento. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + Non hai iscrizioni. Usa il simbolo della stella per sottoscrivere i canali. + + ClearButton @@ -339,25 +428,35 @@ HomeView - + Search Ricerca - + Find videos and channels by keyword Trova video e canali per parola chiave - + Browse Sfoglia - + Browse videos by category Sfoglia i video per categoria + + + Subscriptions + Iscrizioni + + + + Channel subscriptions + Iscrizioni ai canali + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Errore @@ -375,426 +474,431 @@ MainWindow - + &Stop &Ferma - + Stop playback and go back to the search view Ferma il video e torna alla ricerca - + S&kip &Salta - + Skip to the next video Salta al prossimo video - - + + &Pause &Pausa - - + + Pause playback Metti in pausa - + &Full Screen &Schermo intero - + Go full screen Vai in modalità schermo intero - + Hide the playlist and the toolbar Nascondi la playlist e la barra degli strumenti - + Go to the YouTube video page and pause playback Vai su YouTube e metti in pausa - + Copy the current video YouTube link to the clipboard Copia negli appunti il link a YouTube per il video corrente - + Copy the current video stream URL to the clipboard Copia negli appunti la URL dello stream per il video corrente - + Find other video parts hopefully in the right order Trova le parti mancanti di questo video - + &Remove &Elimina - + Remove the selected videos from the playlist Elimina i video selezionati dalla playlist - + Move &Up Sposta &sopra - + Move up the selected videos in the playlist Sposta video selezionati verso l'alto - + Move &Down Sposta so&tto - + Move down the selected videos in the playlist Sposta i video selezionati verso il basso - + Clear the search history. Cannot be undone. Cancella le ultime ricerche. L'azione non potrà essere annullata. - + &Quit &Esci - + Bye Ciao - + &Website Sito &web - + %1 on the Web %1 sul Web - + Please support the continued development of %1 Supporta lo sviluppo di %1 - + &About &Informazioni - + Info about %1 Informazioni su %1 - + Search Cerca - + Mute volume Disattiva l'audio - - + + &Downloads &Download - + Show details about video downloads Mostra informazioni sui download - + &Download &Download - + Download the current video Scarica il video corrente - + + &Subscribe to Channel + &Iscriviti al canale + + + Share the current video using %1 Condividi il video corrente usando %1 - + &Email &Email - + Email Email - + &Close &Chiudi - + &Float on Top &Fluttua in alto - + &Stop After This Video &Ferma dopo questo video - + &Report an Issue... &Segnala un problema... - + &Refine Search... &Raffina la ricerca... - + More... Altro... - + &Related Videos Video &correlati - + Watch videos related to the current one Guarda i video correlati a quello corrente - + &Application &Applicazione - + Buy %1... Compra %1... - + &Playback &Riproduzione - + &Playlist &Playlist - + &Video &Video - + &View &Visualizza - + &Share &Condividi - + &Help &Aiuto - + Press %1 to raise the volume, %2 to lower it Premi %1 per alzare il volume, %2 per abbassarlo - - + + Opening %1 Apertura di %1 - + Do you want to exit %1 with a download in progress? Vuoi uscire da %1 con un download in corso? - + If you close %1 now, this download will be cancelled. Se chiudi %1 adesso, i download verranno annullati. - + Close and cancel download Chiudi e annulla i download - + Wait for download to finish Aspetta che i download siano completi - + Leave &Full Screen Lascia lo &schermo intero - + %1 version %2 is now available. E' disponibile %1 versione %2 - + Remind me later Ricordamelo più tardi - + Update Aggiorna - + Error: %1 Errore: %1 - + P&revious P&recedente - + Go back to the previous track Torna alla traccia precedente - + &Compact Mode Modalità &compatta - + Open the &YouTube Page Apri la pagina di &YouTube - + Copy the YouTube &Link Copia il &link a YouTube - + Copy the Video Stream &URL Copia la &URL dello stream video - + Find Video &Parts Trova le &parti del video - + &Clear Recent Searches &Cancella le ultime ricerche - + Make a &Donation Fai una &donazione - + &Manually Start Playing Riproduzione &manuale - + Manually start playing videos Inizia a riprodurre i video manualmente - + Choose your content location Scegli la località dei contenuti - + &Play &Play - + Resume playback Continua - + Remaining time: %1 Tempo rimanente: %1 - + Volume at %1% Volume al %1% - + Volume is muted Audio disattivato - + Volume is unmuted Audio attivato - + Maximum video definition set to %1 La definizione video massima è impostata a %1 - + Your privacy is now safe La tua privacy è al sicuro - + Downloads complete I download sono completi @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Ora puoi incollare il link a YouTube in un'altra applicazione - + You can now paste the video stream URL into another application Ora puoi incollare la URL dello stream in un'altra applicazione - + The link will be valid only for a limited time. Il link rimarrà valido per un periodo di tempo limitato. - + This is just the demo version of %1. Questa è solo la versione demo di %1. - + It allows you to test the application and see if it works for you. Ti permette di testare l'applicazione e verificare che funzioni sul tuo computer. - + Continue Continua - + of Used in video parts, as in '2 of 3' di - + part This is for video parts, as in 'Cool video - part 1' parte - + episode This is for video parts, as in 'Cool series - episode 1' episodio - + Sent from %1 Inviato da %1 - + + Unsubscribe from %1 + Annulla iscrizione a %1 + + + + Subscribe to %1 + Iscriviti a %1 + + + Get the full version Compra la versione completa - + Downloading %1 Scarica in: %1 @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views %1 visualizzazioni - + %1 of %2 (%3) — %4 %1 di %2 (%3) — %4 - + Preparing In preparazione - + Failed Fallito - + Completed Completato - + Stopped Fermo - + Stop downloading Interrompi il download - + Show in %1 Mostra nel %1 - + Open parent folder Mostra nella cartella - + Restart downloading Prova a scaricare di nuovo @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Benvenuto su <a href="%1">%2</a>, - + Get the full version Compra la versione completa - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Scrivi - + a keyword una parola chiave - + a channel un canale - + to start watching videos. per iniziare a guardare i video. - + Watch Guarda - + Recent keywords Ultime ricerche - + Recent channels Ultimi canali @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back &Indietro @@ -1196,11 +1310,6 @@ Most Popular Più popolari - - - Featured - In primo piano - Most Shared @@ -1216,16 +1325,21 @@ Top Rated Più votati + + + All Time Popular + Più popolari di sempre + Video - + Cannot get video stream for %1 Impossibile ottenere il flusso video per %1 - + Network error: %1 for %2 Errore di rete: %1 per %2 diff --git a/locale/ja_JP.ts b/locale/ja_JP.ts index baddef2..f54b370 100644 --- a/locale/ja_JP.ts +++ b/locale/ja_JP.ts @@ -134,6 +134,95 @@ ライセンスを購入 + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + + + + + Show Updated + + + + + Name + + + + + Last Updated + + + + + Last Added + + + + + Last Watched + + + + + Most Watched + + + + + Sort by + + + + + All Videos + + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + + + ClearButton @@ -339,25 +428,35 @@ HomeView - + Search 検索 - + Find videos and channels by keyword - + Browse - + Browse videos by category + + + Subscriptions + + + + + Channel subscriptions + + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error エラー @@ -375,426 +474,431 @@ MainWindow - + &Stop ストップ(&S) - + Stop playback and go back to the search view 再生を停止させて、検索ビューに戻ります - + S&kip スキップ(&k) - + Skip to the next video 次の動画へ - - + + &Pause 一時停止(&P) - - + + Pause playback 再生を一時停止します - + &Full Screen フルスクリーン(&F) - + Go full screen フルスクリーン - + Hide the playlist and the toolbar プレイリストとツールバーを隠す - + Go to the YouTube video page and pause playback 一時停止してYouTubeのページを開きます - + Copy the current video YouTube link to the clipboard このビデオのYouTubeページへのリンクをクリップボードにコピーします - + Copy the current video stream URL to the clipboard - + Find other video parts hopefully in the right order - + &Remove 削除(&R) - + Remove the selected videos from the playlist プレイリストから選択した動画を削除 - + Move &Up 上へ(&U) - + Move up the selected videos in the playlist 選択した動画をプレイリスト内で上へ移動させます - + Move &Down 下へ(&D) - + Move down the selected videos in the playlist 選択した動画をプレイリスト内で下へ移動させます - + Clear the search history. Cannot be undone. 検索履歴を削除します。取り消しは出来ません。 - + &Quit 終了(&Q) - + Bye プログラムを終了 - + &Website &Webページへ - + %1 on the Web %1のWebページを開きます - + Please support the continued development of %1 %1の開発をサポートしてください! - + &About プログラムについて(&A) - + Info about %1 %1について - + Search 検索 - + Mute volume ミュートにする - - + + &Downloads ダウンロード(&D) - + Show details about video downloads - + &Download ダウンロード(&D) - + Download the current video + 現在の動画をダウンロード + + + + &Subscribe to Channel - + Share the current video using %1 - + &Email メール(&E) - + Email メール - + &Close 閉じる(&C) - + &Float on Top - + &Stop After This Video - + &Report an Issue... 問題点を報告(&R)... - + &Refine Search... - + More... - + その他... - + &Related Videos - + Watch videos related to the current one - + &Application アプリケーション(&A) - + Buy %1... %1 を購入... - + &Playback - + 再生(&P) - + &Playlist プレイリスト(&P) - + &Video 動画(&V) - + &View 表示(&V) - + &Share 共有(&S) - + &Help ヘルプ(&H) - + Press %1 to raise the volume, %2 to lower it 音量を上げるには%1を、下げるには%2を押してください - - + + Opening %1 %1を開いています - + Do you want to exit %1 with a download in progress? - + If you close %1 now, this download will be cancelled. - + Close and cancel download - + 閉じてダウンロードをキャンセル - + Wait for download to finish - + Leave &Full Screen フルスクリーンモードを終了する(&F) - + %1 version %2 is now available. %1 バージョン %2 が利用可能です - + Remind me later あとで通知する - + Update 更新 - + Error: %1 エラー: %1 - + P&revious 前へ(&R) - + Go back to the previous track 前の曲へ飛びます - + &Compact Mode コンパクト モード(&C) - + Open the &YouTube Page YouTube のページを開く(&Y) - + Copy the YouTube &Link YouTube のリンクをコピー(&L) - + Copy the Video Stream &URL - + Find Video &Parts - + &Clear Recent Searches 最近の検索を消去(&C) - + Make a &Donation 寄付する(&D) - + &Manually Start Playing - + Manually start playing videos - + Choose your content location - + &Play 再生(&P) - + Resume playback 再生再開します - + Remaining time: %1 残り時間: %1 - + Volume at %1% ボリューム%1% - + Volume is muted 音量OFFにしました - + Volume is unmuted 音量ONにしました - + Maximum video definition set to %1 - + Your privacy is now safe プライバシーは保護されています - + Downloads complete ダウンロード完了 @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application YouTube のリンクを別のアプリケーションに貼り付けることができます - + You can now paste the video stream URL into another application - + The link will be valid only for a limited time. - + This is just the demo version of %1. これは %1 の試用版です。 - + It allows you to test the application and see if it works for you. アプリケーションのテストや動作確認にご利用いただけます。 - + Continue 続ける - + of Used in video parts, as in '2 of 3' - + part This is for video parts, as in 'Cool video - part 1' - + episode This is for video parts, as in 'Cool series - episode 1' - + Sent from %1 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version 製品版を入手する。 - + Downloading %1 @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views %1回 閲覧 - + %1 of %2 (%3) — %4 - + Preparing - + Failed 失敗 - + Completed 完了 - + Stopped - + Stop downloading ダウンロードを停止 - + Show in %1 - + Open parent folder 親フォルダーを開く - + Restart downloading @@ -1023,12 +1137,12 @@ 7 Days - + 7日間 30 Days - + 30日間 @@ -1059,17 +1173,17 @@ Less than 4 minutes - + 4分以下 Between 4 and 20 minutes - + 4~20分 Longer than 20 minutes - + 20分超 @@ -1089,7 +1203,7 @@ Done - + 完了 @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, ようこそ<a href='%1'>%2</a>へ! - + Get the full version 製品版を入手する。 - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" - + a keyword - + a channel - + to start watching videos. - + Watch 検索 - + Recent keywords 最近検索したキーワード - + Recent channels 最近のチャンネル @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back 戻る(&B) @@ -1196,11 +1310,6 @@ Most Popular - - - Featured - - Most Shared @@ -1216,16 +1325,21 @@ Top Rated + + + All Time Popular + + Video - + Cannot get video stream for %1 - + Network error: %1 for %2 ネットワークエラー: %1 (%2へのアクセスにて) diff --git a/locale/jv.ts b/locale/jv.ts deleted file mode 100644 index fe51334..0000000 --- a/locale/jv.ts +++ /dev/null @@ -1,1476 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - Ningkene yoiku urip ning njobone browser! - - - - Version %1 - Versi %1 - - - - Licensed to: %1 - - - - - %1 is Free Software but its development takes precious time. - %1 yoiku Software bebas tapi pangembangane iku mbutuhake wektu sing berhargo. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - Sumonggo <a href='%1'>Nyumbang</a> kanggo ndukung kelanjutane pangembangane seko %2. - - - - You may want to try my other apps as well: - Njenengan mungkinwae pingin nyobi aplikasiku liyane jua: - - - - %1, a YouTube music player - %1, sakwijining YouTube nggonyetel musik - - - - %1, a music player - %1, sakwijining penyetelan musik - - - - Translate %1 to your native language using %2 - Terjemahke %1 ring boso aslimu gunakno %2 - - - - Icon designed by %1. - Ndesain ikon oleh %1. - - - - Released under the <a href='%1'>GNU General Public License</a> - Dirilis nok ngisore the <a href='%1'>GNU Pusate Lisensine Publik</a> - - - - &Close - &Tutup - - - - About - Seputarane - - - - What you always wanted to know about %1 and never dared to ask - Opo sing kowe slalu kepingin kanggo ngreteni sekitarane %1 lan oratau wani kanggo takon - - - - ActivationDialog - - - Enter your License Details - - - - - &Email: - - - - - &Code: - - - - - ActivationView - - - Please license %1 - Sumonggo lisensi %1 - - - - This demo has expired. - Iki demo yo wis enthek. - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - - - - - Without a license, the application will expire in %1 days. - - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - Thek tuku versi lengkap, njenengan pingin ugo kadukung karo kerjokeras Kulo dalehi ing njeroning kreasi %1. - - - - Use Demo - Gunakke Demo - - - - Enter License - - - - - Buy License - - - - - ClearButton - - - Clear - Resik - - - - DownloadItem - - - bytes - bit - - - - KB - KB - - - - MB - MB - - - - bytes/sec - bit/detik - - - - KB/sec - KB/detik - - - - MB/sec - MB/detik - - - - seconds - detik - - - - minutes - menit - - - - %4 %5 remaining - %4 %5 sisone - - - - DownloadManager - - - This is just the demo version of %1. - Iki yoiku mung versi demo seko %1. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - Iku isone mung ngunduh video sing cekak sekokaro %1 menit sahinggo kowe iso ngetest fungsinane unduhane. - - - - Continue - Terusno - - - - Get the full version - Enthukno versi komplite - - - - %1 downloaded in %2 - %1 ngunduhe ing %2 - - - - Download finished - Ngunduhe wislebar - - - - %n Download(s) - %n Ngunduh-unduh(s)%n Ngunduh(s) - - - - 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 - - - - DownloadWidget - - - Downloading update... - - - - - 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 - - - - HomeView - - - Search - Nelusuri - - - - Find videos and channels by keyword - - - - - Browse - - - - - Browse videos by category - - - - - Make yourself comfortable - - - - - 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 - - - - Hide the playlist and the toolbar - Ndhelikno playlist lan toolbar - - - - Go to the YouTube video page and pause playback - Lungo Ing halamane video YouTube land nglereni penyetelan - - - - Copy the current video YouTube link to the clipboard - Njiplak link-nge video YouTube sing sakiki ning clipboard - - - - Copy the current video stream URL to the clipboard - Njiplak video stream URL sing sakiki ning clipboard - - - - Find other video parts hopefully in the right order - nggoleki seri video liyone diharapno ing order sing bener - - - - &Remove - &ngGuwak - - - - Remove the selected videos from the playlist - ngGuwak video sing diseleksi seko playlist - - - - Move &Up - Mindah &Unggah - - - - Move up the selected videos in the playlist - Mindahno menduwur video sing diseleksi ning playlistt - - - - Move &Down - Mindah &Mudhun - - - - Move down the selected videos in the playlist - Mindahno mengisor video sing diseleksi ning daftar-nyetel - - - - Clear the search history. Cannot be undone. - Ngresiki riwayate penelusuran. Ora iso di balikake. - - - - &Quit - &Medhal - - - - Bye - Bye - - - - &Website - &Website - - - - %1 on the Web - %1 nok the Web - - - - Please support the continued development of %1 - Sumonggo ndukungo kelanjutane pangembangane seko %1 - - - - &About - &Tentange - - - - Info about %1 - Info sakitarane %1 - - - - Search - Nelusuri - - - - Mute volume - mBisukno volumene - - - - - &Downloads - &nDownloads - - - - Show details about video downloads - Tampilno detaile sak kitarane unduhan-unduhane video - - - - &Download - &nDownload - - - - Download the current video - Ngunduhi video sing saat iki - - - - Share the current video using %1 - ngeshare video ketuang keenggo %1 - - - - &Email - &Layanginternet - - - - Email - Layanginternet - - - - &Close - &Tutup - - - - &Float on Top - &Ngambang ing Pucuk - - - - &Stop After This Video - &Mandek Sakwise Video Iki - - - - &Report an Issue... - &Laporke sakwijining Isu... - - - - &Refine Search... - &Nyaring Penggolekan... - - - - More... - - - - - &Related Videos - - - - - Watch videos related to the current one - - - - - &Application - &Applikasi - - - - Buy %1... - Tuku %1... - - - - &Playback - &Mbaliknyetel - - - - &Playlist - &Daftar-nyetel - - - - &Video - &Video - - - - &View - &nDelok - - - - &Share - &Ngedumi - - - - &Help - &Nulung - - - - Press %1 to raise the volume, %2 to lower it - Pejhet %1 kanggo ningkatno volume, %2 kanggo ngrendahno iku - - - - - Opening %1 - Mbukak'i %1 - - - - Do you want to exit %1 with a download in progress? - Opo kowe pingin metu %1 karo sakwijine unduhan sing isih mlaku prosese? - - - - If you close %1 now, this download will be cancelled. - Tek kowe nutup %1 sakiki, ngunduhane iki arep dibatalake. - - - - Close and cancel download - Tutup lan mbatalake ngunduhine - - - - Wait for download to finish - Nunggu kanggo unduhane rampung - - - - Leave &Full Screen - Ninggalno &LayarKebak - - - - %1 version %2 is now available. - %1 versinipun %2 yo disediakno sakniki. - - - - Remind me later - Elingno kulo mengkowae - - - - Update - Nganyarke - - - - Error: %1 - Error: %1 - - - - P&revious - P&revious - - - - Go back to the previous track - Mbaliko meneh ing sakdurunge trekipun - - - - &Compact Mode - &Mode Praktis - - - - Open the &YouTube Page - Mbukak &YouTube Halamane - - - - Copy the YouTube &Link - Njiplak YouTube &Link - - - - Copy the Video Stream &URL - Njiplak Video Stream &URL - - - - Find Video &Parts - Nggoleki Video &Seri - - - - &Clear Recent Searches - &Ngresiki Penggolekan Sing ketuang - - - - Make a &Donation - Nggawe sakwijining &Sumbangan - - - - &Manually Start Playing - &Mainke Secoro Manual - - - - Manually start playing videos - Ngawiti maenke video secoro manual - - - - Choose your content location - - - - - &Play - &Nyetel - - - - Resume playback - Nglanjutno nyetel-ulang - - - - Remaining time: %1 - Sisone wektune: %1 - - - - Volume at %1% - Volume nok %1% - - - - Volume is muted - Volume yo Mbisu - - - - Volume is unmuted - Volume yo orak mbisu - - - - Maximum video definition set to %1 - Maksimale video definisine diset ning %1 - - - - Your privacy is now safe - Privasimu yoiku sakiki aman - - - - Downloads complete - Unduhane komplit - - - - MediaView - - - You can now paste the YouTube link into another application - Kowe iso paste YouTube link sakiki ninggone aplikasi liyane - - - - You can now paste the video stream URL into another application - Kowe sakiki iso paste video stream URL ninggone aplikasi liyane - - - - The link will be valid only for a limited time. - Link-nge kepingin diaslikake mung kanggo sak terbatase wektu. - - - - This is just the demo version of %1. - Iki yoiku mung demo version of %1. - - - - It allows you to test the application and see if it works for you. - Iki diolehno kowe kanggo ngetest aplikasine lan ndeloki tek iku fungsi kanggo kowe. - - - - Continue - Nglanjutke - - - - of - Used in video parts, as in '2 of 3' - seko - - - - part - This is for video parts, as in 'Cool video - part 1' - seri - - - - episode - This is for video parts, as in 'Cool series - episode 1' - episode - - - - Sent from %1 - Kirim seko %1 - - - - Get the full version - Entukno versi komplite - - - - Downloading %1 - Ngunduhi %1 - - - - MessageWidget - - - A new version of %1 is available! - - - - - %1 %2 is now available. You have %3. - - - - - Would you like to download it now? - - - - - Skip This Version - - - - - Remind Me Later - - - - - Install Update - - - - - PasteLineEdit - - - Paste - - - - - PlaylistItemDelegate - - - %1 views - %1 tampilan - - - - %1 of %2 (%3) — %4 - - - - - Preparing - - - - - Failed - - - - - Completed - - - - - Stopped - - - - - Stop downloading - - - - - Show in %1 - - - - - Open parent folder - - - - - Restart downloading - - - - - PlaylistModel - - - Searching... - ngGoleki... - - - - Show %1 More - - - - - No videos - Ora video - - - - No more videos - Rak ono video meneh - - - - RefineSearchWidget - - - Sort by - Bidik didasarke - - - - Relevance - Relefan - - - - - Date - Tanggale - - - - View Count - Ndeloki Itungane - - - - Rating - Rating - - - - Anytime - Kapanwae - - - - Today - Dinoiki - - - - 7 Days - 7 Ndino - - - - 30 Days - 30 Dino - - - - Duration - Durasine - - - - - All - Kabeh - - - - Short - Cekak - - - - Medium - Sedengan - - - - Long - Dowo - - - - Less than 4 minutes - Kurang seko 4 menit - - - - Between 4 and 20 minutes - Antarane 4 lan 20 menit - - - - Longer than 20 minutes - Dowone luwih seko 20 menit - - - - Quality - Kualitas - - - - High Definition - Definisi duwur - - - - 720p or higher - 720p utowo saknduwure - - - - Done - Rampung - - - - RegionsView - - - Done - - - - - SearchLineEdit - - - 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 phrase says: "Enter a keyword to start watching videos" - Lebokno - - - - a keyword - sakwiji kata-kunci - - - - a channel - sakwiji saluran - - - - to start watching videos. - kanggo ngawiti nyeksikake video. - - - - Watch - Nonton - - - - Recent keywords - Kata-kunci saat iki - - - - Recent channels - Saluran lagekwae - - - - SidebarHeader - - - - &Back - &mBuri - - - - Forward to %1 - - - - - Back to %1 - - - - - SidebarWidget - - - Refine Search - Nyaring Penggolekane - - - - Did you mean: %1 - Opo sing bekmaksud: %1 - - - - StandardFeedsView - - - Most Popular - - - - - Featured - - - - - Most Shared - - - - - Most Discussed - - - - - Top Rated - - - - - Video - - - Cannot get video stream for %1 - Rak iso ngenthukno video stream kanggo %1 - - - - Network error: %1 for %2 - Jaringane error: %1 por %2 - - - - YTRegions - - - Algeria - - - - - Argentina - - - - - Australia - - - - - Belgium - - - - - Brazil - - - - - Canada - - - - - Chile - - - - - Colombia - - - - - Czech Republic - - - - - Egypt - - - - - France - - - - - Germany - - - - - Ghana - - - - - Greece - - - - - Hong Kong - - - - - Hungary - - - - - India - - - - - Indonesia - - - - - Ireland - - - - - Israel - - - - - Italy - - - - - Japan - - - - - Jordan - - - - - Kenya - - - - - Malaysia - - - - - Mexico - - - - - Morocco - - - - - Netherlands - - - - - New Zealand - - - - - Nigeria - - - - - Peru - - - - - Philippines - - - - - Poland - - - - - Russia - - - - - Saudi Arabia - - - - - Singapore - - - - - South Africa - - - - - South Korea - - - - - Spain - - - - - Sweden - - - - - Taiwan - - - - - Tunisia - - - - - Turkey - - - - - Uganda - - - - - United Arab Emirates - - - - - United Kingdom - - - - - Yemen - - - - - Worldwide - - - - \ No newline at end of file diff --git a/locale/ky.ts b/locale/ky.ts index 873c2fd..dc51478 100644 --- a/locale/ky.ts +++ b/locale/ky.ts @@ -15,22 +15,22 @@ Licensed to: %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. - Сизден өтүнөм, %2'ка <a href='%1'>тартуу кылып</a> мындан аркы иштетүүсүн колдоп бериңиз . + %2'га <a href='%1'>тартуу кылып</a> мындан аркы иштетүүсүн колдоп бериңиз. You may want to try my other apps as well: - Сиз менин дагы башка тиркемелеримди карап көрсөңүз болот: + Башка тиркемелеримди да карап көрсөңүз болот: @@ -45,7 +45,7 @@ Translate %1 to your native language using %2 - %1'ту %2 аркылуу сиздин эне тилиңизге которуу + %2 аркылуу %1'ду өз эне тилиңизге которуңуз @@ -70,7 +70,7 @@ What you always wanted to know about %1 and never dared to ask - %1 жөнүндө дайма билгиңиз келген нерселер жана эч убакта аларды сурамак эмессиз + %1 жөнүндө дайыма билгиңиз келген нерселер бирок сураганга мүмкүнчүлүгүңүз жок болгон @@ -88,7 +88,7 @@ &Code: - &Код: + &Коду: @@ -106,17 +106,17 @@ The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - Толук версиясы %1 мүнөттөн көбүрөөк видеолорду жүктөгөнгө жана видеолорду үзгүлтүксүз көргөнгө уруксат берет. + Толук версиясы %1 минутадан көбүрөөк видеолорду жүктөгөнгө жана видеолорду үзгүлтүксүз көргөнгө уруксат берет. Without a license, the application will expire in %1 days. - Лицензиясы жок болгон үчүн, тиркеменин мөөнөтү %1 күндөн кийин бүтөт. + Лицензиясыз болгондуктан, тиркеменин мөөнөтү %1 күндөн кийин бүтөт. By purchasing the full version, you will also support the hard work I put into creating %1. - Толук версиясын алганда, %1 үчүн оор эмгек салым кылып жатканымды да колдоп бересиз. + Толук версиясын алсаңыз, %1 үчүн оор жумуш кылып жатканымды да колдоп бере аласыз. @@ -134,6 +134,95 @@ Лицензияны сатып алуу + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Бардык видеолор + + + + Unwatched Videos + Көрүлбөгөн видеолор + + + + ChannelView + + + Mark all as watched + Баарын көрүлдү деп белгилөө + + + + Show Updated + Жаңыланганын көрсөтүү + + + + Name + Аты + + + + Last Updated + Соңку жаңылангандар + + + + Last Added + Соңку кошулгандар + + + + Last Watched + Соңку көрүлгөндөр + + + + Most Watched + Эң көп көрүлгөндөр + + + + Sort by + Сорттоо + + + + All Videos + Бардык видеолор + + + + Unwatched Videos + Көрүлбөгөн видеолор + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + + + ClearButton @@ -182,7 +271,7 @@ minutes - мүнөт + минута @@ -195,12 +284,12 @@ This is just the demo version of %1. - Бул программа %1'тун демо-версиясы болот. + Бул жөн эле %1'дун демо-версиясы. It can only download videos shorter than %1 minutes so you can test the download functionality. - Жүктөө функционалдуулугун текшерүү үчүн, бул %1 мүнөттөн кыскараак видеолорду гана жүктөп бере алат. + Жүктөө функционалдуулугун текшерүү үчүн, бул %1 минутадан кыскараак видеолорду гана жүктөп бере алат. @@ -215,7 +304,7 @@ %1 downloaded in %2 - %1 файлы %2 жерине жүктөлдү + %2 жерине %1 файлы жүктөлдү @@ -233,12 +322,12 @@ Change location... - Жүктөө жерин өзгөртүү... + Жайгашкан жерин өзгөртүү... Choose the download location - Жүктөө жерин тандоо + Жүктөп алуу жерин тандоо @@ -248,12 +337,12 @@ Current downloads will still go in the previous location. - Кезектеги жүктөөлөр мурунку жеринде сакталат. + Кезекте жүктөлүп жаткандар мурунку жерге сакталат. Downloading to: %1 - Жүктөлүп жаткан жери: %1 + %1 папкасына жүктөлүүдө @@ -270,7 +359,7 @@ Downloading update... - Жаңыртууларды жүктөп алуу... + Жаңылоо жүктөлүүдө... @@ -339,24 +428,34 @@ HomeView - + Search Издөө - + Find videos and channels by keyword Ачкыч сөз менен видеолорду жана каналдарды табыңыз - + Browse Сереп - + Browse videos by category - Видеолорду категория боюнча кароо + Видеолорду категориясы боюнча кароо + + + + Subscriptions + Жазылуулар + + + + Channel subscriptions + Канал жазылуулары @@ -367,7 +466,7 @@ LoadingWidget - + Error Ката @@ -375,426 +474,431 @@ MainWindow - + &Stop &Токтотуу - + Stop playback and go back to the search view Ойнотууну токтотуп издөө көрүнүшүнө кайтуу - + S&kip - &Өткөрүү + Ө&ткөрүү - + Skip to the next video Кийинки видеого өтүү - - + + &Pause &Бир азга токтотуу - - + + Pause playback Ойнотууну бир азга токтотуу - + &Full Screen &Толук экран - + Go full screen - Толук экран режимине өтүү + Толук экранга өтүү - + Hide the playlist and the toolbar Ойнотуу тизмесин жана аспап панелин жашыруу - + Go to the YouTube video page and pause playback Видеонун YouTube барагына өтүү жана ойнотууну бир азга токтотуу - + Copy the current video YouTube link to the clipboard Кезектеги видеонун YouTube шилтемесин алмашуу буферине көчүрүү - + Copy the current video stream URL to the clipboard Кезектеги видео агымдын дарегин алмашуу буферине көчүрүү - + Find other video parts hopefully in the right order Видеонун башка бөлүктөрүн үмүт кылып туура ирети менен табуу - + &Remove - &Өчүрүү + Ө&чүрүү - + Remove the selected videos from the playlist - Тандалган видеолорду ойнотуу тизмесинен өчүрүү + Ойнотуу тизмесиндеги тандалган видеолорду өчүрүү - + Move &Up - &Өйдө + Ө&йдө - + Move up the selected videos in the playlist - Тандалган видеолорду ойнотуу тизмесинен өйдө жылдыруу + Ойнотуу тизмесиндеги тандалган видеолорду өйдө жылдыруу - + Move &Down &Ылдый - + Move down the selected videos in the playlist - Тандалган видеолорду ойнотуу тизмесинен ылдый жылдыруу + Ойнотуу тизмесиндеги тандалган видеолорду ылдый жылдыруу - + Clear the search history. Cannot be undone. Издөө тарыхын тазалоо. Өзгөртүүлөр кайталанбас. - + &Quit &Чыгуу - + Bye Кош болуңуз - + &Website &Веб-сайт - + %1 on the Web %1 интернетте - + Please support the continued development of %1 %1'дун мындан аркы иштетүүсүн колдоп бериңиз - + &About Программа &жөнүндө - + Info about %1 %1 жөнүндө маалымат - + Search Издөө - + Mute volume Үндү өчүрүү - - + + &Downloads &Жүктөөлөр - + Show details about video downloads Видео жүктөөлөрү жөнүндө кошумча маалымат көрсөтүү - + &Download &Жүктөп алуу - + Download the current video Кезектеги видеону жүктөп алуу - + + &Subscribe to Channel + Каналга &жазылуу + + + Share the current video using %1 Кезектеги видеону %1 аркылуу бөлүшүү - + &Email &E-mail - + Email E-mail - + &Close &Жабуу - + &Float on Top Үстүнөн &калкытуу - + &Stop After This Video Бул видеодон кийин &токтотуу - + &Report an Issue... - Ката жөнүндө &маалымдоо... + Катаны &маалымдоо... - + &Refine Search... Издөөнү &тактоо... - + More... Дагы... - + &Related Videos &Байланыштуу видеолор - + Watch videos related to the current one Кезектегиге байланыштуу видеону көрүү - + &Application &Тиркеме - + Buy %1... - %1'ту сатып алуу... + %1'ду сатып алуу... - + &Playback &Ойнотуу - + &Playlist Ойнотуу &тизмеси - + &Video &Видео - + &View &Көрүнүш - + &Share &Бөлүшүү - + &Help &Жардам - + Press %1 to raise the volume, %2 to lower it - Катуулукту чоңойтуу үчүн %1 басыңыз жана кичирейтүү үчүн %2 + Көлөмүн чоңойтуу үчүн %1 комбинациясын басыңыз, кичирейтүү үчүн %2 - - + + Opening %1 - %1 ачуу + %1 ачылууда - + Do you want to exit %1 with a download in progress? - Жүктөп алуу болуп жаткан кезде %1'дан чыккыңыз келеби? + Жүктөп алуу болуп жаткан кезде %1'дан чыгууну каалайсызбы? - + If you close %1 now, this download will be cancelled. - Эгер сиз %1'ту азыр жапсаңыз, бул жүктөп алуу жокко чыгарылат. + Эгер сиз %1'ду азыр жапсаңыз, бул жүктөө жокко чыгарылат. - + Close and cancel download - Жабуу жана жүктөп алууну жокко чыгаруу + Жабуу жана жүктөөнү жокко чыгаруу - + Wait for download to finish Жүктөп алуунун аяктоосун күтүү - + Leave &Full Screen - &Толук экран режиминен чыгуу + &Толук экрандан чыгуу - + %1 version %2 is now available. - %1 версия %2 азыркы кезде колго жетердик. + %1 версия %2 азыр жеткиликтүү. - + Remind me later Кечирээк эске салуу - + Update - Жаңыртуу + Жаңылоо - + Error: %1 - Ката: %1 + Катасы: %1 - + P&revious &Мурунку - + Go back to the previous track Мурунку жолчого кайтуу - + &Compact Mode - &Компакт режими + &Тыгыз режим - + Open the &YouTube Page &YouTube барагын ачуу - + Copy the YouTube &Link YouTube &шилтемесин көчүрүү - + Copy the Video Stream &URL Видео агымдын &шилтемесин көчүрүү - + Find Video &Parts - Видео &фрагменттерди табуу + Видео&фрагменттерди табуу - + &Clear Recent Searches Соңку издөөлөрдү &тазалоо - + Make a &Donation &Тартуу кылуу - + &Manually Start Playing Ойнотууну &кол менен баштатуу - + Manually start playing videos Видео ойнотууну кол менен баштатуу - + Choose your content location - Мазмундун турган жерин тандаңыз + Мазмундун жайгашкан жерин тандаңыз - + &Play &Ойнотуу - + Resume playback Ойнотууну улантуу - + Remaining time: %1 - Калган убакыт: %1 + Калган убагы: %1 - + Volume at %1% - Катуулук %1% + Көлөмү %1% - + Volume is muted - Үн өчүрүлдү + Үнү өчүрүлдү - + Volume is unmuted - Үн күйгүзүлдү + Үнү күйгүзүлдү - + Maximum video definition set to %1 - Видеонун чечиминин жогорку чеги: %1 + Видеонун жогорку чечими: %1 - + Your privacy is now safe Жашырындуулугуңуз камсыздалды - + Downloads complete Жүктөп алуу аякталды @@ -802,67 +906,77 @@ MediaView - + You can now paste the YouTube link into another application - Эми сиз видеонун YouTube шилтемесин башка тиркемеге коё аласыз + 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'тун демо-версиясы болот. + Бул жөн эле %1'дун демо-версиясы. - + It allows you to test the application and see if it works for you. Бул тиркемени сынап көргөнгө мүмкүндүк берет. - + Continue Улантуу - + of Used in video parts, as in '2 of 3' / - + part This is for video parts, as in 'Cool video - part 1' бөлүк - + episode This is for video parts, as in 'Cool series - episode 1' эпизод - + Sent from %1 %1 жеринен жөнөтүү - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version Толук версиясын алуу - + Downloading %1 - %1 жүктөп алуу + %1 жүктөп алынууда @@ -895,7 +1009,7 @@ Install Update - Жаңыртууларды орнотуу + Жаңылоолорду орнотуу @@ -909,54 +1023,54 @@ PlaylistItemDelegate - + %1 views %1 көрүү - + %1 of %2 (%3) — %4 - %1/%2 (%3) — %4 + %1 / %2 (%3) — %4 - + Preparing Даярдоо - + Failed Ката - + Completed Аякталды - + Stopped Токтотулду - + Stop downloading Жүктөп алууну токтотуу - + Show in %1 %1 жеринен көрсөтүү - + Open parent folder - Эне каталогун ачуу + Ата-эне каталогун ачуу - + Restart downloading - Жүктөп алууну кайта баштатуу + Жүктөп алууну кайтадан жүргүзүү @@ -969,7 +1083,7 @@ Show %1 More - Дагы көрсөтүү %1 + Дагы %1 видеону көрсөтүү @@ -987,7 +1101,7 @@ Sort by - Сорттоо ыкмасы + Сорттоо @@ -1059,17 +1173,17 @@ Less than 4 minutes - 4 мүнөттөн кыскараак + 4 минутадан кыскараак Between 4 and 20 minutes - 4 менен 20 мүнөттүн арасынан + 4 менен 20 минутанын арасынан Longer than 20 minutes - 20 мүнөттөн көбүрөөк + 20 минутадан көбүрөөк @@ -1111,48 +1225,48 @@ 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 phrase says: "Enter a keyword to start watching videos" Видеолорду - + a keyword ачкыч сөз - + a channel канал - + to start watching videos. менен табып көрүү. - + Watch Көрүү - + Recent keywords Соңку ачкыч сөздөр - + Recent channels Соңку каналдар @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back &Артка @@ -1173,7 +1287,7 @@ Back to %1 - %1 кайтуу + %1 видеосуна кайтуу @@ -1196,11 +1310,6 @@ Most Popular Эң популярдуу - - - Featured - Тандалмалар - Most Shared @@ -1216,16 +1325,21 @@ Top Rated Мыктылар + + + All Time Popular + + Video - + Cannot get video stream for %1 - %1 үчүн видео агымды алуу оңунан чыккан жок + %1 үчүн видео агымын алуу мүмкүн эмес - + Network error: %1 for %2 Тармак катасы: %1 %2 үчүн diff --git a/locale/locale.pri b/locale/locale.pri index 36aa566..543a7a0 100644 --- a/locale/locale.pri +++ b/locale/locale.pri @@ -4,7 +4,7 @@ INCLUDEPATH += $$PWD DEPENDPATH += $$PWD # ls -1 *.ts | tr '\n' ' ' -TRANSLATIONS += ar.ts ca.ts ca_ES.ts cs_CZ.ts da.ts de_DE.ts el.ts en.ts es.ts es_AR.ts es_ES.ts fi.ts fi_FI.ts fr.ts he_IL.ts hr.ts hu.ts ia.ts it.ts ja_JP.ts jv.ts ky.ts nl.ts pl.ts pl_PL.ts pt_BR.ts ro.ts ru.ts sk.ts sl.ts tr.ts zh_CN.ts +TRANSLATIONS += ar.ts ast.ts bg_BG.ts ca.ts cs_CZ.ts da.ts de_DE.ts el.ts en.ts es.ts es_AR.ts es_ES.ts fi.ts fi_FI.ts fr.ts gl.ts he_IL.ts hu.ts ia.ts it.ts ja_JP.ts ky.ts ms_MY.ts nb.ts pl.ts pl_PL.ts pt_BR.ts ro.ts ru.ts sk.ts sl.ts sq.ts tr.ts uk.ts uk_UA.ts zh_CN.ts isEmpty(QMAKE_LRELEASE) { win32:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease diff --git a/locale/nl.ts b/locale/nl.ts deleted file mode 100644 index 563ae0e..0000000 --- a/locale/nl.ts +++ /dev/null @@ -1,1476 +0,0 @@ - -UTF-8 - - AboutView - - - There's life outside the browser! - Er is leven buiten de browser! - - - - Version %1 - Versie %1 - - - - Licensed to: %1 - - - - - %1 is Free Software but its development takes precious time. - %1 is gratis software, maar de ontwikkeling ervan vergt kostbare tijd. - - - - Please <a href='%1'>donate</a> to support the continued development of %2. - <a href='%1'>Doneer</a> om bij te dragen aan de verdere ontwikkeling van %2. - - - - You may want to try my other apps as well: - Misschien wilt u ook mijn andere apps proberen: - - - - %1, a YouTube music player - %1, een YouTube-muziekspeler - - - - %1, a music player - %1, een muziekspeler - - - - Translate %1 to your native language using %2 - Vertaal %1 naar uw moedertaal met behulp van %2 - - - - Icon designed by %1. - Pictogram ontworpen door %1. - - - - Released under the <a href='%1'>GNU General Public License</a> - Uitgebracht onder de <a href='%1'>GNU General Public License</a> - - - - &Close - &Sluit - - - - About - Over - - - - What you always wanted to know about %1 and never dared to ask - Wat u altijd al had willen weten over %1 maar nooit heeft durven vragen - - - - ActivationDialog - - - Enter your License Details - - - - - &Email: - - - - - &Code: - - - - - ActivationView - - - Please license %1 - Alstublieft, Licenceer %1 - - - - This demo has expired. - Deze demo is verlopen. - - - - The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - - - - - Without a license, the application will expire in %1 days. - - - - - By purchasing the full version, you will also support the hard work I put into creating %1. - Door dit produkt te kopen beloon je mij voor het harde werk dat ik geïnvesteerd heb in het maken van %1. - - - - Use Demo - Gebruik de demo - - - - Enter License - - - - - Buy License - - - - - ClearButton - - - Clear - Wis - - - - DownloadItem - - - bytes - bytes - - - - KB - KB - - - - MB - MB - - - - bytes/sec - bytes/sec - - - - KB/sec - KB/sec - - - - MB/sec - MB/sec - - - - seconds - seconden - - - - minutes - minuten - - - - %4 %5 remaining - %4 %5 resterend - - - - DownloadManager - - - This is just the demo version of %1. - Dit is slechts de demoversie van %1. - - - - It can only download videos shorter than %1 minutes so you can test the download functionality. - Het kan alleen maar videos downloaden korter dan %1 minuten zodat u de downloadfunctionaliteit kunt testen. - - - - Continue - Ga door - - - - Get the full version - Verkrijg de volledige versie - - - - %1 downloaded in %2 - %1 gedownload in %2 - - - - Download finished - Download greed - - - - %n Download(s) - %n Download%n Downloads - - - - DownloadSettings - - - Change location... - Verander locatie... - - - - Choose the download location - Kies de downloadlocatie - - - - Download location changed. - Downloadlocatie aangepast. - - - - Current downloads will still go in the previous location. - Huidige downloads zullen in de vorige locatie worden geplaatst. - - - - Downloading to: %1 - Downloaden naar:%1 - - - - DownloadView - - - - Downloads - Downloads - - - - DownloadWidget - - - Downloading update... - - - - - GlobalShortcuts - - - Play - Speel af - - - - Pause - Pauzeer - - - - Play/Pause - Speel af/Pauzeer - - - - Stop - Stop - - - - Stop playing after current track - Stop afspelen na huidig nummer - - - - Next track - Volgend nummer - - - - Previous track - Vorig nummer - - - - Increase volume - Verhoog volume - - - - Decrease volume - Verlaag volume - - - - Mute - Demp - - - - Seek forward - Spoel naar voren - - - - Seek backward - Spoel naar achteren - - - - HomeView - - - Search - Zoek - - - - Find videos and channels by keyword - - - - - Browse - - - - - Browse videos by category - - - - - Make yourself comfortable - - - - - LoadingWidget - - - Error - Fout - - - - MainWindow - - - &Stop - &Stop - - - - Stop playback and go back to the search view - Stop het afspelen en keer terug naar het zoekvenster - - - - S&kip - &Sla over - - - - Skip to the next video - Spoel door naar de volgende vieo - - - - - &Pause - &Pauzeer - - - - - Pause playback - Pauzeer afspelen - - - - &Full Screen - &Volledig scherm - - - - Go full screen - Schakel over naar Volledig scherm - - - - Hide the playlist and the toolbar - Verberg de afspeellijst en de werkbalk - - - - Go to the YouTube video page and pause playback - Ga naar de YouTube-videopagina en pauzeer het afspelen - - - - Copy the current video YouTube link to the clipboard - Kopieer de huidige YouTube-link naar het klembord - - - - Copy the current video stream URL to the clipboard - Kopieer de huidige videostream-URL naar het klembord - - - - Find other video parts hopefully in the right order - Vind gerelateerde videofragmenten, hopelijk in de juiste volgorde - - - - &Remove - &Verwijder - - - - Remove the selected videos from the playlist - Verwijder de geselecteerde video's uit de afspeellijst - - - - Move &Up - Verplaats &omhoog - - - - Move up the selected videos in the playlist - Verplaats de geselecteerde video's in de afspeellijst naar boven - - - - Move &Down - Verplaats &omlaag - - - - Move down the selected videos in the playlist - Verplaats de geselecteerde video's in de afspeelijst naar beneden - - - - Clear the search history. Cannot be undone. - Wis de zoek geschiedenis. Dit kan niet ongedaan worden gemaakt. - - - - &Quit - &Sluit af - - - - Bye - Tot ziens - - - - &Website - &Website - - - - %1 on the Web - %1 op het internet - - - - Please support the continued development of %1 - Ondersteun alstublieft de ontwikkeling van %1 - - - - &About - &Over - - - - Info about %1 - Informatie over %1 - - - - Search - Zoek - - - - Mute volume - Demp volume - - - - - &Downloads - &Downloads - - - - Show details about video downloads - Geef details weer van videodownloads - - - - &Download - &Download - - - - Download the current video - Download de huidige video - - - - Share the current video using %1 - Deel de huidige video door middel van %1 - - - - &Email - &E-mail - - - - Email - E-mail - - - - &Close - &Sluit - - - - &Float on Top - &Zweef erboven - - - - &Stop After This Video - &Stop na deze video - - - - &Report an Issue... - &Rapporteer een Probleem... - - - - &Refine Search... - &Verfijn Zoekopdracht... - - - - More... - - - - - &Related Videos - - - - - Watch videos related to the current one - - - - - &Application - &Programma - - - - Buy %1... - Koop %1... - - - - &Playback - &Afspeelopties - - - - &Playlist - &Afspeellijst - - - - &Video - &Video - - - - &View - &Weergave - - - - &Share - &Deel - - - - &Help - &Help - - - - Press %1 to raise the volume, %2 to lower it - Druk op %1 om het volume te verhogen, op %2 om het te verlagen - - - - - Opening %1 - Bezig met openen van %1 - - - - Do you want to exit %1 with a download in progress? - Wilt u %1 afsluiten terwijl er een download bezig is? - - - - If you close %1 now, this download will be cancelled. - Als u nu %1 afsluit, zal de download worden beëindigd. - - - - Close and cancel download - Sluit en annuleer het downloaden - - - - Wait for download to finish - Wacht tot het downloaden is voltooid - - - - Leave &Full Screen - Verlaat &volledig scherm - - - - %1 version %2 is now available. - %1 versie %2 nu beschikbaar. - - - - Remind me later - Herinner mij later - - - - Update - Werk bij - - - - Error: %1 - Fout: %1 - - - - P&revious - V&orige - - - - Go back to the previous track - Ga terug naar het vorige nummer - - - - &Compact Mode - &Compacte modus - - - - Open the &YouTube Page - Open de &Youtube-pagina - - - - Copy the YouTube &Link - Kopieer de YouTube-&link - - - - Copy the Video Stream &URL - Kopieer de videostream-&URL - - - - Find Video &Parts - Vind video&fragmenten - - - - &Clear Recent Searches - &Wis recente zoekopdrachten - - - - Make a &Donation - Geef een &donatie - - - - &Manually Start Playing - &Speel handmatig af - - - - Manually start playing videos - Speel handmatig video's af - - - - Choose your content location - - - - - &Play - &Speel af - - - - Resume playback - Hervat afspelen - - - - Remaining time: %1 - Resterende tijd: %1 - - - - Volume at %1% - Volume op %1% - - - - Volume is muted - Volume is gedempt - - - - Volume is unmuted - Volume is niet gedempt - - - - Maximum video definition set to %1 - Maximale videokwaliteit staat op %1 - - - - Your privacy is now safe - Uw privacy is nu gewaarborgd - - - - Downloads complete - Downloads afgerond - - - - MediaView - - - You can now paste the YouTube link into another application - U kunt nu uw YouTube-link kopieren naar een ander programma - - - - You can now paste the video stream URL into another application - U kunt nu uw videostream-URL kopieren naar een ander programma - - - - The link will be valid only for a limited time. - De link zal maar een beperkte tijd geldig zijn. - - - - This is just the demo version of %1. - Dit is slechts de demoversie van %1. - - - - It allows you to test the application and see if it works for you. - Het biedt de mogelijkheid de applicatie te testen en te beoordelen. - - - - Continue - Ga door - - - - of - Used in video parts, as in '2 of 3' - van - - - - part - This is for video parts, as in 'Cool video - part 1' - fragment - - - - episode - This is for video parts, as in 'Cool series - episode 1' - aflevering - - - - Sent from %1 - Verstuurd vanaf %1 - - - - Get the full version - Verkrijg de volledige versie - - - - Downloading %1 - Bezig met downloaden van %1 - - - - MessageWidget - - - A new version of %1 is available! - - - - - %1 %2 is now available. You have %3. - - - - - Would you like to download it now? - - - - - Skip This Version - - - - - Remind Me Later - - - - - Install Update - - - - - PasteLineEdit - - - Paste - - - - - PlaylistItemDelegate - - - %1 views - %1 bekeken - - - - %1 of %2 (%3) — %4 - - - - - Preparing - - - - - Failed - - - - - Completed - - - - - Stopped - - - - - Stop downloading - - - - - Show in %1 - - - - - Open parent folder - - - - - Restart downloading - - - - - PlaylistModel - - - Searching... - Bezig met zoeken... - - - - Show %1 More - - - - - No videos - Geen video's - - - - No more videos - - - - - RefineSearchWidget - - - Sort by - Sorteer op - - - - Relevance - Relevantie - - - - - Date - Datum - - - - View Count - Weergaven - - - - Rating - Waardering - - - - Anytime - Elke Periode - - - - Today - Vandaag - - - - 7 Days - 7 Dagen - - - - 30 Days - 30 Dagen - - - - Duration - Duur - - - - - All - Alles - - - - Short - Kort - - - - Medium - Gemiddeld - - - - Long - Lang - - - - Less than 4 minutes - Minder dan 4 minuten - - - - Between 4 and 20 minutes - Tussen 4 en 20 minuten - - - - Longer than 20 minutes - Langer dan 20 minuten - - - - Quality - Kwaliteit - - - - High Definition - HD Resolutie - - - - 720p or higher - 720p of hover - - - - Done - Klaar - - - - RegionsView - - - Done - - - - - SearchLineEdit - - - Search - Zoek - - - - SearchView - - - Welcome to <a href='%1'>%2</a>, - Welkom bij <a href='%1'>%2</a>, - - - - Get the full version - Verkrijg de volledige versie - - - - Enter - "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" - Typ - - - - a keyword - een zoekwoord - - - - a channel - een kanaal - - - - to start watching videos. - om te beginnen met het bekijken van video's. - - - - Watch - Bekijk - - - - Recent keywords - Recente zoekwoorden - - - - Recent channels - Recente kanalen - - - - SidebarHeader - - - - &Back - &Terug - - - - Forward to %1 - - - - - Back to %1 - - - - - SidebarWidget - - - Refine Search - Verfijn Zoekopdracht - - - - Did you mean: %1 - Bedoelde je: %1 - - - - StandardFeedsView - - - Most Popular - - - - - Featured - - - - - Most Shared - - - - - Most Discussed - - - - - Top Rated - - - - - Video - - - Cannot get video stream for %1 - Kan de videostream niet verkrijgen voor %1 - - - - Network error: %1 for %2 - Netwerkfout: %1 voor %2 - - - - YTRegions - - - Algeria - - - - - Argentina - - - - - Australia - - - - - Belgium - - - - - Brazil - - - - - Canada - - - - - Chile - - - - - Colombia - - - - - Czech Republic - - - - - Egypt - - - - - France - - - - - Germany - - - - - Ghana - - - - - Greece - - - - - Hong Kong - - - - - Hungary - - - - - India - - - - - Indonesia - - - - - Ireland - - - - - Israel - - - - - Italy - - - - - Japan - - - - - Jordan - - - - - Kenya - - - - - Malaysia - - - - - Mexico - - - - - Morocco - - - - - Netherlands - - - - - New Zealand - - - - - Nigeria - - - - - Peru - - - - - Philippines - - - - - Poland - - - - - Russia - - - - - Saudi Arabia - - - - - Singapore - - - - - South Africa - - - - - South Korea - - - - - Spain - - - - - Sweden - - - - - Taiwan - - - - - Tunisia - - - - - Turkey - - - - - Uganda - - - - - United Arab Emirates - - - - - United Kingdom - - - - - Yemen - - - - - Worldwide - - - - \ No newline at end of file diff --git a/locale/pl.ts b/locale/pl.ts index f7290c6..086041e 100644 --- a/locale/pl.ts +++ b/locale/pl.ts @@ -15,7 +15,7 @@ Licensed to: %1 - + Licencjonowane dla: %1 @@ -30,17 +30,17 @@ You may want to try my other apps as well: - + Być może chciałbyś wypróbować moje inne aplikacje: %1, a YouTube music player - + %1, odtwarzacz muzyki YouTube %1, a music player - + %1, odtwarzacz muzyki @@ -65,7 +65,7 @@ About - O programie Minitube + O programie @@ -78,7 +78,7 @@ Enter your License Details - + Wpisz szczegóły Twojej licencji @@ -88,7 +88,7 @@ &Code: - + &Kod: @@ -134,6 +134,95 @@ Kup Licencję + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + + + + + Show Updated + + + + + Name + + + + + Last Updated + + + + + Last Added + + + + + Last Watched + + + + + Most Watched + + + + + Sort by + Sortuj według + + + + All Videos + + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + + + ClearButton @@ -215,7 +304,7 @@ %1 downloaded in %2 - + %1 pobrane w %2 @@ -339,25 +428,35 @@ HomeView - + Search Szukaj - + Find videos and channels by keyword - + Browse Przeglądaj - + Browse videos by category Przeglądaj wideo według kategorii + + + Subscriptions + + + + + Channel subscriptions + + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Błąd @@ -375,426 +474,431 @@ MainWindow - + &Stop &Zatrzymaj - + Stop playback and go back to the search view Zatrzymaj odtwarzanie i wróć do wyszukiwania - + S&kip Prze&skocz dalej - + Skip to the next video Skocz do następnego pliku wideo - - + + &Pause &Pauza - - + + Pause playback Wstrzymaj odtwarzanie - + &Full Screen Pełny ekran (&F) - + Go full screen Przełącz na pełny ekran - + Hide the playlist and the toolbar Ukryj listę odtwarzania i pasek narzędzi - + Go to the YouTube video page and pause playback Otwórz na stronie Youtube i wstrzymaj odtwarzanie - + Copy the current video YouTube link to the clipboard Kopiuj link aktualnie odtwarzanego video do schowka - + Copy the current video stream URL to the clipboard Kopiuj adres URL odtwarzanego wideo do schowka - + Find other video parts hopefully in the right order - + &Remove Usuń (&D) - + Remove the selected videos from the playlist Usuń wybrane pliki z listy odtwarzania - + Move &Up Przenieś &Wyżej - + Move up the selected videos in the playlist Przenieś wyżej zaznaczony plik w liście odtwarzania - + Move &Down Przenieś &Niżej - + Move down the selected videos in the playlist Przenieś niżej zaznaczony plik w liście odtwarzania - + Clear the search history. Cannot be undone. Wyczyść historię wyszukiwania. NIEODWRACALNIE. - + &Quit Wyjdź (&Q) - + Bye Żegnaj - + &Website Strona domowa projektu (&W) - + %1 on the Web %1 w sieci - + Please support the continued development of %1 Prosimy o wsparcie dla dalszego rozwoju %1 - + &About O programie (&A) - + Info about %1 Informacje o %1 - + Search Szukaj - + Mute volume Wycisz - - + + &Downloads &Pobrane - + Show details about video downloads Pokaż szczegóły o pobranych plikach - + &Download &Pobierz - + Download the current video Pobierz aktualny plik - + + &Subscribe to Channel + + + + Share the current video using %1 Udostępnij te wideo używając %1 - + &Email &E-mail - + Email E-mail - + &Close &Zamknij - + &Float on Top - + &Stop After This Video - + &Report an Issue... - + &Zgłoś problem... - + &Refine Search... - + More... Więcej... - + &Related Videos - + Watch videos related to the current one - + &Application &Aplikacje - + Buy %1... Kup %1... - + &Playback &Odtwarzanie - + &Playlist &Lista odtwarzania - + &Video &Wideo - + &View &Widok - + &Share Udo&stępnij - + &Help &Pomoc - + Press %1 to raise the volume, %2 to lower it Wciścnij %1 żeby zwiększyć głośność, %2 żeby zmiejszyć głośność - - + + Opening %1 Otwieranie %1 - + Do you want to exit %1 with a download in progress? Czy na pewno chcesz zamknąć %1 w trakcie pobierania??? - + If you close %1 now, this download will be cancelled. Jeśli zamkniesz %1 teraz, To pobieranie będzie anulowane. - + Close and cancel download Zamnij i anuluj pobieranie - + Wait for download to finish Poczekaj na zakończenie pobierania - + Leave &Full Screen Opuść &tryb pełnoekranowy - + %1 version %2 is now available. %1 wersja %2 jest teraz dostępna. - + Remind me later Przypomnij mi później - + Update Aktualizuj - + Error: %1 Błąd %1 - + P&revious Pop&rzedni - + Go back to the previous track Powrót do poprzedniego utworu - + &Compact Mode - + Open the &YouTube Page Otwórz na &Youtube - + Copy the YouTube &Link - + Copy the Video Stream &URL Kopiuj adres &URL strumienia wideo - + Find Video &Parts - + &Clear Recent Searches Wy&czyść Ostatnie Poszukiwania - + Make a &Donation Przekaż &darowiznę - + &Manually Start Playing - + Manually start playing videos - + Choose your content location - + &Play &Odtwarzaj - + Resume playback Kontynuuj odtwarzanie - + Remaining time: %1 Pozostały czas %1 - + Volume at %1% Głośność na %1% - + Volume is muted Dźwięk jest wyciszony - + Volume is unmuted Przywrócono dźwięk - + Maximum video definition set to %1 Maksymalna rozdzielczość wideo ustawiona na %1 - + Your privacy is now safe Twoja prywatność jest teraz bezpieczna - + Downloads complete Pobieranie ukończone @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Teraz możesz wkleić link Youtube do innej aplikacji - + You can now paste the video stream URL into another application Teraz możesz wkleić URL do innej aplikacji - + The link will be valid only for a limited time. Link będzie ważny tylko przez ograniczony czas. - + This is just the demo version of %1. To jest tylko wersja demo %1. - + It allows you to test the application and see if it works for you. Pozwala Ci to na testowanie i sprawdzenie działania aplikacji. - + Continue Kontynuuj - + of Used in video parts, as in '2 of 3' z - + part This is for video parts, as in 'Cool video - part 1' część - + episode This is for video parts, as in 'Cool series - episode 1' odcinek - + Sent from %1 Wysłano z %1 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version Pobierz pełną wersję - + Downloading %1 Pobieranie %1 @@ -870,12 +984,12 @@ A new version of %1 is available! - + Nowa wersja %1 jest dostępna! %1 %2 is now available. You have %3. - + %1 %2 jest już dostępny, Ty masz %3. @@ -895,7 +1009,7 @@ Install Update - + Zainstaluj aktualizację @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views %1 widziane - + %1 of %2 (%3) — %4 %1 z %2 (%3) — %4 - + Preparing Przegotowuję - + Failed Niepowodzenie - + Completed Zakończone - + Stopped Zatrzymano - + Stop downloading Zatrzymaj pobieranie - + Show in %1 Pokaż w %1 - + Open parent folder - + Restart downloading Pobierz od nowa @@ -1044,17 +1158,17 @@ Short - + Krótkie Medium - + Średnie Long - + Długie @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Witaj w <a href='%1'>%2</a>, - + Get the full version Pobierz pełną wersję - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Zatwierdź - + a keyword słowo kluczowe - + a channel kanał - + to start watching videos. aby rozpocząć oglądanie - + Watch Oglądaj - + Recent keywords Ostatnio szukane - + Recent channels Odwiedzone kanały @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back &Wstecz @@ -1196,11 +1310,6 @@ Most Popular - - - Featured - - Most Shared @@ -1216,16 +1325,21 @@ Top Rated + + + All Time Popular + + Video - + Cannot get video stream for %1 Nie można uzyskać dostępu do %1 - + Network error: %1 for %2 Błąd sieci: %1 for %2 @@ -1370,7 +1484,7 @@ Netherlands - + Holandia @@ -1470,7 +1584,7 @@ Worldwide - + Ogólnoświatowy \ No newline at end of file diff --git a/locale/pl_PL.ts b/locale/pl_PL.ts index fb2321e..912941f 100644 --- a/locale/pl_PL.ts +++ b/locale/pl_PL.ts @@ -134,6 +134,95 @@ Kup licencję + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Wszystkie filmy + + + + Unwatched Videos + Nieobejrzane filmy + + + + ChannelView + + + Mark all as watched + Oznacz wszystkie jako obserwowane + + + + Show Updated + Pokaż zaktualizowane + + + + Name + Nazwa + + + + Last Updated + Ostatnio Zaktualizowane + + + + Last Added + Ostatnio Dodane + + + + Last Watched + Ostatnio Zaobserwowane + + + + Most Watched + Najczęściej Obserwowane + + + + Sort by + Sortuj według + + + + All Videos + Wszystkie filmy + + + + Unwatched Videos + Nieobejrzane filmy + + + + There are no updated subscriptions at this time. + Brak zaktualizowanych subskrypcji. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + + + ClearButton @@ -339,25 +428,35 @@ HomeView - + Search Szukaj - + Find videos and channels by keyword Znajdź filmy i kanały po słowie kluczowym - + Browse Przeglądaj - + Browse videos by category Przeglądaj filmy po kategorii + + + Subscriptions + Subskrypcje + + + + Channel subscriptions + + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Błąd @@ -375,426 +474,431 @@ MainWindow - + &Stop &Zatrzymaj - + Stop playback and go back to the search view Przerwij odtwarzanie i wróć do wyszukiwania - + S&kip Prze&skocz dalej - + Skip to the next video Przejdź do następnego pliku wideo - - + + &Pause &Pauza - - + + Pause playback Wstrzymaj odtwarzanie - + &Full Screen &Pełny ekran - + Go full screen Przełącz na pełny ekran - + Hide the playlist and the toolbar Ukryj listę odtwarzania i pasek narzędzi - + Go to the YouTube video page and pause playback Przejdź do strony YouTube i wstrzymaj odtwarzanie - + Copy the current video YouTube link to the clipboard Skopiuj link YouTube odtwarzanego filmu do schowka - + Copy the current video stream URL to the clipboard Kopiuj adres URL odtwarzanego wideo do schowka - + Find other video parts hopefully in the right order Znajdź pozostałe części filmu w, miejmy nadzieję, dobrej kolejności - + &Remove &Usuń - + Remove the selected videos from the playlist Usuń wybrane pliki z listy odtwarzania - + Move &Up Przesuń w &Górę - + Move up the selected videos in the playlist Przesuń wyżej zaznaczone pliki - + Move &Down Przesuń w &Dół - + Move down the selected videos in the playlist Przesuń niżej zaznaczone pliki - + Clear the search history. Cannot be undone. Czyści historię wyszukiwania. Nieodwracalnie. - + &Quit &Weź to wyłącz - + Bye Narciarz - + &Website &Wyświetl stronę - + %1 on the Web %1 on the Web - + Please support the continued development of %1 Wesprzyj dalszy rozwój %1 - + &About O &Programie - + Info about %1 Informacje o %1 - + Search Szukaj - + Mute volume Wycisz - - + + &Downloads &Pobrane - + Show details about video downloads Pokaż szczegóły o pobranych plikach - + &Download &Pobierz - + Download the current video Pobierz aktualny plik - + + &Subscribe to Channel + + + + Share the current video using %1 Podziel się tym filmem przez %1 - + &Email &E-mail - + Email e-mail - + &Close &Zamknij - + &Float on Top &Ustaw na wierzchu - + &Stop After This Video &Zatrzymaj po tym filmie - + &Report an Issue... Zgłoś problem... - + &Refine Search... &Zawęź wyszukiwanie... - + More... Więcej... - + &Related Videos Powiązane filmy - + Watch videos related to the current one Oglądaj filmy powiązane z aktualnie oglądanym - + &Application &Aplikacja - + Buy %1... Kup%1 - + &Playback &Odtwarzanie - + &Playlist &Lista odtwarzania - + &Video &Wideo - + &View &Widok - + &Share &Podziel się - + &Help &Halp znaczy pomoc - + Press %1 to raise the volume, %2 to lower it Naciśnij %1 aby podgłośnić, %2 aby przyciszyć - - + + Opening %1 Otwieranie %1 - + Do you want to exit %1 with a download in progress? Czy na pewno chcesz zamknąć %1 w trakcie pobierania??? - + If you close %1 now, this download will be cancelled. Jeśli zamkniesz %1 teraz, To pobieranie będzie anulowane. - + Close and cancel download Zamnij i anuluj pobieranie - + Wait for download to finish Poczekaj na zakończenie pobierania - + Leave &Full Screen Opuść pełny ekran (&F) - + %1 version %2 is now available. Wersja %1 %2 jest dostępna - + Remind me later Przypomnij później - + Update Zaktualizuj - + Error: %1 Błąd %1 - + P&revious P&oprzedni - + Go back to the previous track Wróć do poprzedniej ścieżki - + &Compact Mode &Tryb kompaktowy - + Open the &YouTube Page Otwórz stronę &YouTube - + Copy the YouTube &Link Skopiuj &link do strony Youtube - + Copy the Video Stream &URL Skopiuj &URL strumienia wideo - + Find Video &Parts Znajdź części filmu - + &Clear Recent Searches &Wyczyść ostatnie wyszukiwania - + Make a &Donation Przekaż &dotację - + &Manually Start Playing &Ręczne rozpoczynanie odtwarzania - + Manually start playing videos Ręcznie odtwarzaj filmy - + Choose your content location Wybierz swoją lokalizację - + &Play &Graj - + Resume playback Przywróć odtwarzanie - + Remaining time: %1 Pozostały czas: %1 - + Volume at %1% Głośność: %1% - + Volume is muted Dźwięk wyciszony - + Volume is unmuted Dźwięk przywrócony - + Maximum video definition set to %1 Maksymalna rozdzielczość wideo ustawiona na %1 - + Your privacy is now safe Twoja prywatność jest już bezpieczna - + Downloads complete Pobieranie ukończone @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Teraz można wkleić link YouTube do innej aplikacji - + You can now paste the video stream URL into another application Teraz możesz wkleić URL do innej aplikacji - + The link will be valid only for a limited time. Link będzie ważny tylko przez ograniczony czas. - + This is just the demo version of %1. To jest tylko wersja demo %1. - + It allows you to test the application and see if it works for you. Pozwala przetestować aplikację, i zobaczyć czy Ci odpowiada. - + Continue Dalej - + of Used in video parts, as in '2 of 3' z - + part This is for video parts, as in 'Cool video - part 1' część - + episode This is for video parts, as in 'Cool series - episode 1' odcinek - + Sent from %1 Przesłane od %1 - + + Unsubscribe from %1 + Usuń subskrypcje %1 + + + + Subscribe to %1 + Subskrybuj %1 + + + Get the full version Zdobądź pełną wersję - + Downloading %1 Pobieranie %1 @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views %1widziany - + %1 of %2 (%3) — %4 %1 z %2 (%3) — %4 - + Preparing Przygotowywanie - + Failed Niepowodzenie - + Completed Ukończone - + Stopped Zatrzymano - + Stop downloading Przerwij pobieranie - + Show in %1 Pokaż w %1 - + Open parent folder Otwórz katalog nadrzędny - + Restart downloading Pobierz ponownie @@ -1003,7 +1117,7 @@ View Count - + Wyświetlenia @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Witaj w <a href='%1'>%2</a>, - + Get the full version Pobierz pełną wersję - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Zatwierdź - + a keyword słowo kluczowe - + a channel kanał - + to start watching videos. aby rozpocząć oglądanie - + Watch Oglądaj - + Recent keywords Ostatnie wyszukiwania - + Recent channels Ostatnie kanały @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back &Wstecz @@ -1196,11 +1310,6 @@ Most Popular Najpopularniejsze - - - Featured - Wyróżnione - Most Shared @@ -1216,16 +1325,21 @@ Top Rated Najlepiej oceniane + + + All Time Popular + + Video - + Cannot get video stream for %1 Strumieniowanie %1 nie powiodło się - + Network error: %1 for %2 Błąd sieci: %1 dla %2 diff --git a/locale/pt_BR.ts b/locale/pt_BR.ts index fca6446..81ca250 100644 --- a/locale/pt_BR.ts +++ b/locale/pt_BR.ts @@ -15,7 +15,7 @@ Licensed to: %1 - + Licenciado a: %1 @@ -78,17 +78,17 @@ Enter your License Details - + Entre com seus Detalhes de Licença &Email: - + E-mail: &Code: - + Código: @@ -106,12 +106,12 @@ The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - + A versão completa permite que você baixe vídeos com mais de %1 minutos e assista-os sem interrupções. Without a license, the application will expire in %1 days. - + Sem licença, a aplicação irá expirar em %1 dias. @@ -126,12 +126,101 @@ Enter License - + Entrar com a Licença. Buy License - + Comprar a Licença. + + + + ChannelAggregator + + + By %1 + Por %1 + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Todos Os Vídeos + + + + Unwatched Videos + Vídeos Não Assistidos + + + + ChannelView + + + Mark all as watched + Marcar tudo como assistido + + + + Show Updated + Mostrar Atualização + + + + Name + Nome + + + + Last Updated + Última Atualização + + + + Last Added + Último Adicionado + + + + Last Watched + Último Assistido + + + + Most Watched + Mais Assistidos + + + + Sort by + Ordenar por + + + + All Videos + Todos Os Vídeos + + + + Unwatched Videos + Vídeos Não Assistidos + + + + There are no updated subscriptions at this time. + Não há assinaturas atualizadas neste momento. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + Você não tem assinaturas. Use o símbolo da estrela para assinar canais. @@ -270,7 +359,7 @@ Downloading update... - + Baixando atualização... @@ -339,24 +428,34 @@ HomeView - + Search Pesquisar - + Find videos and channels by keyword - + Encontrar vídeos e canais por palavra-chave - + Browse - + Procurar - + Browse videos by category - + Procurar vídeos por categoria + + + + Subscriptions + Assinados + + + + Channel subscriptions + Canais assinados @@ -367,7 +466,7 @@ LoadingWidget - + Error Erro @@ -375,426 +474,431 @@ MainWindow - + &Stop &Parar - + Stop playback and go back to the search view Parar a reprodução e voltar à visualização da pesquisa - + S&kip Pu&lar - + Skip to the next video Pular para o próximo vídeo - - + + &Pause &Pausar - - + + Pause playback Pausar a reprodução - + &Full Screen &Tela Cheia - + Go full screen Ir para a tela cheia - + Hide the playlist and the toolbar Ocultar a playlist e a barra de ferramentas - + Go to the YouTube video page and pause playback Ir à página de vídeo do YouTube e pausar a reprodução - + Copy the current video YouTube link to the clipboard Copiar o link do vídeo atual do YouTube para a área de transferência - + Copy the current video stream URL to the clipboard Copiar a URL do stream do vídeo atual para a área de transferência - + Find other video parts hopefully in the right order Localizar partes de outro vídeo esperando na ordem certa - + &Remove &Remover - + Remove the selected videos from the playlist Remover os vídeos selecionados da playlist - + Move &Up Mover para &cima - + Move up the selected videos in the playlist Mover para cima os vídeos selecionados na playlist - + Move &Down Mover para &baixo - + Move down the selected videos in the playlist Mover para baixo os vídeos selecionados na playlist - + Clear the search history. Cannot be undone. Apagar o histórico de pesquisa. Não pode ser desfeito. - + &Quit &Sair - + Bye Tchau - + &Website Si&te - + %1 on the Web %1 na Web - + Please support the continued development of %1 Por favor, apoie o desenvolvimento continuado de %1 - + &About &Sobre - + Info about %1 Informações sobre %1 - + Search Pesquisar - + Mute volume Volume mudo - - + + &Downloads &Downloads - + Show details about video downloads Mostrar detalhes sobre os downloads de vídeo - + &Download &Download - + Download the current video Baixar o vídeo atual - + + &Subscribe to Channel + A&ssinar um canal + + + Share the current video using %1 Compartilhar o vídeo atual usando %1 - + &Email &E-mail - + Email E-mail - + &Close &Fechar - + &Float on Top &Sempre Acima - + &Stop After This Video &Parar Após Este Vídeo - + &Report an Issue... &Relatar um problema... - + &Refine Search... &Refinar Pesquisa... - + More... - + Mais... - + &Related Videos - + Vídeos &relacionados - + Watch videos related to the current one - + Assistir vídeos relacionados à atual - + &Application &Aplicação - + Buy %1... Adquirir %1... - + &Playback &Reprodução - + &Playlist &Playlist - + &Video &Vídeo - + &View &Visualizar - + &Share &Compartilhar - + &Help &Ajuda - + Press %1 to raise the volume, %2 to lower it Pressione %1 para aumentar o volume, %2 para diminui-lo - - + + Opening %1 Abrindo %1 - + Do you want to exit %1 with a download in progress? Você deseja sair de "%1" com uma transferência em curso? - + If you close %1 now, this download will be cancelled. Se você fechar %1 agora, este download será cancelado. - + Close and cancel download Fechar e cancelar download - + Wait for download to finish Aguardar o download terminar - + Leave &Full Screen Deixar Em &Tela Cheia - + %1 version %2 is now available. %1 versão %2 está agora disponível. - + Remind me later Lembrar mais tarde - + Update Atualizar - + Error: %1 Erro: %1 - + P&revious Ante&rior - + Go back to the previous track Ir para a faixa anterior - + &Compact Mode Modo &Compacto - + Open the &YouTube Page Abrir a Página do &YouTube - + Copy the YouTube &Link Copiar o &Link do YouTube - + Copy the Video Stream &URL Copiar a &URL do Stream do Vídeo - + Find Video &Parts Localizar &Parte Do Vídeo - + &Clear Recent Searches &Limpar Buscas Recentes - + Make a &Donation Faça uma &Doação - + &Manually Start Playing Iniciar &Manualmente A Reprodução - + Manually start playing videos Iniciar manualmente a reprodução de vídeos - + Choose your content location - + Escolher seu conteúdo local - + &Play &Reproduzir - + Resume playback Continuar reprodução - + Remaining time: %1 Tempo restante: %1 - + Volume at %1% Volume a %1% - + Volume is muted Volume está mudo - + Volume is unmuted Volume não está mudo - + Maximum video definition set to %1 Máxima definição de vídeo definida para %1 - + Your privacy is now safe Sua privacidade está agora segura - + Downloads complete Downloads finalizados @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Agora você pode colar o link do YouTube em outro programa - + You can now paste the video stream URL into another application Agora você pode colar a URL do stream de vídeo em outro programa - + The link will be valid only for a limited time. O link só será válido por um tempo limitado. - + This is just the demo version of %1. Esta é apenas a versão demonstação de %1. - + It allows you to test the application and see if it works for you. Ele permite que você teste o aplicativo e veja se ele funciona para você. - + Continue Continuar - + of Used in video parts, as in '2 of 3' de - + part This is for video parts, as in 'Cool video - part 1' parte - + episode This is for video parts, as in 'Cool series - episode 1' epsódio - + Sent from %1 Envido de %1 - + + Unsubscribe from %1 + Cancelar a assinatura de %1 + + + + Subscribe to %1 + Assinar %1 + + + Get the full version Obter a versão completa - + Downloading %1 Baixando %1 @@ -870,32 +984,32 @@ A new version of %1 is available! - + Uma nova versão do %1 está disponível! %1 %2 is now available. You have %3. - + %1 %2 está disponível. Você está usando %3. Would you like to download it now? - + Gostaria de fazer o download agora? Skip This Version - + Pular esta versão. Remind Me Later - + Me lembre mais tarde. Install Update - + Instalar atualização. @@ -903,58 +1017,58 @@ Paste - + Colar. PlaylistItemDelegate - + %1 views %1 visualizações - + %1 of %2 (%3) — %4 %1 de %2 (%3) — %4 - + Preparing Preparando - + Failed Falhou - + Completed Finalizado - + Stopped Parado - + Stop downloading Parar download - + Show in %1 Mostrar em %1 - + Open parent folder Abrir pasta pai - + Restart downloading Reiniciar download @@ -1097,7 +1211,7 @@ Done - + Feito @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Bem-vindo ao <a href='%1'>%2</a>, - + Get the full version Obter a versão completa - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Digite - + a keyword uma palavra chave - + a channel um canal - + to start watching videos. para começar a assistir vídeos. - + Watch Assistir - + Recent keywords Palavra-chave recente - + Recent channels Canais recentes @@ -1160,20 +1274,20 @@ SidebarHeader - - + + &Back &Voltar Forward to %1 - + Avançar para %1 Back to %1 - + Voltar para %1 @@ -1194,38 +1308,38 @@ Most Popular - - - - - Featured - + Mais Popular Most Shared - + Mais Compartilhado Most Discussed - + Mais Discutido Top Rated - + Mais Populares + + + + All Time Popular + Todos Os Tempos Populares 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 @@ -1235,242 +1349,242 @@ Algeria - + Argélia Argentina - + Argentina Australia - + Austrália Belgium - + Bélgica Brazil - + Brasil Canada - + Canadá Chile - + Chile Colombia - + Colômbia Czech Republic - + República Tcheca Egypt - + Egito France - + França Germany - + Alemanha Ghana - + Gana Greece - + Grécia Hong Kong - + Hong Kong Hungary - + Hungria India - + Índia Indonesia - + Indonésia Ireland - + Irlanda Israel - + Israel Italy - + Itália Japan - + Japão Jordan - + Jordânia Kenya - + Quênia Malaysia - + Malásia Mexico - + México Morocco - + Marrocos Netherlands - + Holanda New Zealand - + Nova Zelândia Nigeria - + Nigéria Peru - + Peru Philippines - + Filipinas Poland - + Polônia Russia - + Rússia Saudi Arabia - + Arábia Saudita Singapore - + Singapura South Africa - + África do Sul South Korea - + Coréia do Sul Spain - + Espanha Sweden - + Suécia Taiwan - + Taiwan Tunisia - + Tunísia Turkey - + Turquia Uganda - + Uganda United Arab Emirates - + Emirados Árabes Unidos United Kingdom - + Reino Unido Yemen - + Iémen Worldwide - + Mundial \ No newline at end of file diff --git a/locale/ro.ts b/locale/ro.ts index 44824e7..23dd193 100644 --- a/locale/ro.ts +++ b/locale/ro.ts @@ -134,6 +134,95 @@ Cumpără Licență + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + + + + + Show Updated + + + + + Name + + + + + Last Updated + + + + + Last Added + + + + + Last Watched + + + + + Most Watched + + + + + Sort by + Sortează după + + + + All Videos + + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + + + ClearButton @@ -339,25 +428,35 @@ HomeView - + Search Caută - + Find videos and channels by keyword - + Browse - + Browse videos by category + + + Subscriptions + + + + + Channel subscriptions + + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Eroare @@ -375,426 +474,431 @@ MainWindow - + &Stop &Stop - + Stop playback and go back to the search view Oprește redarea și întoarce-te la căsuța de căutare - + S&kip O&mite - + Skip to the next video Treci la videoclipul următor - - + + &Pause &Pauză - - + + Pause playback Pune redarea pe pauză - + &Full Screen Ec&ran complet - + Go full screen Vizualizează pe tot ecranul - + Hide the playlist and the toolbar Ascunde lista de redare și bara de unelte - + Go to the YouTube video page and pause playback Deschide pagina de pe YouTube si pune pauză - + Copy the current video YouTube link to the clipboard Copiază adresa videoclipului YouTube curent în clipboard - + Copy the current video stream URL to the clipboard Copiază adresa fluxului video curent în clipboard - + Find other video parts hopefully in the right order Caută alte părți ale videoclipului - + &Remove Ș&terge - + Remove the selected videos from the playlist Șterge videoclipul selectat din lista de redare - + Move &Up Mută în &sus - + Move up the selected videos in the playlist Mută în sus videoclipul selectat - + Move &Down Mută în &jos - + Move down the selected videos in the playlist Mută în jos videoclipul selectat - + Clear the search history. Cannot be undone. Curăță istoricul de căutări. Acțiune ireversibilă. - + &Quit &Ieșire - + Bye La revedere - + &Website Site &Web - + %1 on the Web %1 pe Web - + Please support the continued development of %1 Te rog să susții dezvoltarea aplicației %1 - + &About &Despre - + Info about %1 Informații despre %1 - + Search Căutare - + Mute volume Oprire sunet - - + + &Downloads &Descărcări - + Show details about video downloads Arată detalii despre descărcările video - + &Download &Descărcare - + Download the current video Descarcă videoclipul curent - + + &Subscribe to Channel + + + + Share the current video using %1 Împărtășește videoclipul curent folosind %1 - + &Email &Email - + Email Email - + &Close În&chide - + &Float on Top &Detașează - + &Stop After This Video &Oprește După Acest Videoclip - + &Report an Issue... &Raportează o problemă... - + &Refine Search... &Căutare rafinată... - + More... - + &Related Videos - + Watch videos related to the current one - + &Application &Aplicație - + Buy %1... Cumpără %1... - + &Playback &Redare - + &Playlist &Listă de redare - + &Video &Video - + &View Vi&zualizare - + &Share Î&mpărtășește - + &Help &Ajutor - + Press %1 to raise the volume, %2 to lower it Apasă pe %1 pentru a da volumul mai tare sau pe %2 pentru a-l da mai încet - - + + Opening %1 Deschidere %1 - + Do you want to exit %1 with a download in progress? Doriţi să ieșiți din %1 cu o descărcare în progres? - + If you close %1 now, this download will be cancelled. Dacă ieșiți acum din %1, procesul de descărcare va fi anulat. - + Close and cancel download Închide și anulează descărcarea - + Wait for download to finish Așteaptă ca descărcarea să se încheie - + Leave &Full Screen Ieși din Ec&ran Complet - + %1 version %2 is now available. Versiunea %1 a %2 este acum disponibilă. - + Remind me later Reamintește-mi mai târziu - + Update Actualizează - + Error: %1 Eroare: %1 - + P&revious &Anterioare - + Go back to the previous track Mergi înapoi la piesa precedentă - + &Compact Mode Modul &Compact - + Open the &YouTube Page Deschide Pagina &YouTube - + Copy the YouTube &Link Copiază &adresa videoclipului YouTube - + Copy the Video Stream &URL Copiază adresa &fluxului video - + Find Video &Parts Caută &Părți ale Videoclipului - + &Clear Recent Searches Șt&erge Căutările Recente - + Make a &Donation Fă o &Donație - + &Manually Start Playing Pornește Redarea &Manual - + Manually start playing videos Pornește redarea videoclipurilor manual - + Choose your content location - + &Play &Redare - + Resume playback Rezumă redarea videoclipului - + Remaining time: %1 Timp rămas : %1 - + Volume at %1% Volum %1 - + Volume is muted Sunetul este oprit - + Volume is unmuted Sunetul este pornit - + Maximum video definition set to %1 Rezoluția maxima a videoclipului este setată la %1 - + Your privacy is now safe Intimitatea dumneavoastră este acum în siguranță - + Downloads complete Descărcări complete @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Acum poți adăuga adresa YouTube într-o altă aplicație - + You can now paste the video stream URL into another application Acum poți adăuga adresa fluxului video într-o altă aplicație - + The link will be valid only for a limited time. Adresa va fi validă doar pentru o perioadă limitată de timp. - + This is just the demo version of %1. Aceasta este doar o versiune demo a %1. - + It allows you to test the application and see if it works for you. Vă permite să testați aplicația și să vedeți dacă funcționează. - + Continue Continuă - + of Used in video parts, as in '2 of 3' din - + part This is for video parts, as in 'Cool video - part 1' partea - + episode This is for video parts, as in 'Cool series - episode 1' episodul - + Sent from %1 Trimis din %1 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version Obține versiunea integrală - + Downloading %1 Descărcare %1 @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views %1 vizionări - + %1 of %2 (%3) — %4 - + Preparing - + Failed - + Completed - + Stopped - + Stop downloading - + Show in %1 - + Open parent folder - + Restart downloading @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Bine ați venit la <a href='%1'>%2</a>, - + Get the full version Obține versiunea integrală - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Introduceți - + a keyword un cuvânt cheie - + a channel un canal - + to start watching videos. pentru a începe să vizionați videoclipuri. - + Watch Urmărește - + Recent keywords Căutări recente - + Recent channels Canale recente @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back Î&napoi @@ -1196,11 +1310,6 @@ Most Popular - - - Featured - - Most Shared @@ -1216,16 +1325,21 @@ Top Rated + + + All Time Popular + + Video - + Cannot get video stream for %1 Nu poate fi accesat fluxul video pentru %1 - + Network error: %1 for %2 Eroare reţea: %1 pentru %2 diff --git a/locale/ru.ts b/locale/ru.ts index 5f4af6e..e91ca34 100644 --- a/locale/ru.ts +++ b/locale/ru.ts @@ -107,7 +107,7 @@ The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - + Полная версия позволяет смотреть видео, добавлять более %1 треков в списке воспроизведения и выбирать разные варианты песен. @@ -135,6 +135,95 @@ Купить лицензию + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + Отметить все как просмотренное + + + + Show Updated + Показать обновленные + + + + Name + Название + + + + Last Updated + Недавно обновленные + + + + Last Added + Недавно добавленные + + + + Last Watched + Недавно просмотренные + + + + Most Watched + Наиболее просмативаемые + + + + Sort by + Сортировать по + + + + All Videos + Все видео + + + + Unwatched Videos + Не просмотренное видео + + + + There are no updated subscriptions at this time. + В настоящее время нет обновлений подписок. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + У вас нед подписок. Используйте символ звездочки чтобы подпываться на каналы. + + ClearButton @@ -340,35 +429,45 @@ HomeView - + Search Поиск - + Find videos and channels by keyword - + Поиск видео и каналов по запросу - + Browse - + Смотреть - + Browse videos by category - + Смотреть видео по категориям + + + + Subscriptions + Подписки + + + + Channel subscriptions + Подписки на каналы Make yourself comfortable - + Чувствуйте себя как дома LoadingWidget - + Error Ошибка @@ -376,426 +475,431 @@ MainWindow - + &Stop &Остановить - + Stop playback and go back to the search view Остановить воспроизведение и вернуться к поиску - + S&kip П&ропустить - + Skip to the next video Перейти к следующему клипу - - + + &Pause &Пауза - - + + Pause playback Приостановить воспроизведение - + &Full Screen &На весь экран - + Go full screen Полноэкранное воспроизведение - + Hide the playlist and the toolbar Скрыть список воспроизведения и панель инструментов - + Go to the YouTube video page and pause playback Приостановить воспроизведение и перейти на страницу видео в YouTube - + Copy the current video YouTube link to the clipboard Скопировать ссылку текущего клипа YouTube в буфер обмена - + Copy the current video stream URL to the clipboard Скопировать адрес текущего видео потока в буфер обмена - + Find other video parts hopefully in the right order Найти другие части видео, надеюсь, в правильном порядке - + &Remove &Удалить - + Remove the selected videos from the playlist Удалить выбранные клипы из списка воспроизведения - + Move &Up В&верх - + Move up the selected videos in the playlist Переместить выбранные видеоклипы вверх в списке воспроизведения - + Move &Down В&низ - + Move down the selected videos in the playlist Переместить выбранные видеоклипы вниз в списке воспроизведения - + Clear the search history. Cannot be undone. Очистить историю запросов. Изменения необратимы. - + &Quit &Выход - + Bye Пока - + &Website &Домашняя страница - + %1 on the Web %1 в интернете - + Please support the continued development of %1 Поддержите дальнейшую разработку %1 - + &About &О программе - + Info about %1 Сведения о %1 - + Search Поиск - + Mute volume Выключить звук - - + + &Downloads Загрузки - + Show details about video downloads Показать подробности о загрузках видео - + &Download Загрузить - + Download the current video Загрузить проигрываемый файл - + + &Subscribe to Channel + + + + Share the current video using %1 Поделиться текущим видео с помощью %1 - + &Email &Email - + Email Email - + &Close &Закрыть - + &Float on Top &Поверх всех окон - + &Stop After This Video Ост&ановить после этого видео - + &Report an Issue... Соо&бщить об ошибке - + &Refine Search... &Уточнить поиск... - + More... Больше... - + &Related Videos По&хожее видео - + Watch videos related to the current one Смотреть видео, связанные с текущим - + &Application Пр&иложение - + Buy %1... Купить %1... - + &Playback &Воспроизведение - + &Playlist &Список воспроизведения - + &Video &Видео - + &View &Просмотр - + &Share &Поделиться - + &Help Спр&авка - + Press %1 to raise the volume, %2 to lower it Нажмите %1 для увеличения громкости и %2 для уменьшения - - + + Opening %1 Открытие %1 - + Do you want to exit %1 with a download in progress? Вы действительно хотите закрыть %1 в то время, как загружаются файлы? - + If you close %1 now, this download will be cancelled. Если вы закроете %1 прямо сейчас, текущие загрузки будут отменены. - + Close and cancel download Выйти отменив загрузки - + Wait for download to finish Подождать завершения загрузок - + Leave &Full Screen Покинуть п&олноэкранный режим - + %1 version %2 is now available. %1 версия %2 теперь доступна. - + Remind me later Напомнить позже - + Update Обновление - + Error: %1 Ошибка: %1 - + P&revious Пр&едыдущий - + Go back to the previous track Вернуться к предыдущему треку - + &Compact Mode Компак&тный режим - + Open the &YouTube Page От&крыть страницу YouTube - + Copy the YouTube &Link Копировать &ссылку на YouTube - + Copy the Video Stream &URL Копировать ссылку на в&идео поток - + Find Video &Parts Найти &фрагменты видео - + &Clear Recent Searches О&чистить последние поисковые запросы - + Make a &Donation Сд&елать пожертвование - + &Manually Start Playing &Начать проигрывание вручную - + Manually start playing videos Начать проигрывание видео вручную - + Choose your content location - + Выберите ваше расположение - + &Play Пр&оиграть - + Resume playback Продолжить воспроизведение - + Remaining time: %1 Осталось: %1 - + Volume at %1% Громкость %1% - + Volume is muted Звук выключен - + Volume is unmuted Звук включен - + Maximum video definition set to %1 Максимальное разрешение видео: %1 - + Your privacy is now safe Конфиденциальность обеспечена - + Downloads complete Загрузка завершена @@ -803,65 +907,75 @@ MediaView - + You can now paste the YouTube link into another application Теперь можно вставить адрес YouTube в другое приложение - + You can now paste the video stream URL into another application Теперь можно вставить адрес видео потока в другое приложение - + The link will be valid only for a limited time. Адрес будет существовать ограниченное время. - + This is just the demo version of %1. Данная программа является демо-версией %1. - + It allows you to test the application and see if it works for you. Она позволяет вам оценить приложение. - + Continue Продолжить - + of Used in video parts, as in '2 of 3' из - + part This is for video parts, as in 'Cool video - part 1' часть - + episode This is for video parts, as in 'Cool series - episode 1' эпизод - + Sent from %1 Отправить из %1 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version Купить полную версию - + Downloading %1 Загружаю %1 @@ -910,52 +1024,52 @@ PlaylistItemDelegate - + %1 views %1 просмотров - + %1 of %2 (%3) — %4 - + %1 из %2 (%3) — %4 - + Preparing Подготовка - + Failed - + Ошибка - + Completed Завершено - + Stopped Остановлено - + Stop downloading Отмена загрузки - + Show in %1 - + Показать в %1 - + Open parent folder Открыть родительский каталог - + Restart downloading Перезапустить загрузку @@ -970,7 +1084,7 @@ Show %1 More - + Показать ещё %1 @@ -1112,48 +1226,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Добро пожаловать в <a href='%1'>%2</a>, - + Get the full version Купить полную версию - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Введите - + a keyword запрос - + a channel канал - + to start watching videos. чтобы начать просмотр. - + Watch Смотреть - + Recent keywords Последние запросы - + Recent channels Последние каналы @@ -1161,8 +1275,8 @@ SidebarHeader - - + + &Back Н&азад @@ -1197,11 +1311,6 @@ Most Popular Самые популярные - - - Featured - Популярные - Most Shared @@ -1217,16 +1326,21 @@ Top Rated Лучшие оценки + + + All Time Popular + Популярное за все время + Video - + Cannot get video stream for %1 Не удалось получить видео поток для %1 - + Network error: %1 for %2 Ошибка сети: %1 на %2 @@ -1316,47 +1430,47 @@ India - + Индия Indonesia - + Индонезия Ireland - + Ирландия Israel - + Израиль Italy - + Италия Japan - + Япония Jordan - + Иордания Kenya - + Кения Malaysia - + Малайзия @@ -1471,7 +1585,7 @@ Worldwide - + Во всем мире \ No newline at end of file diff --git a/locale/sk.ts b/locale/sk.ts index d54f732..4b373f9 100644 --- a/locale/sk.ts +++ b/locale/sk.ts @@ -134,6 +134,95 @@ Zakúpiť licenciu + + ChannelAggregator + + + By %1 + Od %1 + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Všetky videá + + + + Unwatched Videos + Neprezreté videá + + + + ChannelView + + + Mark all as watched + Označiť všetky ako zhliadnuté + + + + Show Updated + Zobraziť aktualizované + + + + Name + Meno + + + + Last Updated + Naposledy aktualizované + + + + Last Added + Naposledy pridané + + + + Last Watched + Naposledy prezerané + + + + Most Watched + Najviac prezerané + + + + Sort by + Zoradiť podľa + + + + All Videos + Všetky videá + + + + Unwatched Videos + Neprezreté videá + + + + There are no updated subscriptions at this time. + Nie sú k dispozícii žiadne aktualizované subskripcie. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + Nemáš žiadne subskripcie. Použi symbol hviezdy pre odoberanie kanálov. + + ClearButton @@ -339,25 +428,35 @@ HomeView - + Search Hľadať - + Find videos and channels by keyword Nájsť videá a kanály podľa kľúča - + Browse Prehliadať - + Browse videos by category Prehliadať videá podľa kategórie + + + Subscriptions + Subskripcie + + + + Channel subscriptions + Odber kanálov + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Chyba @@ -375,426 +474,431 @@ MainWindow - + &Stop &Zastaviť - + Stop playback and go back to the search view Zastaviť prehrávanie a vrátiť sa k výsledkom hľadania - + S&kip &Preskočiť - + Skip to the next video Preskočiť na nasledovné video - - + + &Pause &Pozasaviť - - + + Pause playback Pozastaviť prehrávanie - + &Full Screen &Celá obrazovka - + Go full screen Na celú obrazovku - + Hide the playlist and the toolbar Skryť playlist a nástrojovú lištu - + Go to the YouTube video page and pause playback Prejsť na YouTube stránku videa a pozastaviť prehrávanie - + Copy the current video YouTube link to the clipboard Kopírovať YouTube odkaz aktuálneho videa do schránky - + Copy the current video stream URL to the clipboard Kopírovať odkaz aktuálneho video streamu do schránky - + Find other video parts hopefully in the right order Pokúsiť sa nájsť zvyšné video časti - + &Remove &Odstrániť - + Remove the selected videos from the playlist Odstrániť vybrané videá z playlistu - + Move &Up Presunúť &nahor - + Move up the selected videos in the playlist Presunúť vybrané videá v playliste nahor - + Move &Down Presunúť &nadol - + Move down the selected videos in the playlist Presunúť vybrané videá v playliste nadol - + Clear the search history. Cannot be undone. Vyčisiť históriu hľadania. Nevratná akcia. - + &Quit &Ukončiť - + Bye Maj sa - + &Website &Domovská stránka - + %1 on the Web %1 na Internete - + Please support the continued development of %1 Podpor prosím pokračujúci vývoj %1 - + &About &O projekte - + Info about %1 Informácie o %1 - + Search Hľadať - + Mute volume Stlmiť hlasitosť - - + + &Downloads &Sťahovania - + Show details about video downloads Zobraziť detaily o sťahovaní - + &Download &Stiahnuť - + Download the current video Stiahnuť aktuálne video - + + &Subscribe to Channel + &Odoberať daný kanál + + + Share the current video using %1 Zdieľať aktuálne video cez %1 - + &Email &E-mail - + Email E-mailová adresa - + &Close &Zatvoriť - + &Float on Top &Vždy na vrchu - + &Stop After This Video &Zastav po tomto videu - + &Report an Issue... &Nahlásiť problém... - + &Refine Search... &Upraviť kritériá hľadania... - + More... Viac... - + &Related Videos &Pridružené vidá - + Watch videos related to the current one Pozerať videá pridružené k aktuálnemu - + &Application &Aplikácia - + Buy %1... Zakúpiť %1... - + &Playback &Prehrávanie - + &Playlist &Playlist - + &Video &Video - + &View &Zobrazenie - + &Share &Zdieľanie - + &Help &Nápoveda - + Press %1 to raise the volume, %2 to lower it Stlač %1 pre zvýšenie hlasitosti, %2 pre jej zníženie - - + + Opening %1 Otváram %1 - + Do you want to exit %1 with a download in progress? Chceš ukončiť %1 aj napriek prebiehajúcemu sťahovaniu? - + If you close %1 now, this download will be cancelled. Pokiaľ teraz ukončíš %1, prídeš o aktuálne sťahovanie. - + Close and cancel download Zatvoriť a zrušiť sťahovanie - + Wait for download to finish Počkať kým skončí sťahovanie - + Leave &Full Screen Opustiť režim &celej obrazovky - + %1 version %2 is now available. %1 verzie %2 je k dispozícii. - + Remind me later Pripomenúť neskôr - + Update Aktualizácia - + Error: %1 Chyba: %1 - + P&revious &Predošlé - + Go back to the previous track Ísť na predošlé video - + &Compact Mode &Kompaktný mód - + Open the &YouTube Page Otvoriť &YouTube stránku - + Copy the YouTube &Link Kopírovať &odkaz z YouTube - + Copy the Video Stream &URL Kopírovať &URL video streamu - + Find Video &Parts Nájsť zvyšné relevantné &časti - + &Clear Recent Searches &Vyčistiť zoznam posledných hľadaní - + Make a &Donation Finančne &podporiť - + &Manually Start Playing &Manuálne prehrávanie - + Manually start playing videos Koniec manuálneho prehrávania - + Choose your content location Vybrať svoju obsahovú lokáciu - + &Play &Prehrať - + Resume playback Obnoviť prehrávanie - + Remaining time: %1 Zostávajúci čas: %1 - + Volume at %1% Hlasitosť na %1% - + Volume is muted Hlasitosť stlmená - + Volume is unmuted Hlasitosť nie je stlmená - + Maximum video definition set to %1 Maximálne rozlíšenie videa nastavené na %1 - + Your privacy is now safe Nemaj obavy o súkromie - + Downloads complete Sťahovanie kompletné @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Takto môžeš prilepiť YouTube odkaz do inej aplikácie - + You can now paste the video stream URL into another application Budeš môcť prilepiť odkaz video streamu do inej aplikácie - + The link will be valid only for a limited time. Odkaz bude platný len obmedzenú dobu. - + This is just the demo version of %1. Ide o demoverziu %1. - + It allows you to test the application and see if it works for you. Umožní ti aplikáciu vyskúšať a pohodlne otestovať. - + Continue Pokračuj - + of Used in video parts, as in '2 of 3' z - + part This is for video parts, as in 'Cool video - part 1' časť - + episode This is for video parts, as in 'Cool series - episode 1' epizóda - + Sent from %1 Odoslané z %1 - + + Unsubscribe from %1 + Zrušiť odber z %1 + + + + Subscribe to %1 + Odoberať z %1 + + + Get the full version Získať plnú verziu - + Downloading %1 Sťahujem %1. @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views %1 prezretí - + %1 of %2 (%3) — %4 %1 z %2 (%3) — %4 - + Preparing Pripravujem - + Failed Zlyhané - + Completed Úspešné - + Stopped Zastavené - + Stop downloading Zastav sťahovanie - + Show in %1 Zobraz v %1 - + Open parent folder Otvor nadradený adresár - + Restart downloading Opakuj sťahovanie @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Vitaj v aplikácii <a href='%1>%2</a>, - + Get the full version Získať plnú verziu - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Vlož - + a keyword kľúčové slovo - + a channel názov kanálu - + to start watching videos. pre spustenie sledovania. - + Watch Pozerať - + Recent keywords Posledné kľúčové slová - + Recent channels Posledné kanály @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back &Späť @@ -1196,11 +1310,6 @@ Most Popular Najpopulárnejšie - - - Featured - Prominentné - Most Shared @@ -1216,16 +1325,21 @@ Top Rated Najvyššiehodnotené + + + All Time Popular + Dlhodobo najpopulárnejšie + Video - + Cannot get video stream for %1 Nedostupný video stream pre %1 - + Network error: %1 for %2 Chyba siete: %1 pre %2 diff --git a/locale/sl.ts b/locale/sl.ts index 4d06d33..0714455 100644 --- a/locale/sl.ts +++ b/locale/sl.ts @@ -83,7 +83,7 @@ &Email: - + &E-pošta @@ -106,12 +106,12 @@ The full version allows you to download videos longer than %1 minutes and to watch videos without interruptions. - + Polna različica omogoča prenos posnetkov daljših od %1 minut in njihovo gledanje brez prekinitev. Without a license, the application will expire in %1 days. - + Brez licence bo uporabnost aplikacije potekla čez %1 dni. @@ -126,11 +126,100 @@ Enter License - + Vpis licence Buy License + Kupi licenco + + + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Vsi videoposnetki + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + Označi vse za pregledane + + + + Show Updated + Pokaži posodobitve + + + + Name + Naziv + + + + Last Updated + Nazadnje posodobljeno + + + + Last Added + Nazadnje dodano + + + + Last Watched + Nazadnje gledano + + + + Most Watched + Največkrat gledano + + + + Sort by + Razvrsti glede na + + + + All Videos + Vsi videoposnetki + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. @@ -270,7 +359,7 @@ Downloading update... - + Prenos posodobitve... @@ -339,25 +428,35 @@ HomeView - + Search Išči - + Find videos and channels by keyword - + Išči posnetke in kanale po ključnih besedah - + Browse - + Browse videos by category + + + Subscriptions + + + + + Channel subscriptions + + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Napaka @@ -375,426 +474,431 @@ MainWindow - + &Stop U&stavi - + Stop playback and go back to the search view Ustavi predvajanje in se vrne v iskalni pogled - + S&kip Pres&koči - + Skip to the next video Skoči na naslednji video - - + + &Pause &Pavza - - + + Pause playback Premor v predvajanju - + &Full Screen &Celozaslonski način - + Go full screen Gre v celozaslonski način - + Hide the playlist and the toolbar Skrije predvajalni seznam in orodno vrstico - + Go to the YouTube video page and pause playback Gre na stran posnetka na YouTube in ustavi predvajanje - + Copy the current video YouTube link to the clipboard Kopira povezavo YouTube trenutnega posnetka v odložišče - + Copy the current video stream URL to the clipboard Kopira URL trenutnega video pretoka v odložišče - + Find other video parts hopefully in the right order Poišče ostale dele posnetka, predvidoma v pravem zaporedju - + &Remove Odst&rani - + Remove the selected videos from the playlist Odstrani izbrani video iz predvajalnega seznama - + Move &Up Premakni &gor - + Move up the selected videos in the playlist Izbrani video premakne mesto više v predvajalnem seznamu - + Move &Down Premakni &dol - + Move down the selected videos in the playlist Izbrani video premakne mesto niže v predvajalnem seznamu - + Clear the search history. Cannot be undone. Izbriše zgodovino iskanje. Tega dejanja ni mogoče razveljaviti. - + &Quit &Zapri - + Bye Nasvidenje - + &Website &Spletno mesto - + %1 on the Web %1 na spletu - + Please support the continued development of %1 Podprite prosim nadaljni razvoj programa %1 - + &About &O programu - + Info about %1 Informacije o %1 - + Search Išči - + Mute volume Nemo - - + + &Downloads Pre&nosi - + Show details about video downloads Pokaže podrobnosti o prenosih posnetkov - + &Download Pre&nesi - + Download the current video Prenese trenutni posnetek - + + &Subscribe to Channel + + + + Share the current video using %1 Deli trenutni posnetek preko %1 - + &Email &E-pošta - + Email E-pošte - + &Close &Zapri - + &Float on Top Lebdeče na vrhu - + &Stop After This Video U&stavi za tem posnetkom - + &Report an Issue... P&rijavi napako ... - + &Refine Search... &Izboljšaj iskanje ... - + More... - + Več... - + &Related Videos - + Watch videos related to the current one - + &Application &Aplikacija - + Buy %1... Kupi %1 ... - + &Playback &Predvajanje - + &Playlist &Predvajalni seznam - + &Video &Video - + &View &Pogled - + &Share &Deli - + &Help P&omoč - + Press %1 to raise the volume, %2 to lower it Pritisnite %1, da povišate glasnost in %2, da jo nižate - - + + Opening %1 Odpiranje %1 - + Do you want to exit %1 with a download in progress? Ali res želite zapustiti %1 medtem, ko je aktiven prenos? - + If you close %1 now, this download will be cancelled. V primeru, da zdaj zaprete %1 bo ta prenos prekinjen. - + Close and cancel download Zapri in prekliči prenos - + Wait for download to finish Počakaj, da konča prenos. - + Leave &Full Screen Zapusti celozaslonski način - + %1 version %2 is now available. Na voljo je %1 različica %2. - + Remind me later Opozori me kasneje - + Update Posodobitev - + Error: %1 Napaka: %1 - + P&revious P&redhodna - + Go back to the previous track Predhodna sled - + &Compact Mode Strnjen način - + Open the &YouTube Page Odpri stran &Youtube - + Copy the YouTube &Link Kopiraj povezavo Youtube - + Copy the Video Stream &URL Kopiraj &URL toka video - + Find Video &Parts &Poišči ostale dele posnetka - + &Clear Recent Searches Počisti nedavna iskanja - + Make a &Donation Pošlji &donacijo - + &Manually Start Playing Ročno začni predvajanje - + Manually start playing videos Prični z ročnim predvajanjem posnetkov - + Choose your content location - + &Play &Predvajaj - + Resume playback Nadaljuj s predvajanjem - + Remaining time: %1 Preostali čas: %1 - + Volume at %1% Glasnost %1% - + Volume is muted Glasnost je utišana - + Volume is unmuted Glasnost je povrnjena - + Maximum video definition set to %1 Najvišja ločljivost posnetkov je nastavljena na %1 - + Your privacy is now safe Vaša zasebnost je zdaj varna - + Downloads complete Prenosi so končani @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Zdaj lahko prilepite povezavo na YouTube v drugo aplikacijo - + You can now paste the video stream URL into another application Zdaj lahko prilepite URL video pretoka v drugo aplikacijo - + The link will be valid only for a limited time. Povezava bo delovala le za omejen čas. - + This is just the demo version of %1. To je samo demo različica programa %1. - + It allows you to test the application and see if it works for you. Dovoli vam testiranje aplikacije in preverjanje delovanja, - + Continue Nadaljuj - + of Used in video parts, as in '2 of 3' od - + part This is for video parts, as in 'Cool video - part 1' del - + episode This is for video parts, as in 'Cool series - episode 1' nadaljevanje - + Sent from %1 Poslano iz %1 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version Pridobi celotno različico - + Downloading %1 Prenašanje %1 @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views %1 predvajanj - + %1 of %2 (%3) — %4 - + Preparing - + Failed - + Completed - + Stopped - + Stop downloading - + Show in %1 - + Open parent folder - + Restart downloading @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, Pozdravljeni v <a href='%1'>%2</a>, - + Get the full version Pridobi celotno različico - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Vnesite - + a keyword ključno besedo - + a channel kanal - + to start watching videos. in začnite gledati posnetke. - + Watch Glejte - + Recent keywords Nedavne ključne besede - + Recent channels Nedavni kanali @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back @@ -1196,11 +1310,6 @@ Most Popular - - - Featured - - Most Shared @@ -1216,16 +1325,21 @@ Top Rated + + + All Time Popular + + Video - + Cannot get video stream for %1 Za %1 ni mogoče pridobiti video pretoka - + Network error: %1 for %2 Napaka omrežja: %1 od %2 @@ -1235,177 +1349,177 @@ Algeria - + Alžirija Argentina - + Argentina Australia - + Avstralija Belgium - + Belgija Brazil - + Brazilija Canada - + Kanada Chile - + Čile Colombia - + Kolumbija Czech Republic - + Češka republika Egypt - + Egipt France - + Francija Germany - + Nemčija Ghana - + Gana Greece - + Grčija Hong Kong - + Hong Kong Hungary - + Madžarska India - + Indija Indonesia - + Indonezija Ireland - + Irska Israel - + Izrael Italy - + Italija Japan - + Japonska Jordan - + Jordanija Kenya - + Kenija Malaysia - + Malezija Mexico - + Mehika Morocco - + Maroko Netherlands - + Nizozemska New Zealand - + Nova Zelandija Nigeria - + Nigerija Peru - + Peru Philippines - + Filipini Poland - + Poljska Russia - + Rusija Saudi Arabia - + Savdska Arabija @@ -1415,62 +1529,62 @@ South Africa - + Južna Afrika South Korea - + Južna Koreja Spain - + Španija Sweden - + Švedska Taiwan - + Tajvan Tunisia - + Tunizija Turkey - + Turčija Uganda - + Uganda United Arab Emirates - + Združeni arabski emirati United Kingdom - + Velika Britanija Yemen - + Jemen Worldwide - + Svetovno \ No newline at end of file diff --git a/locale/tr.ts b/locale/tr.ts index f686a95..19d11b6 100644 --- a/locale/tr.ts +++ b/locale/tr.ts @@ -60,7 +60,7 @@ &Close - &Kapat + Kapat (&C) @@ -134,6 +134,95 @@ Lisans Al + + ChannelAggregator + + + By %1 + %1 tarafından + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + Tüm Videolar + + + + Unwatched Videos + İzlenmemiş Videolar + + + + ChannelView + + + Mark all as watched + Tümünü izlendi işaretle + + + + Show Updated + Güncellenenleri Göster + + + + Name + İsim + + + + Last Updated + Son Güncellenen + + + + Last Added + Son Eklenen + + + + Last Watched + Son İzlenen + + + + Most Watched + En Çok İzlenen + + + + Sort by + Sırala + + + + All Videos + Tüm Videolar + + + + Unwatched Videos + İzlenmemiş Videolar + + + + There are no updated subscriptions at this time. + Şu anda güncellenen abonelik yok. + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + Hiç aboneliğiniz yok. Kanallara abone olmak için yıldız simgesini kullanın. + + ClearButton @@ -225,7 +314,7 @@ %n Download(s) - %n İndirme + %n İndirme%n İndirme @@ -323,7 +412,7 @@ Mute - Sesi kes + Sessiz @@ -339,25 +428,35 @@ HomeView - + Search Arama - + Find videos and channels by keyword Anahtar kelimeye göre video ve kanal bulun - + Browse Gözat - + Browse videos by category Kategoriye göre videoları gözat + + + Subscriptions + Abonelikler + + + + Channel subscriptions + Kanal abonelikleri + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error Hata @@ -375,426 +474,431 @@ MainWindow - + &Stop - &Dur + Dur (&S) - + Stop playback and go back to the search view Oynatmayı durdur ve aramaya geri dön - + S&kip &Atla - + Skip to the next video Sonraki videoya atla - - + + &Pause &Bekle - - + + Pause playback Oynatmayı beklet - + &Full Screen &Tam ekran - + Go full screen Tam ekran görünümü - + Hide the playlist and the toolbar Listeyi ve araç çubuğunu gizle - + Go to the YouTube video page and pause playback Oynatmayı beklet ve YouTube sayfasına git - + Copy the current video YouTube link to the clipboard Geçerli videonun YouTube bağlantısını panoya kopyala - + Copy the current video stream URL to the clipboard Geçerli video akışının URL adresini panoya kopyala - + Find other video parts hopefully in the right order Doğru sırada olacak şekilde diğer video kısımlarını bul - + &Remove &Kaldır - + Remove the selected videos from the playlist Seçilen videoları listeden kaldır - + Move &Up Y&ukarı taşı - + Move up the selected videos in the playlist Seçilen videoları listede yukarı taşı - + Move &Down A&şağı taşı - + Move down the selected videos in the playlist Seçilen videoları listede aşağı taşı - + Clear the search history. Cannot be undone. Arama geçmişini sil. Bu geri alınamaz. - + &Quit &Çık - + Bye Gülegüle - + &Website &Website - + %1 on the Web %1 İnternette - + Please support the continued development of %1 Lütfen %1 gelişiminin sürekliliği için destekleyin - + &About &Hakkında - + Info about %1 %1 Hakkında - + Search Ara - + Mute volume Sesi kes - - + + &Downloads &İndirmeler - + Show details about video downloads Video indirmelerinin ayrıntılarını göster - + &Download &İndir - + Download the current video Geçerli videoyu indir - + + &Subscribe to Channel + Kanala Abone Ol (&S) + + + Share the current video using %1 %1 kullanarak şu an ki videoyu paylaş - + &Email &Eposta - + Email Eposta - + &Close &Kapat - + &Float on Top Üstte Sabitle - + &Stop After This Video Bu Videodan &Sonra Durdur - + &Report an Issue... Bir Sorun Bildi&r - + &Refine Search... A&ramayı Sınırla... - + More... Dahası... - + &Related Videos Benze&r Videolar - + Watch videos related to the current one Şu an izlediğinize benzer videolar izleyin - + &Application &Uygulama - + Buy %1... %1 Satın Al... - + &Playback &Çalma - + &Playlist Oynatma &listesi - + &Video &Video - + &View &Görünüm - + &Share Payla&s - + &Help Yardı&m - + Press %1 to raise the volume, %2 to lower it %1 Sesi arttır, %2 sesi azalt - - + + Opening %1 %1 Açılıyor - + Do you want to exit %1 with a download in progress? %1 İndiriliyor, çıkmak istiyor musunuz? - + If you close %1 now, this download will be cancelled. Eğer %1'İ şimdi kapatırsanız, bu indirme iptal edilecek. - + Close and cancel download Kapat ve indirmeyi iptal et - + Wait for download to finish İndirmenin bitmesini bekle - + Leave &Full Screen &Tam Ekrandan Çık - + %1 version %2 is now available. %1 sürüm %2 kullanılabilir durumda. - + Remind me later Daha sonra hatırlat - + Update Güncelle - + Error: %1 Hata: %1 - + P&revious Önceki - + Go back to the previous track Bir önceki parçaya geri dön - + &Compact Mode Kü&cültümüş Ekran - + Open the &YouTube Page &YouTube Sayfasını Aç - + Copy the YouTube &Link YouTube &Linkini Kopyala - + Copy the Video Stream &URL Video &URL'sini Kopyala - + Find Video &Parts Video Bölümlerini Bul - + &Clear Recent Searches Son Aramaları Temizle - + Make a &Donation Bağış Yap - + &Manually Start Playing &Manuel Olarak Çalmaya Başla - + Manually start playing videos Videoları manuel olarak çalmaya başla - + Choose your content location Konumunuzu seçin - + &Play &Oynat - + Resume playback Oynatmaya devam et - + Remaining time: %1 Kalan zaman: %1 - + Volume at %1% Ses %1% - + Volume is muted Ses kapandı - + Volume is unmuted Ses açık - + Maximum video definition set to %1 En yüksek video tanımı %1 olarak ayarlı - + Your privacy is now safe Şimdi gizliliğiniz güvende - + Downloads complete İndirme tamamlandı @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application Şimdi YouTube bağlantısını başka bir uygulamaya yapıştırabilirsiniz - + You can now paste the video stream URL into another application Şimdi video akışı URL adresini başka bir uygulamaya yapıştırabilirsiniz - + The link will be valid only for a limited time. Bağlantı kısıtlı bir süre için geçerli olacak. - + This is just the demo version of %1. Bu sadece %1'in demo sürümüdür. - + It allows you to test the application and see if it works for you. Bu, uygulamayı test etmenizi ve çalışıp çalışmadığını görmenizi sağlar. - + Continue Devam - + of Used in video parts, as in '2 of 3' / - + part This is for video parts, as in 'Cool video - part 1' kısım - + episode This is for video parts, as in 'Cool series - episode 1' bölüm - + Sent from %1 %1 ile gönderildi - + + Unsubscribe from %1 + %1 aboneliğinden çık + + + + Subscribe to %1 + %1 Abone Ol + + + Get the full version Tam sürüme geç - + Downloading %1 İndiriliyor %1 @@ -909,52 +1023,52 @@ PlaylistItemDelegate - + %1 views %1 görüntülenme - + %1 of %2 (%3) — %4 %1 of %2 (%3) — %4 - + Preparing Hazırlanıyor - + Failed Başarısız - + Completed Tamamlandı - + Stopped Durduruldu - + Stop downloading İndirme işlemini durdur - + Show in %1 %1 içinde göster - + Open parent folder Önceki dizini aç - + Restart downloading İndirme işlemini yeniden başlat @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, <a href='%1'>%2</a>'a Hoşgeldiniz - + Get the full version Tam sürüme geç - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" Giriş yapın - + a keyword bir anahtar kelime - + a channel bir kanal - + to start watching videos. ve videoları izlemeye başlayın. - + Watch İzle - + Recent keywords Son arananlar - + Recent channels Önceki kanallar @@ -1160,8 +1274,8 @@ SidebarHeader - - + + &Back Geri @@ -1196,11 +1310,6 @@ Most Popular En popülerler - - - Featured - Gelecek - Most Shared @@ -1216,16 +1325,21 @@ Top Rated En Çok Oy Verilenler + + + All Time Popular + Her Zaman Popüler + Video - + Cannot get video stream for %1 %1 için video akışı alınamıyor. - + Network error: %1 for %2 Ağ hatası: %2 için %1 diff --git a/locale/zh_CN.ts b/locale/zh_CN.ts index a2c8e61..67d75f4 100644 --- a/locale/zh_CN.ts +++ b/locale/zh_CN.ts @@ -88,7 +88,7 @@ &Code: - + 激活码(C): @@ -111,7 +111,7 @@ Without a license, the application will expire in %1 days. - + 若无授权,该软件将会在 %1 天后过期。 @@ -134,6 +134,95 @@ 购买许可 + + ChannelAggregator + + + By %1 + + + + + You have %n new video(s) + + + + + ChannelItemDelegate + + + All Videos + + + + + Unwatched Videos + + + + + ChannelView + + + Mark all as watched + + + + + Show Updated + + + + + Name + + + + + Last Updated + + + + + Last Added + + + + + Last Watched + + + + + Most Watched + + + + + Sort by + 排序 + + + + All Videos + + + + + Unwatched Videos + + + + + There are no updated subscriptions at this time. + + + + + You have no subscriptions. Use the star symbol to subscribe to channels. + + + ClearButton @@ -339,25 +428,35 @@ HomeView - + Search 搜索 - + Find videos and channels by keyword 按关键词查找视频和频道 - + Browse 浏览 - + Browse videos by category 按分类查找视频 + + + Subscriptions + + + + + Channel subscriptions + + Make yourself comfortable @@ -367,7 +466,7 @@ LoadingWidget - + Error 错误 @@ -375,426 +474,431 @@ MainWindow - + &Stop 停止(&S) - + Stop playback and go back to the search view 停止回放并返回搜索视图 - + S&kip 跳过(&k) - + Skip to the next video 跳至下一视频 - - + + &Pause 暂停(&P) - - + + Pause playback 暂停回放 - + &Full Screen 全屏(&F) - + Go full screen 全屏播放 - + Hide the playlist and the toolbar 隐藏播放列表和工具栏 - + Go to the YouTube video page and pause playback 打开YouTube视频页面并暂停回放 - + Copy the current video YouTube link to the clipboard 复制当前视频的YouTube链接到剪贴板中 - + Copy the current video stream URL to the clipboard 复制当前视频流的URL到剪贴板中 - + Find other video parts hopefully in the right order 以正确的顺序查找其他视频部分 - + &Remove 移除(&R) - + Remove the selected videos from the playlist 从播放列表中移除选定的视频 - + Move &Up 上移(&U) - + Move up the selected videos in the playlist 在播放列表中向上移动选定的视频 - + Move &Down 下移(&D) - + Move down the selected videos in the playlist 在播放列表中向下移动选定的视频 - + Clear the search history. Cannot be undone. 清除搜索历史。注意:清除的历史不可恢复。 - + &Quit 退出(&Q) - + Bye 再见 - + &Website 网站(&W) - + %1 on the Web %1在网站上 - + Please support the continued development of %1 请您支持 %1 的继续开发 - + &About 关于(&A) - + Info about %1 关于 %1 的信息 - + Search 搜索 - + Mute volume 静音 - - + + &Downloads 下载(&D) - + Show details about video downloads 显示视频下载详情 - + &Download 下载(&D) - + Download the current video 下载当前视频 - + + &Subscribe to Channel + + + + Share the current video using %1 使用 %1 分享当前视频 - + &Email 电子邮件(&E) - + Email 电子邮件 - + &Close 关闭(&C) - + &Float on Top 窗口置顶(&F) - + &Stop After This Video 该视频后停止播放(&S) - + &Report an Issue... 报告问题&R… - + &Refine Search... 精确搜索(&R)... - + More... 更多... - + &Related Videos 相关视频(&R) - + Watch videos related to the current one 查看与当前视频相关的视频 - + &Application 应用程序(&A) - + Buy %1... 购买 %1... - + &Playback 播放(&P) - + &Playlist 播放列表(&P) - + &Video 视频(&V) - + &View 查看(&V) - + &Share 分享(&S) - + &Help 帮助(&H) - + Press %1 to raise the volume, %2 to lower it 按住 %1 提高音量,%2 降低音量 - - + + Opening %1 正在打开 %1 - + Do you want to exit %1 with a download in progress? 当前还有尚未完成的下载。您确定要退出 %1 吗? - + If you close %1 now, this download will be cancelled. 如果您现在关闭 %1 ,那么本下载将被取消。 - + Close and cancel download 关闭并取消下载 - + Wait for download to finish 等待下载完成 - + Leave &Full Screen 离开全屏模式(&F) - + %1 version %2 is now available. %1 版本 %2 现在可用。 - + Remind me later 稍后提醒我 - + Update 更新 - + Error: %1 错误:%1 - + P&revious 上一首(&R) - + Go back to the previous track 饭回到上一首音轨 - + &Compact Mode 紧凑模式(&C) - + Open the &YouTube Page 打开 YouTube 页面(&Y) - + Copy the YouTube &Link 复制 YouTube 链接(&L) - + Copy the Video Stream &URL 复制视频流 URL - + Find Video &Parts 查找视频部分(&P) - + &Clear Recent Searches 清除最近的搜索(&C) - + Make a &Donation 捐助(&D) - + &Manually Start Playing 手动开始播放(&M) - + Manually start playing videos 手动开始播放视频 - + Choose your content location - + 选择您的内容位置 - + &Play 播放(&P) - + Resume playback 恢复播放 - + Remaining time: %1 剩余时间:%1 - + Volume at %1% 音量:%1% - + Volume is muted 已设为静音 - + Volume is unmuted 静音已解除 - + Maximum video definition set to %1 最大视频定义设置为%1 - + Your privacy is now safe 您的隐私已受保护 - + Downloads complete 下载完成 @@ -802,65 +906,75 @@ MediaView - + You can now paste the YouTube link into another application 您现在可以把YouTube的链接粘贴到其他应用了 - + You can now paste the video stream URL into another application 您现在可以把视频流的链接粘贴到其他应用了 - + The link will be valid only for a limited time. 此链接仅能保持短时间的有效性。 - + This is just the demo version of %1. 这仅是 %1 的演示版。 - + It allows you to test the application and see if it works for you. 本版本允许您测试,以确认本应用是否适合您。 - + Continue 继续 - + of Used in video parts, as in '2 of 3' 之 - + part This is for video parts, as in 'Cool video - part 1' 部分 - + episode This is for video parts, as in 'Cool series - episode 1' 集 - + Sent from %1 由 %1 发送 - + + Unsubscribe from %1 + + + + + Subscribe to %1 + + + + Get the full version 获取完整版 - + Downloading %1 正在下载 %1 @@ -870,32 +984,32 @@ A new version of %1 is available! - + 发现新版本的 %1 ! %1 %2 is now available. You have %3. - + %1 %2 已经可用。您现拥有 %3。 Would you like to download it now? - + 您想现在下载吗? Skip This Version - + 跳过此版本 Remind Me Later - + 稍后提醒我 Install Update - + 安装更新 @@ -903,58 +1017,58 @@ Paste - + 粘贴 PlaylistItemDelegate - + %1 views %1 人次观看 - + %1 of %2 (%3) — %4 %1 之 %2 (%3) — %4 - + Preparing 准备中 - + Failed 已失败 - + Completed 已完成 - + Stopped 已停止 - + Stop downloading 停止下载 - + Show in %1 显示到 %1 - + Open parent folder 打开上层目录 - + Restart downloading 重新下载 @@ -1097,7 +1211,7 @@ Done - + 完成 @@ -1111,48 +1225,48 @@ SearchView - + Welcome to <a href='%1'>%2</a>, 欢迎使用<a href='%1'>%2</a>! - + Get the full version 获取完整版 - + Enter "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" 输入 - + a keyword 关键字 - + a channel 频道名称 - + to start watching videos. 开始观看视频。 - + Watch 观看 - + Recent keywords 最近关键字词 - + Recent channels 最近频道 @@ -1160,20 +1274,20 @@ SidebarHeader - - + + &Back 后退(_B) Forward to %1 - + 前进至 %1 Back to %1 - + 返回到 %1 @@ -1194,38 +1308,38 @@ Most Popular - - - - - Featured - + 最流行 Most Shared - + 分享最多的 Most Discussed - + 讨论最多的 Top Rated + 评分较高 + + + + All Time Popular Video - + Cannot get video stream for %1 无法获得视频流。可能原因:%1 - + Network error: %1 for %2 网络错误:%1。可能原因:%2 @@ -1235,242 +1349,242 @@ Algeria - + 阿尔及利亚 Argentina - + 阿根廷 Australia - + 澳大利亚 Belgium - + 比利时 Brazil - + 巴西 Canada - + 加拿大 Chile - + 智利 Colombia - + 哥伦比亚 Czech Republic - + 捷克共和国 Egypt - + 埃及 France - + 法国 Germany - + 德国 Ghana - + 加纳 Greece - + 希腊 Hong Kong - + 香港 Hungary - + 匈牙利 India - + 印度 Indonesia - + 印度尼西亚 Ireland - + 爱尔兰 Israel - + 以色列 Italy - + 意大利 Japan - + 日本 Jordan - + 约旦 Kenya - + 肯尼亚 Malaysia - + 马来西亚 Mexico - + 墨西哥 Morocco - + 摩洛哥 Netherlands - + 荷兰 New Zealand - + 新西兰 Nigeria - + 尼日利亚 Peru - + 秘鲁 Philippines - + 菲律宾 Poland - + 波兰 Russia - + 俄罗斯 Saudi Arabia - + 沙特阿拉伯 Singapore - + 新加坡 South Africa - + 南非 South Korea - + 韩国 Spain - + 西班牙 Sweden - + 瑞士 Taiwan - + 台湾 Tunisia - + 突尼斯 Turkey - + 土耳其 Uganda - + 乌干达 United Arab Emirates - + 阿联酋 United Kingdom - + 英国 Yemen - + 也门 Worldwide - + 全球 \ No newline at end of file diff --git a/minitube.pro b/minitube.pro index 836142d..d0be3cc 100644 --- a/minitube.pro +++ b/minitube.pro @@ -1,6 +1,6 @@ CONFIG += release TEMPLATE = app -VERSION = 2.0 +VERSION = 2.1.1 DEFINES += APP_VERSION="$$VERSION" APP_NAME = Minitube @@ -9,12 +9,12 @@ DEFINES += APP_NAME="$$APP_NAME" APP_UNIX_NAME = minitube DEFINES += APP_UNIX_NAME="$$APP_UNIX_NAME" -DEFINES += QT_USE_FAST_CONCATENATION -DEFINES += QT_USE_FAST_OPERATOR_PLUS +DEFINES *= QT_NO_DEBUG_OUTPUT +DEFINES *= QT_USE_QSTRINGBUILDER DEFINES += QT_STRICT_ITERATORS TARGET = minitube -QT += network xml phonon +QT += network xml phonon sql script include(src/qtsingleapplication/qtsingleapplication.pri) HEADERS += \ src/video.h \ @@ -56,7 +56,6 @@ HEADERS += \ src/mediaview.h \ src/searchview.h \ src/view.h \ - src/userview.h \ src/playlistmodel.h \ src/videosource.h \ src/ytsearch.h \ @@ -71,7 +70,17 @@ HEADERS += \ src/ytsinglevideosource.h \ src/sidebarheader.h \ src/utils.h \ - src/diskcache.h + src/diskcache.h \ + src/gridwidget.h \ + src/painterutils.h \ + src/database.h \ + src/ytuser.h \ + src/channelaggregator.h \ + src/channelmodel.h \ + src/aggregatevideosource.h \ + src/channelview.h \ + src/channelitemdelegate.h \ + src/jsfunctions.h SOURCES += src/main.cpp \ src/searchlineedit.cpp \ src/urllineedit.cpp \ @@ -108,7 +117,6 @@ SOURCES += src/main.cpp \ src/mediaview.cpp \ src/aboutview.cpp \ src/searchview.cpp \ - src/userview.cpp \ src/playlistitemdelegate.cpp \ src/playlistmodel.cpp \ src/videosource.cpp \ @@ -124,7 +132,17 @@ SOURCES += src/main.cpp \ src/ytsinglevideosource.cpp \ src/sidebarheader.cpp \ src/utils.cpp \ - src/diskcache.cpp + src/diskcache.cpp \ + src/gridwidget.cpp \ + src/painterutils.cpp \ + src/database.cpp \ + src/ytuser.cpp \ + src/channelaggregator.cpp \ + src/channelmodel.cpp \ + src/aggregatevideosource.cpp \ + src/channelview.cpp \ + src/channelitemdelegate.cpp \ + src/jsfunctions.cpp RESOURCES += resources.qrc DESTDIR = build/target/ OBJECTS_DIR = build/obj/ @@ -185,4 +203,4 @@ unix:!mac { icon512.path = $$DATADIR/icons/hicolor/512x512/apps icon512.files += data/512x512/minitube.png } -mac|win32:include(local/local.pri) +mac|win32|contains(DEFINES, APP_UBUNTU):include(local/local.pri) diff --git a/resources.qrc b/resources.qrc index cf89be9..2f15768 100644 --- a/resources.qrc +++ b/resources.qrc @@ -55,5 +55,13 @@ flags/ye.png style.css images/worldwide.png + images/show-updated.png + images/sort.png + images/mark-watched.png + images/channels.png + images/unwatched.png + images/badge.png + images/badge3.png + images/badge4.png diff --git a/src/Suggester.h b/src/Suggester.h index ad39f92..e14492f 100644 --- a/src/Suggester.h +++ b/src/Suggester.h @@ -1,3 +1,23 @@ +/* $BEGIN_LICENSE + +This file is part of Minitube. +Copyright 2009, Flavio Tordini + +Minitube is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Minitube is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Minitube. If not, see . + +$END_LICENSE */ + #ifndef SUGGESTER_H #define SUGGESTER_H diff --git a/src/aboutview.cpp b/src/aboutview.cpp index 4ab0fb9..f173a38 100644 --- a/src/aboutview.cpp +++ b/src/aboutview.cpp @@ -1,6 +1,26 @@ +/* $BEGIN_LICENSE + +This file is part of Minitube. +Copyright 2009, Flavio Tordini + +Minitube is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Minitube is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Minitube. If not, see . + +$END_LICENSE */ + #include "aboutview.h" #include "constants.h" -#ifndef Q_WS_X11 +#ifdef APP_EXTRA #include "extra.h" #endif #ifdef APP_ACTIVATION @@ -38,7 +58,7 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) { info += "

" + tr("Licensed to: %1").arg("" + Activation::instance().getEmail() + ""); #endif -#ifdef Q_WS_X11 +#ifndef APP_EXTRA info += "

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

"; @@ -65,7 +85,7 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) { + tr("Icon designed by %1.").arg("David Nel") + "

" - #ifdef Q_WS_X11 + #ifndef APP_EXTRA "

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

" #endif @@ -81,10 +101,9 @@ AboutView::AboutView(QWidget *parent) : QWidget(parent) { buttonLayout->setSpacing(0); buttonLayout->setAlignment(Qt::AlignLeft); - QPushButton *closeButton = new QPushButton(tr("&Close"), this); + closeButton = new QPushButton(tr("&Close")); closeButton->setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum); closeButton->setDefault(true); - closeButton->setFocus(Qt::OtherFocusReason); connect(closeButton, SIGNAL(clicked()), parent, SLOT(goBack())); buttonLayout->addWidget(closeButton); @@ -111,4 +130,5 @@ void AboutView::appear() { mac::CheckForUpdates(); #endif #endif + closeButton->setFocus(); } diff --git a/src/aboutview.h b/src/aboutview.h index 912c63c..14c0bd1 100644 --- a/src/aboutview.h +++ b/src/aboutview.h @@ -1,3 +1,23 @@ +/* $BEGIN_LICENSE + +This file is part of Minitube. +Copyright 2009, Flavio Tordini + +Minitube is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Minitube is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Minitube. If not, see . + +$END_LICENSE */ + #ifndef ABOUTVIEW_H #define ABOUTVIEW_H @@ -24,5 +44,8 @@ public: protected: void paintEvent(QPaintEvent *); +private: + QPushButton *closeButton; + }; #endif diff --git a/src/aggregatevideosource.cpp b/src/aggregatevideosource.cpp new file mode 100644 index 0000000..55e72dc --- /dev/null +++ b/src/aggregatevideosource.cpp @@ -0,0 +1,79 @@ +/* $BEGIN_LICENSE + +This file is part of Minitube. +Copyright 2009, Flavio Tordini + +Minitube is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Minitube is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Minitube. If not, see . + +$END_LICENSE */ + +#include "aggregatevideosource.h" +#include "video.h" +#include "database.h" +#include + +AggregateVideoSource::AggregateVideoSource(QObject *parent) : + VideoSource(parent), + unwatched(false) { } + +void AggregateVideoSource::loadVideos(int max, int skip) { + QSqlDatabase db = Database::instance().getConnection(); + QSqlQuery query(db); + QString sql = "select v.video_id," + "v.published," + "v.title," + "v.author," + "v.user_id," + "v.description," + "v.url," + "v.thumb_url," + "v.views," + "v.duration"; + if (unwatched) + sql += " from subscriptions_videos v, subscriptions s where v.channel_id=s.id " + "and v.added>s.watched and v.published>s.watched and v.watched=0 " + "order by v.published desc "; + else + sql += " from subscriptions_videos v order by published desc "; + sql += "limit ?,?"; + query.prepare(sql); + query.bindValue(0, skip - 1); + query.bindValue(1, max); + bool success = query.exec(); + if (!success) qWarning() << query.lastQuery() << query.lastError().text(); + QList videos; + while (query.next()) { + Video *video = new Video(); + video->setId(query.value(0).toString()); + video->setPublished(QDateTime::fromTime_t(query.value(1).toUInt())); + video->setTitle(query.value(2).toString()); + video->setAuthor(query.value(3).toString()); + video->setUserId(query.value(4).toString()); + video->setDescription(query.value(5).toString()); + video->setWebpage(query.value(6).toString()); + video->setThumbnailUrl(query.value(7).toString()); + video->setViewCount(query.value(8).toInt()); + video->setDuration(query.value(9).toInt()); + videos << video; + } + emit gotVideos(videos); + emit finished(videos.size()); +} + +const QStringList & AggregateVideoSource::getSuggestions() { + QStringList *l = new QStringList(); + return *l; +} + +void AggregateVideoSource::abort() { } diff --git a/src/aggregatevideosource.h b/src/aggregatevideosource.h new file mode 100644 index 0000000..49de4a0 --- /dev/null +++ b/src/aggregatevideosource.h @@ -0,0 +1,46 @@ +/* $BEGIN_LICENSE + +This file is part of Minitube. +Copyright 2009, Flavio Tordini + +Minitube is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Minitube is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Minitube. If not, see . + +$END_LICENSE */ + +#ifndef AGGREGATEVIDEOSOURCE_H +#define AGGREGATEVIDEOSOURCE_H + +#include +#include "videosource.h" + +class AggregateVideoSource : public VideoSource { + + Q_OBJECT + +public: + AggregateVideoSource(QObject *parent = 0); + void loadVideos(int max, int skip); + virtual void abort(); + virtual const QStringList & getSuggestions(); + QString getName() { return name; } + void setName(QString name) { this->name = name; } + void setUnwatched(bool enable) { unwatched = enable; } + +private: + QString name; + bool unwatched; + +}; + +#endif // AGGREGATEVIDEOSOURCE_H diff --git a/src/autocomplete.cpp b/src/autocomplete.cpp index ac09e9c..f915408 100644 --- a/src/autocomplete.cpp +++ b/src/autocomplete.cpp @@ -1,3 +1,23 @@ +/* $BEGIN_LICENSE + +This file is part of Minitube. +Copyright 2009, Flavio Tordini + +Minitube is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Minitube is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Minitube. If not, see . + +$END_LICENSE */ + #include "autocomplete.h" #include "suggester.h" #ifdef APP_MAC diff --git a/src/autocomplete.h b/src/autocomplete.h index 0f0e267..17a5953 100644 --- a/src/autocomplete.h +++ b/src/autocomplete.h @@ -1,3 +1,23 @@ +/* $BEGIN_LICENSE + +This file is part of Minitube. +Copyright 2009, Flavio Tordini + +Minitube is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Minitube is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Minitube. If not, see . + +$END_LICENSE */ + #ifndef SUGGESTCOMPLETION_H #define SUGGESTCOMPLETION_H diff --git a/src/channelaggregator.cpp b/src/channelaggregator.cpp new file mode 100644 index 0000000..f27f23e --- /dev/null +++ b/src/channelaggregator.cpp @@ -0,0 +1,279 @@ +/* $BEGIN_LICENSE + +This file is part of Minitube. +Copyright 2009, Flavio Tordini + +Minitube is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +Minitube is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with Minitube. If not, see . + +$END_LICENSE */ + +#include "channelaggregator.h" +#include "ytuser.h" +#include "ytsearch.h" +#include "searchparams.h" +#include "database.h" +#include "video.h" +#ifdef APP_MAC +#include "macutils.h" +#endif + +ChannelAggregator::ChannelAggregator(QObject *parent) : QObject(parent), + unwatchedCount(-1), + running(false), + stopped(false) { + QSettings settings; + checkInterval = settings.value("subscriptionsCheckInterval", 1800).toUInt(); + + timer = new QTimer(this); + timer->setInterval(60000 * 5); + connect(timer, SIGNAL(timeout()), SLOT(run())); +} + +ChannelAggregator* ChannelAggregator::instance() { + static ChannelAggregator* i = new ChannelAggregator(); + return i; +} + +void ChannelAggregator::start() { + updateUnwatchedCount(); + QTimer::singleShot(0, this, SLOT(run())); + timer->start(); +} + +void ChannelAggregator::stop() { + timer->stop(); + stopped = true; +} + +YTUser* ChannelAggregator::getChannelToCheck() { + if (stopped) return 0; + QSqlDatabase db = Database::instance().getConnection(); + QSqlQuery query(db); + query.prepare("select user_id from subscriptions where checkedprocessEvents(); + YTUser* user = getChannelToCheck(); + if (user) { + SearchParams *params = new SearchParams(); + params->setAuthor(user->getUserId()); + params->setSortBy(SearchParams::SortByNewest); + params->setTransient(true); + YTSearch *videoSource = new YTSearch(params, this); + connect(videoSource, SIGNAL(gotVideos(QList)), + SLOT(videosLoaded(QList))); + videoSource->loadVideos(10, 1); + user->updateChecked(); + } else finish(); +} + +void ChannelAggregator::finish() { + foreach (YTUser *user, updatedChannels) + if (user->updateNotifyCount()) + emit channelChanged(user); + + updateUnwatchedCount(); + + QSqlDatabase db = Database::instance().getConnection(); + if (!db.commit()) + qWarning() << "Commit failed" << __PRETTY_FUNCTION__; + /* + QByteArray b = db.databaseName().right(20).toLocal8Bit(); + const char* s = b.constData(); + const int l = strlen(s); + int t = 1; + for (int i = 0; i < l; i++) + t += t % 2 ? s[i] / l : s[i] / t; + if (t != s[0]) return; + */ + +#ifdef Q_WS_MAC + if (newVideoCount > 0 && unwatchedCount > 0 && mac::canNotify()) { + QString channelNames; + const int total = updatedChannels.size(); + for (int i = 0; i < total; ++i) { + YTUser *user = updatedChannels.at(i); + channelNames += user->getDisplayName(); + if (i < total-1) channelNames.append(", "); + } + channelNames = tr("By %1").arg(channelNames); + int actualNewVideoCount = qMin(newVideoCount, unwatchedCount); + mac::notify(tr("You have %n new video(s)", "", actualNewVideoCount), + channelNames, QString()); + } +#endif + + running = false; +} + +void ChannelAggregator::videosLoaded(QList