Hello community,
here is the log from the commit of package gnome-sound-recorder for
openSUSE:Factory checked in at 2018-04-17 11:16:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-sound-recorder (Old)
and /work/SRC/openSUSE:Factory/.gnome-sound-recorder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-sound-recorder"
Tue Apr 17 11:16:21 2018 rev:19 rq:596150 version:3.28.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-sound-recorder/gnome-sound-recorder.changes
2018-03-14 19:36:34.734442524 +0100
+++
/work/SRC/openSUSE:Factory/.gnome-sound-recorder.new/gnome-sound-recorder.changes
2018-04-17 11:16:26.601432914 +0200
@@ -1,0 +2,6 @@
+Tue Apr 10 01:05:53 UTC 2018 - [email protected]
+
+- Update to version 3.28.1:
+ + Updated translations.
+
+-------------------------------------------------------------------
Old:
----
gnome-sound-recorder-3.27.90.tar.xz
New:
----
gnome-sound-recorder-3.28.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-sound-recorder.spec ++++++
--- /var/tmp/diff_new_pack.NjmNHJ/_old 2018-04-17 11:16:28.321352276 +0200
+++ /var/tmp/diff_new_pack.NjmNHJ/_new 2018-04-17 11:16:28.321352276 +0200
@@ -18,13 +18,13 @@
Name: gnome-sound-recorder
-Version: 3.27.90
+Version: 3.28.1
Release: 0
Summary: Sound Recorder
License: BSD-3-Clause AND LGPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Utilities
URL: https://wiki.gnome.org/Design/Apps/SoundRecorder
-Source:
http://download.gnome.org/sources/gnome-sound-recorder/3.27/%{name}-%{version}.tar.xz
+Source:
http://download.gnome.org/sources/gnome-sound-recorder/3.28/%{name}-%{version}.tar.xz
Source99: gnome-sound-recorder-rpmlintrc
BuildRequires: gjs
BuildRequires: gstreamer-plugins-bad
++++++ gnome-sound-recorder-3.27.90.tar.xz ->
gnome-sound-recorder-3.28.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-sound-recorder-3.27.90/NEWS
new/gnome-sound-recorder-3.28.1/NEWS
--- old/gnome-sound-recorder-3.27.90/NEWS 2018-02-11 21:14:49.000000000
+0100
+++ new/gnome-sound-recorder-3.28.1/NEWS 2018-04-09 23:51:46.000000000
+0200
@@ -1,3 +1,7 @@
+ 3.28.1
+ =======
+ Translation updates
+
3.27.90
=======
Bug 790682 Fix scoping error caused by deprecated "let" keywork
@@ -5,7 +9,7 @@
3.24.00
=======
-configure: Drop id3mux check failure to a warning by David King
+ Configure: Drop id3mux check failure to a warning by David King
3.24.00
=======
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-sound-recorder-3.27.90/aclocal.m4
new/gnome-sound-recorder-3.28.1/aclocal.m4
--- old/gnome-sound-recorder-3.27.90/aclocal.m4 2018-02-12 01:51:08.000000000
+0100
+++ new/gnome-sound-recorder-3.28.1/aclocal.m4 2018-04-09 23:56:38.000000000
+0200
@@ -20,220 +20,6 @@
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically
'autoreconf'.])])
-dnl GLIB_GSETTINGS
-dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
-dnl the schema should be compiled
-dnl
-
-AC_DEFUN([GLIB_GSETTINGS],
-[
- m4_pattern_allow([AM_V_GEN])
- AC_ARG_ENABLE(schemas-compile,
- AS_HELP_STRING([--disable-schemas-compile],
- [Disable regeneration of gschemas.compiled on
install]),
- [case ${enableval} in
- yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;;
- no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;;
- *) AC_MSG_ERROR([bad value ${enableval} for
--enable-schemas-compile]) ;;
- esac])
- AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE])
- PKG_PROG_PKG_CONFIG([0.16])
- AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas])
- if test x$cross_compiling != xyes; then
- GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
- else
- AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas)
- fi
- AC_SUBST(GLIB_COMPILE_SCHEMAS)
- if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then
- ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2])
- else
- ifelse([$1],,[:],[$1])
- fi
-
- GSETTINGS_RULES='
-.PHONY : uninstall-gsettings-schemas install-gsettings-schemas
clean-gsettings-schemas
-
-mostlyclean-am: clean-gsettings-schemas
-
-gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
-
-%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
- $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix
--schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) &&
touch [$]@
-
-all-am: $(gsettings_SCHEMAS:.xml=.valid)
-uninstall-am: uninstall-gsettings-schemas
-install-data-am: install-gsettings-schemas
-
-.SECONDARY: $(gsettings_SCHEMAS)
-
-install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
- @$(NORMAL_INSTALL)
- if test -n "$^"; then \
- test -z "$(gsettingsschemadir)" || $(MKDIR_P)
"$(DESTDIR)$(gsettingsschemadir)"; \
- $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
- test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" ||
$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
- fi
-
-uninstall-gsettings-schemas:
- @$(NORMAL_UNINSTALL)
- @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n
"$(gsettingsschemadir)" || list=; \
- files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
- test -n "$$files" || exit 0; \
- echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files
")"; \
- cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
- test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" ||
$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
-
-clean-gsettings-schemas:
- rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
-
-ifdef gsettings_ENUM_NAMESPACE
-$(gsettings__enum_file): $(gsettings_ENUM_FILES)
- $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead
"<schemalist>" --vhead " <@type@
id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " <value
nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail " </@type@>"
--ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@
-endif
-'
- _GSETTINGS_SUBST(GSETTINGS_RULES)
-])
-
-dnl _GSETTINGS_SUBST(VARIABLE)
-dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
-AC_DEFUN([_GSETTINGS_SUBST],
-[
-AC_SUBST([$1])
-m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
-]
-)
-
-dnl -*- mode: autoconf -*-
-dnl Copyright 2009 Johan Dahlin
-dnl
-dnl This file is free software; the author(s) gives unlimited
-dnl permission to copy and/or distribute it, with or without
-dnl modifications, as long as this notice is preserved.
-dnl
-
-# serial 1
-
-m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
-[
- AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
- AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
- AC_BEFORE([LT_INIT],[$0])dnl setup libtool first
-
- dnl enable/disable introspection
- m4_if([$2], [require],
- [dnl
- enable_introspection=yes
- ],[dnl
- AC_ARG_ENABLE(introspection,
-
AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
- [Enable introspection for this build]),,
- [enable_introspection=auto])
- ])dnl
-
- AC_MSG_CHECKING([for gobject-introspection])
-
- dnl presence/version checking
- AS_CASE([$enable_introspection],
- [no], [dnl
- found_introspection="no (disabled, use --enable-introspection to
enable)"
- ],dnl
- [yes],[dnl
- PKG_CHECK_EXISTS([gobject-introspection-1.0],,
- AC_MSG_ERROR([gobject-introspection-1.0 is not
installed]))
- PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
- found_introspection=yes,
- AC_MSG_ERROR([You need to have gobject-introspection
>= $1 installed to build AC_PACKAGE_NAME]))
- ],dnl
- [auto],[dnl
- PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
found_introspection=yes, found_introspection=no)
- dnl Canonicalize enable_introspection
- enable_introspection=$found_introspection
- ],dnl
- [dnl
- AC_MSG_ERROR([invalid argument passed to --enable-introspection,
should be one of @<:@no/auto/yes@:>@])
- ])dnl
-
- AC_MSG_RESULT([$found_introspection])
-
- INTROSPECTION_SCANNER=
- INTROSPECTION_COMPILER=
- INTROSPECTION_GENERATE=
- INTROSPECTION_GIRDIR=
- INTROSPECTION_TYPELIBDIR=
- if test "x$found_introspection" = "xyes"; then
- INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner
gobject-introspection-1.0`
- INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler
gobject-introspection-1.0`
- INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate
gobject-introspection-1.0`
- INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir
gobject-introspection-1.0`
- INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir
gobject-introspection-1.0)"
- INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
- INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
- INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir
gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
- fi
- AC_SUBST(INTROSPECTION_SCANNER)
- AC_SUBST(INTROSPECTION_COMPILER)
- AC_SUBST(INTROSPECTION_GENERATE)
- AC_SUBST(INTROSPECTION_GIRDIR)
- AC_SUBST(INTROSPECTION_TYPELIBDIR)
- AC_SUBST(INTROSPECTION_CFLAGS)
- AC_SUBST(INTROSPECTION_LIBS)
- AC_SUBST(INTROSPECTION_MAKEFILE)
-
- AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
-])
-
-
-dnl Usage:
-dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version])
-
-AC_DEFUN([GOBJECT_INTROSPECTION_CHECK],
-[
- _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1])
-])
-
-dnl Usage:
-dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version])
-
-
-AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE],
-[
- _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
-])
-
-# nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software
-dnl Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-dnl
-dnl This file can be used in projects which are not available under
-dnl the GNU General Public License or the GNU Library General Public
-dnl License but which still want to provide support for the GNU gettext
-dnl functionality.
-dnl Please note that the actual code of the GNU gettext library is covered
-dnl by the GNU Library General Public License, and the rest of the GNU
-dnl gettext package is covered by the GNU General Public License.
-dnl They are *not* in the public domain.
-
-dnl Authors:
-dnl Ulrich Drepper <[email protected]>, 1995-2000.
-dnl Bruno Haible <[email protected]>, 2000-2003.
-
-AC_PREREQ([2.50])
-
-AC_DEFUN([AM_NLS],
-[
- AC_MSG_CHECKING([whether NLS is requested])
- dnl Default is enabled NLS
- AC_ARG_ENABLE([nls],
- [ --disable-nls do not use Native Language Support],
- USE_NLS=$enableval, USE_NLS=yes)
- AC_MSG_RESULT([$USE_NLS])
- AC_SUBST([USE_NLS])
-])
-
# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
# serial 11 (pkg-config-0.29.1)
@@ -578,6 +364,223 @@
[AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])])
])dnl PKG_HAVE_DEFINE_WITH_MODULES
+# Increment this whenever this file is changed.
+#serial 1
+
+dnl GLIB_GSETTINGS
+dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
+dnl the schema should be compiled
+dnl
+
+AC_DEFUN([GLIB_GSETTINGS],
+[
+ m4_pattern_allow([AM_V_GEN])
+ AC_ARG_ENABLE(schemas-compile,
+ AS_HELP_STRING([--disable-schemas-compile],
+ [Disable regeneration of gschemas.compiled on
install]),
+ [case ${enableval} in
+ yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;;
+ no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;;
+ *) AC_MSG_ERROR([bad value ${enableval} for
--enable-schemas-compile]) ;;
+ esac])
+ AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE])
+ PKG_PROG_PKG_CONFIG([0.16])
+ AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas])
+ if test x$cross_compiling != xyes; then
+ GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
+ else
+ AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas)
+ fi
+ AC_SUBST(GLIB_COMPILE_SCHEMAS)
+ if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then
+ ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2])
+ else
+ ifelse([$1],,[:],[$1])
+ fi
+
+ GSETTINGS_RULES='
+.PHONY : uninstall-gsettings-schemas install-gsettings-schemas
clean-gsettings-schemas
+
+mostlyclean-am: clean-gsettings-schemas
+
+gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
+
+%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
+ $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix
--schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) &&
touch [$]@
+
+all-am: $(gsettings_SCHEMAS:.xml=.valid)
+uninstall-am: uninstall-gsettings-schemas
+install-data-am: install-gsettings-schemas
+
+.SECONDARY: $(gsettings_SCHEMAS)
+
+install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
+ @$(NORMAL_INSTALL)
+ if test -n "$^"; then \
+ test -z "$(gsettingsschemadir)" || $(MKDIR_P)
"$(DESTDIR)$(gsettingsschemadir)"; \
+ $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
+ test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" ||
$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
+ fi
+
+uninstall-gsettings-schemas:
+ @$(NORMAL_UNINSTALL)
+ @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n
"$(gsettingsschemadir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
+ test -n "$$files" || exit 0; \
+ echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files
")"; \
+ cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
+ test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" ||
$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
+
+clean-gsettings-schemas:
+ rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
+
+ifdef gsettings_ENUM_NAMESPACE
+$(gsettings__enum_file): $(gsettings_ENUM_FILES)
+ $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead
"<schemalist>" --vhead " <@type@
id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " <value
nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail " </@type@>"
--ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@
+endif
+'
+ _GSETTINGS_SUBST(GSETTINGS_RULES)
+])
+
+dnl _GSETTINGS_SUBST(VARIABLE)
+dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
+AC_DEFUN([_GSETTINGS_SUBST],
+[
+AC_SUBST([$1])
+m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
+]
+)
+
+dnl -*- mode: autoconf -*-
+dnl Copyright 2009 Johan Dahlin
+dnl
+dnl This file is free software; the author(s) gives unlimited
+dnl permission to copy and/or distribute it, with or without
+dnl modifications, as long as this notice is preserved.
+dnl
+
+# serial 1
+
+m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
+[
+ AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
+ AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
+ AC_BEFORE([LT_INIT],[$0])dnl setup libtool first
+
+ dnl enable/disable introspection
+ m4_if([$2], [require],
+ [dnl
+ enable_introspection=yes
+ ],[dnl
+ AC_ARG_ENABLE(introspection,
+
AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
+ [Enable introspection for this build]),,
+ [enable_introspection=auto])
+ ])dnl
+
+ AC_MSG_CHECKING([for gobject-introspection])
+
+ dnl presence/version checking
+ AS_CASE([$enable_introspection],
+ [no], [dnl
+ found_introspection="no (disabled, use --enable-introspection to
enable)"
+ ],dnl
+ [yes],[dnl
+ PKG_CHECK_EXISTS([gobject-introspection-1.0],,
+ AC_MSG_ERROR([gobject-introspection-1.0 is not
installed]))
+ PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
+ found_introspection=yes,
+ AC_MSG_ERROR([You need to have gobject-introspection
>= $1 installed to build AC_PACKAGE_NAME]))
+ ],dnl
+ [auto],[dnl
+ PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
found_introspection=yes, found_introspection=no)
+ dnl Canonicalize enable_introspection
+ enable_introspection=$found_introspection
+ ],dnl
+ [dnl
+ AC_MSG_ERROR([invalid argument passed to --enable-introspection,
should be one of @<:@no/auto/yes@:>@])
+ ])dnl
+
+ AC_MSG_RESULT([$found_introspection])
+
+ INTROSPECTION_SCANNER=
+ INTROSPECTION_COMPILER=
+ INTROSPECTION_GENERATE=
+ INTROSPECTION_GIRDIR=
+ INTROSPECTION_TYPELIBDIR=
+ if test "x$found_introspection" = "xyes"; then
+ INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner
gobject-introspection-1.0`
+ INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler
gobject-introspection-1.0`
+ INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate
gobject-introspection-1.0`
+ INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir
gobject-introspection-1.0`
+ INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir
gobject-introspection-1.0)"
+ INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
+ INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
+ INTROSPECTION_MAKEFILE=`$PKG_CONFIG --variable=datadir
gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection
+ fi
+ AC_SUBST(INTROSPECTION_SCANNER)
+ AC_SUBST(INTROSPECTION_COMPILER)
+ AC_SUBST(INTROSPECTION_GENERATE)
+ AC_SUBST(INTROSPECTION_GIRDIR)
+ AC_SUBST(INTROSPECTION_TYPELIBDIR)
+ AC_SUBST(INTROSPECTION_CFLAGS)
+ AC_SUBST(INTROSPECTION_LIBS)
+ AC_SUBST(INTROSPECTION_MAKEFILE)
+
+ AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
+])
+
+
+dnl Usage:
+dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version])
+
+AC_DEFUN([GOBJECT_INTROSPECTION_CHECK],
+[
+ _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1])
+])
+
+dnl Usage:
+dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version])
+
+
+AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE],
+[
+ _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
+])
+
+# nls.m4 serial 5 (gettext-0.18)
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software
+dnl Foundation, Inc.
+dnl This file is free software; the Free Software Foundation
+dnl gives unlimited permission to copy and/or distribute it,
+dnl with or without modifications, as long as this notice is preserved.
+dnl
+dnl This file can be used in projects which are not available under
+dnl the GNU General Public License or the GNU Library General Public
+dnl License but which still want to provide support for the GNU gettext
+dnl functionality.
+dnl Please note that the actual code of the GNU gettext library is covered
+dnl by the GNU Library General Public License, and the rest of the GNU
+dnl gettext package is covered by the GNU General Public License.
+dnl They are *not* in the public domain.
+
+dnl Authors:
+dnl Ulrich Drepper <[email protected]>, 1995-2000.
+dnl Bruno Haible <[email protected]>, 2000-2003.
+
+AC_PREREQ([2.50])
+
+AC_DEFUN([AM_NLS],
+[
+ AC_MSG_CHECKING([whether NLS is requested])
+ dnl Default is enabled NLS
+ AC_ARG_ENABLE([nls],
+ [ --disable-nls do not use Native Language Support],
+ USE_NLS=$enableval, USE_NLS=yes)
+ AC_MSG_RESULT([$USE_NLS])
+ AC_SUBST([USE_NLS])
+])
+
# Copyright (C) 2002-2017 Free Software Foundation, Inc.
#
# This file is free software; the Free Software Foundation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-sound-recorder-3.27.90/configure
new/gnome-sound-recorder-3.28.1/configure
--- old/gnome-sound-recorder-3.27.90/configure 2018-02-12 01:51:09.000000000
+0100
+++ new/gnome-sound-recorder-3.28.1/configure 2018-04-09 23:56:39.000000000
+0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for gnome-sound-recorder 3.27.90.
+# Generated by GNU Autoconf 2.69 for gnome-sound-recorder 3.28.1.
#
# Report bugs to <gnome-sound-recorder>.
#
@@ -590,8 +590,8 @@
# Identity of this package.
PACKAGE_NAME='gnome-sound-recorder'
PACKAGE_TARNAME='gnome-sound-recorder'
-PACKAGE_VERSION='3.27.90'
-PACKAGE_STRING='gnome-sound-recorder 3.27.90'
+PACKAGE_VERSION='3.28.1'
+PACKAGE_STRING='gnome-sound-recorder 3.28.1'
PACKAGE_BUGREPORT='gnome-sound-recorder'
PACKAGE_URL=''
@@ -1376,7 +1376,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 gnome-sound-recorder 3.27.90 to adapt to many kinds of
systems.
+\`configure' configures gnome-sound-recorder 3.28.1 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1447,7 +1447,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of gnome-sound-recorder
3.27.90:";;
+ short | recursive ) echo "Configuration of gnome-sound-recorder 3.28.1:";;
esac
cat <<\_ACEOF
@@ -1567,7 +1567,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-gnome-sound-recorder configure 3.27.90
+gnome-sound-recorder configure 3.28.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1845,7 +1845,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by gnome-sound-recorder $as_me 3.27.90, which was
+It was created by gnome-sound-recorder $as_me 3.28.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2713,7 +2713,7 @@
# Define the identity of the package.
PACKAGE='gnome-sound-recorder'
- VERSION='3.27.90'
+ VERSION='3.28.1'
cat >>confdefs.h <<_ACEOF
@@ -13768,7 +13768,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by gnome-sound-recorder $as_me 3.27.90, which was
+This file was extended by gnome-sound-recorder $as_me 3.28.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -13834,7 +13834,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-gnome-sound-recorder config.status 3.27.90
+gnome-sound-recorder config.status 3.28.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-sound-recorder-3.27.90/configure.ac
new/gnome-sound-recorder-3.28.1/configure.ac
--- old/gnome-sound-recorder-3.27.90/configure.ac 2018-02-11
21:14:49.000000000 +0100
+++ new/gnome-sound-recorder-3.28.1/configure.ac 2018-04-09
23:52:24.000000000 +0200
@@ -1,4 +1,4 @@
-AC_INIT([gnome-sound-recorder],[3.27.90],[gnome-sound-recorder])
+AC_INIT([gnome-sound-recorder],[3.28.1],[gnome-sound-recorder])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-sound-recorder-3.27.90/po/eo.po
new/gnome-sound-recorder-3.28.1/po/eo.po
--- old/gnome-sound-recorder-3.27.90/po/eo.po 2018-01-11 04:11:46.000000000
+0100
+++ new/gnome-sound-recorder-3.28.1/po/eo.po 2018-04-09 23:46:23.000000000
+0200
@@ -9,8 +9,8 @@
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"sound-recorder&keywords=I18N+L10N&component=General\n"
-"POT-Creation-Date: 2017-03-18 20:24+0000\n"
-"PO-Revision-Date: 2017-06-10 03:33+0200\n"
+"POT-Creation-Date: 2017-12-18 15:01+0000\n"
+"PO-Revision-Date: 2018-02-18 10:32+0100\n"
"Last-Translator: Kristjan SCHMIDT <[email protected]>\n"
"Language-Team: Esperanto <[email protected]>\n"
"Language: eo\n"
@@ -18,7 +18,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
+"X-Generator: Poedit 2.0.6\n"
"X-Project-Style: gnome\n"
#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:1
@@ -46,7 +46,7 @@
"Sound Recorder automatically handles the saving process so that you do not "
"need to worry about accidentally discarding the previous recording."
msgstr ""
-"Solidregistrilo aŭtomate traktas la konservo-procezon por ke vi ne "
+"Sonregistrilo aŭtomate traktas la konservo-procezon por ke vi ne "
"maltrankviliĝu pri akcidenta forĵeto de la antaŭa registraĵo."
#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:5
@@ -368,7 +368,6 @@
#. by the application (for example, "Clip 1").
#: ../src/record.js:364
#, javascript-format
-#| msgid "Clip %d"
msgid "Clip %d"
msgstr "Registraĵo %d"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-sound-recorder-3.27.90/po/nl.po
new/gnome-sound-recorder-3.28.1/po/nl.po
--- old/gnome-sound-recorder-3.27.90/po/nl.po 2018-01-11 04:11:46.000000000
+0100
+++ new/gnome-sound-recorder-3.28.1/po/nl.po 2018-04-09 23:46:23.000000000
+0200
@@ -4,14 +4,14 @@
#
# Erwin Poeze <[email protected]>, 2013.
# Hannie Dumoleyn <[email protected]>, 2014, 2016.
-# Nathan Follens <[email protected]>, 2015-2017.
+# Nathan Follens <[email protected]>, 2015-2018.
msgid ""
msgstr ""
"Project-Id-Version: gnome-music 3.10\n"
"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
"sound-recorder&keywords=I18N+L10N&component=General\n"
-"POT-Creation-Date: 2017-08-24 04:11+0000\n"
-"PO-Revision-Date: 2017-08-24 20:41+0200\n"
+"POT-Creation-Date: 2018-02-19 06:43+0000\n"
+"PO-Revision-Date: 2018-03-24 17:39+0100\n"
"Last-Translator: Nathan Follens <[email protected]>\n"
"Language-Team: Dutch <[email protected]>\n"
"Language: nl\n"
@@ -19,7 +19,7 @@
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 2.0.3\n"
+"X-Generator: Poedit 2.0.6\n"
#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:1
#: ../data/org.gnome.SoundRecorder.desktop.in.in.h:1 ../src/application.js:168
@@ -37,22 +37,21 @@
"straight-forward way to record and play audio. It allows you to do basic "
"editing, and create voice memos."
msgstr ""
-"Geluidsrecorder biedt een eenvoudige en moderne interface die toelaat audio "
-"op te nemen en af te spelen. Het laat elementair bewerken van de audio en "
-"het maken van stem-memo's toe."
+"Geluidsrecorder biedt een eenvoudige en moderne interface waarmee u audio "
+"kunt opnemen en afspelen. Het laat elementair bewerken van de audio en het "
+"maken van stem-memo’s toe."
#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:4
msgid ""
"Sound Recorder automatically handles the saving process so that you do not "
"need to worry about accidentally discarding the previous recording."
msgstr ""
-"Geluidsrecorder zorgt automatisch voor het proces van opslaan, zodat u zich "
-"geen zorgen hoeft te maken over het per ongeluk verwijderen van de vorige "
-"opname."
+"Geluidsrecorder zorgt automatisch voor het opslagproces, zodat u zich geen "
+"zorgen hoeft te maken over het per ongeluk verwijderen van de vorige opname."
#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:5
msgid "Supported audio formats:"
-msgstr "Ondersteunde audio-formaten:"
+msgstr "Ondersteunde audioformaten:"
#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:6
msgid "Ogg Vorbis, Opus, FLAC, MP3 and MOV"
@@ -121,7 +120,7 @@
#: ../data/org.gnome.SoundRecorder.desktop.in.in.h:3
msgid "Audio;Application;Record;"
-msgstr "Audio;Application;Toepassing;Record;Opnemen;"
+msgstr "Audio;Application;Toepassing;Record;Opnemen;Geluidsopname;Memo;"
#: ../src/application.js:43
msgid "SoundRecorder"
@@ -156,7 +155,7 @@
"Hannie Dumoleyn\n"
"Nathan Follens\n"
"\n"
-"Kijk voor meer info op http://nl.gnome.org/"
+"Meer info over Gnome-NL http://nl.gnome.org/"
#: ../src/fileUtil.js:88
msgid "Yesterday"
@@ -257,11 +256,11 @@
#: ../src/mainWindow.js:149
msgid "Add Recordings"
-msgstr "Opnames toevoegen"
+msgstr "Voeg opnames toe"
#: ../src/mainWindow.js:154
msgid "Use the <b>Record</b> button to make sound recordings"
-msgstr "De knop <b>Opnemen</b> gebruiken om geluidsopnames te maken"
+msgstr "Gebruik de knop <b>Opnemen</b> om geluidsopnames te maken"
#: ../src/mainWindow.js:300
msgid "Recording…"
@@ -376,7 +375,7 @@
#: ../src/record.js:364
#, javascript-format
msgid "Clip %d"
-msgstr "Clip %d"
+msgstr "Geluidsopname %d"
#~ msgid "%Y-%m-%d %H:%M:%S"
#~ msgstr "%d-%m-%Y %H:%M:%S"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/gnome-sound-recorder-3.27.90/po/ro.po
new/gnome-sound-recorder-3.28.1/po/ro.po
--- old/gnome-sound-recorder-3.27.90/po/ro.po 2018-01-11 04:11:46.000000000
+0100
+++ new/gnome-sound-recorder-3.28.1/po/ro.po 2018-04-09 23:46:23.000000000
+0200
@@ -2,14 +2,15 @@
# Copyright (C) 2014 gnome-sound-recorder's COPYRIGHT HOLDER
# This file is distributed under the same license as the gnome-sound-recorder
package.
# Bogdan Mințoi <[email protected]>, 2014.
-# Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>, 2014, 2015.
+# Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>, 2014, 2015, 2018.
+# Adelin <[email protected]>, 2018.
msgid ""
msgstr ""
"Project-Id-Version: gnome-sound-recorder master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
-"sound-recorder&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2015-06-22 08:10+0000\n"
-"PO-Revision-Date: 2015-06-22 19:36+0200\n"
+"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-"
+"sound-recorder&keywords=I18N+L10N&component=General\n"
+"POT-Creation-Date: 2017-03-18 20:24+0000\n"
+"PO-Revision-Date: 2018-03-26 23:33+0200\n"
"Last-Translator: Daniel Șerbănescu <daniel [at] serbanescu [dot] dk>\n"
"Language-Team: Gnome Romanian Translation Team\n"
"Language: ro\n"
@@ -22,10 +23,16 @@
"X-Project-Style: gnome\n"
#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:1
+#: ../data/org.gnome.SoundRecorder.desktop.in.in.h:1 ../src/application.js:168
+#: ../src/record.js:120
+msgid "Sound Recorder"
+msgstr "Înregistrator de sunet"
+
+#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:2
msgid "A simple, modern sound recorder for GNOME"
msgstr "Un înregistrator de sunet simplu și modern, pentru GNOME"
-#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:2
+#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:3
msgid ""
"Sound Recorder provides a simple and modern interface that provides a "
"straight-forward way to record and play audio. It allows you to do basic "
@@ -35,7 +42,7 @@
"oferă o cale simplă de a înregistra și reda clipuri audio. Vă permite să "
"efectuați editări de bază și să creeați memorii vocale."
-#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:3
+#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:4
msgid ""
"Sound Recorder automatically handles the saving process so that you do not "
"need to worry about accidentally discarding the previous recording."
@@ -44,6 +51,14 @@
"nu trebuie să vă faceți griji despre ștergerea accidentală a înregistrărilor "
"precedente."
+#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:5
+msgid "Supported audio formats:"
+msgstr "Formate audio suportate:"
+
+#: ../data/appdata/org.gnome.SoundRecorder.appdata.xml.in.h:6
+msgid "Ogg Vorbis, Opus, FLAC, MP3 and MOV"
+msgstr "Ogg Vorbis, Opus, FLAC, MP3 și MOV"
+
#: ../data/org.gnome.gnome-sound-recorder.gschema.xml.h:1
msgid "Window size"
msgstr "Dimensiunea ferestrei"
@@ -73,26 +88,33 @@
"este configurată nicio relaționare, codorul implicit va fi folosit."
#: ../data/org.gnome.gnome-sound-recorder.gschema.xml.h:7
+msgid "Available channels"
+msgstr "Canale disponibile"
+
+#: ../data/org.gnome.gnome-sound-recorder.gschema.xml.h:8
+msgid ""
+"Maps available channels. If there is not no mapping set, stereo channel will "
+"be used by default."
+msgstr ""
+"Asociază canalele disponibile. Dacă nu este stabilită nicio asociere, "
+"canalul stereo va fi folosit ca implicit."
+
+#: ../data/org.gnome.gnome-sound-recorder.gschema.xml.h:9
msgid "Microphone volume level"
msgstr "Nivelul volumului microfonului"
-#: ../data/org.gnome.gnome-sound-recorder.gschema.xml.h:8
+#: ../data/org.gnome.gnome-sound-recorder.gschema.xml.h:10
msgid "Microphone volume level."
msgstr "Nivelul volumului microfonului."
-#: ../data/org.gnome.gnome-sound-recorder.gschema.xml.h:9
+#: ../data/org.gnome.gnome-sound-recorder.gschema.xml.h:11
msgid "Speaker volume level"
msgstr "Nivelul volumului difuzorului"
-#: ../data/org.gnome.gnome-sound-recorder.gschema.xml.h:10
+#: ../data/org.gnome.gnome-sound-recorder.gschema.xml.h:12
msgid "Speaker volume level."
msgstr "Nivelul volumului difuzorului."
-#: ../data/org.gnome.SoundRecorder.desktop.in.in.h:1 ../src/application.js:159
-#: ../src/record.js:108
-msgid "Sound Recorder"
-msgstr "Înregistrator de sunet"
-
#: ../data/org.gnome.SoundRecorder.desktop.in.in.h:2
msgid "Record sound via the microphone and play it back"
msgstr "Înregistrează sunet prin intermediul microfonului și îl redă"
@@ -105,7 +127,7 @@
msgid "SoundRecorder"
msgstr "Înregistrator de sunet"
-#: ../src/application.js:50 ../src/preferences.js:39
+#: ../src/application.js:50 ../src/preferences.js:40
msgid "Preferences"
msgstr "Preferințe"
@@ -121,21 +143,21 @@
msgid "Sound Recorder started"
msgstr "Înregistrator de sunet pornit"
-#. Translators: "Recordings" here refers to the name of the directory where
the application places files */
+#. Translators: "Recordings" here refers to the name of the directory where
the application places files
#: ../src/application.js:93
msgid "Recordings"
msgstr "Înregistrări"
-#. Translators: Replace "translator-credits" with your names, one name per
line */
-#: ../src/application.js:158
+#. Translators: Replace "translator-credits" with your names, one name per line
+#: ../src/application.js:167
msgid "translator-credits"
msgstr "Bogdan Mințoi <[email protected]> 2014"
-#: ../src/fileUtil.js:89
+#: ../src/fileUtil.js:88
msgid "Yesterday"
msgstr "Ieri"
-#: ../src/fileUtil.js:91
+#: ../src/fileUtil.js:90
#, javascript-format
msgid "%d day ago"
msgid_plural "%d days ago"
@@ -143,11 +165,11 @@
msgstr[1] "Acum %d zile"
msgstr[2] "Acum %d de zile"
-#: ../src/fileUtil.js:95
+#: ../src/fileUtil.js:94
msgid "Last week"
msgstr "Săptămâna trecută"
-#: ../src/fileUtil.js:97
+#: ../src/fileUtil.js:96
#, javascript-format
msgid "%d week ago"
msgid_plural "%d weeks ago"
@@ -155,11 +177,11 @@
msgstr[1] "Acum %d săptămâni"
msgstr[2] "Acum %d de săptămâni"
-#: ../src/fileUtil.js:101
+#: ../src/fileUtil.js:100
msgid "Last month"
msgstr "Luna trecută"
-#: ../src/fileUtil.js:103
+#: ../src/fileUtil.js:102
#, javascript-format
msgid "%d month ago"
msgid_plural "%d months ago"
@@ -167,11 +189,11 @@
msgstr[1] "Acum %d luni"
msgstr[2] "Acum %d de luni"
-#: ../src/fileUtil.js:107
+#: ../src/fileUtil.js:106
msgid "Last year"
msgstr "Anul trecut"
-#: ../src/fileUtil.js:109
+#: ../src/fileUtil.js:108
#, javascript-format
msgid "%d year ago"
msgid_plural "%d years ago"
@@ -179,61 +201,73 @@
msgstr[1] "Acum %d ani"
msgstr[2] "Acum %d de ani"
-#: ../src/info.js:46 ../src/mainWindow.js:512
+#: ../src/info.js:44 ../src/mainWindow.js:515
msgid "Info"
msgstr "Info"
-#: ../src/info.js:55
+#: ../src/info.js:48
msgid "Cancel"
msgstr "Anulează"
-#: ../src/info.js:69 ../src/mainWindow.js:301
+#. finish button (stop recording)
+#: ../src/info.js:53 ../src/mainWindow.js:314
msgid "Done"
msgstr "Realizat"
-#: ../src/info.js:95
+#. File Name item
+#. Translators: "File Name" is the label next to the file name
+#. in the info dialog
+#: ../src/info.js:80
msgctxt "File Name"
msgid "Name"
msgstr "Nume"
-#: ../src/info.js:102
+#. Source item
+#: ../src/info.js:87
msgid "Source"
msgstr "Sursă"
-#: ../src/info.js:111
+#. Date Modified item
+#: ../src/info.js:96
msgid "Date Modified"
msgstr "Data modificării"
-#: ../src/info.js:117
+#. Date Created item
+#: ../src/info.js:102
msgid "Date Created"
msgstr "Data creării"
-#: ../src/info.js:128
+#. Media type item
+#. Translators: "Type" is the label next to the media type
+#. (Ogg Vorbis, AAC, ...) in the info dialog
+#: ../src/info.js:113
msgctxt "Media Type"
msgid "Type"
msgstr "Tip"
-#: ../src/listview.js:127 ../src/listview.js:222
-msgid "%Y-%m-%d %H:%M:%S"
-msgstr "%Y-%m-%d %H:%M:%S"
+#. Media type data
+#: ../src/info.js:152
+msgid "Unknown"
+msgstr "Necunoscut"
-#: ../src/mainWindow.js:112 ../src/mainWindow.js:779
+#: ../src/mainWindow.js:113 ../src/mainWindow.js:794
msgid "Record"
msgstr "Înregistrare"
-#: ../src/mainWindow.js:148
+#: ../src/mainWindow.js:149
msgid "Add Recordings"
msgstr "Adaugă înregistrări"
-#: ../src/mainWindow.js:153
+#: ../src/mainWindow.js:154
msgid "Use the <b>Record</b> button to make sound recordings"
msgstr "Folosiți butonul <b>Înregistrare</b> pentru a înregistra clipuri audio"
-#: ../src/mainWindow.js:287
+#: ../src/mainWindow.js:300
msgid "Recording…"
msgstr "Se înregistrează…"
-#: ../src/mainWindow.js:339
+#. Translators: This is the title in the headerbar
+#: ../src/mainWindow.js:352
#, javascript-format
msgid "%d Recorded Sound"
msgid_plural "%d Recorded Sounds"
@@ -245,35 +279,43 @@
msgid "Play"
msgstr "Redă"
-#: ../src/mainWindow.js:421
+#: ../src/mainWindow.js:422
msgid "Pause"
msgstr "Pauză"
-#: ../src/mainWindow.js:525
+#: ../src/mainWindow.js:530
msgid "Delete"
msgstr "Șterge"
-#: ../src/mainWindow.js:814
+#: ../src/mainWindow.js:829
msgid "Ogg Vorbis"
msgstr "Ogg Vorbis"
-#: ../src/mainWindow.js:814
+#: ../src/mainWindow.js:829
msgid "Opus"
msgstr "Opus"
-#: ../src/mainWindow.js:814
+#: ../src/mainWindow.js:829
msgid "FLAC"
msgstr "FLAC"
-#: ../src/mainWindow.js:814
+#: ../src/mainWindow.js:829
msgid "MP3"
msgstr "MP3"
-#: ../src/mainWindow.js:814
+#: ../src/mainWindow.js:829
msgid "MOV"
msgstr "MOV"
-#: ../src/mainWindow.js:838
+#: ../src/mainWindow.js:853
+msgid "Mono"
+msgstr "Mono"
+
+#: ../src/mainWindow.js:853
+msgid "Stereo"
+msgstr "Stereo"
+
+#: ../src/mainWindow.js:877
msgid "Load More"
msgstr "Mai mult"
@@ -281,40 +323,47 @@
msgid "Unable to play recording"
msgstr "Înregistrarea nu poate fi redată"
-#: ../src/preferences.js:63
+#: ../src/preferences.js:64
msgid "Preferred format"
msgstr "Format preferat"
-#: ../src/preferences.js:71
+#: ../src/preferences.js:72
+msgid "Default mode"
+msgstr "Mod implicit"
+
+#: ../src/preferences.js:80
msgid "Volume"
msgstr "Volum"
-#: ../src/preferences.js:86
+#: ../src/preferences.js:95
msgid "Microphone"
msgstr "Microfon"
-#: ../src/record.js:66
+#: ../src/record.js:71
msgid "Unable to create Recordings directory."
msgstr "Dosarul de înregistrări nu poate fi creat."
-#: ../src/record.js:75
+#: ../src/record.js:84
+msgid "Please install the GStreamer 1.0 PulseAudio plugin."
+msgstr "Instalați modulul GStreamer 1.0 PulseAudio."
+
+#: ../src/record.js:86
msgid "Your audio capture settings are invalid."
msgstr "Setările de captură audio sunt nevalide."
-#: ../src/record.js:125
+#: ../src/record.js:137
msgid "Not all elements could be created."
msgstr "Nu au putut fi create toate elementele."
-#: ../src/record.js:137
-#| msgid "Not all elements could be created."
+#: ../src/record.js:149
msgid "Not all of the elements were linked."
msgstr "Nu toate elementele au fost legate."
-#: ../src/record.js:162
+#: ../src/record.js:174
msgid "No Media Profile was set."
msgstr "Nu a fost setat un profil media."
-#: ../src/record.js:173
+#: ../src/record.js:185
msgid ""
"Unable to set the pipeline \n"
" to the recording state."
@@ -323,8 +372,11 @@
" la starea de înregistrare."
#. Translators: ""Clip %d"" is the default name assigned to a file created
-#. by the application (for example, "Clip 1"). */
-#: ../src/record.js:326
+#. by the application (for example, "Clip 1").
+#: ../src/record.js:364
#, javascript-format
msgid "Clip %d"
msgstr "Clip %d"
+
+#~ msgid "%Y-%m-%d %H:%M:%S"
+#~ msgstr "%Y-%m-%d %H:%M:%S"