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 20
View file
LiVES.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Jun 18 14:23:21 UTC 2013 - pascal.bleser@opensuse.org + +- update to 2.0.5: + * improvements were made for dual monitor support + * a bug (regression) in Load New Audio was fixed + +------------------------------------------------------------------- Tue May 07 09:02:29 UTC 2013 - pascal.bleser@opensuse.org - update to 2.0.4:
View file
LiVES.spec
Changed
@@ -15,7 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ Name: LiVES -Version: 2.0.4 +Version: 2.0.5 %define soname 0 Release: 1 Summary: Video Editor and VJ Tool
View file
LiVES-2.0.4.tar.bz2/ChangeLog -> LiVES-2.0.5.tar.bz2/ChangeLog
Changed
@@ -1,3 +1,12 @@ +Version 2.0.5 +------------- +Fix regression in "load new audio" +Clean up some minor compilation issues. +Improved support for dual monitors. + + + + Version 2.0.4 (4 May 2013) ----------------------------- Fix regressions in Paste as New, Fade Audio In/Out, load images
View file
LiVES-2.0.4.tar.bz2/LiVES.doxygen -> LiVES-2.0.5.tar.bz2/LiVES.doxygen
Changed
@@ -31,7 +31,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.0.4 +PROJECT_NUMBER = 2.0.5 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.
View file
LiVES-2.0.4.tar.bz2/README -> LiVES-2.0.5.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.0.4.tar.bz2 + bzip2 -d LiVES-2.0.5.tar.bz2 or, - gzip -d LiVES-2.0.4.tar.gz + gzip -d LiVES-2.0.5.tar.gz depending on which version you have. Then: - tar xvf LIVES-2.0.4.tar + tar xvf LIVES-2.0.5.tar - cd lives-2.0.4 + cd lives-2.0.5
View file
LiVES-2.0.4.tar.bz2/build-lives-rfx-plugin -> LiVES-2.0.5.tar.bz2/build-lives-rfx-plugin
Changed
@@ -78,7 +78,7 @@ } -$builder_version="2.0.4"; +$builder_version="2.0.5"; if ($in_channels==0&&$properties&0x0004) { #batch mode generator
View file
LiVES-2.0.4.tar.bz2/configure -> LiVES-2.0.5.tar.bz2/configure
Changed
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for LiVES 2.0.4. +# Generated by GNU Autoconf 2.68 for LiVES 2.0.5. # # Report bugs to <http://www.sourceforge.net/tracker/?group_id=64341&atid=507139>. # @@ -571,8 +571,8 @@ # Identity of this package. PACKAGE_NAME='LiVES' PACKAGE_TARNAME='lives' -PACKAGE_VERSION='2.0.4' -PACKAGE_STRING='LiVES 2.0.4' +PACKAGE_VERSION='2.0.5' +PACKAGE_STRING='LiVES 2.0.5' PACKAGE_BUGREPORT='http://www.sourceforge.net/tracker/?group_id=64341&atid=507139' PACKAGE_URL='' @@ -1643,7 +1643,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.0.4 to adapt to many kinds of systems. +\`configure' configures LiVES 2.0.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1714,7 +1714,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of LiVES 2.0.4:";; + short | recursive ) echo "Configuration of LiVES 2.0.5:";; esac cat <<\_ACEOF @@ -1954,7 +1954,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -LiVES configure 2.0.4 +LiVES configure 2.0.5 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2676,7 +2676,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.0.4, which was +It was created by LiVES $as_me 2.0.5, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -3608,7 +3608,7 @@ # Define the identity of the package. PACKAGE='lives' - VERSION='2.0.4' + VERSION='2.0.5' cat >>confdefs.h <<_ACEOF @@ -28481,7 +28481,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.0.4, which was +This file was extended by LiVES $as_me 2.0.5, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -28538,7 +28538,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.0.4 +LiVES config.status 2.0.5 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\"
View file
LiVES-2.0.4.tar.bz2/configure.in -> LiVES-2.0.5.tar.bz2/configure.in
Changed
@@ -6,7 +6,7 @@ [m4_pattern_allow([^AC_.*])]) dnl IMPORTANT !! $version must also be set to exactly the same string in smogrify -AC_INIT(LiVES,2.0.4,http://www.sourceforge.net/tracker/?group_id=64341&atid=507139) +AC_INIT(LiVES,2.0.5,http://www.sourceforge.net/tracker/?group_id=64341&atid=507139) AC_CANONICAL_HOST AC_CANONICAL_TARGET
View file
LiVES-2.0.4.tar.bz2/lives-plugins/plugins/decoders/flv_decoder.c -> LiVES-2.0.5.tar.bz2/lives-plugins/plugins/decoders/flv_decoder.c
Changed
@@ -1020,6 +1020,7 @@ #else len=avcodec_decode_video(ctx, priv->picture, &got_picture, priv->avpkt.data, priv->avpkt.size ); #endif + len=len; if (!got_picture) { break; // code below should pull more packets for h264, but still does not work !!!!!!
View file
LiVES-2.0.4.tar.bz2/lives-plugins/plugins/decoders/mkv_decoder.c -> LiVES-2.0.5.tar.bz2/lives-plugins/plugins/decoders/mkv_decoder.c
Changed
@@ -2466,9 +2466,9 @@ lives_mkv_priv_t *priv=cdata->priv; MatroskaDemuxContext *matroska=&priv->matroska; - AVFormatContext *s=priv->s; + //AVFormatContext *s=priv->s; - AVStream *st = priv->vidst; + //AVStream *st = priv->vidst; index_entry *idx;
View file
LiVES-2.0.4.tar.bz2/lives-plugins/weed-plugins/Makefile.am -> LiVES-2.0.5.tar.bz2/lives-plugins/weed-plugins/Makefile.am
Changed
@@ -14,7 +14,7 @@ else shared_ldflags = -shared -fPIC -DPIC -module -no-undefined -avoid-version --tag=disable-static -shared_cflags = -fPIC -DPIC +shared_cflags = -fPIC -DPIC -Wno-unused-function endif AM_LDFLAGS = $(shared_ldflags)
View file
LiVES-2.0.4.tar.bz2/lives-plugins/weed-plugins/Makefile.in -> LiVES-2.0.5.tar.bz2/lives-plugins/weed-plugins/Makefile.in
Changed
@@ -656,7 +656,7 @@ fxpluginslibdir = "$(libdir)/$(PACKAGE)/plugins/effects/realtime/weed" @IS_DARWIN_FALSE@shared_ldflags = -shared -fPIC -DPIC -module -no-undefined -avoid-version --tag=disable-static @IS_DARWIN_TRUE@shared_ldflags = -dynamiclib -module -avoid-version --tag=disable-static -@IS_DARWIN_FALSE@shared_cflags = -fPIC -DPIC +@IS_DARWIN_FALSE@shared_cflags = -fPIC -DPIC -Wno-unused-function @IS_DARWIN_TRUE@shared_cflags = -fno-common AM_LDFLAGS = $(shared_ldflags) weed_CFLAGS = $(am__append_1) $(am__append_2) $(am__append_3)
View file
LiVES-2.0.4.tar.bz2/lives-plugins/weed-plugins/cairo/Makefile.am -> LiVES-2.0.5.tar.bz2/lives-plugins/weed-plugins/cairo/Makefile.am
Changed
@@ -9,7 +9,7 @@ shared_cflags = -fno-common else shared_ldflags = -shared -fPIC -DPIC -no-undefined -module -avoid-version --tag=disable-static -shared_cflags = -fPIC -DPIC +shared_cflags = -fPIC -DPIC -Wno-unused-function endif
View file
LiVES-2.0.4.tar.bz2/lives-plugins/weed-plugins/cairo/Makefile.in -> LiVES-2.0.5.tar.bz2/lives-plugins/weed-plugins/cairo/Makefile.in
Changed
@@ -394,7 +394,7 @@ fxpluginslibdir = "$(libdir)/$(PACKAGE)/plugins/effects/realtime/weed" @IS_DARWIN_FALSE@shared_ldflags = -shared -fPIC -DPIC -no-undefined -module -avoid-version --tag=disable-static @IS_DARWIN_TRUE@shared_ldflags = -dynamiclib -module -avoid-version --tag=disable-static -@IS_DARWIN_FALSE@shared_cflags = -fPIC -DPIC +@IS_DARWIN_FALSE@shared_cflags = -fPIC -DPIC -Wno-unused-function @IS_DARWIN_TRUE@shared_cflags = -fno-common @HAVE_SYSTEM_WEED_FALSE@@IS_MINGW_FALSE@AM_LDFLAGS = $(shared_ldflags) @GTK_LIBS@ @HAVE_SYSTEM_WEED_FALSE@@IS_MINGW_TRUE@AM_LDFLAGS = $(shared_ldflags) @GTK_LIBS@ -D IS_MINGW=1
View file
LiVES-2.0.4.tar.bz2/lives-plugins/weed-plugins/gdk/Makefile.am -> LiVES-2.0.5.tar.bz2/lives-plugins/weed-plugins/gdk/Makefile.am
Changed
@@ -9,7 +9,7 @@ shared_cflags = -fno-common else shared_ldflags = -shared -fPIC -DPIC -no-undefined -module -avoid-version --tag=disable-static -shared_cflags = -fPIC -DPIC +shared_cflags = -fPIC -DPIC -Wno-unused-function endif
View file
LiVES-2.0.4.tar.bz2/lives-plugins/weed-plugins/gdk/Makefile.in -> LiVES-2.0.5.tar.bz2/lives-plugins/weed-plugins/gdk/Makefile.in
Changed
@@ -431,7 +431,7 @@ fxpluginslibdir = "$(libdir)/$(PACKAGE)/plugins/effects/realtime/weed" @IS_DARWIN_FALSE@shared_ldflags = -shared -fPIC -DPIC -no-undefined -module -avoid-version --tag=disable-static @IS_DARWIN_TRUE@shared_ldflags = -dynamiclib -module -avoid-version --tag=disable-static -@IS_DARWIN_FALSE@shared_cflags = -fPIC -DPIC +@IS_DARWIN_FALSE@shared_cflags = -fPIC -DPIC -Wno-unused-function @IS_DARWIN_TRUE@shared_cflags = -fno-common @HAVE_SYSTEM_WEED_FALSE@@IS_MINGW_FALSE@AM_LDFLAGS = $(shared_ldflags) @GTK_LIBS@ @HAVE_SYSTEM_WEED_FALSE@@IS_MINGW_TRUE@AM_LDFLAGS = $(shared_ldflags) @GTK_LIBS@ -D IS_MINGW=1
View file
LiVES-2.0.4.tar.bz2/po/ar.po -> LiVES-2.0.5.tar.bz2/po/ar.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -92,71 +92,71 @@ msgid "Preserving set.\n" msgstr "الحفاظ على ضبط\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "غيّر حجم" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "غيّر حجم جميع الإطارات" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "أيّ" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "بدون" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "مستحسن" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "معطّل !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**التخطيط الحالي**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "مُضمَّن" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "مخصص" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "اختبار" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "تحميل إضافات مؤثرات الوقت الحقيقي..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "بدء خادوم جاك الصوت..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "بدء خادوم نقل جاك" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "يتصل بخادوم نقل جاك" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -168,104 +168,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "بدء خادوم بالص-اوديو..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "التحقق من إكتشاف التبعيات" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "تم العثور علي mplayer" -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "لم يتم العثور علي mplayer" -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "تم العثور علي convert" -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "لم يتم العثور علي convert" -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "تم العثور علي composite" -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "لم يتم العثور علي composite" -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "تم العثور على .'sox'\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "لم يتم العثور على .'sox'\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "إكتشاف...'cdda2wav'..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "عدم إكتشاف...'cdda2wav'..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "إكتشاف ...جاك..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "عدم إكتشاف ...جاك..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "إكتشاف ...'pulse audio'..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "عدم إكتشاف ...'pulse audio'..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "إكتشاف ...بايثون..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "عدم إكتشاف ...بايثون..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "إكتشاف ...'dvgrab'..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "عدم إكتشاف ...'dvgrab'..."
View file
LiVES-2.0.4.tar.bz2/po/ca.po -> LiVES-2.0.5.tar.bz2/po/ca.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -92,71 +92,71 @@ msgid "Preserving set.\n" msgstr "Grup de seguretat.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Redimensionat" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "reconfigureu totes les finestres" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "qualsevol" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Cap" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "Recomanat" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "Espatllat" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**El disseny actual**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Incorporat" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Personalitzat" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Comprova" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Carregant connexió d'efectes reals" -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Començant connexió de servidor d'audio jack..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -168,104 +168,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Començant servidor d'audio pulsant..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Comprovant dependències opcionals:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...detectat..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NO S'HA DETECTAT..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "detectat convertidor" -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "NO S'HA DETECTAT convertidor" -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "detectada composició" -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "NO S'HA DETECTAT composició" -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...detectat...\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...NO S'HA DETECTAT...\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...detectat..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NO S'HA DETECTAT..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...detectat..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...NO S'HA DETECTAT..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...detectat..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NO S'HA DETECTAT..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...detectat..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...NO S'HA DETECTAT..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...detectat..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NO S'HA DETECTAT..."
View file
LiVES-2.0.4.tar.bz2/po/cs.po -> LiVES-2.0.5.tar.bz2/po/cs.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: LiVEScz\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -91,71 +91,71 @@ msgid "Preserving set.\n" msgstr "Zachování nastavení.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Měním velikost" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "Změnit velikost všech _snímků" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Libovolný" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Žádný" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "doporučeno" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "zakázáno!" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**Bieżący układ**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Vestavěno" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Vlastní" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Test" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Načítám pluginy pro efekty v reálném času..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Spouštím zvukový server JACK..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -167,104 +167,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Kontrola dodatečných závislostí:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer... nalezen..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer... NENALEZEN..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert... nalezen..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert... NENALEZEN..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite... nalezen..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite... NENALEZEN..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox... nalezen\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox... NENALEZEN\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav... nalezen..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav... NENALEZEN..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd... nalezen..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd... NENALEZEN..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...wykryto..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NIE WYKRYTO..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python... nalezen..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python... NENALEZEN..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab... nalezen..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab... NENALEZEN..."
View file
LiVES-2.0.4.tar.bz2/po/da.po -> LiVES-2.0.5.tar.bz2/po/da.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -78,71 +78,71 @@ msgid "Preserving set.\n" msgstr "" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Ændrer størrelse" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Enhver" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Ingen" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "anbefalet" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Indbygget" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Brugerdefineret" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Test" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -154,104 +154,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "" -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "" -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "" -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "" -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "" -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "" -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr ""
View file
LiVES-2.0.4.tar.bz2/po/de_DE.po -> LiVES-2.0.5.tar.bz2/po/de_DE.po
Changed
@@ -3,7 +3,7 @@ "Project-Id-Version: Lives 0.9.5\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Herbert U. Hübner <herbert.u.huebner@friendglow.net>\n" @@ -90,71 +90,71 @@ msgid "Preserving set.\n" msgstr "" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Skalieren" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "empfohlen" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "deaktiviert!" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Lade Echtzeit-Effekt Plugins..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Starte Jack Audio Server..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -166,104 +166,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Starte den Pulse Audio Server" -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "" -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "" -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "" -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "" -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "" -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "Pulse Audio...gefunden..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "Pulse Audio...NICHT GEFUNDEN..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "" -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr ""
View file
LiVES-2.0.4.tar.bz2/po/en_GB.po -> LiVES-2.0.5.tar.bz2/po/en_GB.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-0300\n" "PO-Revision-Date: 2013-03-15 09:42+0000\n" "Last-Translator: salsaman <salsaman@gmail.com>\n" "Language-Team: English (United Kingdom) <en_GB@li.org>\n" @@ -92,71 +92,71 @@ msgid "Preserving set.\n" msgstr "Preserving set.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Resizing" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Resize All Frames" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Any" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "None" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "recommended" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "disabled !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**The current layout**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Builtin" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Custom" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Test" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Loading realtime effect plugins..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Starting jack audio server..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "Starting jack transport server..." -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "Connecting to jack transport server..." -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -175,104 +175,104 @@ "\n" "Alternatively, try to start lives with either \"lives -jackopts 16\", or " -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Starting pulse audio server..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Checking optional dependencies:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...detected..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NOT DETECTED..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...detected..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...NOT DETECTED..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...detected..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...NOT DETECTED..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...detected\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...NOT DETECTED\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...detected..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NOT DETECTED..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...detected..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...NOT DETECTED..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...detected..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NOT DETECTED..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...detected..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...NOT DETECTED..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...detected..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NOT DETECTED..."
View file
LiVES-2.0.4.tar.bz2/po/es.po -> LiVES-2.0.5.tar.bz2/po/es.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Spanish <es@li.org>\n" @@ -97,71 +97,71 @@ msgid "Preserving set.\n" msgstr "Preservando el conjunto.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Redimensionando" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Redimensionar todos los cuadros" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Cualquiera" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Ninguno" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "recomendado" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "desactivado" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**La disposición actual**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Integrado" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Personalizado" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Prueba" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Cargando complementos de efectos en tiempo real..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Iniciando el servidor de audio jack..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -173,104 +173,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Iniciando servidor PulseAudio..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Comprobando dependencias opcionales:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer... detectado..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer... NO DETECTADO..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert... Detectado..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert... NO DETECTADO..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite... detectado..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite... NO DETECTADO..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox... detectado\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox... NO DETECTADO\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav... detectado..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav... NO DETECTADO..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd... detectado..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd... NO DETECTADO..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...detectado..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NO DETECTADO..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python... detectado..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python... NO DETECTADO..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab... detectado..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab... NO DETECTADO..."
View file
LiVES-2.0.4.tar.bz2/po/et.po -> LiVES-2.0.5.tar.bz2/po/et.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -92,71 +92,71 @@ msgid "Preserving set.\n" msgstr "Valiku säilitamine.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Mõõtmete muutmine" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_kõikide kaadrite suuruse muutmine" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Kõik" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Pole" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "soovitatav" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "keelatud !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**Praegune skeem**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Sisseehitatud" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Kohandatud" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Testi" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Laen reaalaja efektide pluginaid..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Heli serveri jack käivitamine..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -168,104 +168,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Heli serveri pulse käivitamine..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...tuvastatud..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...ei tuvastatud..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "konverdi...tuvastatud..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "konversioon...ei tuvastatud..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "komposiit...tuvastatud.." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "komposiit...ei tuvastatud..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...tuvastatud\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...ei tuvastatud\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "" -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "" -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "" -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "" -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr ""
View file
LiVES-2.0.4.tar.bz2/po/fi.po -> LiVES-2.0.5.tar.bz2/po/fi.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -98,71 +98,71 @@ msgid "Preserving set.\n" msgstr "Säilytetään leikesarja.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Koon muutos" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "Muuta kaikkien kuvien k_okoa" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Mikä tahansa" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Ei mitään" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "suositeltu" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "kytketty pois päältä!" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**Nykyinen asettelu**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Mukauta" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Kokeile" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Ladataan reaaliaikaiset tehosteliitännäiset..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Käynnistetään jack-äänipalvelin..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "Käynnistetään jack-välityspalvelin..." -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "Yhdistetään jack-välityspalvelimeen..." -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -174,104 +174,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Käynnistetään pulse audio -palvelin..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Tarkistetaan valinnaiset riippuvuudet:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...havaittu..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...EI HAVAITTU..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...havaittu..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...EI HAVAITTU..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...havaittu..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...EI HAVAITTU..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...havaittu\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...EI HAVAITTU\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...havaittu..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...EI HAVAITTU..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...havaittu..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...EI HAVAITTU..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...havaittu..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...EI HAVAITTU..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...havaittu..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...EI HAVAITTU..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...havaittu..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...EI HAVAITTU..."
View file
LiVES-2.0.4.tar.bz2/po/fr.po -> LiVES-2.0.5.tar.bz2/po/fr.po
Changed
@@ -10,7 +10,7 @@ "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Français <kwizart@gmail.com>\n" @@ -97,71 +97,71 @@ msgid "Preserving set.\n" msgstr "Marque positionnée.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Recadrage" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Recadre Toutes Les Images" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Tous" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Aucun" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "recommandé" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "désactivé !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**La configuration actuelle**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Intégré" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Personnalisé" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Essai" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Chargement des plugins d'effets en temps réel" -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Démarrage du serveur audio jack..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "Lancement du serveur de transport Jack..." -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "Connexion au serveur de transport Jack..." -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -173,104 +173,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Initialisation du serveur audio pulse..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Verification des dépendances optionnelles:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer....détecté..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NON DÉTECTÉ..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...détecté..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...NON DÉTECTÉ..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...détecté..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...NON DÉTECTÉ..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...détecté\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...NON DÉTECTÉ\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...détecté..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NON DÉTECTÉ..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...détecté..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...NON DÉTECTÉ..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...détecté..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NON DÉTECTÉ..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...détecté..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...NON DÉTECTÉ..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...détecté..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NON DÉTECTÉ..."
View file
LiVES-2.0.4.tar.bz2/po/gl.po -> LiVES-2.0.5.tar.bz2/po/gl.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Galician <gl@li.org>\n" @@ -92,71 +92,71 @@ msgid "Preserving set.\n" msgstr "Preservar set.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Redimensionando" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Redimensionar todos os cadros" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Calquer" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Ningún" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "recomendado" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "minusválidos !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "** O esquema actual **" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Incorporado" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Personalizado" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Proba" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -168,104 +168,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Comprobar dependencias opcionais:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...detectados..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NON DETECTA..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...detectados..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...NON DETECTA..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...detectados..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...NON DETECTA..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...detectados\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...NON DETECTA\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...detectados..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NON DETECTA..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...detectados..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...NON DETECTA..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...detectados..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NON DETECTA..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...detectados..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...NON DETECTA..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...detectados..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NON DETECTA..."
View file
LiVES-2.0.4.tar.bz2/po/he.po -> LiVES-2.0.5.tar.bz2/po/he.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -97,71 +97,71 @@ msgid "Preserving set.\n" msgstr "מתבצע שימור האוסף.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "שינוי גודל" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_שינוי גודל כל השקופיות" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "הכל" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "ללא" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "מומלץ" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "נוטרל !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**הפריסה הנוכחית**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "מובנה" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "מותאם אישית" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "בדיקה" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "מתבצעת טעינת תוספים לאפקטים בזמן אמת..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "מתבצעת הפעלת שרת השמע jack..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "מפעיל את שרת התעבורה של jack..." -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "מתחבר לשרת התעבורה של jack..." -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -173,104 +173,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "מפעיל את שרת השמע Pulse..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "מתבצעת בדיקת חבילות תלות אפשריות:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...זוהה..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...לא זוהה..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...זוהה..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...לא זוהה..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...זוהה..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...לא זוהה..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...זוהה...\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...לא זוהה...\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...זוהה" -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...לא זוהה" -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...זוהה..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...לא זוהה..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "Pulse Audio...זוהה..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "Pulse Audio...לא זוהה..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...זוהה..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...לא זוהה..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...זוהה..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...לא זוהה..."
View file
LiVES-2.0.4.tar.bz2/po/hr.po -> LiVES-2.0.5.tar.bz2/po/hr.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -92,71 +92,71 @@ msgid "Preserving set.\n" msgstr "Očuvanje set.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Promjena veličine" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Bilo koji" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Nijedan" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "preporučeno" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "isključeno !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**Trenutni izgled**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Učitavanje stvarnom efekt čep..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Pokrećem jack audio poslužitelj..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "Pokrećem jack transport server..." -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "Spajanje na jack transport server..." -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -168,104 +168,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Pokrećem pulse audio poslužitelj..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Provjera izborno ovisnosti:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...pronađen..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NIJE PRONAĐEN..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...pronađen..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...NIJE PRONAĐEN..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...otkriti..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...NIJE OTKRIVENA..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...pronađen\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...NIJE PRONAĐEN...\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...pronađen..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NIJE PRONAĐEN..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...pronađen..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...NIJE PRONAĐEN..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...otkriti..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NIJE PRONAĐEN..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...otkriti..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python......NIJE PRONAĐEN..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...otkriti..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NIJE PRONAĐEN..."
View file
LiVES-2.0.4.tar.bz2/po/hu.po -> LiVES-2.0.5.tar.bz2/po/hu.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: hu\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -92,71 +92,71 @@ msgid "Preserving set.\n" msgstr "Tartós beállítás.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Átméretezés" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Minden képkocka átméretezése" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Bármely" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Nincs" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "ajánlott" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "tíltva!" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**A jelenlegi kimenet**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Beépített" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Egyéni" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Teszt" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Az azonnali effektek betöltése..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Jack audió szerver indítása" -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -168,104 +168,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Pulse audio szerver indítása..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Ajánlott függőségek ellenőrzése" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...megtalálva" -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NEM TALÁLOM.." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...megtalálva" -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...NEM TALÁLOM" -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...megtalálva..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...NEM TALÁLOM" -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...megtalálva\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...NEM TALÁLOM\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...megtalálva..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NEM TALÁLOM..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...megtalálva..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...NEM TALÁLOM..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...megtalálva..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NEM TALÁLOM..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...megtalálva..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...NEM TALÁLOM..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...megtalálva..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NEM TALÁLOM..."
View file
LiVES-2.0.4.tar.bz2/po/it.po -> LiVES-2.0.5.tar.bz2/po/it.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -92,71 +92,71 @@ msgid "Preserving set.\n" msgstr "Preservazione del set in corso.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Ridimensionamento" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Ridimensiona tutti i fotogrammi" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Qualsiasi" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Nessuno" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "consigliato" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "disabilitato !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**Il layout corrente**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Integrato" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Personalizzato" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Test" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Caricamento dei plugin degli effetti in tempo reale in corso..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Avvio del server audio jack in corso..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -168,104 +168,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Avviando il server audio pulse..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Controllo delle dipendenze opzionali in corso:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...rilevato..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NON RILEVATO..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...rilevato..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...NON RILEVATO..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...rilevato..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...NON RILEVATO..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...rilevato...\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...NON RILEVATO...\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...rilevato..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NON RILEVATO..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...rilevato..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...NON RILEVATO..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "audio pulse...rilevato..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "audio pulse...NON RILEVATO..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...rilevato..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...NON RILEVATO..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...rilevato..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NON RILEVATO..."
View file
LiVES-2.0.4.tar.bz2/po/ja.po -> LiVES-2.0.5.tar.bz2/po/ja.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: ja\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -92,71 +92,71 @@ msgid "Preserving set.\n" msgstr "セットの保護\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "リサイズ" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "全フレームのリサイズ(_R)" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "任意" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "なし" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "推奨" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "使用不能!" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**現在のレイアウト**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "ビルトイン" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "カスタム" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "テスト" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "リアルタイムエフェクトプラグインを読み込み中..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "JACKサーバーの音声機能を開始しています..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "JACKサーバーのトランスポート機能を開始しています..." -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "JACKサーバーのトランスポート機能に接続しています..." -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -168,104 +168,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "PulseAudioサーバーを開始しています..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "必ずしも必要ではない依存関係を確認しています:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayerが見つかりました..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayerは見つかりませんでした..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convertが見つかりました..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convertは見つかりませんでした..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "compositeが見つかりました..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "compositeは見つかりませんでした..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "soxが見つかりました\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "soxは見つかりませんでした\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wavが見つかりました..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wavは見つかりませんでした..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackdが見つかりました..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackdは見つかりませんでした..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulseaudioが見つかりました..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulseaudioは見つかりませんでした..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "pythonが見つかりました..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "pythonは見つかりませんでした..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrabが見つかりました..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrabは見つかりませんでした..."
View file
LiVES-2.0.4.tar.bz2/po/lives.pot -> LiVES-2.0.5.tar.bz2/po/lives.pot
Changed
@@ -6,10 +6,10 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: lives 2.0.4\n" +"Project-Id-Version: lives 2.0.5\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -77,71 +77,71 @@ msgid "Preserving set.\n" msgstr "" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -153,104 +153,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "" -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "" -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "" -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "" -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "" -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "" -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1708
View file
LiVES-2.0.4.tar.bz2/po/nl_NL.po -> LiVES-2.0.5.tar.bz2/po/nl_NL.po
Changed
@@ -3,7 +3,7 @@ "Project-Id-Version: LiVES 0.9.5cvs\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: \n" @@ -75,71 +75,71 @@ msgid "Preserving set.\n" msgstr "" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Grootte aanpassen" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -151,104 +151,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "" -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "" -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "" -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "" -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "" -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "" -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr ""
View file
LiVES-2.0.4.tar.bz2/po/oc.po -> LiVES-2.0.5.tar.bz2/po/oc.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -80,71 +80,71 @@ msgid "Preserving set.\n" msgstr "Marca posicionada.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Requadratge" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Requadra Totes Los Imatges" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Quin que siá" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Pas cap" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "recomandat" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "desactivat !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**La configuracion actuala**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Integrat" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Personalizat" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Testar" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Cargament dels plugins d'efièches en temps real" -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Aviada del servidor àudio jack..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -156,104 +156,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Inicializacion del servidor àudio pulse..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Verificacion de las dependéncias opcionalas :" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer....detectat..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...PAS DETECTAT..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...detectat..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...PAS DETECTAT..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...detectat..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...PAS DETECTAT..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...detectat\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...PAS DETECTAT\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...detectat..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...PAS DETECTAT..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...detectat..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...PAS DETECTAT..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...detectat..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...PAS DETECTAT..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...detectat..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...PAS DETECTAT..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...detectat..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...PAS DETECTAT..."
View file
LiVES-2.0.4.tar.bz2/po/pl.po -> LiVES-2.0.5.tar.bz2/po/pl.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -92,71 +92,71 @@ msgid "Preserving set.\n" msgstr "" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Skalowanie" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Skaluj Wszystkie Klatki" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Dowolny" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Brak" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "zalecane" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "niepełnosprawnych !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**Obecny układ**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Wbudowane" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Własne" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Przetestuj" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -168,104 +168,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Uruchamianie serwera pulse audio" -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Sprawdzanie zależności opcjonalne:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer... wykryto..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NIE WYKRYTO..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...wykrytych..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...NIE WYKRYTO..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...wykrytych..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...NIE WYKRYTO..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...wykrytych\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...NIE WYKRYTO\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...wykrytych..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NIE WYKRYTO..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...wykrytych..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...NIE WYKRYTO..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...wykrytych..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NIE WYKRYTO..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...wykrytych..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...NIE WYKRYTO..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...wykrytych..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NIE WYKRYTO..."
View file
LiVES-2.0.4.tar.bz2/po/pt.po -> LiVES-2.0.5.tar.bz2/po/pt.po
Changed
@@ -3,7 +3,7 @@ "Project-Id-Version: LiVES\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -86,71 +86,71 @@ msgid "Preserving set.\n" msgstr "Preservando set.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "A redimensionar" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Redimensionar Todos Frames" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Qualquer" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Nenhum" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "recomendado" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "desactivado!" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**O layout atual**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Builtin" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Customizado" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Teste" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "A carregar plugins de efeito em tempo real..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "A iniciar servidor de jack audio..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -162,104 +162,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "A verificar as dependências opcionais:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NÃO DETECTADO..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...detectado..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...NÃO DETECTADO..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...detectado..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...NÃO DETECTADO..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...detectado\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...NÃO DETECTADO...\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...detectado..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NÃO DETECTADO..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...detectado..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...NÃO DETECTADO..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...detectados..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NÃO DETECTADO..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...detectado..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...NÃO DETECTADO..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...detectado..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NÃO DETECTADO..."
View file
LiVES-2.0.4.tar.bz2/po/pt_BR.po -> LiVES-2.0.5.tar.bz2/po/pt_BR.po
Changed
@@ -3,7 +3,7 @@ "Project-Id-Version: LiVES\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -89,71 +89,71 @@ msgid "Preserving set.\n" msgstr "Preservando set.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Redimensionando" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Redimensionar Todos Frames" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Qualquer" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Nenhum" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "recomendado" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "desativado!" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**Layout atual**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Builtin" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Customizado" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Teste" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Carregando plugins de efeitos em tempo real..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Iniciando servidor de áudio jack..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "Iniciando o servidor jack de transporte..." -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "Conectando ao servidor jack de transporte..." -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -165,104 +165,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Iniciando o servidor pulse audio..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Checando dependências opcionais:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...detectado..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NÃO DETECTADO..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...detectado..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...NÃO DETECTADO..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...detectado..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...NÃO DETECTADO..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...detectado\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...NÃO DETECTADO...\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...detectado..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NÃO DETECTADO..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...detectado..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...NÃO DETECTADO..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...detectado..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NÃO DETECTADO..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...detectado..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...NÃO DETECTADO..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...detectado..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NÃO DETECTADO..."
View file
LiVES-2.0.4.tar.bz2/po/ro.po -> LiVES-2.0.5.tar.bz2/po/ro.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -93,71 +93,71 @@ msgid "Preserving set.\n" msgstr "Păstrarea set.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Redimensionare" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Redimensionarea tuturor cadrelor" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Orice" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Nimic" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "recomandat" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "dezactivat !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "** Structura actuală **" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Se incarcă modulele de efecte in timp real..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Pornirea serverului audio jack..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -169,104 +169,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Pornirea serverului audio pulse..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Verificarea dependenţelor opţionale:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...a fost detectat..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer... nu a fost detectat..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...detectat..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...NU A FOST DETECTAT..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...detectat..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...NU A FOST DETECTAT..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...detectat\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...NU A FOST DETECTAT\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...detectat..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NU A FOST DETECTAT..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...detectat..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...NU A FOST DETECTAT..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...detectat..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NU A FOST DETECTAT..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...detectat..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...NU A FOST DETECTAT..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...detectat..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NU A FOST DETECTAT..."
View file
LiVES-2.0.4.tar.bz2/po/ru.po -> LiVES-2.0.5.tar.bz2/po/ru.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Russian <ru@li.org>\n" @@ -97,71 +97,71 @@ msgid "Preserving set.\n" msgstr "Сохранение сборки.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Масштабирование" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Масштабировать все кадры" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Любой" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Нет" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "рекомендуемые" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "отключено!" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "Текущее размещение" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Встроенный" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Настраиваемый" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Тест" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Загрузка плагина эффектов реального времени..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Запуск звукового сервера jack..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "Запуск передающего сервера jack..." -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "Подключение к передающему jack-серверу..." -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -182,104 +182,104 @@ "Также, вы можете попробовать запустить программу таким образом \"lives -" "jackopts 16\" или " -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Запуск сервера pulse audio..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Проверка опциональных зависимостей:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...обнаружен..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...НЕ ОБНАРУЖЕН..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...обнаружен..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...НЕ ОБНАРУЖЕН..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...обнаружен..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...НЕ ОБНАРУЖЕН..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...обнаружен...\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...НЕ ОБНАРУЖЕН...\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...обнаружен..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...НЕ ОБНАРУЖЕН..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...обнаружен..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...НЕ ОБНАРУЖЕН..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...обнаружен..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...НЕ ОБНАРУЖЕН..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...обнаружен..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...НЕ ОБНАРУЖЕН..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...обнаружен..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...НЕ ОБНАРУЖЕН..."
View file
LiVES-2.0.4.tar.bz2/po/sk.po -> LiVES-2.0.5.tar.bz2/po/sk.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -97,71 +97,71 @@ msgid "Preserving set.\n" msgstr "Nastavenie zachovania.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Zmena veľkosti" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Zmeniť veľkosť všetkých snímkov" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Ktorýkoľvek" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Žiaden" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "doporučené" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "zakázané !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**Súčasné rozloženie**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Vstavané" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Vlastné" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Otestovať" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Načítavam efekt rozšírenia v réálnom čase..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Spúšťam zvukový server jack..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -173,104 +173,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Spúšťam pulse audio server..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Kontrola dodatočných záavislostí:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...nájdený..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...NENÁJDENÝ..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...nájdený..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...NENÁJDENÝ..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...nájdený..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...NENÁJDENÝ..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...nájdený\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...NENÁJDENÝ\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...nájdený..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...NENÁJDENÝ..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...nájdený..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...NENÁJDENÝ..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...nájdené..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...NENÁJDENÉ..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...nájdený..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...NENÁJDENÝ..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...nájdený..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...NENÁJDENÝ..."
View file
LiVES-2.0.4.tar.bz2/po/te.po -> LiVES-2.0.5.tar.bz2/po/te.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -79,71 +79,71 @@ msgid "Preserving set.\n" msgstr "" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "పరిమాణం మార్చుట" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "అన్ని చట్రాల పరిమాణం మార్చు (_R)" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "ఏదైనా" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "ఏదీ వద్దు" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "సిఫారసుచేయబడింది" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "నిర్మితమైన" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "మలచిన" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "పరిశీలన" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -155,104 +155,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "" -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "" -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "" -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "" -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "" -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "" -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr ""
View file
LiVES-2.0.4.tar.bz2/po/tr.po -> LiVES-2.0.5.tar.bz2/po/tr.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -93,71 +93,71 @@ msgid "Preserving set.\n" msgstr "Koruma ayarları.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Yeniden boyutlandırma" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "Tüm çerçeveleri yeniden boyutlandır" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Herhangi" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Boş" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "tavsiye" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "Engelli!" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**Mevcut yerleşim düzeni**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Yapısal" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Özel" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Sınama" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Gerçek zaman efekt eklentileri yükleniyor" -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Jack audio sunucusu başlıyor..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "Jack taşıma sunucusu başlıyor" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "Jack taşıma sunucusuna bağlanılıyor" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -169,104 +169,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Pulse audio sunucusu başlıyor" -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Isteğe bağlı bağımlılıkları denetleme:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer ... bulundu ..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer ... BULUNAMADI ..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...bulundu..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...BULUNAMADI..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite ... bulundu ..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite ... BULUNAMADI ..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...bulundu\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...BULUNAMADI\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...bulundu..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...BULUNAMADI..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...bulundu..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...BULUNAMADI..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "Pulse audio... algılandı..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "Pulse audio...ALGILANMADI..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...bulundu..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...BULUNAMADI..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...bulundu..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...BULUNAMADI..."
View file
LiVES-2.0.4.tar.bz2/po/ug.po -> LiVES-2.0.5.tar.bz2/po/ug.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -78,71 +78,71 @@ msgid "Preserving set.\n" msgstr "" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "خالىغان" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "يوق" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "تەۋسىيە قىلغان" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "چەكلەنگەن!" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "ئىچكى" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "ئىختىيارى" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "سىناق" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "" -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "" -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -154,104 +154,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "" -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "" -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "" -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "" -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "" -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "" -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "" -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "" -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "" -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "" -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "" -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "" -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "" -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "" -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "" -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "" -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr ""
View file
LiVES-2.0.4.tar.bz2/po/uk.po -> LiVES-2.0.5.tar.bz2/po/uk.po
Changed
@@ -9,7 +9,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-0300\n" "PO-Revision-Date: 2013-03-22 06:20+0000\n" "Last-Translator: Yuri Chornoivan <yurchor@gmail.com>\n" "Language-Team: Ukrainian <translation@linux.org.ua>\n" @@ -98,71 +98,71 @@ msgid "Preserving set.\n" msgstr "Збереження набору.\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Зміна розміру" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "_Змінити розміри всіх кадрів" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Будь-який" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Жодного" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "найліпший" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "вимкнено!" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**Поточне компонування**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "Вбудований" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Нетиповий" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Перевірити" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Завантаження додатків ефектів реального часу…" -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Запуск звукового сервера jack…" -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "Запуск сервера передавання даних jack…" -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "Встановлення з’єднання з сервером передавання даних jack…" -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -181,104 +181,104 @@ "\n" "Alternatively, try to start lives with either \"lives -jackopts 16\", or " -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Запуск звукового сервера PulseAudio…" -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "Пошук додаткових залежностей:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer… виявлено…" -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer…НЕ ВИЯВЛЕНО…" -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert…виявлено…" -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...НЕ ВИЯВЛЕНО…" -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite…виявлено…" -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite…НЕ ВИЯВЛЕНО…" -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox…виявлено\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox…НЕ ВИЯВЛЕНО\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...виявлено..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...НЕ ВИЯВЛЕНО..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd…виявлено…" -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd…НЕ ВИЯВЛЕНО…" -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio…виявлено…" -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio…НЕ ВИЯВЛЕНО…" -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python…виявлено…" -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python…НЕ ВИЯВЛЕНО…" -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab…виявлено…" -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab…НЕ ВИЯВЛЕНО…"
View file
LiVES-2.0.4.tar.bz2/po/uz.po -> LiVES-2.0.5.tar.bz2/po/uz.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-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" @@ -98,71 +98,71 @@ msgid "Preserving set.\n" msgstr "Йиғилганларни сақлаш\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "Ҳажми ўзгартирилмоқда" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "Барча кадрларнинг _ҳажмини ўзгартириш" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "Исталган" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "Йўқ" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "тавсия қилинди" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "ўчирилди !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**Жорий қатлам**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "Бошқа" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "Синаш" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "Реал вақт эффект плагинлари юкланмоқда..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "Jack аудио сервер ишга туширилмоқда..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "Jack транспорт сервери ишга туширилмоқда..." -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "Jack транспорт серверига уланмоқда..." -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -174,104 +174,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "Аудио сервер пульси ишга туширилмоқда..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...аниқланди..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...АНИҚЛАНМАДИ..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "конвертлаш...аниқланди..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "конвертлаш...АНИҚЛАНМАДИ..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...аниқланди..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...АНИҚЛАНМАДИ..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...аниқланди\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...АНИҚЛАНМАДИ\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...аниқланди..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...АНИҚЛАНМАДИ..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...аниқланди..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...АНИҚЛАНМАДИ..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...аниқланди..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse audio...АНИҚЛАНМАДИ..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...аниқланди..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...АНИҚЛАНМАДИ..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...аниқланди..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...АНИҚЛАНМАДИ..."
View file
LiVES-2.0.4.tar.bz2/po/zh_CN.po -> LiVES-2.0.5.tar.bz2/po/zh_CN.po
Changed
@@ -8,7 +8,7 @@ "Project-Id-Version: lives\n" "Report-Msgid-Bugs-To: http://www.sourceforge.net/tracker/?" "group_id=64341&atid=507139\n" -"POT-Creation-Date: 2013-05-04 16:07-0300\n" +"POT-Creation-Date: 2013-06-16 22:35-0300\n" "PO-Revision-Date: 2013-03-14 12:31+0000\n" "Last-Translator: Launchpad Translations Administrators <Unknown>\n" "Language-Team: Simplified Chinese <zh_CN@li.org>\n" @@ -90,71 +90,71 @@ msgid "Preserving set.\n" msgstr "正在保存场景。\n" -#: src/main.c:614 +#: src/main.c:626 msgid "Resizing" msgstr "正在调整尺寸" -#: src/main.c:621 +#: src/main.c:633 msgid "_Resize All Frames" msgstr "调整所有帧的尺寸(_R)" #. TRANSLATORS: text saying "Any", for encoder and output format (as in "does not matter") -#: src/main.c:873 +#: src/main.c:885 msgid "Any" msgstr "任意" #. TRANSLATORS: text saying "None", for playback plugin name (as in "none specified") -#: src/main.c:875 +#: src/main.c:887 msgid "None" msgstr "无" #. TRANSLATORS: text saying "recommended", for plugin names, etc. -#: src/main.c:877 +#: src/main.c:889 msgid "recommended" msgstr "推荐" #. TRANSLATORS: text saying "disabled", (as in "not enabled") -#: src/main.c:879 +#: src/main.c:891 msgid "disabled !" msgstr "已禁用 !" #. TRANSLATORS: text saying "**The current layout**", to warn users that the current layout is affected -#: src/main.c:881 +#: src/main.c:893 msgid "**The current layout**" msgstr "**当前的布局**" #. TRANSLATORS: adjective for "Built in" type effects -#: src/main.c:883 +#: src/main.c:895 msgid "Builtin" msgstr "内置" #. TRANSLATORS: adjective for "Custom" type effects -#: src/main.c:885 +#: src/main.c:897 msgid "Custom" msgstr "自定义" #. TRANSLATORS: adjective for "Test" type effects -#: src/main.c:887 +#: src/main.c:899 msgid "Test" msgstr "测试" -#: src/main.c:1502 +#: src/main.c:1514 msgid "Loading realtime effect plugins..." msgstr "正在加载实时效果插件..." -#: src/main.c:1566 +#: src/main.c:1578 msgid "Starting jack audio server..." msgstr "正在启动 jack 音频服务器..." -#: src/main.c:1568 +#: src/main.c:1580 msgid "Starting jack transport server..." msgstr "正在启动 jack 传输服务器..." -#: src/main.c:1569 +#: src/main.c:1581 msgid "Connecting to jack transport server..." msgstr "正在连接 jack 传输服务器..." -#: src/main.c:1599 +#: src/main.c:1611 #, c-format msgid "" "\n" @@ -166,104 +166,104 @@ "Alternatively, try to start lives with either \"lives -jackopts 16\", or " msgstr "" -#: src/main.c:1627 +#: src/main.c:1639 msgid "Starting pulse audio server..." msgstr "正在开启 pulse 音频服务..." -#: src/main.c:1690 +#: src/main.c:1702 msgid "Checking optional dependencies:" msgstr "检查可选的依赖:" -#: src/main.c:1691 +#: src/main.c:1703 msgid "mplayer...detected..." msgstr "mplayer...发现..." -#: src/main.c:1692 +#: src/main.c:1704 msgid "mplayer...NOT DETECTED..." msgstr "mplayer...未发现..." -#: src/main.c:1693 +#: src/main.c:1705 msgid "convert...detected..." msgstr "convert...发现..." -#: src/main.c:1694 +#: src/main.c:1706 msgid "convert...NOT DETECTED..." msgstr "convert...未发现..." -#: src/main.c:1695 +#: src/main.c:1707 msgid "composite...detected..." msgstr "composite...发现..." -#: src/main.c:1696 +#: src/main.c:1708 msgid "composite...NOT DETECTED..." msgstr "composite...未发现..." -#: src/main.c:1697 +#: src/main.c:1709 msgid "sox...detected\n" msgstr "sox...发现\n" -#: src/main.c:1698 +#: src/main.c:1710 msgid "sox...NOT DETECTED\n" msgstr "sox...未发现\n" -#: src/main.c:1699 +#: src/main.c:1711 msgid "cdda2wav...detected..." msgstr "cdda2wav...发现..." -#: src/main.c:1700 +#: src/main.c:1712 msgid "cdda2wav...NOT DETECTED..." msgstr "cdda2wav...未发现..." -#: src/main.c:1701 +#: src/main.c:1713 msgid "jackd...detected..." msgstr "jackd...发现..." -#: src/main.c:1702 +#: src/main.c:1714 msgid "jackd...NOT DETECTED..." msgstr "jackd...未发现..." -#: src/main.c:1703 +#: src/main.c:1715 msgid "pulse audio...detected..." msgstr "pulse audio...发现..." -#: src/main.c:1704 +#: src/main.c:1716 msgid "pulse audio...NOT DETECTED..." msgstr "pulse 音频...未发现..." -#: src/main.c:1705 +#: src/main.c:1717 msgid "python...detected..." msgstr "python...发现..." -#: src/main.c:1706 +#: src/main.c:1718 msgid "python...NOT DETECTED..." msgstr "python...未发现..." -#: src/main.c:1707 +#: src/main.c:1719 msgid "dvgrab...detected..." msgstr "dvgrab...发现..." -#: src/main.c:1708 +#: src/main.c:1720 msgid "dvgrab...NOT DETECTED..." msgstr "dvgrab...未发现..."
View file
LiVES-2.0.4.tar.bz2/smogrify -> LiVES-2.0.5.tar.bz2/smogrify
Changed
@@ -22,7 +22,7 @@ # Do not change these except for testing ! $background=1; -$version="2.0.4"; +$version="2.0.5"; #$dyneversion="LIVES-20091209"; ###################################################################
View file
LiVES-2.0.4.tar.bz2/src/callbacks.c -> LiVES-2.0.5.tar.bz2/src/callbacks.c
Changed
@@ -6613,7 +6613,7 @@ lives_widget_context_update(); cfile->afilesize=0; - if (get_token_count(mainw->msg,'|')>7) { + if (get_token_count(mainw->msg,'|')>6) { array=g_strsplit(mainw->msg,"|",7); cfile->arate=atoi(array[1]); cfile->achans=atoi(array[2]);
View file
LiVES-2.0.4.tar.bz2/src/dialogs.c -> LiVES-2.0.5.tar.bz2/src/dialogs.c
Changed
@@ -267,6 +267,9 @@ gtk_widget_grab_default (warning_okbutton); lives_widget_show_all(dialog); + + lives_window_center(LIVES_WINDOW(dialog)); + gtk_window_set_modal (GTK_WINDOW (dialog), TRUE); if (prefs->present) { @@ -274,6 +277,7 @@ gdk_window_raise (lives_widget_get_xwindow(dialog)); } + return dialog; } @@ -288,8 +292,9 @@ if (!prefs->show_gui) { return do_warning_dialog_with_check_transient(text,warn_mask_number,NULL); } else { - if (mainw->multitrack==NULL) + if (mainw->multitrack==NULL) { return do_warning_dialog_with_check_transient(text,warn_mask_number,GTK_WINDOW(mainw->LiVES)); + } return do_warning_dialog_with_check_transient(text,warn_mask_number,GTK_WINDOW(mainw->multitrack->window)); } }
View file
LiVES-2.0.4.tar.bz2/src/effects-weed.c -> LiVES-2.0.5.tar.bz2/src/effects-weed.c
Changed
@@ -1629,7 +1629,7 @@ int num_in_alpha=0,num_out_alpha=0; boolean def_disabled=FALSE; - boolean all_outs_alpha=TRUE,all_ins_alpha=FALSE; + boolean all_outs_alpha=TRUE;//,all_ins_alpha=FALSE; int lcount=0; @@ -1719,7 +1719,7 @@ num_in_alpha++; } - if (num_inc==num_in_alpha) all_ins_alpha=TRUE; + // if (num_inc==num_in_alpha) all_ins_alpha=TRUE; num_inc-=num_in_alpha; @@ -3567,6 +3567,7 @@ weed_free(fhash); if (has_audio_chans_in(filter,FALSE)) { filter_error=weed_apply_audio_instance(init_event,abuf,nbtracks,nchans,nsamps,arate,tc,vis); + filter_error=filter_error; // stop compiler complaining } } weed_free(init_events);
View file
LiVES-2.0.4.tar.bz2/src/effects.c -> LiVES-2.0.5.tar.bz2/src/effects.c
Changed
@@ -916,6 +916,7 @@ weed_set_int_value(init_event,"out_tracks",0); filter_error=weed_apply_instance(resize_instance,init_event,layers,0,0,tc); + filter_error=filter_error; // stop compiler complaining retlayer=layers[0]; weed_plant_free(init_event); }
View file
LiVES-2.0.4.tar.bz2/src/gui.c -> LiVES-2.0.5.tar.bz2/src/gui.c
Changed
@@ -3340,9 +3340,20 @@ void fullscreen_internal(void) { + // resize for full screen, internal player, no separate window + int bx,by; - // resize for full screen, internal player, no separate window + int w,h,scr_width,scr_height; + + if (prefs->gui_monitor==0) { + scr_width=mainw->scr_width; + scr_height=mainw->scr_height; + } + else { + scr_width=mainw->mgeom[prefs->gui_monitor-1].width; + scr_height=mainw->mgeom[prefs->gui_monitor-1].height; + } if (mainw->multitrack==NULL) { @@ -3369,9 +3380,18 @@ get_border_size(mainw->LiVES, &bx, &by); + if (future_prefs->show_tool) by+=lives_widget_get_allocation_height(mainw->tb_hbox); lives_widget_set_size_request (mainw->playframe, lives_widget_get_allocation_width(mainw->LiVES)-bx, - lives_widget_get_allocation_height(mainw->LiVES)); + lives_widget_get_allocation_height(mainw->LiVES)-by); + + w=lives_widget_get_allocation_width(mainw->LiVES); + h=lives_widget_get_allocation_height(mainw->LiVES); + + if (w>scr_width) w=scr_width; + if (h>scr_height) h=scr_height; + + lives_widget_set_size_request(mainw->LiVES,w,h); } else { @@ -3703,11 +3723,7 @@ if (mainw->multitrack==NULL) { if (prefs->gui_monitor!=0) { - int xcen=mainw->mgeom[prefs->gui_monitor-1].x+(mainw->mgeom[prefs->gui_monitor-1].width- - lives_widget_get_allocation_width(mainw->LiVES))/2; - int ycen=mainw->mgeom[prefs->gui_monitor-1].y+(mainw->mgeom[prefs->gui_monitor-1].height- - lives_widget_get_allocation_height(mainw->LiVES))/2; - lives_window_move(GTK_WINDOW(mainw->LiVES),xcen,ycen); + lives_window_center(LIVES_WINDOW(mainw->LiVES)); } if (prefs->open_maximised&&prefs->show_gui) { @@ -3716,11 +3732,7 @@ } else { if (prefs->gui_monitor!=0) { - int xcen=mainw->mgeom[prefs->gui_monitor-1].x+(mainw->mgeom[prefs->gui_monitor-1].width- - lives_widget_get_allocation_width(mainw->multitrack->window))/2; - int ycen=mainw->mgeom[prefs->gui_monitor-1].y+(mainw->mgeom[prefs->gui_monitor-1].height- - lives_widget_get_allocation_height(mainw->multitrack->window))/2; - lives_window_move(GTK_WINDOW(mainw->multitrack->window),xcen,ycen); + lives_window_center(GTK_WINDOW(mainw->multitrack->window)); } @@ -3761,7 +3773,8 @@ gtk_widget_set_events (mainw->play_window, GDK_SCROLL_MASK); - gtk_window_set_position(GTK_WINDOW(mainw->play_window),GTK_WIN_POS_CENTER_ALWAYS); + // cannot do this or it forces showing on the GUI monitor + //gtk_window_set_position(GTK_WINDOW(mainw->play_window),GTK_WIN_POS_CENTER_ALWAYS); if (mainw->multitrack==NULL) gtk_window_add_accel_group (GTK_WINDOW (mainw->play_window), mainw->accel_group); else gtk_window_add_accel_group (GTK_WINDOW (mainw->play_window), mainw->multitrack->accel_group); @@ -3834,7 +3847,7 @@ void resize_play_window (void) { - int opwx,opwy,pmonitor=prefs->play_monitor; + int opwx,opwy,pmonitor=prefs->play_monitor,gmonitor=prefs->gui_monitor; boolean fullscreen=TRUE; boolean size_ok; @@ -3950,6 +3963,11 @@ if (pmonitor==0) { mainw->pwidth=mainw->scr_width; mainw->pheight=mainw->scr_height; + if (capable->nmonitors>1) { + // spread over all monitors + mainw->pwidth=gdk_screen_get_width(mainw->mgeom[0].screen); + mainw->pheight=gdk_screen_get_height(mainw->mgeom[0].screen); + } } else { mainw->pwidth=mainw->mgeom[pmonitor-1].width; @@ -4108,8 +4126,9 @@ (mainw->scr_height-mainw->pheight)/2); else { gint xcen=mainw->mgeom[pmonitor-1].x+(mainw->mgeom[pmonitor-1].width-mainw->pwidth)/2; + gint ycen=mainw->mgeom[pmonitor-1].y+(mainw->mgeom[pmonitor-1].height-mainw->pheight)/2; gtk_window_set_screen(GTK_WINDOW(mainw->play_window),mainw->mgeom[pmonitor-1].screen); - lives_window_move (GTK_WINDOW (mainw->play_window), xcen, (mainw->scr_height-mainw->pheight)/2); + lives_window_move (GTK_WINDOW (mainw->play_window), xcen, ycen); } } lives_window_present (GTK_WINDOW (mainw->play_window)); @@ -4129,17 +4148,17 @@ else { gint xcen=mainw->mgeom[pmonitor-1].x+(mainw->mgeom[pmonitor-1].width-mainw->pwidth)/2; gtk_window_set_screen(GTK_WINDOW(mainw->play_window),mainw->mgeom[pmonitor-1].screen); - lives_window_move (GTK_WINDOW (mainw->play_window), xcen, (mainw->scr_height-mainw->pheight-mainw->sepwin_minheight*2)/2); + lives_window_move (GTK_WINDOW (mainw->play_window), xcen, (mainw->mgeom[pmonitor-1].height-mainw->pheight-mainw->sepwin_minheight*2)/2); } } } else { - if (pmonitor==0) lives_window_move (GTK_WINDOW (mainw->play_window), (mainw->scr_width-mainw->pwidth)/2, + if (gmonitor==0) lives_window_move (GTK_WINDOW (mainw->play_window), (mainw->scr_width-mainw->pwidth)/2, (mainw->scr_height-mainw->pheight-mainw->sepwin_minheight*2)/2); else { - gint xcen=mainw->mgeom[pmonitor-1].x+(mainw->mgeom[pmonitor-1].width-mainw->pwidth)/2; - gtk_window_set_screen(GTK_WINDOW(mainw->play_window),mainw->mgeom[pmonitor-1].screen); - lives_window_move (GTK_WINDOW (mainw->play_window), xcen, (mainw->scr_height-mainw->pheight-mainw->sepwin_minheight*2)/2); + gint xcen=mainw->mgeom[gmonitor-1].x+(mainw->mgeom[gmonitor-1].width-mainw->pwidth)/2; + gtk_window_set_screen(GTK_WINDOW(mainw->play_window),mainw->mgeom[gmonitor-1].screen); + lives_window_move (GTK_WINDOW (mainw->play_window), xcen, (mainw->mgeom[gmonitor-1].height-mainw->pheight-mainw->sepwin_minheight*2)/2); } } mainw->opwx=mainw->opwy=-1; @@ -4236,12 +4255,6 @@ if (prefs->show_splash) { - if (prefs->gui_monitor!=0) { - gtk_window_set_screen(GTK_WINDOW(mainw->splash_window),mainw->mgeom[prefs->gui_monitor-1].screen); - } - - gtk_window_set_position(GTK_WINDOW(mainw->splash_window),GTK_WIN_POS_CENTER_ALWAYS); - gtk_window_set_type_hint(GTK_WINDOW(mainw->splash_window),GDK_WINDOW_TYPE_HINT_SPLASHSCREEN); if (palette->style&STYLE_1) { @@ -4281,6 +4294,14 @@ lives_box_pack_start (GTK_BOX (vbox), hbox, FALSE, FALSE, widget_opts.packing_height*2); lives_widget_show_all(mainw->splash_window); + + + if (prefs->gui_monitor>0) { + gtk_window_set_screen(GTK_WINDOW(mainw->splash_window),mainw->mgeom[prefs->gui_monitor-1].screen); + } + + lives_window_center(LIVES_WINDOW(mainw->splash_window)); + lives_window_present(GTK_WINDOW(mainw->splash_window)); lives_widget_context_update();
View file
LiVES-2.0.4.tar.bz2/src/interface.c -> LiVES-2.0.5.tar.bz2/src/interface.c
Changed
@@ -2387,27 +2387,20 @@ } lives_container_set_border_width (GTK_CONTAINER (chooser), widget_opts.border_width); - gtk_window_set_position (GTK_WINDOW (chooser), GTK_WIN_POS_CENTER_ALWAYS); if (prefs->show_gui) { if (mainw->multitrack==NULL) gtk_window_set_transient_for(GTK_WINDOW(chooser),GTK_WINDOW(mainw->LiVES)); else gtk_window_set_transient_for(GTK_WINDOW(chooser),GTK_WINDOW(mainw->multitrack->window)); } - if (prefs->gui_monitor!=0) { - int xcen=mainw->mgeom[prefs->gui_monitor-1].x+(mainw->mgeom[prefs->gui_monitor-1].width - -lives_widget_get_allocation_width(chooser))/2; - int ycen=mainw->mgeom[prefs->gui_monitor-1].y+(mainw->mgeom[prefs->gui_monitor-1].height- - lives_widget_get_allocation_height(chooser))/2; - lives_window_move(GTK_WINDOW(chooser),xcen,ycen); - } - g_signal_connect (chooser, "current-folder-changed", G_CALLBACK (chooser_check_dir), NULL); lives_widget_grab_focus (chooser); lives_widget_show(chooser); + lives_window_center(LIVES_WINDOW(chooser)); + gtk_window_set_modal (GTK_WINDOW (chooser), TRUE); memset(last_good_folder,0,1);
View file
LiVES-2.0.4.tar.bz2/src/main.c -> LiVES-2.0.5.tar.bz2/src/main.c
Changed
@@ -208,7 +208,9 @@ register int k; #endif - gint nscreens,nmonitors; + gchar buff[256]; + + int nscreens,nmonitors; register int i,j,idx=0; if (mainw->mgeom!=NULL) g_free(mainw->mgeom); @@ -271,6 +273,7 @@ mainw->mgeom[idx].disp=disp; mainw->mgeom[idx].screen=screen; idx++; + if (idx>=capable->nmonitors) break; } } #if GTK_CHECK_VERSION(3,0,0) @@ -280,6 +283,34 @@ } g_slist_free(dislist); + + prefs->gui_monitor=0; + prefs->play_monitor=1; + + if (capable->nmonitors>1) { + + get_pref("monitors",buff,256); + + if (strlen(buff)==0||get_token_count(buff,',')==1) { + prefs->gui_monitor=1; + prefs->play_monitor=2; + } + else { + gchar **array=g_strsplit(buff,",",2); + prefs->gui_monitor=atoi(array[0]); + prefs->play_monitor=atoi(array[1]); + g_strfreev(array); + } + + if (prefs->gui_monitor<1) prefs->gui_monitor=1; + if (prefs->play_monitor<0) prefs->play_monitor=0; + if (prefs->gui_monitor>capable->nmonitors) prefs->gui_monitor=capable->nmonitors; + if (prefs->play_monitor>capable->nmonitors) prefs->play_monitor=capable->nmonitors; + } + + mainw->scr_width=mainw->mgeom[prefs->gui_monitor>0?prefs->gui_monitor-1:0].width; + mainw->scr_height=mainw->mgeom[prefs->gui_monitor>0?prefs->gui_monitor-1:0].height; + } @@ -294,9 +325,12 @@ pthread_mutexattr_t mattr; gchar buff[256]; - int i; + boolean needs_update=FALSE; + register int i; + + sizint=sizeof(gint); sizdbl=sizeof(gdouble); sizshrt=sizeof(gshort); @@ -333,6 +367,8 @@ prefs=(_prefs *)g_malloc0(sizeof(_prefs)); future_prefs=(_future_prefs *)g_malloc(sizeof(_future_prefs)); + prefs->gui_monitor=-1; + prefs->wm=NULL; prefs->sleep_time=1000; mainw->cached_list=NULL; @@ -361,7 +397,7 @@ prefs->show_gui=TRUE; - prefs->show_splash=TRUE; + prefs->show_splash=FALSE; prefs->show_playwin=TRUE; prefs->sepwin_type=1; prefs->show_framecount=TRUE; @@ -385,17 +421,20 @@ memset(prefs->yuvin,0,1); #endif +#ifndef IS_MINGW + capable->rcfile=g_strdup_printf("%s/.lives",capable->home_dir); +#else + capable->rcfile=g_strdup_printf("%s/LiVES.ini",capable->home_dir); +#endif + if (!capable->smog_version_correct||!capable->can_write_to_tempdir) { g_snprintf(prefs->theme,64,"none"); return FALSE; } + prefs->show_splash=TRUE; + // from here onwards we can use get_pref() and friends ////// -#ifndef IS_MINGW - capable->rcfile=g_strdup_printf("%s/.lives",capable->home_dir); -#else - capable->rcfile=g_strdup_printf("%s/LiVES.ini",capable->home_dir); -#endif cache_file_contents(capable->rcfile); get_pref("gui_theme",prefs->theme,64); @@ -483,9 +522,6 @@ future_prefs->jack_opts=get_int_pref("jack_opts"); prefs->jack_opts=future_prefs->jack_opts; - prefs->gui_monitor=0; - prefs->play_monitor=0; - mainw->mgeom=NULL; prefs->virt_height=1; @@ -493,30 +529,6 @@ get_monitors(); - if (capable->nmonitors>1) { - - get_pref("monitors",buff,256); - - if (strlen(buff)==0||get_token_count(buff,',')==1) { - prefs->gui_monitor=1; - prefs->play_monitor=2; - } - else { - gchar **array=g_strsplit(buff,",",2); - prefs->gui_monitor=atoi(array[0]); - prefs->play_monitor=atoi(array[1]); - g_strfreev(array); - } - - if (prefs->gui_monitor<1) prefs->gui_monitor=1; - if (prefs->play_monitor<0) prefs->play_monitor=0; - if (prefs->gui_monitor>capable->nmonitors) prefs->gui_monitor=capable->nmonitors; - if (prefs->play_monitor>capable->nmonitors) prefs->play_monitor=capable->nmonitors; - } - - mainw->scr_width=mainw->mgeom[prefs->gui_monitor>0?prefs->gui_monitor-1:0].width; - mainw->scr_height=mainw->mgeom[prefs->gui_monitor>0?prefs->gui_monitor-1:0].height; - for (i=0;i<MAX_FX_CANDIDATE_TYPES;i++) { mainw->fx_candidates[i].delegate=-1; mainw->fx_candidates[i].list=NULL; @@ -4426,6 +4438,11 @@ if (prefs->play_monitor==0) { *opwidth=mainw->scr_width; *opheight=mainw->scr_height; + if (capable->nmonitors>1) { + // spread over all monitors + *opwidth=gdk_screen_get_width(mainw->mgeom[0].screen); + *opheight=gdk_screen_get_height(mainw->mgeom[0].screen); + } } else { if (mainw->play_window!=NULL) pmonitor=prefs->play_monitor; @@ -4443,6 +4460,11 @@ if (prefs->play_monitor==0) { *opwidth=mainw->scr_width; *opheight=mainw->scr_height; + if (capable->nmonitors>1) { + // spread over all monitors + *opwidth=gdk_screen_get_width(mainw->mgeom[0].screen); + *opheight=gdk_screen_get_height(mainw->mgeom[0].screen); + } } else { *opwidth=mainw->mgeom[prefs->play_monitor-1].width; @@ -4477,8 +4499,15 @@ } else { if (prefs->play_monitor==0) { - if (mainw->scr_width>*opwidth) *opwidth=mainw->scr_width; - if (mainw->scr_height>*opheight) *opheight=mainw->scr_height; + if (capable->nmonitors==1) { + if (mainw->scr_width>*opwidth) *opwidth=mainw->scr_width; + if (mainw->scr_height>*opheight) *opheight=mainw->scr_height; + } + else { + // spread over all monitors + if (gdk_screen_get_width(mainw->mgeom[0].screen)>*opwidth) *opwidth=gdk_screen_get_width(mainw->mgeom[0].screen); + if (gdk_screen_get_height(mainw->mgeom[0].screen)>*opheight) *opheight=gdk_screen_get_height(mainw->mgeom[0].screen); + } } else { if (mainw->play_window!=NULL) pmonitor=prefs->play_monitor; @@ -5260,6 +5289,11 @@ if (prefs->play_monitor==0) { mainw->pwidth=mainw->scr_width; mainw->pheight=mainw->scr_height; + if (capable->nmonitors>1) {
View file
LiVES-2.0.4.tar.bz2/src/multitrack.c -> LiVES-2.0.5.tar.bz2/src/multitrack.c
Changed
@@ -8905,7 +8905,11 @@ reset_clip_menu(); mainw->last_dprint_file=-1; - + + if (prefs->gui_monitor>0) { + lives_window_center(LIVES_WINDOW(mainw->LiVES)); + } + lives_widget_context_update(); if (prefs->show_gui&&prefs->open_maximised) { @@ -14611,7 +14615,7 @@ gchar *txt; GList *seltracks=NULL; int clip_sel; - boolean block_is_selected; + //boolean block_is_selected; gchar *msg,*utxt,*tmp; GList *aparam_view_list; int avol_fx; @@ -14625,7 +14629,7 @@ mt_desensitise(mt); - if (mt->block_selected!=NULL) block_is_selected=TRUE; // TODO *** - need to set track and time + //if (mt->block_selected!=NULL) block_is_selected=TRUE; // TODO *** - need to set track and time mt->was_undo_redo=TRUE; mt->ptr_time=lives_ruler_get_value(LIVES_RULER(mt->timeline));
View file
LiVES-2.0.4.tar.bz2/src/paramwindow.c -> LiVES-2.0.5.tar.bz2/src/paramwindow.c
Changed
@@ -702,7 +702,7 @@ int n=0; - boolean has_lmap_error=FALSE; + //boolean has_lmap_error=FALSE; boolean has_param;
View file
LiVES-2.0.4.tar.bz2/src/preferences.c -> LiVES-2.0.5.tar.bz2/src/preferences.c
Changed
@@ -25,6 +25,8 @@ #include "omc-learn.h" #endif +static int nmons; + static guint prefs_current_page; static void select_pref_list_row(guint selected_idx); @@ -835,6 +837,7 @@ prefs->force_single_monitor=forcesmon; set_boolean_pref("force_single_monitor",forcesmon); get_monitors(); + if (capable->nmonitors==0) resize_widgets_for_monitor(TRUE); } if (capable->nmonitors>1) { @@ -848,6 +851,7 @@ } } + // fps stats if (prefs->show_player_stats!=show_player_stats) { prefs->show_player_stats=show_player_stats; @@ -1861,7 +1865,7 @@ lives_widget_show_all(prefsw->scrollw_right_gui); prefsw->right_shown = prefsw->scrollw_right_gui; lives_widget_show_all(prefsw->scrollw_right_gui); - if (capable->nmonitors<=1) { + if (nmons<=1) { lives_widget_hide (prefsw->forcesmon_hbox); } prefs_current_page=LIST_ENTRY_GUI; @@ -1991,7 +1995,6 @@ boolean pfsm; boolean has_ap_rec = FALSE; - int nmonitors = capable->nmonitors; ///< number of screen monitors int dph; register int i; @@ -2165,39 +2168,12 @@ // // multihead support (inside Gui part) // + pfsm=prefs->force_single_monitor; prefs->force_single_monitor=FALSE; - get_monitors(); + nmons=capable->nmonitors; - prefs->force_single_monitor=pfsm; - - if (capable->nmonitors!=nmonitors) { - - prefs->gui_monitor=0; - prefs->play_monitor=0; - - if (capable->nmonitors>1) { - gchar buff[256]; - get_pref("monitors",buff,256); - - if (strlen(buff)==0||get_token_count(buff,',')==1) { - prefs->gui_monitor=1; - prefs->play_monitor=2; - } - else { - gchar **array=g_strsplit(buff,",",2); - prefs->gui_monitor=atoi(array[0]); - prefs->play_monitor=atoi(array[1]); - g_strfreev(array); - } - - if (prefs->gui_monitor<1) prefs->gui_monitor=1; - if (prefs->play_monitor<0) prefs->play_monitor=0; - if (prefs->gui_monitor>capable->nmonitors) prefs->gui_monitor=capable->nmonitors; - if (prefs->play_monitor>capable->nmonitors) prefs->play_monitor=capable->nmonitors; - } - } // --- add_hsep_to_box (LIVES_BOX (prefsw->vbox_right_gui)); // --- @@ -2209,16 +2185,22 @@ // --- - prefsw->spinbutton_gmoni = lives_standard_spin_button_new (_(" monitor number for LiVES interface"), TRUE, prefs->gui_monitor, 1, capable->nmonitors, + prefsw->spinbutton_gmoni = lives_standard_spin_button_new (_(" monitor number for LiVES interface"), TRUE, prefs->gui_monitor, 1, nmons, 1., 1., 0, LIVES_BOX(hbox),NULL); hbox = lives_hbox_new (FALSE, 0); lives_box_pack_start (GTK_BOX (prefsw->vbox_right_gui), hbox, FALSE, FALSE, widget_opts.packing_height); prefsw->spinbutton_pmoni = lives_standard_spin_button_new (_(" monitor number for playback"), TRUE, prefs->play_monitor, 0, - capable->nmonitors==1?0:capable->nmonitors, + nmons==1?0:nmons, 1., 1., 0, LIVES_BOX(hbox),NULL); + + + prefs->force_single_monitor=pfsm; + get_monitors(); + + // --- label = lives_standard_label_new (_("A setting of 0 means use all available monitors (only works with some playback plugins).")); @@ -2241,7 +2223,7 @@ lives_toggle_button_set_active (LIVES_TOGGLE_BUTTON (prefsw->forcesmon), prefs->force_single_monitor); // --- - if (capable->nmonitors<=1) { + if (nmons<=1) { lives_widget_set_sensitive(prefsw->spinbutton_gmoni,FALSE); lives_widget_set_sensitive(prefsw->spinbutton_pmoni,FALSE); }
View file
LiVES-2.0.4.tar.bz2/src/rte_window.c -> LiVES-2.0.5.tar.bz2/src/rte_window.c
Changed
@@ -1605,7 +1605,7 @@ lives_container_set_border_width (GTK_CONTAINER (rte_info_window), widget_opts.border_width); gtk_window_set_transient_for(GTK_WINDOW(rte_info_window),GTK_WINDOW(lives_widget_get_toplevel(GTK_WIDGET(button)))); - gtk_window_set_position (GTK_WINDOW (rte_info_window), GTK_WIN_POS_CENTER_ALWAYS); + gtk_window_set_default_size (GTK_WINDOW (rte_info_window), RTE_INFO_WIDTH, RTE_INFO_HEIGHT); vbox = lives_vbox_new (FALSE, widget_opts.packing_height*2); @@ -1682,7 +1682,7 @@ g_free(type); lives_widget_show_all(rte_info_window); - + lives_window_center (LIVES_WINDOW (rte_info_window)); }
View file
LiVES-2.0.4.tar.bz2/src/widget-helper.c -> LiVES-2.0.5.tar.bz2/src/widget-helper.c
Changed
@@ -2596,12 +2596,7 @@ lives_widget_set_hexpand(dialog,TRUE); lives_widget_set_vexpand(dialog,TRUE); - if (prefs->gui_monitor!=0) { - gtk_window_set_screen(GTK_WINDOW(dialog),mainw->mgeom[prefs->gui_monitor-1].screen); - } - lives_container_set_border_width (GTK_CONTAINER (dialog), widget_opts.border_width*2); - gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER_ALWAYS); if (widget_opts.apply_theme) { lives_widget_apply_theme(dialog, LIVES_WIDGET_STATE_NORMAL); @@ -2611,6 +2606,9 @@ #endif } + // do this before widget_show(), then call lives_window_center() afterwards + gtk_window_set_position(GTK_WINDOW(dialog),GTK_WIN_POS_CENTER_ALWAYS); + if (add_std_buttons) { GtkAccelGroup *accel_group=GTK_ACCEL_GROUP(lives_accel_group_new ()); GtkWidget *cancelbutton = gtk_button_new_from_stock ("gtk-cancel"); @@ -2636,13 +2634,14 @@ NULL); // must do this before setting modal ! - if (!widget_opts.no_gui) + if (!widget_opts.no_gui) { lives_widget_show(dialog); + lives_window_center(LIVES_WINDOW(dialog)); + } if (!widget_opts.non_modal) gtk_window_set_modal (GTK_WINDOW (dialog), TRUE); - #endif return dialog; @@ -2658,7 +2657,9 @@ #if GTK_CHECK_VERSION(3,0,0) hruler=gtk_scale_new(GTK_ORIENTATION_HORIZONTAL,NULL); gtk_scale_set_draw_value(GTK_SCALE(hruler),FALSE); +#if GTK_CHECK_VERSION(3,4,0) gtk_scale_set_has_origin(GTK_SCALE(hruler),FALSE); +#endif gtk_scale_set_digits(GTK_SCALE(hruler),8); #else hruler=gtk_hruler_new(); @@ -2785,6 +2786,24 @@ } +void lives_window_center(LiVESWindow *window) { + if (prefs->show_gui) { + if (prefs->gui_monitor>0) { + int xcen,ycen; + gtk_window_set_screen(GTK_WINDOW(window),mainw->mgeom[prefs->gui_monitor-1].screen); + + xcen=mainw->mgeom[prefs->gui_monitor-1].x+(mainw->mgeom[prefs->gui_monitor-1].width- + lives_widget_get_allocation_width(LIVES_WIDGET(window)))/2; + ycen=mainw->mgeom[prefs->gui_monitor-1].y+(mainw->mgeom[prefs->gui_monitor-1].height- + lives_widget_get_allocation_height(LIVES_WIDGET(window)))/2; + lives_window_move(LIVES_WINDOW(window),xcen,ycen); + } + else gtk_window_set_position(GTK_WINDOW(window),GTK_WIN_POS_CENTER_ALWAYS); + } +} + + + void lives_widget_get_bg_color(LiVESWidget *widget, LiVESWidgetColor *color) { lives_widget_get_bg_state_color(widget,LIVES_WIDGET_STATE_NORMAL,color); }
View file
LiVES-2.0.4.tar.bz2/src/widget-helper.h -> LiVES-2.0.5.tar.bz2/src/widget-helper.h
Changed
@@ -168,11 +168,17 @@ typedef enum { LIVES_EXPAND=GTK_EXPAND, LIVES_SHRINK=GTK_SHRINK, - LIVES_FILL=GTK_FILL, + LIVES_FILL=GTK_FILL } lives_attach_options_t; typedef enum { + LIVES_WINDOW_TOPLEVEL=GTK_WINDOW_TOPLEVEL, + LIVES_WINDOW_POPUP=GTK_WINDOW_POPUP +} lives_window_type_t; + + +typedef enum { LIVES_FILE_CHOOSER_ACTION_OPEN=GTK_FILE_CHOOSER_ACTION_OPEN, LIVES_FILE_CHOOSER_ACTION_SAVE=GTK_FILE_CHOOSER_ACTION_SAVE, LIVES_FILE_CHOOSER_ACTION_SELECT_FOLDER=GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER, @@ -210,8 +216,6 @@ typedef GdkWindow LiVESXWindow; -typedef GdkEventButton LiVESXEventButton; - typedef GdkCursor LiVESXCursor; typedef GError LiVESError; @@ -588,6 +592,22 @@ void lives_widget_queue_resize(LiVESWidget *); void lives_widget_set_size_request(LiVESWidget *, int width, int height); +void lives_widget_reparent(LiVESWidget *, LiVESWidget *new_parent); + +void lives_widget_grab_default(LiVESWidget *); + +LiVESWidget *lives_event_box_new(void); +LiVESWidget *lives_label_new(const char *text); +LiVESWidget *lives_label_new_with_mnemonic(const char *text); +LiVESWidget *lives_button_new(void); +LiVESWidget *lives_button_new_from_stock(const char *stock_id); +LiVESWidget *lives_button_new_with_label(const char *label); +LiVESWidget *lives_check_button_new(void); +LiVESWidget *lives_check_button_new_with_label(const char *label); +LiVESWidget *lives_spin_button_new(LiVESAdjustment *, double climb_rate, uint32_t digits); + +LiVESWidget *lives_window_new(lives_window_type_t wintype); + int lives_dialog_run(LiVESDialog *); void lives_widget_set_bg_color(LiVESWidget *, LiVESWidgetState state, const LiVESWidgetColor *); @@ -690,13 +710,21 @@ void lives_container_remove(LiVESContainer *, LiVESWidget *); void lives_container_add(LiVESContainer *, LiVESWidget *); -void lives_container_set_border_width(LiVESContainer *container, uint32_t width); +void lives_container_set_border_width(LiVESContainer *, uint32_t width); double lives_spin_button_get_value(LiVESSpinButton *); int lives_spin_button_get_value_as_int(LiVESSpinButton *); +LiVESAdjustment *lives_spin_button_get_adjustment(LiVESSpinButton *); + void lives_spin_button_set_value(LiVESSpinButton *, double value); -void lives_spin_button_set_range(LiVESSpinButton *button, double min, double max); +void lives_spin_button_set_range(LiVESSpinButton *, double min, double max); + +void lives_spin_button_set_wrap(LiVESSpinButton *, boolean wrap); + +void lives_spin_button_set_digits(LiVESSpinButton *, uint32_t digits); + +void lives_spin_button_update(LiVESSpinButton *); double lives_ruler_get_value(LiVESRuler *); double lives_ruler_set_value(LiVESRuler *, double value); @@ -843,6 +871,8 @@ void lives_widget_get_fg_color(LiVESWidget *, LiVESWidgetColor *); void lives_widget_get_bg_color(LiVESWidget *, LiVESWidgetColor *); +void lives_window_center(LiVESWindow *); + LiVESWidget *lives_entry_new_with_max_length(int max); void lives_widget_unparent(LiVESWidget *);
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
.