Projects
Multimedia
LiVES
Sign Up
Log In
Username
Password
We truncated the diff of some files because they were too big. If you want to see the full diff for every file,
click here
.
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 31
View file
LiVES.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Jan 18 16:04:12 UTC 2016 - avvissu@yandex.ru + +- Update to 2.4.7: + * see: /usr/share/doc/packages/lives/ChangeLog +- Remove lives-2.4.6_gtk2.patch (fixed in upstream) + +------------------------------------------------------------------- Sat Dec 19 15:20:05 UTC 2015 - avvissu@yandex.ru - Update to 2.4.6:
View file
LiVES.spec
Changed
@@ -20,7 +20,7 @@ %define soname 0 Name: LiVES -Version: 2.4.6 +Version: 2.4.7 Release: 0 Summary: Video Editor and VJ Tool License: GPL-2.0+ @@ -29,8 +29,6 @@ Source0: http://lives-video.com/releases/%{name}-%{version}.tar.bz2 Source99: LiVES-rpmlintrc Patch0: LiVES-redefinition_of_typedef.patch -# PATCH-FIX-UPSTREAM gtk2.patch [sf#209] avvissu@yandex.ru -- Suppress remaining deprecation warnings -Patch1: lives-2.4.6_gtk2.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bison @@ -145,7 +143,6 @@ %prep %setup -q -n lives-%{version} #%patch0 -p1 -%patch1 -p1 # fix wrong EOL sed -i 's/\r$//' weed-docs/*.txt
View file
lives-2.4.6_gtk2.patch
Deleted
@@ -1,17 +0,0 @@ -diff -U 3 -dHrN lives-2.4.6.orig/src/widget-helper.c lives-2.4.6/src/widget-helper.c ---- lives-2.4.6.orig/src/widget-helper.c 2015-12-18 16:57:33.000000000 +0300 -+++ lives-2.4.6/src/widget-helper.c 2015-12-19 21:41:30.517902642 +0300 -@@ -1363,9 +1363,13 @@ - LIVES_INLINE LiVESWidget *lives_dialog_get_action_area(LiVESDialog *dialog) { - #ifdef GUI_GTK - #if GTK_CHECK_VERSION(2,14,0) -+#ifdef G_GNUC_BEGIN_IGNORE_DEPRECATIONS - G_GNUC_BEGIN_IGNORE_DEPRECATIONS -+#endif - return gtk_dialog_get_action_area(LIVES_DIALOG(dialog)); -+#ifdef G_GNUC_END_IGNORE_DEPRECATIONS - G_GNUC_END_IGNORE_DEPRECATIONS -+#endif - #else - return LIVES_DIALOG(dialog)->vbox; - #endif
View file
LiVES-2.4.6.tar.bz2/ChangeLog -> LiVES-2.4.7.tar.bz2/ChangeLog
Changed
@@ -1,3 +1,23 @@ +Version 2.4.7 (18 Jan 2016) +--------------------------- +Fix regression in "Insert Silence". +Fix background colour for notebook tabs in multitack (gtk+ 3.x) +Fix crash when entering Preferences dialog (GType error). +Reshow timeline after hiding it. +Update current time when clicking on timeline header in Multitrack (regression). +Tested support for SDL 2.x (does not work) +Trivial compiler fix for gtk+ 2.x + + + + + + + + + + + Version 2.4.6 (19 December 2015) -------------------------------- Fix crashes and compatibility issues with gtk+ >= 3.16
View file
LiVES-2.4.6.tar.bz2/LiVES.doxygen -> LiVES-2.4.7.tar.bz2/LiVES.doxygen
Changed
@@ -38,7 +38,7 @@ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.4.6 +PROJECT_NUMBER = 2.4.7 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a
View file
LiVES-2.4.6.tar.bz2/Makefile.in -> LiVES-2.4.7.tar.bz2/Makefile.in
Changed
@@ -416,6 +416,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/README -> LiVES-2.4.7.tar.bz2/README
Changed
@@ -64,16 +64,16 @@ If you got LiVES as a tar.gz or tar.bz2, at a terminal prompt, enter the following: - bzip2 -d LiVES-2.4.6.tar.bz2 + bzip2 -d LiVES-2.4.7.tar.bz2 or, - gzip -d LiVES-2.4.6.tar.gz + gzip -d LiVES-2.4.7.tar.gz depending on which version you have. Then: - tar xvf LIVES-2.4.6.tar + tar xvf LIVES-2.4.7.tar - cd lives-2.4.6 + cd lives-2.4.7
View file
LiVES-2.4.6.tar.bz2/build-lives-rfx-plugin -> LiVES-2.4.7.tar.bz2/build-lives-rfx-plugin
Changed
@@ -78,7 +78,7 @@ } -$builder_version="2.4.6"; +$builder_version="2.4.7"; if ($in_channels==0&&$properties&0x0004) { #batch mode generator
View file
LiVES-2.4.6.tar.bz2/configure -> LiVES-2.4.7.tar.bz2/configure
Changed
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for LiVES 2.4.6. +# Generated by GNU Autoconf 2.69 for LiVES 2.4.7. # # Report bugs to <https://sourceforge.net/p/lives/bugs/>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='LiVES' PACKAGE_TARNAME='lives' -PACKAGE_VERSION='2.4.6' -PACKAGE_STRING='LiVES 2.4.6' +PACKAGE_VERSION='2.4.7' +PACKAGE_STRING='LiVES 2.4.7' PACKAGE_BUGREPORT='https://sourceforge.net/p/lives/bugs/' PACKAGE_URL='' @@ -801,8 +801,13 @@ LIBAVCODEC_CFLAGS FORCE_SDL_FALSE FORCE_SDL_TRUE +HAVE_SDL2_FALSE +HAVE_SDL2_TRUE HAVE_SDL_FALSE HAVE_SDL_TRUE +SDL2_PREFIX +SDL2_CFLAGS +SDL2_LIBS SDL_PREFIX SDL_LIBS SDL_CFLAGS @@ -1707,7 +1712,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures LiVES 2.4.6 to adapt to many kinds of systems. +\`configure' configures LiVES 2.4.7 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1778,7 +1783,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of LiVES 2.4.6:";; + short | recursive ) echo "Configuration of LiVES 2.4.7:";; esac cat <<\_ACEOF @@ -1815,7 +1820,7 @@ --disable-gtk3 Disable gtk+ 3.x and compile with gtk+ 2.x --disable-glib-slice-allocator Disable the glib slice allocator (not recommended). --disable-GIW Disable GTK+ Instrument Widgets. - --enable-sdl Enable SDL playback plugin support without checking for it. + --enable-sdl Enable SDL1.x playback plugin support without checking for it. --disable-sdl Disable SDL support. --disable-ffmpeg Disable ffmpeg (avcodec) support. --disable-libfreenect Disable libfreenect support. @@ -2038,7 +2043,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -LiVES configure 2.4.6 +LiVES configure 2.4.7 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2765,7 +2770,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by LiVES $as_me 2.4.6, which was +It was created by LiVES $as_me 2.4.7, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3746,7 +3751,7 @@ # Define the identity of the package. PACKAGE='lives' - VERSION='2.4.6' + VERSION='2.4.7' cat >>confdefs.h <<_ACEOF @@ -23774,6 +23779,11 @@ esac fi +if test "$GXX" = ""; then + as_fn_error $? "A C++ compiler is required to compile some plugins." "$LINENO" 5 +fi + +echo "C++ compiler is $CXX" { $as_echo "$as_me:${as_lineno-$LINENO}: checking for open in -ldl" >&5 $as_echo_n "checking for open in -ldl... " >&6; } @@ -25131,6 +25141,7 @@ HAVE_SDL=false +HAVE_SDL2=false FORCE_SDL=false TRY_SDL=true @@ -25159,6 +25170,9 @@ if test "$TRY_SDL" != "false" ; then +if test "$HAVE_SDL2" = "false"; then + + @@ -25236,21 +25250,13 @@ HAVE_SDL=true fi - -if test "$HAVE_SDL" != "true"; then -echo -echo "*******************************************************************" -echo You are compiling LiVES without \(optional\) SDL support. -echo It is recommended that you install the libSDL development -echo package and run autoconf again before compiling LiVES. -echo "*******************************************************************" -echo fi + fi else FORCE_SDL=true @@ -25261,6 +25267,10 @@ + + + + if $HAVE_SDL; then HAVE_SDL_TRUE= HAVE_SDL_FALSE='#' @@ -25269,6 +25279,14 @@ HAVE_SDL_FALSE= fi + if $HAVE_SDL2; then + HAVE_SDL2_TRUE= + HAVE_SDL2_FALSE='#' +else + HAVE_SDL2_TRUE='#' + HAVE_SDL2_FALSE= +fi + if $FORCE_SDL; then FORCE_SDL_TRUE= FORCE_SDL_FALSE='#' @@ -29071,6 +29089,10 @@ as_fn_error $? "conditional \"HAVE_SDL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${HAVE_SDL2_TRUE}" && test -z "${HAVE_SDL2_FALSE}"; then + as_fn_error $? "conditional \"HAVE_SDL2\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${FORCE_SDL_TRUE}" && test -z "${FORCE_SDL_FALSE}"; then as_fn_error $? "conditional \"FORCE_SDL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -29664,7 +29686,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by LiVES $as_me 2.4.6, which was +This file was extended by LiVES $as_me 2.4.7, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -29721,7 +29743,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -LiVES config.status 2.4.6 +LiVES config.status 2.4.7 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\"
View file
LiVES-2.4.6.tar.bz2/configure.ac -> LiVES-2.4.7.tar.bz2/configure.ac
Changed
@@ -5,7 +5,7 @@ [m4_pattern_allow([^AC_.*])]) dnl IMPORTANT !! $version must also be set to exactly the same string in smogrify -AC_INIT(LiVES,2.4.6,https://sourceforge.net/p/lives/bugs/) +AC_INIT(LiVES,2.4.7,https://sourceforge.net/p/lives/bugs/) AC_CANONICAL_HOST AC_CANONICAL_TARGET @@ -115,6 +115,11 @@ fi changequote([,])dnl +if test "$GXX" = ""; then + AC_MSG_ERROR([A C++ compiler is required to compile some plugins.]) +fi + +echo "C++ compiler is $CXX" dnl Check of -ldl AC_CHECK_LIB(dl,open) @@ -373,10 +378,11 @@ HAVE_SDL=false +HAVE_SDL2=false FORCE_SDL=false TRY_SDL=true -AC_ARG_ENABLE( sdl, [ --enable-sdl Enable SDL playback plugin support without checking for it.] , force_sdl=yes) +AC_ARG_ENABLE( sdl, [ --enable-sdl Enable SDL1.x playback plugin support without checking for it.] , force_sdl=yes) AC_ARG_ENABLE(sdl, @@ -390,6 +396,11 @@ if test "x$force_sdl" != "xyes" ; then if test "$TRY_SDL" != "false" ; then +dnl SDL2 does not work well, skip it +dnl PKG_CHECK_MODULES(SDL2,sdl2 >= 1.2,HAVE_SDL2=true,HAVE_SDL2=false) + +if test "$HAVE_SDL2" = "false"; then + dnl check for SDL ifdef([m4_pattern_allow], @@ -409,17 +420,9 @@ dnl if AM_PATH_SDL fails, try pkg-config PKG_CHECK_MODULES(SDL,sdl >= 1.2,HAVE_SDL=true,HAVE_SDL=false) - -if test "$HAVE_SDL" != "true"; then -echo -echo "*******************************************************************" -echo You are compiling LiVES without \(optional\) SDL support. -echo It is recommended that you install the libSDL development -echo package and run autoconf again before compiling LiVES. -echo "*******************************************************************" -echo fi + ]) @@ -434,7 +437,12 @@ AC_SUBST(SDL_CFLAGS) AC_SUBST(SDL_PREFIX) +AC_SUBST(SDL2_LIBS) +AC_SUBST(SDL2_CFLAGS) +AC_SUBST(SDL2_PREFIX) + AM_CONDITIONAL(HAVE_SDL,$HAVE_SDL) +AM_CONDITIONAL(HAVE_SDL2,$HAVE_SDL2) AM_CONDITIONAL(FORCE_SDL,$FORCE_SDL)
View file
LiVES-2.4.6.tar.bz2/libOSC/Makefile.in -> LiVES-2.4.7.tar.bz2/libOSC/Makefile.in
Changed
@@ -445,6 +445,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/libOSC/client/Makefile.in -> LiVES-2.4.7.tar.bz2/libOSC/client/Makefile.in
Changed
@@ -388,6 +388,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/libOSC/sendOSC/Makefile.in -> LiVES-2.4.7.tar.bz2/libOSC/sendOSC/Makefile.in
Changed
@@ -360,6 +360,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/liblives.doxygen -> LiVES-2.4.7.tar.bz2/liblives.doxygen
Changed
@@ -38,7 +38,7 @@ # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2.4.6 +PROJECT_NUMBER = 2.4.7 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a
View file
LiVES-2.4.6.tar.bz2/libweed/Makefile.in -> LiVES-2.4.7.tar.bz2/libweed/Makefile.in
Changed
@@ -437,6 +437,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/Makefile.in
Changed
@@ -363,6 +363,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/icons/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/icons/Makefile.in
Changed
@@ -334,6 +334,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/marcos-encoders/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/marcos-encoders/Makefile.in
Changed
@@ -335,6 +335,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/plugins/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/plugins/Makefile.in
Changed
@@ -363,6 +363,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/plugins/decoders/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/plugins/decoders/Makefile.in
Changed
@@ -478,6 +478,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/plugins/effects/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/plugins/effects/Makefile.in
Changed
@@ -363,6 +363,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/plugins/effects/RFXscripts/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/plugins/effects/RFXscripts/Makefile.in
Changed
@@ -336,6 +336,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/plugins/effects/compound/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/plugins/effects/compound/Makefile.in
Changed
@@ -335,6 +335,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/plugins/encoders/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/plugins/encoders/Makefile.in
Changed
@@ -337,6 +337,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/plugins/playback/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/plugins/playback/Makefile.in
Changed
@@ -363,6 +363,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/plugins/playback/audiostream/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/plugins/playback/audiostream/Makefile.in
Changed
@@ -336,6 +336,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/plugins/playback/video/Makefile.am -> LiVES-2.4.7.tar.bz2/lives-plugins/plugins/playback/video/Makefile.am
Changed
@@ -28,16 +28,27 @@ if HAVE_SDL SDL_libs = SDL.la -CFLAGS_SDL = @SDL_CFLAGS@ +CFLAGS_SDL = @SDL_CFLAGS@ -DHAVE_SDL=1 LDFLAGS_SDL = @SDL_LIBS@ else if FORCE_SDL SDL_libs = SDL.la -CFLAGS_SDL = -I $(SDL_PREFIX) +CFLAGS_SDL = -I $(SDL_PREFIX) -DHAVE_SDL=1 LDFLAGS_SDL = -lSDL +else + +if HAVE_SDL2 +SDL_libs = SDL.la +CFLAGS_SDL = @SDL2_CFLAGS@ -DHAVE_SDL2=1 +LDFLAGS_SDL = @SDL2_LIBS@ + endif endif +endif + + + endif
View file
LiVES-2.4.6.tar.bz2/lives-plugins/plugins/playback/video/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/plugins/playback/video/Makefile.in
Changed
@@ -162,6 +162,8 @@ SDL_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ $(LIBTOOLFLAGS) --mode=link $(CCLD) $(SDL_la_CFLAGS) $(CFLAGS) \ $(SDL_la_LDFLAGS) $(LDFLAGS) -o $@ +@FORCE_SDL_FALSE@@HAVE_SDL2_TRUE@@HAVE_SDL_FALSE@@IS_MINGW_FALSE@am_SDL_la_rpath = -rpath \ +@FORCE_SDL_FALSE@@HAVE_SDL2_TRUE@@HAVE_SDL_FALSE@@IS_MINGW_FALSE@ $(videopluginslibdir) @FORCE_SDL_TRUE@@HAVE_SDL_FALSE@@IS_MINGW_FALSE@am_SDL_la_rpath = \ @FORCE_SDL_TRUE@@HAVE_SDL_FALSE@@IS_MINGW_FALSE@ -rpath \ @FORCE_SDL_TRUE@@HAVE_SDL_FALSE@@IS_MINGW_FALSE@ $(videopluginslibdir) @@ -488,6 +490,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@ @@ -593,12 +598,15 @@ @IS_DARWIN_FALSE@ $(am__append_2) @IS_DARWIN_TRUE@shared_cflags = -fno-common -DIS_DARWIN=1 \ @IS_DARWIN_TRUE@ $(am__append_1) $(am__append_2) +@FORCE_SDL_FALSE@@HAVE_SDL2_TRUE@@HAVE_SDL_FALSE@@IS_MINGW_FALSE@SDL_libs = SDL.la @FORCE_SDL_TRUE@@HAVE_SDL_FALSE@@IS_MINGW_FALSE@SDL_libs = SDL.la @HAVE_SDL_TRUE@@IS_MINGW_FALSE@SDL_libs = SDL.la @IS_MINGW_TRUE@SDL_libs = SDL.la -@FORCE_SDL_TRUE@@HAVE_SDL_FALSE@@IS_MINGW_FALSE@CFLAGS_SDL = -I $(SDL_PREFIX) -@HAVE_SDL_TRUE@@IS_MINGW_FALSE@CFLAGS_SDL = @SDL_CFLAGS@ +@FORCE_SDL_FALSE@@HAVE_SDL2_TRUE@@HAVE_SDL_FALSE@@IS_MINGW_FALSE@CFLAGS_SDL = @SDL2_CFLAGS@ -DHAVE_SDL2=1 +@FORCE_SDL_TRUE@@HAVE_SDL_FALSE@@IS_MINGW_FALSE@CFLAGS_SDL = -I $(SDL_PREFIX) -DHAVE_SDL=1 +@HAVE_SDL_TRUE@@IS_MINGW_FALSE@CFLAGS_SDL = @SDL_CFLAGS@ -DHAVE_SDL=1 @IS_MINGW_TRUE@CFLAGS_SDL = @SDL_CFLAGS@ +@FORCE_SDL_FALSE@@HAVE_SDL2_TRUE@@HAVE_SDL_FALSE@@IS_MINGW_FALSE@LDFLAGS_SDL = @SDL2_LIBS@ @FORCE_SDL_TRUE@@HAVE_SDL_FALSE@@IS_MINGW_FALSE@LDFLAGS_SDL = -lSDL @HAVE_SDL_TRUE@@IS_MINGW_FALSE@LDFLAGS_SDL = @SDL_LIBS@ @HAVE_SYSTEM_WEED_TRUE@weed_cflags = -DHAVE_SYSTEM_WEED=1
View file
LiVES-2.4.6.tar.bz2/lives-plugins/plugins/playback/video/SDL.c -> LiVES-2.4.7.tar.bz2/lives-plugins/plugins/playback/video/SDL.c
Changed
@@ -1,8 +1,13 @@ // LiVES - SDL playback engine -// (c) G. Finch 2003 - 2008 <salsaman@xs4all.nl,salsaman@gmail.com> +// (c) G. Finch 2003 - 2015 <salsaman@gmail.com> // released under the GNU GPL 3 or later // see file COPYING or www.gnu.org for details + +// SDL2 does not work well: the window is not properly fullscreen, it goes grey after a few seconds, keys need extra translation +// and it is impossible to grab an external window + + #if IS_MINGW #include <windows.h> #endif @@ -13,8 +18,11 @@ //////////////////////////////////////////////////////////////////////////////////// -static char plugin_version[64]="LiVES SDL playback engine version 1.2"; +static char plugin_version[64]="LiVES SDL playback engine version 1.3"; + +#ifdef HAVE_SDL static char error[256]; +#endif static boolean(*render_fn)(int hsize, int vsize, void **pixel_data); static boolean render_frame_rgb(int hsize, int vsize, void **pixel_data); @@ -32,18 +40,29 @@ // SDL specific stuff #include <SDL.h> -static SDL_Surface *screen; static SDL_Surface *RGBimage; +static SDL_Surface *screen; + +#ifdef HAVE_SDL2 +static SDL_Texture *texture; +static SDL_Renderer *renderer; +static SDL_Window *window; +static SDL_Keymod mod; +#else static SDL_Overlay *overlay; +static SDL_Rect *rect; +static SDLMod mod; +#endif static int ov_hsize; static int ov_vsize; -static SDL_Rect *rect; static SDL_Event event; -static SDLMod mod; + + ////////////////////////////////////////////// +#ifdef HAVE_SDL static boolean my_setenv(const char *name, const char *value) { // ret TRUE on success #if IS_MINGW @@ -64,23 +83,30 @@ #endif #endif } - +#endif const char *module_check_init(void) { +#if HAVE_SDL if (getenv("HAVE_SDL")==NULL&&system("which sdl-config >/dev/null 2>&1")==256) { snprintf(error,256, "\n\nUnable to find sdl-config in your path.\nPlease make sure you have SDL installed correctly to use this plugin.\nYou can override this with 'export HAVE_SDL=1'\n"); return error; } - +#endif + render_fn=&render_frame_unknown; - RGBimage=NULL; + +#ifdef HAVE_SDL2 + texture=NULL; +#else overlay=NULL; + rect=(SDL_Rect *)malloc(sizeof(SDL_Rect)); +#endif ov_vsize=ov_hsize=0; mypalette=WEED_PALETTE_END; - rect=(SDL_Rect *)malloc(sizeof(SDL_Rect)); + return NULL; } @@ -95,16 +121,39 @@ return "The SDL plugin allows faster playback.\n"; } + uint64_t get_capabilities(int palette) { +#ifdef HAVE_SDL1 + return VPP_CAN_RESIZE|VPP_LOCAL_DISPLAY; +#endif if (palette==WEED_PALETTE_UYVY8888) { return VPP_CAN_RESIZE|VPP_LOCAL_DISPLAY; } return VPP_LOCAL_DISPLAY; } + const char *get_init_rfx(void) { - return \ - "<define>\\n\ +#ifdef HAVE_SDL2 + return \ + "<define>\\n\ +|1.7\\n\ +</define>\\n\ +<language_code>\\n\ +0xF0\\n\ +</language_code>\\n\ +<params> \\n\ +hwa|Hardware _acceleration|bool|1|0 \\n\ +fsover|Over-ride fullscreen setting (for debugging)|bool|0|0 \\n\ +</params> d\\n\ +<param_window> \\n\ +</param_window> \\n\ +<onchange> \\n\ +</onchange> \\n\ +"; +#else + return \ + "<define>\\n\ |1.7\\n\ </define>\\n\ <language_code>\\n\ @@ -117,12 +166,13 @@ dblbuf|_Double buffering|bool|1|0 \\n\ hws|Hardware _surface|bool|1|0 \\n\ fsover|Over-ride fullscreen setting (for debugging)|bool|0|0 \\n\ -</params> \\n\ +</params> d\\n\ <param_window> \\n\ </param_window> \\n\ <onchange> \\n\ </onchange> \\n\ "; +#endif } @@ -167,24 +217,33 @@ boolean init_screen(int width, int height, boolean fullscreen, uint64_t window_id, int argc, char **argv) { // screen size is in RGB pixels - int hwaccel=1; +#ifdef HAVE_SDL2 + uint32_t rflags=0; + // add vsync ? +#else int yuvdir=1; int yuvhwa=1; int dblbuf=1; int hws=1; - int fsover=0; - + uint32_t modeopts=0; char tmp[32]; +#endif + + int hwaccel=1; + int fsover=0; - uint32_t modeopts=0; if (argc>0) { hwaccel=atoi(argv[0]); +#ifdef HAVE_SDL2 + fsover=atoi(argv[1]); +#else yuvdir=atoi(argv[1]); yuvhwa=atoi(argv[2]); dblbuf=atoi(argv[3]); hws=atoi(argv[4]); fsover=atoi(argv[5]); +#endif } if (mypalette==WEED_PALETTE_END) { @@ -192,6 +251,50 @@ return FALSE; } + +#ifdef HAVE_SDL2 + + if ((SDL_Init(SDL_INIT_VIDEO)==-1)) { + fprintf(stderr,"SDL player : Could not initialize SDL: %s.\n", SDL_GetError());
View file
LiVES-2.4.6.tar.bz2/lives-plugins/themes/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/themes/Makefile.in
Changed
@@ -393,6 +393,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/themes/camera/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/themes/camera/Makefile.in
Changed
@@ -333,6 +333,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/themes/crayons-bright/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/themes/crayons-bright/Makefile.in
Changed
@@ -333,6 +333,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/themes/crayons/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/themes/crayons/Makefile.in
Changed
@@ -333,6 +333,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/themes/cutting_room/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/themes/cutting_room/Makefile.in
Changed
@@ -333,6 +333,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/themes/editor/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/themes/editor/Makefile.in
Changed
@@ -333,6 +333,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/themes/pinks/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/themes/pinks/Makefile.in
Changed
@@ -333,6 +333,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/weed-plugins/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/weed-plugins/Makefile.in
Changed
@@ -693,6 +693,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/weed-plugins/cairo/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/weed-plugins/cairo/Makefile.in
Changed
@@ -384,6 +384,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/weed-plugins/frei0r.c -> LiVES-2.4.7.tar.bz2/lives-plugins/weed-plugins/frei0r.c
Changed
@@ -78,7 +78,7 @@ #endif -static void getenv_piece(char *target, size_t tlen, char *envvar, int num) { +static int getenv_piece(char *target, size_t tlen, char *envvar, int num) { // get num piece from envvar path and set in target char *str1; memset(target,0,1); @@ -96,7 +96,9 @@ } if (str1!=NULL) snprintf(target,tlen,"%s",str1); - + else return 0; + return 1; + } //////////////////////////////////////////////////////////////// @@ -370,15 +372,20 @@ } if (vdirval>9) { - getenv_piece(vdir1,PATH_MAX,fpp,vdirval-10); - if (!strlen(vdir1)||vdir1==NULL) { + if (!getenv_piece(vdir1,PATH_MAX,fpp,vdirval-10)) { vdirval=6; break; } + + if (!strlen(vdir1)) { + vdirval++; + continue; + } + curvdir=opendir(vdir1); if (curvdir==NULL) { - vdirval=6; - break; + vdirval++; + continue; } }
View file
LiVES-2.4.6.tar.bz2/lives-plugins/weed-plugins/gdk/Makefile.in -> LiVES-2.4.7.tar.bz2/lives-plugins/weed-plugins/gdk/Makefile.in
Changed
@@ -430,6 +430,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/lives-plugins/weed-plugins/libvis.c -> LiVES-2.4.7.tar.bz2/lives-plugins/weed-plugins/libvis.c
Changed
@@ -46,6 +46,10 @@ #include <stdlib.h> +#include <sys/types.h> +#include <dirent.h> +#include <string.h> + #include <libvisual/lv_actor.h> #include <libvisual/lv_input.h> #include <libvisual/lv_libvisual.h> @@ -276,8 +280,14 @@ weed_plant_t *in_params[2]; const char *listeners[]= {"None","Alsa","ESD","Jack","Mplayer","Auto",NULL}; + DIR *curvdir; + weed_plant_t *in_chantmpls[]= {weed_audio_channel_template_init("In audio",0),NULL}; + char *lpp=getenv("VISUAL_PLUGIN_PATH"); + + char *vdir; + // set hints for host weed_set_int_value(in_chantmpls[0],"audio_channels",2); weed_set_int_value(in_chantmpls[0],"audio_rate",44100); @@ -297,6 +307,23 @@ return NULL; } + vdir = strtok(lpp, ":"); + + // add lpp paths + while (vdir!=NULL) { + if (!strlen(vdir)) continue; + + curvdir=opendir(vdir); + if (curvdir==NULL) { + continue; + } + + visual_init_path_add(vdir); + closedir(curvdir); + vdir = strtok(NULL, ":"); + } + + in_params[1]=NULL; out_chantmpls[1]=NULL;
View file
LiVES-2.4.6.tar.bz2/m4/Makefile.in -> LiVES-2.4.7.tar.bz2/m4/Makefile.in
Changed
@@ -303,6 +303,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/po/ar.po -> LiVES-2.4.7.tar.bz2/po/ar.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Arabic <ar@li.org>\n" @@ -147,23 +147,23 @@ msgid "Background" msgstr "_خلفية بيضاء" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "تحميل إضافات مؤثرات الوقت الحقيقي..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "بدء خادوم جاك الصوت..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "بدء خادوم نقل جاك" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "يتصل بخادوم نقل جاك" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -175,126 +175,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "بدء خادوم بالص-اوديو..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "التحقق من إكتشاف التبعيات" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "تم العثور علي mplayer" -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "لم يتم العثور علي mplayer" -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "تم العثور علي mplayer" -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "لم يتم العثور علي mplayer" -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "تم العثور علي mplayer" -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "لم يتم العثور علي mplayer" -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "تم العثور علي convert" -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "لم يتم العثور علي convert" -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "تم العثور علي composite" -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "لم يتم العثور علي composite" -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "تم العثور على .'sox'\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "لم يتم العثور على .'sox'\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "إكتشاف...'cdda2wav'..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "عدم إكتشاف...'cdda2wav'..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "إكتشاف ...جاك..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "عدم إكتشاف ...جاك..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "إكتشاف ...'pulse audio'..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "عدم إكتشاف ...'pulse audio'..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "إكتشاف ...بايثون..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "عدم إكتشاف ...بايثون..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "إكتشاف ...'dvgrab'..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "عدم إكتشاف ...'dvgrab'..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "إكتشاف ... 'xwininfo'..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "عدم إكتشاف ... 'xwininfo'..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -305,48 +305,48 @@ "\n" "تقرير مدير النافذة كـ \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/ca.po -> LiVES-2.4.7.tar.bz2/po/ca.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Catalan <ca@li.org>\n" @@ -147,23 +147,23 @@ msgid "Background" msgstr "_Inici" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Carregant connexió d'efectes reals" -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Començant connexió de servidor d'audio jack..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -175,126 +175,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Començant servidor d'audio pulsant..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Comprovant dependències opcionals:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...detectat..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NO S'HA DETECTAT..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...detectat..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...NO S'HA DETECTAT..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...detectat..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...NO S'HA DETECTAT..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "detectat convertidor" -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "NO S'HA DETECTAT convertidor" -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "detectada composició" -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "NO S'HA DETECTAT composició" -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...detectat...\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NO S'HA DETECTAT...\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...detectat..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NO S'HA DETECTAT..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...detectat..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NO S'HA DETECTAT..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...detectat..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NO S'HA DETECTAT..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...detectat..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...NO S'HA DETECTAT..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...detectat..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NO S'HA DETECTAT..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...detectat..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NO S'HA DETECTAT..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -305,63 +305,63 @@ "\n" "Administrador Finestra d'informes com \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/cs.po -> LiVES-2.4.7.tar.bz2/po/cs.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: LiVEScz\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: <martin@svobodicz.com, ales@mur.at>\n" @@ -146,23 +146,23 @@ msgid "Background" msgstr "_Prázdné pozadí" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Načítám pluginy pro efekty v reálném času..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Spouštím zvukový server JACK..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -174,126 +174,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Kontrola dodatečných závislostí:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer... nalezen..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer... NENALEZEN..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer... nalezen..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer... NENALEZEN..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer... nalezen..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer... NENALEZEN..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert... nalezen..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert... NENALEZEN..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite... nalezen..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite... NENALEZEN..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox... nalezen\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox... NENALEZEN\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav... nalezen..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav... NENALEZEN..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd... nalezen..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd... NENALEZEN..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...wykryto..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NIE WYKRYTO..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python... nalezen..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python... NENALEZEN..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab... nalezen..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab... NENALEZEN..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo... nalezeno..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo... NENALEZENO..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -304,63 +304,63 @@ "\n" "Správcem oken je \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/da.po -> LiVES-2.4.7.tar.bz2/po/da.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Danish <da@li.org>\n" @@ -133,23 +133,23 @@ msgid "Background" msgstr "_Start farve" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -161,120 +161,120 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1848 +#: src/main.c:1849 msgid "mplayer2...detected..." msgstr "" -#: src/main.c:1849 +#: src/main.c:1850 msgid "mplayer2...NOT DETECTED..." msgstr "" -#: src/main.c:1851 +#: src/main.c:1852 msgid "mpv...detected..." msgstr "" -#: src/main.c:1852 +#: src/main.c:1853 msgid "mpv...NOT DETECTED..." msgstr "" -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "" -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "" -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1860 +#: src/main.c:1861 msgid "cdda2wav/icedax...detected..." msgstr "" -#: src/main.c:1861 +#: src/main.c:1862 msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "" -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "" -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "" -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "" -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "" -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "" -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -282,204 +282,204 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1886 +#: src/main.c:1887 #, c-format msgid "number of monitors detected: %d\n" msgstr "" -#: src/main.c:1889 +#: src/main.c:1890
View file
LiVES-2.4.6.tar.bz2/po/de_DE.po -> LiVES-2.4.7.tar.bz2/po/de_DE.po
Changed
@@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: Lives 0.9.5\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2015-04-05 16:14+0000\n" "Last-Translator: Michael Kohl <rolf.michael.kohl@googlemail.com>\n" "Language-Team: Herbert U. Hübner <herbert.u.huebner@friendglow.net>\n" @@ -144,23 +144,23 @@ msgid "Background" msgstr "Hintergrund" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Lade Echtzeit-Effekt Plugins..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Jack Audio Server wird gestartet..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "Jack Transport Server wird gestartet..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "Verbindung zum Jack Transport Server wird hergestellt..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -181,126 +181,126 @@ "Alternativ, Versuchen Sie LiVES entweder mit der Option \"-jackopts 16\" zu " "starten, oder " -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "PulseAudio Server wird gestartet..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Optionale Abhängigkeiten werden überprüft:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...gefunden..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NICHT GEFUNDEN..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...gefunden..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...NICHT GEFUNDEN..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...gefunden..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...NICHT GEFUNDEN..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...gefunden..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...NICHT GEFUNDEN..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...gefunden..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...NICHT GEFUNDEN..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...gefunden\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NICHT GEFUNDEN\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...gefunden..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NICHT GEFUNDEN..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...gefunden..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NICHT GEFUNDEN..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "Pulse Audio...gefunden..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "Pulse Audio...NICHT GEFUNDEN..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...gefunden..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...NICHT GEFUNDEN..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...gefunden..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NICHT GEFUNDEN..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...gefunden..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NICHT GEFUNDEN..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "Windows Version %04X" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -308,63 +308,63 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/en_GB.po -> LiVES-2.4.7.tar.bz2/po/en_GB.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2015-04-16 10:52+0000\n" "Last-Translator: Andi Chandler <Unknown>\n" "Language-Team: English (United Kingdom) <en_GB@li.org>\n" @@ -151,23 +151,23 @@ msgid "Background" msgstr "Background" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Loading realtime effect plugins..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Starting jack audio server..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "Starting jack transport server..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "Connecting to jack transport server..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -186,126 +186,126 @@ "\n" "Alternatively, try to start lives with either \"lives -jackopts 16\", or " -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Starting pulse audio server..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Checking optional dependencies:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...detected..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NOT DETECTED..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...detected..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...NOT DETECTED..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...detected..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...NOT DETECTED..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...detected..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...NOT DETECTED..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...detected..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...NOT DETECTED..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...detected\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NOT DETECTED\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...detected..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NOT DETECTED..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...detected..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NOT DETECTED..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...detected..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NOT DETECTED..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...detected..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...NOT DETECTED..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...detected..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NOT DETECTED..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...detected..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NOT DETECTED..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "Windows version %04X" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "UNKNOWN - please patch me !" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -316,48 +316,48 @@ "\n" "Window manager reports as \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/es.po -> LiVES-2.4.7.tar.bz2/po/es.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2014-01-01 22:33+0000\n" "Last-Translator: Adolfo Jayme <fitoschido@gmail.com>\n" "Language-Team: Spanish <es@li.org>\n" @@ -151,23 +151,23 @@ msgid "Background" msgstr "Fondo" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Cargando complementos de efectos en tiempo real..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Iniciando el servidor de audio jack..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -179,126 +179,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Iniciando servidor PulseAudio..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Comprobando dependencias opcionales:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer... detectado..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer... NO DETECTADO..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer... detectado..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer... NO DETECTADO..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer... detectado..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer... NO DETECTADO..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert... Detectado..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert... NO DETECTADO..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite... detectado..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite... NO DETECTADO..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox... detectado\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox... NO DETECTADO\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav... detectado..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav... NO DETECTADO..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd... detectado..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd... NO DETECTADO..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...detectado..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NO DETECTADO..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python... detectado..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python... NO DETECTADO..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab... detectado..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab... NO DETECTADO..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo... detectado..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo... NO DETECTADO..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "Versión de Windows %04X" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -309,48 +309,48 @@ "\n" "El gestor de ventanas se reporta como «%s»; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/et.po -> LiVES-2.4.7.tar.bz2/po/et.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Estonian <et@li.org>\n" @@ -147,23 +147,23 @@ msgid "Background" msgstr "_Alusta" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Laen reaalaja efektide pluginaid..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Heli serveri jack käivitamine..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -175,126 +175,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Heli serveri pulse käivitamine..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...tuvastatud..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...ei tuvastatud..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...tuvastatud..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...ei tuvastatud..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...tuvastatud..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...ei tuvastatud..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "konverdi...tuvastatud..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "konversioon...ei tuvastatud..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "komposiit...tuvastatud.." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "komposiit...ei tuvastatud..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...tuvastatud\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...ei tuvastatud\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "konverdi...tuvastatud..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "konversioon...ei tuvastatud..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "" -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "" -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "" -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "" -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "" -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -302,204 +302,204 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/fi.po -> LiVES-2.4.7.tar.bz2/po/fi.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Finnish <fi@li.org>\n" @@ -153,23 +153,23 @@ msgid "Background" msgstr "P_imennä tausta" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Ladataan reaaliaikaiset tehosteliitännäiset..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Käynnistetään jack-äänipalvelin..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "Käynnistetään jack-välityspalvelin..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "Yhdistetään jack-välityspalvelimeen..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -181,126 +181,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Käynnistetään pulse audio -palvelin..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Tarkistetaan valinnaiset riippuvuudet:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...havaittu..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...EI HAVAITTU..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...havaittu..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...EI HAVAITTU..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...havaittu..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...EI HAVAITTU..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...havaittu..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...EI HAVAITTU..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...havaittu..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...EI HAVAITTU..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...havaittu\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...EI HAVAITTU\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...havaittu..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...EI HAVAITTU..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...havaittu..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...EI HAVAITTU..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...havaittu..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...EI HAVAITTU..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...havaittu..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...EI HAVAITTU..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...havaittu..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...EI HAVAITTU..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...havaittu..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...EI HAVAITTU..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "TUNTEMATON - ole hyvä ja korjaa minut !" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -311,48 +311,48 @@ "\n" "Ikkunointiohjelma ilmoitti olevansa \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/fr.po -> LiVES-2.4.7.tar.bz2/po/fr.po
Changed
@@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2015-11-25 22:11+0000\n" "Last-Translator: Jean-Marc <Unknown>\n" "Language-Team: Français <kwizart@gmail.com>\n" @@ -150,23 +150,23 @@ msgid "Background" msgstr "Arrière plan" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Chargement des greffons d'effets en temps réel…" -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Démarrage du serveur audio jack..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "Démarrage du serveur de transport jack..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "Connexion au serveur de transport jack..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -178,124 +178,124 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Initialisation du serveur audio pulse..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Vérification des dépendances optionnelles :" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer... détecté..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer... NON DÉTECTÉ..." -#: src/main.c:1848 +#: src/main.c:1849 msgid "mplayer2...detected..." msgstr "" -#: src/main.c:1849 +#: src/main.c:1850 msgid "mplayer2...NOT DETECTED..." msgstr "" -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer... détecté..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer... NON DÉTECTÉ..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert... détecté..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert... NON DÉTECTÉ..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite... détecté..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite... NON DÉTECTÉ..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox... détecté\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox... NON DÉTECTÉ\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav... détecté..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav... NON DÉTECTÉ..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd... détecté..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd... NON DÉTECTÉ..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio... détecté..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio... NON DÉTECTÉ..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python... détecté..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python... NON DÉTECTÉ..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab... détecté..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab... NON DÉTECTÉ..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo... détecté..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo... NON DÉTECTÉ..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "Windows version %04X" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "INCONNU - veuillez me corriger !" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -306,48 +306,48 @@ "\n" "Le gestionnaire de fenêtres apparaît comme étant \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887 #, c-format msgid "number of monitors detected: %d\n"
View file
LiVES-2.4.6.tar.bz2/po/gl.po -> LiVES-2.4.7.tar.bz2/po/gl.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2015-04-20 18:32+0000\n" "Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n" "Language-Team: Galician <proxecto@trasno.net>\n" @@ -146,23 +146,23 @@ msgid "Background" msgstr "Fondo" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Cargando complementos de efectos en tempo real..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Iniciando o servidor de son jack..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "Iniciando o servidor de transporte jack..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "Conectando co servidor de transporte jack..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -174,126 +174,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Iniciando o servidor pulse audio..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Comprobando as dependencias opcionais:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NON DETECTADO..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...NON DETECTADO..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...NON DETECTADO..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...detectado..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...NON DETECTADO..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...detectados..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...NON DETECTADO..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...detectado\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NON DETECTADO\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...detectado..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NON DETECTADO..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...detectado..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NON DETECTADO..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...detectado..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NON DETECTA..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...detectado..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...NON DETECTADO..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...detectado..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NON DETECTADO..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...detectado..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NON DETECTADO..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "Versión de Windows %04X" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "DESCOÑECIDO - arranxe isto !" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -304,48 +304,48 @@ "\n" "O xestor de xanelas é recoñecido como «%s»; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/he.po -> LiVES-2.4.7.tar.bz2/po/he.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Hebrew <he@li.org>\n" @@ -152,23 +152,23 @@ msgid "Background" msgstr "רקע _שחור" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "מתבצעת טעינת תוספים לאפקטים בזמן אמת..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "מתבצעת הפעלת שרת השמע jack..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "מפעיל את שרת התעבורה של jack..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "מתחבר לשרת התעבורה של jack..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -180,126 +180,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "מפעיל את שרת השמע Pulse..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "מתבצעת בדיקת חבילות תלות אפשריות:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...זוהה..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...לא זוהה..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...זוהה..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...לא זוהה..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...זוהה..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...לא זוהה..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...זוהה..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...לא זוהה..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...זוהה..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...לא זוהה..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...זוהה...\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...לא זוהה...\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...זוהה" -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...לא זוהה" -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...זוהה..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...לא זוהה..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "Pulse Audio...זוהה..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "Pulse Audio...לא זוהה..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...זוהה..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...לא זוהה..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...זוהה..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...לא זוהה..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...זוהה..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...לא זוהה..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -310,48 +310,48 @@ "\n" "מנהל החלונות המדווח הוא \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/hr.po -> LiVES-2.4.7.tar.bz2/po/hr.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Croatian <hr@li.org>\n" @@ -147,23 +147,23 @@ msgid "Background" msgstr "_Zanemari promjene" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Učitavanje stvarnom efekt čep..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Pokrećem jack audio poslužitelj..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "Pokrećem jack transport server..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "Spajanje na jack transport server..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -175,126 +175,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Pokrećem pulse audio poslužitelj..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Provjera izborno ovisnosti:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...pronađen..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NIJE PRONAĐEN..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...pronađen..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...NIJE PRONAĐEN..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...pronađen..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...NIJE PRONAĐEN..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...pronađen..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...NIJE PRONAĐEN..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...otkriti..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...NIJE OTKRIVENA..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...pronađen\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NIJE PRONAĐEN...\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...pronađen..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NIJE PRONAĐEN..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...pronađen..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NIJE PRONAĐEN..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...otkriti..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NIJE PRONAĐEN..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...otkriti..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python......NIJE PRONAĐEN..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...otkriti..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NIJE PRONAĐEN..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...otkriti..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NIJE PRONAĐEN..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -305,48 +305,48 @@ "\n" "Uređivač prozora prijavljuje kao \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/hu.po -> LiVES-2.4.7.tar.bz2/po/hu.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: hu\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2012-08-08 08:49+0000\n" "Last-Translator: Krasznecz Zoltán <zoltan.krasznecz@gmail.com>\n" "Language-Team: Magyar <lisovszki@gmail.com>\n" @@ -147,23 +147,23 @@ msgid "Background" msgstr "_Üres háttér" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Az azonnali effektek betöltése..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Jack audió szerver indítása" -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -175,126 +175,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Pulse audio szerver indítása..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Ajánlott függőségek ellenőrzése" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...megtalálva" -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NEM TALÁLOM.." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...megtalálva" -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...NEM TALÁLOM.." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...megtalálva" -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...NEM TALÁLOM.." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...megtalálva" -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...NEM TALÁLOM" -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...megtalálva..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...NEM TALÁLOM" -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...megtalálva\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NEM TALÁLOM\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...megtalálva..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NEM TALÁLOM..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...megtalálva..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NEM TALÁLOM..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...megtalálva..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NEM TALÁLOM..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...megtalálva..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...NEM TALÁLOM..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...megtalálva..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NEM TALÁLOM..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...megtalálva..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NEM TALÁLOM..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -305,48 +305,48 @@ "\n" "Az ablakkezelő jelenti: \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/it.po -> LiVES-2.4.7.tar.bz2/po/it.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Italian <it@li.org>\n" @@ -147,23 +147,23 @@ msgid "Background" msgstr "Sfondo _Vuoto" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Caricamento dei plugin degli effetti in tempo reale in corso..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Avvio del server audio jack in corso..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -175,126 +175,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Avviando il server audio pulse..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Controllo delle dipendenze opzionali in corso:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...rilevato..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NON RILEVATO..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...rilevato..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...NON RILEVATO..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...rilevato..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...NON RILEVATO..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...rilevato..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...NON RILEVATO..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...rilevato..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...NON RILEVATO..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...rilevato...\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NON RILEVATO...\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...rilevato..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NON RILEVATO..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...rilevato..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NON RILEVATO..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "audio pulse...rilevato..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "audio pulse...NON RILEVATO..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...rilevato..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...NON RILEVATO..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...rilevato..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NON RILEVATO..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...rilevato..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NON RILEVATO..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -305,48 +305,48 @@ "\n" "Il gestore delle finestre riporta come \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/ja.po -> LiVES-2.4.7.tar.bz2/po/ja.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: ja\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Japanese <ja@li.org>\n" @@ -147,23 +147,23 @@ msgid "Background" msgstr "空白のバックグラウンド(_B)" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "リアルタイムエフェクトプラグインを読み込み中..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "JACKサーバーの音声機能を開始しています..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "JACKサーバーのトランスポート機能を開始しています..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "JACKサーバーのトランスポート機能に接続しています..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -175,126 +175,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "PulseAudioサーバーを開始しています..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "必ずしも必要ではない依存関係を確認しています:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayerが見つかりました..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayerは見つかりませんでした..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayerが見つかりました..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayerは見つかりませんでした..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayerが見つかりました..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayerは見つかりませんでした..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convertが見つかりました..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convertは見つかりませんでした..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "compositeが見つかりました..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "compositeは見つかりませんでした..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "soxが見つかりました\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "soxは見つかりませんでした\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wavが見つかりました..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wavは見つかりませんでした..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackdが見つかりました..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackdは見つかりませんでした..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulseaudioが見つかりました..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulseaudioは見つかりませんでした..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "pythonが見つかりました..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "pythonは見つかりませんでした..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrabが見つかりました..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrabは見つかりませんでした..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfoが見つかりました..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfoは見つかりませんでした..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "不明 - パッチを送ってください!" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -305,48 +305,48 @@ "\n" "ウィンドウマネジャーは \"%s\" です; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/lives.pot -> LiVES-2.4.7.tar.bz2/po/lives.pot
Changed
@@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: lives 2.4.6\n" +"Project-Id-Version: lives 2.4.7\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -131,23 +131,23 @@ msgid "Background" msgstr "" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -159,120 +159,120 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1848 +#: src/main.c:1849 msgid "mplayer2...detected..." msgstr "" -#: src/main.c:1849 +#: src/main.c:1850 msgid "mplayer2...NOT DETECTED..." msgstr "" -#: src/main.c:1851 +#: src/main.c:1852 msgid "mpv...detected..." msgstr "" -#: src/main.c:1852 +#: src/main.c:1853 msgid "mpv...NOT DETECTED..." msgstr "" -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "" -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "" -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1860 +#: src/main.c:1861 msgid "cdda2wav/icedax...detected..." msgstr "" -#: src/main.c:1861 +#: src/main.c:1862 msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "" -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "" -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "" -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "" -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "" -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "" -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -280,204 +280,204 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1886 +#: src/main.c:1887 #, c-format msgid "number of monitors detected: %d\n" msgstr ""
View file
LiVES-2.4.6.tar.bz2/po/nl_NL.po -> LiVES-2.4.7.tar.bz2/po/nl_NL.po
Changed
@@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: LiVES 0.9.5cvs\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: \n" @@ -130,23 +130,23 @@ msgid "Background" msgstr "Vervagen" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -158,120 +158,120 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1848 +#: src/main.c:1849 msgid "mplayer2...detected..." msgstr "" -#: src/main.c:1849 +#: src/main.c:1850 msgid "mplayer2...NOT DETECTED..." msgstr "" -#: src/main.c:1851 +#: src/main.c:1852 msgid "mpv...detected..." msgstr "" -#: src/main.c:1852 +#: src/main.c:1853 msgid "mpv...NOT DETECTED..." msgstr "" -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "" -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "" -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1860 +#: src/main.c:1861 msgid "cdda2wav/icedax...detected..." msgstr "" -#: src/main.c:1861 +#: src/main.c:1862 msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "" -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "" -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "" -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "" -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "" -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "" -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -279,204 +279,204 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1886 +#: src/main.c:1887 #, c-format msgid "number of monitors detected: %d\n" msgstr "" -#: src/main.c:1889 +#: src/main.c:1890
View file
LiVES-2.4.6.tar.bz2/po/oc.po -> LiVES-2.4.7.tar.bz2/po/oc.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Occitan (post 1500) <oc@li.org>\n" @@ -135,23 +135,23 @@ msgid "Background" msgstr "_Aviar" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Cargament dels plugins d'efièches en temps real" -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Aviada del servidor àudio jack..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -163,126 +163,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Inicializacion del servidor àudio pulse..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Verificacion de las dependéncias opcionalas :" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer....detectat..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...PAS DETECTAT..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer....detectat..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...PAS DETECTAT..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer....detectat..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...PAS DETECTAT..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...detectat..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...PAS DETECTAT..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...detectat..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...PAS DETECTAT..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...detectat\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...PAS DETECTAT\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...detectat..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...PAS DETECTAT..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...detectat..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...PAS DETECTAT..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...detectat..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...PAS DETECTAT..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...detectat..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...PAS DETECTAT..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...detectat..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...PAS DETECTAT..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...detectat..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...PAS DETECTAT..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -293,63 +293,63 @@ "\n" "Lo gestionari de fenèstras apareis coma essent \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/pl.po -> LiVES-2.4.7.tar.bz2/po/pl.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Polish <pl@li.org>\n" @@ -147,23 +147,23 @@ msgid "Background" msgstr "_Uruchom" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -175,126 +175,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Uruchamianie serwera pulse audio" -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Sprawdzanie zależności opcjonalne:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer... wykryto..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NIE WYKRYTO..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer... wykryto..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...NIE WYKRYTO..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer... wykryto..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...NIE WYKRYTO..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...wykrytych..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...NIE WYKRYTO..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...wykrytych..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...NIE WYKRYTO..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...wykrytych\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NIE WYKRYTO\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...wykrytych..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NIE WYKRYTO..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...wykrytych..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NIE WYKRYTO..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...wykrytych..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NIE WYKRYTO..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...wykrytych..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...NIE WYKRYTO..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...wykrytych..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NIE WYKRYTO..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...wykrytych..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NIE WYKRYTO..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -305,63 +305,63 @@ "\n" "Sprawozdania Menedżer okien jako \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/pms.po -> LiVES-2.4.7.tar.bz2/po/pms.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-11-09 23:22+0000\n" "Last-Translator: Simon Uslengh <simoneislanda@libero.it>\n" "Language-Team: Piemontese <pms@li.org>\n" @@ -146,23 +146,23 @@ msgid "Background" msgstr "Drefond" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Caria dle gionte për j'efet an temp-real..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Andi dël jack audio server..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "Andi dël jack transport server..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "Conession al jack transport server..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -181,126 +181,126 @@ "\n" "Dësnò, ch'a preuva a nandiè lives con tute le doe \"lives - jackopts 16\", o " -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Andi dël pulse audio server..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Contròl dependense opsionaj:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...trovà..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NEN TROVÀ" -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...trovà..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...NEN TROVÀ" -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...trovà..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...NEN TROVÀ" -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...trovà..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...NEN TROVÀ..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...TROVÀ..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...NEN TROVÀ..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...TROVÀ\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NEN TROVÀ\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...TROVÀ..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NEN TROVÀ..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...TROVÀ..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NEN TROVÀ..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...TROVÀ..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NEN TROVÀ..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...TROVÀ..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...TROVÀ..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NEN TROVÀ..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...TROVÀ..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NEN TROVÀ..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "version ëd Windows %04X" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "ANCONOSSÙ - ch'am tacon-a, për piasì!" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -311,48 +311,48 @@ "\n" "La fnëstra 'd contòl a arpòrta \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/pt.po -> LiVES-2.4.7.tar.bz2/po/pt.po
Changed
@@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: LiVES\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: pixel <vjpixel@gmail.com>\n" @@ -141,23 +141,23 @@ msgid "Background" msgstr "Fundo _Branco" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "A carregar plugins de efeito em tempo real..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "A iniciar servidor de jack audio..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -169,126 +169,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "A verificar as dependências opcionais:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NÃO DETECTADO..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...NÃO DETECTADO..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...NÃO DETECTADO..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...detectado..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...NÃO DETECTADO..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...detectado..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...NÃO DETECTADO..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...detectado\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NÃO DETECTADO...\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...detectado..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NÃO DETECTADO..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...detectado..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NÃO DETECTADO..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...detectados..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NÃO DETECTADO..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...detectado..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...NÃO DETECTADO..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...detectado..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NÃO DETECTADO..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...detectado..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NÃO DETECTADO..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -299,63 +299,63 @@ "\n" "Gerenciador de janelas: \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/pt_BR.po -> LiVES-2.4.7.tar.bz2/po/pt_BR.po
Changed
@@ -2,7 +2,7 @@ msgstr "" "Project-Id-Version: LiVES\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: pixel <vjpixel@gmail.com>\n" @@ -144,23 +144,23 @@ msgid "Background" msgstr "Fundo _Branco" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Carregando plugins de efeitos em tempo real..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Iniciando servidor de áudio jack..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "Iniciando o servidor jack de transporte..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "Conectando ao servidor jack de transporte..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -172,126 +172,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Iniciando o servidor pulse audio..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Checando dependências opcionais:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NÃO DETECTADO..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...NÃO DETECTADO..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...NÃO DETECTADO..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...detectado..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...NÃO DETECTADO..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...detectado..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...NÃO DETECTADO..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...detectado\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NÃO DETECTADO...\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...detectado..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NÃO DETECTADO..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...detectado..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NÃO DETECTADO..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...detectado..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NÃO DETECTADO..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...detectado..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...NÃO DETECTADO..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...detectado..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NÃO DETECTADO..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...detectado..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NÃO DETECTADO..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -302,48 +302,48 @@ "\n" "Gerenciador de janelas: \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/ro.po -> LiVES-2.4.7.tar.bz2/po/ro.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Romanian <ro@li.org>\n" @@ -148,23 +148,23 @@ msgid "Background" msgstr "_Ignoră schimbările" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Se incarcă modulele de efecte in timp real..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Pornirea serverului audio jack..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -176,126 +176,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Pornirea serverului audio pulse..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Verificarea dependenţelor opţionale:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...a fost detectat..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer... nu a fost detectat..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...a fost detectat..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer... nu a fost detectat..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...a fost detectat..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer... nu a fost detectat..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...detectat..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...NU A FOST DETECTAT..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...detectat..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...NU A FOST DETECTAT..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...detectat\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NU A FOST DETECTAT\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...detectat..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NU A FOST DETECTAT..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...detectat..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NU A FOST DETECTAT..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...detectat..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NU A FOST DETECTAT..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...detectat..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...NU A FOST DETECTAT..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...detectat..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NU A FOST DETECTAT..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...detectat..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NU A FOST DETECTAT..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -306,48 +306,48 @@ "\n" "Rapoarte de manager de ferestre ca \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/ru.po -> LiVES-2.4.7.tar.bz2/po/ru.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2015-04-06 05:53+0000\n" "Last-Translator: ☠Jay ZDLin☠ <Unknown>\n" "Language-Team: Russian <ru@li.org>\n" @@ -151,23 +151,23 @@ msgid "Background" msgstr "Фон" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Загрузка плагина эффектов реального времени..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Запуск звукового сервера jack..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "Запуск передающего сервера jack..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "Подключение к передающему jack-серверу..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -188,126 +188,126 @@ "Также, вы можете попробовать запустить программу таким образом \"lives -" "jackopts 16\" или " -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Запуск сервера pulse audio..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Проверка опциональных зависимостей:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...обнаружен..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...НЕ ОБНАРУЖЕН..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...обнаружен..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...НЕ ОБНАРУЖЕН..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...обнаружен..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...НЕ ОБНАРУЖЕН..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...обнаружен..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...НЕ ОБНАРУЖЕН..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...обнаружен..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...НЕ ОБНАРУЖЕН..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...обнаружен...\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...НЕ ОБНАРУЖЕН...\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...обнаружен..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...НЕ ОБНАРУЖЕН..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...обнаружен..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...НЕ ОБНАРУЖЕН..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...обнаружен..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...НЕ ОБНАРУЖЕН..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...обнаружен..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...НЕ ОБНАРУЖЕН..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...обнаружен..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...НЕ ОБНАРУЖЕН..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...обнаружен..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...НЕ ОБНАРУЖЕН..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "Версия Windows %04X" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -318,48 +318,48 @@ "\n" "Менеджер интерфейса определен как \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/sk.po -> LiVES-2.4.7.tar.bz2/po/sk.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Slovak <sk@li.org>\n" @@ -152,23 +152,23 @@ msgid "Background" msgstr "_Prázdne pozadie" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Načítavam efekt rozšírenia v réálnom čase..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Spúšťam zvukový server jack..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -180,126 +180,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Spúšťam pulse audio server..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Kontrola dodatočných záavislostí:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...nájdený..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NENÁJDENÝ..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...nájdený..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...NENÁJDENÝ..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...nájdený..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...NENÁJDENÝ..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...nájdený..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...NENÁJDENÝ..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...nájdený..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...NENÁJDENÝ..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...nájdený\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...NENÁJDENÝ\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...nájdený..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...NENÁJDENÝ..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...nájdený..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...NENÁJDENÝ..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...nájdené..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NENÁJDENÉ..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...nájdený..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...NENÁJDENÝ..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...nájdený..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NENÁJDENÝ..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...nájdený..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...NENÁJDENÝ..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -310,48 +310,48 @@ "\n" "Správa manažéra okien ako \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/te.po -> LiVES-2.4.7.tar.bz2/po/te.po
Changed
@@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Telugu <indlinux-telugu@lists.sourceforge.net>\n" @@ -134,23 +134,23 @@ msgid "Background" msgstr "_ప్రారంభం" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -162,120 +162,120 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1848 +#: src/main.c:1849 msgid "mplayer2...detected..." msgstr "" -#: src/main.c:1849 +#: src/main.c:1850 msgid "mplayer2...NOT DETECTED..." msgstr "" -#: src/main.c:1851 +#: src/main.c:1852 msgid "mpv...detected..." msgstr "" -#: src/main.c:1852 +#: src/main.c:1853 msgid "mpv...NOT DETECTED..." msgstr "" -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "" -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "" -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1860 +#: src/main.c:1861 msgid "cdda2wav/icedax...detected..." msgstr "" -#: src/main.c:1861 +#: src/main.c:1862 msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "" -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "" -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "" -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "" -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "" -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "" -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -283,204 +283,204 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1886 +#: src/main.c:1887 #, c-format msgid "number of monitors detected: %d\n" msgstr "" -#: src/main.c:1889 +#: src/main.c:1890
View file
LiVES-2.4.6.tar.bz2/po/tr.po -> LiVES-2.4.7.tar.bz2/po/tr.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Turkish <tr@li.org>\n" @@ -148,23 +148,23 @@ msgid "Background" msgstr "_Boş arkaplan" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Gerçek zaman efekt eklentileri yükleniyor" -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Jack audio sunucusu başlıyor..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "Jack taşıma sunucusu başlıyor" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "Jack taşıma sunucusuna bağlanılıyor" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -176,126 +176,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Pulse audio sunucusu başlıyor" -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Isteğe bağlı bağımlılıkları denetleme:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer ... bulundu ..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer ... BULUNAMADI ..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer ... bulundu ..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer ... BULUNAMADI ..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer ... bulundu ..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer ... BULUNAMADI ..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...bulundu..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...BULUNAMADI..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite ... bulundu ..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite ... BULUNAMADI ..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...bulundu\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...BULUNAMADI\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...bulundu..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...BULUNAMADI..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...bulundu..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...BULUNAMADI..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "Pulse audio... algılandı..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "Pulse audio...ALGILANMADI..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...bulundu..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...BULUNAMADI..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...bulundu..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...BULUNAMADI..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...bulundu..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...BULUNAMADI..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -306,48 +306,48 @@ "\n" "Pencere yöneticisi raporları olarak \"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/ug.po -> LiVES-2.4.7.tar.bz2/po/ug.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Uyghur <ug@li.org>\n" @@ -133,23 +133,23 @@ msgid "Background" msgstr "باشلا(_S)" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -161,120 +161,120 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1848 +#: src/main.c:1849 msgid "mplayer2...detected..." msgstr "" -#: src/main.c:1849 +#: src/main.c:1850 msgid "mplayer2...NOT DETECTED..." msgstr "" -#: src/main.c:1851 +#: src/main.c:1852 msgid "mpv...detected..." msgstr "" -#: src/main.c:1852 +#: src/main.c:1853 msgid "mpv...NOT DETECTED..." msgstr "" -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "" -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "" -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1860 +#: src/main.c:1861 msgid "cdda2wav/icedax...detected..." msgstr "" -#: src/main.c:1861 +#: src/main.c:1862 msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "" -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "" -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "" -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "" -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "" -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "" -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -282,204 +282,204 @@ "Window manager reports as \"%s\"; " msgstr "" -#: src/main.c:1886 +#: src/main.c:1887 #, c-format msgid "number of monitors detected: %d\n" msgstr "" -#: src/main.c:1889 +#: src/main.c:1890
View file
LiVES-2.4.6.tar.bz2/po/uk.po -> LiVES-2.4.7.tar.bz2/po/uk.po
Changed
@@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-12-13 17:20+0000\n" "Last-Translator: Yuri Chornoivan <yurchor@gmail.com>\n" "Language-Team: Ukrainian <translation@linux.org.ua>\n" @@ -152,23 +152,23 @@ msgid "Background" msgstr "Тло" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Завантаження додатків ефектів реального часу…" -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Запуск звукового сервера jack…" -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "Запуск сервера передавання даних jack…" -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "Встановлення з’єднання з сервером передавання даних jack…" -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -187,126 +187,126 @@ "\n" "Alternatively, try to start lives with either \"lives -jackopts 16\", or " -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Запуск звукового сервера PulseAudio…" -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "Пошук додаткових залежностей:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer… виявлено…" -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer…НЕ ВИЯВЛЕНО…" -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer… виявлено…" -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer…НЕ ВИЯВЛЕНО…" -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer… виявлено…" -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer…НЕ ВИЯВЛЕНО…" -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert…виявлено…" -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...НЕ ВИЯВЛЕНО…" -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite…виявлено…" -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite…НЕ ВИЯВЛЕНО…" -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox…виявлено\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox…НЕ ВИЯВЛЕНО\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...виявлено..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...НЕ ВИЯВЛЕНО..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd…виявлено…" -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd…НЕ ВИЯВЛЕНО…" -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio…виявлено…" -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio…НЕ ВИЯВЛЕНО…" -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python…виявлено…" -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python…НЕ ВИЯВЛЕНО…" -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab…виявлено…" -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab…НЕ ВИЯВЛЕНО…" -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo…виявлено…" -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo…НЕ ВИЯВЛЕНО…" -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "Версія Windows %04X" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "НЕВІДОМИЙ — будь ласка, накладіть латку!" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -317,48 +317,48 @@ "\n" "Інструмент керування вікнами — «%s»; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/uz.po -> LiVES-2.4.7.tar.bz2/po/uz.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Uzbek <uz@li.org>\n" @@ -153,23 +153,23 @@ msgid "Background" msgstr "Сўниш" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "Реал вақт эффект плагинлари юкланмоқда..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "Jack аудио сервер ишга туширилмоқда..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "Jack транспорт сервери ишга туширилмоқда..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "Jack транспорт серверига уланмоқда..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -181,126 +181,126 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "Аудио сервер пульси ишга туширилмоқда..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...аниқланди..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...АНИҚЛАНМАДИ..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...аниқланди..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...АНИҚЛАНМАДИ..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...аниқланди..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...АНИҚЛАНМАДИ..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "конвертлаш...аниқланди..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "конвертлаш...АНИҚЛАНМАДИ..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...аниқланди..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...АНИҚЛАНМАДИ..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...аниқланди\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...АНИҚЛАНМАДИ\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...аниқланди..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...АНИҚЛАНМАДИ..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...аниқланди..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...АНИҚЛАНМАДИ..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...аниқланди..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...АНИҚЛАНМАДИ..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...аниқланди..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...АНИҚЛАНМАДИ..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...аниқланди..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...АНИҚЛАНМАДИ..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...аниқланди..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...АНИҚЛАНМАДИ..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -311,204 +311,204 @@ "\n" "Ойна бошқарувчиси \"%s\"сифатида маълумот берди; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/po/zh_CN.po -> LiVES-2.4.7.tar.bz2/po/zh_CN.po
Changed
@@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: https://sourceforge.net/p/lives/bugs/\n" -"POT-Creation-Date: 2015-12-19 08:17-0300\n" +"POT-Creation-Date: 2016-01-18 03:16-0300\n" "PO-Revision-Date: 2015-04-05 16:35+0000\n" "Last-Translator: Timothy Gu <timothy_gu@hotmail.com>\n" "Language-Team: Simplified Chinese <zh_CN@li.org>\n" @@ -144,23 +144,23 @@ msgid "Background" msgstr "" -#: src/main.c:1644 +#: src/main.c:1645 msgid "Loading realtime effect plugins..." msgstr "正在加载实时效果插件..." -#: src/main.c:1710 +#: src/main.c:1711 msgid "Starting jack audio server..." msgstr "正在启动 jack 音频服务器..." -#: src/main.c:1712 +#: src/main.c:1713 msgid "Starting jack transport server..." msgstr "正在启动 jack 传输服务器..." -#: src/main.c:1713 +#: src/main.c:1714 msgid "Connecting to jack transport server..." msgstr "正在连接 jack 传输服务器..." -#: src/main.c:1743 +#: src/main.c:1744 #, c-format msgid "" "\n" @@ -179,126 +179,126 @@ "\n" "除此之外,尝试用启动命令行“lives -jackopts 16\"或 " -#: src/main.c:1778 +#: src/main.c:1779 msgid "Starting pulse audio server..." msgstr "正在开启 pulse 音频服务..." -#: src/main.c:1845 +#: src/main.c:1846 msgid "Checking optional dependencies:" msgstr "检查可选的依赖:" -#: src/main.c:1846 +#: src/main.c:1847 msgid "mplayer...detected..." msgstr "mplayer...发现..." -#: src/main.c:1847 +#: src/main.c:1848 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...未发现..." -#: src/main.c:1848 +#: src/main.c:1849 #, fuzzy msgid "mplayer2...detected..." msgstr "mplayer...发现..." -#: src/main.c:1849 +#: src/main.c:1850 #, fuzzy msgid "mplayer2...NOT DETECTED..." msgstr "mplayer...未发现..." -#: src/main.c:1851 +#: src/main.c:1852 #, fuzzy msgid "mpv...detected..." msgstr "mplayer...发现..." -#: src/main.c:1852 +#: src/main.c:1853 #, fuzzy msgid "mpv...NOT DETECTED..." msgstr "mplayer...未发现..." -#: src/main.c:1854 +#: src/main.c:1855 msgid "convert...detected..." msgstr "convert...发现..." -#: src/main.c:1855 +#: src/main.c:1856 msgid "convert...NOT DETECTED..." msgstr "convert...未发现..." -#: src/main.c:1856 +#: src/main.c:1857 msgid "composite...detected..." msgstr "composite...发现..." -#: src/main.c:1857 +#: src/main.c:1858 msgid "composite...NOT DETECTED..." msgstr "composite...未发现..." -#: src/main.c:1858 +#: src/main.c:1859 msgid "sox...detected\n" msgstr "sox...发现\n" -#: src/main.c:1859 +#: src/main.c:1860 msgid "sox...NOT DETECTED\n" msgstr "sox...未发现\n" -#: src/main.c:1860 +#: src/main.c:1861 #, fuzzy msgid "cdda2wav/icedax...detected..." msgstr "cdda2wav...发现..." -#: src/main.c:1861 +#: src/main.c:1862 #, fuzzy msgid "cdda2wav/icedax...NOT DETECTED..." msgstr "cdda2wav...未发现..." -#: src/main.c:1862 +#: src/main.c:1863 msgid "jackd...detected..." msgstr "jackd...发现..." -#: src/main.c:1863 +#: src/main.c:1864 msgid "jackd...NOT DETECTED..." msgstr "jackd...未发现..." -#: src/main.c:1864 +#: src/main.c:1865 msgid "pulse audio...detected..." msgstr "pulse audio...发现..." -#: src/main.c:1865 +#: src/main.c:1866 msgid "pulse audio...NOT DETECTED..." msgstr "pulse 音频...未发现..." -#: src/main.c:1866 +#: src/main.c:1867 msgid "python...detected..." msgstr "python...发现..." -#: src/main.c:1867 +#: src/main.c:1868 msgid "python...NOT DETECTED..." msgstr "python...未发现..." -#: src/main.c:1868 +#: src/main.c:1869 msgid "dvgrab...detected..." msgstr "dvgrab...发现..." -#: src/main.c:1869 +#: src/main.c:1870 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...未发现..." -#: src/main.c:1870 +#: src/main.c:1871 msgid "xwininfo...detected..." msgstr "xwininfo...发现..." -#: src/main.c:1871 +#: src/main.c:1872 msgid "xwininfo...NOT DETECTED..." msgstr "xwininfo...未发现..." -#: src/main.c:1877 +#: src/main.c:1878 #, c-format msgid "Windows version %04X" msgstr "Windows 版本为 %04X" -#: src/main.c:1879 +#: src/main.c:1880 msgid "UNKNOWN - please patch me !" msgstr "未知 - 请给我打上补丁!" -#: src/main.c:1883 +#: src/main.c:1884 #, c-format msgid "" "\n" @@ -309,48 +309,48 @@ "\n" "窗口管理器报告为\"%s\"; " -#: src/main.c:1886 +#: src/main.c:1887
View file
LiVES-2.4.6.tar.bz2/resources/Makefile.in -> LiVES-2.4.7.tar.bz2/resources/Makefile.in
Changed
@@ -335,6 +335,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@
View file
LiVES-2.4.6.tar.bz2/smogrify -> LiVES-2.4.7.tar.bz2/smogrify
Changed
@@ -23,7 +23,7 @@ # Do not change these except for testing ! $background=1; -$version="2.4.6"; +$version="2.4.7"; #$dyneversion="LIVES-20091209"; ###################################################################
View file
LiVES-2.4.6.tar.bz2/src/Makefile.in -> LiVES-2.4.7.tar.bz2/src/Makefile.in
Changed
@@ -526,6 +526,9 @@ PULSE_CFLAGS = @PULSE_CFLAGS@ PULSE_LIBS = @PULSE_LIBS@ RANLIB = @RANLIB@ +SDL2_CFLAGS = @SDL2_CFLAGS@ +SDL2_LIBS = @SDL2_LIBS@ +SDL2_PREFIX = @SDL2_PREFIX@ SDL_CFLAGS = @SDL_CFLAGS@ SDL_LIBS = @SDL_LIBS@ SDL_PREFIX = @SDL_PREFIX@ @@ -1511,8 +1514,8 @@ maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -@BUILD_LIBLIVES_FALSE@uninstall-local: @BUILD_LIBLIVES_FALSE@install-exec-local: +@BUILD_LIBLIVES_FALSE@uninstall-local: clean: clean-am clean-am: clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \
View file
LiVES-2.4.6.tar.bz2/src/callbacks.c -> LiVES-2.4.7.tar.bz2/src/callbacks.c
Changed
@@ -11558,6 +11558,10 @@ boolean has_lmap_error=FALSE; boolean has_new_audio=FALSE; + if (!cfile->achans) { + has_new_audio=TRUE; + } + if (menuitem==NULL) { // redo start=cfile->undo1_dbl; @@ -11580,7 +11584,11 @@ mainw->error=FALSE; return FALSE; } - has_new_audio=TRUE; + + cfile->undo_arate=cfile->arate; + cfile->undo_signed_endian=cfile->signed_endian; + cfile->undo_achans=cfile->achans; + cfile->undo_asampsize=cfile->asampsize; } @@ -11658,7 +11666,12 @@ return FALSE; } - + if (has_new_audio) { + cfile->arate=cfile->arps=cfile->undo_arate; + cfile->signed_endian=cfile->undo_signed_endian; + cfile->achans=cfile->undo_achans; + cfile->asampsize=cfile->undo_asampsize; + } set_undoable(_("Insert Silence"),TRUE); cfile->undo_action=UNDO_INSERT_SILENCE;
View file
LiVES-2.4.6.tar.bz2/src/giw/giwtimeline.c -> LiVES-2.4.7.tar.bz2/src/giw/giwtimeline.c
Changed
@@ -708,6 +708,10 @@ PangoLayout *layout; PangoRectangle logical_rect, ink_rect; +#ifdef GTK_RENDER_BACKGROUND_BUG + GdkRGBA col; +#endif + if (! gtk_widget_is_drawable(widget)) return; @@ -730,7 +734,21 @@ cr = cairo_create(priv->backing_store); - gtk_render_background(context, cr, 0, 0, allocation.width, allocation.height); + gtk_render_background(context, cr, 0., 0., allocation.width, allocation.height); + +#ifdef GTK_RENDER_BACKGROUND_BUG +#ifdef G_GNUC_BEGIN_IGNORE_DEPRECATIONS + G_GNUC_BEGIN_IGNORE_DEPRECATIONS +#endif + gtk_style_context_get_background_color(context,gtk_widget_get_state_flags(widget),&col); +#ifdef G_GNUC_END_IGNORE_DEPRECATIONS + G_GNUC_END_IGNORE_DEPRECATIONS +#endif + cairo_set_source_rgb(cr, col.red, col.green, col.blue); + cairo_rectangle(cr, 0, 0, allocation.width, allocation.height); + cairo_fill(cr); +#endif + gtk_render_frame(context, cr, 0, 0, allocation.width, allocation.height); gtk_style_context_get_color(context, gtk_widget_get_state_flags(widget),
View file
LiVES-2.4.6.tar.bz2/src/liblives.hpp -> LiVES-2.4.7.tar.bz2/src/liblives.hpp
Changed
@@ -24,7 +24,7 @@ /** Version number micro */ -#define LIVES_VERSION_MICRO 6 +#define LIVES_VERSION_MICRO 7 /** Macro to check if livesApp version is >= major.minor.micro
View file
LiVES-2.4.6.tar.bz2/src/main.c -> LiVES-2.4.7.tar.bz2/src/main.c
Changed
@@ -1162,6 +1162,7 @@ prefs->no_bandwidth=FALSE; prefs->ocp=get_int_pref("open_compression_percent"); + lives_color_parse("black", &palette->black); lives_widget_color_copy(&palette->fade_colour,&palette->black); // we set the theme here in case it got reset to 'none' @@ -6925,6 +6926,9 @@ set_sel_label(mainw->sel_label); + lives_widget_show(mainw->hruler); + lives_widget_show(mainw->eventbox5); + lives_widget_show(mainw->vidbar); lives_widget_show(mainw->laudbar);
View file
LiVES-2.4.6.tar.bz2/src/multitrack.c -> LiVES-2.4.7.tar.bz2/src/multitrack.c
Changed
@@ -3426,6 +3426,7 @@ set_time_scrollbar(mt); lives_widget_queue_draw(mt->vpaned); + lives_widget_queue_draw(mt->timeline); redraw_all_event_boxes(mt); @@ -8606,6 +8607,7 @@ mt->fx_contents_box=lives_vbox_new(FALSE,2); + dph=widget_opts.packing_height; widget_opts.packing_height=0; add_hsep_to_box(LIVES_BOX(mt->fx_contents_box)); @@ -8645,6 +8647,11 @@ lives_widget_show(hbox); lives_box_pack_start(LIVES_BOX(hbox), mt->node_scale, TRUE, TRUE, widget_opts.packing_width); + if (palette->style&STYLE_1) { + lives_widget_set_base_color(label, LIVES_WIDGET_STATE_NORMAL, &palette->menu_and_bars); + lives_widget_set_text_color(label, LIVES_WIDGET_STATE_NORMAL, &palette->menu_and_bars_fore); + } + hbox=lives_hbox_new(FALSE,widget_opts.packing_width); lives_box_pack_end(LIVES_BOX(mt->fx_contents_box), hbox, FALSE, FALSE, 0); @@ -8652,6 +8659,12 @@ mt->fx_params_label=lives_standard_label_new(""); lives_box_pack_start(LIVES_BOX(hbox), mt->fx_params_label, TRUE, TRUE, widget_opts.packing_width); + if (palette->style&STYLE_1) { + lives_widget_set_base_color(mt->fx_params_label, LIVES_WIDGET_STATE_NORMAL, &palette->menu_and_bars); + lives_widget_set_text_color(mt->fx_params_label, LIVES_WIDGET_STATE_NORMAL, &palette->menu_and_bars_fore); + } + + mt->del_node_button = lives_button_new_with_mnemonic(_("_Del. node")); lives_box_pack_end(LIVES_BOX(hbox), mt->del_node_button, FALSE, FALSE, 0); lives_widget_set_sensitive(mt->del_node_button,FALSE); @@ -9855,6 +9868,7 @@ lives_widget_add_events(mt->timeline_eb, LIVES_POINTER_MOTION_MASK | LIVES_BUTTON1_MOTION_MASK | LIVES_BUTTON_RELEASE_MASK | LIVES_BUTTON_PRESS_MASK | LIVES_ENTER_NOTIFY_MASK); + lives_widget_add_events(mt->timeline,LIVES_BUTTON_RELEASE_MASK | LIVES_BUTTON_PRESS_MASK); lives_widget_add_events(mt->timeline_reg, LIVES_POINTER_MOTION_MASK | LIVES_BUTTON1_MOTION_MASK | LIVES_BUTTON_RELEASE_MASK | LIVES_BUTTON_PRESS_MASK | LIVES_ENTER_NOTIFY_MASK); lives_signal_connect(LIVES_GUI_OBJECT(mt->timeline_eb), LIVES_WIDGET_ENTER_EVENT,LIVES_GUI_CALLBACK(on_tleb_enter),(livespointer)mt); @@ -9876,6 +9890,14 @@ LIVES_GUI_CALLBACK(on_timeline_press), (livespointer)mt); + lives_signal_connect(LIVES_GUI_OBJECT(mt->timeline), LIVES_WIDGET_BUTTON_PRESS_EVENT, + LIVES_GUI_CALLBACK(on_timeline_press), + (livespointer)mt); + + lives_signal_connect(LIVES_GUI_OBJECT(mt->timeline), LIVES_WIDGET_BUTTON_RELEASE_EVENT, + LIVES_GUI_CALLBACK(on_timeline_release), + (livespointer)mt); + lives_signal_connect(LIVES_GUI_OBJECT(mt->timeline_reg), LIVES_WIDGET_MOTION_NOTIFY_EVENT, LIVES_GUI_CALLBACK(on_timeline_update), (livespointer)mt); @@ -18604,6 +18626,11 @@ mt->tl_mouse=TRUE; } + if (widget==mt->timeline) { + mt->fm_edit_event=NULL; + mt_tl_move(mt,pos); + } + if (mt->opts.mouse_mode==MOUSE_MODE_SELECT) mouse_select_start(widget,event,mt); return TRUE;
View file
LiVES-2.4.6.tar.bz2/src/widget-helper-gtk.h -> LiVES-2.4.7.tar.bz2/src/widget-helper-gtk.h
Changed
@@ -15,6 +15,7 @@ #define GTK_RADIO_MENU_BUG // a bug where gtk_radio_menu_item_set_active() does not update visually #define GTK_SUBMENU_SENS_BUG // a bug where setting a menuitem insensitive fails if it has a submenu #define GTK_TEXT_VIEW_CSS_BUG // a bug where named textviews cannot be set by CSS +#define GTK_RENDER_BACKGROUND_BUG // a bug where bg of custom widgets is not rendered #ifndef IS_MINGW @@ -113,9 +114,9 @@ #define lives_get_monotonic_time() g_get_monotonic_time() -#if GTK_CHECK_VERSION(3,8,0) -#define USE_GDK_FRAME_CLOCK -#endif +//#if GTK_CHECK_VERSION(3,8,0) +//#define USE_GDK_FRAME_CLOCK +//#endif /// Glib type stuff ////////////////////////////////////////// #ifndef G_ENCODE_VERSION @@ -419,6 +420,8 @@ typedef GtkAboutDialog LiVESAboutDialog; + +// values here are long unsigned int #define LIVES_COL_TYPE_STRING G_TYPE_STRING #define LIVES_COL_TYPE_INT G_TYPE_INT #define LIVES_COL_TYPE_UINT G_TYPE_UINT
View file
LiVES-2.4.6.tar.bz2/src/widget-helper.c -> LiVES-2.4.7.tar.bz2/src/widget-helper.c
Changed
@@ -978,17 +978,24 @@ default: state_str=""; } - wname=g_strdup_printf("#%s%s",widget_name,state_str); + + if (GTK_IS_NOTEBOOK(widget)) wname=g_strdup_printf("#%s tab",widget_name); + else wname=g_strdup_printf("#%s%s",widget_name,state_str); #ifdef GTK_TEXT_VIEW_CSS_BUG } #endif + + css_string=g_strdup_printf(" %s {\n background-color: %s;\n }\n }\n",wname,colref); gtk_css_provider_load_from_data(GTK_CSS_PROVIDER(provider), css_string, -1, NULL); + + + g_free(colref); g_free(widget_name); g_free(wname); @@ -1039,10 +1046,16 @@ #ifdef GTK_TEXT_VIEW_CSS_BUG if (GTK_IS_TEXT_VIEW(widget)) wname=g_strdup("GtkTextView"); - else + else { #endif + if (GTK_IS_NOTEBOOK(widget)) wname=g_strdup_printf("#%s tab",widget_name); wname=g_strdup_printf("#%s",widget_name); + +#ifdef GTK_TEXT_VIEW_CSS_BUG + } +#endif + css_string=g_strdup_printf(" %s {\n color: %s;\n }\n }\n",wname,colref); gtk_css_provider_load_from_data(GTK_CSS_PROVIDER(provider), @@ -1363,9 +1376,13 @@ LIVES_INLINE LiVESWidget *lives_dialog_get_action_area(LiVESDialog *dialog) { #ifdef GUI_GTK #if GTK_CHECK_VERSION(2,14,0) +#ifdef G_GNUC_BEGIN_IGNORE_DEPRECATIONS G_GNUC_BEGIN_IGNORE_DEPRECATIONS +#endif return gtk_dialog_get_action_area(LIVES_DIALOG(dialog)); +#ifdef G_GNUC_END_IGNORE_DEPRECATIONS G_GNUC_END_IGNORE_DEPRECATIONS +#endif #else return LIVES_DIALOG(dialog)->vbox; #endif @@ -5106,7 +5123,7 @@ GType types[ncols]; register int i; for (i=0; i<ncols; i++) { - types[i]=va_arg(argList,int); + types[i]=va_arg(argList, long unsigned int); } tstore=gtk_tree_store_newv(ncols,types); } @@ -5118,7 +5135,7 @@ int types[ncols]; for (int i=0; i < ncols; i++) { - types[i]=va_arg(argList, int); + types[i]=va_arg(argList, long unsigned int); } tstore = new LiVESTreeStore(ncols, types); @@ -5172,7 +5189,7 @@ QVariant qv; while (1) { - int colnum = va_arg(argList, int); + int colnum = va_arg(argList, long unsigned int); if (colnum == -1) break; int coltype = tstore->get_coltype(colnum); @@ -5436,7 +5453,7 @@ GType types[ncols]; register int i; for (i=0; i<ncols; i++) { - types[i]=va_arg(argList,int); + types[i]=va_arg(argList, long unsigned int); } lstore=gtk_list_store_newv(ncols,types); } @@ -5448,7 +5465,7 @@ int types[ncols]; for (int i=0; i < ncols; i++) { - types[i]=va_arg(argList, int); + types[i]=va_arg(argList, long unsigned int); } lstore = new LiVESListStore(ncols, types); @@ -5481,7 +5498,7 @@ // types may be STRING, INT, (BOOLEAN, UINT, PIXBUF) if (coltype == LIVES_COL_TYPE_INT) { - int iattr = va_arg(argList, int); + int iattr = va_arg(argList, long unsigned int); qv = QVariant::fromValue(iattr); titer->setData(colnum, Qt::DisplayRole, qv); }
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.