From 97c18f92eafc461649aab84d92470cdff696de89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 2 Sep 2021 16:50:11 +0200 Subject: Renamed from videopreview and mplayerthumbs to mplayer-thumbnailer. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 16167444904ab5b0382e3aff98b3de749161ebe3) --- CMakeLists.txt | 2 +- README | 8 +- doc/en/CMakeLists.txt | 2 +- doc/en/index.docbook | 4 +- src/CMakeL10n.txt | 6 +- src/CMakeLists.txt | 32 +-- src/config/CMakeLists.txt | 29 +++ src/config/main.cpp | 69 ++++++ src/config/mplayer-thumbnailer-config.cpp | 64 +++++ src/config/mplayer-thumbnailer-config.h | 38 +++ src/mplayer-thumbnailer-cfg-rename.upd | 4 + src/mplayer-thumbnailer-cfg.kcfgc | 2 + src/mplayer-thumbnailer.cpp | 262 +++++++++++++++++++++ src/mplayer-thumbnailer.desktop | 8 + src/mplayer-thumbnailer.h | 62 +++++ src/mplayer-thumbnailer.kcfg | 16 ++ src/mplayerthumbs.cpp | 25 -- src/mplayerthumbs.kcfg | 16 -- src/mplayerthumbs.kcfgc | 2 - src/mplayerthumbsconfig/CMakeLists.txt | 35 --- src/mplayerthumbsconfig/main.cpp | 69 ------ src/mplayerthumbsconfig/mplayerthumbscfg.cpp | 65 ----- src/mplayerthumbsconfig/mplayerthumbscfg.h | 38 --- src/videopreview.cpp | 262 --------------------- src/videopreview.desktop | 8 - src/videopreview.h | 62 ----- .../mplayer-thumbnailer.desktop/af.po | 22 ++ .../mplayer-thumbnailer.desktop/bg.po | 22 ++ .../mplayer-thumbnailer.desktop/bn.po | 22 ++ .../mplayer-thumbnailer.desktop/br.po | 22 ++ .../mplayer-thumbnailer.desktop/bs.po | 22 ++ .../mplayer-thumbnailer.desktop/ca.po | 22 ++ .../mplayer-thumbnailer.desktop/cs.po | 22 ++ .../mplayer-thumbnailer.desktop/cy.po | 22 ++ .../mplayer-thumbnailer.desktop/da.po | 22 ++ .../mplayer-thumbnailer.desktop/de.po | 22 ++ .../mplayer-thumbnailer.desktop/el.po | 22 ++ .../mplayer-thumbnailer.desktop/es.po | 22 ++ .../mplayer-thumbnailer.desktop/et.po | 22 ++ .../mplayer-thumbnailer.desktop/eu.po | 22 ++ .../mplayer-thumbnailer.desktop/fi.po | 22 ++ .../mplayer-thumbnailer.desktop/fr.po | 22 ++ .../mplayer-thumbnailer.desktop/ga.po | 22 ++ .../mplayer-thumbnailer.desktop/he.po | 22 ++ .../mplayer-thumbnailer.desktop/hi.po | 22 ++ .../mplayer-thumbnailer.desktop/hr.po | 22 ++ .../mplayer-thumbnailer.desktop/hu.po | 22 ++ .../mplayer-thumbnailer.desktop/is.po | 22 ++ .../mplayer-thumbnailer.desktop/it.po | 22 ++ .../mplayer-thumbnailer.desktop/ja.po | 22 ++ .../mplayer-thumbnailer.desktop/km.po | 22 ++ .../mplayer-thumbnailer.desktop/lt.po | 22 ++ .../mplayer-thumbnailer.desktop/mk.po | 22 ++ .../mplayer-thumbnailer.desktop.pot | 22 ++ .../mplayer-thumbnailer.desktop/nb.po | 22 ++ .../mplayer-thumbnailer.desktop/nl.po | 22 ++ .../mplayer-thumbnailer.desktop/nn.po | 22 ++ .../mplayer-thumbnailer.desktop/pa.po | 22 ++ .../mplayer-thumbnailer.desktop/pl.po | 22 ++ .../mplayer-thumbnailer.desktop/pt.po | 22 ++ .../mplayer-thumbnailer.desktop/pt_BR.po | 22 ++ .../mplayer-thumbnailer.desktop/ro.po | 22 ++ .../mplayer-thumbnailer.desktop/ru.po | 22 ++ .../mplayer-thumbnailer.desktop/sk.po | 22 ++ .../mplayer-thumbnailer.desktop/sl.po | 22 ++ .../mplayer-thumbnailer.desktop/sr.po | 22 ++ .../mplayer-thumbnailer.desktop/sr@Latn.po | 22 ++ .../mplayer-thumbnailer.desktop/sv.po | 22 ++ .../mplayer-thumbnailer.desktop/ta.po | 22 ++ .../mplayer-thumbnailer.desktop/tg.po | 22 ++ .../mplayer-thumbnailer.desktop/tr.po | 22 ++ .../mplayer-thumbnailer.desktop/uk.po | 22 ++ .../mplayer-thumbnailer.desktop/uz.po | 22 ++ .../mplayer-thumbnailer.desktop/ven.po | 22 ++ .../mplayer-thumbnailer.desktop/wa.po | 22 ++ .../mplayer-thumbnailer.desktop/xh.po | 22 ++ .../mplayer-thumbnailer.desktop/zh_CN.po | 22 ++ .../mplayer-thumbnailer.desktop/zh_HK.po | 22 ++ .../mplayer-thumbnailer.desktop/zh_TW.po | 22 ++ .../mplayer-thumbnailer.desktop/zu.po | 22 ++ .../desktop_files/videopreview.desktop/af.po | 6 +- .../desktop_files/videopreview.desktop/bg.po | 6 +- .../desktop_files/videopreview.desktop/bn.po | 6 +- .../desktop_files/videopreview.desktop/br.po | 6 +- .../desktop_files/videopreview.desktop/bs.po | 6 +- .../desktop_files/videopreview.desktop/ca.po | 6 +- .../desktop_files/videopreview.desktop/cs.po | 6 +- .../desktop_files/videopreview.desktop/cy.po | 6 +- .../desktop_files/videopreview.desktop/da.po | 6 +- .../desktop_files/videopreview.desktop/de.po | 6 +- .../desktop_files/videopreview.desktop/el.po | 6 +- .../desktop_files/videopreview.desktop/es.po | 6 +- .../desktop_files/videopreview.desktop/et.po | 6 +- .../desktop_files/videopreview.desktop/eu.po | 6 +- .../desktop_files/videopreview.desktop/fi.po | 6 +- .../desktop_files/videopreview.desktop/fr.po | 6 +- .../desktop_files/videopreview.desktop/ga.po | 6 +- .../desktop_files/videopreview.desktop/he.po | 6 +- .../desktop_files/videopreview.desktop/hi.po | 6 +- .../desktop_files/videopreview.desktop/hr.po | 6 +- .../desktop_files/videopreview.desktop/hu.po | 6 +- .../desktop_files/videopreview.desktop/is.po | 6 +- .../desktop_files/videopreview.desktop/it.po | 6 +- .../desktop_files/videopreview.desktop/ja.po | 6 +- .../desktop_files/videopreview.desktop/km.po | 6 +- .../desktop_files/videopreview.desktop/lt.po | 6 +- .../desktop_files/videopreview.desktop/mk.po | 6 +- .../desktop_files/videopreview.desktop/nb.po | 6 +- .../desktop_files/videopreview.desktop/nl.po | 6 +- .../desktop_files/videopreview.desktop/nn.po | 6 +- .../desktop_files/videopreview.desktop/pa.po | 6 +- .../desktop_files/videopreview.desktop/pl.po | 6 +- .../desktop_files/videopreview.desktop/pt.po | 6 +- .../desktop_files/videopreview.desktop/pt_BR.po | 6 +- .../desktop_files/videopreview.desktop/ro.po | 6 +- .../desktop_files/videopreview.desktop/ru.po | 6 +- .../desktop_files/videopreview.desktop/sk.po | 6 +- .../desktop_files/videopreview.desktop/sl.po | 6 +- .../desktop_files/videopreview.desktop/sr.po | 6 +- .../desktop_files/videopreview.desktop/sr@Latn.po | 6 +- .../desktop_files/videopreview.desktop/sv.po | 6 +- .../desktop_files/videopreview.desktop/ta.po | 6 +- .../desktop_files/videopreview.desktop/tg.po | 6 +- .../desktop_files/videopreview.desktop/tr.po | 6 +- .../desktop_files/videopreview.desktop/uk.po | 6 +- .../desktop_files/videopreview.desktop/uz.po | 6 +- .../desktop_files/videopreview.desktop/ven.po | 6 +- .../videopreview.desktop/videopreview.desktop.pot | 6 +- .../desktop_files/videopreview.desktop/wa.po | 6 +- .../desktop_files/videopreview.desktop/xh.po | 6 +- .../desktop_files/videopreview.desktop/zh_CN.po | 6 +- .../desktop_files/videopreview.desktop/zh_HK.po | 6 +- .../desktop_files/videopreview.desktop/zh_TW.po | 6 +- .../desktop_files/videopreview.desktop/zu.po | 6 +- translations/messages/de.po | 24 +- translations/messages/mplayer-thumbnailer.pot | 67 ++++++ translations/messages/mplayerthumbs.pot | 24 +- 137 files changed, 2022 insertions(+), 795 deletions(-) create mode 100644 src/config/CMakeLists.txt create mode 100644 src/config/main.cpp create mode 100644 src/config/mplayer-thumbnailer-config.cpp create mode 100644 src/config/mplayer-thumbnailer-config.h create mode 100644 src/mplayer-thumbnailer-cfg-rename.upd create mode 100644 src/mplayer-thumbnailer-cfg.kcfgc create mode 100644 src/mplayer-thumbnailer.cpp create mode 100644 src/mplayer-thumbnailer.desktop create mode 100644 src/mplayer-thumbnailer.h create mode 100644 src/mplayer-thumbnailer.kcfg delete mode 100644 src/mplayerthumbs.cpp delete mode 100644 src/mplayerthumbs.kcfg delete mode 100644 src/mplayerthumbs.kcfgc delete mode 100644 src/mplayerthumbsconfig/CMakeLists.txt delete mode 100644 src/mplayerthumbsconfig/main.cpp delete mode 100644 src/mplayerthumbsconfig/mplayerthumbscfg.cpp delete mode 100644 src/mplayerthumbsconfig/mplayerthumbscfg.h delete mode 100644 src/videopreview.cpp delete mode 100644 src/videopreview.desktop delete mode 100644 src/videopreview.h create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/af.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/bg.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/bn.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/br.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/bs.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/ca.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/cs.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/cy.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/da.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/de.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/el.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/es.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/et.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/eu.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/fi.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/fr.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/ga.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/he.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/hi.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/hr.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/hu.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/is.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/it.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/ja.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/km.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/lt.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/mk.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/mplayer-thumbnailer.desktop.pot create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/nb.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/nl.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/nn.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/pa.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/pl.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/pt.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/pt_BR.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/ro.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/ru.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/sk.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/sl.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/sr.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/sr@Latn.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/sv.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/ta.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/tg.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/tr.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/uk.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/uz.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/ven.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/wa.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/xh.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/zh_CN.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/zh_HK.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/zh_TW.po create mode 100644 translations/desktop_files/mplayer-thumbnailer.desktop/zu.po create mode 100644 translations/messages/mplayer-thumbnailer.pot diff --git a/CMakeLists.txt b/CMakeLists.txt index 66f7928..dcc707c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required( VERSION 2.8.12 ) #### general package setup -project( mplayerthumbs ) +project( mplayer-thumbnailer ) set( VERSION R14.0.11 ) diff --git a/README b/README index 89312b9..cc7b6f0 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ - MPlayerThumbs - a thumbnail generator - + MPlayerThumbnailer - a thumbnail generator -MPlayerThumbs is a thumbnail generator for video files in + +MPlayerThumbnailer is a thumbnail generator for video files in Konqueror. Unlike the original konqueror plugin (libarts1-xine), it depends neither on the xine library nor the aRts library, instead it relies on @@ -13,7 +13,7 @@ MPlayer. CONTRIBUTING ============== -If you wish to contribute MPlayerThumbs, you might do so: +If you wish to contribute MPlayerThumbnailer, you might do so: - TDE Gitea Workspace (TGW) collaboration tool. https://mirror.git.trinitydesktop.org/gitea diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt index 65f5a10..ba3ef3e 100644 --- a/doc/en/CMakeLists.txt +++ b/doc/en/CMakeLists.txt @@ -1 +1 @@ -tde_create_handbook( DESTINATION videopreview ) +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 9afc489..155047f 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -1,7 +1,7 @@ MPlayerThumbs"> - + MPlayerThumbnailer"> + ]> diff --git a/src/CMakeL10n.txt b/src/CMakeL10n.txt index 2331528..616015b 100644 --- a/src/CMakeL10n.txt +++ b/src/CMakeL10n.txt @@ -1,8 +1,8 @@ ##### create translation templates ############## -tde_l10n_create_template( "messages/mplayerthumbs" ) +tde_l10n_create_template( "messages/mplayer-thumbnailer" ) tde_l10n_create_template( - CATALOG "desktop_files/videopreview.desktop/" - SOURCES videopreview.desktop + CATALOG "desktop_files/mplayer-thumbnailer.desktop/" + SOURCES mplayer-thumbnailer.desktop ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4eb2329..4723e56 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -add_subdirectory( mplayerthumbsconfig ) +add_subdirectory( config ) include_directories( ${CMAKE_BINARY_DIR} @@ -14,31 +14,26 @@ link_directories( ) -##### videopreview (kpart) +##### mplayer-thumbnailer (kpart) -tde_add_kpart( videopreview AUTOMOC +tde_add_kpart( ${PROJECT_NAME} AUTOMOC SOURCES - videopreview.cpp + ${PROJECT_NAME}.cpp LINK tdecore-shared - mplayerthumbscfg-static + ${PROJECT_NAME}-cfg-static DESTINATION ${PLUGIN_INSTALL_DIR} ) -set_property( - SOURCE videopreview.cpp - APPEND PROPERTY - OBJECT_DEPENDS ${CMAKE_BINARY_DIR}/src/mplayerthumbs.cpp -) -##### mplayerthumbscfg (static) +##### mplayer-thumbnailer-cfg (static) -tde_add_library( mplayerthumbscfg STATIC_PIC AUTOMOC +tde_add_library( ${PROJECT_NAME}-cfg STATIC_PIC AUTOMOC SOURCES - mplayerthumbs.kcfgc + ${PROJECT_NAME}-cfg.kcfgc LINK tdecore-shared ) @@ -47,7 +42,7 @@ tde_add_library( mplayerthumbscfg STATIC_PIC AUTOMOC ##### other data tde_create_translated_desktop( - SOURCE videopreview.desktop + SOURCE ${PROJECT_NAME}.desktop DESTINATION ${SERVICES_INSTALL_DIR} ) @@ -57,10 +52,15 @@ install( sprocket-medium.png sprocket-large.png - DESTINATION ${DATA_INSTALL_DIR}/videopreview + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} ) install( - FILES mplayerthumbs.kcfg + FILES ${PROJECT_NAME}.kcfg DESTINATION ${KCFG_INSTALL_DIR} ) + +install( + FILES ${PROJECT_NAME}-cfg-rename.upd + DESTINATION ${KCONF_UPDATE_INSTALL_DIR} +) diff --git a/src/config/CMakeLists.txt b/src/config/CMakeLists.txt new file mode 100644 index 0000000..f4a8b2d --- /dev/null +++ b/src/config/CMakeLists.txt @@ -0,0 +1,29 @@ +include_directories( + ${CMAKE_BINARY_DIR} + ${CMAKE_CURRENT_BINARY_DIR} + ${CMAKE_CURRENT_SOURCE_DIR} + ${TDE_INCLUDE_DIR} + ${TQT_INCLUDE_DIRS} + ${CMAKE_BINARY_DIR}/src +) + +link_directories( + ${TQT_LIBRARY_DIRS} + ${TDE_LIB_DIR} +) + + +##### mplayer-thumbnailer-config (executable) + +tde_add_executable( ${PROJECT_NAME}-config AUTOMOC + + SOURCES + main.cpp + ${PROJECT_NAME}-config.cpp + LINK + tdecore-shared + tdeui-shared + ${PROJECT_NAME}-cfg-static + + DESTINATION ${BIN_INSTALL_DIR} +) diff --git a/src/config/main.cpp b/src/config/main.cpp new file mode 100644 index 0000000..6f637c5 --- /dev/null +++ b/src/config/main.cpp @@ -0,0 +1,69 @@ +/*************************************************************************** + * Copyright (C) 2006 by Marco Gulino * + * marco@kmobiletools.org * + * * + * This program 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 2 of the License, or * + * (at your option) any later version. * + * * + * This program 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 this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ +#include +#include +#include +#include + +#include "mplayer-thumbnailer-cfg.h" +#include "mplayer-thumbnailer-config.h" + +static const char description[] = + I18N_NOOP("MPlayerThumbnailer Configuration Utility"); + +static const char version[] = "0.1"; + +static TDECmdLineOptions options[] = +{ +// { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, + TDECmdLineLastOption +}; + +int main(int argc, char **argv) +{ + TDEAboutData about("MPlayerThumbnailerConfig", I18N_NOOP("MPlayerThumbnailerConfig"), version, description, + TDEAboutData::License_GPL, "(C) 2006 Marco Gulino", 0, 0, "marco@kmobiletools.org"); + about.addAuthor( "Marco Gulino", 0, "marco@kmobiletools.org" ); + TDECmdLineArgs::init(argc, argv, &about); + TDECmdLineArgs::addCmdLineOptions( options ); + TDEApplication app; + MPlayerThumbnailerConfig *mainWin = 0; + +// if (app.isRestored()) +// { +// RESTORE(MPlayerThumbnailerConfig); +// } +// else +// { + // no session.. just start up normally + TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); + + /// @todo do something with the command line args here + + mainWin = new MPlayerThumbnailerConfig(0, "configDialog", new MPlayerThumbnailerCfg(), KDialogBase::Swallow ); + app.setMainWidget( mainWin ); + mainWin->show(); + + args->clear(); +// } + + // mainWin has WDestructiveClose flag by default, so it will delete itself. + return app.exec(); +} diff --git a/src/config/mplayer-thumbnailer-config.cpp b/src/config/mplayer-thumbnailer-config.cpp new file mode 100644 index 0000000..ee15917 --- /dev/null +++ b/src/config/mplayer-thumbnailer-config.cpp @@ -0,0 +1,64 @@ +/*************************************************************************** + * Copyright (C) 2006 by Marco Gulino * + * marco@kmobiletools.org * + * * + * This program 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 2 of the License, or * + * (at your option) any later version. * + * * + * This program 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 this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + +#include "mplayer-thumbnailer-config.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include + +MPlayerThumbnailerConfig::MPlayerThumbnailerConfig(TQWidget *parent, const char *name, MPlayerThumbnailerCfg *config, DialogType dialogType, int dialogButtons, ButtonCode defaultButton, bool modal) + : TDEConfigDialog(parent, name, config, dialogType, dialogButtons, defaultButton, modal) +{ + TQVBox *vbox=new TQVBox(0); + vbox->setSpacing( 5); + new TQLabel(i18n("Enter here the path for mplayer executable file."), vbox); + kcfg_mplayerbin=new KLineEdit( vbox, "kcfg_mplayerbin"); + new TQLabel(i18n("Custom arguments for mplayer."), vbox); + new KLineEdit( vbox, "kcfg_customargs"); + new KEditListBox( i18n("Blacklisted File Extensions"), + vbox, "kcfg_noextensions", true, KEditListBox::Add | KEditListBox::Remove); + addPage( vbox, i18n("General"), "mplayer" ); + kdDebug() << "config->mplayerbin().isNull()::" << config->mplayerbin().length() << endl; + if(!config->mplayerbin().length() ) + TQTimer::singleShot( 100, this, SLOT(autoFindPath())); +} + +MPlayerThumbnailerConfig::~MPlayerThumbnailerConfig() +{ +} + +/*! + \fn MPlayerThumbnailerConfig::autoFindPath() + */ +void MPlayerThumbnailerConfig::autoFindPath() +{ + TQString playerPath=TDEStandardDirs::findExe("mplayer-bin"); + if(playerPath.isNull() ) playerPath=TDEStandardDirs::findExe("mplayer"); + kdDebug() << "Trying to set player path to " << playerPath << endl; + kcfg_mplayerbin->setText( playerPath ); +} + +#include "mplayer-thumbnailer-config.moc" diff --git a/src/config/mplayer-thumbnailer-config.h b/src/config/mplayer-thumbnailer-config.h new file mode 100644 index 0000000..ae786ad --- /dev/null +++ b/src/config/mplayer-thumbnailer-config.h @@ -0,0 +1,38 @@ +/*************************************************************************** + * Copyright (C) 2006 by Marco Gulino * + * marco@kmobiletools.org * + * * + * This program 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 2 of the License, or * + * (at your option) any later version. * + * * + * This program 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 this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ +#ifndef _MPLAYER_THUMBNAILER_CONFIG_ +#define _MPLAYER_THUMBNAILER_CONFIG_ +#include +#include "mplayer-thumbnailer-cfg.h" + +class KLineEdit; +class MPlayerThumbnailerConfig : public TDEConfigDialog +{ + Q_OBJECT + public: + MPlayerThumbnailerConfig(TQWidget *parent, const char *name, MPlayerThumbnailerCfg *config, DialogType dialogType=IconList, int dialogButtons=Default|Ok|Apply|Cancel, ButtonCode defaultButton=Ok, bool modal=false); + ~MPlayerThumbnailerConfig(); + private: + KLineEdit *kcfg_mplayerbin; +public slots: + void autoFindPath(); +}; + +#endif diff --git a/src/mplayer-thumbnailer-cfg-rename.upd b/src/mplayer-thumbnailer-cfg-rename.upd new file mode 100644 index 0000000..ce3c37f --- /dev/null +++ b/src/mplayer-thumbnailer-cfg-rename.upd @@ -0,0 +1,4 @@ +Id=mplayerthumbs-rename +File=mplayerthumbs,mplayer-thumbnailer +Group=MPlayerThumbsCfg,MPlayerThumbnailerCfg +AllKeys diff --git a/src/mplayer-thumbnailer-cfg.kcfgc b/src/mplayer-thumbnailer-cfg.kcfgc new file mode 100644 index 0000000..6834d64 --- /dev/null +++ b/src/mplayer-thumbnailer-cfg.kcfgc @@ -0,0 +1,2 @@ +File=mplayer-thumbnailer.kcfg +ClassName=MPlayerThumbnailerCfg diff --git a/src/mplayer-thumbnailer.cpp b/src/mplayer-thumbnailer.cpp new file mode 100644 index 0000000..ae2e720 --- /dev/null +++ b/src/mplayer-thumbnailer.cpp @@ -0,0 +1,262 @@ +/*************************************************************************** + Copyright (C) 2006 + by Marco Gulino + + This program 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 2 of the License, or + (at your option) any later version. + + This program 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 this program; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + ***************************************************************************/ + +#include "mplayer-thumbnailer.h" + +#include +#include +#include + +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include +#include +#include +#include + +#include +#include + +#include "mplayer-thumbnailer-cfg.h" +#include "config.h" + +extern "C" +{ + KDE_EXPORT ThumbCreator *new_creator() + { + return new MPlayerThumbnailer; + } +} + +MPlayerThumbnailer::MPlayerThumbnailer() + : m_splitter(0), + m_data(0), + m_dataSize(0) +{ +} + +MPlayerThumbnailer::~MPlayerThumbnailer() +{ + delete m_splitter; + delete [] m_data; + delete tmpdir; + delete rand; + delete mplayerprocess; +} + +bool MPlayerThumbnailer::create(const TQString &path, int width, int height, TQImage &img) +{ + MPlayerThumbnailerCfg *cfg=new MPlayerThumbnailerCfg(); + TQFileInfo fi(path); + kdDebug() << "mplayer-thumbnailer: file extension=\"" << fi.extension().stripWhiteSpace() << "\"\n"; + if( fi.extension().stripWhiteSpace().length() && !cfg->noextensions().grep(fi.extension().stripWhiteSpace(), false) + .isEmpty() ) + { + delete cfg; + kdDebug() << "mplayer-thumbnailer: matched extension " << fi.extension().prepend('.') << "; exiting.\n"; + return false; + } + playerBin=cfg->mplayerbin(); + customargs=TQStringList::split(" ", cfg->customargs() ); + kdDebug() << "mplayer-thumbnailer: customargs=" << cfg->customargs() << " ;;;; " << customargs << endl; + delete cfg; + if(playerBin.length()) kdDebug() << "mplayer-thumbnailer: found playerbin from config: " << playerBin << endl; + else + { + playerBin=TDEStandardDirs::findExe("mplayer-bin"); + if(!playerBin.length()) playerBin=TDEStandardDirs::findExe("mplayer"); + if(!playerBin.length()) + { + kdDebug() << "mplayer-thumbnailer: mplayer not found, exiting. Run mplayer-thumbnailer-config to setup mplayer path manually.\n"; + return false; + } + kdDebug() << "mplayer-thumbnailer: found playerbin from path: " << playerBin << endl; + } + fileinfo.seconds=0; + fileinfo.fps=0; + tmpdir=new KTempDir(); + if(tmpdir->name().isNull() ) return false; + + rand=new KRandomSequence(TQDateTime::currentDateTime().toTime_t()); + mplayerprocess=new TQProcess(); + int flags=0; + KURL furl(path); + kdDebug() << "mplayer-thumbnailer: url=" << furl << "; local:" << furl.isLocalFile() << endl; + fileinfo.towidth=width; + fileinfo.toheight=height; + TQPixmap pix; +// if(furl.isLocalFile()) +// { + flags=framerandom; + TQStringList args; + args << playerBin << path << "-nocache" << "-identify" << "-vo" << "null" << "-frames" << "0"/* << "-nosound" */<< "-ao" << "null"; + args+= customargs; + mplayerprocess->setArguments(args); + mplayerprocess->setCommunication( TQProcess::Stdout ); + mplayerprocess->start(); + TQString lineout; + TQRegExp findsecs("^ID_LENGTH=([\\d]*)"); + TQRegExp findfps("^ID_VIDEO_FPS=([\\d]*)"); + while (mplayerprocess->isRunning() ) usleep (10); + do { + lineout=mplayerprocess->readLineStdout(); + if(findsecs.search( lineout) != -1) + fileinfo.seconds =findsecs.cap(1).toInt(); + if(findfps.search( lineout) != -1) + fileinfo.fps=findfps.cap(1).toInt(); + if( fileinfo.fps!=0 && fileinfo.seconds!=0 ) break; + } while (lineout != TQString::null ); + kdDebug() << "mplayer-thumbnailer: find length=" << fileinfo.seconds << ", fps=" << fileinfo.fps << endl; +/* } else + { + flags=frameend; + }*/ +#define LASTTRY 3 + for(int i=0; i<=LASTTRY; i++) + { + kdDebug() << "mplayer-thumbnailer: try " << i << endl; + pix=getFrame(path, ((i40 || i==LASTTRY-1 ) break; + } + } + if(pix.isNull() ) + { + if(tmpdir) tmpdir->unlink(); + return false; + } + /** From videocreator.cpp - xine_artsplugin + Copyright (C) 2002 Simon MacMullen + Copyright (C) 2003 Ewald Snel + * */ +// TQPixmap pix( createThumbnail( &frame, width, height ) ); +#ifdef STRIPS_SUPPORT + TQPainter painter( &pix ); + TQPixmap sprocket; + + if (pix.height() < 60) + sprocket = TQPixmap(locate( "data", "mplayer-thumbnailer/sprocket-small.png" )); + else if (pix.height() < 90) + sprocket = TQPixmap(locate( "data", "mplayer-thumbnailer/sprocket-medium.png" )); + else + sprocket = TQPixmap(locate( "data", "mplayer-thumbnailer/sprocket-large.png" )); + + for (int y = 0; y < pix.height() + sprocket.height(); y += sprocket.height()) { + painter.drawPixmap( 0, y, sprocket ); + } + + // End of xine-artsplugin code +#endif + img = pix.convertToImage(); + + if(tmpdir) tmpdir->unlink(); + return true; +} + +TQPixmap MPlayerThumbnailer::getFrame(const TQString &path, int flags) +{ + TQStringList args; + kdDebug() << "mplayer-thumbnailer: using flags " << flags << endl; +#define START ((fileinfo.seconds*15)/100) +#define END ((fileinfo.seconds*70)/100) + mplayerprocess->setCommunication( 0 ); + mplayerprocess->clearArguments(); + args.clear(); + args << playerBin << path; + if(fileinfo.towidth>fileinfo.toheight) fileinfo.toheight=-2; else fileinfo.towidth=-2; +// switch( flags ){ +// case random +// } + if( flags & framerandom ) + { + kdDebug() << "mplayer-thumbnailer: framerandom\n"; + unsigned long start=(unsigned long)(START+(rand->getDouble() * (END - START) ) ); + args << "-ss" << TQString::number( start ) + << "-frames" << "4"; + } else if (flags & frameend ) + { + kdDebug() << "mplayer-thumbnailer: frameend\n"; + args << "-ss" << TQString::number( fileinfo.seconds - 10 ) + << "-frames" << "4"; + } else if (flags & framestart) + { + kdDebug() << "mplayer-thumbnailer: framestart\n"; + if(!fileinfo.fps) fileinfo.fps=25; // if we've not autodetected a fps rate, let's assume 25fps.. even if it's wrong it shouldn't hurt. + // If we can't skip to a random frame, let's try playing 10 seconds. + args << "-frames" << TQString::number( fileinfo.fps*10 ); + } + args << "-nocache" << "-idx" /*@TODO check if it's too slow..*/ << "-ao" << "null"/*"-nosound" << */<< "-speed" << "99" /*<< "-sstep" << "5"*/ + << "-vo" << TQString("jpeg:outdir=%1").arg(tmpdir->name() ) << "-vf" << TQString("scale=%1:%2").arg(fileinfo.towidth).arg(fileinfo.toheight); + args+=customargs; + kdDebug() << "mplayer-thumbnailer: Starting MPlayer with" << args.join( " ") << endl; +// return false; + mplayerprocess->setArguments( args); + mplayerprocess->start(); + while (mplayerprocess->isRunning() ) usleep (10); + if (tmpdir->qDir()->entryList( "*.jpg" ).isEmpty() ) return 0; + + TQString lastframe=tmpdir->qDir()->entryList( "*.jpg" ).last(); + kdDebug() << "mplayer-thumbnailer: LastFrame==" << lastframe << endl; + TQPixmap retpix(tmpdir->name().append( lastframe )); + return retpix; +} + +ThumbCreator::Flags MPlayerThumbnailer::flags() const +{ + return (Flags)(DrawFrame); +} + + +uint MPlayerThumbnailer::imageVariance(TQImage image ) +{ + uint delta=0; + uint avg=0; + uint bytes=image.numBytes(); + uint STEPS=bytes/2; + uchar pivot[STEPS]; + kdDebug() << "Using " << STEPS << " steps\n"; + uchar *bits=image.bits(); + // First pass: get pivots and taking average + for( uint i=0; i + + This program 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 2 of the License, or + (at your option) any later version. + + This program 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 this program; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + ***************************************************************************/ + +#ifndef _mplayer_thumbnailer_H_ +#define _mplayer_thumbnailer_H_ + +#include +#include + +#include +#include + +class TQProcess; +class TQCString; +class KTempDir; +class KRandomSequence; +class KPixmapSplitter; +#include + +class MPlayerThumbnailer : public TQObject, public ThumbCreator +{ +Q_OBJECT + public: + MPlayerThumbnailer(); + virtual ~MPlayerThumbnailer(); + virtual bool create(const TQString &path, int width, int height, TQImage &img); + virtual Flags flags() const; + protected: + TQPixmap getFrame(const TQString &path, int flags); + static uint imageVariance(TQImage image ); + private: + KPixmapSplitter *m_splitter; + char *m_data; + int m_dataSize; + TQPixmap m_pixmap; + TQProcess *mplayerprocess; + TQStringList customargs; + KTempDir *tmpdir; + KRandomSequence *rand; + TQString playerBin; + enum frameflags { framerandom=0x1, framestart=0x2, frameend=0x4 }; + struct { int towidth; int toheight; int fps; int seconds; } fileinfo; +}; + +#endif diff --git a/src/mplayer-thumbnailer.kcfg b/src/mplayer-thumbnailer.kcfg new file mode 100644 index 0000000..76ddfc8 --- /dev/null +++ b/src/mplayer-thumbnailer.kcfg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/mplayerthumbs.cpp b/src/mplayerthumbs.cpp deleted file mode 100644 index a183e83..0000000 --- a/src/mplayerthumbs.cpp +++ /dev/null @@ -1,25 +0,0 @@ -// This file is generated by tdeconfig_compiler from mplayerthumbs.kcfg. -// All changes you do to this file will be lost. - -#include "mplayerthumbs.h" - -MPlayerThumbsCfg::MPlayerThumbsCfg( ) - : TDEConfigSkeleton( TQString::fromLatin1( "mplayerthumbs" ) ) -{ - setCurrentGroup( TQString::fromLatin1( "MPlayerThumbsCfg" ) ); - - TDEConfigSkeleton::ItemString *itemMplayerbin; - itemMplayerbin = new TDEConfigSkeleton::ItemString( currentGroup(), TQString::fromLatin1( "mplayerbin" ), mMplayerbin ); - addItem( itemMplayerbin, TQString::fromLatin1( "mplayerbin" ) ); - TDEConfigSkeleton::ItemStringList *itemNoextensions; - itemNoextensions = new TDEConfigSkeleton::ItemStringList( currentGroup(), TQString::fromLatin1( "noextensions" ), mNoextensions ); - addItem( itemNoextensions, TQString::fromLatin1( "noextensions" ) ); - TDEConfigSkeleton::ItemString *itemCustomargs; - itemCustomargs = new TDEConfigSkeleton::ItemString( currentGroup(), TQString::fromLatin1( "customargs" ), mCustomargs ); - addItem( itemCustomargs, TQString::fromLatin1( "customargs" ) ); -} - -MPlayerThumbsCfg::~MPlayerThumbsCfg() -{ -} - diff --git a/src/mplayerthumbs.kcfg b/src/mplayerthumbs.kcfg deleted file mode 100644 index 2208b1c..0000000 --- a/src/mplayerthumbs.kcfg +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/src/mplayerthumbs.kcfgc b/src/mplayerthumbs.kcfgc deleted file mode 100644 index a4bed80..0000000 --- a/src/mplayerthumbs.kcfgc +++ /dev/null @@ -1,2 +0,0 @@ -File=mplayerthumbs.kcfg -ClassName=MPlayerThumbsCfg diff --git a/src/mplayerthumbsconfig/CMakeLists.txt b/src/mplayerthumbsconfig/CMakeLists.txt deleted file mode 100644 index 12df3ef..0000000 --- a/src/mplayerthumbsconfig/CMakeLists.txt +++ /dev/null @@ -1,35 +0,0 @@ -include_directories( - ${CMAKE_BINARY_DIR} - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_CURRENT_SOURCE_DIR} - ${TDE_INCLUDE_DIR} - ${TQT_INCLUDE_DIRS} - ${CMAKE_BINARY_DIR}/src -) - -link_directories( - ${TQT_LIBRARY_DIRS} - ${TDE_LIB_DIR} -) - - -##### mplayerthumbsconfig (executable) - -tde_add_executable( mplayerthumbsconfig AUTOMOC - - SOURCES - main.cpp - mplayerthumbscfg.cpp - LINK - tdecore-shared - tdeui-shared - mplayerthumbscfg-static - - DESTINATION ${BIN_INSTALL_DIR} -) - -set_property( - SOURCE main.cpp mplayerthumbscfg.cpp - APPEND PROPERTY - OBJECT_DEPENDS ${CMAKE_BINARY_DIR}/src/mplayerthumbs.cpp -) diff --git a/src/mplayerthumbsconfig/main.cpp b/src/mplayerthumbsconfig/main.cpp deleted file mode 100644 index 051cf83..0000000 --- a/src/mplayerthumbsconfig/main.cpp +++ /dev/null @@ -1,69 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2006 by Marco Gulino * - * marco@kmobiletools.org * - * * - * This program 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 2 of the License, or * - * (at your option) any later version. * - * * - * This program 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 this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ -#include -#include -#include -#include - -#include "mplayerthumbscfg.h" -#include "mplayerthumbs.h" - -static const char description[] = - I18N_NOOP("MPlayerThumbs Configuration Utility"); - -static const char version[] = "0.1"; - -static TDECmdLineOptions options[] = -{ -// { "+[URL]", I18N_NOOP( "Document to open" ), 0 }, - TDECmdLineLastOption -}; - -int main(int argc, char **argv) -{ - TDEAboutData about("MPlayerThumbsConfig", I18N_NOOP("MPlayerThumbsConfig"), version, description, - TDEAboutData::License_GPL, "(C) 2006 Marco Gulino", 0, 0, "marco@kmobiletools.org"); - about.addAuthor( "Marco Gulino", 0, "marco@kmobiletools.org" ); - TDECmdLineArgs::init(argc, argv, &about); - TDECmdLineArgs::addCmdLineOptions( options ); - TDEApplication app; - MPlayerThumbsConfig *mainWin = 0; - -// if (app.isRestored()) -// { -// RESTORE(MPlayerThumbsConfig); -// } -// else -// { - // no session.. just start up normally - TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); - - /// @todo do something with the command line args here - - mainWin = new MPlayerThumbsConfig(0, "configDialog", new MPlayerThumbsCfg(), KDialogBase::Swallow ); - app.setMainWidget( mainWin ); - mainWin->show(); - - args->clear(); -// } - - // mainWin has WDestructiveClose flag by default, so it will delete itself. - return app.exec(); -} diff --git a/src/mplayerthumbsconfig/mplayerthumbscfg.cpp b/src/mplayerthumbsconfig/mplayerthumbscfg.cpp deleted file mode 100644 index 02fe59d..0000000 --- a/src/mplayerthumbsconfig/mplayerthumbscfg.cpp +++ /dev/null @@ -1,65 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2006 by Marco Gulino * - * marco@kmobiletools.org * - * * - * This program 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 2 of the License, or * - * (at your option) any later version. * - * * - * This program 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 this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ - -#include "mplayerthumbscfg.h" -#include -#include -#include -#include -#include -#include -#include -#include -#include - -MPlayerThumbsConfig::MPlayerThumbsConfig(TQWidget *parent, const char *name, MPlayerThumbsCfg *config, DialogType dialogType, int dialogButtons, ButtonCode defaultButton, bool modal) - : TDEConfigDialog(parent, name, config, dialogType, dialogButtons, defaultButton, modal) -{ - TQVBox *vbox=new TQVBox(0); - vbox->setSpacing( 5); - new TQLabel(i18n("Enter here the path for mplayer executable file."), vbox); - kcfg_mplayerbin=new KLineEdit( vbox, "kcfg_mplayerbin"); - new TQLabel(i18n("Custom arguments for mplayer."), vbox); - new KLineEdit( vbox, "kcfg_customargs"); - new KEditListBox( i18n("Blacklisted File Extensions"), - vbox, "kcfg_noextensions", true, KEditListBox::Add | KEditListBox::Remove); - addPage( vbox, i18n("General"), "mplayer" ); - kdDebug() << "config->mplayerbin().isNull()::" << config->mplayerbin().length() << endl; - if(!config->mplayerbin().length() ) - TQTimer::singleShot( 100, this, SLOT(autoFindPath())); -} - -MPlayerThumbsConfig::~MPlayerThumbsConfig() -{ -} - -#include "mplayerthumbscfg.moc" - - -/*! - \fn MPlayerThumbsConfig::autoFindPath() - */ -void MPlayerThumbsConfig::autoFindPath() -{ - TQString playerPath=TDEStandardDirs::findExe("mplayer-bin"); - if(playerPath.isNull() ) playerPath=TDEStandardDirs::findExe("mplayer"); - kdDebug() << "Trying to set player path to " << playerPath << endl; - kcfg_mplayerbin->setText( playerPath ); -} diff --git a/src/mplayerthumbsconfig/mplayerthumbscfg.h b/src/mplayerthumbsconfig/mplayerthumbscfg.h deleted file mode 100644 index e762687..0000000 --- a/src/mplayerthumbsconfig/mplayerthumbscfg.h +++ /dev/null @@ -1,38 +0,0 @@ -/*************************************************************************** - * Copyright (C) 2006 by Marco Gulino * - * marco@kmobiletools.org * - * * - * This program 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 2 of the License, or * - * (at your option) any later version. * - * * - * This program 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 this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - ***************************************************************************/ -#ifndef _MPLAYERTHUMBSCONFIG_ -#define _MPLAYERTHUMBSCONFIG_ -#include -#include "mplayerthumbs.h" - -class KLineEdit; -class MPlayerThumbsConfig : public TDEConfigDialog -{ - Q_OBJECT - public: - MPlayerThumbsConfig(TQWidget *parent, const char *name, MPlayerThumbsCfg *config, DialogType dialogType=IconList, int dialogButtons=Default|Ok|Apply|Cancel, ButtonCode defaultButton=Ok, bool modal=false); - ~MPlayerThumbsConfig(); - private: - KLineEdit *kcfg_mplayerbin; -public slots: - void autoFindPath(); -}; - -#endif diff --git a/src/videopreview.cpp b/src/videopreview.cpp deleted file mode 100644 index b11acbb..0000000 --- a/src/videopreview.cpp +++ /dev/null @@ -1,262 +0,0 @@ -/*************************************************************************** - Copyright (C) 2006 - by Marco Gulino - - This program 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 2 of the License, or - (at your option) any later version. - - This program 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 this program; if not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. - ***************************************************************************/ - -#include "videopreview.h" - -#include -#include -#include - -#include -#include -#include -#include -#include -#include -#include - -#include -#include -#include -#include -#include -#include - -#include -#include - -#include "mplayerthumbs.h" - -#include "config.h" -extern "C" -{ - KDE_EXPORT ThumbCreator *new_creator() - { - return new VideoPreview; - } -} - -VideoPreview::VideoPreview() - : m_splitter(0), - m_data(0), - m_dataSize(0) -{ -} - -VideoPreview::~VideoPreview() -{ - delete m_splitter; - delete [] m_data; - delete tmpdir; - delete rand; - delete mplayerprocess; -} - -bool VideoPreview::create(const TQString &path, int width, int height, TQImage &img) -{ - MPlayerThumbsCfg *cfg=new MPlayerThumbsCfg(); - TQFileInfo fi(path); - kdDebug() << "videopreview: file extension=\"" << fi.extension().stripWhiteSpace() << "\"\n"; - if( fi.extension().stripWhiteSpace().length() && !cfg->noextensions().grep(fi.extension().stripWhiteSpace(), false) - .isEmpty() ) - { - delete cfg; - kdDebug() << "videopreview: matched extension " << fi.extension().prepend('.') << "; exiting.\n"; - return false; - } - playerBin=cfg->mplayerbin(); - customargs=TQStringList::split(" ", cfg->customargs() ); - kdDebug() << "videopreview: customargs=" << cfg->customargs() << " ;;;; " << customargs << endl; - delete cfg; - if(playerBin.length()) kdDebug() << "videopreview: found playerbin from config: " << playerBin << endl; - else - { - playerBin=TDEStandardDirs::findExe("mplayer-bin"); - if(!playerBin.length()) playerBin=TDEStandardDirs::findExe("mplayer"); - if(!playerBin.length()) - { - kdDebug() << "videopreview: mplayer not found, exiting. Run mplayerthumbsconfig to setup mplayer path manually.\n"; - return false; - } - kdDebug() << "videopreview: found playerbin from path: " << playerBin << endl; - } - fileinfo.seconds=0; - fileinfo.fps=0; - tmpdir=new KTempDir(); - if(tmpdir->name().isNull() ) return false; - - rand=new KRandomSequence(TQDateTime::currentDateTime().toTime_t()); - mplayerprocess=new TQProcess(); - int flags=0; - KURL furl(path); - kdDebug() << "videopreview: url=" << furl << "; local:" << furl.isLocalFile() << endl; - fileinfo.towidth=width; - fileinfo.toheight=height; - TQPixmap pix; -// if(furl.isLocalFile()) -// { - flags=framerandom; - TQStringList args; - args << playerBin << path << "-nocache" << "-identify" << "-vo" << "null" << "-frames" << "0"/* << "-nosound" */<< "-ao" << "null"; - args+= customargs; - mplayerprocess->setArguments(args); - mplayerprocess->setCommunication( TQProcess::Stdout ); - mplayerprocess->start(); - TQString lineout; - TQRegExp findsecs("^ID_LENGTH=([\\d]*)"); - TQRegExp findfps("^ID_VIDEO_FPS=([\\d]*)"); - while (mplayerprocess->isRunning() ) usleep (10); - do { - lineout=mplayerprocess->readLineStdout(); - if(findsecs.search( lineout) != -1) - fileinfo.seconds =findsecs.cap(1).toInt(); - if(findfps.search( lineout) != -1) - fileinfo.fps=findfps.cap(1).toInt(); - if( fileinfo.fps!=0 && fileinfo.seconds!=0 ) break; - } while (lineout != TQString::null ); - kdDebug() << "videopreview: find length=" << fileinfo.seconds << ", fps=" << fileinfo.fps << endl; -/* } else - { - flags=frameend; - }*/ -#define LASTTRY 3 - for(int i=0; i<=LASTTRY; i++) - { - kdDebug() << "videopreview: try " << i << endl; - pix=getFrame(path, ((i40 || i==LASTTRY-1 ) break; - } - } - if(pix.isNull() ) - { - if(tmpdir) tmpdir->unlink(); - return false; - } - /** From videocreator.cpp - xine_artsplugin - Copyright (C) 2002 Simon MacMullen - Copyright (C) 2003 Ewald Snel - * */ -// TQPixmap pix( createThumbnail( &frame, width, height ) ); -#ifdef STRIPS_SUPPORT - TQPainter painter( &pix ); - TQPixmap sprocket; - - if (pix.height() < 60) - sprocket = TQPixmap(locate( "data", "videopreview/sprocket-small.png" )); - else if (pix.height() < 90) - sprocket = TQPixmap(locate( "data", "videopreview/sprocket-medium.png" )); - else - sprocket = TQPixmap(locate( "data", "videopreview/sprocket-large.png" )); - - for (int y = 0; y < pix.height() + sprocket.height(); y += sprocket.height()) { - painter.drawPixmap( 0, y, sprocket ); - } - - // End of xine-artsplugin code -#endif - img = pix.convertToImage(); - - if(tmpdir) tmpdir->unlink(); - return true; -} - -TQPixmap VideoPreview::getFrame(const TQString &path, int flags) -{ - TQStringList args; - kdDebug() << "videopreview: using flags " << flags << endl; -#define START ((fileinfo.seconds*15)/100) -#define END ((fileinfo.seconds*70)/100) - mplayerprocess->setCommunication( 0 ); - mplayerprocess->clearArguments(); - args.clear(); - args << playerBin << path; - if(fileinfo.towidth>fileinfo.toheight) fileinfo.toheight=-2; else fileinfo.towidth=-2; -// switch( flags ){ -// case random -// } - if( flags & framerandom ) - { - kdDebug() << "videopreview: framerandom\n"; - unsigned long start=(unsigned long)(START+(rand->getDouble() * (END - START) ) ); - args << "-ss" << TQString::number( start ) - << "-frames" << "4"; - } else if (flags & frameend ) - { - kdDebug() << "videopreview: frameend\n"; - args << "-ss" << TQString::number( fileinfo.seconds - 10 ) - << "-frames" << "4"; - } else if (flags & framestart) - { - kdDebug() << "videopreview: framestart\n"; - if(!fileinfo.fps) fileinfo.fps=25; // if we've not autodetected a fps rate, let's assume 25fps.. even if it's wrong it shouldn't hurt. - // If we can't skip to a random frame, let's try playing 10 seconds. - args << "-frames" << TQString::number( fileinfo.fps*10 ); - } - args << "-nocache" << "-idx" /*@TODO check if it's too slow..*/ << "-ao" << "null"/*"-nosound" << */<< "-speed" << "99" /*<< "-sstep" << "5"*/ - << "-vo" << TQString("jpeg:outdir=%1").arg(tmpdir->name() ) << "-vf" << TQString("scale=%1:%2").arg(fileinfo.towidth).arg(fileinfo.toheight); - args+=customargs; - kdDebug() << "videopreview: Starting MPlayer with" << args.join( " ") << endl; -// return false; - mplayerprocess->setArguments( args); - mplayerprocess->start(); - while (mplayerprocess->isRunning() ) usleep (10); - if (tmpdir->qDir()->entryList( "*.jpg" ).isEmpty() ) return 0; - - TQString lastframe=tmpdir->qDir()->entryList( "*.jpg" ).last(); - kdDebug() << "videopreview: LastFrame==" << lastframe << endl; - TQPixmap retpix(tmpdir->name().append( lastframe )); - return retpix; -} - -ThumbCreator::Flags VideoPreview::flags() const -{ - return (Flags)(DrawFrame); -} - - -uint VideoPreview::imageVariance(TQImage image ) -{ - uint delta=0; - uint avg=0; - uint bytes=image.numBytes(); - uint STEPS=bytes/2; - uchar pivot[STEPS]; - kdDebug() << "Using " << STEPS << " steps\n"; - uchar *bits=image.bits(); - // First pass: get pivots and taking average - for( uint i=0; i - - This program 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 2 of the License, or - (at your option) any later version. - - This program 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 this program; if not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. - ***************************************************************************/ - -#ifndef _videopreview_H_ -#define _videopreview_H_ - -#include -#include - -#include -#include - -class TQProcess; -class TQCString; -class KTempDir; -class KRandomSequence; -class KPixmapSplitter; -#include - -class VideoPreview : public TQObject, public ThumbCreator -{ -Q_OBJECT - public: - VideoPreview(); - virtual ~VideoPreview(); - virtual bool create(const TQString &path, int width, int height, TQImage &img); - virtual Flags flags() const; - protected: - TQPixmap getFrame(const TQString &path, int flags); - static uint imageVariance(TQImage image ); - private: - KPixmapSplitter *m_splitter; - char *m_data; - int m_dataSize; - TQPixmap m_pixmap; - TQProcess *mplayerprocess; - TQStringList customargs; - KTempDir *tmpdir; - KRandomSequence *rand; - TQString playerBin; - enum frameflags { framerandom=0x1, framestart=0x2, frameend=0x4 }; - struct { int towidth; int toheight; int fps; int seconds; } fileinfo; -}; - -#endif diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/af.po b/translations/desktop_files/mplayer-thumbnailer.desktop/af.po new file mode 100644 index 0000000..5289032 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/af.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: af\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video Lêers (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/bg.po b/translations/desktop_files/mplayer-thumbnailer.desktop/bg.po new file mode 100644 index 0000000..364610a --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/bg.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Видео файлове (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/bn.po b/translations/desktop_files/mplayer-thumbnailer.desktop/bn.po new file mode 100644 index 0000000..37d0e6b --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/bn.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: bn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "ভিডিও ফাইল (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/br.po b/translations/desktop_files/mplayer-thumbnailer.desktop/br.po new file mode 100644 index 0000000..d2734de --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/br.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: br\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Restroù Video (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/bs.po b/translations/desktop_files/mplayer-thumbnailer.desktop/bs.po new file mode 100644 index 0000000..e5057b5 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/bs.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video datoteke (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/ca.po b/translations/desktop_files/mplayer-thumbnailer.desktop/ca.po new file mode 100644 index 0000000..6a29d4c --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/ca.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Fitxers de vídeo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/cs.po b/translations/desktop_files/mplayer-thumbnailer.desktop/cs.po new file mode 100644 index 0000000..a901b8d --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/cs.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video soubory (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/cy.po b/translations/desktop_files/mplayer-thumbnailer.desktop/cy.po new file mode 100644 index 0000000..1974d61 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/cy.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: cy\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Ffeiliau Fideo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/da.po b/translations/desktop_files/mplayer-thumbnailer.desktop/da.po new file mode 100644 index 0000000..f074527 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/da.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videofiler (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/de.po b/translations/desktop_files/mplayer-thumbnailer.desktop/de.po new file mode 100644 index 0000000..ecd5e6b --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/de.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video-Dateien (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/el.po b/translations/desktop_files/mplayer-thumbnailer.desktop/el.po new file mode 100644 index 0000000..dbe3845 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/el.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Αρχεία βίντεο (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/es.po b/translations/desktop_files/mplayer-thumbnailer.desktop/es.po new file mode 100644 index 0000000..4e0b1c5 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/es.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Archivos de vídeo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/et.po b/translations/desktop_files/mplayer-thumbnailer.desktop/et.po new file mode 100644 index 0000000..a4e5893 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/et.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videofailid (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/eu.po b/translations/desktop_files/mplayer-thumbnailer.desktop/eu.po new file mode 100644 index 0000000..414bd46 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/eu.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Bideo fitxategiak (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/fi.po b/translations/desktop_files/mplayer-thumbnailer.desktop/fi.po new file mode 100644 index 0000000..edc1460 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/fi.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videotiedostot (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/fr.po b/translations/desktop_files/mplayer-thumbnailer.desktop/fr.po new file mode 100644 index 0000000..0763ddf --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/fr.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Fichiers vidéo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/ga.po b/translations/desktop_files/mplayer-thumbnailer.desktop/ga.po new file mode 100644 index 0000000..f937314 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/ga.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ga\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Comhaid Fhíse (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/he.po b/translations/desktop_files/mplayer-thumbnailer.desktop/he.po new file mode 100644 index 0000000..f8e88a0 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/he.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "קבצי וידאו (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/hi.po b/translations/desktop_files/mplayer-thumbnailer.desktop/hi.po new file mode 100644 index 0000000..7fc4ab5 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/hi.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "वीडियो फ़ाइलें (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/hr.po b/translations/desktop_files/mplayer-thumbnailer.desktop/hr.po new file mode 100644 index 0000000..a8cf0b3 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/hr.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video datoteke (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/hu.po b/translations/desktop_files/mplayer-thumbnailer.desktop/hu.po new file mode 100644 index 0000000..22c253f --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/hu.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videófájlok (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/is.po b/translations/desktop_files/mplayer-thumbnailer.desktop/is.po new file mode 100644 index 0000000..969406a --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/is.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: is\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Kvikmyndaskrár (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/it.po b/translations/desktop_files/mplayer-thumbnailer.desktop/it.po new file mode 100644 index 0000000..d74175b --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/it.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "File Video (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/ja.po b/translations/desktop_files/mplayer-thumbnailer.desktop/ja.po new file mode 100644 index 0000000..84abe90 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/ja.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "ビデオファイル (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/km.po b/translations/desktop_files/mplayer-thumbnailer.desktop/km.po new file mode 100644 index 0000000..d8967aa --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/km.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: km\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "ឯកសារ​វីដេអូ (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/lt.po b/translations/desktop_files/mplayer-thumbnailer.desktop/lt.po new file mode 100644 index 0000000..f210419 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/lt.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video bylos (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/mk.po b/translations/desktop_files/mplayer-thumbnailer.desktop/mk.po new file mode 100644 index 0000000..27843d6 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/mk.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Видео датотеки (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/mplayer-thumbnailer.desktop.pot b/translations/desktop_files/mplayer-thumbnailer.desktop/mplayer-thumbnailer.desktop.pot new file mode 100644 index 0000000..b74d3e9 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/mplayer-thumbnailer.desktop.pot @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2021-09-02 15:10+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/nb.po b/translations/desktop_files/mplayer-thumbnailer.desktop/nb.po new file mode 100644 index 0000000..309bf41 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/nb.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videofiler (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/nl.po b/translations/desktop_files/mplayer-thumbnailer.desktop/nl.po new file mode 100644 index 0000000..2b0d66f --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/nl.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videobestanden (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/nn.po b/translations/desktop_files/mplayer-thumbnailer.desktop/nn.po new file mode 100644 index 0000000..be73a3e --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/nn.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: nn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videofiler (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/pa.po b/translations/desktop_files/mplayer-thumbnailer.desktop/pa.po new file mode 100644 index 0000000..c509c0f --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/pa.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: pa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "ਵੀਡਿਓ ਫਾਇਲਾਂ (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/pl.po b/translations/desktop_files/mplayer-thumbnailer.desktop/pl.po new file mode 100644 index 0000000..650e50f --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/pl.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Pliki wideo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/pt.po b/translations/desktop_files/mplayer-thumbnailer.desktop/pt.po new file mode 100644 index 0000000..6aa14a6 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/pt.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Ficheiros de Vídeo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/pt_BR.po b/translations/desktop_files/mplayer-thumbnailer.desktop/pt_BR.po new file mode 100644 index 0000000..5f01b97 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/pt_BR.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Arquivos de vídeo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/ro.po b/translations/desktop_files/mplayer-thumbnailer.desktop/ro.po new file mode 100644 index 0000000..fc6afea --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/ro.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Fişiere video (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/ru.po b/translations/desktop_files/mplayer-thumbnailer.desktop/ru.po new file mode 100644 index 0000000..24c51c1 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/ru.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Видеофайлы (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/sk.po b/translations/desktop_files/mplayer-thumbnailer.desktop/sk.po new file mode 100644 index 0000000..ca4f904 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/sk.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video súbory (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/sl.po b/translations/desktop_files/mplayer-thumbnailer.desktop/sl.po new file mode 100644 index 0000000..e6423f9 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/sl.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video datoteke (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/sr.po b/translations/desktop_files/mplayer-thumbnailer.desktop/sr.po new file mode 100644 index 0000000..73cf8b3 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/sr.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: sr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Видео фајлови (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/sr@Latn.po b/translations/desktop_files/mplayer-thumbnailer.desktop/sr@Latn.po new file mode 100644 index 0000000..30868b0 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/sr@Latn.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: sr@Latn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video fajlovi (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/sv.po b/translations/desktop_files/mplayer-thumbnailer.desktop/sv.po new file mode 100644 index 0000000..6e65632 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/sv.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videofiler (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/ta.po b/translations/desktop_files/mplayer-thumbnailer.desktop/ta.po new file mode 100644 index 0000000..0e8aab5 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/ta.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ta\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "படக்காட்சி கோப்புகள் (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/tg.po b/translations/desktop_files/mplayer-thumbnailer.desktop/tg.po new file mode 100644 index 0000000..8c5e0c0 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/tg.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: tg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Файлҳои Видео (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/tr.po b/translations/desktop_files/mplayer-thumbnailer.desktop/tr.po new file mode 100644 index 0000000..8001fc1 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/tr.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video Dosyaları (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/uk.po b/translations/desktop_files/mplayer-thumbnailer.desktop/uk.po new file mode 100644 index 0000000..23b42b2 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/uk.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Відео-файли (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/uz.po b/translations/desktop_files/mplayer-thumbnailer.desktop/uz.po new file mode 100644 index 0000000..2771659 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/uz.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: uz\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Видео файллар (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/ven.po b/translations/desktop_files/mplayer-thumbnailer.desktop/ven.po new file mode 100644 index 0000000..bc10c72 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/ven.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: ven\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Dzifaela dza Video (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/wa.po b/translations/desktop_files/mplayer-thumbnailer.desktop/wa.po new file mode 100644 index 0000000..8216810 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/wa.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: wa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Fitchîs videyo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/xh.po b/translations/desktop_files/mplayer-thumbnailer.desktop/xh.po new file mode 100644 index 0000000..9491ce2 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/xh.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: xh\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Iifayile ze Video (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/zh_CN.po b/translations/desktop_files/mplayer-thumbnailer.desktop/zh_CN.po new file mode 100644 index 0000000..8c941d7 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/zh_CN.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "视频文件 (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/zh_HK.po b/translations/desktop_files/mplayer-thumbnailer.desktop/zh_HK.po new file mode 100644 index 0000000..38b3d45 --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/zh_HK.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: zh_HK\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "視訊檔案 (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/zh_TW.po b/translations/desktop_files/mplayer-thumbnailer.desktop/zh_TW.po new file mode 100644 index 0000000..2a0c8af --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/zh_TW.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "視訊檔案 (MPlayer thumbnailer)" diff --git a/translations/desktop_files/mplayer-thumbnailer.desktop/zu.po b/translations/desktop_files/mplayer-thumbnailer.desktop/zu.po new file mode 100644 index 0000000..67bc7cc --- /dev/null +++ b/translations/desktop_files/mplayer-thumbnailer.desktop/zu.po @@ -0,0 +1,22 @@ +# SOME DESCRIPTIVE TITLE. +# This file is put in the public domain. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: zu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Name +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Amafayela Evidiyo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/af.po b/translations/desktop_files/videopreview.desktop/af.po index 5963c88..5289032 100644 --- a/translations/desktop_files/videopreview.desktop/af.po +++ b/translations/desktop_files/videopreview.desktop/af.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Video Lêers (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video Lêers (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/bg.po b/translations/desktop_files/videopreview.desktop/bg.po index a62b4ed..364610a 100644 --- a/translations/desktop_files/videopreview.desktop/bg.po +++ b/translations/desktop_files/videopreview.desktop/bg.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Видео файлове (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Видео файлове (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/bn.po b/translations/desktop_files/videopreview.desktop/bn.po index 3d7740b..37d0e6b 100644 --- a/translations/desktop_files/videopreview.desktop/bn.po +++ b/translations/desktop_files/videopreview.desktop/bn.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "ভিডিও ফাইল (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "ভিডিও ফাইল (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/br.po b/translations/desktop_files/videopreview.desktop/br.po index 63ae79c..d2734de 100644 --- a/translations/desktop_files/videopreview.desktop/br.po +++ b/translations/desktop_files/videopreview.desktop/br.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Restroù Video (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Restroù Video (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/bs.po b/translations/desktop_files/videopreview.desktop/bs.po index c61b1a5..e5057b5 100644 --- a/translations/desktop_files/videopreview.desktop/bs.po +++ b/translations/desktop_files/videopreview.desktop/bs.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Video datoteke (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video datoteke (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/ca.po b/translations/desktop_files/videopreview.desktop/ca.po index 8ed9df5..6a29d4c 100644 --- a/translations/desktop_files/videopreview.desktop/ca.po +++ b/translations/desktop_files/videopreview.desktop/ca.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Fitxers de vídeo (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Fitxers de vídeo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/cs.po b/translations/desktop_files/videopreview.desktop/cs.po index e2940a5..a901b8d 100644 --- a/translations/desktop_files/videopreview.desktop/cs.po +++ b/translations/desktop_files/videopreview.desktop/cs.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Video soubory (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video soubory (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/cy.po b/translations/desktop_files/videopreview.desktop/cy.po index 6581a6a..1974d61 100644 --- a/translations/desktop_files/videopreview.desktop/cy.po +++ b/translations/desktop_files/videopreview.desktop/cy.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Ffeiliau Fideo (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Ffeiliau Fideo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/da.po b/translations/desktop_files/videopreview.desktop/da.po index 988e003..f074527 100644 --- a/translations/desktop_files/videopreview.desktop/da.po +++ b/translations/desktop_files/videopreview.desktop/da.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Videofiler (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videofiler (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/de.po b/translations/desktop_files/videopreview.desktop/de.po index 09c8c5c..ecd5e6b 100644 --- a/translations/desktop_files/videopreview.desktop/de.po +++ b/translations/desktop_files/videopreview.desktop/de.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Video-Dateien (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video-Dateien (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/el.po b/translations/desktop_files/videopreview.desktop/el.po index b2c3383..dbe3845 100644 --- a/translations/desktop_files/videopreview.desktop/el.po +++ b/translations/desktop_files/videopreview.desktop/el.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Αρχεία βίντεο (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Αρχεία βίντεο (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/es.po b/translations/desktop_files/videopreview.desktop/es.po index 9840d4f..4e0b1c5 100644 --- a/translations/desktop_files/videopreview.desktop/es.po +++ b/translations/desktop_files/videopreview.desktop/es.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Archivos de vídeo (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Archivos de vídeo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/et.po b/translations/desktop_files/videopreview.desktop/et.po index 3a5af10..a4e5893 100644 --- a/translations/desktop_files/videopreview.desktop/et.po +++ b/translations/desktop_files/videopreview.desktop/et.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Videofailid (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videofailid (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/eu.po b/translations/desktop_files/videopreview.desktop/eu.po index b83d119..414bd46 100644 --- a/translations/desktop_files/videopreview.desktop/eu.po +++ b/translations/desktop_files/videopreview.desktop/eu.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Bideo fitxategiak (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Bideo fitxategiak (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/fi.po b/translations/desktop_files/videopreview.desktop/fi.po index 679e05a..edc1460 100644 --- a/translations/desktop_files/videopreview.desktop/fi.po +++ b/translations/desktop_files/videopreview.desktop/fi.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Videotiedostot (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videotiedostot (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/fr.po b/translations/desktop_files/videopreview.desktop/fr.po index c2cef29..0763ddf 100644 --- a/translations/desktop_files/videopreview.desktop/fr.po +++ b/translations/desktop_files/videopreview.desktop/fr.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Fichiers vidéo (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Fichiers vidéo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/ga.po b/translations/desktop_files/videopreview.desktop/ga.po index 7baf430..f937314 100644 --- a/translations/desktop_files/videopreview.desktop/ga.po +++ b/translations/desktop_files/videopreview.desktop/ga.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Comhaid Fhíse (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Comhaid Fhíse (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/he.po b/translations/desktop_files/videopreview.desktop/he.po index a9aa9c1..f8e88a0 100644 --- a/translations/desktop_files/videopreview.desktop/he.po +++ b/translations/desktop_files/videopreview.desktop/he.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "קבצי וידאו (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "קבצי וידאו (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/hi.po b/translations/desktop_files/videopreview.desktop/hi.po index 6a87e53..7fc4ab5 100644 --- a/translations/desktop_files/videopreview.desktop/hi.po +++ b/translations/desktop_files/videopreview.desktop/hi.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "वीडियो फ़ाइलें (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "वीडियो फ़ाइलें (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/hr.po b/translations/desktop_files/videopreview.desktop/hr.po index 95fbf18..a8cf0b3 100644 --- a/translations/desktop_files/videopreview.desktop/hr.po +++ b/translations/desktop_files/videopreview.desktop/hr.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Video datoteke (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video datoteke (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/hu.po b/translations/desktop_files/videopreview.desktop/hu.po index 13ab6d6..22c253f 100644 --- a/translations/desktop_files/videopreview.desktop/hu.po +++ b/translations/desktop_files/videopreview.desktop/hu.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Videófájlok (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videófájlok (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/is.po b/translations/desktop_files/videopreview.desktop/is.po index 80a182f..969406a 100644 --- a/translations/desktop_files/videopreview.desktop/is.po +++ b/translations/desktop_files/videopreview.desktop/is.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Kvikmyndaskrár (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Kvikmyndaskrár (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/it.po b/translations/desktop_files/videopreview.desktop/it.po index 8b211c2..d74175b 100644 --- a/translations/desktop_files/videopreview.desktop/it.po +++ b/translations/desktop_files/videopreview.desktop/it.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "File Video (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "File Video (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/ja.po b/translations/desktop_files/videopreview.desktop/ja.po index 1a5bc1f..84abe90 100644 --- a/translations/desktop_files/videopreview.desktop/ja.po +++ b/translations/desktop_files/videopreview.desktop/ja.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "ビデオファイル (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "ビデオファイル (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/km.po b/translations/desktop_files/videopreview.desktop/km.po index 785b7b9..d8967aa 100644 --- a/translations/desktop_files/videopreview.desktop/km.po +++ b/translations/desktop_files/videopreview.desktop/km.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "ឯកសារ​វីដេអូ (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "ឯកសារ​វីដេអូ (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/lt.po b/translations/desktop_files/videopreview.desktop/lt.po index c34c44e..f210419 100644 --- a/translations/desktop_files/videopreview.desktop/lt.po +++ b/translations/desktop_files/videopreview.desktop/lt.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Video bylos (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video bylos (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/mk.po b/translations/desktop_files/videopreview.desktop/mk.po index 1f27e96..27843d6 100644 --- a/translations/desktop_files/videopreview.desktop/mk.po +++ b/translations/desktop_files/videopreview.desktop/mk.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Видео датотеки (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Видео датотеки (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/nb.po b/translations/desktop_files/videopreview.desktop/nb.po index c5a581e..309bf41 100644 --- a/translations/desktop_files/videopreview.desktop/nb.po +++ b/translations/desktop_files/videopreview.desktop/nb.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Videofiler (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videofiler (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/nl.po b/translations/desktop_files/videopreview.desktop/nl.po index 43304f8..2b0d66f 100644 --- a/translations/desktop_files/videopreview.desktop/nl.po +++ b/translations/desktop_files/videopreview.desktop/nl.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Videobestanden (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videobestanden (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/nn.po b/translations/desktop_files/videopreview.desktop/nn.po index af34eaa..be73a3e 100644 --- a/translations/desktop_files/videopreview.desktop/nn.po +++ b/translations/desktop_files/videopreview.desktop/nn.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Videofiler (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videofiler (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/pa.po b/translations/desktop_files/videopreview.desktop/pa.po index 082dd03..c509c0f 100644 --- a/translations/desktop_files/videopreview.desktop/pa.po +++ b/translations/desktop_files/videopreview.desktop/pa.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "ਵੀਡਿਓ ਫਾਇਲਾਂ (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "ਵੀਡਿਓ ਫਾਇਲਾਂ (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/pl.po b/translations/desktop_files/videopreview.desktop/pl.po index f256fba..650e50f 100644 --- a/translations/desktop_files/videopreview.desktop/pl.po +++ b/translations/desktop_files/videopreview.desktop/pl.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Pliki wideo (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Pliki wideo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/pt.po b/translations/desktop_files/videopreview.desktop/pt.po index 63f518e..6aa14a6 100644 --- a/translations/desktop_files/videopreview.desktop/pt.po +++ b/translations/desktop_files/videopreview.desktop/pt.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Ficheiros de Vídeo (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Ficheiros de Vídeo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/pt_BR.po b/translations/desktop_files/videopreview.desktop/pt_BR.po index 7d92bd1..5f01b97 100644 --- a/translations/desktop_files/videopreview.desktop/pt_BR.po +++ b/translations/desktop_files/videopreview.desktop/pt_BR.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Arquivos de vídeo (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Arquivos de vídeo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/ro.po b/translations/desktop_files/videopreview.desktop/ro.po index 14b8a24..fc6afea 100644 --- a/translations/desktop_files/videopreview.desktop/ro.po +++ b/translations/desktop_files/videopreview.desktop/ro.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Fişiere video (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Fişiere video (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/ru.po b/translations/desktop_files/videopreview.desktop/ru.po index 3766fde..24c51c1 100644 --- a/translations/desktop_files/videopreview.desktop/ru.po +++ b/translations/desktop_files/videopreview.desktop/ru.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Видеофайлы (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Видеофайлы (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/sk.po b/translations/desktop_files/videopreview.desktop/sk.po index 24d9032..ca4f904 100644 --- a/translations/desktop_files/videopreview.desktop/sk.po +++ b/translations/desktop_files/videopreview.desktop/sk.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Video súbory (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video súbory (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/sl.po b/translations/desktop_files/videopreview.desktop/sl.po index afca09f..e6423f9 100644 --- a/translations/desktop_files/videopreview.desktop/sl.po +++ b/translations/desktop_files/videopreview.desktop/sl.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Video datoteke (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video datoteke (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/sr.po b/translations/desktop_files/videopreview.desktop/sr.po index c2d65bc..73cf8b3 100644 --- a/translations/desktop_files/videopreview.desktop/sr.po +++ b/translations/desktop_files/videopreview.desktop/sr.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Видео фајлови (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Видео фајлови (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/sr@Latn.po b/translations/desktop_files/videopreview.desktop/sr@Latn.po index 9fa2dec..30868b0 100644 --- a/translations/desktop_files/videopreview.desktop/sr@Latn.po +++ b/translations/desktop_files/videopreview.desktop/sr@Latn.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Video fajlovi (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video fajlovi (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/sv.po b/translations/desktop_files/videopreview.desktop/sv.po index 93c0fb5..6e65632 100644 --- a/translations/desktop_files/videopreview.desktop/sv.po +++ b/translations/desktop_files/videopreview.desktop/sv.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Videofiler (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Videofiler (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/ta.po b/translations/desktop_files/videopreview.desktop/ta.po index ddfc1c2..0e8aab5 100644 --- a/translations/desktop_files/videopreview.desktop/ta.po +++ b/translations/desktop_files/videopreview.desktop/ta.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "படக்காட்சி கோப்புகள் (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "படக்காட்சி கோப்புகள் (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/tg.po b/translations/desktop_files/videopreview.desktop/tg.po index 7f327ff..8c5e0c0 100644 --- a/translations/desktop_files/videopreview.desktop/tg.po +++ b/translations/desktop_files/videopreview.desktop/tg.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Файлҳои Видео (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Файлҳои Видео (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/tr.po b/translations/desktop_files/videopreview.desktop/tr.po index 6f3c88d..8001fc1 100644 --- a/translations/desktop_files/videopreview.desktop/tr.po +++ b/translations/desktop_files/videopreview.desktop/tr.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Video Dosyaları (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Video Dosyaları (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/uk.po b/translations/desktop_files/videopreview.desktop/uk.po index b3fbc4c..23b42b2 100644 --- a/translations/desktop_files/videopreview.desktop/uk.po +++ b/translations/desktop_files/videopreview.desktop/uk.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Відео-файли (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Відео-файли (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/uz.po b/translations/desktop_files/videopreview.desktop/uz.po index 6e65b26..2771659 100644 --- a/translations/desktop_files/videopreview.desktop/uz.po +++ b/translations/desktop_files/videopreview.desktop/uz.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Видео файллар (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Видео файллар (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/ven.po b/translations/desktop_files/videopreview.desktop/ven.po index acbb30b..bc10c72 100644 --- a/translations/desktop_files/videopreview.desktop/ven.po +++ b/translations/desktop_files/videopreview.desktop/ven.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Dzifaela dza Video (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Dzifaela dza Video (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/videopreview.desktop.pot b/translations/desktop_files/videopreview.desktop/videopreview.desktop.pot index c67fd8a..b74d3e9 100644 --- a/translations/desktop_files/videopreview.desktop/videopreview.desktop.pot +++ b/translations/desktop_files/videopreview.desktop/videopreview.desktop.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-03 15:48+0200\n" +"POT-Creation-Date: 2021-09-02 15:10+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" msgstr "" diff --git a/translations/desktop_files/videopreview.desktop/wa.po b/translations/desktop_files/videopreview.desktop/wa.po index ba177a7..8216810 100644 --- a/translations/desktop_files/videopreview.desktop/wa.po +++ b/translations/desktop_files/videopreview.desktop/wa.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Fitchîs videyo (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Fitchîs videyo (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/xh.po b/translations/desktop_files/videopreview.desktop/xh.po index ac54c5a..9491ce2 100644 --- a/translations/desktop_files/videopreview.desktop/xh.po +++ b/translations/desktop_files/videopreview.desktop/xh.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Iifayile ze Video (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Iifayile ze Video (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/zh_CN.po b/translations/desktop_files/videopreview.desktop/zh_CN.po index f832f1a..8c941d7 100644 --- a/translations/desktop_files/videopreview.desktop/zh_CN.po +++ b/translations/desktop_files/videopreview.desktop/zh_CN.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "视频文件 (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "视频文件 (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/zh_HK.po b/translations/desktop_files/videopreview.desktop/zh_HK.po index 03c7eb3..38b3d45 100644 --- a/translations/desktop_files/videopreview.desktop/zh_HK.po +++ b/translations/desktop_files/videopreview.desktop/zh_HK.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "視訊檔案 (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "視訊檔案 (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/zh_TW.po b/translations/desktop_files/videopreview.desktop/zh_TW.po index 084b840..2a0c8af 100644 --- a/translations/desktop_files/videopreview.desktop/zh_TW.po +++ b/translations/desktop_files/videopreview.desktop/zh_TW.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "視訊檔案 (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "視訊檔案 (MPlayer thumbnailer)" diff --git a/translations/desktop_files/videopreview.desktop/zu.po b/translations/desktop_files/videopreview.desktop/zu.po index 3ffba4b..67bc7cc 100644 --- a/translations/desktop_files/videopreview.desktop/zu.po +++ b/translations/desktop_files/videopreview.desktop/zu.po @@ -17,6 +17,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #. Name -#: videopreview.desktop:3 -msgid "Video Files (MPlayerThumbs)" -msgstr "Amafayela Evidiyo (MPlayerThumbs)" +#: mplayer-thumbnailer.desktop:2 +msgid "Video Files (MPlayer thumbnailer)" +msgstr "Amafayela Evidiyo (MPlayer thumbnailer)" diff --git a/translations/messages/de.po b/translations/messages/de.po index f9cf611..415471a 100644 --- a/translations/messages/de.po +++ b/translations/messages/de.po @@ -25,41 +25,41 @@ msgid "" "Your emails" msgstr "" -#: mplayerthumbsconfig/main.cpp:29 -msgid "MPlayerThumbs Configuration Utility" +#: config/main.cpp:29 +msgid "MPlayerThumbnailer Configuration Utility" msgstr "" -#: mplayerthumbsconfig/main.cpp:41 -msgid "MPlayerThumbsConfig" +#: config/main.cpp:41 +msgid "MPlayerThumbnailerConfig" msgstr "" -#: mplayerthumbsconfig/mplayerthumbscfg.cpp:37 +#: config/mplayer-thumbnailer-config.cpp:37 msgid "Enter here the path for mplayer executable file." msgstr "" -#: mplayerthumbsconfig/mplayerthumbscfg.cpp:39 +#: config/mplayer-thumbnailer-config.cpp:39 msgid "Custom arguments for mplayer." msgstr "" -#: mplayerthumbsconfig/mplayerthumbscfg.cpp:41 +#: config/mplayer-thumbnailer-config.cpp:41 msgid "Blacklisted File Extensions" msgstr "" -#: mplayerthumbsconfig/mplayerthumbscfg.cpp:43 +#: config/mplayer-thumbnailer-config.cpp:43 msgid "General" msgstr "" -#: mplayerthumbs.kcfg:7 +#: mplayer-thumbnailer.kcfg:7 #, no-c-format msgid "Full path of the mplayer binary to use." msgstr "" -#: mplayerthumbs.kcfg:10 +#: mplayer-thumbnailer.kcfg:10 #, no-c-format -msgid "File extensions that mplayerthumbs should avoid" +msgid "File extensions that mplayer-thumbnailer should avoid" msgstr "" -#: mplayerthumbs.kcfg:13 +#: mplayer-thumbnailer.kcfg:13 #, no-c-format msgid "Append custom arguments to mplayer" msgstr "" diff --git a/translations/messages/mplayer-thumbnailer.pot b/translations/messages/mplayer-thumbnailer.pot new file mode 100644 index 0000000..262cbdb --- /dev/null +++ b/translations/messages/mplayer-thumbnailer.pot @@ -0,0 +1,67 @@ +# SOME DESCRIPTIVE TITLE. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2020-05-11 04:29+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#, ignore-inconsistent +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "" + +#. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#, ignore-inconsistent +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "" + +#: config/main.cpp:29 +msgid "MPlayerThumbnailer Configuration Utility" +msgstr "" + +#: config/main.cpp:41 +msgid "MPlayerThumbnailerConfig" +msgstr "" + +#: config/mplayer-thumbnailer-config.cpp:37 +msgid "Enter here the path for mplayer executable file." +msgstr "" + +#: config/mplayer-thumbnailer-config.cpp:39 +msgid "Custom arguments for mplayer." +msgstr "" + +#: config/mplayer-thumbnailer-config.cpp:41 +msgid "Blacklisted File Extensions" +msgstr "" + +#: config/mplayer-thumbnailer-config.cpp:43 +msgid "General" +msgstr "" + +#: mplayer-thumbnailer.kcfg:7 +#, no-c-format +msgid "Full path of the mplayer binary to use." +msgstr "" + +#: mplayer-thumbnailer.kcfg:10 +#, no-c-format +msgid "File extensions that mplayer-thumbnailer should avoid" +msgstr "" + +#: mplayer-thumbnailer.kcfg:13 +#, no-c-format +msgid "Append custom arguments to mplayer" +msgstr "" diff --git a/translations/messages/mplayerthumbs.pot b/translations/messages/mplayerthumbs.pot index 3cf9089..14abfa0 100644 --- a/translations/messages/mplayerthumbs.pot +++ b/translations/messages/mplayerthumbs.pot @@ -27,41 +27,41 @@ msgid "" "Your emails" msgstr "" -#: mplayerthumbsconfig/main.cpp:29 -msgid "MPlayerThumbs Configuration Utility" +#: config/main.cpp:29 +msgid "MPlayerThumbnailer Configuration Utility" msgstr "" -#: mplayerthumbsconfig/main.cpp:41 -msgid "MPlayerThumbsConfig" +#: config/main.cpp:41 +msgid "MPlayerThumbnailerConfig" msgstr "" -#: mplayerthumbsconfig/mplayerthumbscfg.cpp:37 +#: config/mplayer-thumbnailer-config.cpp:37 msgid "Enter here the path for mplayer executable file." msgstr "" -#: mplayerthumbsconfig/mplayerthumbscfg.cpp:39 +#: config/mplayer-thumbnailer-config.cpp:39 msgid "Custom arguments for mplayer." msgstr "" -#: mplayerthumbsconfig/mplayerthumbscfg.cpp:41 +#: config/mplayer-thumbnailer-config.cpp:41 msgid "Blacklisted File Extensions" msgstr "" -#: mplayerthumbsconfig/mplayerthumbscfg.cpp:43 +#: config/mplayer-thumbnailer-config.cpp:43 msgid "General" msgstr "" -#: mplayerthumbs.kcfg:7 +#: mplayer-thumbnailer.kcfg:7 #, no-c-format msgid "Full path of the mplayer binary to use." msgstr "" -#: mplayerthumbs.kcfg:10 +#: mplayer-thumbnailer.kcfg:10 #, no-c-format -msgid "File extensions that mplayerthumbs should avoid" +msgid "File extensions that mplayer-thumbnailer should avoid" msgstr "" -#: mplayerthumbs.kcfg:13 +#: mplayer-thumbnailer.kcfg:13 #, no-c-format msgid "Append custom arguments to mplayer" msgstr "" -- cgit v1.2.1