diff -Nru brasero-3.12.2/aclocal.m4 brasero-3.12.3/aclocal.m4 --- brasero-3.12.2/aclocal.m4 2017-07-31 16:36:03.000000000 +0000 +++ brasero-3.12.3/aclocal.m4 2021-09-20 08:24:14.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.15 -*- Autoconf -*- +# generated automatically by aclocal 1.16.2 -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,5361 +20,4712 @@ 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'.])]) -# Copyright (C) 1995-2002 Free Software Foundation, Inc. -# Copyright (C) 2001-2003,2004 Red Hat, Inc. -# -# This file is free software, distributed under the terms of the GNU -# General Public License. As a special exception to the GNU General -# Public License, this file may be distributed as part of a program -# that contains a configuration script generated by Autoconf, under -# the same distribution terms as the rest of that program. -# -# This file can be copied and used freely without restrictions. It can -# be used in projects which are not available under the GNU Public License -# but which still want to provide support for the GNU gettext functionality. -# -# Macro to add for using GNU gettext. -# Ulrich Drepper , 1995, 1996 -# -# Modified to never use included libintl. -# Owen Taylor , 12/15/1998 -# -# Major rework to remove unused code -# Owen Taylor , 12/11/2002 -# -# Added better handling of ALL_LINGUAS from GNU gettext version -# written by Bruno Haible, Owen Taylor 5/30/3002 -# -# Modified to require ngettext -# Matthias Clasen 08/06/2004 -# -# We need this here as well, since someone might use autoconf-2.5x -# to configure GLib then an older version to configure a package -# using AM_GLIB_GNU_GETTEXT -AC_PREREQ(2.53) -dnl -dnl We go to great lengths to make sure that aclocal won't -dnl try to pull in the installed version of these macros -dnl when running aclocal in the glib directory. -dnl -m4_copy([AC_DEFUN],[glib_DEFUN]) -m4_copy([AC_REQUIRE],[glib_REQUIRE]) -dnl -dnl At the end, if we're not within glib, we'll define the public -dnl definitions in terms of our private definitions. -dnl +dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) +# serial 42 IT_PROG_INTLTOOL +AC_DEFUN([IT_PROG_INTLTOOL], [ +AC_PREREQ([2.50])dnl +AC_REQUIRE([AM_NLS])dnl -# GLIB_LC_MESSAGES -#-------------------- -glib_DEFUN([GLIB_LC_MESSAGES], - [AC_CHECK_HEADERS([locale.h]) - if test $ac_cv_header_locale_h = yes; then - AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, - [AC_TRY_LINK([#include ], [return LC_MESSAGES], - am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) - if test $am_cv_val_LC_MESSAGES = yes; then - AC_DEFINE(HAVE_LC_MESSAGES, 1, - [Define if your file defines LC_MESSAGES.]) - fi - fi]) +case "$am__api_version" in + 1.[01234]) + AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) + ;; + *) + ;; +esac -# GLIB_PATH_PROG_WITH_TEST -#---------------------------- -dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, -dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) -glib_DEFUN([GLIB_PATH_PROG_WITH_TEST], -[# Extract the first word of "$2", so it can be a program name with args. -set dummy $2; ac_word=[$]2 -AC_MSG_CHECKING([for $ac_word]) -AC_CACHE_VAL(ac_cv_path_$1, -[case "[$]$1" in - /*) - ac_cv_path_$1="[$]$1" # Let the user override the test with a path. - ;; - *) - IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" - for ac_dir in ifelse([$5], , $PATH, [$5]); do - test -z "$ac_dir" && ac_dir=. - if test -f $ac_dir/$ac_word; then - if [$3]; then - ac_cv_path_$1="$ac_dir/$ac_word" - break - fi - fi - done - IFS="$ac_save_ifs" -dnl If no 4th arg is given, leave the cache variable unset, -dnl so AC_PATH_PROGS will keep looking. -ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" -])dnl - ;; -esac])dnl -$1="$ac_cv_path_$1" -if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then - AC_MSG_RESULT([$]$1) -else - AC_MSG_RESULT(no) +INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` +INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` +INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` +if test -n "$1"; then + AC_MSG_CHECKING([for intltool >= $1]) + AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) + test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || + AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) fi -AC_SUBST($1)dnl -]) -dnl Checks for special options needed on Mac OS X. -dnl Defines INTL_MACOSX_LIBS. -dnl -dnl Copied from intlmacosx.m4 in gettext, GPL. -dnl Copyright (C) 2004-2013 Free Software Foundation, Inc. -glib_DEFUN([glib_gt_INTL_MACOSX], -[ - dnl Check for API introduced in Mac OS X 10.2. - AC_CACHE_CHECK([for CFPreferencesCopyAppValue], - [gt_cv_func_CFPreferencesCopyAppValue], - [gt_save_LIBS="$LIBS" - LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" - AC_LINK_IFELSE( - [AC_LANG_PROGRAM( - [[#include ]], - [[CFPreferencesCopyAppValue(NULL, NULL)]])], - [gt_cv_func_CFPreferencesCopyAppValue=yes], - [gt_cv_func_CFPreferencesCopyAppValue=no]) - LIBS="$gt_save_LIBS"]) - if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then - AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], - [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) - fi - dnl Check for API introduced in Mac OS X 10.3. - AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent], - [gt_save_LIBS="$LIBS" - LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" - AC_LINK_IFELSE( - [AC_LANG_PROGRAM( - [[#include ]], - [[CFLocaleCopyCurrent();]])], - [gt_cv_func_CFLocaleCopyCurrent=yes], - [gt_cv_func_CFLocaleCopyCurrent=no]) - LIBS="$gt_save_LIBS"]) - if test $gt_cv_func_CFLocaleCopyCurrent = yes; then - AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1], - [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) - fi - INTL_MACOSX_LIBS= - if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then - INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" - fi - AC_SUBST([INTL_MACOSX_LIBS]) -]) +AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) +AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) +AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) +if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then + AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) +fi -# GLIB_WITH_NLS -#----------------- -glib_DEFUN([GLIB_WITH_NLS], - dnl NLS is obligatory - [USE_NLS=yes - AC_SUBST(USE_NLS) +if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 +fi +AC_SUBST([AM_DEFAULT_VERBOSITY]) - gt_cv_have_gettext=no +INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' +INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' +INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;' +AC_SUBST(INTLTOOL_V_MERGE) +AC_SUBST(INTLTOOL__v_MERGE_) +AC_SUBST(INTLTOOL__v_MERGE_0) - CATOBJEXT=NONE - XGETTEXT=: - INTLLIBS= +INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' +intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' +intltool__v_merge_options_0='-q' +AC_SUBST(INTLTOOL_V_MERGE_OPTIONS) +AC_SUBST(intltool__v_merge_options_) +AC_SUBST(intltool__v_merge_options_0) - glib_gt_INTL_MACOSX + INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@' + INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@' +else + INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir' +fi + INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' + INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - AC_CHECK_HEADER(libintl.h, - [gt_cv_func_dgettext_libintl="no" - libintl_extra_libs="" +_IT_SUBST(INTLTOOL_DESKTOP_RULE) +_IT_SUBST(INTLTOOL_DIRECTORY_RULE) +_IT_SUBST(INTLTOOL_KEYS_RULE) +_IT_SUBST(INTLTOOL_PROP_RULE) +_IT_SUBST(INTLTOOL_OAF_RULE) +_IT_SUBST(INTLTOOL_PONG_RULE) +_IT_SUBST(INTLTOOL_SERVER_RULE) +_IT_SUBST(INTLTOOL_SHEET_RULE) +_IT_SUBST(INTLTOOL_SOUNDLIST_RULE) +_IT_SUBST(INTLTOOL_UI_RULE) +_IT_SUBST(INTLTOOL_XAM_RULE) +_IT_SUBST(INTLTOOL_KBD_RULE) +_IT_SUBST(INTLTOOL_XML_RULE) +_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) +_IT_SUBST(INTLTOOL_CAVES_RULE) +_IT_SUBST(INTLTOOL_SCHEMAS_RULE) +_IT_SUBST(INTLTOOL_THEME_RULE) +_IT_SUBST(INTLTOOL_SERVICE_RULE) +_IT_SUBST(INTLTOOL_POLICY_RULE) - # - # First check in libc - # - AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc, - [AC_TRY_LINK([ -#include -], - [return !ngettext ("","", 1)], - gt_cv_func_ngettext_libc=yes, - gt_cv_func_ngettext_libc=no) - ]) - - if test "$gt_cv_func_ngettext_libc" = "yes" ; then - AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc, - [AC_TRY_LINK([ -#include -], - [return !dgettext ("","")], - gt_cv_func_dgettext_libc=yes, - gt_cv_func_dgettext_libc=no) - ]) - fi - - if test "$gt_cv_func_ngettext_libc" = "yes" ; then - AC_CHECK_FUNCS(bind_textdomain_codeset) - fi +# Check the gettext tools to make sure they are GNU +AC_PATH_PROG(XGETTEXT, xgettext) +AC_PATH_PROG(MSGMERGE, msgmerge) +AC_PATH_PROG(MSGFMT, msgfmt) +AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) +if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then + AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) +fi +xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" +mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" +mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" +if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then + AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) +fi - # - # If we don't have everything we want, check in libintl - # - if test "$gt_cv_func_dgettext_libc" != "yes" \ - || test "$gt_cv_func_ngettext_libc" != "yes" \ - || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then - - AC_CHECK_LIB(intl, bindtextdomain, - [AC_CHECK_LIB(intl, ngettext, - [AC_CHECK_LIB(intl, dgettext, - gt_cv_func_dgettext_libintl=yes)])]) +AC_PATH_PROG(INTLTOOL_PERL, perl) +if test -z "$INTLTOOL_PERL"; then + AC_MSG_ERROR([perl not found]) +fi +AC_MSG_CHECKING([for perl >= 5.8.1]) +$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 +if test $? -ne 0; then + AC_MSG_ERROR([perl 5.8.1 is required for intltool]) +else + IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` + AC_MSG_RESULT([$IT_PERL_VERSION]) +fi +if test "x$2" != "xno-xml"; then + AC_MSG_CHECKING([for XML::Parser]) + if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then + AC_MSG_RESULT([ok]) + else + AC_MSG_ERROR([XML::Parser perl module is required for intltool]) + fi +fi - if test "$gt_cv_func_dgettext_libintl" != "yes" ; then - AC_MSG_CHECKING([if -liconv is needed to use gettext]) - AC_MSG_RESULT([]) - AC_CHECK_LIB(intl, ngettext, - [AC_CHECK_LIB(intl, dcgettext, - [gt_cv_func_dgettext_libintl=yes - libintl_extra_libs=-liconv], - :,-liconv)], - :,-liconv) - fi +# Substitute ALL_LINGUAS so we can use it in po/Makefile +AC_SUBST(ALL_LINGUAS) - # - # If we found libintl, then check in it for bind_textdomain_codeset(); - # we'll prefer libc if neither have bind_textdomain_codeset(), - # and both have dgettext and ngettext - # - if test "$gt_cv_func_dgettext_libintl" = "yes" ; then - glib_save_LIBS="$LIBS" - LIBS="$LIBS -lintl $libintl_extra_libs" - unset ac_cv_func_bind_textdomain_codeset - AC_CHECK_FUNCS(bind_textdomain_codeset) - LIBS="$glib_save_LIBS" +IT_PO_SUBDIR([po]) - if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then - gt_cv_func_dgettext_libc=no - else - if test "$gt_cv_func_dgettext_libc" = "yes" \ - && test "$gt_cv_func_ngettext_libc" = "yes"; then - gt_cv_func_dgettext_libintl=no - fi - fi - fi - fi +]) - if test "$gt_cv_func_dgettext_libc" = "yes" \ - || test "$gt_cv_func_dgettext_libintl" = "yes"; then - gt_cv_have_gettext=yes - fi - - if test "$gt_cv_func_dgettext_libintl" = "yes"; then - INTLLIBS="-lintl $libintl_extra_libs $INTL_MACOSX_LIBS" - fi - - if test "$gt_cv_have_gettext" = "yes"; then - AC_DEFINE(HAVE_GETTEXT,1, - [Define if the GNU gettext() function is already present or preinstalled.]) - GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, - [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl - if test "$MSGFMT" != "no"; then - glib_save_LIBS="$LIBS" - LIBS="$LIBS $INTLLIBS" - AC_CHECK_FUNCS(dcgettext) - MSGFMT_OPTS= - AC_MSG_CHECKING([if msgfmt accepts -c]) - GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=UTF-8\n" -"Project-Id-Version: test 1.0\n" -"PO-Revision-Date: 2007-02-15 12:01+0100\n" -"Last-Translator: test \n" -"Language-Team: C \n" -"MIME-Version: 1.0\n" -"Content-Transfer-Encoding: 8bit\n" -], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) - AC_SUBST(MSGFMT_OPTS) - AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) - GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, - [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) - AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr], - [CATOBJEXT=.gmo - DATADIRNAME=share], - [case $host in - *-*-solaris*) - dnl On Solaris, if bind_textdomain_codeset is in libc, - dnl GNU format message catalog is always supported, - dnl since both are added to the libc all together. - dnl Hence, we'd like to go with DATADIRNAME=share and - dnl and CATOBJEXT=.gmo in this case. - AC_CHECK_FUNC(bind_textdomain_codeset, - [CATOBJEXT=.gmo - DATADIRNAME=share], - [CATOBJEXT=.mo - DATADIRNAME=lib]) - ;; - *-*-openbsd*) - CATOBJEXT=.mo - DATADIRNAME=share - ;; - *) - CATOBJEXT=.mo - DATADIRNAME=lib - ;; - esac]) - LIBS="$glib_save_LIBS" - INSTOBJEXT=.mo - else - gt_cv_have_gettext=no - fi - fi - ]) - if test "$gt_cv_have_gettext" = "yes" ; then - AC_DEFINE(ENABLE_NLS, 1, - [always defined to indicate that i18n is enabled]) +# IT_PO_SUBDIR(DIRNAME) +# --------------------- +# All po subdirs have to be declared with this macro; the subdir "po" is +# declared by IT_PROG_INTLTOOL. +# +AC_DEFUN([IT_PO_SUBDIR], +[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. +dnl +dnl The following CONFIG_COMMANDS should be executed at the very end +dnl of config.status. +AC_CONFIG_COMMANDS_PRE([ + AC_CONFIG_COMMANDS([$1/stamp-it], [ + if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then + AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) fi + rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" + >"$1/stamp-it.tmp" + [sed '/^#/d + s/^[[].*] *// + /^[ ]*$/d + '"s|^| $ac_top_srcdir/|" \ + "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" + ] + [sed '/^POTFILES =/,/[^\\]$/ { + /^POTFILES =/!d + r $1/POTFILES + } + ' "$1/Makefile.in" >"$1/Makefile"] + rm -f "$1/Makefile.tmp" + mv "$1/stamp-it.tmp" "$1/stamp-it" + ]) +])dnl +]) - dnl Test whether we really found GNU xgettext. - if test "$XGETTEXT" != ":"; then - dnl If it is not GNU xgettext we define it as : so that the - dnl Makefiles still can work. - if $XGETTEXT --omit-header /dev/null 2> /dev/null; then - : ; - else - AC_MSG_RESULT( - [found xgettext program is not GNU xgettext; ignore it]) - XGETTEXT=":" - fi - fi +# _IT_SUBST(VARIABLE) +# ------------------- +# Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST +# +AC_DEFUN([_IT_SUBST], +[ +AC_SUBST([$1]) +m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) +] +) - # We need to process the po/ directory. - POSUB=po +# deprecated macros +AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) +# A hint is needed for aclocal from Automake <= 1.9.4: +# AC_DEFUN([AC_PROG_INTLTOOL], ...) - AC_OUTPUT_COMMANDS( - [case "$CONFIG_FILES" in *po/Makefile.in*) - sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile - esac]) - dnl These rules are solely for the distribution goal. While doing this - dnl we only have to keep exactly one list of the available catalogs - dnl in configure.ac. - for lang in $ALL_LINGUAS; do - GMOFILES="$GMOFILES $lang.gmo" - POFILES="$POFILES $lang.po" - done +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- +# +# Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. +# Written by Gordon Matzigkeit, 1996 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. - dnl Make all variables we use known to autoconf. - AC_SUBST(CATALOGS) - AC_SUBST(CATOBJEXT) - AC_SUBST(DATADIRNAME) - AC_SUBST(GMOFILES) - AC_SUBST(INSTOBJEXT) - AC_SUBST(INTLLIBS) - AC_SUBST(PO_IN_DATADIR_TRUE) - AC_SUBST(PO_IN_DATADIR_FALSE) - AC_SUBST(POFILES) - AC_SUBST(POSUB) - ]) +m4_define([_LT_COPYING], [dnl +# Copyright (C) 2014 Free Software Foundation, Inc. +# This is free software; see the source for copying conditions. There is NO +# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -# AM_GLIB_GNU_GETTEXT -# ------------------- -# Do checks necessary for use of gettext. If a suitable implementation -# of gettext is found in either in libintl or in the C library, -# it will set INTLLIBS to the libraries needed for use of gettext -# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable -# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST() -# on various variables needed by the Makefile.in.in installed by -# glib-gettextize. -dnl -AU_DEFUN([GLIB_GNU_GETTEXT], - [AC_REQUIRE([AC_PROG_CC])dnl - - GLIB_LC_MESSAGES - GLIB_WITH_NLS +# GNU Libtool is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of of the License, or +# (at your option) any later version. +# +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program or library that is built +# using GNU Libtool, you may include this file under the same +# distribution terms that you use for the rest of that program. +# +# GNU Libtool is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +]) - if test "$gt_cv_have_gettext" = "yes"; then - if test "x$ALL_LINGUAS" = "x"; then - LINGUAS= - else - AC_MSG_CHECKING(for catalogs to be installed) - NEW_LINGUAS= - for presentlang in $ALL_LINGUAS; do - useit=no - if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then - desiredlanguages="$LINGUAS" - else - desiredlanguages="$ALL_LINGUAS" - fi - for desiredlang in $desiredlanguages; do - # Use the presentlang catalog if desiredlang is - # a. equal to presentlang, or - # b. a variant of presentlang (because in this case, - # presentlang can be used as a fallback for messages - # which are not translated in the desiredlang catalog). - case "$desiredlang" in - "$presentlang"*) useit=yes;; - esac - done - if test $useit = yes; then - NEW_LINGUAS="$NEW_LINGUAS $presentlang" - fi - done - LINGUAS=$NEW_LINGUAS - AC_MSG_RESULT($LINGUAS) - fi +# serial 58 LT_INIT - dnl Construct list of names of catalog files to be constructed. - if test -n "$LINGUAS"; then - for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done - fi - fi - dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly - dnl find the mkinstalldirs script in another subdir but ($top_srcdir). - dnl Try to locate is. - MKINSTALLDIRS= - if test -n "$ac_aux_dir"; then - MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" - fi - if test -z "$MKINSTALLDIRS"; then - MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" - fi - AC_SUBST(MKINSTALLDIRS) +# LT_PREREQ(VERSION) +# ------------------ +# Complain and exit if this libtool version is less that VERSION. +m4_defun([LT_PREREQ], +[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, + [m4_default([$3], + [m4_fatal([Libtool version $1 or higher is required], + 63)])], + [$2])]) - dnl Generate list of files to be processed by xgettext which will - dnl be included in po/Makefile. - test -d po || mkdir po - if test "x$srcdir" != "x."; then - if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then - posrcprefix="$srcdir/" - else - posrcprefix="../$srcdir/" - fi - else - posrcprefix="../" - fi - rm -f po/POTFILES - sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ - < $srcdir/po/POTFILES.in > po/POTFILES - ], - [[$0: This macro is deprecated. You should use upstream gettext instead.]]) -# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE) -# ------------------------------- -# Define VARIABLE to the location where catalog files will -# be installed by po/Makefile. -glib_DEFUN([GLIB_DEFINE_LOCALEDIR], -[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl -glib_save_prefix="$prefix" -glib_save_exec_prefix="$exec_prefix" -glib_save_datarootdir="$datarootdir" -test "x$prefix" = xNONE && prefix=$ac_default_prefix -test "x$exec_prefix" = xNONE && exec_prefix=$prefix -datarootdir=`eval echo "${datarootdir}"` -if test "x$CATOBJEXT" = "x.mo" ; then - localedir=`eval echo "${libdir}/locale"` -else - localedir=`eval echo "${datadir}/locale"` -fi -prefix="$glib_save_prefix" -exec_prefix="$glib_save_exec_prefix" -datarootdir="$glib_save_datarootdir" -AC_DEFINE_UNQUOTED($1, "$localedir", - [Define the location where the catalogs will be installed]) +# _LT_CHECK_BUILDDIR +# ------------------ +# Complain if the absolute build directory name contains unusual characters +m4_defun([_LT_CHECK_BUILDDIR], +[case `pwd` in + *\ * | *\ *) + AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; +esac ]) -dnl -dnl Now the definitions that aclocal will find -dnl -ifdef(glib_configure_ac,[],[ -AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)]) -AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)]) -])dnl - -# GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL]) -# -# Create a temporary file with TEST-FILE as its contents and pass the -# file name to PROGRAM. Perform ACTION-IF-PASS if PROGRAM exits with -# 0 and perform ACTION-IF-FAIL for any other exit status. -AC_DEFUN([GLIB_RUN_PROG], -[cat >conftest.foo <<_ACEOF -$2 -_ACEOF -if AC_RUN_LOG([$1 conftest.foo]); then - m4_ifval([$3], [$3], [:]) -m4_ifvaln([$4], [else $4])dnl -echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD -sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD -fi]) - - -# gnome-common.m4 -# -# serial 3 -# -AU_DEFUN([GNOME_DEBUG_CHECK], -[ - AX_CHECK_ENABLE_DEBUG([no],[GNOME_ENABLE_DEBUG]) -], -[[$0: This macro is deprecated. You should use AX_CHECK_ENABLE_DEBUG instead and -replace uses of GNOME_ENABLE_DEBUG with ENABLE_DEBUG. -See: http://www.gnu.org/software/autoconf-archive/ax_check_enable_debug.html#ax_check_enable_debug]]) +# LT_INIT([OPTIONS]) +# ------------------ +AC_DEFUN([LT_INIT], +[AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +AC_BEFORE([$0], [LT_LANG])dnl +AC_BEFORE([$0], [LT_OUTPUT])dnl +AC_BEFORE([$0], [LTDL_INIT])dnl +m4_require([_LT_CHECK_BUILDDIR])dnl -dnl GNOME_MAINTAINER_MODE_DEFINES () -dnl define DISABLE_DEPRECATED -dnl -AU_DEFUN([GNOME_MAINTAINER_MODE_DEFINES], -[ - AC_REQUIRE([AM_MAINTAINER_MODE]) +dnl Autoconf doesn't catch unexpanded LT_ macros by default: +m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl +m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl +dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 +dnl unless we require an AC_DEFUNed macro: +AC_REQUIRE([LTOPTIONS_VERSION])dnl +AC_REQUIRE([LTSUGAR_VERSION])dnl +AC_REQUIRE([LTVERSION_VERSION])dnl +AC_REQUIRE([LTOBSOLETE_VERSION])dnl +m4_require([_LT_PROG_LTMAIN])dnl - DISABLE_DEPRECATED="" - if test $USE_MAINTAINER_MODE = yes; then - DOMAINS="GCONF BONOBO BONOBO_UI GNOME LIBGLADE GNOME_VFS WNCK LIBSOUP" - for DOMAIN in $DOMAINS; do - DISABLE_DEPRECATED="$DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES" - done - fi +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) - AC_SUBST(DISABLE_DEPRECATED) -], -[[$0: This macro is deprecated. All of the modules it disables deprecations for -are obsolete. Remove it and all uses of DISABLE_DEPRECATED.]]) +dnl Parse OPTIONS +_LT_SET_OPTIONS([$0], [$1]) -# gnome-compiler-flags.m4 -# -# serial 4 -# +# This can be used to rebuild libtool when needed +LIBTOOL_DEPS=$ltmain -dnl GNOME_COMPILE_WARNINGS -dnl Turn on many useful compiler warnings and substitute the result into -dnl WARN_CFLAGS -dnl For now, only works on GCC -dnl Pass the default value of the --enable-compile-warnings configure option as -dnl the first argument to the macro, defaulting to 'yes'. -dnl Additional warning/error flags can be passed as an optional second argument. -dnl -dnl For example: GNOME_COMPILE_WARNINGS([maximum],[-Werror=some-flag -Wfoobar]) -AU_DEFUN([GNOME_COMPILE_WARNINGS],[ - dnl ****************************** - dnl More compiler warnings - dnl ****************************** +# Always use our own libtool. +LIBTOOL='$(SHELL) $(top_builddir)/libtool' +AC_SUBST(LIBTOOL)dnl - AC_ARG_ENABLE(compile-warnings, - AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@], - [Turn on compiler warnings]),, - [enable_compile_warnings="m4_default([$1],[yes])"]) +_LT_SETUP - if test "x$GCC" != xyes; then - enable_compile_warnings=no - fi +# Only expand once: +m4_define([LT_INIT]) +])# LT_INIT - warning_flags= - realsave_CFLAGS="$CFLAGS" +# Old names: +AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) +AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PROG_LIBTOOL], []) +dnl AC_DEFUN([AM_PROG_LIBTOOL], []) - dnl These are warning flags that aren't marked as fatal. Can be - dnl overridden on a per-project basis with -Wno-foo. - base_warn_flags=" \ - -Wall \ - -Wstrict-prototypes \ - -Wnested-externs \ - " - dnl These compiler flags typically indicate very broken or suspicious - dnl code. Some of them such as implicit-function-declaration are - dnl just not default because gcc compiles a lot of legacy code. - dnl We choose to make this set into explicit errors. - base_error_flags=" \ - -Werror=missing-prototypes \ - -Werror=implicit-function-declaration \ - -Werror=pointer-arith \ - -Werror=init-self \ - -Werror=format-security \ - -Werror=format=2 \ - -Werror=missing-include-dirs \ - -Werror=return-type \ - " +# _LT_PREPARE_CC_BASENAME +# ----------------------- +m4_defun([_LT_PREPARE_CC_BASENAME], [ +# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. +func_cc_basename () +{ + for cc_temp in @S|@*""; do + case $cc_temp in + compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; + distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; + \-*) ;; + *) break;; + esac + done + func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` +} +])# _LT_PREPARE_CC_BASENAME - dnl Additional warning or error flags provided by the module author to - dnl allow stricter standards to be imposed on a per-module basis. - dnl The author can pass -W or -Werror flags here as they see fit. - additional_flags="m4_default([$2],[])" - case "$enable_compile_warnings" in - no) - warning_flags="-w" - ;; - minimum) - warning_flags="-Wall" - ;; - yes|maximum|error) - warning_flags="$base_warn_flags $base_error_flags $additional_flags" - ;; - *) - AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to --enable-compile-warnings) - ;; - esac +# _LT_CC_BASENAME(CC) +# ------------------- +# It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME, +# but that macro is also expanded into generated libtool script, which +# arranges for $SED and $ECHO to be set by different means. +m4_defun([_LT_CC_BASENAME], +[m4_require([_LT_PREPARE_CC_BASENAME])dnl +AC_REQUIRE([_LT_DECL_SED])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl +func_cc_basename $1 +cc_basename=$func_cc_basename_result +]) - if test "$enable_compile_warnings" = "error" ; then - warning_flags="$warning_flags -Werror" - fi - dnl Check whether GCC supports the warning options - for option in $warning_flags; do - save_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS $option" - AC_MSG_CHECKING([whether gcc understands $option]) - AC_TRY_COMPILE([], [], - has_option=yes, - has_option=no,) - CFLAGS="$save_CFLAGS" - AC_MSG_RESULT([$has_option]) - if test $has_option = yes; then - tested_warning_flags="$tested_warning_flags $option" - fi - unset has_option - unset save_CFLAGS - done - unset option - CFLAGS="$realsave_CFLAGS" - AC_MSG_CHECKING(what warning flags to pass to the C compiler) - AC_MSG_RESULT($tested_warning_flags) +# _LT_FILEUTILS_DEFAULTS +# ---------------------- +# It is okay to use these file commands and assume they have been set +# sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'. +m4_defun([_LT_FILEUTILS_DEFAULTS], +[: ${CP="cp -f"} +: ${MV="mv -f"} +: ${RM="rm -f"} +])# _LT_FILEUTILS_DEFAULTS - AC_ARG_ENABLE(iso-c, - AS_HELP_STRING([--enable-iso-c], - [Try to warn if code is not ISO C ]),, - [enable_iso_c=no]) - AC_MSG_CHECKING(what language compliance flags to pass to the C compiler) - complCFLAGS= - if test "x$enable_iso_c" != "xno"; then - if test "x$GCC" = "xyes"; then - case " $CFLAGS " in - *[\ \ ]-ansi[\ \ ]*) ;; - *) complCFLAGS="$complCFLAGS -ansi" ;; - esac - case " $CFLAGS " in - *[\ \ ]-pedantic[\ \ ]*) ;; - *) complCFLAGS="$complCFLAGS -pedantic" ;; - esac - fi - fi - AC_MSG_RESULT($complCFLAGS) +# _LT_SETUP +# --------- +m4_defun([_LT_SETUP], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl - WARN_CFLAGS="$tested_warning_flags $complCFLAGS" - AC_SUBST(WARN_CFLAGS) -], -[[$0: This macro is deprecated. You should use AX_COMPILER_FLAGS instead and -eliminate use of --enable-iso-c. -See: http://www.gnu.org/software/autoconf-archive/ax_compiler_flags.html#ax_compiler_flags]]) +_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl +dnl +_LT_DECL([], [host_alias], [0], [The host system])dnl +_LT_DECL([], [host], [0])dnl +_LT_DECL([], [host_os], [0])dnl +dnl +_LT_DECL([], [build_alias], [0], [The build system])dnl +_LT_DECL([], [build], [0])dnl +_LT_DECL([], [build_os], [0])dnl +dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +dnl +AC_REQUIRE([AC_PROG_LN_S])dnl +test -z "$LN_S" && LN_S="ln -s" +_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl +dnl +AC_REQUIRE([LT_CMD_MAX_LEN])dnl +_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl +_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl +dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl +m4_require([_LT_CMD_RELOAD])dnl +m4_require([_LT_CHECK_MAGIC_METHOD])dnl +m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl +m4_require([_LT_CMD_OLD_ARCHIVE])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_WITH_SYSROOT])dnl +m4_require([_LT_CMD_TRUNCATE])dnl -dnl For C++, do basically the same thing. +_LT_CONFIG_LIBTOOL_INIT([ +# See if we are running on zsh, and set the options that allow our +# commands through without removal of \ escapes INIT. +if test -n "\${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi +]) +if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST +fi -AU_DEFUN([GNOME_CXX_WARNINGS],[ - AC_ARG_ENABLE(cxx-warnings, - AS_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@] - [Turn on compiler warnings.]),, - [enable_cxx_warnings="m4_default([$1],[minimum])"]) +_LT_CHECK_OBJDIR - AC_MSG_CHECKING(what warning flags to pass to the C++ compiler) - warnCXXFLAGS= - if test "x$GXX" != xyes; then - enable_cxx_warnings=no - fi - if test "x$enable_cxx_warnings" != "xno"; then - if test "x$GXX" = "xyes"; then - case " $CXXFLAGS " in - *[\ \ ]-Wall[\ \ ]*) ;; - *) warnCXXFLAGS="-Wall -Wno-unused" ;; - esac +m4_require([_LT_TAG_COMPILER])dnl - ## -W is not all that useful. And it cannot be controlled - ## with individual -Wno-xxx flags, unlike -Wall - if test "x$enable_cxx_warnings" = "xyes"; then - warnCXXFLAGS="$warnCXXFLAGS -Wshadow -Woverloaded-virtual" - fi - fi +case $host_os in +aix3*) + # AIX sometimes has problems with the GCC collect2 program. For some + # reason, if we set the COLLECT_NAMES environment variable, the problems + # vanish in a puff of smoke. + if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES fi - AC_MSG_RESULT($warnCXXFLAGS) + ;; +esac - AC_ARG_ENABLE(iso-cxx, - AS_HELP_STRING([--enable-iso-cxx], - [Try to warn if code is not ISO C++ ]),, - [enable_iso_cxx=no]) +# Global variables: +ofile=libtool +can_build_shared=yes - AC_MSG_CHECKING(what language compliance flags to pass to the C++ compiler) - complCXXFLAGS= - if test "x$enable_iso_cxx" != "xno"; then - if test "x$GXX" = "xyes"; then - case " $CXXFLAGS " in - *[\ \ ]-ansi[\ \ ]*) ;; - *) complCXXFLAGS="$complCXXFLAGS -ansi" ;; - esac +# All known linkers require a '.a' archive for static linking (except MSVC, +# which needs '.lib'). +libext=a - case " $CXXFLAGS " in - *[\ \ ]-pedantic[\ \ ]*) ;; - *) complCXXFLAGS="$complCXXFLAGS -pedantic" ;; - esac - fi - fi - AC_MSG_RESULT($complCXXFLAGS) +with_gnu_ld=$lt_cv_prog_gnu_ld - WARN_CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS" - AC_SUBST(WARN_CXXFLAGS) -], -[[$0: This macro is deprecated. You should use AX_COMPILER_FLAGS instead and -eliminate use of --enable-iso-cxx. -See: http://www.gnu.org/software/autoconf-archive/ax_compiler_flags.html#ax_compiler_flags]]) +old_CC=$CC +old_CFLAGS=$CFLAGS -dnl GLIB_GSETTINGS -dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether -dnl the schema should be compiled -dnl +# Set sane defaults for various variables +test -z "$CC" && CC=cc +test -z "$LTCC" && LTCC=$CC +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS +test -z "$LD" && LD=ld +test -z "$ac_objext" && ac_objext=o -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]) +_LT_CC_BASENAME([$compiler]) + +# Only perform the check for file, if the check method requires it +test -z "$MAGIC_CMD" && MAGIC_CMD=file +case $deplibs_check_method in +file_magic*) + if test "$file_magic_cmd" = '$MAGIC_CMD'; then + _LT_PATH_MAGIC fi + ;; +esac - GSETTINGS_RULES=' -.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas +# Use C for the default configuration in the libtool script +LT_SUPPORTED_TAG([CC]) +_LT_LANG_C_CONFIG +_LT_LANG_DEFAULT_CONFIG +_LT_CONFIG_COMMANDS +])# _LT_SETUP -mostlyclean-am: clean-gsettings-schemas -gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) +# _LT_PREPARE_SED_QUOTE_VARS +# -------------------------- +# Define a few sed substitution that help us do robust quoting. +m4_defun([_LT_PREPARE_SED_QUOTE_VARS], +[# Backslashify metacharacters that are still active within +# double-quoted strings. +sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' -%.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 [$]@ +# Same as above, but do not quote variable references. +double_quote_subst='s/\([["`\\]]\)/\\\1/g' -all-am: $(gsettings_SCHEMAS:.xml=.valid) -uninstall-am: uninstall-gsettings-schemas -install-data-am: install-gsettings-schemas +# Sed substitution to delay expansion of an escaped shell variable in a +# double_quote_subst'ed string. +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' -.SECONDARY: $(gsettings_SCHEMAS) +# Sed substitution to delay expansion of an escaped single quote. +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' -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 +# Sed substitution to avoid accidental globbing in evaled expressions +no_glob_subst='s/\*/\\\*/g' +]) -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) +# _LT_PROG_LTMAIN +# --------------- +# Note that this code is called both from 'configure', and 'config.status' +# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, +# 'config.status' has no value for ac_aux_dir unless we are using Automake, +# so we pass a copy along to make sure it has a sensible value anyway. +m4_defun([_LT_PROG_LTMAIN], +[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl +_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) +ltmain=$ac_aux_dir/ltmain.sh +])# _LT_PROG_LTMAIN -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 '\'''\'' --fhead "" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " " --vtail " " --ftail "" [$]^ > [$]@.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])]) -] -) +# So that we can recreate a full libtool script including additional +# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS +# in macros and then make a single call at the end using the 'libtool' +# label. -dnl -*- mode: autoconf -*- -# serial 2 +# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) +# ---------------------------------------- +# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL_INIT], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_INIT], + [$1 +])])]) -dnl Usage: -dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) -AC_DEFUN([GTK_DOC_CHECK], -[ - AC_REQUIRE([PKG_PROG_PKG_CONFIG]) - AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first - AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_INIT]) - ifelse([$1],[],[gtk_doc_requires="gtk-doc"],[gtk_doc_requires="gtk-doc >= $1"]) - AC_MSG_CHECKING([for gtk-doc]) - PKG_CHECK_EXISTS([$gtk_doc_requires],[have_gtk_doc=yes],[have_gtk_doc=no]) - AC_MSG_RESULT($have_gtk_doc) - if test "$have_gtk_doc" = "no"; then - AC_MSG_WARN([ - You will not be able to create source packages with 'make dist' - because $gtk_doc_requires is not found.]) - fi +# _LT_CONFIG_LIBTOOL([COMMANDS]) +# ------------------------------ +# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. +m4_define([_LT_CONFIG_LIBTOOL], +[m4_ifval([$1], + [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], + [$1 +])])]) - dnl check for tools we added during development - dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that - dnl may not be writable by the user. Currently, automake requires that the - dnl test name must end in '.test'. - dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638 - AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test]) - AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check]) - AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) - AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) - dnl for overriding the documentation installation directory - AC_ARG_WITH([html-dir], - AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, - [with_html_dir='${datadir}/gtk-doc/html']) - HTML_DIR="$with_html_dir" - AC_SUBST([HTML_DIR]) - dnl enable/disable documentation building - AC_ARG_ENABLE([gtk-doc], - AS_HELP_STRING([--enable-gtk-doc], - [use gtk-doc to build documentation [[default=no]]]),, - [enable_gtk_doc=no]) +# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) +# ----------------------------------------------------- +m4_defun([_LT_CONFIG_SAVE_COMMANDS], +[_LT_CONFIG_LIBTOOL([$1]) +_LT_CONFIG_LIBTOOL_INIT([$2]) +]) - AC_MSG_CHECKING([whether to build gtk-doc documentation]) - AC_MSG_RESULT($enable_gtk_doc) - if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then - AC_MSG_ERROR([ - You must have $gtk_doc_requires installed to build documentation for - $PACKAGE_NAME. Please install gtk-doc or disable building the - documentation by adding '--disable-gtk-doc' to '[$]0'.]) - fi +# _LT_FORMAT_COMMENT([COMMENT]) +# ----------------------------- +# Add leading comment marks to the start of each line, and a trailing +# full-stop to the whole comment if one is not present already. +m4_define([_LT_FORMAT_COMMENT], +[m4_ifval([$1], [ +m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], + [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) +)]) - dnl don't check for glib if we build glib - if test "x$PACKAGE_NAME" != "xglib"; then - dnl don't fail if someone does not have glib - PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0,,[:]) - fi - dnl enable/disable output formats - AC_ARG_ENABLE([gtk-doc-html], - AS_HELP_STRING([--enable-gtk-doc-html], - [build documentation in html format [[default=yes]]]),, - [enable_gtk_doc_html=yes]) - AC_ARG_ENABLE([gtk-doc-pdf], - AS_HELP_STRING([--enable-gtk-doc-pdf], - [build documentation in pdf format [[default=no]]]),, - [enable_gtk_doc_pdf=no]) - if test -z "$GTKDOC_MKPDF"; then - enable_gtk_doc_pdf=no - fi - if test -z "$AM_DEFAULT_VERBOSITY"; then - AM_DEFAULT_VERBOSITY=1 - fi - AC_SUBST([AM_DEFAULT_VERBOSITY]) - AM_CONDITIONAL([HAVE_GTK_DOC], [test x$have_gtk_doc = xyes]) - AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) - AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes]) - AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes]) - AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"]) - AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"]) +# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) +# ------------------------------------------------------------------- +# CONFIGNAME is the name given to the value in the libtool script. +# VARNAME is the (base) name used in the configure script. +# VALUE may be 0, 1 or 2 for a computed quote escaped value based on +# VARNAME. Any other value will be used directly. +m4_define([_LT_DECL], +[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], + [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], + [m4_ifval([$1], [$1], [$2])]) + lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) + m4_ifval([$4], + [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) + lt_dict_add_subkey([lt_decl_dict], [$2], + [tagged?], [m4_ifval([$5], [yes], [no])])]) ]) -dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml]) -# serial 42 IT_PROG_INTLTOOL -AC_DEFUN([IT_PROG_INTLTOOL], [ -AC_PREREQ([2.50])dnl -AC_REQUIRE([AM_NLS])dnl +# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) +# -------------------------------------------------------- +m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) -case "$am__api_version" in - 1.[01234]) - AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool]) - ;; - *) - ;; -esac -INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` -INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` -INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` -if test -n "$1"; then - AC_MSG_CHECKING([for intltool >= $1]) - AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found]) - test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || - AC_MSG_ERROR([Your intltool is too old. You need intltool $1 or later.]) -fi +# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_tag_varnames], +[_lt_decl_filter([tagged?], [yes], $@)]) -AC_PATH_PROG(INTLTOOL_UPDATE, [intltool-update]) -AC_PATH_PROG(INTLTOOL_MERGE, [intltool-merge]) -AC_PATH_PROG(INTLTOOL_EXTRACT, [intltool-extract]) -if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then - AC_MSG_ERROR([The intltool scripts were not found. Please install intltool.]) -fi - -if test -z "$AM_DEFAULT_VERBOSITY"; then - AM_DEFAULT_VERBOSITY=1 -fi -AC_SUBST([AM_DEFAULT_VERBOSITY]) -INTLTOOL_V_MERGE='$(INTLTOOL__v_MERGE_$(V))' -INTLTOOL__v_MERGE_='$(INTLTOOL__v_MERGE_$(AM_DEFAULT_VERBOSITY))' -INTLTOOL__v_MERGE_0='@echo " ITMRG " [$]@;' -AC_SUBST(INTLTOOL_V_MERGE) -AC_SUBST(INTLTOOL__v_MERGE_) -AC_SUBST(INTLTOOL__v_MERGE_0) +# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) +# --------------------------------------------------------- +m4_define([_lt_decl_filter], +[m4_case([$#], + [0], [m4_fatal([$0: too few arguments: $#])], + [1], [m4_fatal([$0: too few arguments: $#: $1])], + [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], + [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], + [lt_dict_filter([lt_decl_dict], $@)])[]dnl +]) -INTLTOOL_V_MERGE_OPTIONS='$(intltool__v_merge_options_$(V))' -intltool__v_merge_options_='$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))' -intltool__v_merge_options_0='-q' -AC_SUBST(INTLTOOL_V_MERGE_OPTIONS) -AC_SUBST(intltool__v_merge_options_) -AC_SUBST(intltool__v_merge_options_0) - INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -p $(top_srcdir)/po $< [$]@' - INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' -if test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge 5000; then - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u --no-translations $< [$]@' -else - INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; $(INTLTOOL_V_MERGE)_it_tmp_dir=tmp.intltool.[$][$]RANDOM && mkdir [$][$]_it_tmp_dir && LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u [$][$]_it_tmp_dir $< [$]@ && rmdir [$][$]_it_tmp_dir' -fi - INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' - INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_V_MERGE)LC_ALL=C $(INTLTOOL_MERGE) $(INTLTOOL_V_MERGE_OPTIONS) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' +# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) +# -------------------------------------------------- +m4_define([lt_decl_quote_varnames], +[_lt_decl_filter([value], [1], $@)]) -_IT_SUBST(INTLTOOL_DESKTOP_RULE) -_IT_SUBST(INTLTOOL_DIRECTORY_RULE) -_IT_SUBST(INTLTOOL_KEYS_RULE) -_IT_SUBST(INTLTOOL_PROP_RULE) -_IT_SUBST(INTLTOOL_OAF_RULE) -_IT_SUBST(INTLTOOL_PONG_RULE) -_IT_SUBST(INTLTOOL_SERVER_RULE) -_IT_SUBST(INTLTOOL_SHEET_RULE) -_IT_SUBST(INTLTOOL_SOUNDLIST_RULE) -_IT_SUBST(INTLTOOL_UI_RULE) -_IT_SUBST(INTLTOOL_XAM_RULE) -_IT_SUBST(INTLTOOL_KBD_RULE) -_IT_SUBST(INTLTOOL_XML_RULE) -_IT_SUBST(INTLTOOL_XML_NOMERGE_RULE) -_IT_SUBST(INTLTOOL_CAVES_RULE) -_IT_SUBST(INTLTOOL_SCHEMAS_RULE) -_IT_SUBST(INTLTOOL_THEME_RULE) -_IT_SUBST(INTLTOOL_SERVICE_RULE) -_IT_SUBST(INTLTOOL_POLICY_RULE) -# Check the gettext tools to make sure they are GNU -AC_PATH_PROG(XGETTEXT, xgettext) -AC_PATH_PROG(MSGMERGE, msgmerge) -AC_PATH_PROG(MSGFMT, msgfmt) -AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) -if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then - AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) -fi -xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" -mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" -mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" -if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then - AC_MSG_ERROR([GNU gettext tools not found; required for intltool]) -fi +# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_dquote_varnames], +[_lt_decl_filter([value], [2], $@)]) -AC_PATH_PROG(INTLTOOL_PERL, perl) -if test -z "$INTLTOOL_PERL"; then - AC_MSG_ERROR([perl not found]) -fi -AC_MSG_CHECKING([for perl >= 5.8.1]) -$INTLTOOL_PERL -e "use 5.8.1;" > /dev/null 2>&1 -if test $? -ne 0; then - AC_MSG_ERROR([perl 5.8.1 is required for intltool]) -else - IT_PERL_VERSION=`$INTLTOOL_PERL -e "printf '%vd', $^V"` - AC_MSG_RESULT([$IT_PERL_VERSION]) -fi -if test "x$2" != "xno-xml"; then - AC_MSG_CHECKING([for XML::Parser]) - if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then - AC_MSG_RESULT([ok]) - else - AC_MSG_ERROR([XML::Parser perl module is required for intltool]) - fi -fi -# Substitute ALL_LINGUAS so we can use it in po/Makefile -AC_SUBST(ALL_LINGUAS) +# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) +# --------------------------------------------------- +m4_define([lt_decl_varnames_tagged], +[m4_assert([$# <= 2])dnl +_$0(m4_quote(m4_default([$1], [[, ]])), + m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), + m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) +m4_define([_lt_decl_varnames_tagged], +[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) -IT_PO_SUBDIR([po]) +# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) +# ------------------------------------------------ +m4_define([lt_decl_all_varnames], +[_$0(m4_quote(m4_default([$1], [[, ]])), + m4_if([$2], [], + m4_quote(lt_decl_varnames), + m4_quote(m4_shift($@))))[]dnl +]) +m4_define([_lt_decl_all_varnames], +[lt_join($@, lt_decl_varnames_tagged([$1], + lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl ]) -# IT_PO_SUBDIR(DIRNAME) -# --------------------- -# All po subdirs have to be declared with this macro; the subdir "po" is -# declared by IT_PROG_INTLTOOL. +# _LT_CONFIG_STATUS_DECLARE([VARNAME]) +# ------------------------------------ +# Quote a variable value, and forward it to 'config.status' so that its +# declaration there will have the same value as in 'configure'. VARNAME +# must have a single quote delimited value for this to work. +m4_define([_LT_CONFIG_STATUS_DECLARE], +[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) + + +# _LT_CONFIG_STATUS_DECLARATIONS +# ------------------------------ +# We delimit libtool config variables with single quotes, so when +# we write them to config.status, we have to be sure to quote all +# embedded single quotes properly. In configure, this macro expands +# each variable declared with _LT_DECL (and _LT_TAGDECL) into: # -AC_DEFUN([IT_PO_SUBDIR], -[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS. -dnl -dnl The following CONFIG_COMMANDS should be executed at the very end -dnl of config.status. -AC_CONFIG_COMMANDS_PRE([ - AC_CONFIG_COMMANDS([$1/stamp-it], [ - if [ ! grep "^# INTLTOOL_MAKEFILE$" "$1/Makefile.in" > /dev/null ]; then - AC_MSG_ERROR([$1/Makefile.in.in was not created by intltoolize.]) - fi - rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp" - >"$1/stamp-it.tmp" - [sed '/^#/d - s/^[[].*] *// - /^[ ]*$/d - '"s|^| $ac_top_srcdir/|" \ - "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES" - ] - [sed '/^POTFILES =/,/[^\\]$/ { - /^POTFILES =/!d - r $1/POTFILES - } - ' "$1/Makefile.in" >"$1/Makefile"] - rm -f "$1/Makefile.tmp" - mv "$1/stamp-it.tmp" "$1/stamp-it" - ]) -])dnl +# ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' +m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], +[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), + [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) + + +# _LT_LIBTOOL_TAGS +# ---------------- +# Output comment and list of tags supported by the script +m4_defun([_LT_LIBTOOL_TAGS], +[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl +available_tags='_LT_TAGS'dnl ]) -# _IT_SUBST(VARIABLE) -# ------------------- -# Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST + +# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) +# ----------------------------------- +# Extract the dictionary values for VARNAME (optionally with TAG) and +# expand to a commented shell variable setting: # -AC_DEFUN([_IT_SUBST], -[ -AC_SUBST([$1]) -m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) -] -) +# # Some comment about what VAR is for. +# visible_name=$lt_internal_name +m4_define([_LT_LIBTOOL_DECLARE], +[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], + [description])))[]dnl +m4_pushdef([_libtool_name], + m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl +m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), + [0], [_libtool_name=[$]$1], + [1], [_libtool_name=$lt_[]$1], + [2], [_libtool_name=$lt_[]$1], + [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl +m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl +]) -# deprecated macros -AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL]) -# A hint is needed for aclocal from Automake <= 1.9.4: -# AC_DEFUN([AC_PROG_INTLTOOL], ...) +# _LT_LIBTOOL_CONFIG_VARS +# ----------------------- +# Produce commented declarations of non-tagged libtool config variables +# suitable for insertion in the LIBTOOL CONFIG section of the 'libtool' +# script. Tagged libtool config variables (even for the LIBTOOL CONFIG +# section) are produced by _LT_LIBTOOL_TAG_VARS. +m4_defun([_LT_LIBTOOL_CONFIG_VARS], +[m4_foreach([_lt_var], + m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) -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 +# _LT_LIBTOOL_TAG_VARS(TAG) +# ------------------------- +m4_define([_LT_LIBTOOL_TAG_VARS], +[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), + [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$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]) +# _LT_TAGVAR(VARNAME, [TAGNAME]) +# ------------------------------ +m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) - 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]) +# _LT_CONFIG_COMMANDS +# ------------------- +# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of +# variables for single and double quote escaping we saved from calls +# to _LT_DECL, we can put quote escaped variables declarations +# into 'config.status', and then the shell code to quote escape them in +# for loops in 'config.status'. Finally, any additional code accumulated +# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. +m4_defun([_LT_CONFIG_COMMANDS], +[AC_PROVIDE_IFELSE([LT_OUTPUT], + dnl If the libtool generation code has been placed in $CONFIG_LT, + dnl instead of duplicating it all over again into config.status, + dnl then we will have config.status run $CONFIG_LT later, so it + dnl needs to know what name is stored there: + [AC_CONFIG_COMMANDS([libtool], + [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], + dnl If the libtool generation code is destined for config.status, + dnl expand the accumulated commands and init code now: + [AC_CONFIG_COMMANDS([libtool], + [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) +])#_LT_CONFIG_COMMANDS - 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") -]) +# Initialize. +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], +[ +# The HP-UX ksh and POSIX shell print the target directory to stdout +# if CDPATH is set. +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH -dnl Usage: -dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version]) +sed_quote_subst='$sed_quote_subst' +double_quote_subst='$double_quote_subst' +delay_variable_subst='$delay_variable_subst' +_LT_CONFIG_STATUS_DECLARATIONS +LTCC='$LTCC' +LTCFLAGS='$LTCFLAGS' +compiler='$compiler_DEFAULT' -AC_DEFUN([GOBJECT_INTROSPECTION_CHECK], -[ - _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1]) -]) +# A function that is used when there is no print builtin or printf. +func_fallback_echo () +{ + eval 'cat <<_LTECHO_EOF +\$[]1 +_LTECHO_EOF' +} -dnl Usage: -dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version]) +# Quote evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_quote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done +# Double-quote double-evaled strings. +for var in lt_decl_all_varnames([[ \ +]], lt_decl_dquote_varnames); do + case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in + *[[\\\\\\\`\\"\\\$]]*) + eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes + ;; + *) + eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" + ;; + esac +done -AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE], -[ - _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require]) +_LT_OUTPUT_LIBTOOL_INIT ]) -# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*- -# -# Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc. -# Written by Gordon Matzigkeit, 1996 -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. - -m4_define([_LT_COPYING], [dnl -# Copyright (C) 2014 Free Software Foundation, Inc. -# This is free software; see the source for copying conditions. There is NO -# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) +# ------------------------------------ +# Generate a child script FILE with all initialization necessary to +# reuse the environment learned by the parent script, and make the +# file executable. If COMMENT is supplied, it is inserted after the +# '#!' sequence but before initialization text begins. After this +# macro, additional text can be appended to FILE to form the body of +# the child script. The macro ends with non-zero status if the +# file could not be fully written (such as if the disk is full). +m4_ifdef([AS_INIT_GENERATED], +[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], +[m4_defun([_LT_GENERATED_FILE_INIT], +[m4_require([AS_PREPARE])]dnl +[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl +[lt_write_fail=0 +cat >$1 <<_ASEOF || lt_write_fail=1 +#! $SHELL +# Generated by $as_me. +$2 +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$1 <<\_ASEOF || lt_write_fail=1 +AS_SHELL_SANITIZE +_AS_PREPARE +exec AS_MESSAGE_FD>&1 +_ASEOF +test 0 = "$lt_write_fail" && chmod +x $1[]dnl +m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT -# GNU Libtool is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of of the License, or -# (at your option) any later version. -# -# As a special exception to the GNU General Public License, if you -# distribute this file as part of a program or library that is built -# using GNU Libtool, you may include this file under the same -# distribution terms that you use for the rest of that program. -# -# GNU Libtool is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -]) +# LT_OUTPUT +# --------- +# This macro allows early generation of the libtool script (before +# AC_OUTPUT is called), incase it is used in configure for compilation +# tests. +AC_DEFUN([LT_OUTPUT], +[: ${CONFIG_LT=./config.lt} +AC_MSG_NOTICE([creating $CONFIG_LT]) +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], +[# Run this file to recreate a libtool stub with the current configuration.]) -# serial 58 LT_INIT +cat >>"$CONFIG_LT" <<\_LTEOF +lt_cl_silent=false +exec AS_MESSAGE_LOG_FD>>config.log +{ + echo + AS_BOX([Running $as_me.]) +} >&AS_MESSAGE_LOG_FD +lt_cl_help="\ +'$as_me' creates a local libtool stub from the current configuration, +for use in further configure time tests before the real libtool is +generated. -# LT_PREREQ(VERSION) -# ------------------ -# Complain and exit if this libtool version is less that VERSION. -m4_defun([LT_PREREQ], -[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1, - [m4_default([$3], - [m4_fatal([Libtool version $1 or higher is required], - 63)])], - [$2])]) +Usage: $[0] [[OPTIONS]] + -h, --help print this help, then exit + -V, --version print version number, then exit + -q, --quiet do not print progress messages + -d, --debug don't remove temporary files -# _LT_CHECK_BUILDDIR -# ------------------ -# Complain if the absolute build directory name contains unusual characters -m4_defun([_LT_CHECK_BUILDDIR], -[case `pwd` in - *\ * | *\ *) - AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;; -esac -]) +Report bugs to ." +lt_cl_version="\ +m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl +m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) +configured by $[0], generated by m4_PACKAGE_STRING. -# LT_INIT([OPTIONS]) -# ------------------ -AC_DEFUN([LT_INIT], -[AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK -AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl -AC_BEFORE([$0], [LT_LANG])dnl -AC_BEFORE([$0], [LT_OUTPUT])dnl -AC_BEFORE([$0], [LTDL_INIT])dnl -m4_require([_LT_CHECK_BUILDDIR])dnl +Copyright (C) 2011 Free Software Foundation, Inc. +This config.lt script is free software; the Free Software Foundation +gives unlimited permision to copy, distribute and modify it." -dnl Autoconf doesn't catch unexpanded LT_ macros by default: -m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl -m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl -dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4 -dnl unless we require an AC_DEFUNed macro: -AC_REQUIRE([LTOPTIONS_VERSION])dnl -AC_REQUIRE([LTSUGAR_VERSION])dnl -AC_REQUIRE([LTVERSION_VERSION])dnl -AC_REQUIRE([LTOBSOLETE_VERSION])dnl -m4_require([_LT_PROG_LTMAIN])dnl - -_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}]) - -dnl Parse OPTIONS -_LT_SET_OPTIONS([$0], [$1]) +while test 0 != $[#] +do + case $[1] in + --version | --v* | -V ) + echo "$lt_cl_version"; exit 0 ;; + --help | --h* | -h ) + echo "$lt_cl_help"; exit 0 ;; + --debug | --d* | -d ) + debug=: ;; + --quiet | --q* | --silent | --s* | -q ) + lt_cl_silent=: ;; -# This can be used to rebuild libtool when needed -LIBTOOL_DEPS=$ltmain + -*) AC_MSG_ERROR([unrecognized option: $[1] +Try '$[0] --help' for more information.]) ;; -# Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -AC_SUBST(LIBTOOL)dnl + *) AC_MSG_ERROR([unrecognized argument: $[1] +Try '$[0] --help' for more information.]) ;; + esac + shift +done -_LT_SETUP +if $lt_cl_silent; then + exec AS_MESSAGE_FD>/dev/null +fi +_LTEOF -# Only expand once: -m4_define([LT_INIT]) -])# LT_INIT +cat >>"$CONFIG_LT" <<_LTEOF +_LT_OUTPUT_LIBTOOL_COMMANDS_INIT +_LTEOF -# Old names: -AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT]) -AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_PROG_LIBTOOL], []) -dnl AC_DEFUN([AM_PROG_LIBTOOL], []) +cat >>"$CONFIG_LT" <<\_LTEOF +AC_MSG_NOTICE([creating $ofile]) +_LT_OUTPUT_LIBTOOL_COMMANDS +AS_EXIT(0) +_LTEOF +chmod +x "$CONFIG_LT" +# configure is writing to config.log, but config.lt does its own redirection, +# appending to config.log, which fails on DOS, as config.log is still kept +# open by configure. Here we exec the FD to /dev/null, effectively closing +# config.log, so it can be properly (re)opened and appended to by config.lt. +lt_cl_success=: +test yes = "$silent" && + lt_config_lt_args="$lt_config_lt_args --quiet" +exec AS_MESSAGE_LOG_FD>/dev/null +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false +exec AS_MESSAGE_LOG_FD>>config.log +$lt_cl_success || AS_EXIT(1) +])# LT_OUTPUT -# _LT_PREPARE_CC_BASENAME -# ----------------------- -m4_defun([_LT_PREPARE_CC_BASENAME], [ -# Calculate cc_basename. Skip known compiler wrappers and cross-prefix. -func_cc_basename () -{ - for cc_temp in @S|@*""; do - case $cc_temp in - compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;; - distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;; - \-*) ;; - *) break;; - esac - done - func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` -} -])# _LT_PREPARE_CC_BASENAME +# _LT_CONFIG(TAG) +# --------------- +# If TAG is the built-in tag, create an initial libtool script with a +# default configuration from the untagged config vars. Otherwise add code +# to config.status for appending the configuration named by TAG from the +# matching tagged config vars. +m4_defun([_LT_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_CONFIG_SAVE_COMMANDS([ + m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl + m4_if(_LT_TAG, [C], [ + # See if we are running on zsh, and set the options that allow our + # commands through without removal of \ escapes. + if test -n "${ZSH_VERSION+set}"; then + setopt NO_GLOB_SUBST + fi -# _LT_CC_BASENAME(CC) -# ------------------- -# It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME, -# but that macro is also expanded into generated libtool script, which -# arranges for $SED and $ECHO to be set by different means. -m4_defun([_LT_CC_BASENAME], -[m4_require([_LT_PREPARE_CC_BASENAME])dnl -AC_REQUIRE([_LT_DECL_SED])dnl -AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl -func_cc_basename $1 -cc_basename=$func_cc_basename_result -]) + cfgfile=${ofile}T + trap "$RM \"$cfgfile\"; exit 1" 1 2 15 + $RM "$cfgfile" + cat <<_LT_EOF >> "$cfgfile" +#! $SHELL +# Generated automatically by $as_me ($PACKAGE) $VERSION +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: +# NOTE: Changes made to this file will be lost: look at ltmain.sh. -# _LT_FILEUTILS_DEFAULTS -# ---------------------- -# It is okay to use these file commands and assume they have been set -# sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'. -m4_defun([_LT_FILEUTILS_DEFAULTS], -[: ${CP="cp -f"} -: ${MV="mv -f"} -: ${RM="rm -f"} -])# _LT_FILEUTILS_DEFAULTS +# Provide generalized library-building support services. +# Written by Gordon Matzigkeit, 1996 +_LT_COPYING +_LT_LIBTOOL_TAGS -# _LT_SETUP -# --------- -m4_defun([_LT_SETUP], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_CANONICAL_BUILD])dnl -AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl -AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl +# Configured defaults for sys_lib_dlsearch_path munging. +: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} -_LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl -dnl -_LT_DECL([], [host_alias], [0], [The host system])dnl -_LT_DECL([], [host], [0])dnl -_LT_DECL([], [host_os], [0])dnl -dnl -_LT_DECL([], [build_alias], [0], [The build system])dnl -_LT_DECL([], [build], [0])dnl -_LT_DECL([], [build_os], [0])dnl -dnl -AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([LT_PATH_LD])dnl -AC_REQUIRE([LT_PATH_NM])dnl -dnl -AC_REQUIRE([AC_PROG_LN_S])dnl -test -z "$LN_S" && LN_S="ln -s" -_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl -dnl -AC_REQUIRE([LT_CMD_MAX_LEN])dnl -_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl -_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl -dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_CHECK_SHELL_FEATURES])dnl -m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl -m4_require([_LT_CMD_RELOAD])dnl -m4_require([_LT_CHECK_MAGIC_METHOD])dnl -m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl -m4_require([_LT_CMD_OLD_ARCHIVE])dnl -m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl -m4_require([_LT_WITH_SYSROOT])dnl -m4_require([_LT_CMD_TRUNCATE])dnl +# ### BEGIN LIBTOOL CONFIG +_LT_LIBTOOL_CONFIG_VARS +_LT_LIBTOOL_TAG_VARS +# ### END LIBTOOL CONFIG -_LT_CONFIG_LIBTOOL_INIT([ -# See if we are running on zsh, and set the options that allow our -# commands through without removal of \ escapes INIT. -if test -n "\${ZSH_VERSION+set}"; then - setopt NO_GLOB_SUBST -fi -]) -if test -n "${ZSH_VERSION+set}"; then - setopt NO_GLOB_SUBST -fi +_LT_EOF -_LT_CHECK_OBJDIR + cat <<'_LT_EOF' >> "$cfgfile" -m4_require([_LT_TAG_COMPILER])dnl +# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE -case $host_os in -aix3*) - # AIX sometimes has problems with the GCC collect2 program. For some - # reason, if we set the COLLECT_NAMES environment variable, the problems - # vanish in a puff of smoke. - if test set != "${COLLECT_NAMES+set}"; then - COLLECT_NAMES= - export COLLECT_NAMES - fi - ;; -esac +_LT_PREPARE_MUNGE_PATH_LIST +_LT_PREPARE_CC_BASENAME -# Global variables: -ofile=libtool -can_build_shared=yes +# ### END FUNCTIONS SHARED WITH CONFIGURE -# All known linkers require a '.a' archive for static linking (except MSVC, -# which needs '.lib'). -libext=a +_LT_EOF -with_gnu_ld=$lt_cv_prog_gnu_ld + case $host_os in + aix3*) + cat <<\_LT_EOF >> "$cfgfile" +# AIX sometimes has problems with the GCC collect2 program. For some +# reason, if we set the COLLECT_NAMES environment variable, the problems +# vanish in a puff of smoke. +if test set != "${COLLECT_NAMES+set}"; then + COLLECT_NAMES= + export COLLECT_NAMES +fi +_LT_EOF + ;; + esac -old_CC=$CC -old_CFLAGS=$CFLAGS + _LT_PROG_LTMAIN -# Set sane defaults for various variables -test -z "$CC" && CC=cc -test -z "$LTCC" && LTCC=$CC -test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS -test -z "$LD" && LD=ld -test -z "$ac_objext" && ac_objext=o + # We use sed instead of cat because bash on DJGPP gets confused if + # if finds mixed CR/LF and LF-only lines. Since sed operates in + # text mode, it properly converts lines to CR/LF. This bash problem + # is reportedly fixed, but why not run on old versions too? + sed '$q' "$ltmain" >> "$cfgfile" \ + || (rm -f "$cfgfile"; exit 1) -_LT_CC_BASENAME([$compiler]) + mv -f "$cfgfile" "$ofile" || + (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") + chmod +x "$ofile" +], +[cat <<_LT_EOF >> "$ofile" -# Only perform the check for file, if the check method requires it -test -z "$MAGIC_CMD" && MAGIC_CMD=file -case $deplibs_check_method in -file_magic*) - if test "$file_magic_cmd" = '$MAGIC_CMD'; then - _LT_PATH_MAGIC - fi - ;; -esac - -# Use C for the default configuration in the libtool script -LT_SUPPORTED_TAG([CC]) -_LT_LANG_C_CONFIG -_LT_LANG_DEFAULT_CONFIG -_LT_CONFIG_COMMANDS -])# _LT_SETUP +dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded +dnl in a comment (ie after a #). +# ### BEGIN LIBTOOL TAG CONFIG: $1 +_LT_LIBTOOL_TAG_VARS(_LT_TAG) +# ### END LIBTOOL TAG CONFIG: $1 +_LT_EOF +])dnl /m4_if +], +[m4_if([$1], [], [ + PACKAGE='$PACKAGE' + VERSION='$VERSION' + RM='$RM' + ofile='$ofile'], []) +])dnl /_LT_CONFIG_SAVE_COMMANDS +])# _LT_CONFIG -# _LT_PREPARE_SED_QUOTE_VARS -# -------------------------- -# Define a few sed substitution that help us do robust quoting. -m4_defun([_LT_PREPARE_SED_QUOTE_VARS], -[# Backslashify metacharacters that are still active within -# double-quoted strings. -sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' +# LT_SUPPORTED_TAG(TAG) +# --------------------- +# Trace this macro to discover what tags are supported by the libtool +# --tag option, using: +# autoconf --trace 'LT_SUPPORTED_TAG:$1' +AC_DEFUN([LT_SUPPORTED_TAG], []) -# Same as above, but do not quote variable references. -double_quote_subst='s/\([["`\\]]\)/\\\1/g' -# Sed substitution to delay expansion of an escaped shell variable in a -# double_quote_subst'ed string. -delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' +# C support is built-in for now +m4_define([_LT_LANG_C_enabled], []) +m4_define([_LT_TAGS], []) -# Sed substitution to delay expansion of an escaped single quote. -delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' -# Sed substitution to avoid accidental globbing in evaled expressions -no_glob_subst='s/\*/\\\*/g' -]) +# LT_LANG(LANG) +# ------------- +# Enable libtool support for the given language if not already enabled. +AC_DEFUN([LT_LANG], +[AC_BEFORE([$0], [LT_OUTPUT])dnl +m4_case([$1], + [C], [_LT_LANG(C)], + [C++], [_LT_LANG(CXX)], + [Go], [_LT_LANG(GO)], + [Java], [_LT_LANG(GCJ)], + [Fortran 77], [_LT_LANG(F77)], + [Fortran], [_LT_LANG(FC)], + [Windows Resource], [_LT_LANG(RC)], + [m4_ifdef([_LT_LANG_]$1[_CONFIG], + [_LT_LANG($1)], + [m4_fatal([$0: unsupported language: "$1"])])])dnl +])# LT_LANG -# _LT_PROG_LTMAIN -# --------------- -# Note that this code is called both from 'configure', and 'config.status' -# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably, -# 'config.status' has no value for ac_aux_dir unless we are using Automake, -# so we pass a copy along to make sure it has a sensible value anyway. -m4_defun([_LT_PROG_LTMAIN], -[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl -_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir']) -ltmain=$ac_aux_dir/ltmain.sh -])# _LT_PROG_LTMAIN +# _LT_LANG(LANGNAME) +# ------------------ +m4_defun([_LT_LANG], +[m4_ifdef([_LT_LANG_]$1[_enabled], [], + [LT_SUPPORTED_TAG([$1])dnl + m4_append([_LT_TAGS], [$1 ])dnl + m4_define([_LT_LANG_]$1[_enabled], [])dnl + _LT_LANG_$1_CONFIG($1)])dnl +])# _LT_LANG -# So that we can recreate a full libtool script including additional -# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS -# in macros and then make a single call at the end using the 'libtool' -# label. +m4_ifndef([AC_PROG_GO], [ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_GO. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # +m4_defun([AC_PROG_GO], +[AC_LANG_PUSH(Go)dnl +AC_ARG_VAR([GOC], [Go compiler command])dnl +AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl +_AC_ARG_VAR_LDFLAGS()dnl +AC_CHECK_TOOL(GOC, gccgo) +if test -z "$GOC"; then + if test -n "$ac_tool_prefix"; then + AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) + fi +fi +if test -z "$GOC"; then + AC_CHECK_PROG(GOC, gccgo, gccgo, false) +fi +])#m4_defun +])#m4_ifndef -# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS]) -# ---------------------------------------- -# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later. -m4_define([_LT_CONFIG_LIBTOOL_INIT], -[m4_ifval([$1], - [m4_append([_LT_OUTPUT_LIBTOOL_INIT], - [$1 -])])]) +# _LT_LANG_DEFAULT_CONFIG +# ----------------------- +m4_defun([_LT_LANG_DEFAULT_CONFIG], +[AC_PROVIDE_IFELSE([AC_PROG_CXX], + [LT_LANG(CXX)], + [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) -# Initialize. -m4_define([_LT_OUTPUT_LIBTOOL_INIT]) +AC_PROVIDE_IFELSE([AC_PROG_F77], + [LT_LANG(F77)], + [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) +AC_PROVIDE_IFELSE([AC_PROG_FC], + [LT_LANG(FC)], + [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) -# _LT_CONFIG_LIBTOOL([COMMANDS]) -# ------------------------------ -# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. -m4_define([_LT_CONFIG_LIBTOOL], -[m4_ifval([$1], - [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS], - [$1 -])])]) +dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal +dnl pulling things in needlessly. +AC_PROVIDE_IFELSE([AC_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], + [LT_LANG(GCJ)], + [AC_PROVIDE_IFELSE([LT_PROG_GCJ], + [LT_LANG(GCJ)], + [m4_ifdef([AC_PROG_GCJ], + [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([A][M_PROG_GCJ], + [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) + m4_ifdef([LT_PROG_GCJ], + [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) -# Initialize. -m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS]) +AC_PROVIDE_IFELSE([AC_PROG_GO], + [LT_LANG(GO)], + [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) +AC_PROVIDE_IFELSE([LT_PROG_RC], + [LT_LANG(RC)], + [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) +])# _LT_LANG_DEFAULT_CONFIG -# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS]) -# ----------------------------------------------------- -m4_defun([_LT_CONFIG_SAVE_COMMANDS], -[_LT_CONFIG_LIBTOOL([$1]) -_LT_CONFIG_LIBTOOL_INIT([$2]) -]) +# Obsolete macros: +AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) +AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) +AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) +AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) +AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_CXX], []) +dnl AC_DEFUN([AC_LIBTOOL_F77], []) +dnl AC_DEFUN([AC_LIBTOOL_FC], []) +dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) +dnl AC_DEFUN([AC_LIBTOOL_RC], []) -# _LT_FORMAT_COMMENT([COMMENT]) -# ----------------------------- -# Add leading comment marks to the start of each line, and a trailing -# full-stop to the whole comment if one is not present already. -m4_define([_LT_FORMAT_COMMENT], -[m4_ifval([$1], [ -m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])], - [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.]) -)]) +# _LT_TAG_COMPILER +# ---------------- +m4_defun([_LT_TAG_COMPILER], +[AC_REQUIRE([AC_PROG_CC])dnl +_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl +_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl +_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl +_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl +# If no C compiler was specified, use CC. +LTCC=${LTCC-"$CC"} +# If no C compiler flags were specified, use CFLAGS. +LTCFLAGS=${LTCFLAGS-"$CFLAGS"} +# Allow CC to be a program name with arguments. +compiler=$CC +])# _LT_TAG_COMPILER -# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) -# ------------------------------------------------------------------- -# CONFIGNAME is the name given to the value in the libtool script. -# VARNAME is the (base) name used in the configure script. -# VALUE may be 0, 1 or 2 for a computed quote escaped value based on -# VARNAME. Any other value will be used directly. -m4_define([_LT_DECL], -[lt_if_append_uniq([lt_decl_varnames], [$2], [, ], - [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name], - [m4_ifval([$1], [$1], [$2])]) - lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3]) - m4_ifval([$4], - [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])]) - lt_dict_add_subkey([lt_decl_dict], [$2], - [tagged?], [m4_ifval([$5], [yes], [no])])]) -]) +# _LT_COMPILER_BOILERPLATE +# ------------------------ +# Check for compiler boilerplate output or warnings with +# the simple compiler test code. +m4_defun([_LT_COMPILER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_compile_test_code" >conftest.$ac_ext +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_compiler_boilerplate=`cat conftest.err` +$RM conftest* +])# _LT_COMPILER_BOILERPLATE -# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION]) -# -------------------------------------------------------- -m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])]) +# _LT_LINKER_BOILERPLATE +# ---------------------- +# Check for linker boilerplate output or warnings with +# the simple link test code. +m4_defun([_LT_LINKER_BOILERPLATE], +[m4_require([_LT_DECL_SED])dnl +ac_outfile=conftest.$ac_objext +echo "$lt_simple_link_test_code" >conftest.$ac_ext +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err +_lt_linker_boilerplate=`cat conftest.err` +$RM -r conftest* +])# _LT_LINKER_BOILERPLATE -# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...]) -# ------------------------------------------------ -m4_define([lt_decl_tag_varnames], -[_lt_decl_filter([tagged?], [yes], $@)]) +# _LT_REQUIRED_DARWIN_CHECKS +# ------------------------- +m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ + case $host_os in + rhapsody* | darwin*) + AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) + AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) + AC_CHECK_TOOL([LIPO], [lipo], [:]) + AC_CHECK_TOOL([OTOOL], [otool], [:]) + AC_CHECK_TOOL([OTOOL64], [otool64], [:]) + _LT_DECL([], [DSYMUTIL], [1], + [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) + _LT_DECL([], [NMEDIT], [1], + [Tool to change global to local symbols on Mac OS X]) + _LT_DECL([], [LIPO], [1], + [Tool to manipulate fat objects and archives on Mac OS X]) + _LT_DECL([], [OTOOL], [1], + [ldd/readelf like tool for Mach-O binaries on Mac OS X]) + _LT_DECL([], [OTOOL64], [1], + [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) + AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], + [lt_cv_apple_cc_single_mod=no + if test -z "$LT_MULTI_MODULE"; then + # By default we will add the -single_module flag. You can override + # by either setting the environment variable LT_MULTI_MODULE + # non-empty at configure time, or by adding -multi_module to the + # link flags. + rm -rf libconftest.dylib* + echo "int foo(void){return 1;}" > conftest.c + echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ +-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ + -dynamiclib -Wl,-single_module conftest.c 2>conftest.err + _lt_result=$? + # If there is a non-empty error log, and "single_module" + # appears in it, assume the flag caused a linker warning + if test -s conftest.err && $GREP single_module conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + # Otherwise, if the output was created with a 0 exit code from + # the compiler, it worked. + elif test -f libconftest.dylib && test 0 = "$_lt_result"; then + lt_cv_apple_cc_single_mod=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -rf libconftest.dylib* + rm -f conftest.* + fi]) -# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..]) -# --------------------------------------------------------- -m4_define([_lt_decl_filter], -[m4_case([$#], - [0], [m4_fatal([$0: too few arguments: $#])], - [1], [m4_fatal([$0: too few arguments: $#: $1])], - [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)], - [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)], - [lt_dict_filter([lt_decl_dict], $@)])[]dnl -]) + AC_CACHE_CHECK([for -exported_symbols_list linker flag], + [lt_cv_ld_exported_symbols_list], + [lt_cv_ld_exported_symbols_list=no + save_LDFLAGS=$LDFLAGS + echo "_main" > conftest.sym + LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [lt_cv_ld_exported_symbols_list=yes], + [lt_cv_ld_exported_symbols_list=no]) + LDFLAGS=$save_LDFLAGS + ]) + AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], + [lt_cv_ld_force_load=no + cat > conftest.c << _LT_EOF +int forced_loaded() { return 2;} +_LT_EOF + echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD + echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD + $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD + echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD + $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD + cat > conftest.c << _LT_EOF +int main() { return 0;} +_LT_EOF + echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD + $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err + _lt_result=$? + if test -s conftest.err && $GREP force_load conftest.err; then + cat conftest.err >&AS_MESSAGE_LOG_FD + elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then + lt_cv_ld_force_load=yes + else + cat conftest.err >&AS_MESSAGE_LOG_FD + fi + rm -f conftest.err libconftest.a conftest conftest.c + rm -rf conftest.dSYM + ]) + case $host_os in + rhapsody* | darwin1.[[012]]) + _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; + darwin1.*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + darwin*) # darwin 5.x on + # if running on 10.5 or later, the deployment target defaults + # to the OS version, if on x86, and 10.4, the deployment + # target defaults to 10.4. Don't you love it? + case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in + 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + 10.[[012]][[,.]]*) + _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; + 10.*) + _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; + esac + ;; + esac + if test yes = "$lt_cv_apple_cc_single_mod"; then + _lt_dar_single_mod='$single_module' + fi + if test yes = "$lt_cv_ld_exported_symbols_list"; then + _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' + else + _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' + fi + if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then + _lt_dsymutil='~$DSYMUTIL $lib || :' + else + _lt_dsymutil= + fi + ;; + esac +]) -# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...]) -# -------------------------------------------------- -m4_define([lt_decl_quote_varnames], -[_lt_decl_filter([value], [1], $@)]) +# _LT_DARWIN_LINKER_FEATURES([TAG]) +# --------------------------------- +# Checks for linker and compiler features on darwin +m4_defun([_LT_DARWIN_LINKER_FEATURES], +[ + m4_require([_LT_REQUIRED_DARWIN_CHECKS]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_automatic, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + if test yes = "$lt_cv_ld_force_load"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' + m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], + [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='' + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined + case $cc_basename in + ifort*|nagfor*) _lt_dar_can_shared=yes ;; + *) _lt_dar_can_shared=$GCC ;; + esac + if test yes = "$_lt_dar_can_shared"; then + output_verbose_link_cmd=func_echo_all + _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" + _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" + _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" + m4_if([$1], [CXX], +[ if test yes != "$lt_cv_apple_cc_single_mod"; then + _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" + _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" + fi +],[]) + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi +]) -# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...]) -# --------------------------------------------------- -m4_define([lt_decl_dquote_varnames], -[_lt_decl_filter([value], [2], $@)]) +# _LT_SYS_MODULE_PATH_AIX([TAGNAME]) +# ---------------------------------- +# Links a minimal program and checks the executable +# for the system default hardcoded library path. In most cases, +# this is /usr/lib:/lib, but when the MPI compilers are used +# the location of the communication and MPI libs are included too. +# If we don't find anything, use the default library path according +# to the aix ld manual. +# Store the results from the different compilers for each TAGNAME. +# Allow to override them for all tags through lt_cv_aix_libpath. +m4_defun([_LT_SYS_MODULE_PATH_AIX], +[m4_require([_LT_DECL_SED])dnl +if test set = "${lt_cv_aix_libpath+set}"; then + aix_libpath=$lt_cv_aix_libpath +else + AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], + [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ + lt_aix_libpath_sed='[ + /Import File Strings/,/^$/ { + /^0/ { + s/^0 *\([^ ]*\) *$/\1/ + p + } + }]' + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + # Check for a 64-bit object if we didn't find anything. + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` + fi],[]) + if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then + _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib + fi + ]) + aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) +fi +])# _LT_SYS_MODULE_PATH_AIX -# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...]) -# --------------------------------------------------- -m4_define([lt_decl_varnames_tagged], -[m4_assert([$# <= 2])dnl -_$0(m4_quote(m4_default([$1], [[, ]])), - m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]), - m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))]) -m4_define([_lt_decl_varnames_tagged], -[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])]) +# _LT_SHELL_INIT(ARG) +# ------------------- +m4_define([_LT_SHELL_INIT], +[m4_divert_text([M4SH-INIT], [$1 +])])# _LT_SHELL_INIT -# lt_decl_all_varnames([SEPARATOR], [VARNAME1...]) -# ------------------------------------------------ -m4_define([lt_decl_all_varnames], -[_$0(m4_quote(m4_default([$1], [[, ]])), - m4_if([$2], [], - m4_quote(lt_decl_varnames), - m4_quote(m4_shift($@))))[]dnl -]) -m4_define([_lt_decl_all_varnames], -[lt_join($@, lt_decl_varnames_tagged([$1], - lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl -]) +# _LT_PROG_ECHO_BACKSLASH +# ----------------------- +# Find how we can fake an echo command that does not interpret backslash. +# In particular, with Autoconf 2.60 or later we add some code to the start +# of the generated configure script that will find a shell with a builtin +# printf (that we can use as an echo command). +m4_defun([_LT_PROG_ECHO_BACKSLASH], +[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO -# _LT_CONFIG_STATUS_DECLARE([VARNAME]) -# ------------------------------------ -# Quote a variable value, and forward it to 'config.status' so that its -# declaration there will have the same value as in 'configure'. VARNAME -# must have a single quote delimited value for this to work. -m4_define([_LT_CONFIG_STATUS_DECLARE], -[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) - - -# _LT_CONFIG_STATUS_DECLARATIONS -# ------------------------------ -# We delimit libtool config variables with single quotes, so when -# we write them to config.status, we have to be sure to quote all -# embedded single quotes properly. In configure, this macro expands -# each variable declared with _LT_DECL (and _LT_TAGDECL) into: -# -# ='`$ECHO "$" | $SED "$delay_single_quote_subst"`' -m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], -[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames), - [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])]) - - -# _LT_LIBTOOL_TAGS -# ---------------- -# Output comment and list of tags supported by the script -m4_defun([_LT_LIBTOOL_TAGS], -[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl -available_tags='_LT_TAGS'dnl -]) - - -# _LT_LIBTOOL_DECLARE(VARNAME, [TAG]) -# ----------------------------------- -# Extract the dictionary values for VARNAME (optionally with TAG) and -# expand to a commented shell variable setting: -# -# # Some comment about what VAR is for. -# visible_name=$lt_internal_name -m4_define([_LT_LIBTOOL_DECLARE], -[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], - [description])))[]dnl -m4_pushdef([_libtool_name], - m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl -m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])), - [0], [_libtool_name=[$]$1], - [1], [_libtool_name=$lt_[]$1], - [2], [_libtool_name=$lt_[]$1], - [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl -m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl -]) - - -# _LT_LIBTOOL_CONFIG_VARS -# ----------------------- -# Produce commented declarations of non-tagged libtool config variables -# suitable for insertion in the LIBTOOL CONFIG section of the 'libtool' -# script. Tagged libtool config variables (even for the LIBTOOL CONFIG -# section) are produced by _LT_LIBTOOL_TAG_VARS. -m4_defun([_LT_LIBTOOL_CONFIG_VARS], -[m4_foreach([_lt_var], - m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)), - [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])]) - - -# _LT_LIBTOOL_TAG_VARS(TAG) -# ------------------------- -m4_define([_LT_LIBTOOL_TAG_VARS], -[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames), - [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])]) +AC_MSG_CHECKING([how to print strings]) +# Test print first, because it will be a builtin if present. +if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ + test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='print -r --' +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then + ECHO='printf %s\n' +else + # Use this function as a fallback that always works. + func_fallback_echo () + { + eval 'cat <<_LTECHO_EOF +$[]1 +_LTECHO_EOF' + } + ECHO='func_fallback_echo' +fi +# func_echo_all arg... +# Invoke $ECHO with all args, space-separated. +func_echo_all () +{ + $ECHO "$*" +} -# _LT_TAGVAR(VARNAME, [TAGNAME]) -# ------------------------------ -m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])]) +case $ECHO in + printf*) AC_MSG_RESULT([printf]) ;; + print*) AC_MSG_RESULT([print -r]) ;; + *) AC_MSG_RESULT([cat]) ;; +esac +m4_ifdef([_AS_DETECT_SUGGESTED], +[_AS_DETECT_SUGGESTED([ + test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( + ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO + ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO + PATH=/empty FPATH=/empty; export PATH FPATH + test "X`printf %s $ECHO`" = "X$ECHO" \ + || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) -# _LT_CONFIG_COMMANDS -# ------------------- -# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of -# variables for single and double quote escaping we saved from calls -# to _LT_DECL, we can put quote escaped variables declarations -# into 'config.status', and then the shell code to quote escape them in -# for loops in 'config.status'. Finally, any additional code accumulated -# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded. -m4_defun([_LT_CONFIG_COMMANDS], -[AC_PROVIDE_IFELSE([LT_OUTPUT], - dnl If the libtool generation code has been placed in $CONFIG_LT, - dnl instead of duplicating it all over again into config.status, - dnl then we will have config.status run $CONFIG_LT later, so it - dnl needs to know what name is stored there: - [AC_CONFIG_COMMANDS([libtool], - [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])], - dnl If the libtool generation code is destined for config.status, - dnl expand the accumulated commands and init code now: - [AC_CONFIG_COMMANDS([libtool], - [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])]) -])#_LT_CONFIG_COMMANDS +_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) +_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) +])# _LT_PROG_ECHO_BACKSLASH -# Initialize. -m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT], -[ +# _LT_WITH_SYSROOT +# ---------------- +AC_DEFUN([_LT_WITH_SYSROOT], +[AC_MSG_CHECKING([for sysroot]) +AC_ARG_WITH([sysroot], +[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], + [Search for dependent libraries within DIR (or the compiler's sysroot + if not specified).])], +[], [with_sysroot=no]) -# The HP-UX ksh and POSIX shell print the target directory to stdout -# if CDPATH is set. -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH +dnl lt_sysroot will always be passed unquoted. We quote it here +dnl in case the user passed a directory name. +lt_sysroot= +case $with_sysroot in #( + yes) + if test yes = "$GCC"; then + lt_sysroot=`$CC --print-sysroot 2>/dev/null` + fi + ;; #( + /*) + lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` + ;; #( + no|'') + ;; #( + *) + AC_MSG_RESULT([$with_sysroot]) + AC_MSG_ERROR([The sysroot must be an absolute path.]) + ;; +esac -sed_quote_subst='$sed_quote_subst' -double_quote_subst='$double_quote_subst' -delay_variable_subst='$delay_variable_subst' -_LT_CONFIG_STATUS_DECLARATIONS -LTCC='$LTCC' -LTCFLAGS='$LTCFLAGS' -compiler='$compiler_DEFAULT' + AC_MSG_RESULT([${lt_sysroot:-no}]) +_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl +[dependent libraries, and where our libraries should be installed.])]) -# A function that is used when there is no print builtin or printf. -func_fallback_echo () -{ - eval 'cat <<_LTECHO_EOF -\$[]1 -_LTECHO_EOF' -} +# _LT_ENABLE_LOCK +# --------------- +m4_defun([_LT_ENABLE_LOCK], +[AC_ARG_ENABLE([libtool-lock], + [AS_HELP_STRING([--disable-libtool-lock], + [avoid locking (might break parallel builds)])]) +test no = "$enable_libtool_lock" || enable_libtool_lock=yes -# Quote evaled strings. -for var in lt_decl_all_varnames([[ \ -]], lt_decl_quote_varnames); do - case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in - *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes - ;; - *) - eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" - ;; +# Some flags need to be propagated to the compiler or linker for good +# libtool support. +case $host in +ia64-*-hpux*) + # Find out what ABI is being produced by ac_compile, and set mode + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.$ac_objext` in + *ELF-32*) + HPUX_IA64_MODE=32 + ;; + *ELF-64*) + HPUX_IA64_MODE=64 + ;; esac -done + fi + rm -rf conftest* + ;; +*-*-irix6*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + if test yes = "$lt_cv_prog_gnu_ld"; then + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -melf32bsmip" + ;; + *N32*) + LD="${LD-ld} -melf32bmipn32" + ;; + *64-bit*) + LD="${LD-ld} -melf64bmip" + ;; + esac + else + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + LD="${LD-ld} -32" + ;; + *N32*) + LD="${LD-ld} -n32" + ;; + *64-bit*) + LD="${LD-ld} -64" + ;; + esac + fi + fi + rm -rf conftest* + ;; -# Double-quote double-evaled strings. -for var in lt_decl_all_varnames([[ \ -]], lt_decl_dquote_varnames); do - case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in - *[[\\\\\\\`\\"\\\$]]*) - eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes - ;; - *) - eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\"" - ;; +mips64*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + emul=elf + case `/usr/bin/file conftest.$ac_objext` in + *32-bit*) + emul="${emul}32" + ;; + *64-bit*) + emul="${emul}64" + ;; esac -done + case `/usr/bin/file conftest.$ac_objext` in + *MSB*) + emul="${emul}btsmip" + ;; + *LSB*) + emul="${emul}ltsmip" + ;; + esac + case `/usr/bin/file conftest.$ac_objext` in + *N32*) + emul="${emul}n32" + ;; + esac + LD="${LD-ld} -m $emul" + fi + rm -rf conftest* + ;; -_LT_OUTPUT_LIBTOOL_INIT -]) +x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ +s390*-*linux*|s390*-*tpf*|sparc*-*linux*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. Note that the listed cases only cover the + # situations where additional linker options are needed (such as when + # doing 32-bit compilation for a host where ld defaults to 64-bit, or + # vice versa); the common cases where no linker options are needed do + # not appear in the list. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.o` in + *32-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_i386_fbsd" + ;; + x86_64-*linux*) + case `/usr/bin/file conftest.o` in + *x86-64*) + LD="${LD-ld} -m elf32_x86_64" + ;; + *) + LD="${LD-ld} -m elf_i386" + ;; + esac + ;; + powerpc64le-*linux*) + LD="${LD-ld} -m elf32lppclinux" + ;; + powerpc64-*linux*) + LD="${LD-ld} -m elf32ppclinux" + ;; + s390x-*linux*) + LD="${LD-ld} -m elf_s390" + ;; + sparc64-*linux*) + LD="${LD-ld} -m elf32_sparc" + ;; + esac + ;; + *64-bit*) + case $host in + x86_64-*kfreebsd*-gnu) + LD="${LD-ld} -m elf_x86_64_fbsd" + ;; + x86_64-*linux*) + LD="${LD-ld} -m elf_x86_64" + ;; + powerpcle-*linux*) + LD="${LD-ld} -m elf64lppc" + ;; + powerpc-*linux*) + LD="${LD-ld} -m elf64ppc" + ;; + s390*-*linux*|s390*-*tpf*) + LD="${LD-ld} -m elf64_s390" + ;; + sparc*-*linux*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; -# _LT_GENERATED_FILE_INIT(FILE, [COMMENT]) -# ------------------------------------ -# Generate a child script FILE with all initialization necessary to -# reuse the environment learned by the parent script, and make the -# file executable. If COMMENT is supplied, it is inserted after the -# '#!' sequence but before initialization text begins. After this -# macro, additional text can be appended to FILE to form the body of -# the child script. The macro ends with non-zero status if the -# file could not be fully written (such as if the disk is full). -m4_ifdef([AS_INIT_GENERATED], -[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])], -[m4_defun([_LT_GENERATED_FILE_INIT], -[m4_require([AS_PREPARE])]dnl -[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl -[lt_write_fail=0 -cat >$1 <<_ASEOF || lt_write_fail=1 -#! $SHELL -# Generated by $as_me. -$2 -SHELL=\${CONFIG_SHELL-$SHELL} -export SHELL -_ASEOF -cat >>$1 <<\_ASEOF || lt_write_fail=1 -AS_SHELL_SANITIZE -_AS_PREPARE -exec AS_MESSAGE_FD>&1 -_ASEOF -test 0 = "$lt_write_fail" && chmod +x $1[]dnl -m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT +*-*-sco3.2v5*) + # On SCO OpenServer 5, we need -belf to get full-featured binaries. + SAVE_CFLAGS=$CFLAGS + CFLAGS="$CFLAGS -belf" + AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, + [AC_LANG_PUSH(C) + AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) + AC_LANG_POP]) + if test yes != "$lt_cv_cc_needs_belf"; then + # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf + CFLAGS=$SAVE_CFLAGS + fi + ;; +*-*solaris*) + # Find out what ABI is being produced by ac_compile, and set linker + # options accordingly. + echo 'int i;' > conftest.$ac_ext + if AC_TRY_EVAL(ac_compile); then + case `/usr/bin/file conftest.o` in + *64-bit*) + case $lt_cv_prog_gnu_ld in + yes*) + case $host in + i?86-*-solaris*|x86_64-*-solaris*) + LD="${LD-ld} -m elf_x86_64" + ;; + sparc*-*-solaris*) + LD="${LD-ld} -m elf64_sparc" + ;; + esac + # GNU ld 2.21 introduced _sol2 emulations. Use them if available. + if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then + LD=${LD-ld}_sol2 + fi + ;; + *) + if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then + LD="${LD-ld} -64" + fi + ;; + esac + ;; + esac + fi + rm -rf conftest* + ;; +esac -# LT_OUTPUT -# --------- -# This macro allows early generation of the libtool script (before -# AC_OUTPUT is called), incase it is used in configure for compilation -# tests. -AC_DEFUN([LT_OUTPUT], -[: ${CONFIG_LT=./config.lt} -AC_MSG_NOTICE([creating $CONFIG_LT]) -_LT_GENERATED_FILE_INIT(["$CONFIG_LT"], -[# Run this file to recreate a libtool stub with the current configuration.]) +need_locks=$enable_libtool_lock +])# _LT_ENABLE_LOCK -cat >>"$CONFIG_LT" <<\_LTEOF -lt_cl_silent=false -exec AS_MESSAGE_LOG_FD>>config.log -{ - echo - AS_BOX([Running $as_me.]) -} >&AS_MESSAGE_LOG_FD -lt_cl_help="\ -'$as_me' creates a local libtool stub from the current configuration, -for use in further configure time tests before the real libtool is -generated. +# _LT_PROG_AR +# ----------- +m4_defun([_LT_PROG_AR], +[AC_CHECK_TOOLS(AR, [ar], false) +: ${AR=ar} +: ${AR_FLAGS=cru} +_LT_DECL([], [AR], [1], [The archiver]) +_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) -Usage: $[0] [[OPTIONS]] +AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], + [lt_cv_ar_at_file=no + AC_COMPILE_IFELSE([AC_LANG_PROGRAM], + [echo conftest.$ac_objext > conftest.lst + lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' + AC_TRY_EVAL([lt_ar_try]) + if test 0 -eq "$ac_status"; then + # Ensure the archiver fails upon bogus file names. + rm -f conftest.$ac_objext libconftest.a + AC_TRY_EVAL([lt_ar_try]) + if test 0 -ne "$ac_status"; then + lt_cv_ar_at_file=@ + fi + fi + rm -f conftest.* libconftest.a + ]) + ]) - -h, --help print this help, then exit - -V, --version print version number, then exit - -q, --quiet do not print progress messages - -d, --debug don't remove temporary files +if test no = "$lt_cv_ar_at_file"; then + archiver_list_spec= +else + archiver_list_spec=$lt_cv_ar_at_file +fi +_LT_DECL([], [archiver_list_spec], [1], + [How to feed a file listing to the archiver]) +])# _LT_PROG_AR -Report bugs to ." -lt_cl_version="\ -m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl -m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION]) -configured by $[0], generated by m4_PACKAGE_STRING. +# _LT_CMD_OLD_ARCHIVE +# ------------------- +m4_defun([_LT_CMD_OLD_ARCHIVE], +[_LT_PROG_AR -Copyright (C) 2011 Free Software Foundation, Inc. -This config.lt script is free software; the Free Software Foundation -gives unlimited permision to copy, distribute and modify it." +AC_CHECK_TOOL(STRIP, strip, :) +test -z "$STRIP" && STRIP=: +_LT_DECL([], [STRIP], [1], [A symbol stripping program]) -while test 0 != $[#] -do - case $[1] in - --version | --v* | -V ) - echo "$lt_cl_version"; exit 0 ;; - --help | --h* | -h ) - echo "$lt_cl_help"; exit 0 ;; - --debug | --d* | -d ) - debug=: ;; - --quiet | --q* | --silent | --s* | -q ) - lt_cl_silent=: ;; +AC_CHECK_TOOL(RANLIB, ranlib, :) +test -z "$RANLIB" && RANLIB=: +_LT_DECL([], [RANLIB], [1], + [Commands used to install an old-style archive]) - -*) AC_MSG_ERROR([unrecognized option: $[1] -Try '$[0] --help' for more information.]) ;; +# Determine commands to create old-style static archives. +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' +old_postinstall_cmds='chmod 644 $oldlib' +old_postuninstall_cmds= - *) AC_MSG_ERROR([unrecognized argument: $[1] -Try '$[0] --help' for more information.]) ;; +if test -n "$RANLIB"; then + case $host_os in + bitrig* | openbsd*) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + ;; + *) + old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + ;; esac - shift -done - -if $lt_cl_silent; then - exec AS_MESSAGE_FD>/dev/null + old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" fi -_LTEOF - -cat >>"$CONFIG_LT" <<_LTEOF -_LT_OUTPUT_LIBTOOL_COMMANDS_INIT -_LTEOF - -cat >>"$CONFIG_LT" <<\_LTEOF -AC_MSG_NOTICE([creating $ofile]) -_LT_OUTPUT_LIBTOOL_COMMANDS -AS_EXIT(0) -_LTEOF -chmod +x "$CONFIG_LT" -# configure is writing to config.log, but config.lt does its own redirection, -# appending to config.log, which fails on DOS, as config.log is still kept -# open by configure. Here we exec the FD to /dev/null, effectively closing -# config.log, so it can be properly (re)opened and appended to by config.lt. -lt_cl_success=: -test yes = "$silent" && - lt_config_lt_args="$lt_config_lt_args --quiet" -exec AS_MESSAGE_LOG_FD>/dev/null -$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false -exec AS_MESSAGE_LOG_FD>>config.log -$lt_cl_success || AS_EXIT(1) -])# LT_OUTPUT +case $host_os in + darwin*) + lock_old_archive_extraction=yes ;; + *) + lock_old_archive_extraction=no ;; +esac +_LT_DECL([], [old_postinstall_cmds], [2]) +_LT_DECL([], [old_postuninstall_cmds], [2]) +_LT_TAGDECL([], [old_archive_cmds], [2], + [Commands used to build an old-style archive]) +_LT_DECL([], [lock_old_archive_extraction], [0], + [Whether to use a lock for old archive extraction]) +])# _LT_CMD_OLD_ARCHIVE -# _LT_CONFIG(TAG) -# --------------- -# If TAG is the built-in tag, create an initial libtool script with a -# default configuration from the untagged config vars. Otherwise add code -# to config.status for appending the configuration named by TAG from the -# matching tagged config vars. -m4_defun([_LT_CONFIG], +# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------------------- +# Check whether the given compiler option works +AC_DEFUN([_LT_COMPILER_OPTION], [m4_require([_LT_FILEUTILS_DEFAULTS])dnl -_LT_CONFIG_SAVE_COMMANDS([ - m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl - m4_if(_LT_TAG, [C], [ - # See if we are running on zsh, and set the options that allow our - # commands through without removal of \ escapes. - if test -n "${ZSH_VERSION+set}"; then - setopt NO_GLOB_SUBST - fi - - cfgfile=${ofile}T - trap "$RM \"$cfgfile\"; exit 1" 1 2 15 - $RM "$cfgfile" +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + # The option is referenced via a variable to avoid confusing sed. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>conftest.err) + ac_status=$? + cat conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s "$ac_outfile"; then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings other than the usual output. + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + fi + $RM conftest* +]) - cat <<_LT_EOF >> "$cfgfile" -#! $SHELL -# Generated automatically by $as_me ($PACKAGE) $VERSION -# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: -# NOTE: Changes made to this file will be lost: look at ltmain.sh. +if test yes = "[$]$2"; then + m4_if([$5], , :, [$5]) +else + m4_if([$6], , :, [$6]) +fi +])# _LT_COMPILER_OPTION -# Provide generalized library-building support services. -# Written by Gordon Matzigkeit, 1996 +# Old name: +AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) -_LT_COPYING -_LT_LIBTOOL_TAGS -# Configured defaults for sys_lib_dlsearch_path munging. -: \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"} +# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, +# [ACTION-SUCCESS], [ACTION-FAILURE]) +# ---------------------------------------------------- +# Check whether the given linker option works +AC_DEFUN([_LT_LINKER_OPTION], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_SED])dnl +AC_CACHE_CHECK([$1], [$2], + [$2=no + save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS $3" + echo "$lt_simple_link_test_code" > conftest.$ac_ext + if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then + # The linker can only warn and ignore the option if not recognized + # So say no if there are warnings + if test -s conftest.err; then + # Append any errors to the config.log. + cat conftest.err 1>&AS_MESSAGE_LOG_FD + $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp + $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 + if diff conftest.exp conftest.er2 >/dev/null; then + $2=yes + fi + else + $2=yes + fi + fi + $RM -r conftest* + LDFLAGS=$save_LDFLAGS +]) -# ### BEGIN LIBTOOL CONFIG -_LT_LIBTOOL_CONFIG_VARS -_LT_LIBTOOL_TAG_VARS -# ### END LIBTOOL CONFIG +if test yes = "[$]$2"; then + m4_if([$4], , :, [$4]) +else + m4_if([$5], , :, [$5]) +fi +])# _LT_LINKER_OPTION -_LT_EOF +# Old name: +AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) - cat <<'_LT_EOF' >> "$cfgfile" -# ### BEGIN FUNCTIONS SHARED WITH CONFIGURE +# LT_CMD_MAX_LEN +#--------------- +AC_DEFUN([LT_CMD_MAX_LEN], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +# find the maximum length of command line arguments +AC_MSG_CHECKING([the maximum length of command line arguments]) +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl + i=0 + teststring=ABCD -_LT_PREPARE_MUNGE_PATH_LIST -_LT_PREPARE_CC_BASENAME + case $build_os in + msdosdjgpp*) + # On DJGPP, this test can blow up pretty badly due to problems in libc + # (any single argument exceeding 2000 bytes causes a buffer overrun + # during glob expansion). Even if it were fixed, the result of this + # check would be larger than it should be. + lt_cv_sys_max_cmd_len=12288; # 12K is about right + ;; -# ### END FUNCTIONS SHARED WITH CONFIGURE + gnu*) + # Under GNU Hurd, this test is not required because there is + # no limit to the length of command line arguments. + # Libtool will interpret -1 as no limit whatsoever + lt_cv_sys_max_cmd_len=-1; + ;; -_LT_EOF + cygwin* | mingw* | cegcc*) + # On Win9x/ME, this test blows up -- it succeeds, but takes + # about 5 minutes as the teststring grows exponentially. + # Worse, since 9x/ME are not pre-emptively multitasking, + # you end up with a "frozen" computer, even though with patience + # the test eventually succeeds (with a max line length of 256k). + # Instead, let's just punt: use the minimum linelength reported by + # all of the supported platforms: 8192 (on NT/2K/XP). + lt_cv_sys_max_cmd_len=8192; + ;; - case $host_os in - aix3*) - cat <<\_LT_EOF >> "$cfgfile" -# AIX sometimes has problems with the GCC collect2 program. For some -# reason, if we set the COLLECT_NAMES environment variable, the problems -# vanish in a puff of smoke. -if test set != "${COLLECT_NAMES+set}"; then - COLLECT_NAMES= - export COLLECT_NAMES -fi -_LT_EOF + mint*) + # On MiNT this can take a long time and run out of memory. + lt_cv_sys_max_cmd_len=8192; ;; - esac - _LT_PROG_LTMAIN + amigaos*) + # On AmigaOS with pdksh, this test takes hours, literally. + # So we just punt and use a minimum line length of 8192. + lt_cv_sys_max_cmd_len=8192; + ;; - # We use sed instead of cat because bash on DJGPP gets confused if - # if finds mixed CR/LF and LF-only lines. Since sed operates in - # text mode, it properly converts lines to CR/LF. This bash problem - # is reportedly fixed, but why not run on old versions too? - sed '$q' "$ltmain" >> "$cfgfile" \ - || (rm -f "$cfgfile"; exit 1) - - mv -f "$cfgfile" "$ofile" || - (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile") - chmod +x "$ofile" -], -[cat <<_LT_EOF >> "$ofile" + bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) + # This has been around since 386BSD, at least. Likely further. + if test -x /sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` + elif test -x /usr/sbin/sysctl; then + lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` + else + lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs + fi + # And add a safety zone + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + ;; -dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded -dnl in a comment (ie after a #). -# ### BEGIN LIBTOOL TAG CONFIG: $1 -_LT_LIBTOOL_TAG_VARS(_LT_TAG) -# ### END LIBTOOL TAG CONFIG: $1 -_LT_EOF -])dnl /m4_if -], -[m4_if([$1], [], [ - PACKAGE='$PACKAGE' - VERSION='$VERSION' - RM='$RM' - ofile='$ofile'], []) -])dnl /_LT_CONFIG_SAVE_COMMANDS -])# _LT_CONFIG + interix*) + # We know the value 262144 and hardcode it with a safety zone (like BSD) + lt_cv_sys_max_cmd_len=196608 + ;; + os2*) + # The test takes a long time on OS/2. + lt_cv_sys_max_cmd_len=8192 + ;; -# LT_SUPPORTED_TAG(TAG) -# --------------------- -# Trace this macro to discover what tags are supported by the libtool -# --tag option, using: -# autoconf --trace 'LT_SUPPORTED_TAG:$1' -AC_DEFUN([LT_SUPPORTED_TAG], []) + osf*) + # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure + # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not + # nice to cause kernel panics so lets avoid the loop below. + # First set a reasonable default. + lt_cv_sys_max_cmd_len=16384 + # + if test -x /sbin/sysconfig; then + case `/sbin/sysconfig -q proc exec_disable_arg_limit` in + *1*) lt_cv_sys_max_cmd_len=-1 ;; + esac + fi + ;; + sco3.2v5*) + lt_cv_sys_max_cmd_len=102400 + ;; + sysv5* | sco5v6* | sysv4.2uw2*) + kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` + if test -n "$kargmax"; then + lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` + else + lt_cv_sys_max_cmd_len=32768 + fi + ;; + *) + lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` + if test -n "$lt_cv_sys_max_cmd_len" && \ + test undefined != "$lt_cv_sys_max_cmd_len"; then + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` + else + # Make teststring a little bigger before we do anything with it. + # a 1K string should be a reasonable start. + for i in 1 2 3 4 5 6 7 8; do + teststring=$teststring$teststring + done + SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} + # If test is not a shell built-in, we'll probably end up computing a + # maximum length that is only half of the actual maximum length, but + # we can't tell. + while { test X`env echo "$teststring$teststring" 2>/dev/null` \ + = "X$teststring$teststring"; } >/dev/null 2>&1 && + test 17 != "$i" # 1/2 MB should be enough + do + i=`expr $i + 1` + teststring=$teststring$teststring + done + # Only check the string length outside the loop. + lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` + teststring= + # Add a significant safety factor because C++ compilers can tack on + # massive amounts of additional arguments before passing them to the + # linker. It appears as though 1/2 is a usable value. + lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` + fi + ;; + esac +]) +if test -n "$lt_cv_sys_max_cmd_len"; then + AC_MSG_RESULT($lt_cv_sys_max_cmd_len) +else + AC_MSG_RESULT(none) +fi +max_cmd_len=$lt_cv_sys_max_cmd_len +_LT_DECL([], [max_cmd_len], [0], + [What is the maximum length of a command?]) +])# LT_CMD_MAX_LEN +# Old name: +AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) -# C support is built-in for now -m4_define([_LT_LANG_C_enabled], []) -m4_define([_LT_TAGS], []) +# _LT_HEADER_DLFCN +# ---------------- +m4_defun([_LT_HEADER_DLFCN], +[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl +])# _LT_HEADER_DLFCN -# LT_LANG(LANG) -# ------------- -# Enable libtool support for the given language if not already enabled. -AC_DEFUN([LT_LANG], -[AC_BEFORE([$0], [LT_OUTPUT])dnl -m4_case([$1], - [C], [_LT_LANG(C)], - [C++], [_LT_LANG(CXX)], - [Go], [_LT_LANG(GO)], - [Java], [_LT_LANG(GCJ)], - [Fortran 77], [_LT_LANG(F77)], - [Fortran], [_LT_LANG(FC)], - [Windows Resource], [_LT_LANG(RC)], - [m4_ifdef([_LT_LANG_]$1[_CONFIG], - [_LT_LANG($1)], - [m4_fatal([$0: unsupported language: "$1"])])])dnl -])# LT_LANG +# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, +# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) +# ---------------------------------------------------------------- +m4_defun([_LT_TRY_DLOPEN_SELF], +[m4_require([_LT_HEADER_DLFCN])dnl +if test yes = "$cross_compiling"; then : + [$4] +else + lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 + lt_status=$lt_dlunknown + cat > conftest.$ac_ext <<_LT_EOF +[#line $LINENO "configure" +#include "confdefs.h" -# _LT_LANG(LANGNAME) -# ------------------ -m4_defun([_LT_LANG], -[m4_ifdef([_LT_LANG_]$1[_enabled], [], - [LT_SUPPORTED_TAG([$1])dnl - m4_append([_LT_TAGS], [$1 ])dnl - m4_define([_LT_LANG_]$1[_enabled], [])dnl - _LT_LANG_$1_CONFIG($1)])dnl -])# _LT_LANG +#if HAVE_DLFCN_H +#include +#endif +#include -m4_ifndef([AC_PROG_GO], [ -# NOTE: This macro has been submitted for inclusion into # -# GNU Autoconf as AC_PROG_GO. When it is available in # -# a released version of Autoconf we should remove this # -# macro and use it instead. # -m4_defun([AC_PROG_GO], -[AC_LANG_PUSH(Go)dnl -AC_ARG_VAR([GOC], [Go compiler command])dnl -AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl -_AC_ARG_VAR_LDFLAGS()dnl -AC_CHECK_TOOL(GOC, gccgo) -if test -z "$GOC"; then - if test -n "$ac_tool_prefix"; then - AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo]) - fi -fi -if test -z "$GOC"; then - AC_CHECK_PROG(GOC, gccgo, gccgo, false) -fi -])#m4_defun -])#m4_ifndef +#ifdef RTLD_GLOBAL +# define LT_DLGLOBAL RTLD_GLOBAL +#else +# ifdef DL_GLOBAL +# define LT_DLGLOBAL DL_GLOBAL +# else +# define LT_DLGLOBAL 0 +# endif +#endif +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we + find out it does not work in some platform. */ +#ifndef LT_DLLAZY_OR_NOW +# ifdef RTLD_LAZY +# define LT_DLLAZY_OR_NOW RTLD_LAZY +# else +# ifdef DL_LAZY +# define LT_DLLAZY_OR_NOW DL_LAZY +# else +# ifdef RTLD_NOW +# define LT_DLLAZY_OR_NOW RTLD_NOW +# else +# ifdef DL_NOW +# define LT_DLLAZY_OR_NOW DL_NOW +# else +# define LT_DLLAZY_OR_NOW 0 +# endif +# endif +# endif +# endif +#endif -# _LT_LANG_DEFAULT_CONFIG -# ----------------------- -m4_defun([_LT_LANG_DEFAULT_CONFIG], -[AC_PROVIDE_IFELSE([AC_PROG_CXX], - [LT_LANG(CXX)], - [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])]) +/* When -fvisibility=hidden is used, assume the code has been annotated + correspondingly for the symbols needed. */ +#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) +int fnord () __attribute__((visibility("default"))); +#endif -AC_PROVIDE_IFELSE([AC_PROG_F77], - [LT_LANG(F77)], - [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])]) +int fnord () { return 42; } +int main () +{ + void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); + int status = $lt_dlunknown; -AC_PROVIDE_IFELSE([AC_PROG_FC], - [LT_LANG(FC)], - [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])]) + if (self) + { + if (dlsym (self,"fnord")) status = $lt_dlno_uscore; + else + { + if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; + else puts (dlerror ()); + } + /* dlclose (self); */ + } + else + puts (dlerror ()); -dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal -dnl pulling things in needlessly. -AC_PROVIDE_IFELSE([AC_PROG_GCJ], - [LT_LANG(GCJ)], - [AC_PROVIDE_IFELSE([A][M_PROG_GCJ], - [LT_LANG(GCJ)], - [AC_PROVIDE_IFELSE([LT_PROG_GCJ], - [LT_LANG(GCJ)], - [m4_ifdef([AC_PROG_GCJ], - [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])]) - m4_ifdef([A][M_PROG_GCJ], - [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])]) - m4_ifdef([LT_PROG_GCJ], - [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])]) + return status; +}] +_LT_EOF + if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then + (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null + lt_status=$? + case x$lt_status in + x$lt_dlno_uscore) $1 ;; + x$lt_dlneed_uscore) $2 ;; + x$lt_dlunknown|x*) $3 ;; + esac + else : + # compilation failed + $3 + fi +fi +rm -fr conftest* +])# _LT_TRY_DLOPEN_SELF -AC_PROVIDE_IFELSE([AC_PROG_GO], - [LT_LANG(GO)], - [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])]) -AC_PROVIDE_IFELSE([LT_PROG_RC], - [LT_LANG(RC)], - [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])]) -])# _LT_LANG_DEFAULT_CONFIG +# LT_SYS_DLOPEN_SELF +# ------------------ +AC_DEFUN([LT_SYS_DLOPEN_SELF], +[m4_require([_LT_HEADER_DLFCN])dnl +if test yes != "$enable_dlopen"; then + enable_dlopen=unknown + enable_dlopen_self=unknown + enable_dlopen_self_static=unknown +else + lt_cv_dlopen=no + lt_cv_dlopen_libs= -# Obsolete macros: -AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)]) -AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)]) -AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)]) -AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)]) -AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_CXX], []) -dnl AC_DEFUN([AC_LIBTOOL_F77], []) -dnl AC_DEFUN([AC_LIBTOOL_FC], []) -dnl AC_DEFUN([AC_LIBTOOL_GCJ], []) -dnl AC_DEFUN([AC_LIBTOOL_RC], []) + case $host_os in + beos*) + lt_cv_dlopen=load_add_on + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ;; + mingw* | pw32* | cegcc*) + lt_cv_dlopen=LoadLibrary + lt_cv_dlopen_libs= + ;; -# _LT_TAG_COMPILER -# ---------------- -m4_defun([_LT_TAG_COMPILER], -[AC_REQUIRE([AC_PROG_CC])dnl + cygwin*) + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + ;; -_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl -_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl -_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl -_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl + darwin*) + # if libdl is installed we need to link against it + AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ + lt_cv_dlopen=dyld + lt_cv_dlopen_libs= + lt_cv_dlopen_self=yes + ]) + ;; -# If no C compiler was specified, use CC. -LTCC=${LTCC-"$CC"} + tpf*) + # Don't try to run any link tests for TPF. We know it's impossible + # because TPF is a cross-compiler, and we know how we open DSOs. + lt_cv_dlopen=dlopen + lt_cv_dlopen_libs= + lt_cv_dlopen_self=no + ;; -# If no C compiler flags were specified, use CFLAGS. -LTCFLAGS=${LTCFLAGS-"$CFLAGS"} + *) + AC_CHECK_FUNC([shl_load], + [lt_cv_dlopen=shl_load], + [AC_CHECK_LIB([dld], [shl_load], + [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], + [AC_CHECK_FUNC([dlopen], + [lt_cv_dlopen=dlopen], + [AC_CHECK_LIB([dl], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], + [AC_CHECK_LIB([svld], [dlopen], + [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], + [AC_CHECK_LIB([dld], [dld_link], + [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) + ]) + ]) + ]) + ]) + ]) + ;; + esac -# Allow CC to be a program name with arguments. -compiler=$CC -])# _LT_TAG_COMPILER + if test no = "$lt_cv_dlopen"; then + enable_dlopen=no + else + enable_dlopen=yes + fi + case $lt_cv_dlopen in + dlopen) + save_CPPFLAGS=$CPPFLAGS + test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" -# _LT_COMPILER_BOILERPLATE -# ------------------------ -# Check for compiler boilerplate output or warnings with -# the simple compiler test code. -m4_defun([_LT_COMPILER_BOILERPLATE], -[m4_require([_LT_DECL_SED])dnl -ac_outfile=conftest.$ac_objext -echo "$lt_simple_compile_test_code" >conftest.$ac_ext -eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -_lt_compiler_boilerplate=`cat conftest.err` -$RM conftest* -])# _LT_COMPILER_BOILERPLATE + save_LDFLAGS=$LDFLAGS + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" + save_LIBS=$LIBS + LIBS="$lt_cv_dlopen_libs $LIBS" -# _LT_LINKER_BOILERPLATE -# ---------------------- -# Check for linker boilerplate output or warnings with -# the simple link test code. -m4_defun([_LT_LINKER_BOILERPLATE], -[m4_require([_LT_DECL_SED])dnl -ac_outfile=conftest.$ac_objext -echo "$lt_simple_link_test_code" >conftest.$ac_ext -eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err -_lt_linker_boilerplate=`cat conftest.err` -$RM -r conftest* -])# _LT_LINKER_BOILERPLATE + AC_CACHE_CHECK([whether a program can dlopen itself], + lt_cv_dlopen_self, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, + lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) + ]) -# _LT_REQUIRED_DARWIN_CHECKS -# ------------------------- -m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[ - case $host_os in - rhapsody* | darwin*) - AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:]) - AC_CHECK_TOOL([NMEDIT], [nmedit], [:]) - AC_CHECK_TOOL([LIPO], [lipo], [:]) - AC_CHECK_TOOL([OTOOL], [otool], [:]) - AC_CHECK_TOOL([OTOOL64], [otool64], [:]) - _LT_DECL([], [DSYMUTIL], [1], - [Tool to manipulate archived DWARF debug symbol files on Mac OS X]) - _LT_DECL([], [NMEDIT], [1], - [Tool to change global to local symbols on Mac OS X]) - _LT_DECL([], [LIPO], [1], - [Tool to manipulate fat objects and archives on Mac OS X]) - _LT_DECL([], [OTOOL], [1], - [ldd/readelf like tool for Mach-O binaries on Mac OS X]) - _LT_DECL([], [OTOOL64], [1], - [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4]) + if test yes = "$lt_cv_dlopen_self"; then + wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" + AC_CACHE_CHECK([whether a statically linked program can dlopen itself], + lt_cv_dlopen_self_static, [dnl + _LT_TRY_DLOPEN_SELF( + lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, + lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) + ]) + fi - AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod], - [lt_cv_apple_cc_single_mod=no - if test -z "$LT_MULTI_MODULE"; then - # By default we will add the -single_module flag. You can override - # by either setting the environment variable LT_MULTI_MODULE - # non-empty at configure time, or by adding -multi_module to the - # link flags. - rm -rf libconftest.dylib* - echo "int foo(void){return 1;}" > conftest.c - echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ --dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD - $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ - -dynamiclib -Wl,-single_module conftest.c 2>conftest.err - _lt_result=$? - # If there is a non-empty error log, and "single_module" - # appears in it, assume the flag caused a linker warning - if test -s conftest.err && $GREP single_module conftest.err; then - cat conftest.err >&AS_MESSAGE_LOG_FD - # Otherwise, if the output was created with a 0 exit code from - # the compiler, it worked. - elif test -f libconftest.dylib && test 0 = "$_lt_result"; then - lt_cv_apple_cc_single_mod=yes - else - cat conftest.err >&AS_MESSAGE_LOG_FD - fi - rm -rf libconftest.dylib* - rm -f conftest.* - fi]) + CPPFLAGS=$save_CPPFLAGS + LDFLAGS=$save_LDFLAGS + LIBS=$save_LIBS + ;; + esac - AC_CACHE_CHECK([for -exported_symbols_list linker flag], - [lt_cv_ld_exported_symbols_list], - [lt_cv_ld_exported_symbols_list=no - save_LDFLAGS=$LDFLAGS - echo "_main" > conftest.sym - LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym" - AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], - [lt_cv_ld_exported_symbols_list=yes], - [lt_cv_ld_exported_symbols_list=no]) - LDFLAGS=$save_LDFLAGS - ]) + case $lt_cv_dlopen_self in + yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; + *) enable_dlopen_self=unknown ;; + esac - AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load], - [lt_cv_ld_force_load=no - cat > conftest.c << _LT_EOF -int forced_loaded() { return 2;} -_LT_EOF - echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD - $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD - echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD - $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD - echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD - $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD - cat > conftest.c << _LT_EOF -int main() { return 0;} -_LT_EOF - echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD - $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err - _lt_result=$? - if test -s conftest.err && $GREP force_load conftest.err; then - cat conftest.err >&AS_MESSAGE_LOG_FD - elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then - lt_cv_ld_force_load=yes - else - cat conftest.err >&AS_MESSAGE_LOG_FD - fi - rm -f conftest.err libconftest.a conftest conftest.c - rm -rf conftest.dSYM - ]) - case $host_os in - rhapsody* | darwin1.[[012]]) - _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;; - darwin1.*) - _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - darwin*) # darwin 5.x on - # if running on 10.5 or later, the deployment target defaults - # to the OS version, if on x86, and 10.4, the deployment - # target defaults to 10.4. Don't you love it? - case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in - 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*) - _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; - 10.[[012]][[,.]]*) - _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;; - 10.*) - _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;; - esac - ;; - esac - if test yes = "$lt_cv_apple_cc_single_mod"; then - _lt_dar_single_mod='$single_module' - fi - if test yes = "$lt_cv_ld_exported_symbols_list"; then - _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym' - else - _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib' - fi - if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then - _lt_dsymutil='~$DSYMUTIL $lib || :' - else - _lt_dsymutil= - fi - ;; + case $lt_cv_dlopen_self_static in + yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; + *) enable_dlopen_self_static=unknown ;; esac -]) +fi +_LT_DECL([dlopen_support], [enable_dlopen], [0], + [Whether dlopen is supported]) +_LT_DECL([dlopen_self], [enable_dlopen_self], [0], + [Whether dlopen of programs is supported]) +_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], + [Whether dlopen of statically linked programs is supported]) +])# LT_SYS_DLOPEN_SELF +# Old name: +AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) -# _LT_DARWIN_LINKER_FEATURES([TAG]) -# --------------------------------- -# Checks for linker and compiler features on darwin -m4_defun([_LT_DARWIN_LINKER_FEATURES], -[ - m4_require([_LT_REQUIRED_DARWIN_CHECKS]) - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_automatic, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported - if test yes = "$lt_cv_ld_force_load"; then - _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' - m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], - [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes]) - else - _LT_TAGVAR(whole_archive_flag_spec, $1)='' - fi - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined - case $cc_basename in - ifort*|nagfor*) _lt_dar_can_shared=yes ;; - *) _lt_dar_can_shared=$GCC ;; - esac - if test yes = "$_lt_dar_can_shared"; then - output_verbose_link_cmd=func_echo_all - _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil" - _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil" - _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil" - _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil" - m4_if([$1], [CXX], -[ if test yes != "$lt_cv_apple_cc_single_mod"; then - _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil" - _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil" - fi -],[]) - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi -]) -# _LT_SYS_MODULE_PATH_AIX([TAGNAME]) -# ---------------------------------- -# Links a minimal program and checks the executable -# for the system default hardcoded library path. In most cases, -# this is /usr/lib:/lib, but when the MPI compilers are used -# the location of the communication and MPI libs are included too. -# If we don't find anything, use the default library path according -# to the aix ld manual. -# Store the results from the different compilers for each TAGNAME. -# Allow to override them for all tags through lt_cv_aix_libpath. -m4_defun([_LT_SYS_MODULE_PATH_AIX], +# _LT_COMPILER_C_O([TAGNAME]) +# --------------------------- +# Check to see if options -c and -o are simultaneously supported by compiler. +# This macro does not hard code the compiler like AC_PROG_CC_C_O. +m4_defun([_LT_COMPILER_C_O], [m4_require([_LT_DECL_SED])dnl -if test set = "${lt_cv_aix_libpath+set}"; then - aix_libpath=$lt_cv_aix_libpath -else - AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])], - [AC_LINK_IFELSE([AC_LANG_PROGRAM],[ - lt_aix_libpath_sed='[ - /Import File Strings/,/^$/ { - /^0/ { - s/^0 *\([^ ]*\) *$/\1/ - p - } - }]' - _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` - # Check for a 64-bit object if we didn't find anything. - if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then - _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` - fi],[]) - if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then - _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib - fi - ]) - aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1]) -fi -])# _LT_SYS_MODULE_PATH_AIX - - -# _LT_SHELL_INIT(ARG) -# ------------------- -m4_define([_LT_SHELL_INIT], -[m4_divert_text([M4SH-INIT], [$1 -])])# _LT_SHELL_INIT +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no + $RM -r conftest 2>/dev/null + mkdir conftest + cd conftest + mkdir out + echo "$lt_simple_compile_test_code" > conftest.$ac_ext + lt_compiler_flag="-o out/conftest2.$ac_objext" + # Insert the option either (1) after the last *FLAGS variable, or + # (2) before a word containing "conftest.", or (3) at the end. + # Note that $ac_compile itself does not contain backslashes and begins + # with a dollar sign (not a hyphen), so the echo should work correctly. + lt_compile=`echo "$ac_compile" | $SED \ + -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ + -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ + -e 's:$: $lt_compiler_flag:'` + (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$lt_compile" 2>out/conftest.err) + ac_status=$? + cat out/conftest.err >&AS_MESSAGE_LOG_FD + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + if (exit $ac_status) && test -s out/conftest2.$ac_objext + then + # The compiler can only warn and ignore the option if not recognized + # So say no if there are warnings + $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp + $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 + if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then + _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes + fi + fi + chmod u+w . 2>&AS_MESSAGE_LOG_FD + $RM conftest* + # SGI C++ compiler will create directory out/ii_files/ for + # template instantiation + test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files + $RM out/* && rmdir out + cd .. + $RM -r conftest + $RM conftest* +]) +_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], + [Does compiler simultaneously support -c and -o options?]) +])# _LT_COMPILER_C_O -# _LT_PROG_ECHO_BACKSLASH -# ----------------------- -# Find how we can fake an echo command that does not interpret backslash. -# In particular, with Autoconf 2.60 or later we add some code to the start -# of the generated configure script that will find a shell with a builtin -# printf (that we can use as an echo command). -m4_defun([_LT_PROG_ECHO_BACKSLASH], -[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO -ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO +# _LT_COMPILER_FILE_LOCKS([TAGNAME]) +# ---------------------------------- +# Check to see if we can do hard links to lock some files if needed +m4_defun([_LT_COMPILER_FILE_LOCKS], +[m4_require([_LT_ENABLE_LOCK])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +_LT_COMPILER_C_O([$1]) -AC_MSG_CHECKING([how to print strings]) -# Test print first, because it will be a builtin if present. -if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ - test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then - ECHO='print -r --' -elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then - ECHO='printf %s\n' +hard_links=nottested +if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then + # do not overwrite the value of need_locks provided by the user + AC_MSG_CHECKING([if we can lock with hard links]) + hard_links=yes + $RM conftest* + ln conftest.a conftest.b 2>/dev/null && hard_links=no + touch conftest.a + ln conftest.a conftest.b 2>&5 || hard_links=no + ln conftest.a conftest.b 2>/dev/null && hard_links=no + AC_MSG_RESULT([$hard_links]) + if test no = "$hard_links"; then + AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe]) + need_locks=warn + fi else - # Use this function as a fallback that always works. - func_fallback_echo () - { - eval 'cat <<_LTECHO_EOF -$[]1 -_LTECHO_EOF' - } - ECHO='func_fallback_echo' + need_locks=no fi +_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) +])# _LT_COMPILER_FILE_LOCKS -# func_echo_all arg... -# Invoke $ECHO with all args, space-separated. -func_echo_all () -{ - $ECHO "$*" -} -case $ECHO in - printf*) AC_MSG_RESULT([printf]) ;; - print*) AC_MSG_RESULT([print -r]) ;; - *) AC_MSG_RESULT([cat]) ;; -esac - -m4_ifdef([_AS_DETECT_SUGGESTED], -[_AS_DETECT_SUGGESTED([ - test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || ( - ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' - ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO - ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO - PATH=/empty FPATH=/empty; export PATH FPATH - test "X`printf %s $ECHO`" = "X$ECHO" \ - || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) - -_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts]) -_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes]) -])# _LT_PROG_ECHO_BACKSLASH +# _LT_CHECK_OBJDIR +# ---------------- +m4_defun([_LT_CHECK_OBJDIR], +[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], +[rm -f .libs 2>/dev/null +mkdir .libs 2>/dev/null +if test -d .libs; then + lt_cv_objdir=.libs +else + # MS-DOS does not allow filenames that begin with a dot. + lt_cv_objdir=_libs +fi +rmdir .libs 2>/dev/null]) +objdir=$lt_cv_objdir +_LT_DECL([], [objdir], [0], + [The name of the directory that contains temporary libtool files])dnl +m4_pattern_allow([LT_OBJDIR])dnl +AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/", + [Define to the sub-directory where libtool stores uninstalled libraries.]) +])# _LT_CHECK_OBJDIR -# _LT_WITH_SYSROOT -# ---------------- -AC_DEFUN([_LT_WITH_SYSROOT], -[AC_MSG_CHECKING([for sysroot]) -AC_ARG_WITH([sysroot], -[AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@], - [Search for dependent libraries within DIR (or the compiler's sysroot - if not specified).])], -[], [with_sysroot=no]) +# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) +# -------------------------------------- +# Check hardcoding attributes. +m4_defun([_LT_LINKER_HARDCODE_LIBPATH], +[AC_MSG_CHECKING([how to hardcode library paths into programs]) +_LT_TAGVAR(hardcode_action, $1)= +if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || + test -n "$_LT_TAGVAR(runpath_var, $1)" || + test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then -dnl lt_sysroot will always be passed unquoted. We quote it here -dnl in case the user passed a directory name. -lt_sysroot= -case $with_sysroot in #( - yes) - if test yes = "$GCC"; then - lt_sysroot=`$CC --print-sysroot 2>/dev/null` - fi - ;; #( - /*) - lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` - ;; #( - no|'') - ;; #( - *) - AC_MSG_RESULT([$with_sysroot]) - AC_MSG_ERROR([The sysroot must be an absolute path.]) - ;; -esac + # We can hardcode non-existent directories. + if test no != "$_LT_TAGVAR(hardcode_direct, $1)" && + # If the only mechanism to avoid hardcoding is shlibpath_var, we + # have to relink, otherwise we might link with an installed library + # when we should be linking with a yet-to-be-installed one + ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" && + test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then + # Linking always hardcodes the temporary library directory. + _LT_TAGVAR(hardcode_action, $1)=relink + else + # We can link without hardcoding, and we can hardcode nonexisting dirs. + _LT_TAGVAR(hardcode_action, $1)=immediate + fi +else + # We cannot hardcode anything, or else we can only hardcode existing + # directories. + _LT_TAGVAR(hardcode_action, $1)=unsupported +fi +AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) - AC_MSG_RESULT([${lt_sysroot:-no}]) -_LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl -[dependent libraries, and where our libraries should be installed.])]) +if test relink = "$_LT_TAGVAR(hardcode_action, $1)" || + test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then + # Fast installation is not supported + enable_fast_install=no +elif test yes = "$shlibpath_overrides_runpath" || + test no = "$enable_shared"; then + # Fast installation is not necessary + enable_fast_install=needless +fi +_LT_TAGDECL([], [hardcode_action], [0], + [How to hardcode a shared library path into an executable]) +])# _LT_LINKER_HARDCODE_LIBPATH -# _LT_ENABLE_LOCK -# --------------- -m4_defun([_LT_ENABLE_LOCK], -[AC_ARG_ENABLE([libtool-lock], - [AS_HELP_STRING([--disable-libtool-lock], - [avoid locking (might break parallel builds)])]) -test no = "$enable_libtool_lock" || enable_libtool_lock=yes -# Some flags need to be propagated to the compiler or linker for good -# libtool support. -case $host in -ia64-*-hpux*) - # Find out what ABI is being produced by ac_compile, and set mode - # options accordingly. - echo 'int i;' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - case `/usr/bin/file conftest.$ac_objext` in - *ELF-32*) - HPUX_IA64_MODE=32 - ;; - *ELF-64*) - HPUX_IA64_MODE=64 - ;; - esac - fi - rm -rf conftest* - ;; -*-*-irix6*) - # Find out what ABI is being produced by ac_compile, and set linker - # options accordingly. - echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - if test yes = "$lt_cv_prog_gnu_ld"; then - case `/usr/bin/file conftest.$ac_objext` in - *32-bit*) - LD="${LD-ld} -melf32bsmip" - ;; - *N32*) - LD="${LD-ld} -melf32bmipn32" - ;; - *64-bit*) - LD="${LD-ld} -melf64bmip" - ;; - esac +# _LT_CMD_STRIPLIB +# ---------------- +m4_defun([_LT_CMD_STRIPLIB], +[m4_require([_LT_DECL_EGREP]) +striplib= +old_striplib= +AC_MSG_CHECKING([whether stripping libraries is possible]) +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then + test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" + test -z "$striplib" && striplib="$STRIP --strip-unneeded" + AC_MSG_RESULT([yes]) +else +# FIXME - insert some real tests, host_os isn't really good enough + case $host_os in + darwin*) + if test -n "$STRIP"; then + striplib="$STRIP -x" + old_striplib="$STRIP -S" + AC_MSG_RESULT([yes]) else - case `/usr/bin/file conftest.$ac_objext` in - *32-bit*) - LD="${LD-ld} -32" - ;; - *N32*) - LD="${LD-ld} -n32" - ;; - *64-bit*) - LD="${LD-ld} -64" - ;; - esac + AC_MSG_RESULT([no]) fi - fi - rm -rf conftest* - ;; + ;; + *) + AC_MSG_RESULT([no]) + ;; + esac +fi +_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) +_LT_DECL([], [striplib], [1]) +])# _LT_CMD_STRIPLIB -mips64*-*linux*) - # Find out what ABI is being produced by ac_compile, and set linker - # options accordingly. - echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - emul=elf - case `/usr/bin/file conftest.$ac_objext` in - *32-bit*) - emul="${emul}32" - ;; - *64-bit*) - emul="${emul}64" - ;; - esac - case `/usr/bin/file conftest.$ac_objext` in - *MSB*) - emul="${emul}btsmip" - ;; - *LSB*) - emul="${emul}ltsmip" - ;; - esac - case `/usr/bin/file conftest.$ac_objext` in - *N32*) - emul="${emul}n32" - ;; - esac - LD="${LD-ld} -m $emul" - fi - rm -rf conftest* - ;; -x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \ -s390*-*linux*|s390*-*tpf*|sparc*-*linux*) - # Find out what ABI is being produced by ac_compile, and set linker - # options accordingly. Note that the listed cases only cover the - # situations where additional linker options are needed (such as when - # doing 32-bit compilation for a host where ld defaults to 64-bit, or - # vice versa); the common cases where no linker options are needed do - # not appear in the list. - echo 'int i;' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - case `/usr/bin/file conftest.o` in - *32-bit*) - case $host in - x86_64-*kfreebsd*-gnu) - LD="${LD-ld} -m elf_i386_fbsd" - ;; - x86_64-*linux*) - case `/usr/bin/file conftest.o` in - *x86-64*) - LD="${LD-ld} -m elf32_x86_64" - ;; - *) - LD="${LD-ld} -m elf_i386" - ;; - esac - ;; - powerpc64le-*linux*) - LD="${LD-ld} -m elf32lppclinux" - ;; - powerpc64-*linux*) - LD="${LD-ld} -m elf32ppclinux" - ;; - s390x-*linux*) - LD="${LD-ld} -m elf_s390" - ;; - sparc64-*linux*) - LD="${LD-ld} -m elf32_sparc" - ;; - esac - ;; - *64-bit*) - case $host in - x86_64-*kfreebsd*-gnu) - LD="${LD-ld} -m elf_x86_64_fbsd" - ;; - x86_64-*linux*) - LD="${LD-ld} -m elf_x86_64" - ;; - powerpcle-*linux*) - LD="${LD-ld} -m elf64lppc" - ;; - powerpc-*linux*) - LD="${LD-ld} -m elf64ppc" - ;; - s390*-*linux*|s390*-*tpf*) - LD="${LD-ld} -m elf64_s390" - ;; - sparc*-*linux*) - LD="${LD-ld} -m elf64_sparc" - ;; - esac - ;; - esac - fi - rm -rf conftest* - ;; - -*-*-sco3.2v5*) - # On SCO OpenServer 5, we need -belf to get full-featured binaries. - SAVE_CFLAGS=$CFLAGS - CFLAGS="$CFLAGS -belf" - AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf, - [AC_LANG_PUSH(C) - AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no]) - AC_LANG_POP]) - if test yes != "$lt_cv_cc_needs_belf"; then - # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf - CFLAGS=$SAVE_CFLAGS - fi - ;; -*-*solaris*) - # Find out what ABI is being produced by ac_compile, and set linker - # options accordingly. - echo 'int i;' > conftest.$ac_ext - if AC_TRY_EVAL(ac_compile); then - case `/usr/bin/file conftest.o` in - *64-bit*) - case $lt_cv_prog_gnu_ld in - yes*) - case $host in - i?86-*-solaris*|x86_64-*-solaris*) - LD="${LD-ld} -m elf_x86_64" - ;; - sparc*-*-solaris*) - LD="${LD-ld} -m elf64_sparc" - ;; - esac - # GNU ld 2.21 introduced _sol2 emulations. Use them if available. - if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then - LD=${LD-ld}_sol2 - fi +# _LT_PREPARE_MUNGE_PATH_LIST +# --------------------------- +# Make sure func_munge_path_list() is defined correctly. +m4_defun([_LT_PREPARE_MUNGE_PATH_LIST], +[[# func_munge_path_list VARIABLE PATH +# ----------------------------------- +# VARIABLE is name of variable containing _space_ separated list of +# directories to be munged by the contents of PATH, which is string +# having a format: +# "DIR[:DIR]:" +# string "DIR[ DIR]" will be prepended to VARIABLE +# ":DIR[:DIR]" +# string "DIR[ DIR]" will be appended to VARIABLE +# "DIRP[:DIRP]::[DIRA:]DIRA" +# string "DIRP[ DIRP]" will be prepended to VARIABLE and string +# "DIRA[ DIRA]" will be appended to VARIABLE +# "DIR[:DIR]" +# VARIABLE will be replaced by "DIR[ DIR]" +func_munge_path_list () +{ + case x@S|@2 in + x) + ;; + *:) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" + ;; + x:*) + eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" + ;; + *::*) + eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" + eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" + ;; + *) + eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" ;; - *) - if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then - LD="${LD-ld} -64" - fi - ;; - esac - ;; esac - fi - rm -rf conftest* - ;; -esac - -need_locks=$enable_libtool_lock -])# _LT_ENABLE_LOCK - - -# _LT_PROG_AR -# ----------- -m4_defun([_LT_PROG_AR], -[AC_CHECK_TOOLS(AR, [ar], false) -: ${AR=ar} -: ${AR_FLAGS=cru} -_LT_DECL([], [AR], [1], [The archiver]) -_LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive]) - -AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file], - [lt_cv_ar_at_file=no - AC_COMPILE_IFELSE([AC_LANG_PROGRAM], - [echo conftest.$ac_objext > conftest.lst - lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD' - AC_TRY_EVAL([lt_ar_try]) - if test 0 -eq "$ac_status"; then - # Ensure the archiver fails upon bogus file names. - rm -f conftest.$ac_objext libconftest.a - AC_TRY_EVAL([lt_ar_try]) - if test 0 -ne "$ac_status"; then - lt_cv_ar_at_file=@ - fi - fi - rm -f conftest.* libconftest.a - ]) - ]) - -if test no = "$lt_cv_ar_at_file"; then - archiver_list_spec= -else - archiver_list_spec=$lt_cv_ar_at_file -fi -_LT_DECL([], [archiver_list_spec], [1], - [How to feed a file listing to the archiver]) -])# _LT_PROG_AR - - -# _LT_CMD_OLD_ARCHIVE -# ------------------- -m4_defun([_LT_CMD_OLD_ARCHIVE], -[_LT_PROG_AR - -AC_CHECK_TOOL(STRIP, strip, :) -test -z "$STRIP" && STRIP=: -_LT_DECL([], [STRIP], [1], [A symbol stripping program]) - -AC_CHECK_TOOL(RANLIB, ranlib, :) -test -z "$RANLIB" && RANLIB=: -_LT_DECL([], [RANLIB], [1], - [Commands used to install an old-style archive]) +} +]])# _LT_PREPARE_PATH_LIST -# Determine commands to create old-style static archives. -old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs' -old_postinstall_cmds='chmod 644 $oldlib' -old_postuninstall_cmds= -if test -n "$RANLIB"; then +# _LT_SYS_DYNAMIC_LINKER([TAG]) +# ----------------------------- +# PORTME Fill in your ld.so characteristics +m4_defun([_LT_SYS_DYNAMIC_LINKER], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_OBJDUMP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CHECK_SHELL_FEATURES])dnl +m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl +AC_MSG_CHECKING([dynamic linker characteristics]) +m4_if([$1], + [], [ +if test yes = "$GCC"; then case $host_os in - bitrig* | openbsd*) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" + darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; + *) lt_awk_arg='/^libraries:/' ;; + esac + case $host_os in + mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;; + *) lt_sed_strip_eq='s|=/|/|g' ;; + esac + lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` + case $lt_search_path_spec in + *\;*) + # if the path contains ";" then we assume it to be the separator + # otherwise default to the standard path separator (i.e. ":") - it is + # assumed that no part of a normal pathname contains ";" but that should + # okay in the real world where ";" in dirpaths is itself problematic. + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` ;; *) - old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" + lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` ;; esac - old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" -fi - -case $host_os in - darwin*) - lock_old_archive_extraction=yes ;; - *) - lock_old_archive_extraction=no ;; -esac -_LT_DECL([], [old_postinstall_cmds], [2]) -_LT_DECL([], [old_postuninstall_cmds], [2]) -_LT_TAGDECL([], [old_archive_cmds], [2], - [Commands used to build an old-style archive]) -_LT_DECL([], [lock_old_archive_extraction], [0], - [Whether to use a lock for old archive extraction]) -])# _LT_CMD_OLD_ARCHIVE - - -# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, -# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE]) -# ---------------------------------------------------------------- -# Check whether the given compiler option works -AC_DEFUN([_LT_COMPILER_OPTION], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_SED])dnl -AC_CACHE_CHECK([$1], [$2], - [$2=no - m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4]) - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment - # Insert the option either (1) after the last *FLAGS variable, or - # (2) before a word containing "conftest.", or (3) at the end. - # Note that $ac_compile itself does not contain backslashes and begins - # with a dollar sign (not a hyphen), so the echo should work correctly. - # The option is referenced via a variable to avoid confusing sed. - lt_compile=`echo "$ac_compile" | $SED \ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&AS_MESSAGE_LOG_FD - echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. - $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp - $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 - if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then - $2=yes - fi - fi - $RM conftest* -]) - -if test yes = "[$]$2"; then - m4_if([$5], , :, [$5]) + # Ok, now we have the path, separated by spaces, we can step through it + # and add multilib dir if necessary... + lt_tmp_lt_search_path_spec= + lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` + # ...but if some path component already ends with the multilib dir we assume + # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). + case "$lt_multi_os_dir; $lt_search_path_spec " in + "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) + lt_multi_os_dir= + ;; + esac + for lt_sys_path in $lt_search_path_spec; do + if test -d "$lt_sys_path$lt_multi_os_dir"; then + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" + elif test -n "$lt_multi_os_dir"; then + test -d "$lt_sys_path" && \ + lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" + fi + done + lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' +BEGIN {RS = " "; FS = "/|\n";} { + lt_foo = ""; + lt_count = 0; + for (lt_i = NF; lt_i > 0; lt_i--) { + if ($lt_i != "" && $lt_i != ".") { + if ($lt_i == "..") { + lt_count++; + } else { + if (lt_count == 0) { + lt_foo = "/" $lt_i lt_foo; + } else { + lt_count--; + } + } + } + } + if (lt_foo != "") { lt_freq[[lt_foo]]++; } + if (lt_freq[[lt_foo]] == 1) { print lt_foo; } +}'` + # AWK program above erroneously prepends '/' to C:/dos/paths + # for these hosts. + case $host_os in + mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ + $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; + esac + sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` else - m4_if([$6], , :, [$6]) -fi -])# _LT_COMPILER_OPTION - -# Old name: -AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], []) + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" +fi]) +library_names_spec= +libname_spec='lib$name' +soname_spec= +shrext_cmds=.so +postinstall_cmds= +postuninstall_cmds= +finish_cmds= +finish_eval= +shlibpath_var= +shlibpath_overrides_runpath=unknown +version_type=none +dynamic_linker="$host_os ld.so" +sys_lib_dlsearch_path_spec="/lib /usr/lib" +need_lib_prefix=unknown +hardcode_into_libs=no +# when you set need_version to no, make sure it does not cause -set_version +# flags to be left without arguments +need_version=unknown -# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS, -# [ACTION-SUCCESS], [ACTION-FAILURE]) -# ---------------------------------------------------- -# Check whether the given linker option works -AC_DEFUN([_LT_LINKER_OPTION], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_SED])dnl -AC_CACHE_CHECK([$1], [$2], - [$2=no - save_LDFLAGS=$LDFLAGS - LDFLAGS="$LDFLAGS $3" - echo "$lt_simple_link_test_code" > conftest.$ac_ext - if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then - # The linker can only warn and ignore the option if not recognized - # So say no if there are warnings - if test -s conftest.err; then - # Append any errors to the config.log. - cat conftest.err 1>&AS_MESSAGE_LOG_FD - $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp - $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2 - if diff conftest.exp conftest.er2 >/dev/null; then - $2=yes - fi - else - $2=yes - fi - fi - $RM -r conftest* - LDFLAGS=$save_LDFLAGS -]) +AC_ARG_VAR([LT_SYS_LIBRARY_PATH], +[User-defined run-time library search path.]) -if test yes = "[$]$2"; then - m4_if([$4], , :, [$4]) -else - m4_if([$5], , :, [$5]) -fi -])# _LT_LINKER_OPTION +case $host_os in +aix3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname.a' + shlibpath_var=LIBPATH -# Old name: -AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], []) + # AIX 3 has no versioning support, so we append a major version to the name. + soname_spec='$libname$release$shared_ext$major' + ;; +aix[[4-9]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + hardcode_into_libs=yes + if test ia64 = "$host_cpu"; then + # AIX 5 supports IA64 + library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + else + # With GCC up to 2.95.x, collect2 would create an import file + # for dependence libraries. The import file would start with + # the line '#! .'. This would cause the generated library to + # depend on '.', always an invalid library. This was fixed in + # development snapshots of GCC prior to 3.0. + case $host_os in + aix4 | aix4.[[01]] | aix4.[[01]].*) + if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' + echo ' yes ' + echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then + : + else + can_build_shared=no + fi + ;; + esac + # Using Import Files as archive members, it is possible to support + # filename-based versioning of shared library archives on AIX. While + # this would work for both with and without runtime linking, it will + # prevent static linking of such archives. So we do filename-based + # shared library versioning with .so extension only, which is used + # when both runtime linking and shared linking is enabled. + # Unfortunately, runtime linking may impact performance, so we do + # not want this to be the default eventually. Also, we use the + # versioned .so libs for executables only if there is the -brtl + # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. + # To allow for filename-based versioning support, we need to create + # libNAME.so.V as an archive file, containing: + # *) an Import File, referring to the versioned filename of the + # archive as well as the shared archive member, telling the + # bitwidth (32 or 64) of that shared object, and providing the + # list of exported symbols of that shared object, eventually + # decorated with the 'weak' keyword + # *) the shared object with the F_LOADONLY flag set, to really avoid + # it being seen by the linker. + # At run time we better use the real file rather than another symlink, + # but for link time we create the symlink libNAME.so -> libNAME.so.V -# LT_CMD_MAX_LEN -#--------------- -AC_DEFUN([LT_CMD_MAX_LEN], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -# find the maximum length of command line arguments -AC_MSG_CHECKING([the maximum length of command line arguments]) -AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl - i=0 - teststring=ABCD + case $with_aix_soname,$aix_use_runtimelinking in + # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct + # soname into executable. Probably we can add versioning support to + # collect2, so additional links can be useful in future. + aix,yes) # traditional libtool + dynamic_linker='AIX unversionable lib.so' + # If using run time linking (on AIX 4.2 or later) use lib.so + # instead of lib.a to let people know that these are not + # typical AIX shared libraries. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + ;; + aix,no) # traditional AIX only + dynamic_linker='AIX lib.a[(]lib.so.V[)]' + # We preserve .a as extension for shared libraries through AIX4.2 + # and later when we are not doing run time linking. + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + ;; + svr4,*) # full svr4 only + dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,yes) # both, prefer svr4 + dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]" + library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' + # unpreferred sharedlib libNAME.a needs extra handling + postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' + postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' + # We do not specify a path in Import Files, so LIBPATH fires. + shlibpath_overrides_runpath=yes + ;; + *,no) # both, prefer aix + dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]" + library_names_spec='$libname$release.a $libname.a' + soname_spec='$libname$release$shared_ext$major' + # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling + postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' + postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' + ;; + esac + shlibpath_var=LIBPATH + fi + ;; - case $build_os in - msdosdjgpp*) - # On DJGPP, this test can blow up pretty badly due to problems in libc - # (any single argument exceeding 2000 bytes causes a buffer overrun - # during glob expansion). Even if it were fixed, the result of this - # check would be larger than it should be. - lt_cv_sys_max_cmd_len=12288; # 12K is about right +amigaos*) + case $host_cpu in + powerpc) + # Since July 2007 AmigaOS4 officially supports .so libraries. + # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' ;; - - gnu*) - # Under GNU Hurd, this test is not required because there is - # no limit to the length of command line arguments. - # Libtool will interpret -1 as no limit whatsoever - lt_cv_sys_max_cmd_len=-1; + m68k) + library_names_spec='$libname.ixlibrary $libname.a' + # Create ${libname}_ixlibrary.a entries in /sys/libs. + finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' ;; + esac + ;; - cygwin* | mingw* | cegcc*) - # On Win9x/ME, this test blows up -- it succeeds, but takes - # about 5 minutes as the teststring grows exponentially. - # Worse, since 9x/ME are not pre-emptively multitasking, - # you end up with a "frozen" computer, even though with patience - # the test eventually succeeds (with a max line length of 256k). - # Instead, let's just punt: use the minimum linelength reported by - # all of the supported platforms: 8192 (on NT/2K/XP). - lt_cv_sys_max_cmd_len=8192; - ;; +beos*) + library_names_spec='$libname$shared_ext' + dynamic_linker="$host_os ld.so" + shlibpath_var=LIBRARY_PATH + ;; - mint*) - # On MiNT this can take a long time and run out of memory. - lt_cv_sys_max_cmd_len=8192; - ;; +bsdi[[45]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" + sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" + # the default ld.so.conf also contains /usr/contrib/lib and + # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow + # libtool to hard-code these into programs + ;; - amigaos*) - # On AmigaOS with pdksh, this test takes hours, literally. - # So we just punt and use a minimum line length of 8192. - lt_cv_sys_max_cmd_len=8192; - ;; +cygwin* | mingw* | pw32* | cegcc*) + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no - bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*) - # This has been around since 386BSD, at least. Likely further. - if test -x /sbin/sysctl; then - lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax` - elif test -x /usr/sbin/sysctl; then - lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax` - else - lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs - fi - # And add a safety zone - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` - ;; + case $GCC,$cc_basename in + yes,*) + # gcc + library_names_spec='$libname.dll.a' + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes - interix*) - # We know the value 262144 and hardcode it with a safety zone (like BSD) - lt_cv_sys_max_cmd_len=196608 + case $host_os in + cygwin*) + # Cygwin DLLs use 'cyg' prefix rather than 'lib' + soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) + ;; + mingw* | cegcc*) + # MinGW DLLs use traditional 'lib' prefix + soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' + ;; + pw32*) + # pw32 DLLs use 'pw' prefix rather than 'lib' + library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' + ;; + esac + dynamic_linker='Win32 ld.exe' ;; - os2*) - # The test takes a long time on OS/2. - lt_cv_sys_max_cmd_len=8192 - ;; + *,cl*) + # Native MSVC + libname_spec='$name' + soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' + library_names_spec='$libname.dll.lib' - osf*) - # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure - # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not - # nice to cause kernel panics so lets avoid the loop below. - # First set a reasonable default. - lt_cv_sys_max_cmd_len=16384 - # - if test -x /sbin/sysconfig; then - case `/sbin/sysconfig -q proc exec_disable_arg_limit` in - *1*) lt_cv_sys_max_cmd_len=-1 ;; - esac - fi - ;; - sco3.2v5*) - lt_cv_sys_max_cmd_len=102400 - ;; - sysv5* | sco5v6* | sysv4.2uw2*) - kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null` - if test -n "$kargmax"; then - lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` - else - lt_cv_sys_max_cmd_len=32768 - fi - ;; - *) - lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null` - if test -n "$lt_cv_sys_max_cmd_len" && \ - test undefined != "$lt_cv_sys_max_cmd_len"; then - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` - else - # Make teststring a little bigger before we do anything with it. - # a 1K string should be a reasonable start. - for i in 1 2 3 4 5 6 7 8; do - teststring=$teststring$teststring - done - SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}} - # If test is not a shell built-in, we'll probably end up computing a - # maximum length that is only half of the actual maximum length, but - # we can't tell. - while { test X`env echo "$teststring$teststring" 2>/dev/null` \ - = "X$teststring$teststring"; } >/dev/null 2>&1 && - test 17 != "$i" # 1/2 MB should be enough + case $build_os in + mingw*) + sys_lib_search_path_spec= + lt_save_ifs=$IFS + IFS=';' + for lt_path in $LIB do - i=`expr $i + 1` - teststring=$teststring$teststring + IFS=$lt_save_ifs + # Let DOS variable expansion print the short 8.3 style file name. + lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` + sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" done - # Only check the string length outside the loop. - lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` - teststring= - # Add a significant safety factor because C++ compilers can tack on - # massive amounts of additional arguments before passing them to the - # linker. It appears as though 1/2 is a usable value. - lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` - fi + IFS=$lt_save_ifs + # Convert to MSYS style. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` + ;; + cygwin*) + # Convert to unix form, then to dos form, then back to unix form + # but this time dos style (no spaces!) so that the unix form looks + # like /cygdrive/c/PROGRA~1:/cygdr... + sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` + sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` + sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + ;; + *) + sys_lib_search_path_spec=$LIB + if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then + # It is most probably a Windows format PATH. + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` + else + sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` + fi + # FIXME: find the short name or the path components, as spaces are + # common. (e.g. "Program Files" -> "PROGRA~1") + ;; + esac + + # DLL is installed to $(libdir)/../bin by postinstall_cmds + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + shlibpath_overrides_runpath=yes + dynamic_linker='Win32 link.exe' + ;; + + *) + # Assume MSVC wrapper + library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' + dynamic_linker='Win32 ld.exe' ;; esac -]) -if test -n "$lt_cv_sys_max_cmd_len"; then - AC_MSG_RESULT($lt_cv_sys_max_cmd_len) -else - AC_MSG_RESULT(none) -fi -max_cmd_len=$lt_cv_sys_max_cmd_len -_LT_DECL([], [max_cmd_len], [0], - [What is the maximum length of a command?]) -])# LT_CMD_MAX_LEN + # FIXME: first we should search . and the directory the executable is in + shlibpath_var=PATH + ;; -# Old name: -AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], []) +darwin* | rhapsody*) + dynamic_linker="$host_os dyld" + version_type=darwin + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' + soname_spec='$libname$release$major$shared_ext' + shlibpath_overrides_runpath=yes + shlibpath_var=DYLD_LIBRARY_PATH + shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' +m4_if([$1], [],[ + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) + sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' + ;; +dgux*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + ;; -# _LT_HEADER_DLFCN -# ---------------- -m4_defun([_LT_HEADER_DLFCN], -[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl -])# _LT_HEADER_DLFCN - - -# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE, -# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING) -# ---------------------------------------------------------------- -m4_defun([_LT_TRY_DLOPEN_SELF], -[m4_require([_LT_HEADER_DLFCN])dnl -if test yes = "$cross_compiling"; then : - [$4] -else - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <<_LT_EOF -[#line $LINENO "configure" -#include "confdefs.h" - -#if HAVE_DLFCN_H -#include -#endif - -#include - -#ifdef RTLD_GLOBAL -# define LT_DLGLOBAL RTLD_GLOBAL -#else -# ifdef DL_GLOBAL -# define LT_DLGLOBAL DL_GLOBAL -# else -# define LT_DLGLOBAL 0 -# endif -#endif - -/* We may have to define LT_DLLAZY_OR_NOW in the command line if we - find out it does not work in some platform. */ -#ifndef LT_DLLAZY_OR_NOW -# ifdef RTLD_LAZY -# define LT_DLLAZY_OR_NOW RTLD_LAZY -# else -# ifdef DL_LAZY -# define LT_DLLAZY_OR_NOW DL_LAZY -# else -# ifdef RTLD_NOW -# define LT_DLLAZY_OR_NOW RTLD_NOW -# else -# ifdef DL_NOW -# define LT_DLLAZY_OR_NOW DL_NOW -# else -# define LT_DLLAZY_OR_NOW 0 -# endif -# endif -# endif -# endif -#endif - -/* When -fvisibility=hidden is used, assume the code has been annotated - correspondingly for the symbols needed. */ -#if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3)) -int fnord () __attribute__((visibility("default"))); -#endif - -int fnord () { return 42; } -int main () -{ - void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW); - int status = $lt_dlunknown; - - if (self) - { - if (dlsym (self,"fnord")) status = $lt_dlno_uscore; - else - { - if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore; - else puts (dlerror ()); - } - /* dlclose (self); */ - } +freebsd* | dragonfly*) + # DragonFly does not have aout. When/if they implement a new + # versioning mechanism, adjust this. + if test -x /usr/bin/objformat; then + objformat=`/usr/bin/objformat` else - puts (dlerror ()); - - return status; -}] -_LT_EOF - if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then - (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null - lt_status=$? - case x$lt_status in - x$lt_dlno_uscore) $1 ;; - x$lt_dlneed_uscore) $2 ;; - x$lt_dlunknown|x*) $3 ;; + case $host_os in + freebsd[[23]].*) objformat=aout ;; + *) objformat=elf ;; esac - else : - # compilation failed - $3 fi -fi -rm -fr conftest* -])# _LT_TRY_DLOPEN_SELF - - -# LT_SYS_DLOPEN_SELF -# ------------------ -AC_DEFUN([LT_SYS_DLOPEN_SELF], -[m4_require([_LT_HEADER_DLFCN])dnl -if test yes != "$enable_dlopen"; then - enable_dlopen=unknown - enable_dlopen_self=unknown - enable_dlopen_self_static=unknown -else - lt_cv_dlopen=no - lt_cv_dlopen_libs= - + version_type=freebsd-$objformat + case $version_type in + freebsd-elf*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + need_version=no + need_lib_prefix=no + ;; + freebsd-*) + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + need_version=yes + ;; + esac + shlibpath_var=LD_LIBRARY_PATH case $host_os in - beos*) - lt_cv_dlopen=load_add_on - lt_cv_dlopen_libs= - lt_cv_dlopen_self=yes + freebsd2.*) + shlibpath_overrides_runpath=yes ;; - - mingw* | pw32* | cegcc*) - lt_cv_dlopen=LoadLibrary - lt_cv_dlopen_libs= + freebsd3.[[01]]* | freebsdelf3.[[01]]*) + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes ;; - - cygwin*) - lt_cv_dlopen=dlopen - lt_cv_dlopen_libs= + freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ + freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) + shlibpath_overrides_runpath=no + hardcode_into_libs=yes ;; - - darwin*) - # if libdl is installed we need to link against it - AC_CHECK_LIB([dl], [dlopen], - [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[ - lt_cv_dlopen=dyld - lt_cv_dlopen_libs= - lt_cv_dlopen_self=yes - ]) + *) # from 4.6 on, and DragonFly + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes ;; + esac + ;; - tpf*) - # Don't try to run any link tests for TPF. We know it's impossible - # because TPF is a cross-compiler, and we know how we open DSOs. - lt_cv_dlopen=dlopen - lt_cv_dlopen_libs= - lt_cv_dlopen_self=no - ;; +haiku*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + dynamic_linker="$host_os runtime_loader" + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LIBRARY_PATH + shlibpath_overrides_runpath=no + sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' + hardcode_into_libs=yes + ;; +hpux9* | hpux10* | hpux11*) + # Give a soname corresponding to the major version so that dld.sl refuses to + # link against other versions. + version_type=sunos + need_lib_prefix=no + need_version=no + case $host_cpu in + ia64*) + shrext_cmds='.so' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.so" + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + if test 32 = "$HPUX_IA64_MODE"; then + sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" + sys_lib_dlsearch_path_spec=/usr/lib/hpux32 + else + sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" + sys_lib_dlsearch_path_spec=/usr/lib/hpux64 + fi + ;; + hppa*64*) + shrext_cmds='.sl' + hardcode_into_libs=yes + dynamic_linker="$host_os dld.sl" + shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH + shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; *) - AC_CHECK_FUNC([shl_load], - [lt_cv_dlopen=shl_load], - [AC_CHECK_LIB([dld], [shl_load], - [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld], - [AC_CHECK_FUNC([dlopen], - [lt_cv_dlopen=dlopen], - [AC_CHECK_LIB([dl], [dlopen], - [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl], - [AC_CHECK_LIB([svld], [dlopen], - [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld], - [AC_CHECK_LIB([dld], [dld_link], - [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld]) - ]) - ]) - ]) - ]) - ]) + shrext_cmds='.sl' + dynamic_linker="$host_os dld.sl" + shlibpath_var=SHLIB_PATH + shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' ;; esac + # HP-UX runs *really* slowly unless shared libraries are mode 555, ... + postinstall_cmds='chmod 555 $lib' + # or fails outright, so override atomically: + install_override_mode=555 + ;; - if test no = "$lt_cv_dlopen"; then - enable_dlopen=no - else - enable_dlopen=yes - fi - - case $lt_cv_dlopen in - dlopen) - save_CPPFLAGS=$CPPFLAGS - test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H" - - save_LDFLAGS=$LDFLAGS - wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\" - - save_LIBS=$LIBS - LIBS="$lt_cv_dlopen_libs $LIBS" - - AC_CACHE_CHECK([whether a program can dlopen itself], - lt_cv_dlopen_self, [dnl - _LT_TRY_DLOPEN_SELF( - lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes, - lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross) - ]) - - if test yes = "$lt_cv_dlopen_self"; then - wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" - AC_CACHE_CHECK([whether a statically linked program can dlopen itself], - lt_cv_dlopen_self_static, [dnl - _LT_TRY_DLOPEN_SELF( - lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes, - lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross) - ]) - fi +interix[[3-9]]*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + ;; - CPPFLAGS=$save_CPPFLAGS - LDFLAGS=$save_LDFLAGS - LIBS=$save_LIBS +irix5* | irix6* | nonstopux*) + case $host_os in + nonstopux*) version_type=nonstopux ;; + *) + if test yes = "$lt_cv_prog_gnu_ld"; then + version_type=linux # correct to gnu/linux during the next big refactor + else + version_type=irix + fi ;; + esac + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' + case $host_os in + irix5* | nonstopux*) + libsuff= shlibsuff= + ;; + *) + case $LD in # libtool.m4 will add one of these switches to LD + *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") + libsuff= shlibsuff= libmagic=32-bit;; + *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") + libsuff=32 shlibsuff=N32 libmagic=N32;; + *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") + libsuff=64 shlibsuff=64 libmagic=64-bit;; + *) libsuff= shlibsuff= libmagic=never-match;; + esac ;; esac + shlibpath_var=LD_LIBRARY${shlibsuff}_PATH + shlibpath_overrides_runpath=no + sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" + sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" + hardcode_into_libs=yes + ;; - case $lt_cv_dlopen_self in - yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;; - *) enable_dlopen_self=unknown ;; - esac +# No shared lib support for Linux oldld, aout, or coff. +linux*oldld* | linux*aout* | linux*coff*) + dynamic_linker=no + ;; - case $lt_cv_dlopen_self_static in - yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;; - *) enable_dlopen_self_static=unknown ;; - esac -fi -_LT_DECL([dlopen_support], [enable_dlopen], [0], - [Whether dlopen is supported]) -_LT_DECL([dlopen_self], [enable_dlopen_self], [0], - [Whether dlopen of programs is supported]) -_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0], - [Whether dlopen of statically linked programs is supported]) -])# LT_SYS_DLOPEN_SELF +linux*android*) + version_type=none # Android doesn't support versioned libraries. + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext' + soname_spec='$libname$release$shared_ext' + finish_cmds= + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes -# Old name: -AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], []) + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes + dynamic_linker='Android linker' + # Don't embed -rpath directories since the linker doesn't support them. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + ;; -# _LT_COMPILER_C_O([TAGNAME]) -# --------------------------- -# Check to see if options -c and -o are simultaneously supported by compiler. -# This macro does not hard code the compiler like AC_PROG_CC_C_O. -m4_defun([_LT_COMPILER_C_O], -[m4_require([_LT_DECL_SED])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_TAG_COMPILER])dnl -AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext], - [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)], - [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no - $RM -r conftest 2>/dev/null - mkdir conftest - cd conftest - mkdir out - echo "$lt_simple_compile_test_code" > conftest.$ac_ext +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no - lt_compiler_flag="-o out/conftest2.$ac_objext" - # Insert the option either (1) after the last *FLAGS variable, or - # (2) before a word containing "conftest.", or (3) at the end. - # Note that $ac_compile itself does not contain backslashes and begins - # with a dollar sign (not a hyphen), so the echo should work correctly. - lt_compile=`echo "$ac_compile" | $SED \ - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` - (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&AS_MESSAGE_LOG_FD - echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings - $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp - $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2 - if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then - _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes - fi - fi - chmod u+w . 2>&AS_MESSAGE_LOG_FD - $RM conftest* - # SGI C++ compiler will create directory out/ii_files/ for - # template instantiation - test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files - $RM out/* && rmdir out - cd .. - $RM -r conftest - $RM conftest* -]) -_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1], - [Does compiler simultaneously support -c and -o options?]) -])# _LT_COMPILER_C_O + # Some binutils ld are patched to set DT_RUNPATH + AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath], + [lt_cv_shlibpath_overrides_runpath=no + save_LDFLAGS=$LDFLAGS + save_libdir=$libdir + eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \ + LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\"" + AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])], + [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null], + [lt_cv_shlibpath_overrides_runpath=yes])]) + LDFLAGS=$save_LDFLAGS + libdir=$save_libdir + ]) + shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath + # This implies no fast_install, which is unacceptable. + # Some rework will be needed to allow for fast_install + # before this can be enabled. + hardcode_into_libs=yes -# _LT_COMPILER_FILE_LOCKS([TAGNAME]) -# ---------------------------------- -# Check to see if we can do hard links to lock some files if needed -m4_defun([_LT_COMPILER_FILE_LOCKS], -[m4_require([_LT_ENABLE_LOCK])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -_LT_COMPILER_C_O([$1]) + # Add ABI-specific directories to the system library path. + sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" -hard_links=nottested -if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then - # do not overwrite the value of need_locks provided by the user - AC_MSG_CHECKING([if we can lock with hard links]) - hard_links=yes - $RM conftest* - ln conftest.a conftest.b 2>/dev/null && hard_links=no - touch conftest.a - ln conftest.a conftest.b 2>&5 || hard_links=no - ln conftest.a conftest.b 2>/dev/null && hard_links=no - AC_MSG_RESULT([$hard_links]) - if test no = "$hard_links"; then - AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe]) - need_locks=warn + # Ideally, we could use ldconfig to report *all* directores which are + # searched for libraries, however this is still not possible. Aside from not + # being certain /sbin/ldconfig is available, command + # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, + # even though it is searched at run-time. Try to do the best guess by + # appending ld.so.conf contents (and includes) to the search path. + if test -f /etc/ld.so.conf; then + lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` + sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" fi -else - need_locks=no -fi -_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?]) -])# _LT_COMPILER_FILE_LOCKS + # We used to test for /lib/ld.so.1 and disable shared libraries on + # powerpc, because MkLinux only supported shared libraries with the + # GNU dynamic linker. Since this was broken with cross compilers, + # most powerpc-linux boxes support dynamic linking these days and + # people can always --disable-shared, the test was removed, and we + # assume the GNU/Linux dynamic linker is in use. + dynamic_linker='GNU/Linux ld.so' + ;; -# _LT_CHECK_OBJDIR -# ---------------- -m4_defun([_LT_CHECK_OBJDIR], -[AC_CACHE_CHECK([for objdir], [lt_cv_objdir], -[rm -f .libs 2>/dev/null -mkdir .libs 2>/dev/null -if test -d .libs; then - lt_cv_objdir=.libs -else - # MS-DOS does not allow filenames that begin with a dot. - lt_cv_objdir=_libs -fi -rmdir .libs 2>/dev/null]) -objdir=$lt_cv_objdir -_LT_DECL([], [objdir], [0], - [The name of the directory that contains temporary libtool files])dnl -m4_pattern_allow([LT_OBJDIR])dnl -AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/", - [Define to the sub-directory where libtool stores uninstalled libraries.]) -])# _LT_CHECK_OBJDIR +netbsd*) + version_type=sunos + need_lib_prefix=no + need_version=no + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + dynamic_linker='NetBSD (a.out) ld.so' + else + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + dynamic_linker='NetBSD ld.elf_so' + fi + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + ;; +newsos6) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; -# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME]) -# -------------------------------------- -# Check hardcoding attributes. -m4_defun([_LT_LINKER_HARDCODE_LIBPATH], -[AC_MSG_CHECKING([how to hardcode library paths into programs]) -_LT_TAGVAR(hardcode_action, $1)= -if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" || - test -n "$_LT_TAGVAR(runpath_var, $1)" || - test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then +*nto* | *qnx*) + version_type=qnx + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes + dynamic_linker='ldqnx.so' + ;; - # We can hardcode non-existent directories. - if test no != "$_LT_TAGVAR(hardcode_direct, $1)" && - # If the only mechanism to avoid hardcoding is shlibpath_var, we - # have to relink, otherwise we might link with an installed library - # when we should be linking with a yet-to-be-installed one - ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" && - test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then - # Linking always hardcodes the temporary library directory. - _LT_TAGVAR(hardcode_action, $1)=relink +openbsd* | bitrig*) + version_type=sunos + sys_lib_dlsearch_path_spec=/usr/lib + need_lib_prefix=no + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + need_version=no else - # We can link without hardcoding, and we can hardcode nonexisting dirs. - _LT_TAGVAR(hardcode_action, $1)=immediate + need_version=yes fi -else - # We cannot hardcode anything, or else we can only hardcode existing - # directories. - _LT_TAGVAR(hardcode_action, $1)=unsupported -fi -AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)]) + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + ;; -if test relink = "$_LT_TAGVAR(hardcode_action, $1)" || - test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then - # Fast installation is not supported - enable_fast_install=no -elif test yes = "$shlibpath_overrides_runpath" || - test no = "$enable_shared"; then - # Fast installation is not necessary - enable_fast_install=needless -fi -_LT_TAGDECL([], [hardcode_action], [0], - [How to hardcode a shared library path into an executable]) -])# _LT_LINKER_HARDCODE_LIBPATH +os2*) + libname_spec='$name' + version_type=windows + shrext_cmds=.dll + need_version=no + need_lib_prefix=no + # OS/2 can only load a DLL with a base name of 8 characters or less. + soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; + v=$($ECHO $release$versuffix | tr -d .-); + n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); + $ECHO $n$v`$shared_ext' + library_names_spec='${libname}_dll.$libext' + dynamic_linker='OS/2 ld.exe' + shlibpath_var=BEGINLIBPATH + sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + postinstall_cmds='base_file=`basename \$file`~ + dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ + dldir=$destdir/`dirname \$dlpath`~ + test -d \$dldir || mkdir -p \$dldir~ + $install_prog $dir/$dlname \$dldir/$dlname~ + chmod a+x \$dldir/$dlname~ + if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then + eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; + fi' + postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ + dlpath=$dir/\$dldll~ + $RM \$dlpath' + ;; +osf3* | osf4* | osf5*) + version_type=osf + need_lib_prefix=no + need_version=no + soname_spec='$libname$release$shared_ext$major' + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" + sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec + ;; -# _LT_CMD_STRIPLIB -# ---------------- -m4_defun([_LT_CMD_STRIPLIB], -[m4_require([_LT_DECL_EGREP]) -striplib= -old_striplib= -AC_MSG_CHECKING([whether stripping libraries is possible]) -if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" - test -z "$striplib" && striplib="$STRIP --strip-unneeded" - AC_MSG_RESULT([yes]) -else -# FIXME - insert some real tests, host_os isn't really good enough - case $host_os in - darwin*) - if test -n "$STRIP"; then - striplib="$STRIP -x" - old_striplib="$STRIP -S" - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - fi - ;; - *) - AC_MSG_RESULT([no]) - ;; - esac -fi -_LT_DECL([], [old_striplib], [1], [Commands to strip libraries]) -_LT_DECL([], [striplib], [1]) -])# _LT_CMD_STRIPLIB +rdos*) + dynamic_linker=no + ;; +solaris*) + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + hardcode_into_libs=yes + # ldd complains unless libraries are executable + postinstall_cmds='chmod +x $lib' + ;; -# _LT_PREPARE_MUNGE_PATH_LIST -# --------------------------- -# Make sure func_munge_path_list() is defined correctly. -m4_defun([_LT_PREPARE_MUNGE_PATH_LIST], -[[# func_munge_path_list VARIABLE PATH -# ----------------------------------- -# VARIABLE is name of variable containing _space_ separated list of -# directories to be munged by the contents of PATH, which is string -# having a format: -# "DIR[:DIR]:" -# string "DIR[ DIR]" will be prepended to VARIABLE -# ":DIR[:DIR]" -# string "DIR[ DIR]" will be appended to VARIABLE -# "DIRP[:DIRP]::[DIRA:]DIRA" -# string "DIRP[ DIRP]" will be prepended to VARIABLE and string -# "DIRA[ DIRA]" will be appended to VARIABLE -# "DIR[:DIR]" -# VARIABLE will be replaced by "DIR[ DIR]" -func_munge_path_list () -{ - case x@S|@2 in - x) - ;; - *:) - eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\" - ;; - x:*) - eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\" - ;; - *::*) - eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\" - eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\" - ;; - *) - eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\" - ;; - esac -} -]])# _LT_PREPARE_PATH_LIST +sunos4*) + version_type=sunos + library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' + finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes + if test yes = "$with_gnu_ld"; then + need_lib_prefix=no + fi + need_version=yes + ;; +sysv4 | sysv4.3*) + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + case $host_vendor in + sni) + shlibpath_overrides_runpath=no + need_lib_prefix=no + runpath_var=LD_RUN_PATH + ;; + siemens) + need_lib_prefix=no + ;; + motorola) + need_lib_prefix=no + need_version=no + shlibpath_overrides_runpath=no + sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' + ;; + esac + ;; -# _LT_SYS_DYNAMIC_LINKER([TAG]) -# ----------------------------- -# PORTME Fill in your ld.so characteristics -m4_defun([_LT_SYS_DYNAMIC_LINKER], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_OBJDUMP])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_CHECK_SHELL_FEATURES])dnl -m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl -AC_MSG_CHECKING([dynamic linker characteristics]) -m4_if([$1], - [], [ -if test yes = "$GCC"; then - case $host_os in - darwin*) lt_awk_arg='/^libraries:/,/LR/' ;; - *) lt_awk_arg='/^libraries:/' ;; - esac - case $host_os in - mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;; - *) lt_sed_strip_eq='s|=/|/|g' ;; - esac - lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` - case $lt_search_path_spec in - *\;*) - # if the path contains ";" then we assume it to be the separator - # otherwise default to the standard path separator (i.e. ":") - it is - # assumed that no part of a normal pathname contains ";" but that should - # okay in the real world where ";" in dirpaths is itself problematic. - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` - ;; - *) - lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` - ;; - esac - # Ok, now we have the path, separated by spaces, we can step through it - # and add multilib dir if necessary... - lt_tmp_lt_search_path_spec= - lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` - # ...but if some path component already ends with the multilib dir we assume - # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer). - case "$lt_multi_os_dir; $lt_search_path_spec " in - "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*) - lt_multi_os_dir= - ;; - esac - for lt_sys_path in $lt_search_path_spec; do - if test -d "$lt_sys_path$lt_multi_os_dir"; then - lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir" - elif test -n "$lt_multi_os_dir"; then - test -d "$lt_sys_path" && \ - lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path" - fi - done - lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' -BEGIN {RS = " "; FS = "/|\n";} { - lt_foo = ""; - lt_count = 0; - for (lt_i = NF; lt_i > 0; lt_i--) { - if ($lt_i != "" && $lt_i != ".") { - if ($lt_i == "..") { - lt_count++; - } else { - if (lt_count == 0) { - lt_foo = "/" $lt_i lt_foo; - } else { - lt_count--; - } - } - } - } - if (lt_foo != "") { lt_freq[[lt_foo]]++; } - if (lt_freq[[lt_foo]] == 1) { print lt_foo; } -}'` - # AWK program above erroneously prepends '/' to C:/dos/paths - # for these hosts. - case $host_os in - mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\ - $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; - esac - sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` -else - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -fi]) -library_names_spec= -libname_spec='lib$name' -soname_spec= -shrext_cmds=.so -postinstall_cmds= -postuninstall_cmds= -finish_cmds= -finish_eval= -shlibpath_var= -shlibpath_overrides_runpath=unknown -version_type=none -dynamic_linker="$host_os ld.so" -sys_lib_dlsearch_path_spec="/lib /usr/lib" -need_lib_prefix=unknown -hardcode_into_libs=no - -# when you set need_version to no, make sure it does not cause -set_version -# flags to be left without arguments -need_version=unknown - -AC_ARG_VAR([LT_SYS_LIBRARY_PATH], -[User-defined run-time library search path.]) - -case $host_os in -aix3*) - version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='$libname$release$shared_ext$versuffix $libname.a' - shlibpath_var=LIBPATH - - # AIX 3 has no versioning support, so we append a major version to the name. - soname_spec='$libname$release$shared_ext$major' +sysv4*MP*) + if test -d /usr/nec; then + version_type=linux # correct to gnu/linux during the next big refactor + library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' + soname_spec='$libname$shared_ext.$major' + shlibpath_var=LD_LIBRARY_PATH + fi ;; -aix[[4-9]]*) - version_type=linux # correct to gnu/linux during the next big refactor +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + version_type=sco need_lib_prefix=no need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' + soname_spec='$libname$release$shared_ext$major' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=yes hardcode_into_libs=yes - if test ia64 = "$host_cpu"; then - # AIX 5 supports IA64 - library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext' - shlibpath_var=LD_LIBRARY_PATH + if test yes = "$with_gnu_ld"; then + sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' else - # With GCC up to 2.95.x, collect2 would create an import file - # for dependence libraries. The import file would start with - # the line '#! .'. This would cause the generated library to - # depend on '.', always an invalid library. This was fixed in - # development snapshots of GCC prior to 3.0. + sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' case $host_os in - aix4 | aix4.[[01]] | aix4.[[01]].*) - if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)' - echo ' yes ' - echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then - : - else - can_build_shared=no - fi - ;; - esac - # Using Import Files as archive members, it is possible to support - # filename-based versioning of shared library archives on AIX. While - # this would work for both with and without runtime linking, it will - # prevent static linking of such archives. So we do filename-based - # shared library versioning with .so extension only, which is used - # when both runtime linking and shared linking is enabled. - # Unfortunately, runtime linking may impact performance, so we do - # not want this to be the default eventually. Also, we use the - # versioned .so libs for executables only if there is the -brtl - # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only. - # To allow for filename-based versioning support, we need to create - # libNAME.so.V as an archive file, containing: - # *) an Import File, referring to the versioned filename of the - # archive as well as the shared archive member, telling the - # bitwidth (32 or 64) of that shared object, and providing the - # list of exported symbols of that shared object, eventually - # decorated with the 'weak' keyword - # *) the shared object with the F_LOADONLY flag set, to really avoid - # it being seen by the linker. - # At run time we better use the real file rather than another symlink, - # but for link time we create the symlink libNAME.so -> libNAME.so.V - - case $with_aix_soname,$aix_use_runtimelinking in - # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct - # soname into executable. Probably we can add versioning support to - # collect2, so additional links can be useful in future. - aix,yes) # traditional libtool - dynamic_linker='AIX unversionable lib.so' - # If using run time linking (on AIX 4.2 or later) use lib.so - # instead of lib.a to let people know that these are not - # typical AIX shared libraries. - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - ;; - aix,no) # traditional AIX only - dynamic_linker='AIX lib.a[(]lib.so.V[)]' - # We preserve .a as extension for shared libraries through AIX4.2 - # and later when we are not doing run time linking. - library_names_spec='$libname$release.a $libname.a' - soname_spec='$libname$release$shared_ext$major' - ;; - svr4,*) # full svr4 only - dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]" - library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' - # We do not specify a path in Import Files, so LIBPATH fires. - shlibpath_overrides_runpath=yes - ;; - *,yes) # both, prefer svr4 - dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]" - library_names_spec='$libname$release$shared_ext$major $libname$shared_ext' - # unpreferred sharedlib libNAME.a needs extra handling - postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"' - postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"' - # We do not specify a path in Import Files, so LIBPATH fires. - shlibpath_overrides_runpath=yes - ;; - *,no) # both, prefer aix - dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]" - library_names_spec='$libname$release.a $libname.a' - soname_spec='$libname$release$shared_ext$major' - # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling - postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)' - postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"' - ;; + sco3.2v5*) + sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" + ;; esac - shlibpath_var=LIBPATH fi + sys_lib_dlsearch_path_spec='/usr/lib' ;; -amigaos*) - case $host_cpu in - powerpc) - # Since July 2007 AmigaOS4 officially supports .so libraries. - # When compiling the executable, add -use-dynld -Lsobjs: to the compileline. - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - ;; - m68k) - library_names_spec='$libname.ixlibrary $libname.a' - # Create ${libname}_ixlibrary.a entries in /sys/libs. - finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' - ;; - esac - ;; - -beos*) - library_names_spec='$libname$shared_ext' - dynamic_linker="$host_os ld.so" - shlibpath_var=LIBRARY_PATH +tpf*) + # TPF is a cross-target only. Preferred cross-host = GNU/Linux. + version_type=linux # correct to gnu/linux during the next big refactor + need_lib_prefix=no + need_version=no + library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' + shlibpath_var=LD_LIBRARY_PATH + shlibpath_overrides_runpath=no + hardcode_into_libs=yes ;; -bsdi[[45]]*) +uts4*) version_type=linux # correct to gnu/linux during the next big refactor - need_version=no library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major' - finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir' shlibpath_var=LD_LIBRARY_PATH - sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib" - sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib" - # the default ld.so.conf also contains /usr/contrib/lib and - # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow - # libtool to hard-code these into programs ;; -cygwin* | mingw* | pw32* | cegcc*) - version_type=windows - shrext_cmds=.dll - need_version=no - need_lib_prefix=no - - case $GCC,$cc_basename in - yes,*) - # gcc - library_names_spec='$libname.dll.a' - # DLL is installed to $(libdir)/../bin by postinstall_cmds - postinstall_cmds='base_file=`basename \$file`~ - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ - dldir=$destdir/`dirname \$dlpath`~ - test -d \$dldir || mkdir -p \$dldir~ - $install_prog $dir/$dlname \$dldir/$dlname~ - chmod a+x \$dldir/$dlname~ - if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then - eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; - fi' - postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ - dlpath=$dir/\$dldll~ - $RM \$dlpath' - shlibpath_overrides_runpath=yes +*) + dynamic_linker=no + ;; +esac +AC_MSG_RESULT([$dynamic_linker]) +test no = "$dynamic_linker" && can_build_shared=no - case $host_os in - cygwin*) - # Cygwin DLLs use 'cyg' prefix rather than 'lib' - soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' -m4_if([$1], [],[ - sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"]) - ;; - mingw* | cegcc*) - # MinGW DLLs use traditional 'lib' prefix - soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' - ;; - pw32*) - # pw32 DLLs use 'pw' prefix rather than 'lib' - library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' - ;; - esac - dynamic_linker='Win32 ld.exe' - ;; +variables_saved_for_relink="PATH $shlibpath_var $runpath_var" +if test yes = "$GCC"; then + variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" +fi - *,cl*) - # Native MSVC - libname_spec='$name' - soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext' - library_names_spec='$libname.dll.lib' +if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then + sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec +fi - case $build_os in - mingw*) - sys_lib_search_path_spec= - lt_save_ifs=$IFS - IFS=';' - for lt_path in $LIB - do - IFS=$lt_save_ifs - # Let DOS variable expansion print the short 8.3 style file name. - lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` - sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" - done - IFS=$lt_save_ifs - # Convert to MSYS style. - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` - ;; - cygwin*) - # Convert to unix form, then to dos form, then back to unix form - # but this time dos style (no spaces!) so that the unix form looks - # like /cygdrive/c/PROGRA~1:/cygdr... - sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` - sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` - sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - ;; - *) - sys_lib_search_path_spec=$LIB - if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then - # It is most probably a Windows format PATH. - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` - else - sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` - fi - # FIXME: find the short name or the path components, as spaces are - # common. (e.g. "Program Files" -> "PROGRA~1") - ;; - esac +if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then + sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec +fi - # DLL is installed to $(libdir)/../bin by postinstall_cmds - postinstall_cmds='base_file=`basename \$file`~ - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~ - dldir=$destdir/`dirname \$dlpath`~ - test -d \$dldir || mkdir -p \$dldir~ - $install_prog $dir/$dlname \$dldir/$dlname' - postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ - dlpath=$dir/\$dldll~ - $RM \$dlpath' - shlibpath_overrides_runpath=yes - dynamic_linker='Win32 link.exe' - ;; +# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... +configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec - *) - # Assume MSVC wrapper - library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib' - dynamic_linker='Win32 ld.exe' - ;; - esac - # FIXME: first we should search . and the directory the executable is in - shlibpath_var=PATH - ;; +# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code +func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" -darwin* | rhapsody*) - dynamic_linker="$host_os dyld" - version_type=darwin - need_lib_prefix=no - need_version=no - library_names_spec='$libname$release$major$shared_ext $libname$shared_ext' - soname_spec='$libname$release$major$shared_ext' - shlibpath_overrides_runpath=yes - shlibpath_var=DYLD_LIBRARY_PATH - shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' -m4_if([$1], [],[ - sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) - sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib' - ;; +# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool +configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH -dgux*) - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - shlibpath_var=LD_LIBRARY_PATH - ;; +_LT_DECL([], [variables_saved_for_relink], [1], + [Variables whose values should be saved in libtool wrapper scripts and + restored at link time]) +_LT_DECL([], [need_lib_prefix], [0], + [Do we need the "lib" prefix for modules?]) +_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) +_LT_DECL([], [version_type], [0], [Library versioning type]) +_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) +_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) +_LT_DECL([], [shlibpath_overrides_runpath], [0], + [Is shlibpath searched before the hard-coded library search path?]) +_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) +_LT_DECL([], [library_names_spec], [1], + [[List of archive names. First name is the real one, the rest are links. + The last name is the one that the linker finds with -lNAME]]) +_LT_DECL([], [soname_spec], [1], + [[The coded name of the library, if different from the real name]]) +_LT_DECL([], [install_override_mode], [1], + [Permission mode override for installation of shared libraries]) +_LT_DECL([], [postinstall_cmds], [2], + [Command to use after installation of a shared archive]) +_LT_DECL([], [postuninstall_cmds], [2], + [Command to use after uninstallation of a shared archive]) +_LT_DECL([], [finish_cmds], [2], + [Commands used to finish a libtool library installation in a directory]) +_LT_DECL([], [finish_eval], [1], + [[As "finish_cmds", except a single script fragment to be evaled but + not shown]]) +_LT_DECL([], [hardcode_into_libs], [0], + [Whether we should hardcode library paths into libraries]) +_LT_DECL([], [sys_lib_search_path_spec], [2], + [Compile-time system search path for libraries]) +_LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2], + [Detected run-time system search path for libraries]) +_LT_DECL([], [configure_time_lt_sys_library_path], [2], + [Explicit LT_SYS_LIBRARY_PATH set during ./configure time]) +])# _LT_SYS_DYNAMIC_LINKER -freebsd* | dragonfly*) - # DragonFly does not have aout. When/if they implement a new - # versioning mechanism, adjust this. - if test -x /usr/bin/objformat; then - objformat=`/usr/bin/objformat` - else - case $host_os in - freebsd[[23]].*) objformat=aout ;; - *) objformat=elf ;; - esac - fi - version_type=freebsd-$objformat - case $version_type in - freebsd-elf*) - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - need_version=no - need_lib_prefix=no - ;; - freebsd-*) - library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' - need_version=yes - ;; - esac - shlibpath_var=LD_LIBRARY_PATH - case $host_os in - freebsd2.*) - shlibpath_overrides_runpath=yes - ;; - freebsd3.[[01]]* | freebsdelf3.[[01]]*) - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - ;; - freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \ - freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1) - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; - *) # from 4.6 on, and DragonFly - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - ;; - esac - ;; -haiku*) - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - dynamic_linker="$host_os runtime_loader" - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - shlibpath_var=LIBRARY_PATH - shlibpath_overrides_runpath=no - sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib' - hardcode_into_libs=yes +# _LT_PATH_TOOL_PREFIX(TOOL) +# -------------------------- +# find a file program that can recognize shared library +AC_DEFUN([_LT_PATH_TOOL_PREFIX], +[m4_require([_LT_DECL_EGREP])dnl +AC_MSG_CHECKING([for $1]) +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, +[case $MAGIC_CMD in +[[\\/*] | ?:[\\/]*]) + lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. ;; - -hpux9* | hpux10* | hpux11*) - # Give a soname corresponding to the major version so that dld.sl refuses to - # link against other versions. - version_type=sunos - need_lib_prefix=no - need_version=no - case $host_cpu in - ia64*) - shrext_cmds='.so' - hardcode_into_libs=yes - dynamic_linker="$host_os dld.so" - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - if test 32 = "$HPUX_IA64_MODE"; then - sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib" - sys_lib_dlsearch_path_spec=/usr/lib/hpux32 - else - sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64" - sys_lib_dlsearch_path_spec=/usr/lib/hpux64 +*) + lt_save_MAGIC_CMD=$MAGIC_CMD + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR +dnl $ac_dummy forces splitting on constant user-supplied paths. +dnl POSIX.2 word splitting is done only on the output of word expansions, +dnl not every word. This closes a longstanding sh security hole. + ac_dummy="m4_if([$2], , $PATH, [$2])" + for ac_dir in $ac_dummy; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$1"; then + lt_cv_path_MAGIC_CMD=$ac_dir/"$1" + if test -n "$file_magic_test_file"; then + case $deplibs_check_method in + "file_magic "*) + file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` + MAGIC_CMD=$lt_cv_path_MAGIC_CMD + if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | + $EGREP "$file_magic_regex" > /dev/null; then + : + else + cat <<_LT_EOF 1>&2 + +*** Warning: the command libtool uses to detect shared libraries, +*** $file_magic_cmd, produces output that libtool cannot recognize. +*** The result is that libtool may fail to recognize shared libraries +*** as such. This will affect the creation of libtool libraries that +*** depend on shared libraries, but programs linked with such libtool +*** libraries will work regardless of this problem. Nevertheless, you +*** may want to report the problem to your system manager and/or to +*** bug-libtool@gnu.org + +_LT_EOF + fi ;; + esac + fi + break fi - ;; - hppa*64*) - shrext_cmds='.sl' - hardcode_into_libs=yes - dynamic_linker="$host_os dld.sl" - shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH - shlibpath_overrides_runpath=yes # Unless +noenvvar is specified. - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64" - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec - ;; - *) - shrext_cmds='.sl' - dynamic_linker="$host_os dld.sl" - shlibpath_var=SHLIB_PATH - shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - ;; - esac - # HP-UX runs *really* slowly unless shared libraries are mode 555, ... - postinstall_cmds='chmod 555 $lib' - # or fails outright, so override atomically: - install_override_mode=555 + done + IFS=$lt_save_ifs + MAGIC_CMD=$lt_save_MAGIC_CMD ;; +esac]) +MAGIC_CMD=$lt_cv_path_MAGIC_CMD +if test -n "$MAGIC_CMD"; then + AC_MSG_RESULT($MAGIC_CMD) +else + AC_MSG_RESULT(no) +fi +_LT_DECL([], [MAGIC_CMD], [0], + [Used to examine libraries when file_magic_cmd begins with "file"])dnl +])# _LT_PATH_TOOL_PREFIX -interix[[3-9]]*) - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - ;; +# Old name: +AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) -irix5* | irix6* | nonstopux*) - case $host_os in - nonstopux*) version_type=nonstopux ;; - *) - if test yes = "$lt_cv_prog_gnu_ld"; then - version_type=linux # correct to gnu/linux during the next big refactor - else - version_type=irix - fi ;; + +# _LT_PATH_MAGIC +# -------------- +# find a file program that can recognize a shared library +m4_defun([_LT_PATH_MAGIC], +[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) +if test -z "$lt_cv_path_MAGIC_CMD"; then + if test -n "$ac_tool_prefix"; then + _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) + else + MAGIC_CMD=: + fi +fi +])# _LT_PATH_MAGIC + + +# LT_PATH_LD +# ---------- +# find the pathname to the GNU or non-GNU linker +AC_DEFUN([LT_PATH_LD], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl + +AC_ARG_WITH([gnu-ld], + [AS_HELP_STRING([--with-gnu-ld], + [assume the C compiler uses GNU ld @<:@default=no@:>@])], + [test no = "$withval" || with_gnu_ld=yes], + [with_gnu_ld=no])dnl + +ac_prog=ld +if test yes = "$GCC"; then + # Check if gcc -print-prog-name=ld gives a path. + AC_MSG_CHECKING([for ld used by $CC]) + case $host in + *-*-mingw*) + # gcc leaves a trailing carriage return, which upsets mingw + ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; + *) + ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; esac - need_lib_prefix=no - need_version=no - soname_spec='$libname$release$shared_ext$major' - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext' - case $host_os in - irix5* | nonstopux*) - libsuff= shlibsuff= + case $ac_prog in + # Accept absolute paths. + [[\\/]]* | ?:[[\\/]]*) + re_direlt='/[[^/]][[^/]]*/\.\./' + # Canonicalize the pathname of ld + ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` + while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do + ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` + done + test -z "$LD" && LD=$ac_prog + ;; + "") + # If it fails, then pretend we aren't using GCC. + ac_prog=ld ;; *) - case $LD in # libtool.m4 will add one of these switches to LD - *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ") - libsuff= shlibsuff= libmagic=32-bit;; - *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") - libsuff=32 shlibsuff=N32 libmagic=N32;; - *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ") - libsuff=64 shlibsuff=64 libmagic=64-bit;; - *) libsuff= shlibsuff= libmagic=never-match;; - esac + # If it is relative, then search for the first ld in PATH. + with_gnu_ld=unknown ;; esac - shlibpath_var=LD_LIBRARY${shlibsuff}_PATH - shlibpath_overrides_runpath=no - sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff" - sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff" - hardcode_into_libs=yes - ;; +elif test yes = "$with_gnu_ld"; then + AC_MSG_CHECKING([for GNU ld]) +else + AC_MSG_CHECKING([for non-GNU ld]) +fi +AC_CACHE_VAL(lt_cv_path_LD, +[if test -z "$LD"; then + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then + lt_cv_path_LD=$ac_dir/$ac_prog + # Check to see if the program is GNU ld. I'd rather use --version, + # but apparently some variants of GNU ld only accept -v. + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$lt_cv_path_LD" -v 2>&1 &1 /dev/null | grep "RUNPATH.*$libdir" >/dev/null], - [lt_cv_shlibpath_overrides_runpath=yes])]) - LDFLAGS=$save_LDFLAGS - libdir=$save_libdir - ]) - shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath +# _LT_CMD_RELOAD +# -------------- +# find reload flag for linker +# -- PORTME Some linkers may need a different reload flag. +m4_defun([_LT_CMD_RELOAD], +[AC_CACHE_CHECK([for $LD option to reload object files], + lt_cv_ld_reload_flag, + [lt_cv_ld_reload_flag='-r']) +reload_flag=$lt_cv_ld_reload_flag +case $reload_flag in +"" | " "*) ;; +*) reload_flag=" $reload_flag" ;; +esac +reload_cmds='$LD$reload_flag -o $output$reload_objs' +case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + if test yes != "$GCC"; then + reload_cmds=false + fi + ;; + darwin*) + if test yes = "$GCC"; then + reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs' + else + reload_cmds='$LD$reload_flag -o $output$reload_objs' + fi + ;; +esac +_LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl +_LT_TAGDECL([], [reload_cmds], [2])dnl +])# _LT_CMD_RELOAD - # This implies no fast_install, which is unacceptable. - # Some rework will be needed to allow for fast_install - # before this can be enabled. - hardcode_into_libs=yes - # Add ABI-specific directories to the system library path. - sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" +# _LT_PATH_DD +# ----------- +# find a working dd +m4_defun([_LT_PATH_DD], +[AC_CACHE_CHECK([for a working dd], [ac_cv_path_lt_DD], +[printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +: ${lt_DD:=$DD} +AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd], +[if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: +fi]) +rm -f conftest.i conftest2.i conftest.out]) +])# _LT_PATH_DD - # Ideally, we could use ldconfig to report *all* directores which are - # searched for libraries, however this is still not possible. Aside from not - # being certain /sbin/ldconfig is available, command - # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64, - # even though it is searched at run-time. Try to do the best guess by - # appending ld.so.conf contents (and includes) to the search path. - if test -f /etc/ld.so.conf; then - lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" - fi - # We used to test for /lib/ld.so.1 and disable shared libraries on - # powerpc, because MkLinux only supported shared libraries with the - # GNU dynamic linker. Since this was broken with cross compilers, - # most powerpc-linux boxes support dynamic linking these days and - # people can always --disable-shared, the test was removed, and we - # assume the GNU/Linux dynamic linker is in use. - dynamic_linker='GNU/Linux ld.so' +# _LT_CMD_TRUNCATE +# ---------------- +# find command to truncate a binary pipe +m4_defun([_LT_CMD_TRUNCATE], +[m4_require([_LT_PATH_DD]) +AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin], +[printf 0123456789abcdef0123456789abcdef >conftest.i +cat conftest.i conftest.i >conftest2.i +lt_cv_truncate_bin= +if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then + cmp -s conftest.i conftest.out \ + && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" +fi +rm -f conftest.i conftest2.i conftest.out +test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"]) +_LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1], + [Command to truncate a binary pipe]) +])# _LT_CMD_TRUNCATE + + +# _LT_CHECK_MAGIC_METHOD +# ---------------------- +# how to check for library dependencies +# -- PORTME fill in with the dynamic library characteristics +m4_defun([_LT_CHECK_MAGIC_METHOD], +[m4_require([_LT_DECL_EGREP]) +m4_require([_LT_DECL_OBJDUMP]) +AC_CACHE_CHECK([how to recognize dependent libraries], +lt_cv_deplibs_check_method, +[lt_cv_file_magic_cmd='$MAGIC_CMD' +lt_cv_file_magic_test_file= +lt_cv_deplibs_check_method='unknown' +# Need to set the preceding variable on all platforms that support +# interlibrary dependencies. +# 'none' -- dependencies not supported. +# 'unknown' -- same as none, but documents that we really don't know. +# 'pass_all' -- all dependencies passed with no checks. +# 'test_compile' -- check by making test program. +# 'file_magic [[regex]]' -- check by looking for files in library path +# that responds to the $file_magic_cmd with a given extended regex. +# If you have 'file' or equivalent on your system and you're not sure +# whether 'pass_all' will *always* work, you probably want this one. + +case $host_os in +aix[[4-9]]*) + lt_cv_deplibs_check_method=pass_all ;; -netbsd*) - version_type=sunos - need_lib_prefix=no - need_version=no - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - dynamic_linker='NetBSD (a.out) ld.so' - else - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - dynamic_linker='NetBSD ld.elf_so' - fi - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes +beos*) + lt_cv_deplibs_check_method=pass_all ;; -newsos6) - version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes +bsdi[[45]]*) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' + lt_cv_file_magic_cmd='/usr/bin/file -L' + lt_cv_file_magic_test_file=/shlib/libc.so ;; -*nto* | *qnx*) - version_type=qnx - need_lib_prefix=no - need_version=no - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes - dynamic_linker='ldqnx.so' +cygwin*) + # func_win32_libid is a shell function defined in ltmain.sh + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' ;; -openbsd* | bitrig*) - version_type=sunos - sys_lib_dlsearch_path_spec=/usr/lib - need_lib_prefix=no - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then - need_version=no +mingw* | pw32*) + # Base MSYS/MinGW do not provide the 'file' command needed by + # func_win32_libid shell function, so use a weaker test based on 'objdump', + # unless we find 'file', for example because we are cross-compiling. + if ( file / ) >/dev/null 2>&1; then + lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' + lt_cv_file_magic_cmd='func_win32_libid' else - need_version=yes + # Keep this pattern in sync with the one in func_win32_libid. + lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' + lt_cv_file_magic_cmd='$OBJDUMP -f' fi - library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' - finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes ;; -os2*) - libname_spec='$name' - version_type=windows - shrext_cmds=.dll - need_version=no - need_lib_prefix=no - # OS/2 can only load a DLL with a base name of 8 characters or less. - soname_spec='`test -n "$os2dllname" && libname="$os2dllname"; - v=$($ECHO $release$versuffix | tr -d .-); - n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _); - $ECHO $n$v`$shared_ext' - library_names_spec='${libname}_dll.$libext' - dynamic_linker='OS/2 ld.exe' - shlibpath_var=BEGINLIBPATH - sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec - postinstall_cmds='base_file=`basename \$file`~ - dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~ - dldir=$destdir/`dirname \$dlpath`~ - test -d \$dldir || mkdir -p \$dldir~ - $install_prog $dir/$dlname \$dldir/$dlname~ - chmod a+x \$dldir/$dlname~ - if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then - eval '\''$striplib \$dldir/$dlname'\'' || exit \$?; - fi' - postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~ - dlpath=$dir/\$dldll~ - $RM \$dlpath' +cegcc*) + # use the weaker test based on 'objdump'. See mingw*. + lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' + lt_cv_file_magic_cmd='$OBJDUMP -f' ;; -osf3* | osf4* | osf5*) - version_type=osf - need_lib_prefix=no - need_version=no - soname_spec='$libname$release$shared_ext$major' - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - shlibpath_var=LD_LIBRARY_PATH - sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib" - sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec +darwin* | rhapsody*) + lt_cv_deplibs_check_method=pass_all ;; -rdos*) - dynamic_linker=no +freebsd* | dragonfly*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + case $host_cpu in + i*86 ) + # Not sure whether the presence of OpenBSD here was a mistake. + # Let's accept both of them until this is cleared up. + lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` + ;; + esac + else + lt_cv_deplibs_check_method=pass_all + fi ;; -solaris*) - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - # ldd complains unless libraries are executable - postinstall_cmds='chmod +x $lib' +haiku*) + lt_cv_deplibs_check_method=pass_all ;; -sunos4*) - version_type=sunos - library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix' - finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - if test yes = "$with_gnu_ld"; then - need_lib_prefix=no - fi - need_version=yes +hpux10.20* | hpux11*) + lt_cv_file_magic_cmd=/usr/bin/file + case $host_cpu in + ia64*) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' + lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so + ;; + hppa*64*) + [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] + lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl + ;; + *) + lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' + lt_cv_file_magic_test_file=/usr/lib/libc.sl + ;; + esac ;; -sysv4 | sysv4.3*) - version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - shlibpath_var=LD_LIBRARY_PATH - case $host_vendor in - sni) - shlibpath_overrides_runpath=no - need_lib_prefix=no - runpath_var=LD_RUN_PATH - ;; - siemens) - need_lib_prefix=no - ;; - motorola) - need_lib_prefix=no - need_version=no - shlibpath_overrides_runpath=no - sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib' - ;; +interix[[3-9]]*) + # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' + ;; + +irix5* | irix6* | nonstopux*) + case $LD in + *-32|*"-32 ") libmagic=32-bit;; + *-n32|*"-n32 ") libmagic=N32;; + *-64|*"-64 ") libmagic=64-bit;; + *) libmagic=never-match;; esac + lt_cv_deplibs_check_method=pass_all ;; -sysv4*MP*) - if test -d /usr/nec; then - version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext' - soname_spec='$libname$shared_ext.$major' - shlibpath_var=LD_LIBRARY_PATH +# This must be glibc/ELF. +linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + lt_cv_deplibs_check_method=pass_all + ;; + +netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + else + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' fi ;; -sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - version_type=sco - need_lib_prefix=no - need_version=no - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=yes - hardcode_into_libs=yes - if test yes = "$with_gnu_ld"; then - sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib' +newos6*) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' + lt_cv_file_magic_cmd=/usr/bin/file + lt_cv_file_magic_test_file=/usr/lib/libnls.so + ;; + +*nto* | *qnx*) + lt_cv_deplibs_check_method=pass_all + ;; + +openbsd* | bitrig*) + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' else - sys_lib_search_path_spec='/usr/ccs/lib /usr/lib' - case $host_os in - sco3.2v5*) - sys_lib_search_path_spec="$sys_lib_search_path_spec /lib" - ;; - esac + lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' fi - sys_lib_dlsearch_path_spec='/usr/lib' ;; -tpf*) - # TPF is a cross-target only. Preferred cross-host = GNU/Linux. - version_type=linux # correct to gnu/linux during the next big refactor - need_lib_prefix=no - need_version=no - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - shlibpath_var=LD_LIBRARY_PATH - shlibpath_overrides_runpath=no - hardcode_into_libs=yes +osf3* | osf4* | osf5*) + lt_cv_deplibs_check_method=pass_all ;; -uts4*) - version_type=linux # correct to gnu/linux during the next big refactor - library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' - soname_spec='$libname$release$shared_ext$major' - shlibpath_var=LD_LIBRARY_PATH +rdos*) + lt_cv_deplibs_check_method=pass_all ;; -*) - dynamic_linker=no +solaris*) + lt_cv_deplibs_check_method=pass_all ;; -esac -AC_MSG_RESULT([$dynamic_linker]) -test no = "$dynamic_linker" && can_build_shared=no -variables_saved_for_relink="PATH $shlibpath_var $runpath_var" -if test yes = "$GCC"; then - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" -fi +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) + lt_cv_deplibs_check_method=pass_all + ;; -if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then - sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec -fi +sysv4 | sysv4.3*) + case $host_vendor in + motorola) + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' + lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` + ;; + ncr) + lt_cv_deplibs_check_method=pass_all + ;; + sequent) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' + ;; + sni) + lt_cv_file_magic_cmd='/bin/file' + lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" + lt_cv_file_magic_test_file=/lib/libc.so + ;; + siemens) + lt_cv_deplibs_check_method=pass_all + ;; + pc) + lt_cv_deplibs_check_method=pass_all + ;; + esac + ;; -if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then - sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec +tpf*) + lt_cv_deplibs_check_method=pass_all + ;; +os2*) + lt_cv_deplibs_check_method=pass_all + ;; +esac +]) + +file_magic_glob= +want_nocaseglob=no +if test "$build" = "$host"; then + case $host_os in + mingw* | pw32*) + if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then + want_nocaseglob=yes + else + file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` + fi + ;; + esac fi -# remember unaugmented sys_lib_dlsearch_path content for libtool script decls... -configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec +file_magic_cmd=$lt_cv_file_magic_cmd +deplibs_check_method=$lt_cv_deplibs_check_method +test -z "$deplibs_check_method" && deplibs_check_method=unknown -# ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code -func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH" +_LT_DECL([], [deplibs_check_method], [1], + [Method to check whether dependent libraries are shared objects]) +_LT_DECL([], [file_magic_cmd], [1], + [Command to use when deplibs_check_method = "file_magic"]) +_LT_DECL([], [file_magic_glob], [1], + [How to find potential files when deplibs_check_method = "file_magic"]) +_LT_DECL([], [want_nocaseglob], [1], + [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) +])# _LT_CHECK_MAGIC_METHOD -# to be used as default LT_SYS_LIBRARY_PATH value in generated libtool -configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH -_LT_DECL([], [variables_saved_for_relink], [1], - [Variables whose values should be saved in libtool wrapper scripts and - restored at link time]) -_LT_DECL([], [need_lib_prefix], [0], - [Do we need the "lib" prefix for modules?]) -_LT_DECL([], [need_version], [0], [Do we need a version for libraries?]) -_LT_DECL([], [version_type], [0], [Library versioning type]) -_LT_DECL([], [runpath_var], [0], [Shared library runtime path variable]) -_LT_DECL([], [shlibpath_var], [0],[Shared library path variable]) -_LT_DECL([], [shlibpath_overrides_runpath], [0], - [Is shlibpath searched before the hard-coded library search path?]) -_LT_DECL([], [libname_spec], [1], [Format of library name prefix]) -_LT_DECL([], [library_names_spec], [1], - [[List of archive names. First name is the real one, the rest are links. - The last name is the one that the linker finds with -lNAME]]) -_LT_DECL([], [soname_spec], [1], - [[The coded name of the library, if different from the real name]]) -_LT_DECL([], [install_override_mode], [1], - [Permission mode override for installation of shared libraries]) -_LT_DECL([], [postinstall_cmds], [2], - [Command to use after installation of a shared archive]) -_LT_DECL([], [postuninstall_cmds], [2], - [Command to use after uninstallation of a shared archive]) -_LT_DECL([], [finish_cmds], [2], - [Commands used to finish a libtool library installation in a directory]) -_LT_DECL([], [finish_eval], [1], - [[As "finish_cmds", except a single script fragment to be evaled but - not shown]]) -_LT_DECL([], [hardcode_into_libs], [0], - [Whether we should hardcode library paths into libraries]) -_LT_DECL([], [sys_lib_search_path_spec], [2], - [Compile-time system search path for libraries]) -_LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2], - [Detected run-time system search path for libraries]) -_LT_DECL([], [configure_time_lt_sys_library_path], [2], - [Explicit LT_SYS_LIBRARY_PATH set during ./configure time]) -])# _LT_SYS_DYNAMIC_LINKER - - -# _LT_PATH_TOOL_PREFIX(TOOL) -# -------------------------- -# find a file program that can recognize shared library -AC_DEFUN([_LT_PATH_TOOL_PREFIX], -[m4_require([_LT_DECL_EGREP])dnl -AC_MSG_CHECKING([for $1]) -AC_CACHE_VAL(lt_cv_path_MAGIC_CMD, -[case $MAGIC_CMD in -[[\\/*] | ?:[\\/]*]) - lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path. - ;; -*) - lt_save_MAGIC_CMD=$MAGIC_CMD - lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR -dnl $ac_dummy forces splitting on constant user-supplied paths. -dnl POSIX.2 word splitting is done only on the output of word expansions, -dnl not every word. This closes a longstanding sh security hole. - ac_dummy="m4_if([$2], , $PATH, [$2])" - for ac_dir in $ac_dummy; do - IFS=$lt_save_ifs - test -z "$ac_dir" && ac_dir=. - if test -f "$ac_dir/$1"; then - lt_cv_path_MAGIC_CMD=$ac_dir/"$1" - if test -n "$file_magic_test_file"; then - case $deplibs_check_method in - "file_magic "*) - file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` - MAGIC_CMD=$lt_cv_path_MAGIC_CMD - if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null | - $EGREP "$file_magic_regex" > /dev/null; then - : - else - cat <<_LT_EOF 1>&2 - -*** Warning: the command libtool uses to detect shared libraries, -*** $file_magic_cmd, produces output that libtool cannot recognize. -*** The result is that libtool may fail to recognize shared libraries -*** as such. This will affect the creation of libtool libraries that -*** depend on shared libraries, but programs linked with such libtool -*** libraries will work regardless of this problem. Nevertheless, you -*** may want to report the problem to your system manager and/or to -*** bug-libtool@gnu.org - -_LT_EOF - fi ;; +# LT_PATH_NM +# ---------- +# find the pathname to a BSD- or MS-compatible name lister +AC_DEFUN([LT_PATH_NM], +[AC_REQUIRE([AC_PROG_CC])dnl +AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, +[if test -n "$NM"; then + # Let the user override the test. + lt_cv_path_NM=$NM +else + lt_nm_to_check=${ac_tool_prefix}nm + if test -n "$ac_tool_prefix" && test "$build" = "$host"; then + lt_nm_to_check="$lt_nm_to_check nm" + fi + for lt_tmp_nm in $lt_nm_to_check; do + lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR + for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do + IFS=$lt_save_ifs + test -z "$ac_dir" && ac_dir=. + tmp_nm=$ac_dir/$lt_tmp_nm + if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then + # Check to see if the nm accepts a BSD-compat flag. + # Adding the 'sed 1q' prevents false positives on HP-UX, which says: + # nm: unknown option "B" ignored + # Tru64's nm complains that /dev/null is an invalid object file + # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty + case $build_os in + mingw*) lt_bad_file=conftest.nm/nofile ;; + *) lt_bad_file=/dev/null ;; + esac + case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in + *$lt_bad_file* | *'Invalid file or object type'*) + lt_cv_path_NM="$tmp_nm -B" + break 2 + ;; + *) + case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in + */dev/null*) + lt_cv_path_NM="$tmp_nm -p" + break 2 + ;; + *) + lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but + continue # so that we can try to find one that supports BSD flags + ;; + esac + ;; esac fi - break - fi + done + IFS=$lt_save_ifs done - IFS=$lt_save_ifs - MAGIC_CMD=$lt_save_MAGIC_CMD - ;; -esac]) -MAGIC_CMD=$lt_cv_path_MAGIC_CMD -if test -n "$MAGIC_CMD"; then - AC_MSG_RESULT($MAGIC_CMD) + : ${lt_cv_path_NM=no} +fi]) +if test no != "$lt_cv_path_NM"; then + NM=$lt_cv_path_NM else - AC_MSG_RESULT(no) -fi -_LT_DECL([], [MAGIC_CMD], [0], - [Used to examine libraries when file_magic_cmd begins with "file"])dnl -])# _LT_PATH_TOOL_PREFIX - -# Old name: -AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], []) - - -# _LT_PATH_MAGIC -# -------------- -# find a file program that can recognize a shared library -m4_defun([_LT_PATH_MAGIC], -[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH) -if test -z "$lt_cv_path_MAGIC_CMD"; then - if test -n "$ac_tool_prefix"; then - _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH) + # Didn't find any BSD compatible name lister, look for dumpbin. + if test -n "$DUMPBIN"; then : + # Let the user override the test. else - MAGIC_CMD=: + AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) + case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in + *COFF*) + DUMPBIN="$DUMPBIN -symbols -headers" + ;; + *) + DUMPBIN=: + ;; + esac + fi + AC_SUBST([DUMPBIN]) + if test : != "$DUMPBIN"; then + NM=$DUMPBIN fi fi -])# _LT_PATH_MAGIC +test -z "$NM" && NM=nm +AC_SUBST([NM]) +_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl +AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], + [lt_cv_nm_interface="BSD nm" + echo "int some_variable = 0;" > conftest.$ac_ext + (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) + (eval "$ac_compile" 2>conftest.err) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) + (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) + cat conftest.err >&AS_MESSAGE_LOG_FD + (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) + cat conftest.out >&AS_MESSAGE_LOG_FD + if $GREP 'External.*some_variable' conftest.out > /dev/null; then + lt_cv_nm_interface="MS dumpbin" + fi + rm -f conftest*]) +])# LT_PATH_NM -# LT_PATH_LD -# ---------- -# find the pathname to the GNU or non-GNU linker -AC_DEFUN([LT_PATH_LD], -[AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_CANONICAL_BUILD])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_PROG_ECHO_BACKSLASH])dnl +# Old names: +AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) +AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_PROG_NM], []) +dnl AC_DEFUN([AC_PROG_NM], []) -AC_ARG_WITH([gnu-ld], - [AS_HELP_STRING([--with-gnu-ld], - [assume the C compiler uses GNU ld @<:@default=no@:>@])], - [test no = "$withval" || with_gnu_ld=yes], - [with_gnu_ld=no])dnl +# _LT_CHECK_SHAREDLIB_FROM_LINKLIB +# -------------------------------- +# how to determine the name of the shared library +# associated with a specific link library. +# -- PORTME fill in with the dynamic library characteristics +m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], +[m4_require([_LT_DECL_EGREP]) +m4_require([_LT_DECL_OBJDUMP]) +m4_require([_LT_DECL_DLLTOOL]) +AC_CACHE_CHECK([how to associate runtime and link libraries], +lt_cv_sharedlib_from_linklib_cmd, +[lt_cv_sharedlib_from_linklib_cmd='unknown' -ac_prog=ld -if test yes = "$GCC"; then - # Check if gcc -print-prog-name=ld gives a path. - AC_MSG_CHECKING([for ld used by $CC]) - case $host in - *-*-mingw*) - # gcc leaves a trailing carriage return, which upsets mingw - ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; - *) - ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; - esac - case $ac_prog in - # Accept absolute paths. - [[\\/]]* | ?:[[\\/]]*) - re_direlt='/[[^/]][[^/]]*/\.\./' - # Canonicalize the pathname of ld - ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` - while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do - ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` - done - test -z "$LD" && LD=$ac_prog - ;; - "") - # If it fails, then pretend we aren't using GCC. - ac_prog=ld +case $host_os in +cygwin* | mingw* | pw32* | cegcc*) + # two different shell functions defined in ltmain.sh; + # decide which one to use based on capabilities of $DLLTOOL + case `$DLLTOOL --help 2>&1` in + *--identify-strict*) + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib ;; *) - # If it is relative, then search for the first ld in PATH. - with_gnu_ld=unknown + lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback ;; esac -elif test yes = "$with_gnu_ld"; then - AC_MSG_CHECKING([for GNU ld]) -else - AC_MSG_CHECKING([for non-GNU ld]) -fi -AC_CACHE_VAL(lt_cv_path_LD, -[if test -z "$LD"; then - lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR - for ac_dir in $PATH; do - IFS=$lt_save_ifs - test -z "$ac_dir" && ac_dir=. - if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then - lt_cv_path_LD=$ac_dir/$ac_prog - # Check to see if the program is GNU ld. I'd rather use --version, - # but apparently some variants of GNU ld only accept -v. - # Break only if it was the GNU/non-GNU ld that we prefer. - case `"$lt_cv_path_LD" -v 2>&1 &AS_MESSAGE_LOG_FD + $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out + cat conftest.err >&AS_MESSAGE_LOG_FD + if $GREP 'Manifest Tool' conftest.out > /dev/null; then + lt_cv_path_mainfest_tool=yes + fi + rm -f conftest*]) +if test yes != "$lt_cv_path_mainfest_tool"; then + MANIFEST_TOOL=: fi -test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) -_LT_PATH_LD_GNU -AC_SUBST([LD]) +_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl +])# _LT_PATH_MANIFEST_TOOL -_LT_TAGDECL([], [LD], [1], [The linker used to build libraries]) -])# LT_PATH_LD -# Old names: -AU_ALIAS([AM_PROG_LD], [LT_PATH_LD]) -AU_ALIAS([AC_PROG_LD], [LT_PATH_LD]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_PROG_LD], []) -dnl AC_DEFUN([AC_PROG_LD], []) +# _LT_DLL_DEF_P([FILE]) +# --------------------- +# True iff FILE is a Windows DLL '.def' file. +# Keep in sync with func_dll_def_p in the libtool script +AC_DEFUN([_LT_DLL_DEF_P], +[dnl + test DEF = "`$SED -n dnl + -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace + -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments + -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl + -e q dnl Only consider the first "real" line + $1`" dnl +])# _LT_DLL_DEF_P -# _LT_PATH_LD_GNU -#- -------------- -m4_defun([_LT_PATH_LD_GNU], -[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld, -[# I'd rather use --version here, but apparently some GNU lds only accept -v. -case `$LD -v 2>&1 conftest.i -cat conftest.i conftest.i >conftest2.i -: ${lt_DD:=$DD} -AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd], -[if "$ac_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then - cmp -s conftest.i conftest.out \ - && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=: -fi]) -rm -f conftest.i conftest2.i conftest.out]) -])# _LT_PATH_DD +_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= +if test yes = "$GCC"; then + case $cc_basename in + nvcc*) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; + *) + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; + esac -# _LT_CMD_TRUNCATE -# ---------------- -# find command to truncate a binary pipe -m4_defun([_LT_CMD_TRUNCATE], -[m4_require([_LT_PATH_DD]) -AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin], -[printf 0123456789abcdef0123456789abcdef >conftest.i -cat conftest.i conftest.i >conftest2.i -lt_cv_truncate_bin= -if "$ac_cv_path_lt_DD" bs=32 count=1 conftest.out 2>/dev/null; then - cmp -s conftest.i conftest.out \ - && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1" + _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], + lt_cv_prog_compiler_rtti_exceptions, + [-fno-rtti -fno-exceptions], [], + [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) fi -rm -f conftest.i conftest2.i conftest.out -test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"]) -_LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1], - [Command to truncate a binary pipe]) -])# _LT_CMD_TRUNCATE +_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], + [Compiler flag to turn off builtin functions]) +])# _LT_COMPILER_NO_RTTI -# _LT_CHECK_MAGIC_METHOD +# _LT_CMD_GLOBAL_SYMBOLS # ---------------------- -# how to check for library dependencies -# -- PORTME fill in with the dynamic library characteristics -m4_defun([_LT_CHECK_MAGIC_METHOD], -[m4_require([_LT_DECL_EGREP]) -m4_require([_LT_DECL_OBJDUMP]) -AC_CACHE_CHECK([how to recognize dependent libraries], -lt_cv_deplibs_check_method, -[lt_cv_file_magic_cmd='$MAGIC_CMD' -lt_cv_file_magic_test_file= -lt_cv_deplibs_check_method='unknown' -# Need to set the preceding variable on all platforms that support -# interlibrary dependencies. -# 'none' -- dependencies not supported. -# 'unknown' -- same as none, but documents that we really don't know. -# 'pass_all' -- all dependencies passed with no checks. -# 'test_compile' -- check by making test program. -# 'file_magic [[regex]]' -- check by looking for files in library path -# that responds to the $file_magic_cmd with a given extended regex. -# If you have 'file' or equivalent on your system and you're not sure -# whether 'pass_all' will *always* work, you probably want this one. +m4_defun([_LT_CMD_GLOBAL_SYMBOLS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_PROG_CC])dnl +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([LT_PATH_NM])dnl +AC_REQUIRE([LT_PATH_LD])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_TAG_COMPILER])dnl -case $host_os in -aix[[4-9]]*) - lt_cv_deplibs_check_method=pass_all - ;; +# Check for command to grab the raw symbol name followed by C symbol from nm. +AC_MSG_CHECKING([command to parse $NM output from $compiler object]) +AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], +[ +# These are sane defaults that work on at least a few old systems. +# [They come from Ultrix. What could be older than Ultrix?!! ;)] -beos*) - lt_cv_deplibs_check_method=pass_all - ;; +# Character class describing NM global symbol codes. +symcode='[[BCDEGRST]]' -bsdi[[45]]*) - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)' - lt_cv_file_magic_cmd='/usr/bin/file -L' - lt_cv_file_magic_test_file=/shlib/libc.so - ;; +# Regexp to match symbols that can be accessed directly from C. +sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' -cygwin*) - # func_win32_libid is a shell function defined in ltmain.sh - lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' - lt_cv_file_magic_cmd='func_win32_libid' +# Define system-specific variables. +case $host_os in +aix*) + symcode='[[BCDT]]' ;; - -mingw* | pw32*) - # Base MSYS/MinGW do not provide the 'file' command needed by - # func_win32_libid shell function, so use a weaker test based on 'objdump', - # unless we find 'file', for example because we are cross-compiling. - if ( file / ) >/dev/null 2>&1; then - lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' - lt_cv_file_magic_cmd='func_win32_libid' - else - # Keep this pattern in sync with the one in func_win32_libid. - lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' - lt_cv_file_magic_cmd='$OBJDUMP -f' +cygwin* | mingw* | pw32* | cegcc*) + symcode='[[ABCDGISTW]]' + ;; +hpux*) + if test ia64 = "$host_cpu"; then + symcode='[[ABCDEGRST]]' fi ;; - -cegcc*) - # use the weaker test based on 'objdump'. See mingw*. - lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?' - lt_cv_file_magic_cmd='$OBJDUMP -f' +irix* | nonstopux*) + symcode='[[BCDEGRST]]' ;; - -darwin* | rhapsody*) - lt_cv_deplibs_check_method=pass_all +osf*) + symcode='[[BCDEGQRST]]' ;; - -freebsd* | dragonfly*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then - case $host_cpu in - i*86 ) - # Not sure whether the presence of OpenBSD here was a mistake. - # Let's accept both of them until this is cleared up. - lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library' - lt_cv_file_magic_cmd=/usr/bin/file - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*` - ;; - esac - else - lt_cv_deplibs_check_method=pass_all - fi +solaris*) + symcode='[[BDRT]]' ;; - -haiku*) - lt_cv_deplibs_check_method=pass_all +sco3.2v5*) + symcode='[[DT]]' ;; - -hpux10.20* | hpux11*) - lt_cv_file_magic_cmd=/usr/bin/file - case $host_cpu in - ia64*) - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64' - lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so - ;; - hppa*64*) - [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'] - lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl - ;; - *) - lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library' - lt_cv_file_magic_test_file=/usr/lib/libc.sl - ;; - esac +sysv4.2uw2*) + symcode='[[DT]]' ;; - -interix[[3-9]]*) - # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$' +sysv5* | sco5v6* | unixware* | OpenUNIX*) + symcode='[[ABDT]]' ;; - -irix5* | irix6* | nonstopux*) - case $LD in - *-32|*"-32 ") libmagic=32-bit;; - *-n32|*"-n32 ") libmagic=N32;; - *-64|*"-64 ") libmagic=64-bit;; - *) libmagic=never-match;; - esac - lt_cv_deplibs_check_method=pass_all +sysv4) + symcode='[[DFNSTU]]' ;; +esac -# This must be glibc/ELF. -linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) - lt_cv_deplibs_check_method=pass_all - ;; +# If we're using GNU nm, then use its standard symbol codes. +case `$NM -V 2>&1` in +*GNU* | *'with BFD'*) + symcode='[[ABCDGIRSTW]]' ;; +esac -netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' - else - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$' - fi - ;; +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Gets list of data symbols to import. + lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" + # Adjust the below global symbol transforms to fixup imported variables. + lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" + lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" + lt_c_name_lib_hook="\ + -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ + -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" +else + # Disable hooks by default. + lt_cv_sys_global_symbol_to_import= + lt_cdecl_hook= + lt_c_name_hook= + lt_c_name_lib_hook= +fi -newos6*) - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)' - lt_cv_file_magic_cmd=/usr/bin/file - lt_cv_file_magic_test_file=/usr/lib/libnls.so - ;; +# Transform an extracted symbol line into a proper C declaration. +# Some systems (esp. on ia64) link data and code symbols differently, +# so use this general approach. +lt_cv_sys_global_symbol_to_cdecl="sed -n"\ +$lt_cdecl_hook\ +" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" -*nto* | *qnx*) - lt_cv_deplibs_check_method=pass_all +# Transform an extracted symbol line into symbol name and symbol address +lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ +$lt_c_name_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + +# Transform an extracted symbol line into symbol name with lib prefix and +# symbol address. +lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ +$lt_c_name_lib_hook\ +" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ +" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ +" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" + +# Handle CRLF in mingw tool chain +opt_cr= +case $build_os in +mingw*) + opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp ;; +esac -openbsd* | bitrig*) - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' +# Try without a prefix underscore, then with it. +for ac_symprfx in "" "_"; do + + # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. + symxfrm="\\1 $ac_symprfx\\2 \\2" + + # Write the raw and C identifiers. + if test "$lt_cv_nm_interface" = "MS dumpbin"; then + # Fake it for dumpbin and say T for any non-static function, + # D for any global variable and I for any imported variable. + # Also find C++ and __fastcall symbols from MSVC++, + # which start with @ or ?. + lt_cv_sys_global_symbol_pipe="$AWK ['"\ +" {last_section=section; section=\$ 3};"\ +" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ +" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ +" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ +" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ +" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ +" \$ 0!~/External *\|/{next};"\ +" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ +" {if(hide[section]) next};"\ +" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ +" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ +" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ +" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ +" ' prfx=^$ac_symprfx]" else - lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$' + lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" fi - ;; + lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" -osf3* | osf4* | osf5*) - lt_cv_deplibs_check_method=pass_all - ;; + # Check to see that the pipe works correctly. + pipe_works=no -rdos*) - lt_cv_deplibs_check_method=pass_all - ;; + rm -f conftest* + cat > conftest.$ac_ext <<_LT_EOF +#ifdef __cplusplus +extern "C" { +#endif +char nm_test_var; +void nm_test_func(void); +void nm_test_func(void){} +#ifdef __cplusplus +} +#endif +int main(){nm_test_var='a';nm_test_func();return(0);} +_LT_EOF -solaris*) - lt_cv_deplibs_check_method=pass_all - ;; + if AC_TRY_EVAL(ac_compile); then + # Now try to grab the symbols. + nlist=conftest.nm + if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then + # Try sorting and uniquifying the output. + if sort "$nlist" | uniq > "$nlist"T; then + mv -f "$nlist"T "$nlist" + else + rm -f "$nlist"T + fi -sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*) - lt_cv_deplibs_check_method=pass_all - ;; + # Make sure that we snagged all the symbols we need. + if $GREP ' nm_test_var$' "$nlist" >/dev/null; then + if $GREP ' nm_test_func$' "$nlist" >/dev/null; then + cat <<_LT_EOF > conftest.$ac_ext +/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ +#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE +/* DATA imports from DLLs on WIN32 can't be const, because runtime + relocations are performed -- see ld's documentation on pseudo-relocs. */ +# define LT@&t@_DLSYM_CONST +#elif defined __osf__ +/* This system does not cope well with relocations in const data. */ +# define LT@&t@_DLSYM_CONST +#else +# define LT@&t@_DLSYM_CONST const +#endif -sysv4 | sysv4.3*) - case $host_vendor in - motorola) - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib) M[[0-9]][[0-9]]* Version [[0-9]]' - lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*` - ;; - ncr) - lt_cv_deplibs_check_method=pass_all - ;; - sequent) - lt_cv_file_magic_cmd='/bin/file' - lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' - ;; - sni) - lt_cv_file_magic_cmd='/bin/file' - lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib" - lt_cv_file_magic_test_file=/lib/libc.so - ;; - siemens) - lt_cv_deplibs_check_method=pass_all - ;; - pc) - lt_cv_deplibs_check_method=pass_all - ;; - esac - ;; - -tpf*) - lt_cv_deplibs_check_method=pass_all - ;; -os2*) - lt_cv_deplibs_check_method=pass_all - ;; -esac -]) +#ifdef __cplusplus +extern "C" { +#endif -file_magic_glob= -want_nocaseglob=no -if test "$build" = "$host"; then - case $host_os in - mingw* | pw32*) - if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then - want_nocaseglob=yes - else - file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` - fi - ;; - esac -fi +_LT_EOF + # Now generate the symbol file. + eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' -file_magic_cmd=$lt_cv_file_magic_cmd -deplibs_check_method=$lt_cv_deplibs_check_method -test -z "$deplibs_check_method" && deplibs_check_method=unknown + cat <<_LT_EOF >> conftest.$ac_ext -_LT_DECL([], [deplibs_check_method], [1], - [Method to check whether dependent libraries are shared objects]) -_LT_DECL([], [file_magic_cmd], [1], - [Command to use when deplibs_check_method = "file_magic"]) -_LT_DECL([], [file_magic_glob], [1], - [How to find potential files when deplibs_check_method = "file_magic"]) -_LT_DECL([], [want_nocaseglob], [1], - [Find potential files using nocaseglob when deplibs_check_method = "file_magic"]) -])# _LT_CHECK_MAGIC_METHOD +/* The mapping between symbol names and symbols. */ +LT@&t@_DLSYM_CONST struct { + const char *name; + void *address; +} +lt__PROGRAM__LTX_preloaded_symbols[[]] = +{ + { "@PROGRAM@", (void *) 0 }, +_LT_EOF + $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext + cat <<\_LT_EOF >> conftest.$ac_ext + {0, (void *) 0} +}; +/* This works around a problem in FreeBSD linker */ +#ifdef FREEBSD_WORKAROUND +static const void *lt_preloaded_setup() { + return lt__PROGRAM__LTX_preloaded_symbols; +} +#endif -# LT_PATH_NM -# ---------- -# find the pathname to a BSD- or MS-compatible name lister -AC_DEFUN([LT_PATH_NM], -[AC_REQUIRE([AC_PROG_CC])dnl -AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM, -[if test -n "$NM"; then - # Let the user override the test. - lt_cv_path_NM=$NM -else - lt_nm_to_check=${ac_tool_prefix}nm - if test -n "$ac_tool_prefix" && test "$build" = "$host"; then - lt_nm_to_check="$lt_nm_to_check nm" - fi - for lt_tmp_nm in $lt_nm_to_check; do - lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR - for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do - IFS=$lt_save_ifs - test -z "$ac_dir" && ac_dir=. - tmp_nm=$ac_dir/$lt_tmp_nm - if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then - # Check to see if the nm accepts a BSD-compat flag. - # Adding the 'sed 1q' prevents false positives on HP-UX, which says: - # nm: unknown option "B" ignored - # Tru64's nm complains that /dev/null is an invalid object file - # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty - case $build_os in - mingw*) lt_bad_file=conftest.nm/nofile ;; - *) lt_bad_file=/dev/null ;; - esac - case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in - *$lt_bad_file* | *'Invalid file or object type'*) - lt_cv_path_NM="$tmp_nm -B" - break 2 - ;; - *) - case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in - */dev/null*) - lt_cv_path_NM="$tmp_nm -p" - break 2 - ;; - *) - lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but - continue # so that we can try to find one that supports BSD flags - ;; - esac - ;; - esac +#ifdef __cplusplus +} +#endif +_LT_EOF + # Now try linking the two files. + mv conftest.$ac_objext conftstm.$ac_objext + lt_globsym_save_LIBS=$LIBS + lt_globsym_save_CFLAGS=$CFLAGS + LIBS=conftstm.$ac_objext + CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" + if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then + pipe_works=yes + fi + LIBS=$lt_globsym_save_LIBS + CFLAGS=$lt_globsym_save_CFLAGS + else + echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD + fi + else + echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD fi - done - IFS=$lt_save_ifs - done - : ${lt_cv_path_NM=no} -fi]) -if test no != "$lt_cv_path_NM"; then - NM=$lt_cv_path_NM -else - # Didn't find any BSD compatible name lister, look for dumpbin. - if test -n "$DUMPBIN"; then : - # Let the user override the test. + else + echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD + fi else - AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) - case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in - *COFF*) - DUMPBIN="$DUMPBIN -symbols -headers" - ;; - *) - DUMPBIN=: - ;; - esac + echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD + cat conftest.$ac_ext >&5 fi - AC_SUBST([DUMPBIN]) - if test : != "$DUMPBIN"; then - NM=$DUMPBIN + rm -rf conftest* conftst* + + # Do not use the global_symbol_pipe unless it works. + if test yes = "$pipe_works"; then + break + else + lt_cv_sys_global_symbol_pipe= fi +done +]) +if test -z "$lt_cv_sys_global_symbol_pipe"; then + lt_cv_sys_global_symbol_to_cdecl= +fi +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then + AC_MSG_RESULT(failed) +else + AC_MSG_RESULT(ok) fi -test -z "$NM" && NM=nm -AC_SUBST([NM]) -_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl -AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface], - [lt_cv_nm_interface="BSD nm" - echo "int some_variable = 0;" > conftest.$ac_ext - (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD) - (eval "$ac_compile" 2>conftest.err) - cat conftest.err >&AS_MESSAGE_LOG_FD - (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD) - (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) - cat conftest.err >&AS_MESSAGE_LOG_FD - (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD) - cat conftest.out >&AS_MESSAGE_LOG_FD - if $GREP 'External.*some_variable' conftest.out > /dev/null; then - lt_cv_nm_interface="MS dumpbin" - fi - rm -f conftest*]) -])# LT_PATH_NM +# Response file support. +if test "$lt_cv_nm_interface" = "MS dumpbin"; then + nm_file_list_spec='@' +elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then + nm_file_list_spec='@' +fi -# Old names: -AU_ALIAS([AM_PROG_NM], [LT_PATH_NM]) -AU_ALIAS([AC_PROG_NM], [LT_PATH_NM]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_PROG_NM], []) -dnl AC_DEFUN([AC_PROG_NM], []) +_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], + [Take the output of nm and produce a listing of raw symbols and C names]) +_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], + [Transform the output of nm in a proper C declaration]) +_LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1], + [Transform the output of nm into a list of symbols to manually relocate]) +_LT_DECL([global_symbol_to_c_name_address], + [lt_cv_sys_global_symbol_to_c_name_address], [1], + [Transform the output of nm in a C name address pair]) +_LT_DECL([global_symbol_to_c_name_address_lib_prefix], + [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], + [Transform the output of nm in a C name address pair when lib prefix is needed]) +_LT_DECL([nm_interface], [lt_cv_nm_interface], [1], + [The name lister interface]) +_LT_DECL([], [nm_file_list_spec], [1], + [Specify filename containing input files for $NM]) +]) # _LT_CMD_GLOBAL_SYMBOLS -# _LT_CHECK_SHAREDLIB_FROM_LINKLIB -# -------------------------------- -# how to determine the name of the shared library -# associated with a specific link library. -# -- PORTME fill in with the dynamic library characteristics -m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB], -[m4_require([_LT_DECL_EGREP]) -m4_require([_LT_DECL_OBJDUMP]) -m4_require([_LT_DECL_DLLTOOL]) -AC_CACHE_CHECK([how to associate runtime and link libraries], -lt_cv_sharedlib_from_linklib_cmd, -[lt_cv_sharedlib_from_linklib_cmd='unknown' -case $host_os in -cygwin* | mingw* | pw32* | cegcc*) - # two different shell functions defined in ltmain.sh; - # decide which one to use based on capabilities of $DLLTOOL - case `$DLLTOOL --help 2>&1` in - *--identify-strict*) - lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib - ;; - *) - lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback - ;; - esac - ;; -*) - # fallback: assume linklib IS sharedlib - lt_cv_sharedlib_from_linklib_cmd=$ECHO - ;; -esac -]) -sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd -test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO - -_LT_DECL([], [sharedlib_from_linklib_cmd], [1], - [Command to associate shared and link libraries]) -])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB - - -# _LT_PATH_MANIFEST_TOOL -# ---------------------- -# locate the manifest tool -m4_defun([_LT_PATH_MANIFEST_TOOL], -[AC_CHECK_TOOL(MANIFEST_TOOL, mt, :) -test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt -AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool], - [lt_cv_path_mainfest_tool=no - echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD - $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out - cat conftest.err >&AS_MESSAGE_LOG_FD - if $GREP 'Manifest Tool' conftest.out > /dev/null; then - lt_cv_path_mainfest_tool=yes - fi - rm -f conftest*]) -if test yes != "$lt_cv_path_mainfest_tool"; then - MANIFEST_TOOL=: -fi -_LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl -])# _LT_PATH_MANIFEST_TOOL - - -# _LT_DLL_DEF_P([FILE]) -# --------------------- -# True iff FILE is a Windows DLL '.def' file. -# Keep in sync with func_dll_def_p in the libtool script -AC_DEFUN([_LT_DLL_DEF_P], -[dnl - test DEF = "`$SED -n dnl - -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace - -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments - -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl - -e q dnl Only consider the first "real" line - $1`" dnl -])# _LT_DLL_DEF_P - - -# LT_LIB_M -# -------- -# check for math library -AC_DEFUN([LT_LIB_M], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -LIBM= -case $host in -*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*) - # These system don't have libm, or don't need it - ;; -*-ncr-sysv4.3*) - AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw) - AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm") - ;; -*) - AC_CHECK_LIB(m, cos, LIBM=-lm) - ;; -esac -AC_SUBST([LIBM]) -])# LT_LIB_M - -# Old name: -AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_CHECK_LIBM], []) - - -# _LT_COMPILER_NO_RTTI([TAGNAME]) -# ------------------------------- -m4_defun([_LT_COMPILER_NO_RTTI], +# _LT_COMPILER_PIC([TAGNAME]) +# --------------------------- +m4_defun([_LT_COMPILER_PIC], [m4_require([_LT_TAG_COMPILER])dnl +_LT_TAGVAR(lt_prog_compiler_wl, $1)= +_LT_TAGVAR(lt_prog_compiler_pic, $1)= +_LT_TAGVAR(lt_prog_compiler_static, $1)= -_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= - -if test yes = "$GCC"; then - case $cc_basename in - nvcc*) - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;; - *) - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;; - esac - - _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions], - lt_cv_prog_compiler_rtti_exceptions, - [-fno-rtti -fno-exceptions], [], - [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"]) -fi -_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1], - [Compiler flag to turn off builtin functions]) -])# _LT_COMPILER_NO_RTTI - - -# _LT_CMD_GLOBAL_SYMBOLS -# ---------------------- -m4_defun([_LT_CMD_GLOBAL_SYMBOLS], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_PROG_CC])dnl -AC_REQUIRE([AC_PROG_AWK])dnl -AC_REQUIRE([LT_PATH_NM])dnl -AC_REQUIRE([LT_PATH_LD])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_TAG_COMPILER])dnl - -# Check for command to grab the raw symbol name followed by C symbol from nm. -AC_MSG_CHECKING([command to parse $NM output from $compiler object]) -AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe], -[ -# These are sane defaults that work on at least a few old systems. -# [They come from Ultrix. What could be older than Ultrix?!! ;)] - -# Character class describing NM global symbol codes. -symcode='[[BCDEGRST]]' - -# Regexp to match symbols that can be accessed directly from C. -sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)' - -# Define system-specific variables. -case $host_os in -aix*) - symcode='[[BCDT]]' - ;; -cygwin* | mingw* | pw32* | cegcc*) - symcode='[[ABCDGISTW]]' - ;; -hpux*) - if test ia64 = "$host_cpu"; then - symcode='[[ABCDEGRST]]' - fi - ;; -irix* | nonstopux*) - symcode='[[BCDEGRST]]' - ;; -osf*) - symcode='[[BCDEGQRST]]' - ;; -solaris*) - symcode='[[BDRT]]' - ;; -sco3.2v5*) - symcode='[[DT]]' - ;; -sysv4.2uw2*) - symcode='[[DT]]' - ;; -sysv5* | sco5v6* | unixware* | OpenUNIX*) - symcode='[[ABDT]]' - ;; -sysv4) - symcode='[[DFNSTU]]' - ;; -esac - -# If we're using GNU nm, then use its standard symbol codes. -case `$NM -V 2>&1` in -*GNU* | *'with BFD'*) - symcode='[[ABCDGIRSTW]]' ;; -esac - -if test "$lt_cv_nm_interface" = "MS dumpbin"; then - # Gets list of data symbols to import. - lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'" - # Adjust the below global symbol transforms to fixup imported variables. - lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'" - lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'" - lt_c_name_lib_hook="\ - -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\ - -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'" -else - # Disable hooks by default. - lt_cv_sys_global_symbol_to_import= - lt_cdecl_hook= - lt_c_name_hook= - lt_c_name_lib_hook= -fi - -# Transform an extracted symbol line into a proper C declaration. -# Some systems (esp. on ia64) link data and code symbols differently, -# so use this general approach. -lt_cv_sys_global_symbol_to_cdecl="sed -n"\ -$lt_cdecl_hook\ -" -e 's/^T .* \(.*\)$/extern int \1();/p'"\ -" -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'" +m4_if([$1], [CXX], [ + # C++ specific cases for pic, static, wl, etc. + if test yes = "$GXX"; then + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' -# Transform an extracted symbol line into symbol name and symbol address -lt_cv_sys_global_symbol_to_c_name_address="sed -n"\ -$lt_c_name_hook\ -" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ -" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'" + case $host_os in + aix*) + # All AIX code is PIC. + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; -# Transform an extracted symbol line into symbol name with lib prefix and -# symbol address. -lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\ -$lt_c_name_lib_hook\ -" -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\ -" -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\ -" -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'" + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + m68k) + # FIXME: we need at least 68020 code to build shared libraries, but + # adding the '-m68020' flag to GCC prevents building anything better, + # like '-m68040'. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + ;; + esac + ;; -# Handle CRLF in mingw tool chain -opt_cr= -case $build_os in -mingw*) - opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp - ;; -esac - -# Try without a prefix underscore, then with it. -for ac_symprfx in "" "_"; do - - # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol. - symxfrm="\\1 $ac_symprfx\\2 \\2" - - # Write the raw and C identifiers. - if test "$lt_cv_nm_interface" = "MS dumpbin"; then - # Fake it for dumpbin and say T for any non-static function, - # D for any global variable and I for any imported variable. - # Also find C++ and __fastcall symbols from MSVC++, - # which start with @ or ?. - lt_cv_sys_global_symbol_pipe="$AWK ['"\ -" {last_section=section; section=\$ 3};"\ -" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ -" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ -" /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\ -" /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\ -" /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\ -" \$ 0!~/External *\|/{next};"\ -" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ -" {if(hide[section]) next};"\ -" {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\ -" {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ -" s[1]~/^[@?]/{print f,s[1],s[1]; next};"\ -" s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\ -" ' prfx=^$ac_symprfx]" - else - lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'" - fi - lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'" - - # Check to see that the pipe works correctly. - pipe_works=no - - rm -f conftest* - cat > conftest.$ac_ext <<_LT_EOF -#ifdef __cplusplus -extern "C" { -#endif -char nm_test_var; -void nm_test_func(void); -void nm_test_func(void){} -#ifdef __cplusplus -} -#endif -int main(){nm_test_var='a';nm_test_func();return(0);} -_LT_EOF - - if AC_TRY_EVAL(ac_compile); then - # Now try to grab the symbols. - nlist=conftest.nm - if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then - # Try sorting and uniquifying the output. - if sort "$nlist" | uniq > "$nlist"T; then - mv -f "$nlist"T "$nlist" - else - rm -f "$nlist"T + beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) + # PIC is the default for these OSes. + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + case $host_os in + os2*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' + ;; + esac + ;; + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + *djgpp*) + # DJGPP does not support shared libraries at all + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic fi - - # Make sure that we snagged all the symbols we need. - if $GREP ' nm_test_var$' "$nlist" >/dev/null; then - if $GREP ' nm_test_func$' "$nlist" >/dev/null; then - cat <<_LT_EOF > conftest.$ac_ext -/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */ -#if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE -/* DATA imports from DLLs on WIN32 can't be const, because runtime - relocations are performed -- see ld's documentation on pseudo-relocs. */ -# define LT@&t@_DLSYM_CONST -#elif defined __osf__ -/* This system does not cope well with relocations in const data. */ -# define LT@&t@_DLSYM_CONST -#else -# define LT@&t@_DLSYM_CONST const -#endif - -#ifdef __cplusplus -extern "C" { -#endif - -_LT_EOF - # Now generate the symbol file. - eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext' - - cat <<_LT_EOF >> conftest.$ac_ext - -/* The mapping between symbol names and symbols. */ -LT@&t@_DLSYM_CONST struct { - const char *name; - void *address; -} -lt__PROGRAM__LTX_preloaded_symbols[[]] = -{ - { "@PROGRAM@", (void *) 0 }, -_LT_EOF - $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext - cat <<\_LT_EOF >> conftest.$ac_ext - {0, (void *) 0} -}; - -/* This works around a problem in FreeBSD linker */ -#ifdef FREEBSD_WORKAROUND -static const void *lt_preloaded_setup() { - return lt__PROGRAM__LTX_preloaded_symbols; -} -#endif - -#ifdef __cplusplus -} -#endif -_LT_EOF - # Now try linking the two files. - mv conftest.$ac_objext conftstm.$ac_objext - lt_globsym_save_LIBS=$LIBS - lt_globsym_save_CFLAGS=$CFLAGS - LIBS=conftstm.$ac_objext - CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)" - if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then - pipe_works=yes - fi - LIBS=$lt_globsym_save_LIBS - CFLAGS=$lt_globsym_save_CFLAGS + ;; + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + else + case $host_os in + aix[[4-9]]*) + # All AIX code is PIC. + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' else - echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' fi - else - echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD - fi - else - echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD - fi - else - echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD - cat conftest.$ac_ext >&5 - fi - rm -rf conftest* conftst* - - # Do not use the global_symbol_pipe unless it works. - if test yes = "$pipe_works"; then - break - else - lt_cv_sys_global_symbol_pipe= + ;; + chorus*) + case $cc_basename in + cxch68*) + # Green Hills C++ Compiler + # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" + ;; + esac + ;; + mingw* | cygwin* | os2* | pw32* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + ;; + dgux*) + case $cc_basename in + ec++*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + ghcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + freebsd* | dragonfly*) + # FreeBSD uses GNU C++ + ;; + hpux9* | hpux10* | hpux11*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' + if test ia64 != "$host_cpu"; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + fi + ;; + aCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' + case $host_cpu in + hppa*64*|ia64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + ;; + *) + ;; + esac + ;; + interix*) + # This is c89, which is MS Visual C++ (no shared libs) + # Anyone wants to do a port? + ;; + irix5* | irix6* | nonstopux*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + # CC pic flag -KPIC is the default. + ;; + *) + ;; + esac + ;; + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + KCC*) + # KAI C++ Compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + ecpc* ) + # old Intel C++ for x86_64, which still supported -KPIC. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + icpc* ) + # Intel C++, used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + cxx*) + # Compaq C++ + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) + # IBM XL 8.0, 9.0 on PPC and BlueGene + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + esac + ;; + esac + ;; + lynxos*) + ;; + m88k*) + ;; + mvs*) + case $cc_basename in + cxx*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' + ;; + *) + ;; + esac + ;; + netbsd*) + ;; + *qnx* | *nto*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' + ;; + RCC*) + # Rational C++ 2.4.1 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + cxx*) + # Digital/Compaq C++ + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # Make sure the PIC flag is empty. It appears that all Alpha + # Linux and Compaq Tru64 Unix objects are PIC. + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + *) + ;; + esac + ;; + psos*) + ;; + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + ;; + *) + ;; + esac + ;; + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + lcc*) + # Lucid + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + ;; + *) + ;; + esac + ;; + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + case $cc_basename in + CC*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + ;; + *) + ;; + esac + ;; + vxworks*) + ;; + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac fi -done -]) -if test -z "$lt_cv_sys_global_symbol_pipe"; then - lt_cv_sys_global_symbol_to_cdecl= -fi -if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then - AC_MSG_RESULT(failed) -else - AC_MSG_RESULT(ok) -fi - -# Response file support. -if test "$lt_cv_nm_interface" = "MS dumpbin"; then - nm_file_list_spec='@' -elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then - nm_file_list_spec='@' -fi - -_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1], - [Take the output of nm and produce a listing of raw symbols and C names]) -_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1], - [Transform the output of nm in a proper C declaration]) -_LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1], - [Transform the output of nm into a list of symbols to manually relocate]) -_LT_DECL([global_symbol_to_c_name_address], - [lt_cv_sys_global_symbol_to_c_name_address], [1], - [Transform the output of nm in a C name address pair]) -_LT_DECL([global_symbol_to_c_name_address_lib_prefix], - [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1], - [Transform the output of nm in a C name address pair when lib prefix is needed]) -_LT_DECL([nm_interface], [lt_cv_nm_interface], [1], - [The name lister interface]) -_LT_DECL([], [nm_file_list_spec], [1], - [Specify filename containing input files for $NM]) -]) # _LT_CMD_GLOBAL_SYMBOLS - - -# _LT_COMPILER_PIC([TAGNAME]) -# --------------------------- -m4_defun([_LT_COMPILER_PIC], -[m4_require([_LT_TAG_COMPILER])dnl -_LT_TAGVAR(lt_prog_compiler_wl, $1)= -_LT_TAGVAR(lt_prog_compiler_pic, $1)= -_LT_TAGVAR(lt_prog_compiler_static, $1)= - -m4_if([$1], [CXX], [ - # C++ specific cases for pic, static, wl, etc. - if test yes = "$GXX"; then +], +[ + if test yes = "$GCC"; then _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' case $host_os in - aix*) + aix*) # All AIX code is PIC. if test ia64 = "$host_cpu"; then # AIX 5 now supports IA64 processor @@ -5401,11 +4752,114 @@ beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) # PIC is the default for these OSes. ;; - mingw* | cygwin* | os2* | pw32* | cegcc*) + + mingw* | cygwin* | pw32* | os2* | cegcc*) + # This hack is so that the source file can tell whether it is being + # built for inclusion in a dll (and should export symbols for example). + # Although the cygwin gcc ignores -fPIC, still need this for old-style + # (--disable-auto-import) libraries + m4_if([$1], [GCJ], [], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) + case $host_os in + os2*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' + ;; + esac + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + ;; + + haiku*) + # PIC is the default for Haiku. + # The "-static" flag exists, but is broken. + _LT_TAGVAR(lt_prog_compiler_static, $1)= + ;; + + hpux*) + # PIC is the default for 64-bit PA HP-UX, but not for 32-bit + # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag + # sets the default TLS model and affects inlining. + case $host_cpu in + hppa*64*) + # +Z the default + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + ;; + + interix[[3-9]]*) + # Interix 3.x gcc -fpic/-fPIC options generate broken code. + # Instead, we relocate shared libraries at runtime. + ;; + + msdosdjgpp*) + # Just because we use GCC doesn't mean we suddenly get shared libraries + # on systems that don't support them. + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + enable_shared=no + ;; + + *nto* | *qnx*) + # QNX uses GNU C++, but need to define -shared option too, otherwise + # it will coredump. + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + fi + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + ;; + esac + + case $cc_basename in + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' + if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" + fi + ;; + esac + else + # PORTME Check for flag to pass linker flags through the system compiler. + case $host_os in + aix*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + if test ia64 = "$host_cpu"; then + # AIX 5 now supports IA64 processor + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + else + _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + fi + ;; + + darwin* | rhapsody*) + # PIC is the default on this platform + # Common symbols not allowed in MH_DYLIB files + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + case $cc_basename in + nagfor*) + # NAG Fortran compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac + ;; + + mingw* | cygwin* | pw32* | os2* | cegcc*) # This hack is so that the source file can tell whether it is being # built for inclusion in a dll (and should export symbols for example). - # Although the cygwin gcc ignores -fPIC, still need this for old-style - # (--disable-auto-import) libraries m4_if([$1], [GCJ], [], [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) case $host_os in @@ -5414,5182 +4868,5807 @@ ;; esac ;; - darwin* | rhapsody*) - # PIC is the default on this platform - # Common symbols not allowed in MH_DYLIB files - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' - ;; - *djgpp*) - # DJGPP does not support shared libraries at all - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - ;; - haiku*) - # PIC is the default for Haiku. - # The "-static" flag exists, but is broken. - _LT_TAGVAR(lt_prog_compiler_static, $1)= - ;; - interix[[3-9]]*) - # Interix 3.x gcc -fpic/-fPIC options generate broken code. - # Instead, we relocate shared libraries at runtime. - ;; - sysv4*MP*) - if test -d /usr/nec; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic - fi - ;; - hpux*) - # PIC is the default for 64-bit PA HP-UX, but not for 32-bit - # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag - # sets the default TLS model and affects inlining. + + hpux9* | hpux10* | hpux11*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but + # not for PA HP-UX. case $host_cpu in - hppa*64*) + hppa*64*|ia64*) + # +Z the default ;; *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' + ;; + esac + # Is there a better lt_prog_compiler_static that works with the bundled CC? + _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' + ;; + + irix5* | irix6* | nonstopux*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # PIC (with -KPIC) is the default. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + # old Intel for x86_64, which still supported -KPIC. + ecc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # icc used to be incompatible with GCC. + # ICC 10 doesn't accept -KPIC any more. + icc* | ifort*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + # Lahey Fortran 8.1. + lf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' + _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' + ;; + nagfor*) + # NAG Fortran compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group compilers (*not* the Pentium gcc compiler, + # which looks to be a dead project) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + ccc*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All Alpha code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + xl* | bgxl* | bgf* | mpixl*) + # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) + # Sun Fortran 8.3 passes all unrecognized flags to the linker + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='' + ;; + *Sun\ F* | *Sun*Fortran*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + ;; + *Sun\ C*) + # Sun C 5.9 + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + ;; + *Intel*\ [[CF]]*Compiler*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' + ;; + *Portland\ Group*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + esac ;; esac ;; - *qnx* | *nto*) + + newsos6) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *nto* | *qnx*) # QNX uses GNU C++, but need to define -shared option too, otherwise # it will coredump. _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' ;; + + osf3* | osf4* | osf5*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + # All OSF/1 code is PIC. + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + rdos*) + _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + ;; + + solaris*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + case $cc_basename in + f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; + *) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; + esac + ;; + + sunos4*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4 | sysv4.2uw2* | sysv4.3*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + sysv4*MP*) + if test -d /usr/nec; then + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + fi + ;; + + sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + unicos*) + _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + + uts4*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' + _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + ;; + + *) + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + ;; + esac + fi +]) +case $host_os in + # For platforms that do not support PIC, -DPIC is meaningless: + *djgpp*) + _LT_TAGVAR(lt_prog_compiler_pic, $1)= + ;; + *) + _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" + ;; +esac + +AC_CACHE_CHECK([for $compiler option to produce PIC], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], + [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) +_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) + +# +# Check to make sure the PIC flag actually works. +# +if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then + _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], + [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], + [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], + [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in + "" | " "*) ;; + *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; + esac], + [_LT_TAGVAR(lt_prog_compiler_pic, $1)= + _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) +fi +_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], + [Additional compiler flags for building library objects]) + +_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], + [How to pass a linker flag through the compiler]) +# +# Check to make sure the static flag actually works. +# +wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" +_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], + _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), + $lt_tmp_static_flag, + [], + [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) +_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], + [Compiler flag to prevent dynamic linking]) +])# _LT_COMPILER_PIC + + +# _LT_LINKER_SHLIBS([TAGNAME]) +# ---------------------------- +# See if the linker supports building shared libraries. +m4_defun([_LT_LINKER_SHLIBS], +[AC_REQUIRE([LT_PATH_LD])dnl +AC_REQUIRE([LT_PATH_NM])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl +m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_DECL_SED])dnl +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl +m4_require([_LT_TAG_COMPILER])dnl +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) +m4_if([$1], [CXX], [ + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + case $host_os in + aix[[4-9]]*) + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + fi + ;; + pw32*) + _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds + ;; + cygwin* | mingw* | cegcc*) + case $cc_basename in + cl*) + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + ;; *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] ;; esac - else + ;; + *) + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + ;; + esac +], [ + runpath_var= + _LT_TAGVAR(allow_undefined_flag, $1)= + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(archive_cmds, $1)= + _LT_TAGVAR(archive_expsym_cmds, $1)= + _LT_TAGVAR(compiler_needs_object, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(hardcode_automatic, $1)=no + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(hardcode_libdir_separator, $1)= + _LT_TAGVAR(hardcode_minus_L, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported + _LT_TAGVAR(inherit_rpath, $1)=no + _LT_TAGVAR(link_all_deplibs, $1)=unknown + _LT_TAGVAR(module_cmds, $1)= + _LT_TAGVAR(module_expsym_cmds, $1)= + _LT_TAGVAR(old_archive_from_new_cmds, $1)= + _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= + _LT_TAGVAR(thread_safe_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + # include_expsyms should be a list of space-separated symbols to be *always* + # included in the symbol list + _LT_TAGVAR(include_expsyms, $1)= + # exclude_expsyms can be an extended regexp of symbols to exclude + # it will be wrapped by ' (' and ')$', so one must not match beginning or + # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', + # as well as any symbol that contains 'd'. + _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] + # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out + # platforms (ab)use it in PIC code, but their linkers get confused if + # the symbol is explicitly referenced. Since portable code cannot + # rely on this symbol name, it's probably fine to never include it in + # preloaded symbol tables. + # Exclude shared library initialization/finalization symbols. +dnl Note also adjust exclude_expsyms for C++ above. + extract_expsyms_cmds= + + case $host_os in + cygwin* | mingw* | pw32* | cegcc*) + # FIXME: the MSVC++ port hasn't been tested in a loooong time + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + if test yes != "$GCC"; then + with_gnu_ld=no + fi + ;; + interix*) + # we just hope/assume this is gcc and not c89 (= MSVC++) + with_gnu_ld=yes + ;; + openbsd* | bitrig*) + with_gnu_ld=no + ;; + esac + + _LT_TAGVAR(ld_shlibs, $1)=yes + + # On some targets, GNU ld is compatible enough with the native linker + # that we're better off using the native interface for both. + lt_use_gnu_ld_interface=no + if test yes = "$with_gnu_ld"; then case $host_os in - aix[[4-9]]*) - # All AIX code is PIC. - if test ia64 = "$host_cpu"; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - else - _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' - fi - ;; - chorus*) - case $cc_basename in - cxch68*) - # Green Hills C++ Compiler - # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a" - ;; - esac - ;; - mingw* | cygwin* | os2* | pw32* | cegcc*) - # This hack is so that the source file can tell whether it is being - # built for inclusion in a dll (and should export symbols for example). - m4_if([$1], [GCJ], [], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) - ;; - dgux*) - case $cc_basename in - ec++*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - ;; - ghcx*) - # Green Hills C++ Compiler - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - *) - ;; - esac - ;; - freebsd* | dragonfly*) - # FreeBSD uses GNU C++ - ;; - hpux9* | hpux10* | hpux11*) - case $cc_basename in - CC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' - if test ia64 != "$host_cpu"; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - fi - ;; - aCC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' - case $host_cpu in - hppa*64*|ia64*) - # +Z the default - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - ;; - esac - ;; - *) - ;; - esac - ;; - interix*) - # This is c89, which is MS Visual C++ (no shared libs) - # Anyone wants to do a port? - ;; - irix5* | irix6* | nonstopux*) - case $cc_basename in - CC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - # CC pic flag -KPIC is the default. - ;; - *) - ;; - esac - ;; - linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) - case $cc_basename in - KCC*) - # KAI C++ Compiler - _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - ecpc* ) - # old Intel C++ for x86_64, which still supported -KPIC. - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - icpc* ) - # Intel C++, used to be incompatible with GCC. - # ICC 10 doesn't accept -KPIC any more. - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - pgCC* | pgcpp*) - # Portland Group C++ compiler - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - cxx*) - # Compaq C++ - # Make sure the PIC flag is empty. It appears that all Alpha - # Linux and Compaq Tru64 Unix objects are PIC. - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*) - # IBM XL 8.0, 9.0 on PPC and BlueGene - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' - ;; - *) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C++ 5.9 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - ;; - esac - ;; - esac - ;; - lynxos*) - ;; - m88k*) - ;; - mvs*) - case $cc_basename in - cxx*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall' - ;; + aix*) + # The AIX port of GNU ld has always aspired to compatibility + # with the native linker. However, as the warning in the GNU ld + # block says, versions before 2.19.5* couldn't really create working + # shared libraries, regardless of the interface used. + case `$LD -v 2>&1` in + *\ \(GNU\ Binutils\)\ 2.19.5*) ;; + *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; + *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; *) + lt_use_gnu_ld_interface=yes ;; esac ;; - netbsd*) + *) + lt_use_gnu_ld_interface=yes ;; - *qnx* | *nto*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + esac + fi + + if test yes = "$lt_use_gnu_ld_interface"; then + # If archive_cmds runs LD, not CC, wlarc should be empty + wlarc='$wl' + + # Set some defaults for GNU ld with shared library support. These + # are reset later if shared libraries are not supported. Putting them + # here allows them to be overridden if necessary. + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + # ancient GNU ld didn't support --whole-archive et. al. + if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then + _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + supports_anon_versioning=no + case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in + *GNU\ gold*) supports_anon_versioning=yes ;; + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 + *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... + *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... + *\ 2.11.*) ;; # other 2.11 versions + *) supports_anon_versioning=yes ;; + esac + + # See if GNU ld supports shared libraries. + case $host_os in + aix[[3-9]]*) + # On AIX/PPC, the GNU linker is very broken + if test ia64 != "$host_cpu"; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: the GNU linker, at least up to release 2.19, is reported +*** to be unable to reliably create shared libraries on AIX. +*** Therefore, libtool is disabling shared libraries support. If you +*** really care for shared libraries, you may want to install binutils +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. +*** You will then need to restart the configuration process. + +_LT_EOF + fi + ;; + + amigaos*) + case $host_cpu in + powerpc) + # see comment about AmigaOS4 .so support + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; - osf3* | osf4* | osf5*) - case $cc_basename in - KCC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,' - ;; - RCC*) - # Rational C++ 2.4.1 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - cxx*) - # Digital/Compaq C++ - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # Make sure the PIC flag is empty. It appears that all Alpha - # Linux and Compaq Tru64 Unix objects are PIC. - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - *) - ;; - esac - ;; - psos*) - ;; - solaris*) + m68k) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac + ;; + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + cygwin* | mingw* | pw32* | cegcc*) + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' + _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + shrext_cmds=.dll + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + ;; + + gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) + tmp_diet=no + if test linux-dietlibc = "$host_os"; then case $cc_basename in - CC* | sunCC*) - # Sun C++ 4.2, 5.x and Centerline C++ - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - ;; - gcx*) - # Green Hills C++ Compiler - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' - ;; - *) - ;; + diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) esac - ;; - sunos4*) - case $cc_basename in - CC*) - # Sun C++ 4.x - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - lcc*) - # Lucid - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - ;; - *) - ;; + fi + if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ + && test no = "$tmp_diet" + then + tmp_addflag=' $pic_flag' + tmp_sharedflag='-shared' + case $cc_basename,$host_cpu in + pgcc*) # Portland Group C compiler + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag' + ;; + pgf77* | pgf90* | pgf95* | pgfortran*) + # Portland Group f77 and f90 compilers + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + tmp_addflag=' $pic_flag -Mnomain' ;; + ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 + tmp_addflag=' -i_dynamic' ;; + efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 + tmp_addflag=' -i_dynamic -nofor_main' ;; + ifc* | ifort*) # Intel Fortran compiler + tmp_addflag=' -nofor_main' ;; + lf95*) # Lahey Fortran 8.1 + _LT_TAGVAR(whole_archive_flag_spec, $1)= + tmp_sharedflag='--shared' ;; + nagfor*) # NAGFOR 5.3 + tmp_sharedflag='-Wl,-shared' ;; + xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) + tmp_sharedflag='-qmkshrobj' + tmp_addflag= ;; + nvcc*) # Cuda Compiler Driver 2.2 + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + ;; esac - ;; - sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) - case $cc_basename in - CC*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) # Sun C 5.9 + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes + tmp_sharedflag='-G' ;; + *Sun\ F*) # Sun Fortran 8.3 + tmp_sharedflag='-G' ;; esac - ;; - tandem*) + _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + + if test yes = "$supports_anon_versioning"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' + fi + case $cc_basename in - NCC*) - # NonStop-UX NCC 3.20 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - ;; - *) - ;; + tcc*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic' + ;; + xlf* | bgf* | bgxlf* | mpixlf*) + # IBM XL Fortran 10.1 on PPC cannot create shared libs itself + _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' + if test yes = "$supports_anon_versioning"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' + fi + ;; esac + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' + wlarc= + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + fi + ;; + + solaris*) + if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: The releases 2.8.* of the GNU linker cannot reliably +*** create shared libraries on Solaris systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.9.1 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF + elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) + case `$LD -v 2>&1` in + *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) + _LT_TAGVAR(ld_shlibs, $1)=no + cat <<_LT_EOF 1>&2 + +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot +*** reliably create shared libraries on SCO systems. Therefore, libtool +*** is disabling shared libraries support. We urge you to upgrade GNU +*** binutils to release 2.16.91.0.3 or newer. Another option is to modify +*** your PATH or compiler configuration so that the native linker is +*** used, and then restart. + +_LT_EOF ;; - vxworks*) - ;; - *) - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + *) + # For security reasons, it is highly recommended that you always + # use absolute paths for naming shared libraries, and exclude the + # DT_RUNPATH tag from executables and libraries. But doing so + # requires that you compile everything twice, which is a pain. + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi ;; + esac + ;; + + sunos4*) + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; esac - fi -], -[ - if test yes = "$GCC"; then - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - case $host_os in - aix*) - # All AIX code is PIC. - if test ia64 = "$host_cpu"; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then + runpath_var= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= + _LT_TAGVAR(export_dynamic_flag_spec, $1)= + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi + else + # PORTME fill in a description of your system's linker (not GNU ld) + case $host_os in + aix3*) + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' + # Note: this linker hardcodes the directories in LIBPATH if there + # are no directories specified by -L. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then + # Neither direct hardcoding nor static linking is supported with a + # broken collect2. + _LT_TAGVAR(hardcode_direct, $1)=unsupported + fi + ;; + + aix[[4-9]]*) + if test ia64 = "$host_cpu"; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag= + else + # If we're using GNU nm, then we don't want the "-C" option. + # -C means demangle to GNU nm, but means don't demangle to AIX nm. + # Without the "-l" option, or with the "-B" option, AIX nm treats + # weak defined symbols like other global defined symbols, whereas + # GNU nm marks them as "W". + # While the 'weak' keyword is ignored in the Export File, we need + # it in the Import File for the 'aix-soname' feature, so we have + # to replace the "-B" option with "-P" for AIX nm. + if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then + _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' + else + _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' + fi + aix_use_runtimelinking=no + + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then + aix_use_runtimelinking=yes + break + fi + done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + esac + + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi + + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + + _LT_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # traditional, no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + ;; + esac + + if test yes = "$GCC"; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`$CC -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : + else + # We have old collect2 + _LT_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= + fi + ;; + esac + shared_flag='-shared' + if test yes = "$aix_use_runtimelinking"; then + shared_flag="$shared_flag "'$wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + fi + fi + + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to export. + _LT_TAGVAR(always_export_symbols, $1)=yes + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(allow_undefined_flag, $1)='-berok' + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared libraries. + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' + fi fi - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' ;; amigaos*) case $host_cpu in powerpc) # see comment about AmigaOS4 .so support - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='' ;; m68k) - # FIXME: we need at least 68020 code to build shared libraries, but - # adding the '-m68020' flag to GCC prevents building anything better, - # like '-m68040'. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4' + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes ;; esac ;; - beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*) - # PIC is the default for these OSes. + bsdi[[45]]*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic ;; - mingw* | cygwin* | pw32* | os2* | cegcc*) - # This hack is so that the source file can tell whether it is being - # built for inclusion in a dll (and should export symbols for example). - # Although the cygwin gcc ignores -fPIC, still need this for old-style - # (--disable-auto-import) libraries - m4_if([$1], [GCJ], [], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) - case $host_os in - os2*) - _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' + cygwin* | mingw* | pw32* | cegcc*) + # When not using gcc, we currently assume that we are using + # Microsoft Visual C++. + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + case $cc_basename in + cl*) + # Native MSVC + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' + _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # Assume MSVC wrapper + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' + # The linker will automatically build a .lib file if we build a DLL. + _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + # FIXME: Should let the user specify the lib program. + _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; esac ;; darwin* | rhapsody*) - # PIC is the default on this platform - # Common symbols not allowed in MH_DYLIB files - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + _LT_DARWIN_LINKER_FEATURES($1) ;; - haiku*) - # PIC is the default for Haiku. - # The "-static" flag exists, but is broken. - _LT_TAGVAR(lt_prog_compiler_static, $1)= + dgux*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; - hpux*) - # PIC is the default for 64-bit PA HP-UX, but not for 32-bit - # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag - # sets the default TLS model and affects inlining. - case $host_cpu in - hppa*64*) - # +Z the default - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac + # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor + # support. Future versions do this automatically, but an explicit c++rt0.o + # does not break anything, and helps significantly (at the cost of a little + # extra space). + freebsd2.2*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; - interix[[3-9]]*) - # Interix 3.x gcc -fpic/-fPIC options generate broken code. - # Instead, we relocate shared libraries at runtime. + # Unfortunately, older versions of FreeBSD 2 do not have this feature. + freebsd2.*) + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; - msdosdjgpp*) - # Just because we use GCC doesn't mean we suddenly get shared libraries - # on systems that don't support them. - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no - enable_shared=no + # FreeBSD 3 and greater uses gcc -shared to do shared libraries. + freebsd* | dragonfly*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; - *nto* | *qnx*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + hpux9*) + if test yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' ;; - sysv4*MP*) - if test -d /usr/nec; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic + hpux10*) + if test yes,no = "$GCC,$with_gnu_ld"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' + fi + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + fi + ;; + + hpux11*) + if test yes,no = "$GCC,$with_gnu_ld"; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + else + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + m4_if($1, [], [ + # Older versions of the 11.00 compiler do not understand -b yet + # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) + _LT_LINKER_OPTION([if $CC understands -b], + _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], + [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], + [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) + ;; + esac fi - ;; + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - ;; - esac + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' - case $cc_basename in - nvcc*) # Cuda Compiler Driver 2.2 - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker ' - if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)" + # hardcode_minus_L: Not really in the search PATH, + # but as the default location of the library. + _LT_TAGVAR(hardcode_minus_L, $1)=yes + ;; + esac fi ;; - esac - else - # PORTME Check for flag to pass linker flags through the system compiler. - case $host_os in - aix*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - if test ia64 = "$host_cpu"; then - # AIX 5 now supports IA64 processor - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + + irix5* | irix6* | nonstopux*) + if test yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + # Try to use the -exported_symbol ld option, if it does not + # work, assume that -exports_file does not work either and + # implicitly export all symbols. + # This should be the same for all languages, so no per-tag cache variable. + AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], + [lt_cv_irix_exported_symbol], + [save_LDFLAGS=$LDFLAGS + LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" + AC_LINK_IFELSE( + [AC_LANG_SOURCE( + [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], + [C++], [[int foo (void) { return 0; }]], + [Fortran 77], [[ + subroutine foo + end]], + [Fortran], [[ + subroutine foo + end]])])], + [lt_cv_irix_exported_symbol=yes], + [lt_cv_irix_exported_symbol=no]) + LDFLAGS=$save_LDFLAGS]) + if test yes = "$lt_cv_irix_exported_symbol"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' + fi else - _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + _LT_TAGVAR(link_all_deplibs, $1)=yes ;; - darwin* | rhapsody*) - # PIC is the default on this platform - # Common symbols not allowed in MH_DYLIB files - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common' + linux*) case $cc_basename in - nagfor*) - # NAG Fortran compiler - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; + tcc*) + # Fabrice Bellard et al's Tiny C Compiler + _LT_TAGVAR(ld_shlibs, $1)=yes + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + ;; esac ;; - mingw* | cygwin* | pw32* | os2* | cegcc*) - # This hack is so that the source file can tell whether it is being - # built for inclusion in a dll (and should export symbols for example). - m4_if([$1], [GCJ], [], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT']) - case $host_os in - os2*) - _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static' - ;; - esac + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out + else + _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; - hpux9* | hpux10* | hpux11*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but - # not for PA HP-UX. - case $host_cpu in - hppa*64*|ia64*) - # +Z the default - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z' - ;; - esac - # Is there a better lt_prog_compiler_static that works with the bundled CC? - _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive' + newsos6) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; - irix5* | irix6* | nonstopux*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # PIC (with -KPIC) is the default. - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + *nto* | *qnx*) ;; - linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) - case $cc_basename in - # old Intel for x86_64, which still supported -KPIC. - ecc*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - # icc used to be incompatible with GCC. - # ICC 10 doesn't accept -KPIC any more. - icc* | ifort*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - # Lahey Fortran 8.1. - lf95*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared' - _LT_TAGVAR(lt_prog_compiler_static, $1)='--static' - ;; - nagfor*) - # NAG Fortran compiler - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - tcc*) - # Fabrice Bellard et al's Tiny C Compiler - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*) - # Portland Group compilers (*not* the Pentium gcc compiler, - # which looks to be a dead project) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - ccc*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # All Alpha code is PIC. - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; - xl* | bgxl* | bgf* | mpixl*) - # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink' - ;; - *) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) - # Sun Fortran 8.3 passes all unrecognized flags to the linker - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='' - ;; - *Sun\ F* | *Sun*Fortran*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - ;; - *Sun\ C*) - # Sun C 5.9 - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - ;; - *Intel*\ [[CF]]*Compiler*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-static' - ;; - *Portland\ Group*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - ;; - esac - ;; - esac + openbsd* | bitrig*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + fi + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi ;; - newsos6) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + shrext_cmds=.dll + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; - *nto* | *qnx*) - # QNX uses GNU C++, but need to define -shared option too, otherwise - # it will coredump. - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared' + osf3*) + if test yes = "$GCC"; then + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; - osf3* | osf4* | osf5*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - # All OSF/1 code is PIC. - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' - ;; + osf4* | osf5*) # as osf3* with the addition of -msym flag + if test yes = "$GCC"; then + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + else + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' - rdos*) - _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared' + # Both c and cxx compiler support -rpath directly + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)='no' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: ;; solaris*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' - case $cc_basename in - f77* | f90* | f95* | sunf77* | sunf90* | sunf95*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';; + _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' + if test yes = "$GCC"; then + wlarc='$wl' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + else + case `$CC -V 2>&1` in + *"Compilers 5.0"*) + wlarc='' + _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' + ;; + *) + wlarc='$wl' + _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' + ;; + esac + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; *) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';; + # The compiler driver will combine and reorder linker options, + # but understands '-z linker_flag'. GCC discards it without '$wl', + # but is careful enough not to reorder. + # Supported since Solaris 2.6 (maybe 2.5.1?) + if test yes = "$GCC"; then + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + fi + ;; esac + _LT_TAGVAR(link_all_deplibs, $1)=yes ;; sunos4*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + if test sequent = "$host_vendor"; then + # Use $CC to link under sequent, because it throws in some extra .o + # files that make .init and .fini sections work. + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' + fi + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no ;; - sysv4 | sysv4.2uw2* | sysv4.3*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + sysv4) + case $host_vendor in + sni) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? + ;; + siemens) + ## LD is ld it makes a PLAMLIB + ## CC just makes a GrossModule. + _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' + _LT_TAGVAR(hardcode_direct, $1)=no + ;; + motorola) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie + ;; + esac + runpath_var='LD_RUN_PATH' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + sysv4.3*) + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' ;; sysv4*MP*) if test -d /usr/nec; then - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var=LD_RUN_PATH + hardcode_runpath_var=yes + _LT_TAGVAR(ld_shlibs, $1)=yes fi ;; - sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi ;; - unicos*) - _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,' - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + sysv5* | sco3.2v5* | sco5v6*) + # Note: We CANNOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' + runpath_var='LD_RUN_PATH' + + if test yes = "$GCC"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + fi ;; uts4*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic' - _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' + _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + + *) + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + + if test sni = "$host_vendor"; then + case $host in + sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym' + ;; + esac + fi + fi +]) +AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) +test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no + +_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld + +_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl +_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl +_LT_DECL([], [extract_expsyms_cmds], [2], + [The commands to extract the exported symbol list from a shared archive]) + +# +# Do we need to explicitly link libc? +# +case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in +x|xyes) + # Assume -lc should be added + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + + if test yes,yes = "$GCC,$enable_shared"; then + case $_LT_TAGVAR(archive_cmds, $1) in + *'~'*) + # FIXME: we may have to deal with multi-command sequences. ;; + '$CC '*) + # Test whether the compiler implicitly links with -lc since on some + # systems, -lgcc has to come before -lc. If gcc already passes -lc + # to ld, don't add -lc before -lgcc. + AC_CACHE_CHECK([whether -lc should be explicitly linked in], + [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), + [$RM conftest* + echo "$lt_simple_compile_test_code" > conftest.$ac_ext - *) - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no + if AC_TRY_EVAL(ac_compile) 2>conftest.err; then + soname=conftest + lib=conftest + libobjs=conftest.$ac_objext + deplibs= + wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) + pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) + compiler_flags=-v + linker_flags=-v + verstring= + output_objdir=. + libname=conftest + lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) + _LT_TAGVAR(allow_undefined_flag, $1)= + if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) + then + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no + else + lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes + fi + _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag + else + cat conftest.err 1>&5 + fi + $RM conftest* + ]) + _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) ;; esac fi -]) -case $host_os in - # For platforms that do not support PIC, -DPIC is meaningless: - *djgpp*) - _LT_TAGVAR(lt_prog_compiler_pic, $1)= - ;; - *) - _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])" - ;; + ;; esac -AC_CACHE_CHECK([for $compiler option to produce PIC], - [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)], - [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)]) -_LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1) +_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], + [Whether or not to add -lc for building shared libraries]) +_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], + [enable_shared_with_static_runtimes], [0], + [Whether or not to disallow shared libs when runtime libs are static]) +_LT_TAGDECL([], [export_dynamic_flag_spec], [1], + [Compiler flag to allow reflexive dlopens]) +_LT_TAGDECL([], [whole_archive_flag_spec], [1], + [Compiler flag to generate shared objects directly from archives]) +_LT_TAGDECL([], [compiler_needs_object], [1], + [Whether the compiler copes with passing no objects directly]) +_LT_TAGDECL([], [old_archive_from_new_cmds], [2], + [Create an old-style archive from a shared archive]) +_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], + [Create a temporary old-style archive to link instead of a shared archive]) +_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) +_LT_TAGDECL([], [archive_expsym_cmds], [2]) +_LT_TAGDECL([], [module_cmds], [2], + [Commands used to build a loadable module if different from building + a shared archive.]) +_LT_TAGDECL([], [module_expsym_cmds], [2]) +_LT_TAGDECL([], [with_gnu_ld], [1], + [Whether we are building with GNU ld or not]) +_LT_TAGDECL([], [allow_undefined_flag], [1], + [Flag that allows shared libraries with undefined symbols to be built]) +_LT_TAGDECL([], [no_undefined_flag], [1], + [Flag that enforces no undefined symbols]) +_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], + [Flag to hardcode $libdir into a binary during linking. + This must work even if $libdir does not exist]) +_LT_TAGDECL([], [hardcode_libdir_separator], [1], + [Whether we need a single "-rpath" flag with a separated argument]) +_LT_TAGDECL([], [hardcode_direct], [0], + [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes + DIR into the resulting binary]) +_LT_TAGDECL([], [hardcode_direct_absolute], [0], + [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes + DIR into the resulting binary and the resulting library dependency is + "absolute", i.e impossible to change by setting $shlibpath_var if the + library is relocated]) +_LT_TAGDECL([], [hardcode_minus_L], [0], + [Set to "yes" if using the -LDIR flag during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_shlibpath_var], [0], + [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR + into the resulting binary]) +_LT_TAGDECL([], [hardcode_automatic], [0], + [Set to "yes" if building a shared library automatically hardcodes DIR + into the library and all subsequent libraries and executables linked + against it]) +_LT_TAGDECL([], [inherit_rpath], [0], + [Set to yes if linker adds runtime paths of dependent libraries + to runtime path list]) +_LT_TAGDECL([], [link_all_deplibs], [0], + [Whether libtool must link a program against all its dependency libraries]) +_LT_TAGDECL([], [always_export_symbols], [0], + [Set to "yes" if exported symbols are required]) +_LT_TAGDECL([], [export_symbols_cmds], [2], + [The commands to list exported symbols]) +_LT_TAGDECL([], [exclude_expsyms], [1], + [Symbols that should not be listed in the preloaded symbols]) +_LT_TAGDECL([], [include_expsyms], [1], + [Symbols that must always be exported]) +_LT_TAGDECL([], [prelink_cmds], [2], + [Commands necessary for linking programs (against libraries) with templates]) +_LT_TAGDECL([], [postlink_cmds], [2], + [Commands necessary for finishing linking programs]) +_LT_TAGDECL([], [file_list_spec], [1], + [Specify filename containing input files]) +dnl FIXME: Not yet implemented +dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], +dnl [Compiler flag to generate thread safe objects]) +])# _LT_LINKER_SHLIBS -# -# Check to make sure the PIC flag actually works. -# -if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then - _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works], - [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)], - [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [], - [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in - "" | " "*) ;; - *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;; - esac], - [_LT_TAGVAR(lt_prog_compiler_pic, $1)= - _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no]) -fi -_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1], - [Additional compiler flags for building library objects]) -_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1], - [How to pass a linker flag through the compiler]) -# -# Check to make sure the static flag actually works. -# -wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\" -_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works], - _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1), - $lt_tmp_static_flag, - [], - [_LT_TAGVAR(lt_prog_compiler_static, $1)=]) -_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1], - [Compiler flag to prevent dynamic linking]) -])# _LT_COMPILER_PIC +# _LT_LANG_C_CONFIG([TAG]) +# ------------------------ +# Ensure that the configuration variables for a C compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_C_CONFIG], +[m4_require([_LT_DECL_EGREP])dnl +lt_save_CC=$CC +AC_LANG_PUSH(C) +# Source file extension for C test sources. +ac_ext=c -# _LT_LINKER_SHLIBS([TAGNAME]) -# ---------------------------- -# See if the linker supports building shared libraries. -m4_defun([_LT_LINKER_SHLIBS], -[AC_REQUIRE([LT_PATH_LD])dnl -AC_REQUIRE([LT_PATH_NM])dnl -m4_require([_LT_PATH_MANIFEST_TOOL])dnl -m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_DECL_SED])dnl -m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl -m4_require([_LT_TAG_COMPILER])dnl -AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) -m4_if([$1], [CXX], [ - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] - case $host_os in - aix[[4-9]]*) - # If we're using GNU nm, then we don't want the "-C" option. - # -C means demangle to GNU nm, but means don't demangle to AIX nm. - # Without the "-l" option, or with the "-B" option, AIX nm treats - # weak defined symbols like other global defined symbols, whereas - # GNU nm marks them as "W". - # While the 'weak' keyword is ignored in the Export File, we need - # it in the Import File for the 'aix-soname' feature, so we have - # to replace the "-B" option with "-P" for AIX nm. - if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' - else - _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' - fi - ;; - pw32*) - _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds - ;; - cygwin* | mingw* | cegcc*) - case $cc_basename in - cl*) - _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' - ;; - *) - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' - _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] - ;; - esac - ;; - *) - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - ;; - esac -], [ - runpath_var= - _LT_TAGVAR(allow_undefined_flag, $1)= - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(archive_cmds, $1)= - _LT_TAGVAR(archive_expsym_cmds, $1)= - _LT_TAGVAR(compiler_needs_object, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - _LT_TAGVAR(export_dynamic_flag_spec, $1)= - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - _LT_TAGVAR(hardcode_automatic, $1)=no - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(hardcode_libdir_separator, $1)= - _LT_TAGVAR(hardcode_minus_L, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported - _LT_TAGVAR(inherit_rpath, $1)=no - _LT_TAGVAR(link_all_deplibs, $1)=unknown - _LT_TAGVAR(module_cmds, $1)= - _LT_TAGVAR(module_expsym_cmds, $1)= - _LT_TAGVAR(old_archive_from_new_cmds, $1)= - _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)= - _LT_TAGVAR(thread_safe_flag_spec, $1)= - _LT_TAGVAR(whole_archive_flag_spec, $1)= - # include_expsyms should be a list of space-separated symbols to be *always* - # included in the symbol list - _LT_TAGVAR(include_expsyms, $1)= - # exclude_expsyms can be an extended regexp of symbols to exclude - # it will be wrapped by ' (' and ')$', so one must not match beginning or - # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc', - # as well as any symbol that contains 'd'. - _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'] - # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out - # platforms (ab)use it in PIC code, but their linkers get confused if - # the symbol is explicitly referenced. Since portable code cannot - # rely on this symbol name, it's probably fine to never include it in - # preloaded symbol tables. - # Exclude shared library initialization/finalization symbols. -dnl Note also adjust exclude_expsyms for C++ above. - extract_expsyms_cmds= +# Object file extension for compiled C test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext - case $host_os in - cygwin* | mingw* | pw32* | cegcc*) - # FIXME: the MSVC++ port hasn't been tested in a loooong time - # When not using gcc, we currently assume that we are using - # Microsoft Visual C++. - if test yes != "$GCC"; then - with_gnu_ld=no - fi - ;; - interix*) - # we just hope/assume this is gcc and not c89 (= MSVC++) - with_gnu_ld=yes - ;; - openbsd* | bitrig*) - with_gnu_ld=no - ;; - esac +# Code to be used in simple compile tests +lt_simple_compile_test_code="int some_variable = 0;" - _LT_TAGVAR(ld_shlibs, $1)=yes +# Code to be used in simple link tests +lt_simple_link_test_code='int main(){return(0);}' - # On some targets, GNU ld is compatible enough with the native linker - # that we're better off using the native interface for both. - lt_use_gnu_ld_interface=no - if test yes = "$with_gnu_ld"; then - case $host_os in - aix*) - # The AIX port of GNU ld has always aspired to compatibility - # with the native linker. However, as the warning in the GNU ld - # block says, versions before 2.19.5* couldn't really create working - # shared libraries, regardless of the interface used. - case `$LD -v 2>&1` in - *\ \(GNU\ Binutils\)\ 2.19.5*) ;; - *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;; - *\ \(GNU\ Binutils\)\ [[3-9]]*) ;; - *) - lt_use_gnu_ld_interface=yes - ;; - esac - ;; - *) - lt_use_gnu_ld_interface=yes - ;; - esac - fi +_LT_TAG_COMPILER +# Save the default compiler, since it gets overwritten when the other +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. +compiler_DEFAULT=$CC - if test yes = "$lt_use_gnu_ld_interface"; then - # If archive_cmds runs LD, not CC, wlarc should be empty - wlarc='$wl' +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE - # Set some defaults for GNU ld with shared library support. These - # are reset later if shared libraries are not supported. Putting them - # here allows them to be overridden if necessary. - runpath_var=LD_RUN_PATH - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' - # ancient GNU ld didn't support --whole-archive et. al. - if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then - _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' - else - _LT_TAGVAR(whole_archive_flag_spec, $1)= - fi - supports_anon_versioning=no - case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in - *GNU\ gold*) supports_anon_versioning=yes ;; - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11 - *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ... - *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ... - *\ 2.11.*) ;; # other 2.11 versions - *) supports_anon_versioning=yes ;; - esac +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) + LT_SYS_DLOPEN_SELF + _LT_CMD_STRIPLIB - # See if GNU ld supports shared libraries. - case $host_os in - aix[[3-9]]*) - # On AIX/PPC, the GNU linker is very broken - if test ia64 != "$host_cpu"; then - _LT_TAGVAR(ld_shlibs, $1)=no - cat <<_LT_EOF 1>&2 + # Report what library types will actually be built + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) -*** Warning: the GNU linker, at least up to release 2.19, is reported -*** to be unable to reliably create shared libraries on AIX. -*** Therefore, libtool is disabling shared libraries support. If you -*** really care for shared libraries, you may want to install binutils -*** 2.20 or above, or modify your PATH so that a non-GNU linker is found. -*** You will then need to restart the configuration process. + AC_MSG_CHECKING([whether to build shared libraries]) + test no = "$can_build_shared" && enable_shared=no -_LT_EOF - fi - ;; + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='' - ;; - m68k) - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - ;; + aix[[4-9]]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well esac - ;; + fi + ;; + esac + AC_MSG_RESULT([$enable_shared]) - beos*) - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - # Joseph Beckenbach says some releases of gcc - # support --undefined. This deserves some investigation. FIXME - _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + AC_MSG_RESULT([$enable_static]) - cygwin* | mingw* | pw32* | cegcc*) - # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, - # as there is no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols' - _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'] + _LT_CONFIG($1) +fi +AC_LANG_POP +CC=$lt_save_CC +])# _LT_LANG_C_CONFIG - if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file, use it as - # is; otherwise, prepend EXPORTS... - _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then - cp $export_symbols $output_objdir/$soname.def; - else - echo EXPORTS > $output_objdir/$soname.def; - cat $export_symbols >> $output_objdir/$soname.def; - fi~ - $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - haiku*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; +# _LT_LANG_CXX_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a C++ compiler are suitably +# defined. These variables are subsequently used by _LT_CONFIG to write +# the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_CXX_CONFIG], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +m4_require([_LT_DECL_EGREP])dnl +m4_require([_LT_PATH_MANIFEST_TOOL])dnl +if test -n "$CXX" && ( test no != "$CXX" && + ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || + (test g++ != "$CXX"))); then + AC_PROG_CXXCPP +else + _lt_caught_CXX_error=yes +fi - os2*) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - shrext_cmds=.dll - _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ - $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ - $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ - $ECHO EXPORTS >> $output_objdir/$libname.def~ - emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ - $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ - emximp -o $lib $output_objdir/$libname.def' - _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ - $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ - $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ - $ECHO EXPORTS >> $output_objdir/$libname.def~ - prefix_cmds="$SED"~ - if test EXPORTS = "`$SED 1q $export_symbols`"; then - prefix_cmds="$prefix_cmds -e 1d"; - fi~ - prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ - cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ - $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ - emximp -o $lib $output_objdir/$libname.def' - _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - ;; +AC_LANG_PUSH(C++) +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(compiler_needs_object, $1)=no +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - interix[[3-9]]*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' - # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. - # Instead, shared libraries are loaded at an image base (0x10000000 by - # default) and relocated if they conflict, which is a slow very memory - # consuming and fragmenting process. To avoid this, we pick a random, - # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link - # time. Moving up from 0x10000000 also allows more sbrk(2) space. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - ;; +# Source file extension for C++ test sources. +ac_ext=cpp - gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) - tmp_diet=no - if test linux-dietlibc = "$host_os"; then - case $cc_basename in - diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn) - esac - fi - if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \ - && test no = "$tmp_diet" - then - tmp_addflag=' $pic_flag' - tmp_sharedflag='-shared' - case $cc_basename,$host_cpu in - pgcc*) # Portland Group C compiler - _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' - tmp_addflag=' $pic_flag' - ;; - pgf77* | pgf90* | pgf95* | pgfortran*) - # Portland Group f77 and f90 compilers - _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' - tmp_addflag=' $pic_flag -Mnomain' ;; - ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64 - tmp_addflag=' -i_dynamic' ;; - efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64 - tmp_addflag=' -i_dynamic -nofor_main' ;; - ifc* | ifort*) # Intel Fortran compiler - tmp_addflag=' -nofor_main' ;; - lf95*) # Lahey Fortran 8.1 - _LT_TAGVAR(whole_archive_flag_spec, $1)= - tmp_sharedflag='--shared' ;; - nagfor*) # NAGFOR 5.3 - tmp_sharedflag='-Wl,-shared' ;; - xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below) - tmp_sharedflag='-qmkshrobj' - tmp_addflag= ;; - nvcc*) # Cuda Compiler Driver 2.2 - _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' - _LT_TAGVAR(compiler_needs_object, $1)=yes - ;; - esac - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) # Sun C 5.9 - _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' - _LT_TAGVAR(compiler_needs_object, $1)=yes - tmp_sharedflag='-G' ;; - *Sun\ F*) # Sun Fortran 8.3 - tmp_sharedflag='-G' ;; - esac - _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' +# Object file extension for compiled C++ test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext - if test yes = "$supports_anon_versioning"; then - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' - fi +# No sense in running all these tests if we already determined that +# the CXX compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test yes != "$_lt_caught_CXX_error"; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="int some_variable = 0;" - case $cc_basename in - tcc*) - _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic' - ;; - xlf* | bgf* | bgxlf* | mpixlf*) - # IBM XL Fortran 10.1 on PPC cannot create shared libs itself - _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' - _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' - if test yes = "$supports_anon_versioning"; then - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib' - fi - ;; - esac - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; + # Code to be used in simple link tests + lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' - wlarc= - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' - fi - ;; + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER - solaris*) - if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then - _LT_TAGVAR(ld_shlibs, $1)=no - cat <<_LT_EOF 1>&2 + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE -*** Warning: The releases 2.8.* of the GNU linker cannot reliably -*** create shared libraries on Solaris systems. Therefore, libtool -*** is disabling shared libraries support. We urge you to upgrade GNU -*** binutils to release 2.9.1 or newer. Another option is to modify -*** your PATH or compiler configuration so that the native linker is -*** used, and then restart. + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_CFLAGS=$CFLAGS + lt_save_LD=$LD + lt_save_GCC=$GCC + GCC=$GXX + lt_save_with_gnu_ld=$with_gnu_ld + lt_save_path_LD=$lt_cv_path_LD + if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then + lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx + else + $as_unset lt_cv_prog_gnu_ld + fi + if test -n "${lt_cv_path_LDCXX+set}"; then + lt_cv_path_LD=$lt_cv_path_LDCXX + else + $as_unset lt_cv_path_LD + fi + test -z "${LDCXX+set}" || LD=$LDCXX + CC=${CXX-"c++"} + CFLAGS=$CXXFLAGS + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) -_LT_EOF - elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; + if test -n "$compiler"; then + # We don't want -fno-exception when compiling C++ code, so set the + # no_builtin_flag separately + if test yes = "$GXX"; then + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' + else + _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= + fi - sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) - case `$LD -v 2>&1` in - *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) - _LT_TAGVAR(ld_shlibs, $1)=no - cat <<_LT_EOF 1>&2 + if test yes = "$GXX"; then + # Set up default GNU C++ configuration -*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot -*** reliably create shared libraries on SCO systems. Therefore, libtool -*** is disabling shared libraries support. We urge you to upgrade GNU -*** binutils to release 2.16.91.0.3 or newer. Another option is to modify -*** your PATH or compiler configuration so that the native linker is -*** used, and then restart. + LT_PATH_LD -_LT_EOF - ;; - *) - # For security reasons, it is highly recommended that you always - # use absolute paths for naming shared libraries, and exclude the - # DT_RUNPATH tag from executables and libraries. But doing so - # requires that you compile everything twice, which is a pain. - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; + # Check if GNU C++ uses GNU ld as the underlying linker, since the + # archiving commands below assume that GNU ld is being used. + if test yes = "$with_gnu_ld"; then + _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' - sunos4*) - _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags' - wlarc= - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' - *) - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + # If archive_cmds runs LD, not CC, wlarc should be empty + # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to + # investigate it a little bit more. (MM) + wlarc='$wl' + + # ancient GNU ld didn't support --whole-archive et. al. + if eval "`$CC -print-prog-name=ld` --help 2>&1" | + $GREP 'no-whole-archive' > /dev/null; then + _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + else + _LT_TAGVAR(whole_archive_flag_spec, $1)= + fi else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac + with_gnu_ld=no + wlarc= - if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then - runpath_var= - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)= - _LT_TAGVAR(export_dynamic_flag_spec, $1)= - _LT_TAGVAR(whole_archive_flag_spec, $1)= - fi - else - # PORTME fill in a description of your system's linker (not GNU ld) - case $host_os in - aix3*) - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=yes - _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname' - # Note: this linker hardcodes the directories in LIBPATH if there - # are no directories specified by -L. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then - # Neither direct hardcoding nor static linking is supported with a - # broken collect2. - _LT_TAGVAR(hardcode_direct, $1)=unsupported + # A generic and very simple default shared library creation + # command for GNU C++ for the case where it uses the native + # linker, instead of GNU ld. If possible, this setting should + # overridden to take advantage of the native linker features on + # the platform it is being used on. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' fi - ;; - aix[[4-9]]*) - if test ia64 = "$host_cpu"; then - # On IA64, the linker does run time linking by default, so we don't - # have to do anything special. - aix_use_runtimelinking=no - exp_sym_flag='-Bexport' - no_entry_flag= - else - # If we're using GNU nm, then we don't want the "-C" option. - # -C means demangle to GNU nm, but means don't demangle to AIX nm. - # Without the "-l" option, or with the "-B" option, AIX nm treats - # weak defined symbols like other global defined symbols, whereas - # GNU nm marks them as "W". - # While the 'weak' keyword is ignored in the Export File, we need - # it in the Import File for the 'aix-soname' feature, so we have - # to replace the "-B" option with "-P" for AIX nm. - if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then - _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols' - else - _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols' - fi - aix_use_runtimelinking=no + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' - # Test if we are trying to use run time linking or normal - # AIX style linking. If -brtl is somewhere in LDFLAGS, we - # have runtime linking enabled, and use it for executables. - # For shared libraries, we enable/disable runtime linking - # depending on the kind of the shared library created - - # when "with_aix_soname,aix_use_runtimelinking" is: - # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables - # "aix,yes" lib.so shared, rtl:yes, for executables - # lib.a static archive - # "both,no" lib.so.V(shr.o) shared, rtl:yes - # lib.a(lib.so.V) shared, rtl:no, for executables - # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables - # lib.a(lib.so.V) shared, rtl:no - # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables - # lib.a static archive - case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) - for ld_flag in $LDFLAGS; do - if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then - aix_use_runtimelinking=yes - break - fi - done - if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then - # With aix-soname=svr4, we create the lib.so.V shared archives only, - # so we don't have lib.a shared libs to link our executables. - # We have to force runtime linking in this case. - aix_use_runtimelinking=yes - LDFLAGS="$LDFLAGS -Wl,-brtl" - fi - ;; - esac + else + GXX=no + with_gnu_ld=no + wlarc= + fi - exp_sym_flag='-bexport' - no_entry_flag='-bnoentry' - fi + # PORTME: fill in a description of your system's C++ link characteristics + AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) + _LT_TAGVAR(ld_shlibs, $1)=yes + case $host_os in + aix3*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aix[[4-9]]*) + if test ia64 = "$host_cpu"; then + # On IA64, the linker does run time linking by default, so we don't + # have to do anything special. + aix_use_runtimelinking=no + exp_sym_flag='-Bexport' + no_entry_flag= + else + aix_use_runtimelinking=no - # When large executables or shared objects are built, AIX ld can - # have problems creating the table of contents. If linking a library - # or program results in "error TOC overflow" add -mminimal-toc to - # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not - # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + # Test if we are trying to use run time linking or normal + # AIX style linking. If -brtl is somewhere in LDFLAGS, we + # have runtime linking enabled, and use it for executables. + # For shared libraries, we enable/disable runtime linking + # depending on the kind of the shared library created - + # when "with_aix_soname,aix_use_runtimelinking" is: + # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables + # "aix,yes" lib.so shared, rtl:yes, for executables + # lib.a static archive + # "both,no" lib.so.V(shr.o) shared, rtl:yes + # lib.a(lib.so.V) shared, rtl:no, for executables + # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a(lib.so.V) shared, rtl:no + # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables + # lib.a static archive + case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) + for ld_flag in $LDFLAGS; do + case $ld_flag in + *-brtl*) + aix_use_runtimelinking=yes + break + ;; + esac + done + if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then + # With aix-soname=svr4, we create the lib.so.V shared archives only, + # so we don't have lib.a shared libs to link our executables. + # We have to force runtime linking in this case. + aix_use_runtimelinking=yes + LDFLAGS="$LDFLAGS -Wl,-brtl" + fi + ;; + esac - _LT_TAGVAR(archive_cmds, $1)='' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='$wl-f,' - case $with_aix_soname,$aix_use_runtimelinking in - aix,*) ;; # traditional, no import file - svr4,* | *,yes) # use import file - # The Import File defines what to hardcode. - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=no - ;; - esac + exp_sym_flag='-bexport' + no_entry_flag='-bnoentry' + fi - if test yes = "$GCC"; then - case $host_os in aix4.[[012]]|aix4.[[012]].*) - # We only want to do this on AIX 4.2 and lower, the check - # below for broken collect2 doesn't work under 4.3+ - collect2name=`$CC -print-prog-name=collect2` - if test -f "$collect2name" && - strings "$collect2name" | $GREP resolve_lib_name >/dev/null - then - # We have reworked collect2 - : - else - # We have old collect2 - _LT_TAGVAR(hardcode_direct, $1)=unsupported - # It fails to find uninstalled libraries when the uninstalled - # path is not listed in the libpath. Setting hardcode_minus_L - # to unsupported forces relinking - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)= - fi - ;; - esac - shared_flag='-shared' - if test yes = "$aix_use_runtimelinking"; then - shared_flag="$shared_flag "'$wl-G' - fi - # Need to ensure runtime linking is disabled for the traditional - # shared library, or the linker may eventually find shared libraries - # /with/ Import File - we do not want to mix them. - shared_flag_aix='-shared' - shared_flag_svr4='-shared $wl-G' - else - # not using gcc - if test ia64 = "$host_cpu"; then - # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release - # chokes on -Wl,-G. The following line is correct: - shared_flag='-G' - else - if test yes = "$aix_use_runtimelinking"; then - shared_flag='$wl-G' - else - shared_flag='$wl-bM:SRE' - fi - shared_flag_aix='$wl-bM:SRE' - shared_flag_svr4='$wl-G' - fi - fi + # When large executables or shared objects are built, AIX ld can + # have problems creating the table of contents. If linking a library + # or program results in "error TOC overflow" add -mminimal-toc to + # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not + # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' - # It seems that -bexpall does not export symbols beginning with - # underscore (_), so it is better to generate a list of symbols to export. - _LT_TAGVAR(always_export_symbols, $1)=yes - if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then - # Warning - without using the other runtime loading flags (-brtl), - # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(allow_undefined_flag, $1)='-berok' - # Determine the default libpath from the value encoded in an - # empty executable. - _LT_SYS_MODULE_PATH_AIX([$1]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag - else - if test ia64 = "$host_cpu"; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' - _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" - else - # Determine the default libpath from the value encoded in an - # empty executable. - _LT_SYS_MODULE_PATH_AIX([$1]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" - # Warning - without using the other run time loading flags, - # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' - _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' - if test yes = "$with_gnu_ld"; then - # We only use this code for GNU lds that support --whole-archive. - _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' - else - # Exported symbols can be pulled into shared objects from archives - _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' - # -brtl affects multiple linker settings, -berok does not and is overridden later - compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' - if test svr4 != "$with_aix_soname"; then - # This is similar to how AIX traditionally builds its shared libraries. - _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' - fi - if test aix != "$with_aix_soname"; then - _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + _LT_TAGVAR(archive_cmds, $1)='' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='$wl-f,' + case $with_aix_soname,$aix_use_runtimelinking in + aix,*) ;; # no import file + svr4,* | *,yes) # use import file + # The Import File defines what to hardcode. + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=no + ;; + esac + + if test yes = "$GXX"; then + case $host_os in aix4.[[012]]|aix4.[[012]].*) + # We only want to do this on AIX 4.2 and lower, the check + # below for broken collect2 doesn't work under 4.3+ + collect2name=`$CC -print-prog-name=collect2` + if test -f "$collect2name" && + strings "$collect2name" | $GREP resolve_lib_name >/dev/null + then + # We have reworked collect2 + : else - # used by -dlpreopen to get the symbols - _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + # We have old collect2 + _LT_TAGVAR(hardcode_direct, $1)=unsupported + # It fails to find uninstalled libraries when the uninstalled + # path is not listed in the libpath. Setting hardcode_minus_L + # to unsupported forces relinking + _LT_TAGVAR(hardcode_minus_L, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)= fi - _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' - fi - fi - ;; + esac + shared_flag='-shared' + if test yes = "$aix_use_runtimelinking"; then + shared_flag=$shared_flag' $wl-G' + fi + # Need to ensure runtime linking is disabled for the traditional + # shared library, or the linker may eventually find shared libraries + # /with/ Import File - we do not want to mix them. + shared_flag_aix='-shared' + shared_flag_svr4='-shared $wl-G' + else + # not using gcc + if test ia64 = "$host_cpu"; then + # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release + # chokes on -Wl,-G. The following line is correct: + shared_flag='-G' + else + if test yes = "$aix_use_runtimelinking"; then + shared_flag='$wl-G' + else + shared_flag='$wl-bM:SRE' + fi + shared_flag_aix='$wl-bM:SRE' + shared_flag_svr4='$wl-G' + fi + fi - amigaos*) - case $host_cpu in - powerpc) - # see comment about AmigaOS4 .so support - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' + # It seems that -bexpall does not export symbols beginning with + # underscore (_), so it is better to generate a list of symbols to + # export. + _LT_TAGVAR(always_export_symbols, $1)=yes + if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then + # Warning - without using the other runtime loading flags (-brtl), + # -berok will link without error, but may produce a broken library. + # The "-G" linker flag allows undefined symbols. + _LT_TAGVAR(no_undefined_flag, $1)='-bernotok' + # Determine the default libpath from the value encoded in an empty + # executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" + + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag + else + if test ia64 = "$host_cpu"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' + _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" + _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" + else + # Determine the default libpath from the value encoded in an + # empty executable. + _LT_SYS_MODULE_PATH_AIX([$1]) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" + # Warning - without using the other run time loading flags, + # -berok will link without error, but may produce a broken library. + _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' + if test yes = "$with_gnu_ld"; then + # We only use this code for GNU lds that support --whole-archive. + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' + else + # Exported symbols can be pulled into shared objects from archives + _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' + fi + _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' + # -brtl affects multiple linker settings, -berok does not and is overridden later + compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' + if test svr4 != "$with_aix_soname"; then + # This is similar to how AIX traditionally builds its shared + # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' + fi + if test aix != "$with_aix_soname"; then + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' + else + # used by -dlpreopen to get the symbols + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' + fi + _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' + fi + fi ;; - m68k) - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes + + beos*) + if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + # Joseph Beckenbach says some releases of gcc + # support --undefined. This deserves some investigation. FIXME + _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + + chorus*) + case $cc_basename in + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac ;; - esac - ;; - bsdi[[45]]*) - _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic - ;; + cygwin* | mingw* | pw32* | cegcc*) + case $GXX,$cc_basename in + ,cl* | no,cl*) + # Native MSVC + # hardcode_libdir_flag_spec is actually meaningless, as there is + # no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=yes + _LT_TAGVAR(file_list_spec, $1)='@' + # Tell ltmain to make .lib files, not .a files. + libext=lib + # Tell ltmain to make .dll files, not .so files. + shrext_cmds=.dll + # FIXME: Setting linknames here is a bad hack. + _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp "$export_symbols" "$output_objdir/$soname.def"; + echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; + else + $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; + fi~ + $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ + linknames=' + # The linker will not automatically build a static lib if we build a DLL. + # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes + # Don't use ranlib + _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' + _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ + lt_tool_outputfile="@TOOL_OUTPUT@"~ + case $lt_outputfile in + *.exe|*.EXE) ;; + *) + lt_outputfile=$lt_outputfile.exe + lt_tool_outputfile=$lt_tool_outputfile.exe + ;; + esac~ + func_to_tool_file "$lt_outputfile"~ + if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then + $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; + $RM "$lt_outputfile.manifest"; + fi' + ;; + *) + # g++ + # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, + # as there is no search path for DLLs. + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' + _LT_TAGVAR(allow_undefined_flag, $1)=unsupported + _LT_TAGVAR(always_export_symbols, $1)=no + _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - cygwin* | mingw* | pw32* | cegcc*) - # When not using gcc, we currently assume that we are using - # Microsoft Visual C++. - # hardcode_libdir_flag_spec is actually meaningless, as there is - # no search path for DLLs. - case $cc_basename in - cl*) - # Native MSVC - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='@' - # Tell ltmain to make .lib files, not .a files. - libext=lib - # Tell ltmain to make .dll files, not .so files. - shrext_cmds=.dll - # FIXME: Setting linknames here is a bad hack. - _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' - _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then - cp "$export_symbols" "$output_objdir/$soname.def"; - echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; - else - $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; - fi~ - $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ - linknames=' - # The linker will not automatically build a static lib if we build a DLL. - # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' - _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols' - # Don't use ranlib - _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' - _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ - lt_tool_outputfile="@TOOL_OUTPUT@"~ - case $lt_outputfile in - *.exe|*.EXE) ;; - *) - lt_outputfile=$lt_outputfile.exe - lt_tool_outputfile=$lt_tool_outputfile.exe - ;; - esac~ - if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then - $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; - $RM "$lt_outputfile.manifest"; - fi' + if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + # If the export-symbols file already is a .def file, use it as + # is; otherwise, prepend EXPORTS... + _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then + cp $export_symbols $output_objdir/$soname.def; + else + echo EXPORTS > $output_objdir/$soname.def; + cat $export_symbols >> $output_objdir/$soname.def; + fi~ + $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + darwin* | rhapsody*) + _LT_DARWIN_LINKER_FEATURES($1) ;; - *) - # Assume MSVC wrapper - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' + + os2*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' + _LT_TAGVAR(hardcode_minus_L, $1)=yes _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - # Tell ltmain to make .lib files, not .a files. - libext=lib - # Tell ltmain to make .dll files, not .so files. shrext_cmds=.dll - # FIXME: Setting linknames here is a bad hack. - _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' - # The linker will automatically build a .lib file if we build a DLL. - _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' - # FIXME: Should let the user specify the lib program. - _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs' + _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ + $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ + $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ + $ECHO EXPORTS >> $output_objdir/$libname.def~ + prefix_cmds="$SED"~ + if test EXPORTS = "`$SED 1q $export_symbols`"; then + prefix_cmds="$prefix_cmds -e 1d"; + fi~ + prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ + cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ + $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ + emximp -o $lib $output_objdir/$libname.def' + _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes ;; - esac - ;; - - darwin* | rhapsody*) - _LT_DARWIN_LINKER_FEATURES($1) - ;; - - dgux*) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor - # support. Future versions do this automatically, but an explicit c++rt0.o - # does not break anything, and helps significantly (at the cost of a little - # extra space). - freebsd2.2*) - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - # Unfortunately, older versions of FreeBSD 2 do not have this feature. - freebsd2.*) - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - # FreeBSD 3 and greater uses gcc -shared to do shared libraries. - freebsd* | dragonfly*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - hpux9*) - if test yes = "$GCC"; then - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' - else - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(hardcode_direct, $1)=yes + dgux*) + case $cc_basename in + ec++*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + ghcx*) + # Green Hills C++ Compiler + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; - # hardcode_minus_L: Not really in the search PATH, - # but as the default location of the library. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' - ;; + freebsd2.*) + # C++ shared libraries reported to be fairly broken before + # switch to ELF + _LT_TAGVAR(ld_shlibs, $1)=no + ;; - hpux10*) - if test yes,no = "$GCC,$with_gnu_ld"; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags' - fi - if test no = "$with_gnu_ld"; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' - # hardcode_minus_L: Not really in the search PATH, - # but as the default location of the library. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - fi - ;; + freebsd-elf*) + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + ;; - hpux11*) - if test yes,no = "$GCC,$with_gnu_ld"; then - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags' - ;; - esac - else - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - m4_if($1, [], [ - # Older versions of the 11.00 compiler do not understand -b yet - # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does) - _LT_LINKER_OPTION([if $CC understands -b], - _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b], - [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'], - [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])], - [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags']) - ;; - esac - fi - if test no = "$with_gnu_ld"; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: + freebsd* | dragonfly*) + # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF + # conventions + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; - case $host_cpu in - hppa*64*|ia64*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - *) - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + haiku*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; - # hardcode_minus_L: Not really in the search PATH, - # but as the default location of the library. - _LT_TAGVAR(hardcode_minus_L, $1)=yes - ;; - esac - fi - ;; + hpux9*) + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. - irix5* | irix6* | nonstopux*) - if test yes = "$GCC"; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' - # Try to use the -exported_symbol ld option, if it does not - # work, assume that -exports_file does not work either and - # implicitly export all symbols. - # This should be the same for all languages, so no per-tag cache variable. - AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol], - [lt_cv_irix_exported_symbol], - [save_LDFLAGS=$LDFLAGS - LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null" - AC_LINK_IFELSE( - [AC_LANG_SOURCE( - [AC_LANG_CASE([C], [[int foo (void) { return 0; }]], - [C++], [[int foo (void) { return 0; }]], - [Fortran 77], [[ - subroutine foo - end]], - [Fortran], [[ - subroutine foo - end]])])], - [lt_cv_irix_exported_symbol=yes], - [lt_cv_irix_exported_symbol=no]) - LDFLAGS=$save_LDFLAGS]) - if test yes = "$lt_cv_irix_exported_symbol"; then - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' - fi - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(inherit_rpath, $1)=yes - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test yes = "$GXX"; then + _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; - linux*) - case $cc_basename in - tcc*) - # Fabrice Bellard et al's Tiny C Compiler - _LT_TAGVAR(ld_shlibs, $1)=yes - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' + hpux10*|hpux11*) + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + + case $host_cpu in + hppa*64*|ia64*) + ;; + *) + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + ;; + esac + fi + case $host_cpu in + hppa*64*|ia64*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + ;; + *) + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, + # but as the default + # location of the library. + ;; + esac + + case $cc_basename in + CC*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + aCC*) + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test yes = "$GXX"; then + if test no = "$with_gnu_ld"; then + case $host_cpu in + hppa*64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + ia64*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + ;; + esac + fi + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + interix[[3-9]]*) + _LT_TAGVAR(hardcode_direct, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. + # Instead, shared libraries are loaded at an image base (0x10000000 by + # default) and relocated if they conflict, which is a slow very memory + # consuming and fragmenting process. To avoid this, we pick a random, + # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link + # time. Moving up from 0x10000000 also allows more sbrk(2) space. + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' ;; - esac - ;; + irix5* | irix6*) + case $cc_basename in + CC*) + # SGI C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out - else - _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; + # Archives containing C++ object files must be created using + # "CC -ar", where "CC" is the IRIX C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' + ;; + *) + if test yes = "$GXX"; then + if test no = "$with_gnu_ld"; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + else + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' + fi + fi + _LT_TAGVAR(link_all_deplibs, $1)=yes + ;; + esac + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: + _LT_TAGVAR(inherit_rpath, $1)=yes + ;; - newsos6) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; + linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler - *nto* | *qnx*) - ;; + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - openbsd* | bitrig*) - if test -f /usr/libexec/ld.so; then - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' - fi - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' - os2*) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - shrext_cmds=.dll - _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ - $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ - $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ - $ECHO EXPORTS >> $output_objdir/$libname.def~ - emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ - $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ - emximp -o $lib $output_objdir/$libname.def' - _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ - $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ - $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ - $ECHO EXPORTS >> $output_objdir/$libname.def~ - prefix_cmds="$SED"~ - if test EXPORTS = "`$SED 1q $export_symbols`"; then - prefix_cmds="$prefix_cmds -e 1d"; - fi~ - prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ - cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ - $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ - emximp -o $lib $output_objdir/$libname.def' - _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - ;; + # Archives containing C++ object files must be created using + # "CC -Bstatic", where "CC" is the KAI C++ compiler. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' + ;; + icpc* | ecpc* ) + # Intel C++ + with_gnu_ld=yes + # version 8.0 and above of icpc choke on multiply defined symbols + # if we add $predep_objects and $postdep_objects, however 7.1 and + # earlier do not add the objects themselves. + case `$CC -V 2>&1` in + *"Version 7."*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 8.0 or newer + tmp_idyn= + case $host_cpu in + ia64*) tmp_idyn=' -i_dynamic';; + esac + _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' + ;; + pgCC* | pgcpp*) + # Portland Group C++ compiler + case `$CC -V` in + *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) + _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ + compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' + _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ + $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ + $RANLIB $oldlib' + _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ + rm -rf $tpldir~ + $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ + $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + ;; + *) # Version 6 and above use weak symbols + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' + ;; + esac - osf3*) - if test yes = "$GCC"; then - _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' - else - _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - ;; + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + ;; + cxx*) + # Compaq C++ + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' - osf4* | osf5*) # as osf3* with the addition of -msym flag - if test yes = "$GCC"; then - _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' - else - _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ - $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp' + runpath_var=LD_RUN_PATH + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: - # Both c and cxx compiler support -rpath directly - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)='no' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - ;; + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' + ;; + xl* | mpixl* | bgxl*) + # IBM XL 8.0 on PPC, with GNU ld + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' + _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' + if test yes = "$supports_anon_versioning"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ + cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ + echo "local: *; };" >> $output_objdir/$libname.ver~ + $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' + fi + ;; + *) + case `$CC -V 2>&1 | sed 5q` in + *Sun\ C*) + # Sun C++ 5.9 + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' + _LT_TAGVAR(compiler_needs_object, $1)=yes - solaris*) - _LT_TAGVAR(no_undefined_flag, $1)=' -z defs' - if test yes = "$GCC"; then - wlarc='$wl' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' - else - case `$CC -V 2>&1` in - *"Compilers 5.0"*) - wlarc='' - _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp' - ;; - *) - wlarc='$wl' - _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp' - ;; + # Not sure whether something based on + # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 + # would be better. + output_verbose_link_cmd='func_echo_all' + + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + esac + ;; esac - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - case $host_os in - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; - *) - # The compiler driver will combine and reorder linker options, - # but understands '-z linker_flag'. GCC discards it without '$wl', - # but is careful enough not to reorder. - # Supported since Solaris 2.6 (maybe 2.5.1?) - if test yes = "$GCC"; then - _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' - else - _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' - fi ;; - esac - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - - sunos4*) - if test sequent = "$host_vendor"; then - # Use $CC to link under sequent, because it throws in some extra .o - # files that make .init and .fini sections work. - _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags' - fi - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - sysv4) - case $host_vendor in - sni) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true??? - ;; - siemens) - ## LD is ld it makes a PLAMLIB - ## CC just makes a GrossModule. - _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs' - _LT_TAGVAR(hardcode_direct, $1)=no - ;; - motorola) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie + lynxos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no ;; - esac - runpath_var='LD_RUN_PATH' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - - sysv4.3*) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport' - ;; - - sysv4*MP*) - if test -d /usr/nec; then - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - runpath_var=LD_RUN_PATH - hardcode_runpath_var=yes - _LT_TAGVAR(ld_shlibs, $1)=yes - fi - ;; - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) - _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - runpath_var='LD_RUN_PATH' - - if test yes = "$GCC"; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - fi - ;; - - sysv5* | sco3.2v5* | sco5v6*) - # Note: We CANNOT use -z defs as we might desire, because we do not - # link with -lc, and that would cause any symbols used from libc to - # always be unresolved, which means just about no library would - # ever link correctly. If we're not using GNU ld we use -z text - # though, which does catch some bad symbols but isn't as heavy-handed - # as -z defs. - _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' - _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' - runpath_var='LD_RUN_PATH' + m88k*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; - if test yes = "$GCC"; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - fi - ;; + mvs*) + case $cc_basename in + cxx*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; - uts4*) - _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; + netbsd*) + if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' + wlarc= + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + fi + # Workaround some broken pre-1.5 toolchains + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' + ;; - *) - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac + *nto* | *qnx*) + _LT_TAGVAR(ld_shlibs, $1)=yes + ;; - if test sni = "$host_vendor"; then - case $host in - sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*) - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym' + openbsd* | bitrig*) + if test -f /usr/libexec/ld.so; then + _LT_TAGVAR(hardcode_direct, $1)=yes + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_direct_absolute, $1)=yes + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' + _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' + fi + output_verbose_link_cmd=func_echo_all + else + _LT_TAGVAR(ld_shlibs, $1)=no + fi ;; - esac - fi - fi -]) -AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) -test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no -_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld + osf3* | osf4* | osf5*) + case $cc_basename in + KCC*) + # Kuck and Associates, Inc. (KAI) C++ Compiler -_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl -_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl -_LT_DECL([], [extract_expsyms_cmds], [2], - [The commands to extract the exported symbol list from a shared archive]) + # KCC will only create a shared library if the output file + # ends with ".so" (or ".sl" for HP-UX), so rename the library + # to its proper name (with version) after linking. + _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' -# -# Do we need to explicitly link libc? -# -case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in -x|xyes) - # Assume -lc should be added - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: - if test yes,yes = "$GCC,$enable_shared"; then - case $_LT_TAGVAR(archive_cmds, $1) in - *'~'*) - # FIXME: we may have to deal with multi-command sequences. - ;; - '$CC '*) - # Test whether the compiler implicitly links with -lc since on some - # systems, -lgcc has to come before -lc. If gcc already passes -lc - # to ld, don't add -lc before -lgcc. - AC_CACHE_CHECK([whether -lc should be explicitly linked in], - [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1), - [$RM conftest* - echo "$lt_simple_compile_test_code" > conftest.$ac_ext + # Archives containing C++ object files must be created using + # the KAI C++ compiler. + case $host in + osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; + *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; + esac + ;; + RCC*) + # Rational C++ 2.4.1 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + cxx*) + case $host in + osf3*) + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + ;; + *) + _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' + _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ + echo "-hidden">> $lib.exp~ + $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ + $RM $lib.exp' + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' + ;; + esac - if AC_TRY_EVAL(ac_compile) 2>conftest.err; then - soname=conftest - lib=conftest - libobjs=conftest.$ac_objext - deplibs= - wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) - pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1) - compiler_flags=-v - linker_flags=-v - verstring= - output_objdir=. - libname=conftest - lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1) - _LT_TAGVAR(allow_undefined_flag, $1)= - if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) - then - lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no - else - lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes - fi - _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag - else - cat conftest.err 1>&5 - fi - $RM conftest* - ]) - _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1) - ;; - esac - fi - ;; -esac + _LT_TAGVAR(hardcode_libdir_separator, $1)=: -_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0], - [Whether or not to add -lc for building shared libraries]) -_LT_TAGDECL([allow_libtool_libs_with_static_runtimes], - [enable_shared_with_static_runtimes], [0], - [Whether or not to disallow shared libs when runtime libs are static]) -_LT_TAGDECL([], [export_dynamic_flag_spec], [1], - [Compiler flag to allow reflexive dlopens]) -_LT_TAGDECL([], [whole_archive_flag_spec], [1], - [Compiler flag to generate shared objects directly from archives]) -_LT_TAGDECL([], [compiler_needs_object], [1], - [Whether the compiler copes with passing no objects directly]) -_LT_TAGDECL([], [old_archive_from_new_cmds], [2], - [Create an old-style archive from a shared archive]) -_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2], - [Create a temporary old-style archive to link instead of a shared archive]) -_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive]) -_LT_TAGDECL([], [archive_expsym_cmds], [2]) -_LT_TAGDECL([], [module_cmds], [2], - [Commands used to build a loadable module if different from building - a shared archive.]) -_LT_TAGDECL([], [module_expsym_cmds], [2]) -_LT_TAGDECL([], [with_gnu_ld], [1], - [Whether we are building with GNU ld or not]) -_LT_TAGDECL([], [allow_undefined_flag], [1], - [Flag that allows shared libraries with undefined symbols to be built]) -_LT_TAGDECL([], [no_undefined_flag], [1], - [Flag that enforces no undefined symbols]) -_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1], - [Flag to hardcode $libdir into a binary during linking. - This must work even if $libdir does not exist]) -_LT_TAGDECL([], [hardcode_libdir_separator], [1], - [Whether we need a single "-rpath" flag with a separated argument]) -_LT_TAGDECL([], [hardcode_direct], [0], - [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes - DIR into the resulting binary]) -_LT_TAGDECL([], [hardcode_direct_absolute], [0], - [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes - DIR into the resulting binary and the resulting library dependency is - "absolute", i.e impossible to change by setting $shlibpath_var if the - library is relocated]) -_LT_TAGDECL([], [hardcode_minus_L], [0], - [Set to "yes" if using the -LDIR flag during linking hardcodes DIR - into the resulting binary]) -_LT_TAGDECL([], [hardcode_shlibpath_var], [0], - [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR - into the resulting binary]) -_LT_TAGDECL([], [hardcode_automatic], [0], - [Set to "yes" if building a shared library automatically hardcodes DIR - into the library and all subsequent libraries and executables linked - against it]) -_LT_TAGDECL([], [inherit_rpath], [0], - [Set to yes if linker adds runtime paths of dependent libraries - to runtime path list]) -_LT_TAGDECL([], [link_all_deplibs], [0], - [Whether libtool must link a program against all its dependency libraries]) -_LT_TAGDECL([], [always_export_symbols], [0], - [Set to "yes" if exported symbols are required]) -_LT_TAGDECL([], [export_symbols_cmds], [2], - [The commands to list exported symbols]) -_LT_TAGDECL([], [exclude_expsyms], [1], - [Symbols that should not be listed in the preloaded symbols]) -_LT_TAGDECL([], [include_expsyms], [1], - [Symbols that must always be exported]) -_LT_TAGDECL([], [prelink_cmds], [2], - [Commands necessary for linking programs (against libraries) with templates]) -_LT_TAGDECL([], [postlink_cmds], [2], - [Commands necessary for finishing linking programs]) -_LT_TAGDECL([], [file_list_spec], [1], - [Specify filename containing input files]) -dnl FIXME: Not yet implemented -dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1], -dnl [Compiler flag to generate thread safe objects]) -])# _LT_LINKER_SHLIBS + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + # + # There doesn't appear to be a way to prevent this compiler from + # explicitly linking system object files so we need to strip them + # from the output so that they don't get included in the library + # dependencies. + output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' + ;; + *) + if test yes,no = "$GXX,$with_gnu_ld"; then + _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' + case $host in + osf3*) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' + ;; + esac + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=: -# _LT_LANG_C_CONFIG([TAG]) -# ------------------------ -# Ensure that the configuration variables for a C compiler are suitably -# defined. These variables are subsequently used by _LT_CONFIG to write -# the compiler configuration to 'libtool'. -m4_defun([_LT_LANG_C_CONFIG], -[m4_require([_LT_DECL_EGREP])dnl -lt_save_CC=$CC -AC_LANG_PUSH(C) + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + + else + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + fi + ;; + esac + ;; + + psos*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; -# Source file extension for C test sources. -ac_ext=c + sunos4*) + case $cc_basename in + CC*) + # Sun C++ 4.x + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + lcc*) + # Lucid + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; -# Object file extension for compiled C test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext + solaris*) + case $cc_basename in + CC* | sunCC*) + # Sun C++ 4.2, 5.x and Centerline C++ + _LT_TAGVAR(archive_cmds_need_lc,$1)=yes + _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' + _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' -# Code to be used in simple compile tests -lt_simple_compile_test_code="int some_variable = 0;" + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + # The compiler driver will combine and reorder linker options, + # but understands '-z linker_flag'. + # Supported since Solaris 2.6 (maybe 2.5.1?) + _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' + ;; + esac + _LT_TAGVAR(link_all_deplibs, $1)=yes -# Code to be used in simple link tests -lt_simple_link_test_code='int main(){return(0);}' + output_verbose_link_cmd='func_echo_all' -_LT_TAG_COMPILER -# Save the default compiler, since it gets overwritten when the other -# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP. -compiler_DEFAULT=$CC + # Archives containing C++ object files must be created using + # "CC -xar", where "CC" is the Sun C++ compiler. This is + # necessary to make sure instantiated templates are included + # in the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' + ;; + gcx*) + # Green Hills C++ Compiler + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE + # The C++ compiler must be used to create the archive. + _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' + ;; + *) + # GNU C++ compiler with Solaris linker + if test yes,no = "$GXX,$with_gnu_ld"; then + _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs' + if $CC --version | $GREP -v '^2\.7' > /dev/null; then + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' -if test -n "$compiler"; then - _LT_COMPILER_NO_RTTI($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) - LT_SYS_DLOPEN_SELF - _LT_CMD_STRIPLIB + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + else + # g++ 2.7 appears to require '-G' NOT '-shared' on this + # platform. + _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' + _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ + $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' - # Report what library types will actually be built - AC_MSG_CHECKING([if libtool supports shared libraries]) - AC_MSG_RESULT([$can_build_shared]) + # Commands to make compiler produce verbose output that lists + # what "hidden" libraries, object files and flags are used when + # linking a shared library. + output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + fi - AC_MSG_CHECKING([whether to build shared libraries]) - test no = "$can_build_shared" && enable_shared=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' + case $host_os in + solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; + *) + _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' + ;; + esac + fi + ;; + esac + ;; - # On AIX, shared libraries and static libraries use the same namespace, and - # are all built from PIC. - case $host_os in - aix3*) - test yes = "$enable_shared" && enable_static=no - if test -n "$RANLIB"; then - archive_cmds="$archive_cmds~\$RANLIB \$lib" - postinstall_cmds='$RANLIB $lib' - fi - ;; + sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) + _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + runpath_var='LD_RUN_PATH' - aix[[4-9]]*) - if test ia64 != "$host_cpu"; then - case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in - yes,aix,yes) ;; # shared object as lib.so file only - yes,svr4,*) ;; # shared object as lib.so archive member only - yes,*) enable_static=no ;; # shared object in lib.a archive as well + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; esac - fi - ;; - esac - AC_MSG_RESULT([$enable_shared]) + ;; - AC_MSG_CHECKING([whether to build static libraries]) - # Make sure either enable_shared or enable_static is yes. - test yes = "$enable_shared" || enable_static=yes - AC_MSG_RESULT([$enable_static]) + sysv5* | sco3.2v5* | sco5v6*) + # Note: We CANNOT use -z defs as we might desire, because we do not + # link with -lc, and that would cause any symbols used from libc to + # always be unresolved, which means just about no library would + # ever link correctly. If we're not using GNU ld we use -z text + # though, which does catch some bad symbols but isn't as heavy-handed + # as -z defs. + _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' + _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' + _LT_TAGVAR(archive_cmds_need_lc, $1)=no + _LT_TAGVAR(hardcode_shlibpath_var, $1)=no + _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' + _LT_TAGVAR(hardcode_libdir_separator, $1)=':' + _LT_TAGVAR(link_all_deplibs, $1)=yes + _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' + runpath_var='LD_RUN_PATH' - _LT_CONFIG($1) -fi -AC_LANG_POP -CC=$lt_save_CC -])# _LT_LANG_C_CONFIG + case $cc_basename in + CC*) + _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ + '"$_LT_TAGVAR(old_archive_cmds, $1)" + _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ + '"$_LT_TAGVAR(reload_cmds, $1)" + ;; + *) + _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' + ;; + esac + ;; + tandem*) + case $cc_basename in + NCC*) + # NonStop-UX NCC 3.20 + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac + ;; -# _LT_LANG_CXX_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for a C++ compiler are suitably -# defined. These variables are subsequently used by _LT_CONFIG to write -# the compiler configuration to 'libtool'. -m4_defun([_LT_LANG_CXX_CONFIG], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -m4_require([_LT_DECL_EGREP])dnl -m4_require([_LT_PATH_MANIFEST_TOOL])dnl -if test -n "$CXX" && ( test no != "$CXX" && - ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || - (test g++ != "$CXX"))); then - AC_PROG_CXXCPP -else - _lt_caught_CXX_error=yes -fi + vxworks*) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; -AC_LANG_PUSH(C++) -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(allow_undefined_flag, $1)= -_LT_TAGVAR(always_export_symbols, $1)=no -_LT_TAGVAR(archive_expsym_cmds, $1)= -_LT_TAGVAR(compiler_needs_object, $1)=no -_LT_TAGVAR(export_dynamic_flag_spec, $1)= -_LT_TAGVAR(hardcode_direct, $1)=no -_LT_TAGVAR(hardcode_direct_absolute, $1)=no -_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_separator, $1)= -_LT_TAGVAR(hardcode_minus_L, $1)=no -_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported -_LT_TAGVAR(hardcode_automatic, $1)=no -_LT_TAGVAR(inherit_rpath, $1)=no -_LT_TAGVAR(module_cmds, $1)= -_LT_TAGVAR(module_expsym_cmds, $1)= -_LT_TAGVAR(link_all_deplibs, $1)=unknown -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -_LT_TAGVAR(no_undefined_flag, $1)= -_LT_TAGVAR(whole_archive_flag_spec, $1)= -_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no + *) + # FIXME: insert proper C++ library support + _LT_TAGVAR(ld_shlibs, $1)=no + ;; + esac -# Source file extension for C++ test sources. -ac_ext=cpp + AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) + test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no -# Object file extension for compiled C++ test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext + _LT_TAGVAR(GCC, $1)=$GXX + _LT_TAGVAR(LD, $1)=$LD -# No sense in running all these tests if we already determined that -# the CXX compiler isn't working. Some variables (like enable_shared) -# are currently assumed to apply to all compilers on this platform, -# and will be corrupted by setting them based on a non-working compiler. -if test yes != "$_lt_caught_CXX_error"; then - # Code to be used in simple compile tests - lt_simple_compile_test_code="int some_variable = 0;" + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) - # Code to be used in simple link tests - lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }' + _LT_CONFIG($1) + fi # test -n "$compiler" - # ltmain only uses $CC for tagged configurations so make sure $CC is set. - _LT_TAG_COMPILER + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS + LDCXX=$LD + LD=$lt_save_LD + GCC=$lt_save_GCC + with_gnu_ld=$lt_save_with_gnu_ld + lt_cv_path_LDCXX=$lt_cv_path_LD + lt_cv_path_LD=$lt_save_path_LD + lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld + lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld +fi # test yes != "$_lt_caught_CXX_error" - # save warnings/boilerplate of simple test code - _LT_COMPILER_BOILERPLATE - _LT_LINKER_BOILERPLATE +AC_LANG_POP +])# _LT_LANG_CXX_CONFIG - # Allow CC to be a program name with arguments. - lt_save_CC=$CC - lt_save_CFLAGS=$CFLAGS - lt_save_LD=$LD - lt_save_GCC=$GCC - GCC=$GXX - lt_save_with_gnu_ld=$with_gnu_ld - lt_save_path_LD=$lt_cv_path_LD - if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then - lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx - else - $as_unset lt_cv_prog_gnu_ld - fi - if test -n "${lt_cv_path_LDCXX+set}"; then - lt_cv_path_LD=$lt_cv_path_LDCXX - else - $as_unset lt_cv_path_LD - fi - test -z "${LDCXX+set}" || LD=$LDCXX - CC=${CXX-"c++"} - CFLAGS=$CXXFLAGS - compiler=$CC - _LT_TAGVAR(compiler, $1)=$CC - _LT_CC_BASENAME([$compiler]) - if test -n "$compiler"; then - # We don't want -fno-exception when compiling C++ code, so set the - # no_builtin_flag separately - if test yes = "$GXX"; then - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' - else - _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)= - fi +# _LT_FUNC_STRIPNAME_CNF +# ---------------------- +# func_stripname_cnf prefix suffix name +# strip PREFIX and SUFFIX off of NAME. +# PREFIX and SUFFIX must not contain globbing or regex special +# characters, hashes, percent signs, but SUFFIX may contain a leading +# dot (in which case that matches only a dot). +# +# This function is identical to the (non-XSI) version of func_stripname, +# except this one can be used by m4 code that may be executed by configure, +# rather than the libtool script. +m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl +AC_REQUIRE([_LT_DECL_SED]) +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) +func_stripname_cnf () +{ + case @S|@2 in + .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; + *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; + esac +} # func_stripname_cnf +])# _LT_FUNC_STRIPNAME_CNF - if test yes = "$GXX"; then - # Set up default GNU C++ configuration - LT_PATH_LD +# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) +# --------------------------------- +# Figure out "hidden" library dependencies from verbose +# compiler output when linking a shared library. +# Parse the compiler output and extract the necessary +# objects, libraries and library flags. +m4_defun([_LT_SYS_HIDDEN_LIBDEPS], +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl +AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl +# Dependencies to place before and after the object being linked: +_LT_TAGVAR(predep_objects, $1)= +_LT_TAGVAR(postdep_objects, $1)= +_LT_TAGVAR(predeps, $1)= +_LT_TAGVAR(postdeps, $1)= +_LT_TAGVAR(compiler_lib_search_path, $1)= - # Check if GNU C++ uses GNU ld as the underlying linker, since the - # archiving commands below assume that GNU ld is being used. - if test yes = "$with_gnu_ld"; then - _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' +dnl we can't use the lt_simple_compile_test_code here, +dnl because it contains code intended for an executable, +dnl not a library. It's possible we should let each +dnl tag define a new lt_????_link_test_code variable, +dnl but it's only used here... +m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF +int a; +void foo (void) { a = 0; } +_LT_EOF +], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF +class Foo +{ +public: + Foo (void) { a = 0; } +private: + int a; +}; +_LT_EOF +], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer*4 a + a=0 + return + end +_LT_EOF +], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF + subroutine foo + implicit none + integer a + a=0 + return + end +_LT_EOF +], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF +public class foo { + private int a; + public void bar (void) { + a = 0; + } +}; +_LT_EOF +], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF +package foo +func foo() { +} +_LT_EOF +]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' +_lt_libdeps_save_CFLAGS=$CFLAGS +case "$CC $CFLAGS " in #( +*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; +*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; +*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; +esac - # If archive_cmds runs LD, not CC, wlarc should be empty - # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to - # investigate it a little bit more. (MM) - wlarc='$wl' +dnl Parse the compiler output and extract the necessary +dnl objects, libraries and library flags. +if AC_TRY_EVAL(ac_compile); then + # Parse the compiler output and extract the necessary + # objects, libraries and library flags. - # ancient GNU ld didn't support --whole-archive et. al. - if eval "`$CC -print-prog-name=ld` --help 2>&1" | - $GREP 'no-whole-archive' > /dev/null; then - _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' - else - _LT_TAGVAR(whole_archive_flag_spec, $1)= - fi - else - with_gnu_ld=no - wlarc= + # Sentinel used to keep track of whether or not we are before + # the conftest object file. + pre_test_object_deps_done=no - # A generic and very simple default shared library creation - # command for GNU C++ for the case where it uses the native - # linker, instead of GNU ld. If possible, this setting should - # overridden to take advantage of the native linker features on - # the platform it is being used on. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - fi + for p in `eval "$output_verbose_link_cmd"`; do + case $prev$p in - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' + -L* | -R* | -l*) + # Some compilers place space between "-{L,R}" and the path. + # Remove the space. + if test x-L = "$p" || + test x-R = "$p"; then + prev=$p + continue + fi - else - GXX=no - with_gnu_ld=no - wlarc= - fi + # Expand the sysroot to ease extracting the directories later. + if test -z "$prev"; then + case $p in + -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; + -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; + -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; + esac + fi + case $p in + =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; + esac + if test no = "$pre_test_object_deps_done"; then + case $prev in + -L | -R) + # Internal compiler library paths should come after those + # provided the user. The postdeps already come after the + # user supplied libs so there is no need to process them. + if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then + _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p + else + _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p" + fi + ;; + # The "-l" case would never come before the object being + # linked, so don't bother handling this case. + esac + else + if test -z "$_LT_TAGVAR(postdeps, $1)"; then + _LT_TAGVAR(postdeps, $1)=$prev$p + else + _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p" + fi + fi + prev= + ;; - # PORTME: fill in a description of your system's C++ link characteristics - AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries]) - _LT_TAGVAR(ld_shlibs, $1)=yes - case $host_os in - aix3*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - aix[[4-9]]*) - if test ia64 = "$host_cpu"; then - # On IA64, the linker does run time linking by default, so we don't - # have to do anything special. - aix_use_runtimelinking=no - exp_sym_flag='-Bexport' - no_entry_flag= - else - aix_use_runtimelinking=no + *.lto.$objext) ;; # Ignore GCC LTO objects + *.$objext) + # This assumes that the test object file only shows up + # once in the compiler output. + if test "$p" = "conftest.$objext"; then + pre_test_object_deps_done=yes + continue + fi - # Test if we are trying to use run time linking or normal - # AIX style linking. If -brtl is somewhere in LDFLAGS, we - # have runtime linking enabled, and use it for executables. - # For shared libraries, we enable/disable runtime linking - # depending on the kind of the shared library created - - # when "with_aix_soname,aix_use_runtimelinking" is: - # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables - # "aix,yes" lib.so shared, rtl:yes, for executables - # lib.a static archive - # "both,no" lib.so.V(shr.o) shared, rtl:yes - # lib.a(lib.so.V) shared, rtl:no, for executables - # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables - # lib.a(lib.so.V) shared, rtl:no - # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables - # lib.a static archive - case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*) - for ld_flag in $LDFLAGS; do - case $ld_flag in - *-brtl*) - aix_use_runtimelinking=yes - break - ;; - esac - done - if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then - # With aix-soname=svr4, we create the lib.so.V shared archives only, - # so we don't have lib.a shared libs to link our executables. - # We have to force runtime linking in this case. - aix_use_runtimelinking=yes - LDFLAGS="$LDFLAGS -Wl,-brtl" - fi - ;; - esac + if test no = "$pre_test_object_deps_done"; then + if test -z "$_LT_TAGVAR(predep_objects, $1)"; then + _LT_TAGVAR(predep_objects, $1)=$p + else + _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" + fi + else + if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then + _LT_TAGVAR(postdep_objects, $1)=$p + else + _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" + fi + fi + ;; - exp_sym_flag='-bexport' - no_entry_flag='-bnoentry' - fi + *) ;; # Ignore the rest. - # When large executables or shared objects are built, AIX ld can - # have problems creating the table of contents. If linking a library - # or program results in "error TOC overflow" add -mminimal-toc to - # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not - # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS. + esac + done - _LT_TAGVAR(archive_cmds, $1)='' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='$wl-f,' - case $with_aix_soname,$aix_use_runtimelinking in - aix,*) ;; # no import file - svr4,* | *,yes) # use import file - # The Import File defines what to hardcode. - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=no - ;; - esac + # Clean up. + rm -f a.out a.exe +else + echo "libtool.m4: error: problem compiling $1 test program" +fi - if test yes = "$GXX"; then - case $host_os in aix4.[[012]]|aix4.[[012]].*) - # We only want to do this on AIX 4.2 and lower, the check - # below for broken collect2 doesn't work under 4.3+ - collect2name=`$CC -print-prog-name=collect2` - if test -f "$collect2name" && - strings "$collect2name" | $GREP resolve_lib_name >/dev/null - then - # We have reworked collect2 - : - else - # We have old collect2 - _LT_TAGVAR(hardcode_direct, $1)=unsupported - # It fails to find uninstalled libraries when the uninstalled - # path is not listed in the libpath. Setting hardcode_minus_L - # to unsupported forces relinking - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)= - fi - esac - shared_flag='-shared' - if test yes = "$aix_use_runtimelinking"; then - shared_flag=$shared_flag' $wl-G' - fi - # Need to ensure runtime linking is disabled for the traditional - # shared library, or the linker may eventually find shared libraries - # /with/ Import File - we do not want to mix them. - shared_flag_aix='-shared' - shared_flag_svr4='-shared $wl-G' - else - # not using gcc - if test ia64 = "$host_cpu"; then - # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release - # chokes on -Wl,-G. The following line is correct: - shared_flag='-G' - else - if test yes = "$aix_use_runtimelinking"; then - shared_flag='$wl-G' - else - shared_flag='$wl-bM:SRE' - fi - shared_flag_aix='$wl-bM:SRE' - shared_flag_svr4='$wl-G' - fi - fi +$RM -f confest.$objext +CFLAGS=$_lt_libdeps_save_CFLAGS - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall' - # It seems that -bexpall does not export symbols beginning with - # underscore (_), so it is better to generate a list of symbols to - # export. - _LT_TAGVAR(always_export_symbols, $1)=yes - if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then - # Warning - without using the other runtime loading flags (-brtl), - # -berok will link without error, but may produce a broken library. - # The "-G" linker flag allows undefined symbols. - _LT_TAGVAR(no_undefined_flag, $1)='-bernotok' - # Determine the default libpath from the value encoded in an empty - # executable. - _LT_SYS_MODULE_PATH_AIX([$1]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" +# PORTME: override above test on systems where it is broken +m4_if([$1], [CXX], +[case $host_os in +interix[[3-9]]*) + # Interix 3.5 installs completely hosed .la files for C++, so rather than + # hack all around it, let's just trust "g++" to DTRT. + _LT_TAGVAR(predep_objects,$1)= + _LT_TAGVAR(postdep_objects,$1)= + _LT_TAGVAR(postdeps,$1)= + ;; +esac +]) - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag - else - if test ia64 = "$host_cpu"; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib' - _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs" - _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols" - else - # Determine the default libpath from the value encoded in an - # empty executable. - _LT_SYS_MODULE_PATH_AIX([$1]) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath" - # Warning - without using the other run time loading flags, - # -berok will link without error, but may produce a broken library. - _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok' - _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok' - if test yes = "$with_gnu_ld"; then - # We only use this code for GNU lds that support --whole-archive. - _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' - else - # Exported symbols can be pulled into shared objects from archives - _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience' - fi - _LT_TAGVAR(archive_cmds_need_lc, $1)=yes - _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d' - # -brtl affects multiple linker settings, -berok does not and is overridden later - compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`' - if test svr4 != "$with_aix_soname"; then - # This is similar to how AIX traditionally builds its shared - # libraries. Need -bnortl late, we may have -brtl in LDFLAGS. - _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname' - fi - if test aix != "$with_aix_soname"; then - _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp' - else - # used by -dlpreopen to get the symbols - _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir' - fi - _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d' - fi - fi - ;; +case " $_LT_TAGVAR(postdeps, $1) " in +*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; +esac + _LT_TAGVAR(compiler_lib_search_dirs, $1)= +if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then + _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` +fi +_LT_TAGDECL([], [compiler_lib_search_dirs], [1], + [The directories searched by this compiler when creating a shared library]) +_LT_TAGDECL([], [predep_objects], [1], + [Dependencies to place before and after the objects being linked to + create a shared library]) +_LT_TAGDECL([], [postdep_objects], [1]) +_LT_TAGDECL([], [predeps], [1]) +_LT_TAGDECL([], [postdeps], [1]) +_LT_TAGDECL([], [compiler_lib_search_path], [1], + [The library search path used internally by the compiler when linking + a shared library]) +])# _LT_SYS_HIDDEN_LIBDEPS - beos*) - if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - # Joseph Beckenbach says some releases of gcc - # support --undefined. This deserves some investigation. FIXME - _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - chorus*) - case $cc_basename in - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; +# _LT_LANG_F77_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for a Fortran 77 compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_F77_CONFIG], +[AC_LANG_PUSH(Fortran 77) +if test -z "$F77" || test no = "$F77"; then + _lt_disable_F77=yes +fi - cygwin* | mingw* | pw32* | cegcc*) - case $GXX,$cc_basename in - ,cl* | no,cl*) - # Native MSVC - # hardcode_libdir_flag_spec is actually meaningless, as there is - # no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' ' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=yes - _LT_TAGVAR(file_list_spec, $1)='@' - # Tell ltmain to make .lib files, not .a files. - libext=lib - # Tell ltmain to make .dll files, not .so files. - shrext_cmds=.dll - # FIXME: Setting linknames here is a bad hack. - _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames=' - _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then - cp "$export_symbols" "$output_objdir/$soname.def"; - echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp"; - else - $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp; - fi~ - $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~ - linknames=' - # The linker will not automatically build a static lib if we build a DLL. - # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true' - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - # Don't use ranlib - _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib' - _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~ - lt_tool_outputfile="@TOOL_OUTPUT@"~ - case $lt_outputfile in - *.exe|*.EXE) ;; - *) - lt_outputfile=$lt_outputfile.exe - lt_tool_outputfile=$lt_tool_outputfile.exe - ;; - esac~ - func_to_tool_file "$lt_outputfile"~ - if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then - $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1; - $RM "$lt_outputfile.manifest"; - fi' - ;; - *) - # g++ - # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless, - # as there is no search path for DLLs. - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols' - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - _LT_TAGVAR(always_export_symbols, $1)=no - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - # If the export-symbols file already is a .def file, use it as - # is; otherwise, prepend EXPORTS... - _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then - cp $export_symbols $output_objdir/$soname.def; - else - echo EXPORTS > $output_objdir/$soname.def; - cat $export_symbols >> $output_objdir/$soname.def; - fi~ - $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib' - else - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; - darwin* | rhapsody*) - _LT_DARWIN_LINKER_FEATURES($1) - ;; +# Source file extension for f77 test sources. +ac_ext=f - os2*) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir' - _LT_TAGVAR(hardcode_minus_L, $1)=yes - _LT_TAGVAR(allow_undefined_flag, $1)=unsupported - shrext_cmds=.dll - _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ - $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ - $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ - $ECHO EXPORTS >> $output_objdir/$libname.def~ - emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~ - $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ - emximp -o $lib $output_objdir/$libname.def' - _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~ - $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~ - $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~ - $ECHO EXPORTS >> $output_objdir/$libname.def~ - prefix_cmds="$SED"~ - if test EXPORTS = "`$SED 1q $export_symbols`"; then - prefix_cmds="$prefix_cmds -e 1d"; - fi~ - prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~ - cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~ - $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~ - emximp -o $lib $output_objdir/$libname.def' - _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def' - _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes - ;; +# Object file extension for compiled f77 test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext - dgux*) - case $cc_basename in - ec++*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - ghcx*) - # Green Hills C++ Compiler - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; +# No sense in running all these tests if we already determined that +# the F77 compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test yes != "$_lt_disable_F77"; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" - freebsd2.*) - # C++ shared libraries reported to be fairly broken before - # switch to ELF - _LT_TAGVAR(ld_shlibs, $1)=no - ;; + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" - freebsd-elf*) - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - ;; + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER - freebsd* | dragonfly*) - # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF - # conventions - _LT_TAGVAR(ld_shlibs, $1)=yes - ;; + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE - haiku*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_GCC=$GCC + lt_save_CFLAGS=$CFLAGS + CC=${F77-"f77"} + CFLAGS=$FFLAGS + compiler=$CC + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) + GCC=$G77 + if test -n "$compiler"; then + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) - hpux9*) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, - # but as the default - # location of the library. + AC_MSG_CHECKING([whether to build shared libraries]) + test no = "$can_build_shared" && enable_shared=no - case $cc_basename in - CC*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - aCC*) - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - ;; - *) - if test yes = "$GXX"; then - _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib' - else - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac + fi ;; + esac + AC_MSG_RESULT([$enable_shared]) - hpux10*|hpux11*) - if test no = "$with_gnu_ld"; then - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + AC_MSG_RESULT([$enable_static]) - case $host_cpu in - hppa*64*|ia64*) - ;; - *) - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' - ;; - esac - fi - case $host_cpu in - hppa*64*|ia64*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - ;; - *) - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH, - # but as the default - # location of the library. - ;; - esac + _LT_TAGVAR(GCC, $1)=$G77 + _LT_TAGVAR(LD, $1)=$LD - case $cc_basename in - CC*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - aCC*) - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - esac - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - ;; - *) - if test yes = "$GXX"; then - if test no = "$with_gnu_ld"; then - case $host_cpu in - hppa*64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - ia64*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - ;; - esac - fi - else - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) - interix[[3-9]]*) - _LT_TAGVAR(hardcode_direct, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' - # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. - # Instead, shared libraries are loaded at an image base (0x10000000 by - # default) and relocated if they conflict, which is a slow very memory - # consuming and fragmenting process. To avoid this, we pick a random, - # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link - # time. Moving up from 0x10000000 also allows more sbrk(2) space. - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' - ;; - irix5* | irix6*) - case $cc_basename in - CC*) - # SGI C++ - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' + _LT_CONFIG($1) + fi # test -n "$compiler" - # Archives containing C++ object files must be created using - # "CC -ar", where "CC" is the IRIX C++ compiler. This is - # necessary to make sure instantiated templates are included - # in the archive. - _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs' - ;; - *) - if test yes = "$GXX"; then - if test no = "$with_gnu_ld"; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' - else - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib' - fi - fi - _LT_TAGVAR(link_all_deplibs, $1)=yes - ;; - esac - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - _LT_TAGVAR(inherit_rpath, $1)=yes - ;; + GCC=$lt_save_GCC + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS +fi # test yes != "$_lt_disable_F77" - linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*) - case $cc_basename in - KCC*) - # Kuck and Associates, Inc. (KAI) C++ Compiler +AC_LANG_POP +])# _LT_LANG_F77_CONFIG - # KCC will only create a shared library if the output file - # ends with ".so" (or ".sl" for HP-UX), so rename the library - # to its proper name (with version) after linking. - _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib' - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' +# _LT_LANG_FC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for a Fortran compiler are +# suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_FC_CONFIG], +[AC_LANG_PUSH(Fortran) - # Archives containing C++ object files must be created using - # "CC -Bstatic", where "CC" is the KAI C++ compiler. - _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' - ;; - icpc* | ecpc* ) - # Intel C++ - with_gnu_ld=yes - # version 8.0 and above of icpc choke on multiply defined symbols - # if we add $predep_objects and $postdep_objects, however 7.1 and - # earlier do not add the objects themselves. - case `$CC -V 2>&1` in - *"Version 7."*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' - ;; - *) # Version 8.0 or newer - tmp_idyn= - case $host_cpu in - ia64*) tmp_idyn=' -i_dynamic';; - esac - _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' - ;; - esac - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' - _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive' - ;; - pgCC* | pgcpp*) - # Portland Group C++ compiler - case `$CC -V` in - *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) - _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ - compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' - _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ - $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ - $RANLIB $oldlib' - _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ - rm -rf $tpldir~ - $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ - $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' - ;; - *) # Version 6 and above use weak symbols - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib' - ;; - esac +if test -z "$FC" || test no = "$FC"; then + _lt_disable_FC=yes +fi + +_LT_TAGVAR(archive_cmds_need_lc, $1)=no +_LT_TAGVAR(allow_undefined_flag, $1)= +_LT_TAGVAR(always_export_symbols, $1)=no +_LT_TAGVAR(archive_expsym_cmds, $1)= +_LT_TAGVAR(export_dynamic_flag_spec, $1)= +_LT_TAGVAR(hardcode_direct, $1)=no +_LT_TAGVAR(hardcode_direct_absolute, $1)=no +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= +_LT_TAGVAR(hardcode_libdir_separator, $1)= +_LT_TAGVAR(hardcode_minus_L, $1)=no +_LT_TAGVAR(hardcode_automatic, $1)=no +_LT_TAGVAR(inherit_rpath, $1)=no +_LT_TAGVAR(module_cmds, $1)= +_LT_TAGVAR(module_expsym_cmds, $1)= +_LT_TAGVAR(link_all_deplibs, $1)=unknown +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +_LT_TAGVAR(no_undefined_flag, $1)= +_LT_TAGVAR(whole_archive_flag_spec, $1)= +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' - _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' - ;; - cxx*) - # Compaq C++ - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols' +# Source file extension for fc test sources. +ac_ext=${ac_fc_srcext-f} - runpath_var=LD_RUN_PATH - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: +# Object file extension for compiled fc test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' - ;; - xl* | mpixl* | bgxl*) - # IBM XL 8.0 on PPC, with GNU ld - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic' - _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib' - if test yes = "$supports_anon_versioning"; then - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~ - cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~ - echo "local: *; };" >> $output_objdir/$libname.ver~ - $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib' - fi - ;; - *) - case `$CC -V 2>&1 | sed 5q` in - *Sun\ C*) - # Sun C++ 5.9 - _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' - _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive' - _LT_TAGVAR(compiler_needs_object, $1)=yes +# No sense in running all these tests if we already determined that +# the FC compiler isn't working. Some variables (like enable_shared) +# are currently assumed to apply to all compilers on this platform, +# and will be corrupted by setting them based on a non-working compiler. +if test yes != "$_lt_disable_FC"; then + # Code to be used in simple compile tests + lt_simple_compile_test_code="\ + subroutine t + return + end +" - # Not sure whether something based on - # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 - # would be better. - output_verbose_link_cmd='func_echo_all' + # Code to be used in simple link tests + lt_simple_link_test_code="\ + program t + end +" - # Archives containing C++ object files must be created using - # "CC -xar", where "CC" is the Sun C++ compiler. This is - # necessary to make sure instantiated templates are included - # in the archive. - _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' - ;; - esac - ;; - esac - ;; + # ltmain only uses $CC for tagged configurations so make sure $CC is set. + _LT_TAG_COMPILER - lynxos*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; + # save warnings/boilerplate of simple test code + _LT_COMPILER_BOILERPLATE + _LT_LINKER_BOILERPLATE - m88k*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; + # Allow CC to be a program name with arguments. + lt_save_CC=$CC + lt_save_GCC=$GCC + lt_save_CFLAGS=$CFLAGS + CC=${FC-"f95"} + CFLAGS=$FCFLAGS + compiler=$CC + GCC=$ac_cv_fc_compiler_gnu - mvs*) - case $cc_basename in - cxx*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; + _LT_TAGVAR(compiler, $1)=$CC + _LT_CC_BASENAME([$compiler]) - netbsd*) - if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags' - wlarc= - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - fi - # Workaround some broken pre-1.5 toolchains - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"' - ;; + if test -n "$compiler"; then + AC_MSG_CHECKING([if libtool supports shared libraries]) + AC_MSG_RESULT([$can_build_shared]) - *nto* | *qnx*) - _LT_TAGVAR(ld_shlibs, $1)=yes - ;; + AC_MSG_CHECKING([whether to build shared libraries]) + test no = "$can_build_shared" && enable_shared=no - openbsd* | bitrig*) - if test -f /usr/libexec/ld.so; then - _LT_TAGVAR(hardcode_direct, $1)=yes - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_direct_absolute, $1)=yes - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' - if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib' - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E' - _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive' - fi - output_verbose_link_cmd=func_echo_all - else - _LT_TAGVAR(ld_shlibs, $1)=no + # On AIX, shared libraries and static libraries use the same namespace, and + # are all built from PIC. + case $host_os in + aix3*) + test yes = "$enable_shared" && enable_static=no + if test -n "$RANLIB"; then + archive_cmds="$archive_cmds~\$RANLIB \$lib" + postinstall_cmds='$RANLIB $lib' + fi + ;; + aix[[4-9]]*) + if test ia64 != "$host_cpu"; then + case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in + yes,aix,yes) ;; # shared object as lib.so file only + yes,svr4,*) ;; # shared object as lib.so archive member only + yes,*) enable_static=no ;; # shared object in lib.a archive as well + esac fi - ;; + ;; + esac + AC_MSG_RESULT([$enable_shared]) - osf3* | osf4* | osf5*) - case $cc_basename in - KCC*) - # Kuck and Associates, Inc. (KAI) C++ Compiler + AC_MSG_CHECKING([whether to build static libraries]) + # Make sure either enable_shared or enable_static is yes. + test yes = "$enable_shared" || enable_static=yes + AC_MSG_RESULT([$enable_static]) - # KCC will only create a shared library if the output file - # ends with ".so" (or ".sl" for HP-UX), so rename the library - # to its proper name (with version) after linking. - _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' + _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu + _LT_TAGVAR(LD, $1)=$LD - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: + ## CAVEAT EMPTOR: + ## There is no encapsulation within the following macros, do not change + ## the running order or otherwise move them around unless you know exactly + ## what you are doing... + _LT_SYS_HIDDEN_LIBDEPS($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_SYS_DYNAMIC_LINKER($1) + _LT_LINKER_HARDCODE_LIBPATH($1) - # Archives containing C++ object files must be created using - # the KAI C++ compiler. - case $host in - osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;; - *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;; - esac - ;; - RCC*) - # Rational C++ 2.4.1 - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - cxx*) - case $host in - osf3*) - _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' - ;; - *) - _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' - _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ - echo "-hidden">> $lib.exp~ - $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~ - $RM $lib.exp' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir' - ;; - esac + _LT_CONFIG($1) + fi # test -n "$compiler" - _LT_TAGVAR(hardcode_libdir_separator, $1)=: + GCC=$lt_save_GCC + CC=$lt_save_CC + CFLAGS=$lt_save_CFLAGS +fi # test yes != "$_lt_disable_FC" - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - # - # There doesn't appear to be a way to prevent this compiler from - # explicitly linking system object files so we need to strip them - # from the output so that they don't get included in the library - # dependencies. - output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' - ;; - *) - if test yes,no = "$GXX,$with_gnu_ld"; then - _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*' - case $host in - osf3*) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib' - ;; - esac +AC_LANG_POP +])# _LT_LANG_FC_CONFIG - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=: - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' +# _LT_LANG_GCJ_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Java Compiler compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_GCJ_CONFIG], +[AC_REQUIRE([LT_PROG_GCJ])dnl +AC_LANG_SAVE - else - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - fi - ;; - esac - ;; +# Source file extension for Java test sources. +ac_ext=java - psos*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; +# Object file extension for compiled Java test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext - sunos4*) - case $cc_basename in - CC*) - # Sun C++ 4.x - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - lcc*) - # Lucid - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; +# Code to be used in simple compile tests +lt_simple_compile_test_code="class foo {}" - solaris*) - case $cc_basename in - CC* | sunCC*) - # Sun C++ 4.2, 5.x and Centerline C++ - _LT_TAGVAR(archive_cmds_need_lc,$1)=yes - _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs' - _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' +# Code to be used in simple link tests +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - case $host_os in - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; - *) - # The compiler driver will combine and reorder linker options, - # but understands '-z linker_flag'. - # Supported since Solaris 2.6 (maybe 2.5.1?) - _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract' - ;; - esac - _LT_TAGVAR(link_all_deplibs, $1)=yes +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER - output_verbose_link_cmd='func_echo_all' +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE - # Archives containing C++ object files must be created using - # "CC -xar", where "CC" is the Sun C++ compiler. This is - # necessary to make sure instantiated templates are included - # in the archive. - _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs' - ;; - gcx*) - # Green Hills C++ Compiler - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GCJ-"gcj"} +CFLAGS=$GCJFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)=$LD +_LT_CC_BASENAME([$compiler]) - # The C++ compiler must be used to create the archive. - _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs' - ;; - *) - # GNU C++ compiler with Solaris linker - if test yes,no = "$GXX,$with_gnu_ld"; then - _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs' - if $CC --version | $GREP -v '^2\.7' > /dev/null; then - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' +# GCJ did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' - else - # g++ 2.7 appears to require '-G' NOT '-shared' on this - # platform. - _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib' - _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~ - $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp' +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds - # Commands to make compiler produce verbose output that lists - # what "hidden" libraries, object files and flags are used when - # linking a shared library. - output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"' - fi +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir' - case $host_os in - solaris2.[[0-5]] | solaris2.[[0-5]].*) ;; - *) - _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract' - ;; - esac - fi - ;; - esac - ;; + _LT_CONFIG($1) +fi - sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*) - _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - runpath_var='LD_RUN_PATH' +AC_LANG_RESTORE - case $cc_basename in - CC*) - _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - esac - ;; +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GCJ_CONFIG - sysv5* | sco3.2v5* | sco5v6*) - # Note: We CANNOT use -z defs as we might desire, because we do not - # link with -lc, and that would cause any symbols used from libc to - # always be unresolved, which means just about no library would - # ever link correctly. If we're not using GNU ld we use -z text - # though, which does catch some bad symbols but isn't as heavy-handed - # as -z defs. - _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text' - _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs' - _LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_TAGVAR(hardcode_shlibpath_var, $1)=no - _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir' - _LT_TAGVAR(hardcode_libdir_separator, $1)=':' - _LT_TAGVAR(link_all_deplibs, $1)=yes - _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport' - runpath_var='LD_RUN_PATH' - case $cc_basename in - CC*) - _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~ - '"$_LT_TAGVAR(old_archive_cmds, $1)" - _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~ - '"$_LT_TAGVAR(reload_cmds, $1)" - ;; - *) - _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags' - ;; - esac - ;; +# _LT_LANG_GO_CONFIG([TAG]) +# -------------------------- +# Ensure that the configuration variables for the GNU Go compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_GO_CONFIG], +[AC_REQUIRE([LT_PROG_GO])dnl +AC_LANG_SAVE - tandem*) - case $cc_basename in - NCC*) - # NonStop-UX NCC 3.20 - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac - ;; +# Source file extension for Go test sources. +ac_ext=go - vxworks*) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; +# Object file extension for compiled Go test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext - *) - # FIXME: insert proper C++ library support - _LT_TAGVAR(ld_shlibs, $1)=no - ;; - esac +# Code to be used in simple compile tests +lt_simple_compile_test_code="package main; func main() { }" - AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)]) - test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no +# Code to be used in simple link tests +lt_simple_link_test_code='package main; func main() { }' - _LT_TAGVAR(GCC, $1)=$GXX - _LT_TAGVAR(LD, $1)=$LD +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER + +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE + +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC=yes +CC=${GOC-"gccgo"} +CFLAGS=$GOFLAGS +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_TAGVAR(LD, $1)=$LD +_LT_CC_BASENAME([$compiler]) - ## CAVEAT EMPTOR: - ## There is no encapsulation within the following macros, do not change - ## the running order or otherwise move them around unless you know exactly - ## what you are doing... - _LT_SYS_HIDDEN_LIBDEPS($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) +# Go did not exist at the time GCC didn't implicitly link libc in. +_LT_TAGVAR(archive_cmds_need_lc, $1)=no - _LT_CONFIG($1) - fi # test -n "$compiler" +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds +_LT_TAGVAR(reload_flag, $1)=$reload_flag +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds - CC=$lt_save_CC - CFLAGS=$lt_save_CFLAGS - LDCXX=$LD - LD=$lt_save_LD - GCC=$lt_save_GCC - with_gnu_ld=$lt_save_with_gnu_ld - lt_cv_path_LDCXX=$lt_cv_path_LD - lt_cv_path_LD=$lt_save_path_LD - lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld - lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld -fi # test yes != "$_lt_caught_CXX_error" +if test -n "$compiler"; then + _LT_COMPILER_NO_RTTI($1) + _LT_COMPILER_PIC($1) + _LT_COMPILER_C_O($1) + _LT_COMPILER_FILE_LOCKS($1) + _LT_LINKER_SHLIBS($1) + _LT_LINKER_HARDCODE_LIBPATH($1) -AC_LANG_POP -])# _LT_LANG_CXX_CONFIG + _LT_CONFIG($1) +fi +AC_LANG_RESTORE -# _LT_FUNC_STRIPNAME_CNF -# ---------------------- -# func_stripname_cnf prefix suffix name -# strip PREFIX and SUFFIX off of NAME. -# PREFIX and SUFFIX must not contain globbing or regex special -# characters, hashes, percent signs, but SUFFIX may contain a leading -# dot (in which case that matches only a dot). -# -# This function is identical to the (non-XSI) version of func_stripname, -# except this one can be used by m4 code that may be executed by configure, -# rather than the libtool script. -m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl -AC_REQUIRE([_LT_DECL_SED]) -AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH]) -func_stripname_cnf () -{ - case @S|@2 in - .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;; - *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;; - esac -} # func_stripname_cnf -])# _LT_FUNC_STRIPNAME_CNF +GCC=$lt_save_GCC +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_GO_CONFIG -# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME]) -# --------------------------------- -# Figure out "hidden" library dependencies from verbose -# compiler output when linking a shared library. -# Parse the compiler output and extract the necessary -# objects, libraries and library flags. -m4_defun([_LT_SYS_HIDDEN_LIBDEPS], -[m4_require([_LT_FILEUTILS_DEFAULTS])dnl -AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl -# Dependencies to place before and after the object being linked: -_LT_TAGVAR(predep_objects, $1)= -_LT_TAGVAR(postdep_objects, $1)= -_LT_TAGVAR(predeps, $1)= -_LT_TAGVAR(postdeps, $1)= -_LT_TAGVAR(compiler_lib_search_path, $1)= +# _LT_LANG_RC_CONFIG([TAG]) +# ------------------------- +# Ensure that the configuration variables for the Windows resource compiler +# are suitably defined. These variables are subsequently used by _LT_CONFIG +# to write the compiler configuration to 'libtool'. +m4_defun([_LT_LANG_RC_CONFIG], +[AC_REQUIRE([LT_PROG_RC])dnl +AC_LANG_SAVE -dnl we can't use the lt_simple_compile_test_code here, -dnl because it contains code intended for an executable, -dnl not a library. It's possible we should let each -dnl tag define a new lt_????_link_test_code variable, -dnl but it's only used here... -m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF -int a; -void foo (void) { a = 0; } -_LT_EOF -], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF -class Foo -{ -public: - Foo (void) { a = 0; } -private: - int a; -}; -_LT_EOF -], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF - subroutine foo - implicit none - integer*4 a - a=0 - return - end -_LT_EOF -], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF - subroutine foo - implicit none - integer a - a=0 - return - end -_LT_EOF -], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF -public class foo { - private int a; - public void bar (void) { - a = 0; - } -}; -_LT_EOF -], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF -package foo -func foo() { -} -_LT_EOF -]) +# Source file extension for RC test sources. +ac_ext=rc -_lt_libdeps_save_CFLAGS=$CFLAGS -case "$CC $CFLAGS " in #( -*\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;; -*\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;; -*\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;; -esac +# Object file extension for compiled RC test sources. +objext=o +_LT_TAGVAR(objext, $1)=$objext -dnl Parse the compiler output and extract the necessary -dnl objects, libraries and library flags. -if AC_TRY_EVAL(ac_compile); then - # Parse the compiler output and extract the necessary - # objects, libraries and library flags. +# Code to be used in simple compile tests +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' - # Sentinel used to keep track of whether or not we are before - # the conftest object file. - pre_test_object_deps_done=no +# Code to be used in simple link tests +lt_simple_link_test_code=$lt_simple_compile_test_code - for p in `eval "$output_verbose_link_cmd"`; do - case $prev$p in +# ltmain only uses $CC for tagged configurations so make sure $CC is set. +_LT_TAG_COMPILER - -L* | -R* | -l*) - # Some compilers place space between "-{L,R}" and the path. - # Remove the space. - if test x-L = "$p" || - test x-R = "$p"; then - prev=$p - continue - fi +# save warnings/boilerplate of simple test code +_LT_COMPILER_BOILERPLATE +_LT_LINKER_BOILERPLATE - # Expand the sysroot to ease extracting the directories later. - if test -z "$prev"; then - case $p in - -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;; - -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;; - -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;; - esac - fi - case $p in - =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;; - esac - if test no = "$pre_test_object_deps_done"; then - case $prev in - -L | -R) - # Internal compiler library paths should come after those - # provided the user. The postdeps already come after the - # user supplied libs so there is no need to process them. - if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then - _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p - else - _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p" - fi - ;; - # The "-l" case would never come before the object being - # linked, so don't bother handling this case. - esac - else - if test -z "$_LT_TAGVAR(postdeps, $1)"; then - _LT_TAGVAR(postdeps, $1)=$prev$p - else - _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p" - fi - fi - prev= - ;; +# Allow CC to be a program name with arguments. +lt_save_CC=$CC +lt_save_CFLAGS=$CFLAGS +lt_save_GCC=$GCC +GCC= +CC=${RC-"windres"} +CFLAGS= +compiler=$CC +_LT_TAGVAR(compiler, $1)=$CC +_LT_CC_BASENAME([$compiler]) +_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes - *.lto.$objext) ;; # Ignore GCC LTO objects - *.$objext) - # This assumes that the test object file only shows up - # once in the compiler output. - if test "$p" = "conftest.$objext"; then - pre_test_object_deps_done=yes - continue - fi +if test -n "$compiler"; then + : + _LT_CONFIG($1) +fi - if test no = "$pre_test_object_deps_done"; then - if test -z "$_LT_TAGVAR(predep_objects, $1)"; then - _LT_TAGVAR(predep_objects, $1)=$p - else - _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p" - fi - else - if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then - _LT_TAGVAR(postdep_objects, $1)=$p - else - _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p" - fi - fi - ;; +GCC=$lt_save_GCC +AC_LANG_RESTORE +CC=$lt_save_CC +CFLAGS=$lt_save_CFLAGS +])# _LT_LANG_RC_CONFIG - *) ;; # Ignore the rest. - esac - done +# LT_PROG_GCJ +# ----------- +AC_DEFUN([LT_PROG_GCJ], +[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], + [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], + [AC_CHECK_TOOL(GCJ, gcj,) + test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" + AC_SUBST(GCJFLAGS)])])[]dnl +]) - # Clean up. - rm -f a.out a.exe -else - echo "libtool.m4: error: problem compiling $1 test program" -fi +# Old name: +AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_GCJ], []) -$RM -f confest.$objext -CFLAGS=$_lt_libdeps_save_CFLAGS -# PORTME: override above test on systems where it is broken -m4_if([$1], [CXX], -[case $host_os in -interix[[3-9]]*) - # Interix 3.5 installs completely hosed .la files for C++, so rather than - # hack all around it, let's just trust "g++" to DTRT. - _LT_TAGVAR(predep_objects,$1)= - _LT_TAGVAR(postdep_objects,$1)= - _LT_TAGVAR(postdeps,$1)= - ;; -esac +# LT_PROG_GO +# ---------- +AC_DEFUN([LT_PROG_GO], +[AC_CHECK_TOOL(GOC, gccgo,) ]) -case " $_LT_TAGVAR(postdeps, $1) " in -*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;; -esac - _LT_TAGVAR(compiler_lib_search_dirs, $1)= -if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then - _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'` -fi -_LT_TAGDECL([], [compiler_lib_search_dirs], [1], - [The directories searched by this compiler when creating a shared library]) -_LT_TAGDECL([], [predep_objects], [1], - [Dependencies to place before and after the objects being linked to - create a shared library]) -_LT_TAGDECL([], [postdep_objects], [1]) -_LT_TAGDECL([], [predeps], [1]) -_LT_TAGDECL([], [postdeps], [1]) -_LT_TAGDECL([], [compiler_lib_search_path], [1], - [The library search path used internally by the compiler when linking - a shared library]) -])# _LT_SYS_HIDDEN_LIBDEPS +# LT_PROG_RC +# ---------- +AC_DEFUN([LT_PROG_RC], +[AC_CHECK_TOOL(RC, windres,) +]) -# _LT_LANG_F77_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for a Fortran 77 compiler are -# suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to 'libtool'. -m4_defun([_LT_LANG_F77_CONFIG], -[AC_LANG_PUSH(Fortran 77) -if test -z "$F77" || test no = "$F77"; then - _lt_disable_F77=yes -fi +# Old name: +AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_RC], []) -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(allow_undefined_flag, $1)= -_LT_TAGVAR(always_export_symbols, $1)=no -_LT_TAGVAR(archive_expsym_cmds, $1)= -_LT_TAGVAR(export_dynamic_flag_spec, $1)= -_LT_TAGVAR(hardcode_direct, $1)=no -_LT_TAGVAR(hardcode_direct_absolute, $1)=no -_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_separator, $1)= -_LT_TAGVAR(hardcode_minus_L, $1)=no -_LT_TAGVAR(hardcode_automatic, $1)=no -_LT_TAGVAR(inherit_rpath, $1)=no -_LT_TAGVAR(module_cmds, $1)= -_LT_TAGVAR(module_expsym_cmds, $1)= -_LT_TAGVAR(link_all_deplibs, $1)=unknown -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -_LT_TAGVAR(no_undefined_flag, $1)= -_LT_TAGVAR(whole_archive_flag_spec, $1)= -_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no -# Source file extension for f77 test sources. -ac_ext=f +# _LT_DECL_EGREP +# -------------- +# If we don't have a new enough Autoconf to choose the best grep +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_EGREP], +[AC_REQUIRE([AC_PROG_EGREP])dnl +AC_REQUIRE([AC_PROG_FGREP])dnl +test -z "$GREP" && GREP=grep +_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) +_LT_DECL([], [EGREP], [1], [An ERE matcher]) +_LT_DECL([], [FGREP], [1], [A literal string matcher]) +dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too +AC_SUBST([GREP]) +]) -# Object file extension for compiled f77 test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext -# No sense in running all these tests if we already determined that -# the F77 compiler isn't working. Some variables (like enable_shared) -# are currently assumed to apply to all compilers on this platform, -# and will be corrupted by setting them based on a non-working compiler. -if test yes != "$_lt_disable_F77"; then - # Code to be used in simple compile tests - lt_simple_compile_test_code="\ - subroutine t - return - end -" +# _LT_DECL_OBJDUMP +# -------------- +# If we don't have a new enough Autoconf to choose the best objdump +# available, choose the one first in the user's PATH. +m4_defun([_LT_DECL_OBJDUMP], +[AC_CHECK_TOOL(OBJDUMP, objdump, false) +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) +AC_SUBST([OBJDUMP]) +]) - # Code to be used in simple link tests - lt_simple_link_test_code="\ - program t - end -" +# _LT_DECL_DLLTOOL +# ---------------- +# Ensure DLLTOOL variable is set. +m4_defun([_LT_DECL_DLLTOOL], +[AC_CHECK_TOOL(DLLTOOL, dlltool, false) +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program]) +AC_SUBST([DLLTOOL]) +]) - # ltmain only uses $CC for tagged configurations so make sure $CC is set. - _LT_TAG_COMPILER +# _LT_DECL_SED +# ------------ +# Check for a fully-functional sed program, that truncates +# as few characters as possible. Prefer GNU sed if found. +m4_defun([_LT_DECL_SED], +[AC_PROG_SED +test -z "$SED" && SED=sed +Xsed="$SED -e 1s/^X//" +_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) +_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], + [Sed that helps us avoid accidentally triggering echo(1) options like -n]) +])# _LT_DECL_SED - # save warnings/boilerplate of simple test code - _LT_COMPILER_BOILERPLATE - _LT_LINKER_BOILERPLATE +m4_ifndef([AC_PROG_SED], [ +# NOTE: This macro has been submitted for inclusion into # +# GNU Autoconf as AC_PROG_SED. When it is available in # +# a released version of Autoconf we should remove this # +# macro and use it instead. # - # Allow CC to be a program name with arguments. - lt_save_CC=$CC - lt_save_GCC=$GCC - lt_save_CFLAGS=$CFLAGS - CC=${F77-"f77"} - CFLAGS=$FFLAGS - compiler=$CC - _LT_TAGVAR(compiler, $1)=$CC - _LT_CC_BASENAME([$compiler]) - GCC=$G77 - if test -n "$compiler"; then - AC_MSG_CHECKING([if libtool supports shared libraries]) - AC_MSG_RESULT([$can_build_shared]) +m4_defun([AC_PROG_SED], +[AC_MSG_CHECKING([for a sed that does not truncate output]) +AC_CACHE_VAL(lt_cv_path_SED, +[# Loop through the user's path and test for sed and gsed. +# Then use that list of sed's as ones to test for truncation. +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for lt_ac_prog in sed gsed; do + for ac_exec_ext in '' $ac_executable_extensions; do + if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then + lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" + fi + done + done +done +IFS=$as_save_IFS +lt_ac_max=0 +lt_ac_count=0 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris +# along with /bin/sed that truncates output. +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do + test ! -f "$lt_ac_sed" && continue + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in + # Check for GNU sed and select it if it is found. + if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then + lt_cv_path_SED=$lt_ac_sed + break + fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + cp conftest.in conftest.nl + echo >>conftest.nl + $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break + cmp -s conftest.out conftest.nl || break + # 10000 chars as input seems more than enough + test 10 -lt "$lt_ac_count" && break + lt_ac_count=`expr $lt_ac_count + 1` + if test "$lt_ac_count" -gt "$lt_ac_max"; then + lt_ac_max=$lt_ac_count + lt_cv_path_SED=$lt_ac_sed + fi + done +done +]) +SED=$lt_cv_path_SED +AC_SUBST([SED]) +AC_MSG_RESULT([$SED]) +])#AC_PROG_SED +])#m4_ifndef + +# Old name: +AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([LT_AC_PROG_SED], []) + + +# _LT_CHECK_SHELL_FEATURES +# ------------------------ +# Find out whether the shell is Bourne or XSI compatible, +# or has some other useful features. +m4_defun([_LT_CHECK_SHELL_FEATURES], +[if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then + lt_unset=unset +else + lt_unset=false +fi +_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl - AC_MSG_CHECKING([whether to build shared libraries]) - test no = "$can_build_shared" && enable_shared=no +# test EBCDIC or ASCII +case `echo X|tr X '\101'` in + A) # ASCII based system + # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr + lt_SP2NL='tr \040 \012' + lt_NL2SP='tr \015\012 \040\040' + ;; + *) # EBCDIC based system + lt_SP2NL='tr \100 \n' + lt_NL2SP='tr \r\n \100\100' + ;; +esac +_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl +_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl +])# _LT_CHECK_SHELL_FEATURES - # On AIX, shared libraries and static libraries use the same namespace, and - # are all built from PIC. - case $host_os in - aix3*) - test yes = "$enable_shared" && enable_static=no - if test -n "$RANLIB"; then - archive_cmds="$archive_cmds~\$RANLIB \$lib" - postinstall_cmds='$RANLIB $lib' - fi + +# _LT_PATH_CONVERSION_FUNCTIONS +# ----------------------------- +# Determine what file name conversion functions should be used by +# func_to_host_file (and, implicitly, by func_to_host_path). These are needed +# for certain cross-compile configurations and native mingw. +m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +AC_REQUIRE([AC_CANONICAL_BUILD])dnl +AC_MSG_CHECKING([how to convert $build file names to $host format]) +AC_CACHE_VAL(lt_cv_to_host_file_cmd, +[case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 ;; - aix[[4-9]]*) - if test ia64 != "$host_cpu"; then - case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in - yes,aix,yes) ;; # shared object as lib.so file only - yes,svr4,*) ;; # shared object as lib.so archive member only - yes,*) enable_static=no ;; # shared object in lib.a archive as well - esac - fi + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 ;; esac - AC_MSG_RESULT([$enable_shared]) + ;; + *-*-cygwin* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin + ;; + *-*-cygwin* ) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; + * ) # otherwise, assume *nix + lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin + ;; + esac + ;; + * ) # unhandled hosts (and "normal" native builds) + lt_cv_to_host_file_cmd=func_convert_file_noop + ;; +esac +]) +to_host_file_cmd=$lt_cv_to_host_file_cmd +AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) +_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], + [0], [convert $build file names to $host format])dnl - AC_MSG_CHECKING([whether to build static libraries]) - # Make sure either enable_shared or enable_static is yes. - test yes = "$enable_shared" || enable_static=yes - AC_MSG_RESULT([$enable_static]) +AC_MSG_CHECKING([how to convert $build file names to toolchain format]) +AC_CACHE_VAL(lt_cv_to_tool_file_cmd, +[#assume ordinary cross tools, or native build. +lt_cv_to_tool_file_cmd=func_convert_file_noop +case $host in + *-*-mingw* ) + case $build in + *-*-mingw* ) # actually msys + lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 + ;; + esac + ;; +esac +]) +to_tool_file_cmd=$lt_cv_to_tool_file_cmd +AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) +_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], + [0], [convert $build files to toolchain format])dnl +])# _LT_PATH_CONVERSION_FUNCTIONS - _LT_TAGVAR(GCC, $1)=$G77 - _LT_TAGVAR(LD, $1)=$LD +# Helper functions for option handling. -*- Autoconf -*- +# +# Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software +# Foundation, Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. - ## CAVEAT EMPTOR: - ## There is no encapsulation within the following macros, do not change - ## the running order or otherwise move them around unless you know exactly - ## what you are doing... - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) +# serial 8 ltoptions.m4 - _LT_CONFIG($1) - fi # test -n "$compiler" +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) - GCC=$lt_save_GCC - CC=$lt_save_CC - CFLAGS=$lt_save_CFLAGS -fi # test yes != "$_lt_disable_F77" -AC_LANG_POP -])# _LT_LANG_F77_CONFIG +# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) +# ------------------------------------------ +m4_define([_LT_MANGLE_OPTION], +[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) -# _LT_LANG_FC_CONFIG([TAG]) -# ------------------------- -# Ensure that the configuration variables for a Fortran compiler are -# suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to 'libtool'. -m4_defun([_LT_LANG_FC_CONFIG], -[AC_LANG_PUSH(Fortran) +# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) +# --------------------------------------- +# Set option OPTION-NAME for macro MACRO-NAME, and if there is a +# matching handler defined, dispatch to it. Other OPTION-NAMEs are +# saved as a flag. +m4_define([_LT_SET_OPTION], +[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl +m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), + _LT_MANGLE_DEFUN([$1], [$2]), + [m4_warning([Unknown $1 option '$2'])])[]dnl +]) -if test -z "$FC" || test no = "$FC"; then - _lt_disable_FC=yes -fi -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(allow_undefined_flag, $1)= -_LT_TAGVAR(always_export_symbols, $1)=no -_LT_TAGVAR(archive_expsym_cmds, $1)= -_LT_TAGVAR(export_dynamic_flag_spec, $1)= -_LT_TAGVAR(hardcode_direct, $1)=no -_LT_TAGVAR(hardcode_direct_absolute, $1)=no -_LT_TAGVAR(hardcode_libdir_flag_spec, $1)= -_LT_TAGVAR(hardcode_libdir_separator, $1)= -_LT_TAGVAR(hardcode_minus_L, $1)=no -_LT_TAGVAR(hardcode_automatic, $1)=no -_LT_TAGVAR(inherit_rpath, $1)=no -_LT_TAGVAR(module_cmds, $1)= -_LT_TAGVAR(module_expsym_cmds, $1)= -_LT_TAGVAR(link_all_deplibs, $1)=unknown -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -_LT_TAGVAR(no_undefined_flag, $1)= -_LT_TAGVAR(whole_archive_flag_spec, $1)= -_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no +# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) +# ------------------------------------------------------------ +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +m4_define([_LT_IF_OPTION], +[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) -# Source file extension for fc test sources. -ac_ext=${ac_fc_srcext-f} -# Object file extension for compiled fc test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext +# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) +# ------------------------------------------------------- +# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME +# are set. +m4_define([_LT_UNLESS_OPTIONS], +[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), + [m4_define([$0_found])])])[]dnl +m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 +])[]dnl +]) -# No sense in running all these tests if we already determined that -# the FC compiler isn't working. Some variables (like enable_shared) -# are currently assumed to apply to all compilers on this platform, -# and will be corrupted by setting them based on a non-working compiler. -if test yes != "$_lt_disable_FC"; then - # Code to be used in simple compile tests - lt_simple_compile_test_code="\ - subroutine t - return - end -" - # Code to be used in simple link tests - lt_simple_link_test_code="\ - program t - end -" +# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) +# ---------------------------------------- +# OPTION-LIST is a space-separated list of Libtool options associated +# with MACRO-NAME. If any OPTION has a matching handler declared with +# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about +# the unknown option and exit. +m4_defun([_LT_SET_OPTIONS], +[# Set options +m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), + [_LT_SET_OPTION([$1], _LT_Option)]) + +m4_if([$1],[LT_INIT],[ + dnl + dnl Simply set some default values (i.e off) if boolean options were not + dnl specified: + _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no + ]) + _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no + ]) + dnl + dnl If no reference was made to various pairs of opposing options, then + dnl we run the default mode handler for the pair. For example, if neither + dnl 'shared' nor 'disable-shared' was passed, we enable building of shared + dnl archives by default: + _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) + _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) + _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], + [_LT_ENABLE_FAST_INSTALL]) + _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], + [_LT_WITH_AIX_SONAME([aix])]) + ]) +])# _LT_SET_OPTIONS + + + +# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) +# ----------------------------------------- +m4_define([_LT_MANGLE_DEFUN], +[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) + - # ltmain only uses $CC for tagged configurations so make sure $CC is set. - _LT_TAG_COMPILER +# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) +# ----------------------------------------------- +m4_define([LT_OPTION_DEFINE], +[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl +])# LT_OPTION_DEFINE - # save warnings/boilerplate of simple test code - _LT_COMPILER_BOILERPLATE - _LT_LINKER_BOILERPLATE - # Allow CC to be a program name with arguments. - lt_save_CC=$CC - lt_save_GCC=$GCC - lt_save_CFLAGS=$CFLAGS - CC=${FC-"f95"} - CFLAGS=$FCFLAGS - compiler=$CC - GCC=$ac_cv_fc_compiler_gnu +# dlopen +# ------ +LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes +]) - _LT_TAGVAR(compiler, $1)=$CC - _LT_CC_BASENAME([$compiler]) +AU_DEFUN([AC_LIBTOOL_DLOPEN], +[_LT_SET_OPTION([LT_INIT], [dlopen]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'dlopen' option into LT_INIT's first parameter.]) +]) - if test -n "$compiler"; then - AC_MSG_CHECKING([if libtool supports shared libraries]) - AC_MSG_RESULT([$can_build_shared]) +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) - AC_MSG_CHECKING([whether to build shared libraries]) - test no = "$can_build_shared" && enable_shared=no - # On AIX, shared libraries and static libraries use the same namespace, and - # are all built from PIC. - case $host_os in - aix3*) - test yes = "$enable_shared" && enable_static=no - if test -n "$RANLIB"; then - archive_cmds="$archive_cmds~\$RANLIB \$lib" - postinstall_cmds='$RANLIB $lib' - fi - ;; - aix[[4-9]]*) - if test ia64 != "$host_cpu"; then - case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in - yes,aix,yes) ;; # shared object as lib.so file only - yes,svr4,*) ;; # shared object as lib.so archive member only - yes,*) enable_static=no ;; # shared object in lib.a archive as well - esac - fi - ;; - esac - AC_MSG_RESULT([$enable_shared]) +# win32-dll +# --------- +# Declare package support for building win32 dll's. +LT_OPTION_DEFINE([LT_INIT], [win32-dll], +[enable_win32_dll=yes - AC_MSG_CHECKING([whether to build static libraries]) - # Make sure either enable_shared or enable_static is yes. - test yes = "$enable_shared" || enable_static=yes - AC_MSG_RESULT([$enable_static]) +case $host in +*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) + AC_CHECK_TOOL(AS, as, false) + AC_CHECK_TOOL(DLLTOOL, dlltool, false) + AC_CHECK_TOOL(OBJDUMP, objdump, false) + ;; +esac - _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu - _LT_TAGVAR(LD, $1)=$LD +test -z "$AS" && AS=as +_LT_DECL([], [AS], [1], [Assembler program])dnl - ## CAVEAT EMPTOR: - ## There is no encapsulation within the following macros, do not change - ## the running order or otherwise move them around unless you know exactly - ## what you are doing... - _LT_SYS_HIDDEN_LIBDEPS($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_SYS_DYNAMIC_LINKER($1) - _LT_LINKER_HARDCODE_LIBPATH($1) +test -z "$DLLTOOL" && DLLTOOL=dlltool +_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl - _LT_CONFIG($1) - fi # test -n "$compiler" +test -z "$OBJDUMP" && OBJDUMP=objdump +_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl +])# win32-dll - GCC=$lt_save_GCC - CC=$lt_save_CC - CFLAGS=$lt_save_CFLAGS -fi # test yes != "$_lt_disable_FC" +AU_DEFUN([AC_LIBTOOL_WIN32_DLL], +[AC_REQUIRE([AC_CANONICAL_HOST])dnl +_LT_SET_OPTION([LT_INIT], [win32-dll]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'win32-dll' option into LT_INIT's first parameter.]) +]) -AC_LANG_POP -])# _LT_LANG_FC_CONFIG +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) -# _LT_LANG_GCJ_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for the GNU Java Compiler compiler -# are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to 'libtool'. -m4_defun([_LT_LANG_GCJ_CONFIG], -[AC_REQUIRE([LT_PROG_GCJ])dnl -AC_LANG_SAVE +# _LT_ENABLE_SHARED([DEFAULT]) +# ---------------------------- +# implement the --enable-shared flag, and supports the 'shared' and +# 'disable-shared' LT_INIT options. +# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. +m4_define([_LT_ENABLE_SHARED], +[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([shared], + [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], + [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_shared=yes ;; + no) enable_shared=no ;; + *) + enable_shared=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_shared=yes + fi + done + IFS=$lt_save_ifs + ;; + esac], + [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) -# Source file extension for Java test sources. -ac_ext=java + _LT_DECL([build_libtool_libs], [enable_shared], [0], + [Whether or not to build shared libraries]) +])# _LT_ENABLE_SHARED -# Object file extension for compiled Java test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext +LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) -# Code to be used in simple compile tests -lt_simple_compile_test_code="class foo {}" +# Old names: +AC_DEFUN([AC_ENABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) +]) -# Code to be used in simple link tests -lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }' +AC_DEFUN([AC_DISABLE_SHARED], +[_LT_SET_OPTION([LT_INIT], [disable-shared]) +]) -# ltmain only uses $CC for tagged configurations so make sure $CC is set. -_LT_TAG_COMPILER +AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) +AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_SHARED], []) +dnl AC_DEFUN([AM_DISABLE_SHARED], []) -# Allow CC to be a program name with arguments. -lt_save_CC=$CC -lt_save_CFLAGS=$CFLAGS -lt_save_GCC=$GCC -GCC=yes -CC=${GCJ-"gcj"} -CFLAGS=$GCJFLAGS -compiler=$CC -_LT_TAGVAR(compiler, $1)=$CC -_LT_TAGVAR(LD, $1)=$LD -_LT_CC_BASENAME([$compiler]) -# GCJ did not exist at the time GCC didn't implicitly link libc in. -_LT_TAGVAR(archive_cmds_need_lc, $1)=no -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds +# _LT_ENABLE_STATIC([DEFAULT]) +# ---------------------------- +# implement the --enable-static flag, and support the 'static' and +# 'disable-static' LT_INIT options. +# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. +m4_define([_LT_ENABLE_STATIC], +[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([static], + [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], + [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_static=yes ;; + no) enable_static=no ;; + *) + enable_static=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_static=yes + fi + done + IFS=$lt_save_ifs + ;; + esac], + [enable_static=]_LT_ENABLE_STATIC_DEFAULT) -if test -n "$compiler"; then - _LT_COMPILER_NO_RTTI($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_LINKER_HARDCODE_LIBPATH($1) + _LT_DECL([build_old_libs], [enable_static], [0], + [Whether or not to build static libraries]) +])# _LT_ENABLE_STATIC - _LT_CONFIG($1) -fi +LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) -AC_LANG_RESTORE +# Old names: +AC_DEFUN([AC_ENABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) +]) -GCC=$lt_save_GCC -CC=$lt_save_CC -CFLAGS=$lt_save_CFLAGS -])# _LT_LANG_GCJ_CONFIG +AC_DEFUN([AC_DISABLE_STATIC], +[_LT_SET_OPTION([LT_INIT], [disable-static]) +]) +AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) +AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) -# _LT_LANG_GO_CONFIG([TAG]) -# -------------------------- -# Ensure that the configuration variables for the GNU Go compiler -# are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to 'libtool'. -m4_defun([_LT_LANG_GO_CONFIG], -[AC_REQUIRE([LT_PROG_GO])dnl -AC_LANG_SAVE +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AM_ENABLE_STATIC], []) +dnl AC_DEFUN([AM_DISABLE_STATIC], []) -# Source file extension for Go test sources. -ac_ext=go -# Object file extension for compiled Go test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext -# Code to be used in simple compile tests -lt_simple_compile_test_code="package main; func main() { }" +# _LT_ENABLE_FAST_INSTALL([DEFAULT]) +# ---------------------------------- +# implement the --enable-fast-install flag, and support the 'fast-install' +# and 'disable-fast-install' LT_INIT options. +# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. +m4_define([_LT_ENABLE_FAST_INSTALL], +[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl +AC_ARG_ENABLE([fast-install], + [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], + [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], + [p=${PACKAGE-default} + case $enableval in + yes) enable_fast_install=yes ;; + no) enable_fast_install=no ;; + *) + enable_fast_install=no + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for pkg in $enableval; do + IFS=$lt_save_ifs + if test "X$pkg" = "X$p"; then + enable_fast_install=yes + fi + done + IFS=$lt_save_ifs + ;; + esac], + [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) -# Code to be used in simple link tests -lt_simple_link_test_code='package main; func main() { }' +_LT_DECL([fast_install], [enable_fast_install], [0], + [Whether or not to optimize for fast installation])dnl +])# _LT_ENABLE_FAST_INSTALL -# ltmain only uses $CC for tagged configurations so make sure $CC is set. -_LT_TAG_COMPILER +LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) +LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE +# Old names: +AU_DEFUN([AC_ENABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'fast-install' option into LT_INIT's first parameter.]) +]) -# Allow CC to be a program name with arguments. -lt_save_CC=$CC -lt_save_CFLAGS=$CFLAGS -lt_save_GCC=$GCC -GCC=yes -CC=${GOC-"gccgo"} -CFLAGS=$GOFLAGS -compiler=$CC -_LT_TAGVAR(compiler, $1)=$CC -_LT_TAGVAR(LD, $1)=$LD -_LT_CC_BASENAME([$compiler]) +AU_DEFUN([AC_DISABLE_FAST_INSTALL], +[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you put +the 'disable-fast-install' option into LT_INIT's first parameter.]) +]) -# Go did not exist at the time GCC didn't implicitly link libc in. -_LT_TAGVAR(archive_cmds_need_lc, $1)=no +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) +dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) -_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds -_LT_TAGVAR(reload_flag, $1)=$reload_flag -_LT_TAGVAR(reload_cmds, $1)=$reload_cmds -if test -n "$compiler"; then - _LT_COMPILER_NO_RTTI($1) - _LT_COMPILER_PIC($1) - _LT_COMPILER_C_O($1) - _LT_COMPILER_FILE_LOCKS($1) - _LT_LINKER_SHLIBS($1) - _LT_LINKER_HARDCODE_LIBPATH($1) +# _LT_WITH_AIX_SONAME([DEFAULT]) +# ---------------------------------- +# implement the --with-aix-soname flag, and support the `aix-soname=aix' +# and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT +# is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. +m4_define([_LT_WITH_AIX_SONAME], +[m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl +shared_archive_member_spec= +case $host,$enable_shared in +power*-*-aix[[5-9]]*,yes) + AC_MSG_CHECKING([which variant of shared library versioning to provide]) + AC_ARG_WITH([aix-soname], + [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], + [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])], + [case $withval in + aix|svr4|both) + ;; + *) + AC_MSG_ERROR([Unknown argument to --with-aix-soname]) + ;; + esac + lt_cv_with_aix_soname=$with_aix_soname], + [AC_CACHE_VAL([lt_cv_with_aix_soname], + [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT) + with_aix_soname=$lt_cv_with_aix_soname]) + AC_MSG_RESULT([$with_aix_soname]) + if test aix != "$with_aix_soname"; then + # For the AIX way of multilib, we name the shared archive member + # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', + # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. + # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, + # the AIX toolchain works better with OBJECT_MODE set (default 32). + if test 64 = "${OBJECT_MODE-32}"; then + shared_archive_member_spec=shr_64 + else + shared_archive_member_spec=shr + fi + fi + ;; +*) + with_aix_soname=aix + ;; +esac - _LT_CONFIG($1) -fi +_LT_DECL([], [shared_archive_member_spec], [0], + [Shared archive member basename, for filename based shared library versioning on AIX])dnl +])# _LT_WITH_AIX_SONAME -AC_LANG_RESTORE +LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])]) +LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) +LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])]) -GCC=$lt_save_GCC -CC=$lt_save_CC -CFLAGS=$lt_save_CFLAGS -])# _LT_LANG_GO_CONFIG +# _LT_WITH_PIC([MODE]) +# -------------------- +# implement the --with-pic flag, and support the 'pic-only' and 'no-pic' +# LT_INIT options. +# MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. +m4_define([_LT_WITH_PIC], +[AC_ARG_WITH([pic], + [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], + [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], + [lt_p=${PACKAGE-default} + case $withval in + yes|no) pic_mode=$withval ;; + *) + pic_mode=default + # Look at the argument we got. We use all the common list separators. + lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, + for lt_pkg in $withval; do + IFS=$lt_save_ifs + if test "X$lt_pkg" = "X$lt_p"; then + pic_mode=yes + fi + done + IFS=$lt_save_ifs + ;; + esac], + [pic_mode=m4_default([$1], [default])]) -# _LT_LANG_RC_CONFIG([TAG]) -# ------------------------- -# Ensure that the configuration variables for the Windows resource compiler -# are suitably defined. These variables are subsequently used by _LT_CONFIG -# to write the compiler configuration to 'libtool'. -m4_defun([_LT_LANG_RC_CONFIG], -[AC_REQUIRE([LT_PROG_RC])dnl -AC_LANG_SAVE +_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl +])# _LT_WITH_PIC -# Source file extension for RC test sources. -ac_ext=rc +LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) +LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) -# Object file extension for compiled RC test sources. -objext=o -_LT_TAGVAR(objext, $1)=$objext +# Old name: +AU_DEFUN([AC_LIBTOOL_PICMODE], +[_LT_SET_OPTION([LT_INIT], [pic-only]) +AC_DIAGNOSE([obsolete], +[$0: Remove this warning and the call to _LT_SET_OPTION when you +put the 'pic-only' option into LT_INIT's first parameter.]) +]) -# Code to be used in simple compile tests -lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }' +dnl aclocal-1.4 backwards compatibility: +dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) -# Code to be used in simple link tests -lt_simple_link_test_code=$lt_simple_compile_test_code -# ltmain only uses $CC for tagged configurations so make sure $CC is set. -_LT_TAG_COMPILER +m4_define([_LTDL_MODE], []) +LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], + [m4_define([_LTDL_MODE], [nonrecursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [recursive], + [m4_define([_LTDL_MODE], [recursive])]) +LT_OPTION_DEFINE([LTDL_INIT], [subproject], + [m4_define([_LTDL_MODE], [subproject])]) -# save warnings/boilerplate of simple test code -_LT_COMPILER_BOILERPLATE -_LT_LINKER_BOILERPLATE +m4_define([_LTDL_TYPE], []) +LT_OPTION_DEFINE([LTDL_INIT], [installable], + [m4_define([_LTDL_TYPE], [installable])]) +LT_OPTION_DEFINE([LTDL_INIT], [convenience], + [m4_define([_LTDL_TYPE], [convenience])]) -# Allow CC to be a program name with arguments. -lt_save_CC=$CC -lt_save_CFLAGS=$CFLAGS -lt_save_GCC=$GCC -GCC= -CC=${RC-"windres"} -CFLAGS= -compiler=$CC -_LT_TAGVAR(compiler, $1)=$CC -_LT_CC_BASENAME([$compiler]) -_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes +# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- +# +# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software +# Foundation, Inc. +# Written by Gary V. Vaughan, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. -if test -n "$compiler"; then - : - _LT_CONFIG($1) -fi +# serial 6 ltsugar.m4 + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) -GCC=$lt_save_GCC -AC_LANG_RESTORE -CC=$lt_save_CC -CFLAGS=$lt_save_CFLAGS -])# _LT_LANG_RC_CONFIG +# lt_join(SEP, ARG1, [ARG2...]) +# ----------------------------- +# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their +# associated separator. +# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier +# versions in m4sugar had bugs. +m4_define([lt_join], +[m4_if([$#], [1], [], + [$#], [2], [[$2]], + [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) +m4_define([_lt_join], +[m4_if([$#$2], [2], [], + [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) -# LT_PROG_GCJ -# ----------- -AC_DEFUN([LT_PROG_GCJ], -[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ], - [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ], - [AC_CHECK_TOOL(GCJ, gcj,) - test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2" - AC_SUBST(GCJFLAGS)])])[]dnl -]) -# Old name: -AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([LT_AC_PROG_GCJ], []) +# lt_car(LIST) +# lt_cdr(LIST) +# ------------ +# Manipulate m4 lists. +# These macros are necessary as long as will still need to support +# Autoconf-2.59, which quotes differently. +m4_define([lt_car], [[$1]]) +m4_define([lt_cdr], +[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], + [$#], 1, [], + [m4_dquote(m4_shift($@))])]) +m4_define([lt_unquote], $1) -# LT_PROG_GO -# ---------- -AC_DEFUN([LT_PROG_GO], -[AC_CHECK_TOOL(GOC, gccgo,) -]) +# lt_append(MACRO-NAME, STRING, [SEPARATOR]) +# ------------------------------------------ +# Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. +# Note that neither SEPARATOR nor STRING are expanded; they are appended +# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). +# No SEPARATOR is output if MACRO-NAME was previously undefined (different +# than defined and empty). +# +# This macro is needed until we can rely on Autoconf 2.62, since earlier +# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. +m4_define([lt_append], +[m4_define([$1], + m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) -# LT_PROG_RC -# ---------- -AC_DEFUN([LT_PROG_RC], -[AC_CHECK_TOOL(RC, windres,) -]) -# Old name: -AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([LT_AC_PROG_RC], []) +# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) +# ---------------------------------------------------------- +# Produce a SEP delimited list of all paired combinations of elements of +# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list +# has the form PREFIXmINFIXSUFFIXn. +# Needed until we can rely on m4_combine added in Autoconf 2.62. +m4_define([lt_combine], +[m4_if(m4_eval([$# > 3]), [1], + [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl +[[m4_foreach([_Lt_prefix], [$2], + [m4_foreach([_Lt_suffix], + ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, + [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) -# _LT_DECL_EGREP -# -------------- -# If we don't have a new enough Autoconf to choose the best grep -# available, choose the one first in the user's PATH. -m4_defun([_LT_DECL_EGREP], -[AC_REQUIRE([AC_PROG_EGREP])dnl -AC_REQUIRE([AC_PROG_FGREP])dnl -test -z "$GREP" && GREP=grep -_LT_DECL([], [GREP], [1], [A grep program that handles long lines]) -_LT_DECL([], [EGREP], [1], [An ERE matcher]) -_LT_DECL([], [FGREP], [1], [A literal string matcher]) -dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too -AC_SUBST([GREP]) -]) +# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) +# ----------------------------------------------------------------------- +# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited +# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. +m4_define([lt_if_append_uniq], +[m4_ifdef([$1], + [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], + [lt_append([$1], [$2], [$3])$4], + [$5])], + [lt_append([$1], [$2], [$3])$4])]) -# _LT_DECL_OBJDUMP -# -------------- -# If we don't have a new enough Autoconf to choose the best objdump -# available, choose the one first in the user's PATH. -m4_defun([_LT_DECL_OBJDUMP], -[AC_CHECK_TOOL(OBJDUMP, objdump, false) -test -z "$OBJDUMP" && OBJDUMP=objdump -_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper]) -AC_SUBST([OBJDUMP]) -]) +# lt_dict_add(DICT, KEY, VALUE) +# ----------------------------- +m4_define([lt_dict_add], +[m4_define([$1($2)], [$3])]) -# _LT_DECL_DLLTOOL -# ---------------- -# Ensure DLLTOOL variable is set. -m4_defun([_LT_DECL_DLLTOOL], -[AC_CHECK_TOOL(DLLTOOL, dlltool, false) -test -z "$DLLTOOL" && DLLTOOL=dlltool -_LT_DECL([], [DLLTOOL], [1], [DLL creation program]) -AC_SUBST([DLLTOOL]) -]) -# _LT_DECL_SED -# ------------ -# Check for a fully-functional sed program, that truncates -# as few characters as possible. Prefer GNU sed if found. -m4_defun([_LT_DECL_SED], -[AC_PROG_SED -test -z "$SED" && SED=sed -Xsed="$SED -e 1s/^X//" -_LT_DECL([], [SED], [1], [A sed program that does not truncate output]) -_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"], - [Sed that helps us avoid accidentally triggering echo(1) options like -n]) -])# _LT_DECL_SED +# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) +# -------------------------------------------- +m4_define([lt_dict_add_subkey], +[m4_define([$1($2:$3)], [$4])]) -m4_ifndef([AC_PROG_SED], [ -# NOTE: This macro has been submitted for inclusion into # -# GNU Autoconf as AC_PROG_SED. When it is available in # -# a released version of Autoconf we should remove this # -# macro and use it instead. # -m4_defun([AC_PROG_SED], -[AC_MSG_CHECKING([for a sed that does not truncate output]) -AC_CACHE_VAL(lt_cv_path_SED, -[# Loop through the user's path and test for sed and gsed. -# Then use that list of sed's as ones to test for truncation. -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in $PATH -do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for lt_ac_prog in sed gsed; do - for ac_exec_ext in '' $ac_executable_extensions; do - if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then - lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext" - fi - done - done -done -IFS=$as_save_IFS -lt_ac_max=0 -lt_ac_count=0 -# Add /usr/xpg4/bin/sed as it is typically found on Solaris -# along with /bin/sed that truncates output. -for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do - test ! -f "$lt_ac_sed" && continue - cat /dev/null > conftest.in - lt_ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >conftest.in - # Check for GNU sed and select it if it is found. - if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then - lt_cv_path_SED=$lt_ac_sed - break - fi - while true; do - cat conftest.in conftest.in >conftest.tmp - mv conftest.tmp conftest.in - cp conftest.in conftest.nl - echo >>conftest.nl - $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break - cmp -s conftest.out conftest.nl || break - # 10000 chars as input seems more than enough - test 10 -lt "$lt_ac_count" && break - lt_ac_count=`expr $lt_ac_count + 1` - if test "$lt_ac_count" -gt "$lt_ac_max"; then - lt_ac_max=$lt_ac_count - lt_cv_path_SED=$lt_ac_sed - fi - done -done -]) -SED=$lt_cv_path_SED -AC_SUBST([SED]) -AC_MSG_RESULT([$SED]) -])#AC_PROG_SED -])#m4_ifndef +# lt_dict_fetch(DICT, KEY, [SUBKEY]) +# ---------------------------------- +m4_define([lt_dict_fetch], +[m4_ifval([$3], + m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), + m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) -# Old name: -AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([LT_AC_PROG_SED], []) +# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) +# ----------------------------------------------------------------- +m4_define([lt_if_dict_fetch], +[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], + [$5], + [$6])]) -# _LT_CHECK_SHELL_FEATURES -# ------------------------ -# Find out whether the shell is Bourne or XSI compatible, -# or has some other useful features. -m4_defun([_LT_CHECK_SHELL_FEATURES], -[if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then - lt_unset=unset -else - lt_unset=false -fi -_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl -# test EBCDIC or ASCII -case `echo X|tr X '\101'` in - A) # ASCII based system - # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr - lt_SP2NL='tr \040 \012' - lt_NL2SP='tr \015\012 \040\040' - ;; - *) # EBCDIC based system - lt_SP2NL='tr \100 \n' - lt_NL2SP='tr \r\n \100\100' - ;; -esac -_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl -_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl -])# _LT_CHECK_SHELL_FEATURES +# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) +# -------------------------------------------------------------- +m4_define([lt_dict_filter], +[m4_if([$5], [], [], + [lt_join(m4_quote(m4_default([$4], [[, ]])), + lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), + [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl +]) +# ltversion.m4 -- version numbers -*- Autoconf -*- +# +# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. +# Written by Scott James Remnant, 2004 +# +# This file is free software; the Free Software Foundation gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. -# _LT_PATH_CONVERSION_FUNCTIONS -# ----------------------------- -# Determine what file name conversion functions should be used by -# func_to_host_file (and, implicitly, by func_to_host_path). These are needed -# for certain cross-compile configurations and native mingw. -m4_defun([_LT_PATH_CONVERSION_FUNCTIONS], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -AC_REQUIRE([AC_CANONICAL_BUILD])dnl -AC_MSG_CHECKING([how to convert $build file names to $host format]) -AC_CACHE_VAL(lt_cv_to_host_file_cmd, -[case $host in - *-*-mingw* ) - case $build in - *-*-mingw* ) # actually msys - lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 - ;; - *-*-cygwin* ) - lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32 - ;; - * ) # otherwise, assume *nix - lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32 - ;; - esac - ;; - *-*-cygwin* ) - case $build in - *-*-mingw* ) # actually msys - lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin - ;; - *-*-cygwin* ) - lt_cv_to_host_file_cmd=func_convert_file_noop - ;; - * ) # otherwise, assume *nix - lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin - ;; - esac - ;; - * ) # unhandled hosts (and "normal" native builds) - lt_cv_to_host_file_cmd=func_convert_file_noop - ;; -esac -]) -to_host_file_cmd=$lt_cv_to_host_file_cmd -AC_MSG_RESULT([$lt_cv_to_host_file_cmd]) -_LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd], - [0], [convert $build file names to $host format])dnl +# @configure_input@ -AC_MSG_CHECKING([how to convert $build file names to toolchain format]) -AC_CACHE_VAL(lt_cv_to_tool_file_cmd, -[#assume ordinary cross tools, or native build. -lt_cv_to_tool_file_cmd=func_convert_file_noop -case $host in - *-*-mingw* ) - case $build in - *-*-mingw* ) # actually msys - lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 - ;; - esac - ;; -esac +# serial 4179 ltversion.m4 +# This file is part of GNU Libtool + +m4_define([LT_PACKAGE_VERSION], [2.4.6]) +m4_define([LT_PACKAGE_REVISION], [2.4.6]) + +AC_DEFUN([LTVERSION_VERSION], +[macro_version='2.4.6' +macro_revision='2.4.6' +_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) +_LT_DECL(, macro_revision, 0) ]) -to_tool_file_cmd=$lt_cv_to_tool_file_cmd -AC_MSG_RESULT([$lt_cv_to_tool_file_cmd]) -_LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd], - [0], [convert $build files to toolchain format])dnl -])# _LT_PATH_CONVERSION_FUNCTIONS -# Helper functions for option handling. -*- Autoconf -*- +# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- # -# Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software +# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software # Foundation, Inc. -# Written by Gary V. Vaughan, 2004 +# Written by Scott James Remnant, 2004. # # This file is free software; the Free Software Foundation gives # unlimited permission to copy and/or distribute it, with or without # modifications, as long as this notice is preserved. -# serial 8 ltoptions.m4 +# serial 5 lt~obsolete.m4 + +# These exist entirely to fool aclocal when bootstrapping libtool. +# +# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN), +# which have later been changed to m4_define as they aren't part of the +# exported API, or moved to Autoconf or Automake where they belong. +# +# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN +# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us +# using a macro with the same name in our local m4/libtool.m4 it'll +# pull the old libtool.m4 in (it doesn't see our shiny new m4_define +# and doesn't know about Autoconf macros at all.) +# +# So we provide this file, which has a silly filename so it's always +# included after everything else. This provides aclocal with the +# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything +# because those macros already exist, or will be overwritten later. +# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. +# +# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. +# Yes, that means every name once taken will need to remain here until +# we give up compatibility with versions before 1.7, at which point +# we need to keep only those names which we still refer to. + +# This is to help aclocal find these macros, as it can't see m4_define. +AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) + +m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) +m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) +m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) +m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) +m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) +m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) +m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) +m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) +m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) +m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) +m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) +m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) +m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) +m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) +m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) +m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) +m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) +m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) +m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) +m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) +m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) +m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) +m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) +m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) +m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) +m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) +m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) +m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) +m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) +m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) +m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) +m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) +m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) +m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) +m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) +m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) +m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) +m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) +m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) +m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) +m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) +m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) +m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) +m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) +m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) +m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) +m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) +m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) +m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) +m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) +m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) +m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) +m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) +m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) +m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) + +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 11 (pkg-config-0.29.1) + +dnl Copyright © 2004 Scott James Remnant . +dnl Copyright © 2012-2015 Dan Nicholson +dnl +dnl This program is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 2 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, but +dnl WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program; if not, write to the Free Software +dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +dnl 02111-1307, USA. +dnl +dnl As a special exception to the GNU General Public License, if you +dnl distribute this file as part of a program that contains a +dnl configuration script generated by Autoconf, you may include it under +dnl the same distribution terms that you use for the rest of that +dnl program. + +dnl PKG_PREREQ(MIN-VERSION) +dnl ----------------------- +dnl Since: 0.29 +dnl +dnl Verify that the version of the pkg-config macros are at least +dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's +dnl installed version of pkg-config, this checks the developer's version +dnl of pkg.m4 when generating configure. +dnl +dnl To ensure that this macro is defined, also add: +dnl m4_ifndef([PKG_PREREQ], +dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) +dnl +dnl See the "Since" comment for each macro you use to see what version +dnl of the macros you require. +m4_defun([PKG_PREREQ], +[m4_define([PKG_MACROS_VERSION], [0.29.1]) +m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, + [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) +])dnl PKG_PREREQ + +dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) +dnl ---------------------------------- +dnl Since: 0.16 +dnl +dnl Search for the pkg-config tool and set the PKG_CONFIG variable to +dnl first found in the path. Checks that the version of pkg-config found +dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is +dnl used since that's the first version where most current features of +dnl pkg-config existed. +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])dnl PKG_PROG_PKG_CONFIG -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])]) +dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------------------------------- +dnl Since: 0.18 +dnl +dnl Check to see whether a particular set of modules exists. Similar to +dnl PKG_CHECK_MODULES(), but does not set variables or print errors. +dnl +dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +dnl only at the first occurence in configure.ac, so if the first place +dnl it's called might be skipped (such as if it is within an "if", you +dnl have to call PKG_CHECK_EXISTS manually +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) +dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +dnl --------------------------------------------- +dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting +dnl pkg_failed based on the result. +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes ], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])dnl _PKG_CONFIG -# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME) -# ------------------------------------------ -m4_define([_LT_MANGLE_OPTION], -[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])]) +dnl _PKG_SHORT_ERRORS_SUPPORTED +dnl --------------------------- +dnl Internal check to see if pkg-config supports short errors. +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])dnl _PKG_SHORT_ERRORS_SUPPORTED -# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME) -# --------------------------------------- -# Set option OPTION-NAME for macro MACRO-NAME, and if there is a -# matching handler defined, dispatch to it. Other OPTION-NAMEs are -# saved as a flag. -m4_define([_LT_SET_OPTION], -[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl -m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]), - _LT_MANGLE_DEFUN([$1], [$2]), - [m4_warning([Unknown $1 option '$2'])])[]dnl -]) +dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl -------------------------------------------------------------- +dnl Since: 0.4.0 +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES might not happen, you should be sure to include an +dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl +pkg_failed=no +AC_MSG_CHECKING([for $1]) -# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET]) -# ------------------------------------------------------------ -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. -m4_define([_LT_IF_OPTION], -[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])]) +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) -# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET) -# ------------------------------------------------------- -# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME -# are set. -m4_define([_LT_UNLESS_OPTIONS], -[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), - [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option), - [m4_define([$0_found])])])[]dnl -m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3 -])[]dnl -]) +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: -# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST) -# ---------------------------------------- -# OPTION-LIST is a space-separated list of Libtool options associated -# with MACRO-NAME. If any OPTION has a matching handler declared with -# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about -# the unknown option and exit. -m4_defun([_LT_SET_OPTIONS], -[# Set options -m4_foreach([_LT_Option], m4_split(m4_normalize([$2])), - [_LT_SET_OPTION([$1], _LT_Option)]) +$$1_PKG_ERRORS -m4_if([$1],[LT_INIT],[ - dnl - dnl Simply set some default values (i.e off) if boolean options were not - dnl specified: - _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no - ]) - _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no - ]) - dnl - dnl If no reference was made to various pairs of opposing options, then - dnl we run the default mode handler for the pair. For example, if neither - dnl 'shared' nor 'disable-shared' was passed, we enable building of shared - dnl archives by default: - _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED]) - _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC]) - _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) - _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install], - [_LT_ENABLE_FAST_INSTALL]) - _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4], - [_LT_WITH_AIX_SONAME([aix])]) - ]) -])# _LT_SET_OPTIONS +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. +_PKG_TEXT])[]dnl + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. +_PKG_TEXT -# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME) -# ----------------------------------------- -m4_define([_LT_MANGLE_DEFUN], -[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])]) +To get pkg-config, see .])[]dnl + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])dnl PKG_CHECK_MODULES -# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE) -# ----------------------------------------------- -m4_define([LT_OPTION_DEFINE], -[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl -])# LT_OPTION_DEFINE +dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl --------------------------------------------------------------------- +dnl Since: 0.29 +dnl +dnl Checks for existence of MODULES and gathers its build flags with +dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags +dnl and VARIABLE-PREFIX_LIBS from --libs. +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to +dnl include an explicit call to PKG_PROG_PKG_CONFIG in your +dnl configure.ac. +AC_DEFUN([PKG_CHECK_MODULES_STATIC], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +_save_PKG_CONFIG=$PKG_CONFIG +PKG_CONFIG="$PKG_CONFIG --static" +PKG_CHECK_MODULES($@) +PKG_CONFIG=$_save_PKG_CONFIG[]dnl +])dnl PKG_CHECK_MODULES_STATIC -# dlopen -# ------ -LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes -]) +dnl PKG_INSTALLDIR([DIRECTORY]) +dnl ------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable pkgconfigdir as the location where a module +dnl should install pkg-config .pc files. By default the directory is +dnl $libdir/pkgconfig, but the default can be changed by passing +dnl DIRECTORY. The user can override through the --with-pkgconfigdir +dnl parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +])dnl PKG_INSTALLDIR -AU_DEFUN([AC_LIBTOOL_DLOPEN], -[_LT_SET_OPTION([LT_INIT], [dlopen]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you -put the 'dlopen' option into LT_INIT's first parameter.]) -]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], []) +dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) +dnl -------------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable noarch_pkgconfigdir as the location where a +dnl module should install arch-independent pkg-config .pc files. By +dnl default the directory is $datadir/pkgconfig, but the default can be +dnl changed by passing DIRECTORY. The user can override through the +dnl --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +])dnl PKG_NOARCH_INSTALLDIR -# win32-dll -# --------- -# Declare package support for building win32 dll's. -LT_OPTION_DEFINE([LT_INIT], [win32-dll], -[enable_win32_dll=yes +dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------- +dnl Since: 0.28 +dnl +dnl Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl -case $host in -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*) - AC_CHECK_TOOL(AS, as, false) - AC_CHECK_TOOL(DLLTOOL, dlltool, false) - AC_CHECK_TOOL(OBJDUMP, objdump, false) - ;; -esac +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) -test -z "$AS" && AS=as -_LT_DECL([], [AS], [1], [Assembler program])dnl +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])dnl PKG_CHECK_VAR -test -z "$DLLTOOL" && DLLTOOL=dlltool -_LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl +dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES, +dnl [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND], +dnl [DESCRIPTION], [DEFAULT]) +dnl ------------------------------------------ +dnl +dnl Prepare a "--with-" configure option using the lowercase +dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and +dnl PKG_CHECK_MODULES in a single macro. +AC_DEFUN([PKG_WITH_MODULES], +[ +m4_pushdef([with_arg], m4_tolower([$1])) -test -z "$OBJDUMP" && OBJDUMP=objdump -_LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl -])# win32-dll +m4_pushdef([description], + [m4_default([$5], [build with ]with_arg[ support])]) -AU_DEFUN([AC_LIBTOOL_WIN32_DLL], -[AC_REQUIRE([AC_CANONICAL_HOST])dnl -_LT_SET_OPTION([LT_INIT], [win32-dll]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you -put the 'win32-dll' option into LT_INIT's first parameter.]) -]) +m4_pushdef([def_arg], [m4_default([$6], [auto])]) +m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes]) +m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], []) +m4_case(def_arg, + [yes],[m4_pushdef([with_without], [--without-]with_arg)], + [m4_pushdef([with_without],[--with-]with_arg)]) +AC_ARG_WITH(with_arg, + AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),, + [AS_TR_SH([with_]with_arg)=def_arg]) -# _LT_ENABLE_SHARED([DEFAULT]) -# ---------------------------- -# implement the --enable-shared flag, and supports the 'shared' and -# 'disable-shared' LT_INIT options. -# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. -m4_define([_LT_ENABLE_SHARED], -[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl -AC_ARG_ENABLE([shared], - [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@], - [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])], - [p=${PACKAGE-default} - case $enableval in - yes) enable_shared=yes ;; - no) enable_shared=no ;; - *) - enable_shared=no - # Look at the argument we got. We use all the common list separators. - lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, - for pkg in $enableval; do - IFS=$lt_save_ifs - if test "X$pkg" = "X$p"; then - enable_shared=yes - fi - done - IFS=$lt_save_ifs - ;; - esac], - [enable_shared=]_LT_ENABLE_SHARED_DEFAULT) +AS_CASE([$AS_TR_SH([with_]with_arg)], + [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)], + [auto],[PKG_CHECK_MODULES([$1],[$2], + [m4_n([def_action_if_found]) $3], + [m4_n([def_action_if_not_found]) $4])]) - _LT_DECL([build_libtool_libs], [enable_shared], [0], - [Whether or not to build shared libraries]) -])# _LT_ENABLE_SHARED +m4_popdef([with_arg]) +m4_popdef([description]) +m4_popdef([def_arg]) -LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])]) -LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])]) +])dnl PKG_WITH_MODULES -# Old names: -AC_DEFUN([AC_ENABLE_SHARED], -[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared]) -]) +dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES, +dnl [DESCRIPTION], [DEFAULT]) +dnl ----------------------------------------------- +dnl +dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES +dnl check._[VARIABLE-PREFIX] is exported as make variable. +AC_DEFUN([PKG_HAVE_WITH_MODULES], +[ +PKG_WITH_MODULES([$1],[$2],,,[$3],[$4]) -AC_DEFUN([AC_DISABLE_SHARED], -[_LT_SET_OPTION([LT_INIT], [disable-shared]) -]) +AM_CONDITIONAL([HAVE_][$1], + [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"]) +])dnl PKG_HAVE_WITH_MODULES -AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)]) -AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)]) +dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES, +dnl [DESCRIPTION], [DEFAULT]) +dnl ------------------------------------------------------ +dnl +dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after +dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make +dnl and preprocessor variable. +AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES], +[ +PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4]) -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_ENABLE_SHARED], []) -dnl AC_DEFUN([AM_DISABLE_SHARED], []) +AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"], + [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])]) +])dnl PKG_HAVE_DEFINE_WITH_MODULES +# Copyright (C) 1995-2002 Free Software Foundation, Inc. +# Copyright (C) 2001-2003,2004 Red Hat, Inc. +# +# This file is free software, distributed under the terms of the GNU +# General Public License. As a special exception to the GNU General +# Public License, this file may be distributed as part of a program +# that contains a configuration script generated by Autoconf, under +# the same distribution terms as the rest of that program. +# +# This file can be copied and used freely without restrictions. It can +# be used in projects which are not available under the GNU Public License +# but which still want to provide support for the GNU gettext functionality. +# +# Macro to add for using GNU gettext. +# Ulrich Drepper , 1995, 1996 +# +# Modified to never use included libintl. +# Owen Taylor , 12/15/1998 +# +# Major rework to remove unused code +# Owen Taylor , 12/11/2002 +# +# Added better handling of ALL_LINGUAS from GNU gettext version +# written by Bruno Haible, Owen Taylor 5/30/3002 +# +# Modified to require ngettext +# Matthias Clasen 08/06/2004 +# Increment this whenever this file is changed. +#serial 1 -# _LT_ENABLE_STATIC([DEFAULT]) -# ---------------------------- -# implement the --enable-static flag, and support the 'static' and -# 'disable-static' LT_INIT options. -# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. -m4_define([_LT_ENABLE_STATIC], -[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl -AC_ARG_ENABLE([static], - [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@], - [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])], - [p=${PACKAGE-default} - case $enableval in - yes) enable_static=yes ;; - no) enable_static=no ;; - *) - enable_static=no - # Look at the argument we got. We use all the common list separators. - lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, - for pkg in $enableval; do - IFS=$lt_save_ifs - if test "X$pkg" = "X$p"; then - enable_static=yes - fi - done - IFS=$lt_save_ifs - ;; - esac], - [enable_static=]_LT_ENABLE_STATIC_DEFAULT) +# We need this here as well, since someone might use autoconf-2.5x +# to configure GLib then an older version to configure a package +# using AM_GLIB_GNU_GETTEXT +AC_PREREQ(2.53) - _LT_DECL([build_old_libs], [enable_static], [0], - [Whether or not to build static libraries]) -])# _LT_ENABLE_STATIC +dnl +dnl We go to great lengths to make sure that aclocal won't +dnl try to pull in the installed version of these macros +dnl when running aclocal in the glib directory. +dnl +m4_copy([AC_DEFUN],[glib_DEFUN]) +m4_copy([AC_REQUIRE],[glib_REQUIRE]) +dnl +dnl At the end, if we're not within glib, we'll define the public +dnl definitions in terms of our private definitions. +dnl -LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])]) -LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])]) +# GLIB_LC_MESSAGES +#-------------------- +glib_DEFUN([GLIB_LC_MESSAGES], + [AC_CHECK_HEADERS([locale.h]) + if test $ac_cv_header_locale_h = yes; then + AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, + [AC_TRY_LINK([#include ], [return LC_MESSAGES], + am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)]) + if test $am_cv_val_LC_MESSAGES = yes; then + AC_DEFINE(HAVE_LC_MESSAGES, 1, + [Define if your file defines LC_MESSAGES.]) + fi + fi]) -# Old names: -AC_DEFUN([AC_ENABLE_STATIC], -[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static]) +# GLIB_PATH_PROG_WITH_TEST +#---------------------------- +dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR, +dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) +glib_DEFUN([GLIB_PATH_PROG_WITH_TEST], +[# Extract the first word of "$2", so it can be a program name with args. +set dummy $2; ac_word=[$]2 +AC_MSG_CHECKING([for $ac_word]) +AC_CACHE_VAL(ac_cv_path_$1, +[case "[$]$1" in + /*) + ac_cv_path_$1="[$]$1" # Let the user override the test with a path. + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" + for ac_dir in ifelse([$5], , $PATH, [$5]); do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + if [$3]; then + ac_cv_path_$1="$ac_dir/$ac_word" + break + fi + fi + done + IFS="$ac_save_ifs" +dnl If no 4th arg is given, leave the cache variable unset, +dnl so AC_PATH_PROGS will keep looking. +ifelse([$4], , , [ test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4" +])dnl + ;; +esac])dnl +$1="$ac_cv_path_$1" +if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then + AC_MSG_RESULT([$]$1) +else + AC_MSG_RESULT(no) +fi +AC_SUBST($1)dnl ]) -AC_DEFUN([AC_DISABLE_STATIC], -[_LT_SET_OPTION([LT_INIT], [disable-static]) +dnl Checks for special options needed on Mac OS X. +dnl Defines INTL_MACOSX_LIBS. +dnl +dnl Copied from intlmacosx.m4 in gettext, GPL. +dnl Copyright (C) 2004-2013 Free Software Foundation, Inc. +glib_DEFUN([glib_gt_INTL_MACOSX], +[ + dnl Check for API introduced in Mac OS X 10.2. + AC_CACHE_CHECK([for CFPreferencesCopyAppValue], + [gt_cv_func_CFPreferencesCopyAppValue], + [gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[#include ]], + [[CFPreferencesCopyAppValue(NULL, NULL)]])], + [gt_cv_func_CFPreferencesCopyAppValue=yes], + [gt_cv_func_CFPreferencesCopyAppValue=no]) + LIBS="$gt_save_LIBS"]) + if test $gt_cv_func_CFPreferencesCopyAppValue = yes; then + AC_DEFINE([HAVE_CFPREFERENCESCOPYAPPVALUE], [1], + [Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in the CoreFoundation framework.]) + fi + dnl Check for API introduced in Mac OS X 10.3. + AC_CACHE_CHECK([for CFLocaleCopyCurrent], [gt_cv_func_CFLocaleCopyCurrent], + [gt_save_LIBS="$LIBS" + LIBS="$LIBS -Wl,-framework -Wl,CoreFoundation" + AC_LINK_IFELSE( + [AC_LANG_PROGRAM( + [[#include ]], + [[CFLocaleCopyCurrent();]])], + [gt_cv_func_CFLocaleCopyCurrent=yes], + [gt_cv_func_CFLocaleCopyCurrent=no]) + LIBS="$gt_save_LIBS"]) + if test $gt_cv_func_CFLocaleCopyCurrent = yes; then + AC_DEFINE([HAVE_CFLOCALECOPYCURRENT], [1], + [Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the CoreFoundation framework.]) + fi + INTL_MACOSX_LIBS= + if test $gt_cv_func_CFPreferencesCopyAppValue = yes || test $gt_cv_func_CFLocaleCopyCurrent = yes; then + INTL_MACOSX_LIBS="-Wl,-framework -Wl,CoreFoundation" + fi + AC_SUBST([INTL_MACOSX_LIBS]) ]) -AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)]) -AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)]) - -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AM_ENABLE_STATIC], []) -dnl AC_DEFUN([AM_DISABLE_STATIC], []) - - - -# _LT_ENABLE_FAST_INSTALL([DEFAULT]) -# ---------------------------------- -# implement the --enable-fast-install flag, and support the 'fast-install' -# and 'disable-fast-install' LT_INIT options. -# DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'. -m4_define([_LT_ENABLE_FAST_INSTALL], -[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl -AC_ARG_ENABLE([fast-install], - [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@], - [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])], - [p=${PACKAGE-default} - case $enableval in - yes) enable_fast_install=yes ;; - no) enable_fast_install=no ;; - *) - enable_fast_install=no - # Look at the argument we got. We use all the common list separators. - lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, - for pkg in $enableval; do - IFS=$lt_save_ifs - if test "X$pkg" = "X$p"; then - enable_fast_install=yes - fi - done - IFS=$lt_save_ifs - ;; - esac], - [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT) - -_LT_DECL([fast_install], [enable_fast_install], [0], - [Whether or not to optimize for fast installation])dnl -])# _LT_ENABLE_FAST_INSTALL - -LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])]) -LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])]) +# GLIB_WITH_NLS +#----------------- +glib_DEFUN([GLIB_WITH_NLS], + dnl NLS is obligatory + [USE_NLS=yes + AC_SUBST(USE_NLS) -# Old names: -AU_DEFUN([AC_ENABLE_FAST_INSTALL], -[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you put -the 'fast-install' option into LT_INIT's first parameter.]) -]) + gt_cv_have_gettext=no -AU_DEFUN([AC_DISABLE_FAST_INSTALL], -[_LT_SET_OPTION([LT_INIT], [disable-fast-install]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you put -the 'disable-fast-install' option into LT_INIT's first parameter.]) -]) + CATOBJEXT=NONE + XGETTEXT=: + INTLLIBS= -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], []) -dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], []) + glib_gt_INTL_MACOSX + AC_CHECK_HEADER(libintl.h, + [gt_cv_func_dgettext_libintl="no" + libintl_extra_libs="" -# _LT_WITH_AIX_SONAME([DEFAULT]) -# ---------------------------------- -# implement the --with-aix-soname flag, and support the `aix-soname=aix' -# and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT -# is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'. -m4_define([_LT_WITH_AIX_SONAME], -[m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl -shared_archive_member_spec= -case $host,$enable_shared in -power*-*-aix[[5-9]]*,yes) - AC_MSG_CHECKING([which variant of shared library versioning to provide]) - AC_ARG_WITH([aix-soname], - [AS_HELP_STRING([--with-aix-soname=aix|svr4|both], - [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])], - [case $withval in - aix|svr4|both) - ;; - *) - AC_MSG_ERROR([Unknown argument to --with-aix-soname]) - ;; - esac - lt_cv_with_aix_soname=$with_aix_soname], - [AC_CACHE_VAL([lt_cv_with_aix_soname], - [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT) - with_aix_soname=$lt_cv_with_aix_soname]) - AC_MSG_RESULT([$with_aix_soname]) - if test aix != "$with_aix_soname"; then - # For the AIX way of multilib, we name the shared archive member - # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o', - # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File. - # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag, - # the AIX toolchain works better with OBJECT_MODE set (default 32). - if test 64 = "${OBJECT_MODE-32}"; then - shared_archive_member_spec=shr_64 - else - shared_archive_member_spec=shr - fi - fi - ;; -*) - with_aix_soname=aix - ;; -esac + # + # First check in libc + # + AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc, + [AC_TRY_LINK([ +#include +], + [return !ngettext ("","", 1)], + gt_cv_func_ngettext_libc=yes, + gt_cv_func_ngettext_libc=no) + ]) + + if test "$gt_cv_func_ngettext_libc" = "yes" ; then + AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc, + [AC_TRY_LINK([ +#include +], + [return !dgettext ("","")], + gt_cv_func_dgettext_libc=yes, + gt_cv_func_dgettext_libc=no) + ]) + fi + + if test "$gt_cv_func_ngettext_libc" = "yes" ; then + AC_CHECK_FUNCS(bind_textdomain_codeset) + fi -_LT_DECL([], [shared_archive_member_spec], [0], - [Shared archive member basename, for filename based shared library versioning on AIX])dnl -])# _LT_WITH_AIX_SONAME + # + # If we don't have everything we want, check in libintl + # + if test "$gt_cv_func_dgettext_libc" != "yes" \ + || test "$gt_cv_func_ngettext_libc" != "yes" \ + || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then + + AC_CHECK_LIB(intl, bindtextdomain, + [AC_CHECK_LIB(intl, ngettext, + [AC_CHECK_LIB(intl, dgettext, + gt_cv_func_dgettext_libintl=yes)])]) -LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])]) -LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])]) -LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])]) + if test "$gt_cv_func_dgettext_libintl" != "yes" ; then + AC_MSG_CHECKING([if -liconv is needed to use gettext]) + AC_MSG_RESULT([]) + AC_CHECK_LIB(intl, ngettext, + [AC_CHECK_LIB(intl, dcgettext, + [gt_cv_func_dgettext_libintl=yes + libintl_extra_libs=-liconv], + :,-liconv)], + :,-liconv) + fi + # + # If we found libintl, then check in it for bind_textdomain_codeset(); + # we'll prefer libc if neither have bind_textdomain_codeset(), + # and both have dgettext and ngettext + # + if test "$gt_cv_func_dgettext_libintl" = "yes" ; then + glib_save_LIBS="$LIBS" + LIBS="$LIBS -lintl $libintl_extra_libs" + unset ac_cv_func_bind_textdomain_codeset + AC_CHECK_FUNCS(bind_textdomain_codeset) + LIBS="$glib_save_LIBS" -# _LT_WITH_PIC([MODE]) -# -------------------- -# implement the --with-pic flag, and support the 'pic-only' and 'no-pic' -# LT_INIT options. -# MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'. -m4_define([_LT_WITH_PIC], -[AC_ARG_WITH([pic], - [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], - [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], - [lt_p=${PACKAGE-default} - case $withval in - yes|no) pic_mode=$withval ;; - *) - pic_mode=default - # Look at the argument we got. We use all the common list separators. - lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR, - for lt_pkg in $withval; do - IFS=$lt_save_ifs - if test "X$lt_pkg" = "X$lt_p"; then - pic_mode=yes + if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then + gt_cv_func_dgettext_libc=no + else + if test "$gt_cv_func_dgettext_libc" = "yes" \ + && test "$gt_cv_func_ngettext_libc" = "yes"; then + gt_cv_func_dgettext_libintl=no + fi + fi + fi + fi + + if test "$gt_cv_func_dgettext_libc" = "yes" \ + || test "$gt_cv_func_dgettext_libintl" = "yes"; then + gt_cv_have_gettext=yes + fi + + if test "$gt_cv_func_dgettext_libintl" = "yes"; then + INTLLIBS="-lintl $libintl_extra_libs $INTL_MACOSX_LIBS" + fi + + if test "$gt_cv_have_gettext" = "yes"; then + AC_DEFINE(HAVE_GETTEXT,1, + [Define if the GNU gettext() function is already present or preinstalled.]) + GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt, + [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl + if test "$MSGFMT" != "no"; then + glib_save_LIBS="$LIBS" + LIBS="$LIBS $INTLLIBS" + AC_CHECK_FUNCS(dcgettext) + MSGFMT_OPTS= + AC_MSG_CHECKING([if msgfmt accepts -c]) + GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=UTF-8\n" +"Project-Id-Version: test 1.0\n" +"PO-Revision-Date: 2007-02-15 12:01+0100\n" +"Last-Translator: test \n" +"Language-Team: C \n" +"MIME-Version: 1.0\n" +"Content-Transfer-Encoding: 8bit\n" +], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])]) + AC_SUBST(MSGFMT_OPTS) + AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) + GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext, + [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :) + AC_TRY_LINK(, [extern int _nl_msg_cat_cntr; + return _nl_msg_cat_cntr], + [CATOBJEXT=.gmo + DATADIRNAME=share], + [case $host in + *-*-solaris*) + dnl On Solaris, if bind_textdomain_codeset is in libc, + dnl GNU format message catalog is always supported, + dnl since both are added to the libc all together. + dnl Hence, we'd like to go with DATADIRNAME=share and + dnl and CATOBJEXT=.gmo in this case. + AC_CHECK_FUNC(bind_textdomain_codeset, + [CATOBJEXT=.gmo + DATADIRNAME=share], + [CATOBJEXT=.mo + DATADIRNAME=lib]) + ;; + *-*-openbsd*) + CATOBJEXT=.mo + DATADIRNAME=share + ;; + *) + CATOBJEXT=.mo + DATADIRNAME=lib + ;; + esac]) + LIBS="$glib_save_LIBS" + INSTOBJEXT=.mo + else + gt_cv_have_gettext=no fi - done - IFS=$lt_save_ifs - ;; - esac], - [pic_mode=m4_default([$1], [default])]) + fi + ]) -_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl -])# _LT_WITH_PIC + if test "$gt_cv_have_gettext" = "yes" ; then + AC_DEFINE(ENABLE_NLS, 1, + [always defined to indicate that i18n is enabled]) + fi -LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])]) -LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])]) + dnl Test whether we really found GNU xgettext. + if test "$XGETTEXT" != ":"; then + dnl If it is not GNU xgettext we define it as : so that the + dnl Makefiles still can work. + if $XGETTEXT --omit-header /dev/null 2> /dev/null; then + : ; + else + AC_MSG_RESULT( + [found xgettext program is not GNU xgettext; ignore it]) + XGETTEXT=":" + fi + fi -# Old name: -AU_DEFUN([AC_LIBTOOL_PICMODE], -[_LT_SET_OPTION([LT_INIT], [pic-only]) -AC_DIAGNOSE([obsolete], -[$0: Remove this warning and the call to _LT_SET_OPTION when you -put the 'pic-only' option into LT_INIT's first parameter.]) -]) + # We need to process the po/ directory. + POSUB=po -dnl aclocal-1.4 backwards compatibility: -dnl AC_DEFUN([AC_LIBTOOL_PICMODE], []) + AC_OUTPUT_COMMANDS( + [case "$CONFIG_FILES" in *po/Makefile.in*) + sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile + esac]) + dnl These rules are solely for the distribution goal. While doing this + dnl we only have to keep exactly one list of the available catalogs + dnl in configure.ac. + for lang in $ALL_LINGUAS; do + GMOFILES="$GMOFILES $lang.gmo" + POFILES="$POFILES $lang.po" + done -m4_define([_LTDL_MODE], []) -LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive], - [m4_define([_LTDL_MODE], [nonrecursive])]) -LT_OPTION_DEFINE([LTDL_INIT], [recursive], - [m4_define([_LTDL_MODE], [recursive])]) -LT_OPTION_DEFINE([LTDL_INIT], [subproject], - [m4_define([_LTDL_MODE], [subproject])]) + dnl Make all variables we use known to autoconf. + AC_SUBST(CATALOGS) + AC_SUBST(CATOBJEXT) + AC_SUBST(DATADIRNAME) + AC_SUBST(GMOFILES) + AC_SUBST(INSTOBJEXT) + AC_SUBST(INTLLIBS) + AC_SUBST(PO_IN_DATADIR_TRUE) + AC_SUBST(PO_IN_DATADIR_FALSE) + AC_SUBST(POFILES) + AC_SUBST(POSUB) + ]) -m4_define([_LTDL_TYPE], []) -LT_OPTION_DEFINE([LTDL_INIT], [installable], - [m4_define([_LTDL_TYPE], [installable])]) -LT_OPTION_DEFINE([LTDL_INIT], [convenience], - [m4_define([_LTDL_TYPE], [convenience])]) +# AM_GLIB_GNU_GETTEXT +# ------------------- +# Do checks necessary for use of gettext. If a suitable implementation +# of gettext is found in either in libintl or in the C library, +# it will set INTLLIBS to the libraries needed for use of gettext +# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable +# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST() +# on various variables needed by the Makefile.in.in installed by +# glib-gettextize. +dnl +AU_DEFUN([GLIB_GNU_GETTEXT], + [AC_REQUIRE([AC_PROG_CC])dnl + + GLIB_LC_MESSAGES + GLIB_WITH_NLS -# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*- -# -# Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software -# Foundation, Inc. -# Written by Gary V. Vaughan, 2004 -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. + if test "$gt_cv_have_gettext" = "yes"; then + if test "x$ALL_LINGUAS" = "x"; then + LINGUAS= + else + AC_MSG_CHECKING(for catalogs to be installed) + NEW_LINGUAS= + for presentlang in $ALL_LINGUAS; do + useit=no + if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then + desiredlanguages="$LINGUAS" + else + desiredlanguages="$ALL_LINGUAS" + fi + for desiredlang in $desiredlanguages; do + # Use the presentlang catalog if desiredlang is + # a. equal to presentlang, or + # b. a variant of presentlang (because in this case, + # presentlang can be used as a fallback for messages + # which are not translated in the desiredlang catalog). + case "$desiredlang" in + "$presentlang"*) useit=yes;; + esac + done + if test $useit = yes; then + NEW_LINGUAS="$NEW_LINGUAS $presentlang" + fi + done + LINGUAS=$NEW_LINGUAS + AC_MSG_RESULT($LINGUAS) + fi -# serial 6 ltsugar.m4 + dnl Construct list of names of catalog files to be constructed. + if test -n "$LINGUAS"; then + for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done + fi + fi -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])]) + dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly + dnl find the mkinstalldirs script in another subdir but ($top_srcdir). + dnl Try to locate is. + MKINSTALLDIRS= + if test -n "$ac_aux_dir"; then + MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" + fi + if test -z "$MKINSTALLDIRS"; then + MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs" + fi + AC_SUBST(MKINSTALLDIRS) + dnl Generate list of files to be processed by xgettext which will + dnl be included in po/Makefile. + test -d po || mkdir po + if test "x$srcdir" != "x."; then + if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then + posrcprefix="$srcdir/" + else + posrcprefix="../$srcdir/" + fi + else + posrcprefix="../" + fi + rm -f po/POTFILES + sed -e "/^#/d" -e "/^\$/d" -e "s,.*, $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \ + < $srcdir/po/POTFILES.in > po/POTFILES + ], + [[$0: This macro is deprecated. You should use upstream gettext instead.]]) -# lt_join(SEP, ARG1, [ARG2...]) -# ----------------------------- -# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their -# associated separator. -# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier -# versions in m4sugar had bugs. -m4_define([lt_join], -[m4_if([$#], [1], [], - [$#], [2], [[$2]], - [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])]) -m4_define([_lt_join], -[m4_if([$#$2], [2], [], - [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])]) +# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE) +# ------------------------------- +# Define VARIABLE to the location where catalog files will +# be installed by po/Makefile. +glib_DEFUN([GLIB_DEFINE_LOCALEDIR], +[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl +glib_save_prefix="$prefix" +glib_save_exec_prefix="$exec_prefix" +glib_save_datarootdir="$datarootdir" +test "x$prefix" = xNONE && prefix=$ac_default_prefix +test "x$exec_prefix" = xNONE && exec_prefix=$prefix +datarootdir=`eval echo "${datarootdir}"` +if test "x$CATOBJEXT" = "x.mo" ; then + localedir=`eval echo "${libdir}/locale"` +else + localedir=`eval echo "${datadir}/locale"` +fi +prefix="$glib_save_prefix" +exec_prefix="$glib_save_exec_prefix" +datarootdir="$glib_save_datarootdir" +AC_DEFINE_UNQUOTED($1, "$localedir", + [Define the location where the catalogs will be installed]) +]) +dnl +dnl Now the definitions that aclocal will find +dnl +ifdef(glib_configure_ac,[],[ +AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)]) +AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)]) +])dnl -# lt_car(LIST) -# lt_cdr(LIST) -# ------------ -# Manipulate m4 lists. -# These macros are necessary as long as will still need to support -# Autoconf-2.59, which quotes differently. -m4_define([lt_car], [[$1]]) -m4_define([lt_cdr], -[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])], - [$#], 1, [], - [m4_dquote(m4_shift($@))])]) -m4_define([lt_unquote], $1) +# GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL]) +# +# Create a temporary file with TEST-FILE as its contents and pass the +# file name to PROGRAM. Perform ACTION-IF-PASS if PROGRAM exits with +# 0 and perform ACTION-IF-FAIL for any other exit status. +AC_DEFUN([GLIB_RUN_PROG], +[cat >conftest.foo <<_ACEOF +$2 +_ACEOF +if AC_RUN_LOG([$1 conftest.foo]); then + m4_ifval([$3], [$3], [:]) +m4_ifvaln([$4], [else $4])dnl +echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD +sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD +fi]) -# lt_append(MACRO-NAME, STRING, [SEPARATOR]) -# ------------------------------------------ -# Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'. -# Note that neither SEPARATOR nor STRING are expanded; they are appended -# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked). -# No SEPARATOR is output if MACRO-NAME was previously undefined (different -# than defined and empty). +# gnome-common.m4 # -# This macro is needed until we can rely on Autoconf 2.62, since earlier -# versions of m4sugar mistakenly expanded SEPARATOR but not STRING. -m4_define([lt_append], -[m4_define([$1], - m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])]) +# serial 3 +# +AU_DEFUN([GNOME_DEBUG_CHECK], +[ + AX_CHECK_ENABLE_DEBUG([no],[GNOME_ENABLE_DEBUG]) +], +[[$0: This macro is deprecated. You should use AX_CHECK_ENABLE_DEBUG instead and +replace uses of GNOME_ENABLE_DEBUG with ENABLE_DEBUG. +See: http://www.gnu.org/software/autoconf-archive/ax_check_enable_debug.html#ax_check_enable_debug]]) +dnl GNOME_MAINTAINER_MODE_DEFINES () +dnl define DISABLE_DEPRECATED +dnl +AU_DEFUN([GNOME_MAINTAINER_MODE_DEFINES], +[ + AC_REQUIRE([AM_MAINTAINER_MODE]) -# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...]) -# ---------------------------------------------------------- -# Produce a SEP delimited list of all paired combinations of elements of -# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list -# has the form PREFIXmINFIXSUFFIXn. -# Needed until we can rely on m4_combine added in Autoconf 2.62. -m4_define([lt_combine], -[m4_if(m4_eval([$# > 3]), [1], - [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl -[[m4_foreach([_Lt_prefix], [$2], - [m4_foreach([_Lt_suffix], - ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[, - [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])]) + DISABLE_DEPRECATED="" + if test $USE_MAINTAINER_MODE = yes; then + DOMAINS="GCONF BONOBO BONOBO_UI GNOME LIBGLADE GNOME_VFS WNCK LIBSOUP" + for DOMAIN in $DOMAINS; do + DISABLE_DEPRECATED="$DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_DEPRECATED -D${DOMAIN}_DISABLE_SINGLE_INCLUDES" + done + fi + AC_SUBST(DISABLE_DEPRECATED) +], +[[$0: This macro is deprecated. All of the modules it disables deprecations for +are obsolete. Remove it and all uses of DISABLE_DEPRECATED.]]) -# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) -# ----------------------------------------------------------------------- -# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited -# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ. -m4_define([lt_if_append_uniq], -[m4_ifdef([$1], - [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1], - [lt_append([$1], [$2], [$3])$4], - [$5])], - [lt_append([$1], [$2], [$3])$4])]) +# gnome-compiler-flags.m4 +# +# serial 4 +# +dnl GNOME_COMPILE_WARNINGS +dnl Turn on many useful compiler warnings and substitute the result into +dnl WARN_CFLAGS +dnl For now, only works on GCC +dnl Pass the default value of the --enable-compile-warnings configure option as +dnl the first argument to the macro, defaulting to 'yes'. +dnl Additional warning/error flags can be passed as an optional second argument. +dnl +dnl For example: GNOME_COMPILE_WARNINGS([maximum],[-Werror=some-flag -Wfoobar]) +AU_DEFUN([GNOME_COMPILE_WARNINGS],[ + dnl ****************************** + dnl More compiler warnings + dnl ****************************** -# lt_dict_add(DICT, KEY, VALUE) -# ----------------------------- -m4_define([lt_dict_add], -[m4_define([$1($2)], [$3])]) + AC_ARG_ENABLE(compile-warnings, + AS_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@], + [Turn on compiler warnings]),, + [enable_compile_warnings="m4_default([$1],[yes])"]) + if test "x$GCC" != xyes; then + enable_compile_warnings=no + fi -# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE) -# -------------------------------------------- -m4_define([lt_dict_add_subkey], -[m4_define([$1($2:$3)], [$4])]) + warning_flags= + realsave_CFLAGS="$CFLAGS" + dnl These are warning flags that aren't marked as fatal. Can be + dnl overridden on a per-project basis with -Wno-foo. + base_warn_flags=" \ + -Wall \ + -Wstrict-prototypes \ + -Wnested-externs \ + " -# lt_dict_fetch(DICT, KEY, [SUBKEY]) -# ---------------------------------- -m4_define([lt_dict_fetch], -[m4_ifval([$3], - m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]), - m4_ifdef([$1($2)], [m4_defn([$1($2)])]))]) + dnl These compiler flags typically indicate very broken or suspicious + dnl code. Some of them such as implicit-function-declaration are + dnl just not default because gcc compiles a lot of legacy code. + dnl We choose to make this set into explicit errors. + base_error_flags=" \ + -Werror=missing-prototypes \ + -Werror=implicit-function-declaration \ + -Werror=pointer-arith \ + -Werror=init-self \ + -Werror=format-security \ + -Werror=format=2 \ + -Werror=missing-include-dirs \ + -Werror=return-type \ + " + dnl Additional warning or error flags provided by the module author to + dnl allow stricter standards to be imposed on a per-module basis. + dnl The author can pass -W or -Werror flags here as they see fit. + additional_flags="m4_default([$2],[])" -# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE]) -# ----------------------------------------------------------------- -m4_define([lt_if_dict_fetch], -[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4], - [$5], - [$6])]) + case "$enable_compile_warnings" in + no) + warning_flags="-w" + ;; + minimum) + warning_flags="-Wall" + ;; + yes|maximum|error) + warning_flags="$base_warn_flags $base_error_flags $additional_flags" + ;; + *) + AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to --enable-compile-warnings) + ;; + esac + if test "$enable_compile_warnings" = "error" ; then + warning_flags="$warning_flags -Werror" + fi -# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...]) -# -------------------------------------------------------------- -m4_define([lt_dict_filter], -[m4_if([$5], [], [], - [lt_join(m4_quote(m4_default([$4], [[, ]])), - lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]), - [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl -]) + dnl Check whether GCC supports the warning options + for option in $warning_flags; do + save_CFLAGS="$CFLAGS" + CFLAGS="$CFLAGS $option" + AC_MSG_CHECKING([whether gcc understands $option]) + AC_TRY_COMPILE([], [], + has_option=yes, + has_option=no,) + CFLAGS="$save_CFLAGS" + AC_MSG_RESULT([$has_option]) + if test $has_option = yes; then + tested_warning_flags="$tested_warning_flags $option" + fi + unset has_option + unset save_CFLAGS + done + unset option + CFLAGS="$realsave_CFLAGS" + AC_MSG_CHECKING(what warning flags to pass to the C compiler) + AC_MSG_RESULT($tested_warning_flags) -# ltversion.m4 -- version numbers -*- Autoconf -*- -# -# Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc. -# Written by Scott James Remnant, 2004 -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. + AC_ARG_ENABLE(iso-c, + AS_HELP_STRING([--enable-iso-c], + [Try to warn if code is not ISO C ]),, + [enable_iso_c=no]) -# @configure_input@ + AC_MSG_CHECKING(what language compliance flags to pass to the C compiler) + complCFLAGS= + if test "x$enable_iso_c" != "xno"; then + if test "x$GCC" = "xyes"; then + case " $CFLAGS " in + *[\ \ ]-ansi[\ \ ]*) ;; + *) complCFLAGS="$complCFLAGS -ansi" ;; + esac + case " $CFLAGS " in + *[\ \ ]-pedantic[\ \ ]*) ;; + *) complCFLAGS="$complCFLAGS -pedantic" ;; + esac + fi + fi + AC_MSG_RESULT($complCFLAGS) -# serial 4179 ltversion.m4 -# This file is part of GNU Libtool + WARN_CFLAGS="$tested_warning_flags $complCFLAGS" + AC_SUBST(WARN_CFLAGS) +], +[[$0: This macro is deprecated. You should use AX_COMPILER_FLAGS instead and +eliminate use of --enable-iso-c. +See: http://www.gnu.org/software/autoconf-archive/ax_compiler_flags.html#ax_compiler_flags]]) -m4_define([LT_PACKAGE_VERSION], [2.4.6]) -m4_define([LT_PACKAGE_REVISION], [2.4.6]) +dnl For C++, do basically the same thing. -AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.4.6' -macro_revision='2.4.6' -_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) -_LT_DECL(, macro_revision, 0) -]) +AU_DEFUN([GNOME_CXX_WARNINGS],[ + AC_ARG_ENABLE(cxx-warnings, + AS_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@] + [Turn on compiler warnings.]),, + [enable_cxx_warnings="m4_default([$1],[minimum])"]) -# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*- -# -# Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software -# Foundation, Inc. -# Written by Scott James Remnant, 2004. -# -# This file is free software; the Free Software Foundation gives -# unlimited permission to copy and/or distribute it, with or without -# modifications, as long as this notice is preserved. + AC_MSG_CHECKING(what warning flags to pass to the C++ compiler) + warnCXXFLAGS= + if test "x$GXX" != xyes; then + enable_cxx_warnings=no + fi + if test "x$enable_cxx_warnings" != "xno"; then + if test "x$GXX" = "xyes"; then + case " $CXXFLAGS " in + *[\ \ ]-Wall[\ \ ]*) ;; + *) warnCXXFLAGS="-Wall -Wno-unused" ;; + esac -# serial 5 lt~obsolete.m4 + ## -W is not all that useful. And it cannot be controlled + ## with individual -Wno-xxx flags, unlike -Wall + if test "x$enable_cxx_warnings" = "xyes"; then + warnCXXFLAGS="$warnCXXFLAGS -Wshadow -Woverloaded-virtual" + fi + fi + fi + AC_MSG_RESULT($warnCXXFLAGS) -# These exist entirely to fool aclocal when bootstrapping libtool. -# -# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN), -# which have later been changed to m4_define as they aren't part of the -# exported API, or moved to Autoconf or Automake where they belong. -# -# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN -# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us -# using a macro with the same name in our local m4/libtool.m4 it'll -# pull the old libtool.m4 in (it doesn't see our shiny new m4_define -# and doesn't know about Autoconf macros at all.) -# -# So we provide this file, which has a silly filename so it's always -# included after everything else. This provides aclocal with the -# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything -# because those macros already exist, or will be overwritten later. -# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. -# -# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. -# Yes, that means every name once taken will need to remain here until -# we give up compatibility with versions before 1.7, at which point -# we need to keep only those names which we still refer to. + AC_ARG_ENABLE(iso-cxx, + AS_HELP_STRING([--enable-iso-cxx], + [Try to warn if code is not ISO C++ ]),, + [enable_iso_cxx=no]) -# This is to help aclocal find these macros, as it can't see m4_define. -AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])]) + AC_MSG_CHECKING(what language compliance flags to pass to the C++ compiler) + complCXXFLAGS= + if test "x$enable_iso_cxx" != "xno"; then + if test "x$GXX" = "xyes"; then + case " $CXXFLAGS " in + *[\ \ ]-ansi[\ \ ]*) ;; + *) complCXXFLAGS="$complCXXFLAGS -ansi" ;; + esac -m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])]) -m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])]) -m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])]) -m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])]) -m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])]) -m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])]) -m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])]) -m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])]) -m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])]) -m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])]) -m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])]) -m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])]) -m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])]) -m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])]) -m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])]) -m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])]) -m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])]) -m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])]) -m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])]) -m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])]) -m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])]) -m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])]) -m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])]) -m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])]) -m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])]) -m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])]) -m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])]) -m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])]) -m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])]) -m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])]) -m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])]) -m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])]) -m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])]) -m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])]) -m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])]) -m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])]) -m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])]) -m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])]) -m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])]) -m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])]) -m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])]) -m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])]) -m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])]) -m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])]) -m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])]) -m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])]) -m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])]) -m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])]) -m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])]) -m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])]) -m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])]) -m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])]) -m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])]) -m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])]) -m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])]) -m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])]) -m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])]) -m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])]) + case " $CXXFLAGS " in + *[\ \ ]-pedantic[\ \ ]*) ;; + *) complCXXFLAGS="$complCXXFLAGS -pedantic" ;; + esac + fi + fi + AC_MSG_RESULT($complCXXFLAGS) -# 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. + WARN_CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS" + AC_SUBST(WARN_CXXFLAGS) +], +[[$0: This macro is deprecated. You should use AX_COMPILER_FLAGS instead and +eliminate use of --enable-iso-cxx. +See: http://www.gnu.org/software/autoconf-archive/ax_compiler_flags.html#ax_compiler_flags]]) -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2003. +# Increment this whenever this file is changed. +#serial 2 -AC_PREREQ([2.50]) +dnl GLIB_GSETTINGS +dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether +dnl the schema should be compiled +dnl -AC_DEFUN([AM_NLS], +AC_DEFUN([GLIB_GSETTINGS], [ - 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) - -dnl Copyright © 2004 Scott James Remnant . -dnl Copyright © 2012-2015 Dan Nicholson -dnl -dnl This program is free software; you can redistribute it and/or modify -dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version 2 of the License, or -dnl (at your option) any later version. -dnl -dnl This program is distributed in the hope that it will be useful, but -dnl WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl General Public License for more details. -dnl -dnl You should have received a copy of the GNU General Public License -dnl along with this program; if not, write to the Free Software -dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -dnl 02111-1307, USA. -dnl -dnl As a special exception to the GNU General Public License, if you -dnl distribute this file as part of a program that contains a -dnl configuration script generated by Autoconf, you may include it under -dnl the same distribution terms that you use for the rest of that -dnl program. + dnl We can't use PKG_PREREQ because that needs 0.29. + m4_ifndef([PKG_PROG_PKG_CONFIG], + [pkg.m4 version 0.28 or later is required]) -dnl PKG_PREREQ(MIN-VERSION) -dnl ----------------------- -dnl Since: 0.29 -dnl -dnl Verify that the version of the pkg-config macros are at least -dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's -dnl installed version of pkg-config, this checks the developer's version -dnl of pkg.m4 when generating configure. -dnl -dnl To ensure that this macro is defined, also add: -dnl m4_ifndef([PKG_PREREQ], -dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) -dnl -dnl See the "Since" comment for each macro you use to see what version -dnl of the macros you require. -m4_defun([PKG_PREREQ], -[m4_define([PKG_MACROS_VERSION], [0.29.1]) -m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, - [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) -])dnl PKG_PREREQ + 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]) + AS_IF([test x$cross_compiling != xyes], + [PKG_CHECK_VAR([GLIB_COMPILE_SCHEMAS], [gio-2.0], [glib_compile_schemas])], + [AC_PATH_PROG([GLIB_COMPILE_SCHEMAS], [glib-compile-schemas])]) + 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 -dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) -dnl ---------------------------------- -dnl Since: 0.16 -dnl -dnl Search for the pkg-config tool and set the PKG_CONFIG variable to -dnl first found in the path. Checks that the version of pkg-config found -dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is -dnl used since that's the first version where most current features of -dnl pkg-config existed. -AC_DEFUN([PKG_PROG_PKG_CONFIG], -[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) -m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) -m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) -AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) -AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) -AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + GSETTINGS_RULES=' +.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas -if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then - AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) -fi -if test -n "$PKG_CONFIG"; then - _pkg_min_version=m4_default([$1], [0.9.0]) - AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) - if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then - AC_MSG_RESULT([yes]) - else - AC_MSG_RESULT([no]) - PKG_CONFIG="" +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 -fi[]dnl -])dnl PKG_PROG_PKG_CONFIG -dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -dnl ------------------------------------------------------------------- -dnl Since: 0.18 -dnl -dnl Check to see whether a particular set of modules exists. Similar to -dnl PKG_CHECK_MODULES(), but does not set variables or print errors. -dnl -dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -dnl only at the first occurence in configure.ac, so if the first place -dnl it's called might be skipped (such as if it is within an "if", you -dnl have to call PKG_CHECK_EXISTS manually -AC_DEFUN([PKG_CHECK_EXISTS], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -if test -n "$PKG_CONFIG" && \ - AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then - m4_default([$2], [:]) -m4_ifvaln([$3], [else - $3])dnl -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) -dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) -dnl --------------------------------------------- -dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting -dnl pkg_failed based on the result. -m4_define([_PKG_CONFIG], -[if test -n "$$1"; then - pkg_cv_[]$1="$$1" - elif test -n "$PKG_CONFIG"; then - PKG_CHECK_EXISTS([$3], - [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` - test "x$?" != "x0" && pkg_failed=yes ], - [pkg_failed=yes]) - else - pkg_failed=untried -fi[]dnl -])dnl _PKG_CONFIG +clean-gsettings-schemas: + rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) -dnl _PKG_SHORT_ERRORS_SUPPORTED -dnl --------------------------- -dnl Internal check to see if pkg-config supports short errors. -AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then - _pkg_short_errors_supported=yes -else - _pkg_short_errors_supported=no -fi[]dnl -])dnl _PKG_SHORT_ERRORS_SUPPORTED +ifdef gsettings_ENUM_NAMESPACE +$(gsettings__enum_file): $(gsettings_ENUM_FILES) + $(AM_V_GEN) glib-mkenums --comments '\'''\'' --fhead "" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " " --vtail " " --ftail "" [$]^ > [$]@.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 PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -dnl [ACTION-IF-NOT-FOUND]) -dnl -------------------------------------------------------------- -dnl Since: 0.4.0 -dnl -dnl Note that if there is a possibility the first call to -dnl PKG_CHECK_MODULES might not happen, you should be sure to include an -dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac -AC_DEFUN([PKG_CHECK_MODULES], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl -AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl +# -*- mode: autoconf -*- +# +# gtk-doc.m4 - configure macro to check for gtk-doc +# Copyright (C) 2003 James Henstridge +# 2007-2017 Stefan Sauer +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# As a special exception, the above copyright owner gives unlimited +# permission to copy, distribute and modify the configure scripts that +# are the output of Autoconf when processing the Macro. You need not +# follow the terms of the GNU General Public License when using or +# distributing such scripts, even though portions of the text of the +# Macro appear in them. The GNU General Public License (GPL) does govern +# all other use of the material that constitutes the Autoconf Macro. -pkg_failed=no -AC_MSG_CHECKING([for $1]) +# serial 2 -_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) -_PKG_CONFIG([$1][_LIBS], [libs], [$2]) +dnl Usage: +dnl GTK_DOC_CHECK([minimum-gtk-doc-version]) +AC_DEFUN([GTK_DOC_CHECK], +[ + AC_REQUIRE([PKG_PROG_PKG_CONFIG]) + AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first + AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first -m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS -and $1[]_LIBS to avoid the need to call pkg-config. -See the pkg-config man page for more details.]) + ifelse([$1],[],[gtk_doc_requires="gtk-doc"],[gtk_doc_requires="gtk-doc >= $1"]) + AC_MSG_CHECKING([for gtk-doc]) + PKG_CHECK_EXISTS([$gtk_doc_requires],[have_gtk_doc=yes],[have_gtk_doc=no]) + AC_MSG_RESULT($have_gtk_doc) -if test $pkg_failed = yes; then - AC_MSG_RESULT([no]) - _PKG_SHORT_ERRORS_SUPPORTED - if test $_pkg_short_errors_supported = yes; then - $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` - else - $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + if test "$have_gtk_doc" = "no"; then + AC_MSG_WARN([ + You will not be able to create source packages with 'make dist' + because $gtk_doc_requires is not found.]) + fi - m4_default([$4], [AC_MSG_ERROR( -[Package requirements ($2) were not met: + dnl check for tools we added during development + dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that + dnl may not be writable by the user. Currently, automake requires that the + dnl test name must end in '.test'. + dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638 + AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test]) + AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check]) + AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true]) + AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf]) -$$1_PKG_ERRORS + dnl for overriding the documentation installation directory + AC_ARG_WITH([html-dir], + AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),, + [with_html_dir='${datadir}/gtk-doc/html']) + HTML_DIR="$with_html_dir" + AC_SUBST([HTML_DIR]) -Consider adjusting the PKG_CONFIG_PATH environment variable if you -installed software in a non-standard prefix. + dnl enable/disable documentation building + AC_ARG_ENABLE([gtk-doc], + AS_HELP_STRING([--enable-gtk-doc], + [use gtk-doc to build documentation [[default=no]]]),, + [enable_gtk_doc=no]) -_PKG_TEXT])[]dnl - ]) -elif test $pkg_failed = untried; then - AC_MSG_RESULT([no]) - m4_default([$4], [AC_MSG_FAILURE( -[The pkg-config script could not be found or is too old. Make sure it -is in your PATH or set the PKG_CONFIG environment variable to the full -path to pkg-config. + AC_MSG_CHECKING([whether to build gtk-doc documentation]) + AC_MSG_RESULT($enable_gtk_doc) -_PKG_TEXT + if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then + AC_MSG_ERROR([ + You must have $gtk_doc_requires installed to build documentation for + $PACKAGE_NAME. Please install gtk-doc or disable building the + documentation by adding '--disable-gtk-doc' to '[$]0'.]) + fi -To get pkg-config, see .])[]dnl - ]) -else - $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS - $1[]_LIBS=$pkg_cv_[]$1[]_LIBS - AC_MSG_RESULT([yes]) - $3 -fi[]dnl -])dnl PKG_CHECK_MODULES + dnl don't check for glib if we build glib + if test "x$PACKAGE_NAME" != "xglib"; then + dnl don't fail if someone does not have glib + PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0 >= 2.10.0,,[:]) + fi + + dnl enable/disable output formats + AC_ARG_ENABLE([gtk-doc-html], + AS_HELP_STRING([--enable-gtk-doc-html], + [build documentation in html format [[default=yes]]]),, + [enable_gtk_doc_html=yes]) + AC_ARG_ENABLE([gtk-doc-pdf], + AS_HELP_STRING([--enable-gtk-doc-pdf], + [build documentation in pdf format [[default=no]]]),, + [enable_gtk_doc_pdf=no]) + + if test -z "$GTKDOC_MKPDF"; then + enable_gtk_doc_pdf=no + fi + + if test -z "$AM_DEFAULT_VERBOSITY"; then + AM_DEFAULT_VERBOSITY=1 + fi + AC_SUBST([AM_DEFAULT_VERBOSITY]) + AM_CONDITIONAL([HAVE_GTK_DOC], [test x$have_gtk_doc = xyes]) + AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes]) + AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes]) + AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes]) + AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"]) + AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"]) +]) -dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], -dnl [ACTION-IF-NOT-FOUND]) -dnl --------------------------------------------------------------------- -dnl Since: 0.29 +dnl -*- mode: autoconf -*- +dnl Copyright 2009 Johan Dahlin dnl -dnl Checks for existence of MODULES and gathers its build flags with -dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags -dnl and VARIABLE-PREFIX_LIBS from --libs. +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 -dnl Note that if there is a possibility the first call to -dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to -dnl include an explicit call to PKG_PROG_PKG_CONFIG in your -dnl configure.ac. -AC_DEFUN([PKG_CHECK_MODULES_STATIC], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -_save_PKG_CONFIG=$PKG_CONFIG -PKG_CONFIG="$PKG_CONFIG --static" -PKG_CHECK_MODULES($@) -PKG_CONFIG=$_save_PKG_CONFIG[]dnl -])dnl PKG_CHECK_MODULES_STATIC +# serial 1 -dnl PKG_INSTALLDIR([DIRECTORY]) -dnl ------------------------- -dnl Since: 0.27 +dnl This is a copy of AS_AC_EXPAND dnl -dnl Substitutes the variable pkgconfigdir as the location where a module -dnl should install pkg-config .pc files. By default the directory is -dnl $libdir/pkgconfig, but the default can be changed by passing -dnl DIRECTORY. The user can override through the --with-pkgconfigdir -dnl parameter. -AC_DEFUN([PKG_INSTALLDIR], -[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) -m4_pushdef([pkg_description], - [pkg-config installation directory @<:@]pkg_default[@:>@]) -AC_ARG_WITH([pkgconfigdir], - [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, - [with_pkgconfigdir=]pkg_default) -AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) -m4_popdef([pkg_default]) -m4_popdef([pkg_description]) -])dnl PKG_INSTALLDIR +dnl (C) 2003, 2004, 2005 Thomas Vander Stichele +dnl Copying and distribution of this file, with or without modification, +dnl are permitted in any medium without royalty provided the copyright +dnl notice and this notice are preserved. +m4_define([_GOBJECT_INTROSPECTION_AS_AC_EXPAND], +[ + EXP_VAR=[$1] + FROM_VAR=[$2] + dnl first expand prefix and exec_prefix if necessary + prefix_save=$prefix + exec_prefix_save=$exec_prefix -dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) -dnl -------------------------------- -dnl Since: 0.27 -dnl -dnl Substitutes the variable noarch_pkgconfigdir as the location where a -dnl module should install arch-independent pkg-config .pc files. By -dnl default the directory is $datadir/pkgconfig, but the default can be -dnl changed by passing DIRECTORY. The user can override through the -dnl --with-noarch-pkgconfigdir parameter. -AC_DEFUN([PKG_NOARCH_INSTALLDIR], -[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) -m4_pushdef([pkg_description], - [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) -AC_ARG_WITH([noarch-pkgconfigdir], - [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, - [with_noarch_pkgconfigdir=]pkg_default) -AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) -m4_popdef([pkg_default]) -m4_popdef([pkg_description]) -])dnl PKG_NOARCH_INSTALLDIR + dnl if no prefix given, then use /usr/local, the default prefix + if test "x$prefix" = "xNONE"; then + prefix="$ac_default_prefix" + fi + dnl if no exec_prefix given, then use prefix + if test "x$exec_prefix" = "xNONE"; then + exec_prefix=$prefix + fi + full_var="$FROM_VAR" + dnl loop until it doesn't change anymore + while true; do + new_full_var="`eval echo $full_var`" + if test "x$new_full_var" = "x$full_var"; then break; fi + full_var=$new_full_var + done -dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, -dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) -dnl ------------------------------------------- -dnl Since: 0.28 -dnl -dnl Retrieves the value of the pkg-config variable for the given module. -AC_DEFUN([PKG_CHECK_VAR], -[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl -AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + dnl clean up + full_var=$new_full_var + AC_SUBST([$1], "$full_var") + + dnl restore prefix and exec_prefix + prefix=$prefix_save + exec_prefix=$exec_prefix_save +]) -_PKG_CONFIG([$1], [variable="][$3]["], [$2]) -AS_VAR_COPY([$1], [pkg_cv_][$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 -AS_VAR_IF([$1], [""], [$5], [$4])dnl -])dnl PKG_CHECK_VAR + 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 -dnl PKG_WITH_MODULES(VARIABLE-PREFIX, MODULES, -dnl [ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND], -dnl [DESCRIPTION], [DEFAULT]) -dnl ------------------------------------------ -dnl -dnl Prepare a "--with-" configure option using the lowercase -dnl [VARIABLE-PREFIX] name, merging the behaviour of AC_ARG_WITH and -dnl PKG_CHECK_MODULES in a single macro. -AC_DEFUN([PKG_WITH_MODULES], -[ -m4_pushdef([with_arg], m4_tolower([$1])) + AC_MSG_CHECKING([for gobject-introspection]) -m4_pushdef([description], - [m4_default([$5], [build with ]with_arg[ support])]) + 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 -m4_pushdef([def_arg], [m4_default([$6], [auto])]) -m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes]) -m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no]) + AC_MSG_RESULT([$found_introspection]) -m4_case(def_arg, - [yes],[m4_pushdef([with_without], [--without-]with_arg)], - [m4_pushdef([with_without],[--with-]with_arg)]) + dnl expand datadir/libdir so we can pass them to pkg-config + dnl and get paths relative to our target directories + _GOBJECT_INTROSPECTION_AS_AC_EXPAND(_GI_EXP_DATADIR, "$datadir") + _GOBJECT_INTROSPECTION_AS_AC_EXPAND(_GI_EXP_LIBDIR, "$libdir") -AC_ARG_WITH(with_arg, - AS_HELP_STRING(with_without, description[ @<:@default=]def_arg[@:>@]),, - [AS_TR_SH([with_]with_arg)=def_arg]) + INTROSPECTION_SCANNER= + INTROSPECTION_COMPILER= + INTROSPECTION_GENERATE= + INTROSPECTION_GIRDIR= + INTROSPECTION_TYPELIBDIR= + if test "x$found_introspection" = "xyes"; then + INTROSPECTION_SCANNER=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` + INTROSPECTION_COMPILER=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` + INTROSPECTION_GENERATE=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` + INTROSPECTION_GIRDIR=`$PKG_CONFIG --define-variable=datadir="${_GI_EXP_DATADIR}" --variable=girdir gobject-introspection-1.0` + INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --define-variable=libdir="${_GI_EXP_LIBDIR}" --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_SYSROOT_DIR`$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) -AS_CASE([$AS_TR_SH([with_]with_arg)], - [yes],[PKG_CHECK_MODULES([$1],[$2],$3,$4)], - [auto],[PKG_CHECK_MODULES([$1],[$2], - [m4_n([def_action_if_found]) $3], - [m4_n([def_action_if_not_found]) $4])]) + AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes") +]) -m4_popdef([with_arg]) -m4_popdef([description]) -m4_popdef([def_arg]) -])dnl PKG_WITH_MODULES +dnl Usage: +dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version]) -dnl PKG_HAVE_WITH_MODULES(VARIABLE-PREFIX, MODULES, -dnl [DESCRIPTION], [DEFAULT]) -dnl ----------------------------------------------- -dnl -dnl Convenience macro to trigger AM_CONDITIONAL after PKG_WITH_MODULES -dnl check._[VARIABLE-PREFIX] is exported as make variable. -AC_DEFUN([PKG_HAVE_WITH_MODULES], +AC_DEFUN([GOBJECT_INTROSPECTION_CHECK], [ -PKG_WITH_MODULES([$1],[$2],,,[$3],[$4]) + _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1]) +]) -AM_CONDITIONAL([HAVE_][$1], - [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"]) -])dnl PKG_HAVE_WITH_MODULES +dnl Usage: +dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version]) -dnl PKG_HAVE_DEFINE_WITH_MODULES(VARIABLE-PREFIX, MODULES, -dnl [DESCRIPTION], [DEFAULT]) -dnl ------------------------------------------------------ -dnl -dnl Convenience macro to run AM_CONDITIONAL and AC_DEFINE after -dnl PKG_WITH_MODULES check. HAVE_[VARIABLE-PREFIX] is exported as make -dnl and preprocessor variable. -AC_DEFUN([PKG_HAVE_DEFINE_WITH_MODULES], + +AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE], [ -PKG_HAVE_WITH_MODULES([$1],[$2],[$3],[$4]) + _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require]) +]) -AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"], - [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])]) -])dnl PKG_HAVE_DEFINE_WITH_MODULES +# 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 , 1995-2000. +dnl Bruno Haible , 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]) +]) AC_DEFUN([YELP_HELP_INIT], [ @@ -10733,8 +10812,8 @@ xmlpath="$$lc:$(srcdir)/$$lc"; \ fi; \ for page in $(HELP_FILES); do \ - echo "$(XMLLINT) --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ - $(XMLLINT) --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ + echo "$(XMLLINT) --nonet --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ + $(XMLLINT) --nonet --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ done; \ done @@ -10805,7 +10884,7 @@ m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([YELP_HELP_RULES])]) ]) -# Copyright (C) 2002-2014 Free Software Foundation, Inc. +# Copyright (C) 2002-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10817,10 +10896,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.15' +[am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.15], [], +m4_if([$1], [1.16.2], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -10836,14 +10915,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.15])dnl +[AM_AUTOMAKE_VERSION([1.16.2])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10895,7 +10974,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -10926,7 +11005,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11117,13 +11196,12 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. - # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], @@ -11131,49 +11209,43 @@ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) shift - for mf + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf do # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE="gmake" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS @@ -11182,18 +11254,17 @@ # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each '.P' file that we will -# need in order to bootstrap the dependency handling code. +# This code is only required when automatic dependency tracking is enabled. +# This creates each '.Po' and '.Plo' makefile fragment that we'll need in +# order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11280,8 +11351,8 @@ AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: -# -# +# +# AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. @@ -11348,7 +11419,7 @@ Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . +that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM @@ -11390,7 +11461,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11411,7 +11482,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# Copyright (C) 2003-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11433,7 +11504,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11468,7 +11539,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11476,49 +11547,42 @@ # AM_MAKE_INCLUDE() # ----------------- -# Check to see how make treats includes. +# Check whether make has an 'include' directive that can support all +# the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' +[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' am__doit: - @echo this is the am__doit target + @echo this is the am__doit target >confinc.out .PHONY: am__doit END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +AC_SUBST([am__quote])]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11557,7 +11621,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11586,7 +11650,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11633,7 +11697,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11652,7 +11716,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11733,7 +11797,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11793,7 +11857,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11821,7 +11885,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2014 Free Software Foundation, Inc. +# Copyright (C) 2006-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -11840,7 +11904,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2014 Free Software Foundation, Inc. +# Copyright (C) 2004-2020 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru brasero-3.12.2/ChangeLog brasero-3.12.3/ChangeLog --- brasero-3.12.2/ChangeLog 2017-07-31 16:39:25.000000000 +0000 +++ brasero-3.12.3/ChangeLog 2021-09-20 08:24:40.000000000 +0000 @@ -1,5 +1,1525 @@ # Generated by Makefile. Do not edit. +commit 2e516545e548d203496ec7f37ad2d7142f5ff4fb +Author: David King +Date: Mon Sep 20 09:22:56 2021 +0100 + + Release 3.12.3 + + NEWS | 12 ++++++++++++ + configure.ac | 6 +++--- + 2 files changed, 15 insertions(+), 3 deletions(-) + +commit f5fbda6688cdba1d7637ebdf7f2b9e3d675a54cc +Author: Ville Skyttä +Date: Thu May 17 11:49:22 2012 +0300 + + Remove spurious man page tabs + + https://gitlab.gnome.org/GNOME/brasero/-/issues/230 + + docs/brasero.1 | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit da231e9b99737fabaeb07f3513492a7720c2f279 +Author: Asier Sarasua Garmendia +Date: Fri Sep 17 16:11:45 2021 +0000 + + Update Basque translation + + help/eu/eu.po | 3144 ++++++++++++++++++++++++++++++++++++++++----------------- + 1 file changed, 2215 insertions(+), 929 deletions(-) + +commit e448acb10bf8928d950e92bfad57e8e30bd1ad9b +Author: scootergrisen +Date: Thu Feb 6 16:49:23 2020 +0100 + + help: Add danish screenshot: brasero-main-window.png + + https://gitlab.gnome.org/GNOME/brasero/-/merge_requests/5 + + help/da/figures/brasero-main-window.png | Bin 0 -> 51370 bytes + 1 file changed, 0 insertions(+), 0 deletions(-) + +commit 9bbafba2f400e91832f2b359083eb4917a186bfa +Author: Rafael Fontenelle +Date: Fri Sep 17 09:48:18 2021 +0000 + + Update Brazilian Portuguese translation + + help/pt_BR/pt_BR.po | 21 ++++++++++----------- + 1 file changed, 10 insertions(+), 11 deletions(-) + +commit 26e10427e385fe51788bb4a944d11a926ddfe9e3 +Author: Ting-Wei Lan +Date: Sat Jun 6 21:47:51 2015 +0800 + + trivial: Fix a wrong header guard + + https://gitlab.gnome.org/GNOME/brasero/-/issues/287 + https://bugzilla.gnome.org/show_bug.cgi?id=750488 + + plugins/checksum/burn-volume-read.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit fa7e9ab764e0ec6cad5efdd609830b69a6c1b32a +Author: Balazs Ur +Date: Thu Sep 16 18:13:06 2021 +0000 + + Update Hungarian translation + + help/hu/hu.po | 21 ++++++++++----------- + 1 file changed, 10 insertions(+), 11 deletions(-) + +commit a87184460af69ad1e07a7f9b654630d4e3502604 +Author: Yuri Chornoivan +Date: Thu Sep 16 14:36:26 2021 +0000 + + Update Ukrainian translation + + help/uk/uk.po | 484 +++++++++++++++++++++++++++++----------------------------- + 1 file changed, 240 insertions(+), 244 deletions(-) + +commit 5ab5511c23bf6d17b1e655ab50684bbb13e061df +Author: Marek Černocký +Date: Thu Sep 16 16:16:38 2021 +0200 + + Updated Czech help translation + + help/cs/cs.po | 18 +++++++++--------- + 1 file changed, 9 insertions(+), 9 deletions(-) + +commit e11d10a68c414f6aac5ba4a8f564ee07d0f4b63e +Author: Piotr Drąg +Date: Thu Sep 16 16:15:34 2021 +0200 + + Update Polish translation + + help/pl/pl.po | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 4893dc897e3518b56477b5a2c09db8b0bd6d4896 +Author: Anders Jonsson +Date: Thu Sep 16 14:15:00 2021 +0000 + + Update Swedish translation + + help/sv/sv.po | 52 ++++++---------------------------------------------- + 1 file changed, 6 insertions(+), 46 deletions(-) + +commit 3de2143e16407c1e255c5788b8dcccfa1cb5234b +Author: scootergrisen +Date: Sun Mar 8 06:14:50 2020 +0000 + + Remove "." and change "disk" to "disc". + + help/C/tools-check-integrity.page | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 6e0097bf5a26eb838297badcbb1ac0d603559179 +Author: Bastien Nocera +Date: Thu Sep 9 23:40:28 2021 +0200 + + growisofs: Fix burning BD-R media not working + + The BD-R flags were simply never applied to the plugin, so the brasero + core didn't know how to burn that type of media. + + See https://bugzilla.redhat.com/show_bug.cgi?id=1704341 + and https://bugzilla.redhat.com/show_bug.cgi?id=1456971 + + Closes: #324 + + plugins/growisofs/burn-growisofs.c | 3 +++ + 1 file changed, 3 insertions(+) + +commit 42d01a125eae57097fe08bcc7c5bb186787dca9b +Author: Bastien Nocera +Date: Thu Sep 9 23:45:03 2021 +0200 + + libbrasero-burn: Fix BRASERO_PLUGIN_ADD_STANDARD_BD_R_FLAGS + + The macro was never used and was missing an opening parenthesis. + + libbrasero-burn/brasero-plugin-registration.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 982c1b93bba1b3a85a0fbc619d2731ebfaea3980 +Author: Bastien Nocera +Date: Thu Sep 9 22:44:58 2021 +0200 + + libbrasero-burn: Better log for brasero_check_flags_for_drive() + + Print some debug when flags don't match. + + libbrasero-burn/burn-basics.c | 20 +++++++++++++++----- + 1 file changed, 15 insertions(+), 5 deletions(-) + +commit f1ec303f59e53dd809ac581924bdf907ae1cb920 +Author: Bastien Nocera +Date: Thu Sep 9 15:09:35 2021 +0200 + + libbrasero-media: Fix memset() warning + + libbrasero-media/scsi-read-track-information.c: In function ‘brasero_read_track_info’: + libbrasero-media/scsi-read-track-information.c:116:33: warning: argument to ‘sizeof’ in ‘memset’ call is the same pointer type ‘BraseroScsiTrackInfo *’ {aka ‘struct _BraseroScsiTrackInfo *’} as the destination; expected ‘BraseroScsiTrackInfo’ {aka ‘struct _BraseroScsiTrackInfo’} or an explicit length [-Wsizeof-pointer-memaccess] + 116 | memset (&hdr, 0, sizeof (info)); + | ^ + + libbrasero-media/scsi-read-track-information.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 4fad49aa4dc16bf2c679970483ba82a8bd506908 +Author: Robert McQueen +Date: Wed Feb 19 12:17:35 2020 +0000 + + transcode plugin - fix required gstreamer plugins + + Make the gstreamer plugins tested for by the transcode plugin match the + plugins it uses. + + Fixes: #325 + + plugins/transcode/burn-vob.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 48024e7a87c38193c95d927b0fe9ea87ebc527c2 +Author: David King +Date: Thu Sep 16 14:23:08 2021 +0100 + + ci: Build against Tracker 3.0 + + .gitlab-ci.yml | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit ddf25f215768cbc3c577960caef4dce1d8b16969 +Author: Carlos Garnacho +Date: Thu Dec 24 13:22:43 2020 +0100 + + Support Tracker 3.0 + + Add the compile-time checks, and add the minimal code catering for + the API changes. In 3.0 connections are no longer singletons. + + configure.ac | 6 +++++- + src/brasero-search-tracker.c | 8 ++++++++ + 2 files changed, 13 insertions(+), 1 deletion(-) + +commit b41d69ac256c6098e6e9bae70491d9d1687b0ce6 +Author: Carlos Garnacho +Date: Thu Dec 24 13:15:21 2020 +0100 + + Observe nfo:FileDataObject/nie:InformationElement split + + These resources are interpreted differently in Tracker 3.0 compared + to older versions, the newer version makes those 2 different resources + (one representing the "file", other the "content) that relate to each + other. In older tracker versions, these 2 aspects were conflated in + a single resource. + + The query is implicitly crossing that barrier, so make it explicit. + With this change, the query may run with either version. + + src/brasero-search-tracker.c | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + +commit 3eb5f88bdfe3a900fd53e92d3f501e9e4cf4c507 +Author: Carlos Garnacho +Date: Thu Dec 24 13:04:03 2020 +0100 + + Only use fts:rank with FTS searches + + This fixes two things: + - The use of fts:match depends on priv->keywords being set, but + fts:rank() has undefined behavior if fts:match is not present. + Its value is returned in the cursor, but fortunately unused, + so it can go away. + + - Fixes "garbage" being added at the end of the query, concretely + ") } ORDER BY ... " is appended at the supposed end of the query + string. Older SPARQL parser implementations would allow garbage + at the end of its parsing state, I suspect "LIMIT 0 OFFSET 10000" + was just a mean to push it to that state that it'd allow the + remaining string, so that is gone too. + + src/brasero-search-tracker.c | 21 +++++++++------------ + 1 file changed, 9 insertions(+), 12 deletions(-) + +commit e272e7f2cfe56cf8e217eb9b0dc9a0229f527dd8 +Author: Carlos Garnacho +Date: Thu Dec 24 12:37:13 2020 +0100 + + Fix ORDER BY clauses in Tracker search + + The ?urn variable is not defined anywhere else in the query, so + ordering is left undefined. Access the url/filename properly here. + + src/brasero-search-tracker.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 8b222b28a2634ff6fabd75882f3c25de8cd425f5 +Author: Carlos Garnacho +Date: Thu Dec 24 12:19:49 2020 +0100 + + Obtain TrackerSparqlConnection in a single point + + The is_available vmethod tries to create a connection if it's not + there. But the BraseroSearchTracker initialization already tries to + obtain the SPARQL connection. Let this method return wether + initialiation was successful. + + src/brasero-search-tracker.c | 6 ------ + 1 file changed, 6 deletions(-) + +commit 44c46c0c297aea204908f09d9570b87ed48688ef +Author: David King +Date: Thu Sep 16 14:08:16 2021 +0100 + + doap: Add description + + brasero.doap | 2 ++ + 1 file changed, 2 insertions(+) + +commit 4427a31763499261827afdb826d8447bb6c438aa +Author: Bastien Nocera +Date: Thu Sep 9 22:49:18 2021 +0200 + + docs: Fix linking of gtk-doc scanning tool + + Which means that gtk-doc can now list the object types and generate a + tree_index.sgml file. + + docs/reference/libbrasero-burn/Makefile.am | 6 +++--- + docs/reference/libbrasero-media/Makefile.am | 6 +++--- + 2 files changed, 6 insertions(+), 6 deletions(-) + +commit 582fea96ee20afb9a295aa99f5fdb8b6ca678c7e +Author: Bastien Nocera +Date: Thu Sep 9 16:50:22 2021 +0200 + + ci: Add CI + + .gitlab-ci.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 42 insertions(+) + +commit 5be9cef9131ba4342a5c2618ad4a678b99e91fb9 +Author: Bastien Nocera +Date: Thu Sep 9 17:16:37 2021 +0200 + + doap: Add myself as a helper + + brasero.doap | 7 +++++++ + 1 file changed, 7 insertions(+) + +commit a1e89343a45045113abe910f01c4c54e023d718d +Author: Boyuan Yang <073plan@gmail.com> +Date: Sun Sep 5 21:55:11 2021 +0000 + + Update Chinese (China) translation + + help/zh_CN/zh_CN.po | 1435 ++++++++++++++++++++++++++++----------------------- + 1 file changed, 793 insertions(+), 642 deletions(-) + +commit 3b7057043efcfa599ecac113cb23b4bd81951299 +Author: eshagh shahidani +Date: Tue Aug 31 14:41:57 2021 +0000 + + Update Persian translation + + po/fa.po | 230 ++++++++++++++++++++++++++++++--------------------------------- + 1 file changed, 109 insertions(+), 121 deletions(-) + +commit 107370392e83a85e0665fc1dbcb4bc34703f53fc +Author: Fabio Tomat +Date: Wed Jul 28 21:41:38 2021 +0000 + + Update Friulian translation + + po/fur.po | 42 +++++++++++++++++++++--------------------- + 1 file changed, 21 insertions(+), 21 deletions(-) + +commit 8399f65c888de14e6fc2baf5afbda15965d4e020 +Author: Hugo Carvalho +Date: Sun Jun 27 14:27:06 2021 +0000 + + Update Portuguese translation + + help/pt/pt.po | 81 +++++++++++++++++++++++++++++++---------------------------- + 1 file changed, 43 insertions(+), 38 deletions(-) + +commit 20eec100a29ed3dffaca906ffda0616fe71199f9 +Author: Quentin PAGÈS +Date: Fri Jun 18 19:40:06 2021 +0000 + + Update Occitan translation + + po/oc.po | 38 +++++++++++++++++++------------------- + 1 file changed, 19 insertions(+), 19 deletions(-) + +commit 4ab10690eb17110c9a8787531b4c83552078ca20 +Author: Ridhubharan Venkatachalam +Date: Fri May 21 14:12:56 2021 +0000 + + Update Tamil translation + + po/ta.po | 1792 ++++++++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 1030 insertions(+), 762 deletions(-) + +commit cba1d34a15ca752f0742749617cd090210de3f01 +Author: Pawan Chitrakar +Date: Sat Apr 17 04:37:40 2021 +0000 + + Update Nepali translation + + po/ne.po | 975 +++++++++++++++++++++++++++------------------------------------ + 1 file changed, 421 insertions(+), 554 deletions(-) + +commit 8fd2a044155a0903baddd0b270d8488ea459cae4 +Author: Ask Hjorth Larsen +Date: Mon Apr 12 21:50:50 2021 +0200 + + Updated Danish translation + + help/da/da.po | 1124 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 1124 insertions(+) + +commit 8c75cc54011acc1769e8e2b02c54f1974fe8e1c1 +Author: Ask Hjorth Larsen +Date: Mon Apr 12 21:50:50 2021 +0200 + + add da to LINGUAS + + help/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 1dc8bce61519489f0f4de8af0e7c217b217550a5 +Author: Yosef Or Boczko +Date: Mon Mar 29 19:41:10 2021 +0000 + + Update Hebrew translation + + po/he.po | 2023 +++++++++----------------------------------------------------- + 1 file changed, 288 insertions(+), 1735 deletions(-) + +commit ea6f631555a53a6ddcd7fcb3a13788e6b55d0251 +Author: Seong-ho Cho +Date: Tue Mar 16 23:00:17 2021 +0000 + + Update Korean translation + + help/ko/ko.po | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) + +commit 6787133aa731798e2f996cf7fa75d48c66252313 +Author: Jordi Mas +Date: Mon Mar 15 21:29:30 2021 +0100 + + Update Catalan translation + + po/ca.po | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit b2ce8d823be3e1646cf8a79babf4734b7da4ec32 +Author: Seong-ho Cho +Date: Sat Mar 13 05:57:33 2021 +0000 + + Update Korean translation + + help/ko/ko.po | 45 ++++++++++++++++++++++----------------------- + 1 file changed, 22 insertions(+), 23 deletions(-) + +commit 38ffe92e78a92a6f4578a303f57e4a160e734618 +Author: Fran Dieguez +Date: Tue Feb 23 23:32:46 2021 +0000 + + Update Galician translation + + po/gl.po | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +commit b95684262a5b47fb98007acac29940be375fa6d8 +Author: A S Alam +Date: Sun Feb 14 05:09:21 2021 +0000 + + Update Punjabi translation + + po/pa.po | 370 +++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 183 insertions(+), 187 deletions(-) + +commit 817dbf90d43f10559060210b275b009900150c5d +Author: Fabio Tomat +Date: Thu Jan 21 06:23:48 2021 +0000 + + Update Friulian translation + + po/fur.po | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +commit fa00819a5019b793a1752a1cce31e736f515575c +Author: Jordi Mas +Date: Fri Jan 8 14:13:20 2021 +0100 + + Update Catalan translation + + help/ca/ca.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit b855d311cafab0d3926b95acb747423e04401d6c +Author: Jordi Mas +Date: Sat Jan 2 18:43:55 2021 +0100 + + Update Catalan translation + + po/ca.po | 62 +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 31 insertions(+), 31 deletions(-) + +commit f75f728e5f34c45599cb72512ff2d20ec64c1fb2 +Author: Jordi Mas +Date: Mon Dec 28 22:42:26 2020 +0100 + + Update Catalan translation + + help/ca/ca.po | 20 ++++++++++---------- + 1 file changed, 10 insertions(+), 10 deletions(-) + +commit df4a62a686f867996aea882a388c6e8f4db7a933 +Author: Jordi Mas +Date: Tue Dec 22 16:34:56 2020 +0100 + + Update Catalan translation + + help/ca/ca.po | 32 ++++++++++++++++---------------- + po/ca.po | 42 +++++++++++++++++++++--------------------- + 2 files changed, 37 insertions(+), 37 deletions(-) + +commit 9444f4acfdd6d707ffb85f9a5d99f67f9d55fe36 +Author: Juliano de Souza Camargo +Date: Mon Dec 7 10:59:09 2020 +0000 + + Update Portuguese translation + + po/pt.po | 713 +++------------------------------------------------------------ + 1 file changed, 24 insertions(+), 689 deletions(-) + +commit 2514def641fbe48e57e0b78e9c41526a9252b5b3 +Author: Fabio Tomat +Date: Sun Oct 18 08:01:26 2020 +0000 + + Update Friulian translation + + po/fur.po | 22 +++++++++++----------- + 1 file changed, 11 insertions(+), 11 deletions(-) + +commit 46b9d11686aa51dd1427b33ce724190c4857fcc3 +Author: Jordi Mas +Date: Tue Sep 22 22:03:28 2020 +0200 + + Update Catalan translation + + help/ca/ca.po | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 1e15631684bcb6db943cae183d34b05f39ae962b +Author: Fabio Tomat +Date: Tue Sep 22 11:30:23 2020 +0000 + + Update Friulian translation + + po/fur.po | 176 +++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 88 insertions(+), 88 deletions(-) + +commit 6290eaf21f9e44ee2888bc4e6a72c083e04131ff +Author: Jordi Mas +Date: Sat Sep 12 23:43:53 2020 +0200 + + Update Catalan translation + + help/ca/ca.po | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 7f640f5fe9f306bc58c15cdaa9546af2f4bea2ef +Author: Jordi Mas i Hernandez +Date: Fri Sep 11 18:20:00 2020 +0000 + + Update Catalan translation + + help/ca/ca.po | 714 ++++++++++++++++++++++++++++++++++++++-------------------- + 1 file changed, 474 insertions(+), 240 deletions(-) + +commit d754f171b151de3af26ff3b0dc6df0ecc97de87e +Author: Fabio Tomat +Date: Mon Sep 7 15:41:27 2020 +0000 + + Update Friulian translation + + po/fur.po | 86 +++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 43 insertions(+), 43 deletions(-) + +commit 5945fdff108c6cf3b67b8be9d9be71e4e9010031 +Author: Charles Monzat +Date: Sun Sep 6 11:53:53 2020 +0200 + + Update help French translation + + help/fr/figures/brasero-main-window.png | Bin 67090 -> 63552 bytes + help/fr/fr.po | 53 ++++++++++++++++---------------- + 2 files changed, 27 insertions(+), 26 deletions(-) + +commit 1f39cad806e9506c7a4db77c3574d55299c0b181 +Author: Andre Klapper +Date: Thu Sep 3 19:23:13 2020 +0200 + + Fix broken markup in Dzonghka translation + + po/dz.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 97f86a3a454fe8ffda548b34e5bea3e441b456de +Author: Juliano Camargo +Date: Sun Aug 23 23:20:42 2020 +0000 + + Update Portuguese translation + + po/pt.po | 160 +++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 84 insertions(+), 76 deletions(-) + +commit e892749d40dfb92d20ed73fa97ad4024936dd301 +Author: Jwtiyar Nariman +Date: Tue Aug 4 20:41:36 2020 +0000 + + Add Central Kurdish translation + + po/LINGUAS | 1 + + po/ckb.po | 4619 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 4620 insertions(+) + +commit 192119d1caceb0bd30fe8b107a573cb38b7098f5 +Author: அருள் +Date: Sat Aug 1 16:28:24 2020 +0000 + + Update Tamil translation + + po/ta.po | 1237 +++++++++++++++++++++++--------------------------------------- + 1 file changed, 466 insertions(+), 771 deletions(-) + +commit 6e314b613391dab6a199555e19433bf6efdcfc3b +Author: Guntupalli Karunakar +Date: Tue Jul 28 14:59:43 2020 +0000 + + Update Hindi translation + + po/hi.po | 379 +++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 188 insertions(+), 191 deletions(-) + +commit 5f7d6bc9af8b9a041d76dfc382db4729c112648b +Author: Rafael Fontenelle +Date: Sat Jul 18 12:01:01 2020 +0000 + + Update Brazilian Portuguese translation + + po/pt_BR.po | 33 ++++++++++++++++----------------- + 1 file changed, 16 insertions(+), 17 deletions(-) + +commit f0a437c160e32aa3f39625e308b10ac6f6492526 +Author: Baurzhan Muftakhidinov +Date: Thu Jul 16 05:41:22 2020 +0000 + + Update Kazakh translation + + po/kk.po | 65 +++++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 38 insertions(+), 27 deletions(-) + +commit 334e99db9ace5870dfbe118a4f7fb54c8120eb89 +Merge: fead1aa2 bd69808e +Author: Daniel Korostil +Date: Fri Jul 10 15:25:14 2020 +0000 + + Merge branch 'add_uk' into 'master' + + Add Ukrainian translation for docs + + See merge request GNOME/brasero!8 + +commit bd69808e0efdf1f91766d1b95639fa0d5c68b1cc +Author: Yuri Chornoivan +Date: Fri Jul 10 13:06:47 2020 +0300 + + Add Ukrainian translation for docs + + help/Makefile.am | 2 +- + help/uk/uk.po | 1179 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 1180 insertions(+), 1 deletion(-) + +commit fead1aa290b7a85b24a0de50e8f83603bc4d08d7 +Author: Daniel Șerbănescu +Date: Fri Jul 3 08:46:02 2020 +0000 + + Update Romanian translation + + help/ro/ro.po | 53 +++++++++++++++++++++++++++-------------------------- + 1 file changed, 27 insertions(+), 26 deletions(-) + +commit e2d95c7ce8b8bb509cc497ddc9f18b7d56118cfb +Author: Cheng-Chia Tseng +Date: Fri May 1 15:04:41 2020 +0000 + + Update Chinese (Taiwan) translation + + po/zh_TW.po | 24 ++++++++++++------------ + 1 file changed, 12 insertions(+), 12 deletions(-) + +commit 121004bb8242487ac7af4c0a0867489343272ce4 +Author: Andre Klapper +Date: Tue Apr 28 14:38:04 2020 +0200 + + Replace deprecated projects.gnome.org URL with wiki.gnome.org URL + + data/brasero.appdata.xml.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 25824317d61c2fc950b6c19bdae29d6a58adde15 +Author: Cédric Valmary +Date: Tue Mar 17 05:26:06 2020 +0000 + + Update Occitan translation + + po/oc.po | 65 +++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 34 insertions(+), 31 deletions(-) + +commit f3aab055a9a4a21bce435f6ec0633d2b7d7d5be6 +Author: Andika Triwidada +Date: Fri Mar 13 04:45:10 2020 +0000 + + Update Indonesian translation + + help/id/id.po | 50 +++++++++++++++++++++----------------------------- + 1 file changed, 21 insertions(+), 29 deletions(-) + +commit 73a121d978fdf14ea8b30859988f7b5faa29640e +Author: Daniel Korostil +Date: Tue Mar 10 21:08:01 2020 +0000 + + Update Ukrainian translation + + po/uk.po | 529 ++++++++++++++++++++++----------------------------------------- + 1 file changed, 180 insertions(+), 349 deletions(-) + +commit 2fc5c38b1ad445b3e0f0a36311cb8c09b1327f4c +Author: Marek Černocký +Date: Sun Mar 8 08:53:42 2020 +0100 + + Updated Czech help translation + + help/cs/cs.po | 40 ++++++++++++++++++++-------------------- + 1 file changed, 20 insertions(+), 20 deletions(-) + +commit 95f16cd0b8072253e7540f05e3deff9a580dcbeb +Author: Zander Brown +Date: Wed Feb 19 19:03:36 2020 +0000 + + Update British English translation + + po/en_GB.po | 40 +++++++++++++++++++++++----------------- + 1 file changed, 23 insertions(+), 17 deletions(-) + +commit cbb9c953822c6015619c918f5c0800addb38c258 +Author: Balázs Úr +Date: Mon Feb 17 22:03:35 2020 +0000 + + Update Hungarian translation + + help/hu/hu.po | 116 +++++++++++++++------------------------------------------- + 1 file changed, 29 insertions(+), 87 deletions(-) + +commit 80b73c77c72eccd70415902ccccdebf699255d00 +Author: Rafael Fontenelle +Date: Mon Feb 17 12:33:27 2020 +0000 + + Update Brazilian Portuguese translation + + help/pt_BR/pt_BR.po | 55 ++++++++++++++++++++++++++++------------------------- + 1 file changed, 29 insertions(+), 26 deletions(-) + +commit bb1c4360fa3d6455759fea3863046c8eac79f8ac +Author: Fran Dieguez +Date: Sat Feb 15 21:03:45 2020 +0000 + + Update Galician translation + + help/gl/gl.po | 14 +++++++++----- + 1 file changed, 9 insertions(+), 5 deletions(-) + +commit 8ebb4c7d5ec021513ccb0a64e1f159b01befc7d3 +Author: Tim Sabsch +Date: Sat Feb 15 15:53:36 2020 +0000 + + Update German translation + + help/de/de.po | 32 ++++++++++++++++---------------- + 1 file changed, 16 insertions(+), 16 deletions(-) + +commit 3ca97853b799acc678fea04bd7a5e6e0f73ad2bd +Author: Piotr Drąg +Date: Sat Feb 15 13:44:40 2020 +0100 + + Update Polish translation + + help/pl/pl.po | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit daad1e0a99e877f26da6eb896f64c09825928d14 +Author: Anders Jonsson +Date: Fri Feb 14 20:59:05 2020 +0000 + + Update Swedish translation + + help/sv/sv.po | 38 +++++++++++++++++++++----------------- + 1 file changed, 21 insertions(+), 17 deletions(-) + +commit dc1d0941a2ed8aa5ac58abe4de30fe8b1d5503a3 +Author: Daniel Mustieles +Date: Wed Feb 12 09:00:53 2020 +0100 + + Updated Spanish translation + + help/es/es.po | 50 +++++++++++++++++++++++++++----------------------- + 1 file changed, 27 insertions(+), 23 deletions(-) + +commit 2760d80e2352f12e55aaf874cec18113bb36c21a +Author: Andre Klapper +Date: Tue Feb 11 16:26:29 2020 +0100 + + help: Update main window screenshot to GNOME 3.34 theme + + help/C/figures/brasero-main-window.png | Bin 55398 -> 66693 bytes + 1 file changed, 0 insertions(+), 0 deletions(-) + +commit 31567fd09ff697281acb252ff55a0c5cac22b421 +Author: Andre Klapper +Date: Tue Feb 11 16:24:04 2020 +0100 + + help: Update localized main window screenshots to GNOME 3.34 theme + + help/bg/figures/brasero-main-window.png | Bin 92139 -> 72743 bytes + help/cs/figures/brasero-main-window.png | Bin 65152 -> 72251 bytes + help/de/figures/brasero-main-window.png | Bin 55667 -> 70134 bytes + help/el/figures/brasero-main-window.png | Bin 71655 -> 83290 bytes + help/es/figures/brasero-main-window.png | Bin 58089 -> 71543 bytes + help/eu/figures/brasero-main-window.png | Bin 78012 -> 70343 bytes + help/fi/figures/brasero-main-window.png | Bin 73729 -> 69504 bytes + help/fr/figures/brasero-main-window.png | Bin 69225 -> 67090 bytes + help/hu/figures/brasero-main-window.png | Bin 68463 -> 71105 bytes + help/it/figures/brasero-main-window.png | Bin 88761 -> 67485 bytes + help/ja/figures/brasero-main-window.png | Bin 88150 -> 94778 bytes + help/ko/figures/brasero-main-window.png | Bin 66110 -> 71758 bytes + help/lv/figures/brasero-main-window.png | Bin 70006 -> 69047 bytes + help/pl/figures/brasero-main-window.png | Bin 57130 -> 75901 bytes + help/pt_BR/figures/brasero-main-window.png | Bin 58050 -> 67804 bytes + help/ro/figures/brasero-main-window.png | Bin 77450 -> 67988 bytes + help/ru/figures/brasero-main-window.png | Bin 58340 -> 73094 bytes + help/sv/figures/brasero-main-window.png | Bin 91857 -> 67848 bytes + help/zh_TW/figures/brasero-main-window.png | Bin 80359 -> 88353 bytes + 19 files changed, 0 insertions(+), 0 deletions(-) + +commit 3330d23439d5127ed4266d90e575d4d94c88cc36 +Author: Andre Klapper +Date: Tue Feb 11 16:19:55 2020 +0100 + + help: Remove unused French main window screenshot + + Looks like an accidental commit; file name does not match. + + help/fr/figures/brasero-main-window-fr.png | Bin 62912 -> 0 bytes + 1 file changed, 0 insertions(+), 0 deletions(-) + +commit 3e31ccd5b45f84b6468b630697ffaa9884e2db23 +Author: Christian Kirbach +Date: Sun Feb 9 01:28:57 2020 +0000 + + Update German translation + + po/de.po | 19 +++++++++---------- + 1 file changed, 9 insertions(+), 10 deletions(-) + +commit a83726fdc688d2c7b6aa95979534d0ae524a5015 +Author: Jordi Mas +Date: Fri Dec 27 21:48:58 2019 +0100 + + Fix to Catalan translation + + po/ca.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 99e8b2a99644f1a4b10ab8fc3a61f83fa6674e01 +Author: Jordi Mas +Date: Fri Dec 27 21:48:44 2019 +0100 + + Fix to Spanish translation + + po/es.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit a3b5513a56f5c2f5f03a9ba4a9881368dc471a36 +Author: Fran Dieguez +Date: Fri Dec 27 15:25:06 2019 +0000 + + Update Galician translation + + help/gl/gl.po | 1419 +-------------------------------------------------------- + 1 file changed, 19 insertions(+), 1400 deletions(-) + +commit 1913212bc12c505dfc2cf6b10370fba2dee81940 +Author: Fran Dieguez +Date: Wed Dec 25 14:23:29 2019 +0000 + + Update Galician translation + + po/gl.po | 42 ++++++++++++++++++++---------------------- + 1 file changed, 20 insertions(+), 22 deletions(-) + +commit 779d7885cde0a1224daeb875e7d442e323f9bd2c +Author: Sabri Ünal +Date: Mon Dec 2 15:41:15 2019 +0000 + + Update Turkish translation + + po/tr.po | 155 +++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 77 insertions(+), 78 deletions(-) + +commit f2bd8aadc1b08fb736679fe63fa87ce73d28e02f +Author: Umarzuki Bin Mochlis Moktar +Date: Tue Nov 12 16:24:32 2019 +0000 + + Update Malay translation + + po/ms.po | 7559 ++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 3650 insertions(+), 3909 deletions(-) + +commit 8463777d29a1e5c0964c8d887a684a00ff9141d5 +Author: Charles Monzat +Date: Sat Oct 26 09:29:17 2019 +0200 + + Updated French help translation + + help/fr/figures/brasero-main-window-fr.png | Bin 0 -> 62912 bytes + help/fr/fr.po | 262 +++++++++++++---------------- + 2 files changed, 115 insertions(+), 147 deletions(-) + +commit b14df0a85e66e51be11d0f2a17047f05bec51b4c +Author: Pawan Chitrakar +Date: Thu Aug 29 07:20:45 2019 +0000 + + Update Nepali translation + + po/ne.po | 1091 +++++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 579 insertions(+), 512 deletions(-) + +commit 65d682d77dc10062bf050e0b1f0e7e6fa4c7811b +Author: Jordi Mas +Date: Sun Aug 25 22:01:20 2019 +0200 + + Update Catalan translation + + po/ca.po | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +commit 92743b593f1b9c744c9f8a4305c1e5eca3dea69c +Author: Jor Teron +Date: Wed Jul 24 18:39:59 2019 +0000 + + Add Karbi translation + + po/LINGUAS | 1 + + po/mjw.po | 4754 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 2 files changed, 4755 insertions(+) + +commit bd1a4d5bcdc47a6bb7744a09e10ad40c44bdf5a4 +Author: Ask Hjorth Larsen +Date: Mon Apr 8 20:55:51 2019 +0200 + + Updated Danish translation + + po/da.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit c75ab96dc99c4333f6c9d98938d6f5feaf4c7eb2 +Author: Ask Hjorth Larsen +Date: Sun Apr 7 03:43:00 2019 +0200 + + Updated Danish translation + + po/da.po | 173 ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 87 insertions(+), 86 deletions(-) + +commit 513dab3aaaa3a5ea5aedc6b601e026563d00a04a +Author: Matej Urbančič +Date: Thu Mar 28 21:33:30 2019 +0100 + + Added Slovenian translation + + po/sl.po | 113 +++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 56 insertions(+), 57 deletions(-) + +commit 0fc153b86d10d89eb8ac387a567ee856d63e564e +Author: Fabio Tomat +Date: Wed Mar 6 09:46:48 2019 +0000 + + Update Friulian translation + + po/fur.po | 34 +++++++++++++++++----------------- + 1 file changed, 17 insertions(+), 17 deletions(-) + +commit d1b589646d7a28df67ec52cd1dd1f6a1d9333d05 +Author: Fabio Tomat +Date: Tue Mar 5 21:12:46 2019 +0000 + + Update Friulian translation + + po/fur.po | 13 ++++++------- + 1 file changed, 6 insertions(+), 7 deletions(-) + +commit 34d8a9b9b02f1d3e614262a990421906fe32b3e4 +Author: Ask Hjorth Larsen +Date: Tue Mar 5 17:51:19 2019 +0100 + + Updated Danish translation + + po/da.po | 9 ++++----- + 1 file changed, 4 insertions(+), 5 deletions(-) + +commit 2cfd12580acf49a223c4f3d522a4338b19acfe27 +Author: Sveinn í Felli +Date: Fri Feb 22 08:15:37 2019 +0000 + + Update Icelandic translation + + po/is.po | 56 ++++++++++++++++++++++++++++---------------------------- + 1 file changed, 28 insertions(+), 28 deletions(-) + +commit 0006af49b0d613e9a79d4b90db0e6f98af2f6cfc +Author: Pieter Schalk Schoeman +Date: Sun Jan 20 21:33:22 2019 +0000 + + Update Afrikaans translation + + po/af.po | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) + +commit fe623ef57b437257ef81a642e4d0e9356050581b +Author: Carmen Bianca BAKKER +Date: Tue Jan 15 07:36:45 2019 +0000 + + Update Esperanto translation + + po/eo.po | 1342 ++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 652 insertions(+), 690 deletions(-) + +commit a71e415fcb3f544d4866d3e7bbe8b91d11063a98 +Author: Andika Triwidada +Date: Sat Jan 12 05:43:44 2019 +0000 + + Update Indonesian translation + + po/id.po | 30 +++++++++++++++++++----------- + 1 file changed, 19 insertions(+), 11 deletions(-) + +commit 6935395e2b3dc04e104a04556084c175b09a8032 +Author: Shantha kumar +Date: Tue Dec 11 02:14:46 2018 +0000 + + Update Tamil translation + + po/ta.po | 523 +++++++++++++++++++++++++-------------------------------------- + 1 file changed, 205 insertions(+), 318 deletions(-) + +commit bf0f4f1c9101754f235fe2d57e5a1c71cdb7377e +Author: Charles Monzat +Date: Wed Dec 5 08:08:07 2018 +0000 + + Update French translation + + po/fr.po | 477 +++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 237 insertions(+), 240 deletions(-) + +commit 58da42ae04faf29573383bc83b70996316bb10fd +Author: Marek Cernocky +Date: Tue Sep 18 16:45:21 2018 +0200 + + Updated Czech screenshot for a help + + help/cs/cs.po | 2 +- + help/cs/figures/brasero-main-window.png | Bin 99605 -> 65152 bytes + 2 files changed, 1 insertion(+), 1 deletion(-) + +commit edc404652a86fc3d4165b32cbfda6a9d5d180002 +Merge: 53e70825 a695a5fc +Author: Federico Mena Quintero +Date: Thu Aug 16 17:16:27 2018 +0000 + + Merge branch 'master' into 'master' + + Honouring manually modified labels. Closes #1. + + Closes #1 + + See merge request GNOME/brasero!1 + +commit 53e708253c079214ac400f8c4ad3953924011f60 +Merge: 6c45f9e7 1914ba3a +Author: Federico Mena Quintero +Date: Thu Aug 16 17:04:36 2018 +0000 + + Merge branch 'geyslan' into 'master' + + Check pointer before strcmp() call + + See merge request GNOME/brasero!2 + +commit 1914ba3aede6cc33071ea7fe30e10d0037a450a3 +Author: Geyslan +Date: Sat Aug 11 11:54:56 2018 -0300 + + Check pointer before strcmp() call + + Due an unchecked pointer, a strcmp() call was crashing with a malformed URI. + + Signed-off-by: Geyslan + + nautilus/nautilus-burn-extension.c | 2 ++ + 1 file changed, 2 insertions(+) + +commit a695a5fc6bf270b1c6b216adfcbeb90390338931 +Author: Pimm "de Chinchilla" Hogeling +Date: Mon Jun 11 16:40:11 2018 +0200 + + Closes #1. + + Honouring manually modified labels. + + Previously, adding a track would cause a new "default" label to be generated for the project, even after a label had been manually entered by the user. + + With this patch, user-inputted labels are no longer overwritten by "default" labels. Looking at the code, this seems to be the intended behaviour. I haven't fully tested how it behaves when saving and loading projects to and from the file system. + + src/brasero-project-name.c | 9 ++++++--- + 1 file changed, 6 insertions(+), 3 deletions(-) + +commit 6c45f9e7b652714d06b36b5d091a96535c59f8bf +Author: Gun Chleoc +Date: Fri Jun 1 10:14:24 2018 +0000 + + Update Scottish Gaelic translation + + po/gd.po | 572 +++++++++++++++------------------------------------------------ + 1 file changed, 135 insertions(+), 437 deletions(-) + +commit 68393017042ce8276f1eb6042a77e13af130402d +Author: Pieter Schalk Schoeman +Date: Tue May 29 09:47:06 2018 +0000 + + Update Afrikaans translation + + po/af.po | 222 ++++++++++++++++++++++++++++----------------------------------- + 1 file changed, 97 insertions(+), 125 deletions(-) + +commit 223c412a2844927a35127c8345e778882106a7fb +Author: Piotr Drąg +Date: Fri Mar 23 22:32:36 2018 +0100 + + Update Polish translation + + help/pl/figures/brasero-main-window.png | Bin 56389 -> 57130 bytes + 1 file changed, 0 insertions(+), 0 deletions(-) + +commit 6e113ea4c1192486ba7705a1fa2cb50b560837ef +Author: Mingcong Bai +Date: Tue Mar 20 17:08:51 2018 +0800 + + Update zh_CN translation + + po/zh_CN.po | 111 ++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 56 insertions(+), 55 deletions(-) + +commit 384475db257f38cef9929ea00096bc9b129bc21d +Author: Marcos Lans +Date: Wed Mar 14 22:47:59 2018 +0000 + + Update Galician translation + + help/gl/gl.po | 11 +++-------- + 1 file changed, 3 insertions(+), 8 deletions(-) + +commit ebd761ddb116f4ace953cf218fbb6d6cb7c381aa +Author: Aefgh39622 +Date: Sat Mar 10 00:53:16 2018 +0000 + + Update Japanese translation + + po/ja.po | 634 +++++++++++++++++++++++++++++++++++++++++++++------------------ + 1 file changed, 453 insertions(+), 181 deletions(-) + +commit e3b519cfd1ee63a720c84e4d8d052904dbadd04c +Author: Cheng-Chia Tseng +Date: Sun Feb 25 06:37:27 2018 +0000 + + Update Chinese (Taiwan) translation + + po/zh_TW.po | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit 0b2ecc460ac35fa27ee985c6013597de8f4fdbb0 +Author: GNOME Translation Robot +Date: Fri Feb 23 09:34:28 2018 +0000 + + Update Scottish Gaelic translation + + po/gd.po | 684 ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 344 insertions(+), 340 deletions(-) + +commit 6732719d01079e18ba3d139d2bfb978875749eb9 +Author: Marcos Lans +Date: Wed Feb 21 22:02:39 2018 +0000 + + Update Galician translation + + help/gl/gl.po | 1552 +++++++++++++++++++++++++++++++-------------------------- + 1 file changed, 834 insertions(+), 718 deletions(-) + +commit 563d3d291b2efc0a7f78144ea110bcce1c4b9780 +Author: Mart Raudsepp +Date: Thu Feb 8 20:09:32 2018 +0000 + + Update Estonian translation + + po/et.po | 1264 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- + 1 file changed, 1259 insertions(+), 5 deletions(-) + +commit 7e12526f2ad132468bd9505153f9e7fdbe22712f +Author: Piotr Drąg +Date: Thu Feb 8 03:22:12 2018 +0100 + + Update Polish translation + + help/pl/pl.po | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 567326a7625ed1099d9f61e97ad30b1f11f14f7c +Author: Stas Solovey +Date: Wed Dec 13 17:53:19 2017 +0000 + + Update Russian translation + + po/ru.po | 76 ++++++++++++++++++++++++++++++---------------------------------- + 1 file changed, 36 insertions(+), 40 deletions(-) + +commit 31ce5eadf049afbe8eaf1b08c02d5cb7d465fc23 +Author: Sveinn í Felli +Date: Thu Dec 7 08:41:11 2017 +0000 + + Update Icelandic translation + + po/is.po | 51 ++++++++++++++++++++++++++++----------------------- + 1 file changed, 28 insertions(+), 23 deletions(-) + +commit e9d835a81ae5baec9588ac1225944297dac4c53a +Author: Piotr Drąg +Date: Mon Dec 4 19:55:32 2017 +0100 + + Remove the OMF file + + It’s a gnome-doc-utils/ScrollKeeper leftover. + + help/brasero.omf.in | 9 --------- + 1 file changed, 9 deletions(-) + +commit 2fd12402fa70550ef49ca4cb870b494a0532ffdb +Author: Jeremy Bicha +Date: Wed Nov 8 12:40:47 2017 -0500 + + build: Install appstream metadata to non-deprecated location + + data/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 3631c6a894fc0eb57728898267f7c04edc4635f4 +Author: Xavi Ivars +Date: Thu Oct 5 13:32:04 2017 +0200 + + [l10n] Updated Catalan (Valencian) translation + + po/ca@valencia.po | 430 +++++++++++++++++++++++++++--------------------------- + 1 file changed, 214 insertions(+), 216 deletions(-) + +commit 40c7a40efc628a7e21afdbc892efd33d97068030 +Author: Piotr Drąg +Date: Sun Oct 1 14:41:56 2017 +0200 + + help: Rename translated screenshots + + .../{brasero_main.png => brasero-main-window.png} | Bin + .../{brasero_main.png => brasero-main-window.png} | Bin + help/el/figures/brasero_main.png | Bin 104223 -> 0 bytes + help/es/figures/brasero_main.png | Bin 84979 -> 0 bytes + .../{brasero_main.png => brasero-main-window.png} | Bin + .../{brasero_main.png => brasero-main-window.png} | Bin + .../{brasero_main.png => brasero-main-window.png} | Bin + .../{brasero_main.png => brasero-main-window.png} | Bin + .../{brasero_main.png => brasero-main-window.png} | Bin + .../{brasero_main.png => brasero-main-window.png} | Bin + 10 files changed, 0 insertions(+), 0 deletions(-) + +commit b91b27523f27dcee015ce1f9deede2bc51fbbdfd +Author: Piotr Drąg +Date: Sat Sep 30 15:29:39 2017 +0200 + + gschema: Fix gettext-domain + + data/org.gnome.brasero.gschema.xml | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +commit 0e061ac5fd0a24d1dc6a2e5d7cd5336d4c652f82 +Author: Piotr Drąg +Date: Sat Sep 30 03:24:25 2017 +0200 + + Add Polish help screenshots + + help/pl/figures/brasero-main-window.png | Bin 0 -> 56389 bytes + 1 file changed, 0 insertions(+), 0 deletions(-) + +commit 9f55c83c1d266bfccb620a0db5c7640e691c67d4 +Author: Andre Klapper +Date: Mon Sep 25 00:00:07 2017 +0200 + + th: Fix a markup typo + + help/bg/bg.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 3497ee10cab8ea25689996b0245ce37c3a0b5283 +Author: Kristjan SCHMIDT +Date: Thu Sep 14 21:47:40 2017 +0200 + + Updated Esperanto translation + + po/eo.po | 81 ++++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 43 insertions(+), 38 deletions(-) + +commit 4e7516da1fb8557b1b9ad878e6ab9cda6542f7bd +Author: Cheng-Chia Tseng +Date: Tue Sep 12 12:31:56 2017 +0000 + + Update Chinese (Taiwan) translation + + po/zh_TW.po | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +commit 90888b2f754034b963aa816320c25a2e44f57460 +Author: Ask Hjorth Larsen +Date: Sun Sep 10 18:02:43 2017 +0200 + + Updated Danish translation + + po/da.po | 177 +++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 87 insertions(+), 90 deletions(-) + +commit ad05355d7bb6835f5318a5e48b3ffbfded75a45c +Author: Jordi Mas +Date: Sun Sep 10 08:39:03 2017 +0200 + + Fixes to Catalan translation + + po/ca.po | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +commit 00bd0eac7ce67c74384722742cf41db4063547c3 +Author: Inaki Larranaga Murgoitio +Date: Sat Sep 9 14:20:42 2017 +0200 + + Update Basque language + + po/eu.po | 67 +++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 35 insertions(+), 32 deletions(-) + +commit c650bca520f94142a88e2035567f4ccc407b7fa4 +Author: Lyubomir Vasilev +Date: Fri Sep 8 08:14:51 2017 +0300 + + Updated Bulgarian translation + + po/bg.po | 97 ++++++++++++++++++++++++++++++---------------------------------- + 1 file changed, 46 insertions(+), 51 deletions(-) + +commit 114d5fde953a3c49060a12ae9cbbf044f5b93ada +Author: Pawan Chitrakar +Date: Mon Sep 4 07:12:33 2017 +0000 + + Update Nepali translation + + po/ne.po | 399 +++++++++++++++++++++++++++------------------------------------ + 1 file changed, 172 insertions(+), 227 deletions(-) + +commit 7ec6e7582f8d8420bde98b85778a0295c38f43c6 +Author: Balázs Úr +Date: Sun Sep 3 14:10:44 2017 +0000 + + Update Hungarian translation + + po/hu.po | 159 ++++++++++++++++++++++----------------------------------------- + 1 file changed, 55 insertions(+), 104 deletions(-) + +commit 321a1c7cea0a10305c5785af4c5918c0ed6fd0a6 +Author: Changwoo Ryu +Date: Sat Sep 2 03:46:52 2017 +0000 + + Update Korean translation + + po/ko.po | 112 +++++++++++++++++++++++++++++++++------------------------------ + 1 file changed, 59 insertions(+), 53 deletions(-) + +commit 26e4d8ce3986316fe553470937deaf061b022cdc +Author: Yuras Shumovich +Date: Fri Sep 1 11:52:55 2017 +0000 + + Update Belarusian translation + + po/be.po | 109 +++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 54 insertions(+), 55 deletions(-) + +commit caef603ac99cbb7d84e3f1ac31d93064470ec311 +Author: Jiri Grönroos +Date: Tue Aug 29 20:43:13 2017 +0000 + + Update Finnish translation + + po/fi.po | 88 +++++++++++++++++++++++++++++++--------------------------------- + 1 file changed, 42 insertions(+), 46 deletions(-) + +commit dfa0e56d8fc45a8c9f318f82f5eb986fe60bb74e +Author: Rūdolfs Mazurs +Date: Sun Aug 27 23:10:24 2017 +0300 + + Update Latvian translation + + po/lv.po | 101 +++++++++++++++++++++++++++++++-------------------------------- + 1 file changed, 49 insertions(+), 52 deletions(-) + +commit 9ddf77da4d579b9357cc0891746c7d4d5f95a4a0 +Author: Ask Hjorth Larsen +Date: Sat Aug 26 16:24:31 2017 +0200 + + Updated Danish translation + + po/da.po | 229 ++++++++++++++++++++++++++++++++------------------------------- + 1 file changed, 118 insertions(+), 111 deletions(-) + +commit 8313effbdb717627c301671c4e0251681e67a900 +Author: Marcos Lans +Date: Fri Aug 25 20:39:50 2017 +0000 + + Update Galician translation + + po/gl.po | 176 ++------------------------------------------------------------- + 1 file changed, 3 insertions(+), 173 deletions(-) + +commit 265578ac4da07f561cbba1f7809bd2ad1248096b +Author: Danial Behzadi +Date: Thu Aug 24 22:16:02 2017 +0000 + + Update Persian translation + + po/fa.po | 567 ++++++++++++++++++++++++++++++++++++--------------------------- + 1 file changed, 322 insertions(+), 245 deletions(-) + +commit 24076017abadbc378af6c4d205fb2b45fe03ccc0 +Author: hanniedu +Date: Thu Aug 24 11:13:20 2017 +0200 + + Updated Dutch translation Master 3.26 + + po/nl.po | 37 +++++++++++++++++++++---------------- + 1 file changed, 21 insertions(+), 16 deletions(-) + +commit ed29fdca1b02174b2fcc56fec5da5f7ded3dc45c +Author: Cheng-Chia Tseng +Date: Wed Aug 23 06:38:46 2017 +0000 + + Update Chinese (Taiwan) translation + + po/zh_TW.po | 160 +++++++++++++++++++++++++++++------------------------------- + 1 file changed, 78 insertions(+), 82 deletions(-) + +commit 6d13f647837968f9d056d55528b3516b11cb1e5d +Author: Pawan Chitrakar +Date: Sun Aug 20 06:13:25 2017 +0000 + + Update Nepali translation + + po/ne.po | 777 +++++++++++++++++++++++++++++---------------------------------- + 1 file changed, 355 insertions(+), 422 deletions(-) + +commit 1ebf8189c59fe923c760dbd87660ccddfec5087f +Author: Efstathios Iosifidis +Date: Fri Aug 18 16:53:05 2017 +0000 + + Update Greek translation + + po/el.po | 99 +++++++++++++++++++++++++++++++--------------------------------- + 1 file changed, 48 insertions(+), 51 deletions(-) + +commit 6d15a983187009a0f4d48ff65b731023dbc52da6 +Author: Мирослав Николић +Date: Mon Aug 14 19:45:59 2017 +0200 + + Updated Serbian translation + + po/sr.po | 97 ++++++++++++++++++++++++++++---------------------------- + po/sr@latin.po | 99 ++++++++++++++++++++++++++++------------------------------ + 2 files changed, 95 insertions(+), 101 deletions(-) + +commit fe3c55d6483c60ed5fe891459c4604b2d9c77b25 +Author: Fran Dieguez +Date: Sat Aug 12 10:32:32 2017 +0000 + + Update Galician translation + + po/gl.po | 80 +++++++++++++++++++++++++++++++--------------------------------- + 1 file changed, 39 insertions(+), 41 deletions(-) + +commit ed90977fe376c11d061642aa2f67397650354bd2 +Author: Gianvito Cavasoli +Date: Fri Aug 11 12:06:41 2017 +0000 + + Update Italian translation + + po/it.po | 233 +++++++++++++++++++++++---------------------------------------- + 1 file changed, 84 insertions(+), 149 deletions(-) + +commit 8575ccee931614c4120ec414d96002a17dcb93a0 +Author: Anish Sheela +Date: Mon Aug 7 19:03:38 2017 +0000 + + Update Malayalam translation + + po/ml.po | 116 ++++++++++++++++++++++++++++++--------------------------------- + 1 file changed, 56 insertions(+), 60 deletions(-) + +commit a855812c04d1c08950894f28f7f7777e8fbbb914 +Author: Andre Klapper +Date: Sat Aug 5 23:15:28 2017 +0200 + + docs: Remove unused image from ro translation + + help/ro/figures/brasero_main.png | Bin 77450 -> 0 bytes + 1 file changed, 0 insertions(+), 0 deletions(-) + +commit b927e519417c14d8cc80e152aeb84666895ec794 +Author: Daniel Șerbănescu +Date: Fri Aug 4 18:48:50 2017 +0000 + + Update Romanian translation + + po/ro.po | 93 +++++++++++++++++++++++++++++++--------------------------------- + 1 file changed, 45 insertions(+), 48 deletions(-) + commit f0c7ac25f7e01a608f74111e64ff196fb470ed9f Author: Kalev Lember Date: Mon Jul 31 17:35:40 2017 +0100 diff -Nru brasero-3.12.2/compile brasero-3.12.3/compile --- brasero-3.12.2/compile 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/compile 2021-09-20 08:24:16.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2012-10-14.11; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -53,7 +53,7 @@ MINGW*) file_conv=mingw ;; - CYGWIN*) + CYGWIN* | MSYS*) file_conv=cygwin ;; *) @@ -67,7 +67,7 @@ mingw/*) file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` ;; - cygwin/*) + cygwin/* | msys/*) file=`cygpath -m "$file" || echo "$file"` ;; wine/*) @@ -255,7 +255,8 @@ echo "compile $scriptversion" exit $? ;; - cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac @@ -339,9 +340,9 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -Nru brasero-3.12.2/config.guess brasero-3.12.3/config.guess --- brasero-3.12.2/config.guess 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/config.guess 2021-09-20 08:24:16.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2016-10-02' +timestamp='2018-08-29' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, see . +# along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -27,7 +27,7 @@ # Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess +# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess # # Please send patches to . @@ -39,7 +39,7 @@ Output the configuration name of the system \`$me' is run on. -Operation modes: +Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -84,8 +84,6 @@ exit 1 fi -trap 'exit 1' 1 2 15 - # CC_FOR_BUILD -- compiler used by this script. Note that the use of a # compiler to aid in system detection is discouraged as it requires # temporary files to be created and, as you can see below, it is a @@ -96,34 +94,39 @@ # Portable tmp directory creation inspired by the Autoconf team. -set_cc_for_build=' -trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ; -trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; -: ${TMPDIR=/tmp} ; - { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || - { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || - { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } || - { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ; -dummy=$tmp/dummy ; -tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; -case $CC_FOR_BUILD,$HOST_CC,$CC in - ,,) echo "int x;" > $dummy.c ; - for c in cc gcc c89 c99 ; do - if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then - CC_FOR_BUILD="$c"; break ; - fi ; - done ; - if test x"$CC_FOR_BUILD" = x ; then - CC_FOR_BUILD=no_compiler_found ; - fi - ;; - ,,*) CC_FOR_BUILD=$CC ;; - ,*,*) CC_FOR_BUILD=$HOST_CC ;; -esac ; set_cc_for_build= ;' +tmp= +# shellcheck disable=SC2172 +trap 'test -z "$tmp" || rm -fr "$tmp"' 1 2 13 15 +trap 'exitcode=$?; test -z "$tmp" || rm -fr "$tmp"; exit $exitcode' 0 + +set_cc_for_build() { + : "${TMPDIR=/tmp}" + # shellcheck disable=SC2039 + { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || + { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } || + { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } || + { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } + dummy=$tmp/dummy + case ${CC_FOR_BUILD-},${HOST_CC-},${CC-} in + ,,) echo "int x;" > "$dummy.c" + for driver in cc gcc c89 c99 ; do + if ($driver -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then + CC_FOR_BUILD="$driver" + break + fi + done + if test x"$CC_FOR_BUILD" = x ; then + CC_FOR_BUILD=no_compiler_found + fi + ;; + ,,*) CC_FOR_BUILD=$CC ;; + ,*,*) CC_FOR_BUILD=$HOST_CC ;; + esac +} # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) -if (test -f /.attbin/uname) >/dev/null 2>&1 ; then +if test -f /.attbin/uname ; then PATH=$PATH:/.attbin ; export PATH fi @@ -132,14 +135,14 @@ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown -case "${UNAME_SYSTEM}" in +case "$UNAME_SYSTEM" in Linux|GNU|GNU/*) # If the system lacks a compiler, then just pick glibc. # We could probably try harder. LIBC=gnu - eval $set_cc_for_build - cat <<-EOF > $dummy.c + set_cc_for_build + cat <<-EOF > "$dummy.c" #include #if defined(__UCLIBC__) LIBC=uclibc @@ -149,13 +152,20 @@ LIBC=gnu #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'` + eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" + + # If ldd exists, use it to detect musl libc. + if command -v ldd >/dev/null && \ + ldd --version 2>&1 | grep -q ^musl + then + LIBC=musl + fi ;; esac # Note: order is significant - the case branches are not exclusive. -case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in +case "$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in *:NetBSD:*:*) # NetBSD (nbsd) targets should (where applicable) match one or # more of the tuples: *-*-netbsdelf*, *-*-netbsdaout*, @@ -169,30 +179,30 @@ # portion of the name. We always set it to "unknown". sysctl="sysctl -n hw.machine_arch" UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \ - /sbin/$sysctl 2>/dev/null || \ - /usr/sbin/$sysctl 2>/dev/null || \ + "/sbin/$sysctl" 2>/dev/null || \ + "/usr/sbin/$sysctl" 2>/dev/null || \ echo unknown)` - case "${UNAME_MACHINE_ARCH}" in + case "$UNAME_MACHINE_ARCH" in armeb) machine=armeb-unknown ;; arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; sh5el) machine=sh5le-unknown ;; earmv*) - arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'` - endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'` - machine=${arch}${endian}-unknown + arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` + endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` + machine="${arch}${endian}"-unknown ;; - *) machine=${UNAME_MACHINE_ARCH}-unknown ;; + *) machine="$UNAME_MACHINE_ARCH"-unknown ;; esac # The Operating System including object format, if it has switched # to ELF recently (or will in the future) and ABI. - case "${UNAME_MACHINE_ARCH}" in + case "$UNAME_MACHINE_ARCH" in earm*) os=netbsdelf ;; arm*|i386|m68k|ns32k|sh3*|sparc|vax) - eval $set_cc_for_build + set_cc_for_build if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ELF__ then @@ -208,10 +218,10 @@ ;; esac # Determine ABI tags. - case "${UNAME_MACHINE_ARCH}" in + case "$UNAME_MACHINE_ARCH" in earm*) expr='s/^earmv[0-9]/-eabi/;s/eb$//' - abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"` + abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` ;; esac # The OS release @@ -219,46 +229,55 @@ # thus, need a distinct triplet. However, they do not need # kernel version information, so it can be replaced with a # suitable tag, in the style of linux-gnu. - case "${UNAME_VERSION}" in + case "$UNAME_VERSION" in Debian*) release='-gnu' ;; *) - release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2` + release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` ;; esac # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM: # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. - echo "${machine}-${os}${release}${abi}" + echo "$machine-${os}${release}${abi-}" exit ;; *:Bitrig:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-bitrig${UNAME_RELEASE} + echo "$UNAME_MACHINE_ARCH"-unknown-bitrig"$UNAME_RELEASE" exit ;; *:OpenBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + echo "$UNAME_MACHINE_ARCH"-unknown-openbsd"$UNAME_RELEASE" exit ;; *:LibertyBSD:*:*) UNAME_MACHINE_ARCH=`arch | sed 's/^.*BSD\.//'` - echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE} + echo "$UNAME_MACHINE_ARCH"-unknown-libertybsd"$UNAME_RELEASE" + exit ;; + *:MidnightBSD:*:*) + echo "$UNAME_MACHINE"-unknown-midnightbsd"$UNAME_RELEASE" exit ;; *:ekkoBSD:*:*) - echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-ekkobsd"$UNAME_RELEASE" exit ;; *:SolidBSD:*:*) - echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-solidbsd"$UNAME_RELEASE" exit ;; macppc:MirBSD:*:*) - echo powerpc-unknown-mirbsd${UNAME_RELEASE} + echo powerpc-unknown-mirbsd"$UNAME_RELEASE" exit ;; *:MirBSD:*:*) - echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-mirbsd"$UNAME_RELEASE" exit ;; *:Sortix:*:*) - echo ${UNAME_MACHINE}-unknown-sortix + echo "$UNAME_MACHINE"-unknown-sortix + exit ;; + *:Redox:*:*) + echo "$UNAME_MACHINE"-unknown-redox exit ;; + mips:OSF1:*.*) + echo mips-dec-osf1 + exit ;; alpha:OSF1:*:*) case $UNAME_RELEASE in *4.0) @@ -310,28 +329,19 @@ # A Tn.n version is a released field test version. # A Xn.n version is an unreleased experimental baselevel. # 1.2 uses "1.2" for uname -r. - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` + echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" # Reset EXIT trap before exiting to avoid spurious non-zero exit code. exitcode=$? trap '' 0 exit $exitcode ;; - Alpha\ *:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # Should we change UNAME_MACHINE based on the output of uname instead - # of the specific Alpha model? - echo alpha-pc-interix - exit ;; - 21064:Windows_NT:50:3) - echo alpha-dec-winnt3.5 - exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 exit ;; *:[Aa]miga[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-amigaos + echo "$UNAME_MACHINE"-unknown-amigaos exit ;; *:[Mm]orph[Oo][Ss]:*:*) - echo ${UNAME_MACHINE}-unknown-morphos + echo "$UNAME_MACHINE"-unknown-morphos exit ;; *:OS/390:*:*) echo i370-ibm-openedition @@ -343,7 +353,7 @@ echo powerpc-ibm-os400 exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) - echo arm-acorn-riscix${UNAME_RELEASE} + echo arm-acorn-riscix"$UNAME_RELEASE" exit ;; arm*:riscos:*:*|arm*:RISCOS:*:*) echo arm-unknown-riscos @@ -370,38 +380,33 @@ sparc) echo sparc-icl-nx7; exit ;; esac ;; s390x:SunOS:*:*) - echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" exit ;; sun4H:SunOS:5.*:*) - echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) - echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" exit ;; i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*) - echo i386-pc-auroraux${UNAME_RELEASE} + echo i386-pc-auroraux"$UNAME_RELEASE" exit ;; i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) - eval $set_cc_for_build - SUN_ARCH=i386 - # If there is a compiler, see if it is configured for 64-bit objects. - # Note that the Sun cc does not turn __LP64__ into 1 like gcc does. - # This test works for both compilers. - if [ "$CC_FOR_BUILD" != no_compiler_found ]; then - if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null - then - SUN_ARCH=x86_64 - fi - fi - echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + UNAME_REL="`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" + case `isainfo -b` in + 32) + echo i386-pc-solaris2"$UNAME_REL" + ;; + 64) + echo x86_64-pc-solaris2"$UNAME_REL" + ;; + esac exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize # SunOS6. Hard to guess exactly what SunOS6 will be like, but # it's likely to be more like Solaris than SunOS4. - echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in @@ -410,25 +415,25 @@ ;; esac # Japanese Language versions have a version number like `4.1.3-JL'. - echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'` + echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" exit ;; sun3*:SunOS:*:*) - echo m68k-sun-sunos${UNAME_RELEASE} + echo m68k-sun-sunos"$UNAME_RELEASE" exit ;; sun*:*:4.2BSD:*) UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` - test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3 + test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 case "`/bin/arch`" in sun3) - echo m68k-sun-sunos${UNAME_RELEASE} + echo m68k-sun-sunos"$UNAME_RELEASE" ;; sun4) - echo sparc-sun-sunos${UNAME_RELEASE} + echo sparc-sun-sunos"$UNAME_RELEASE" ;; esac exit ;; aushp:SunOS:*:*) - echo sparc-auspex-sunos${UNAME_RELEASE} + echo sparc-auspex-sunos"$UNAME_RELEASE" exit ;; # The situation for MiNT is a little confusing. The machine name # can be virtually everything (everything which is not @@ -439,44 +444,44 @@ # MiNT. But MiNT is downward compatible to TOS, so this should # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint"$UNAME_RELEASE" exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint"$UNAME_RELEASE" exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) - echo m68k-atari-mint${UNAME_RELEASE} + echo m68k-atari-mint"$UNAME_RELEASE" exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) - echo m68k-milan-mint${UNAME_RELEASE} + echo m68k-milan-mint"$UNAME_RELEASE" exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) - echo m68k-hades-mint${UNAME_RELEASE} + echo m68k-hades-mint"$UNAME_RELEASE" exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) - echo m68k-unknown-mint${UNAME_RELEASE} + echo m68k-unknown-mint"$UNAME_RELEASE" exit ;; m68k:machten:*:*) - echo m68k-apple-machten${UNAME_RELEASE} + echo m68k-apple-machten"$UNAME_RELEASE" exit ;; powerpc:machten:*:*) - echo powerpc-apple-machten${UNAME_RELEASE} + echo powerpc-apple-machten"$UNAME_RELEASE" exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 exit ;; RISC*:ULTRIX:*:*) - echo mips-dec-ultrix${UNAME_RELEASE} + echo mips-dec-ultrix"$UNAME_RELEASE" exit ;; VAX*:ULTRIX*:*:*) - echo vax-dec-ultrix${UNAME_RELEASE} + echo vax-dec-ultrix"$UNAME_RELEASE" exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) - echo clipper-intergraph-clix${UNAME_RELEASE} + echo clipper-intergraph-clix"$UNAME_RELEASE" exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" #ifdef __cplusplus #include /* for printf() prototype */ int main (int argc, char *argv[]) { @@ -485,23 +490,23 @@ #endif #if defined (host_mips) && defined (MIPSEB) #if defined (SYSTYPE_SYSV) - printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); + printf ("mips-mips-riscos%ssysv\\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_SVR4) - printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0); + printf ("mips-mips-riscos%ssvr4\\n", argv[1]); exit (0); #endif #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD) - printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0); + printf ("mips-mips-riscos%sbsd\\n", argv[1]); exit (0); #endif #endif exit (-1); } EOF - $CC_FOR_BUILD -o $dummy $dummy.c && - dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && - SYSTEM_NAME=`$dummy $dummyarg` && + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && + dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`"$dummy" "$dummyarg"` && { echo "$SYSTEM_NAME"; exit; } - echo mips-mips-riscos${UNAME_RELEASE} + echo mips-mips-riscos"$UNAME_RELEASE" exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax @@ -527,17 +532,17 @@ AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` - if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ] + if [ "$UNAME_PROCESSOR" = mc88100 ] || [ "$UNAME_PROCESSOR" = mc88110 ] then - if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \ - [ ${TARGET_BINARY_INTERFACE}x = x ] + if [ "$TARGET_BINARY_INTERFACE"x = m88kdguxelfx ] || \ + [ "$TARGET_BINARY_INTERFACE"x = x ] then - echo m88k-dg-dgux${UNAME_RELEASE} + echo m88k-dg-dgux"$UNAME_RELEASE" else - echo m88k-dg-dguxbcs${UNAME_RELEASE} + echo m88k-dg-dguxbcs"$UNAME_RELEASE" fi else - echo i586-dg-dgux${UNAME_RELEASE} + echo i586-dg-dgux"$UNAME_RELEASE" fi exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) @@ -554,7 +559,7 @@ echo m68k-tektronix-bsd exit ;; *:IRIX*:*:*) - echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` + echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" exit ;; ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX. echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id @@ -566,14 +571,14 @@ if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" fi - echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} + echo "$UNAME_MACHINE"-ibm-aix"$IBM_REV" exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" #include main() @@ -584,7 +589,7 @@ exit(0); } EOF - if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` then echo "$SYSTEM_NAME" else @@ -598,7 +603,7 @@ exit ;; *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` - if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then + if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 else IBM_ARCH=powerpc @@ -607,18 +612,18 @@ IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else - IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} + IBM_REV="$UNAME_VERSION.$UNAME_RELEASE" fi - echo ${IBM_ARCH}-ibm-aix${IBM_REV} + echo "$IBM_ARCH"-ibm-aix"$IBM_REV" exit ;; *:AIX:*:*) echo rs6000-ibm-aix exit ;; - ibmrt:4.4BSD:*|romp-ibm:BSD:*) + ibmrt:4.4BSD:*|romp-ibm:4.4BSD:*) echo romp-ibm-bsd4.4 exit ;; ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and - echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to + echo romp-ibm-bsd"$UNAME_RELEASE" # 4.3 with uname added to exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx @@ -633,28 +638,28 @@ echo m68k-hp-bsd4.4 exit ;; 9000/[34678]??:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - case "${UNAME_MACHINE}" in - 9000/31? ) HP_ARCH=m68000 ;; - 9000/[34]?? ) HP_ARCH=m68k ;; + HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` + case "$UNAME_MACHINE" in + 9000/31?) HP_ARCH=m68000 ;; + 9000/[34]??) HP_ARCH=m68k ;; 9000/[678][0-9][0-9]) if [ -x /usr/bin/getconf ]; then sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null` sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null` - case "${sc_cpu_version}" in + case "$sc_cpu_version" in 523) HP_ARCH=hppa1.0 ;; # CPU_PA_RISC1_0 528) HP_ARCH=hppa1.1 ;; # CPU_PA_RISC1_1 532) # CPU_PA_RISC2_0 - case "${sc_kernel_bits}" in + case "$sc_kernel_bits" in 32) HP_ARCH=hppa2.0n ;; 64) HP_ARCH=hppa2.0w ;; '') HP_ARCH=hppa2.0 ;; # HP-UX 10.20 esac ;; esac fi - if [ "${HP_ARCH}" = "" ]; then - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + if [ "$HP_ARCH" = "" ]; then + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" #define _HPUX_SOURCE #include @@ -687,13 +692,13 @@ exit (0); } EOF - (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` + (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac - if [ ${HP_ARCH} = hppa2.0w ] + if [ "$HP_ARCH" = hppa2.0w ] then - eval $set_cc_for_build + set_cc_for_build # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler @@ -712,15 +717,15 @@ HP_ARCH=hppa64 fi fi - echo ${HP_ARCH}-hp-hpux${HPUX_REV} + echo "$HP_ARCH"-hp-hpux"$HPUX_REV" exit ;; ia64:HP-UX:*:*) - HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` - echo ia64-hp-hpux${HPUX_REV} + HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` + echo ia64-hp-hpux"$HPUX_REV" exit ;; 3050*:HI-UX:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" #include int main () @@ -745,11 +750,11 @@ exit (0); } EOF - $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 exit ;; - 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) + 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:*) echo hppa1.1-hp-bsd exit ;; 9000/8??:4.3bsd:*:*) @@ -758,7 +763,7 @@ *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix exit ;; - hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) + hp7??:OSF1:*:* | hp8?[79]:OSF1:*:*) echo hppa1.1-hp-osf exit ;; hp8??:OSF1:*:*) @@ -766,9 +771,9 @@ exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then - echo ${UNAME_MACHINE}-unknown-osf1mk + echo "$UNAME_MACHINE"-unknown-osf1mk else - echo ${UNAME_MACHINE}-unknown-osf1 + echo "$UNAME_MACHINE"-unknown-osf1 fi exit ;; parisc*:Lites*:*:*) @@ -793,127 +798,120 @@ echo c4-convex-bsd exit ;; CRAY*Y-MP:*:*:*) - echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo ymp-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*[A-Z]90:*:*:*) - echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \ + echo "$UNAME_MACHINE"-cray-unicos"$UNAME_RELEASE" \ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \ -e 's/\.[^.]*$/.X/' exit ;; CRAY*TS:*:*:*) - echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo t90-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*T3E:*:*:*) - echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo alphaev5-cray-unicosmk"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; CRAY*SV1:*:*:*) - echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo sv1-cray-unicos"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; *:UNICOS/mp:*:*) - echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + echo craynv-cray-unicosmp"$UNAME_RELEASE" | sed -e 's/\.[^.]*$/.X/' exit ;; F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*) FUJITSU_PROC=`uname -m | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz` FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'` + FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; 5000:UNIX_System_V:4.*:*) FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` - FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` + FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" exit ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) - echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} + echo "$UNAME_MACHINE"-pc-bsdi"$UNAME_RELEASE" exit ;; sparc*:BSD/OS:*:*) - echo sparc-unknown-bsdi${UNAME_RELEASE} + echo sparc-unknown-bsdi"$UNAME_RELEASE" exit ;; *:BSD/OS:*:*) - echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} + echo "$UNAME_MACHINE"-unknown-bsdi"$UNAME_RELEASE" + exit ;; + arm:FreeBSD:*:*) + UNAME_PROCESSOR=`uname -p` + set_cc_for_build + if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_PCS_VFP + then + echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi + else + echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf + fi exit ;; *:FreeBSD:*:*) UNAME_PROCESSOR=`/usr/bin/uname -p` - case ${UNAME_PROCESSOR} in + case "$UNAME_PROCESSOR" in amd64) - echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; - *) - echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + UNAME_PROCESSOR=x86_64 ;; + i386) + UNAME_PROCESSOR=i586 ;; esac + echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" exit ;; i*:CYGWIN*:*) - echo ${UNAME_MACHINE}-pc-cygwin + echo "$UNAME_MACHINE"-pc-cygwin exit ;; *:MINGW64*:*) - echo ${UNAME_MACHINE}-pc-mingw64 + echo "$UNAME_MACHINE"-pc-mingw64 exit ;; *:MINGW*:*) - echo ${UNAME_MACHINE}-pc-mingw32 + echo "$UNAME_MACHINE"-pc-mingw32 exit ;; *:MSYS*:*) - echo ${UNAME_MACHINE}-pc-msys - exit ;; - i*:windows32*:*) - # uname -m includes "-pc" on this system. - echo ${UNAME_MACHINE}-mingw32 + echo "$UNAME_MACHINE"-pc-msys exit ;; i*:PW*:*) - echo ${UNAME_MACHINE}-pc-pw32 + echo "$UNAME_MACHINE"-pc-pw32 exit ;; *:Interix*:*) - case ${UNAME_MACHINE} in + case "$UNAME_MACHINE" in x86) - echo i586-pc-interix${UNAME_RELEASE} + echo i586-pc-interix"$UNAME_RELEASE" exit ;; authenticamd | genuineintel | EM64T) - echo x86_64-unknown-interix${UNAME_RELEASE} + echo x86_64-unknown-interix"$UNAME_RELEASE" exit ;; IA64) - echo ia64-unknown-interix${UNAME_RELEASE} + echo ia64-unknown-interix"$UNAME_RELEASE" exit ;; esac ;; - [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) - echo i${UNAME_MACHINE}-pc-mks - exit ;; - 8664:Windows_NT:*) - echo x86_64-pc-mks - exit ;; - i*:Windows_NT*:* | Pentium*:Windows_NT*:*) - # How do we know it's Interix rather than the generic POSIX subsystem? - # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we - # UNAME_MACHINE based on the output of uname instead of i386? - echo i586-pc-interix - exit ;; i*:UWIN*:*) - echo ${UNAME_MACHINE}-pc-uwin + echo "$UNAME_MACHINE"-pc-uwin exit ;; amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) echo x86_64-unknown-cygwin exit ;; - p*:CYGWIN*:*) - echo powerpcle-unknown-cygwin - exit ;; prep*:SunOS:5.*:*) - echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" exit ;; *:GNU:*:*) # the GNU system - echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` + echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" exit ;; *:GNU/*:*:*) # other systems with GNU libc and userland - echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC} + echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" exit ;; - i*86:Minix:*:*) - echo ${UNAME_MACHINE}-pc-minix + *:Minix:*:*) + echo "$UNAME_MACHINE"-unknown-minix exit ;; aarch64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; aarch64_be:Linux:*:*) UNAME_MACHINE=aarch64_be - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in @@ -927,63 +925,63 @@ esac objdump --private-headers /bin/sh | grep -q ld.so.1 if test "$?" = 0 ; then LIBC=gnulibc1 ; fi - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; arc:Linux:*:* | arceb:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; arm*:Linux:*:*) - eval $set_cc_for_build + set_cc_for_build if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_EABI__ then - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" else if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \ | grep -q __ARM_PCS_VFP then - echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabi else - echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"eabihf fi fi exit ;; avr32*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; cris:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-${LIBC} + echo "$UNAME_MACHINE"-axis-linux-"$LIBC" exit ;; crisv32:Linux:*:*) - echo ${UNAME_MACHINE}-axis-linux-${LIBC} + echo "$UNAME_MACHINE"-axis-linux-"$LIBC" exit ;; e2k:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; frv:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; hexagon:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; i*86:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" exit ;; ia64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; k1om:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; m32r*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; m68*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; mips:Linux:*:* | mips64:Linux:*:*) - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c + set_cc_for_build + sed 's/^ //' << EOF > "$dummy.c" #undef CPU #undef ${UNAME_MACHINE} #undef ${UNAME_MACHINE}el @@ -997,70 +995,70 @@ #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` - test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" + test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } ;; mips64el:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; openrisc*:Linux:*:*) - echo or1k-unknown-linux-${LIBC} + echo or1k-unknown-linux-"$LIBC" exit ;; or32:Linux:*:* | or1k*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; padre:Linux:*:*) - echo sparc-unknown-linux-${LIBC} + echo sparc-unknown-linux-"$LIBC" exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) - echo hppa64-unknown-linux-${LIBC} + echo hppa64-unknown-linux-"$LIBC" exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in - PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; - PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; - *) echo hppa-unknown-linux-${LIBC} ;; + PA7*) echo hppa1.1-unknown-linux-"$LIBC" ;; + PA8*) echo hppa2.0-unknown-linux-"$LIBC" ;; + *) echo hppa-unknown-linux-"$LIBC" ;; esac exit ;; ppc64:Linux:*:*) - echo powerpc64-unknown-linux-${LIBC} + echo powerpc64-unknown-linux-"$LIBC" exit ;; ppc:Linux:*:*) - echo powerpc-unknown-linux-${LIBC} + echo powerpc-unknown-linux-"$LIBC" exit ;; ppc64le:Linux:*:*) - echo powerpc64le-unknown-linux-${LIBC} + echo powerpc64le-unknown-linux-"$LIBC" exit ;; ppcle:Linux:*:*) - echo powerpcle-unknown-linux-${LIBC} + echo powerpcle-unknown-linux-"$LIBC" exit ;; riscv32:Linux:*:* | riscv64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; s390:Linux:*:* | s390x:Linux:*:*) - echo ${UNAME_MACHINE}-ibm-linux-${LIBC} + echo "$UNAME_MACHINE"-ibm-linux-"$LIBC" exit ;; sh64*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sh*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; tile*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; vax:Linux:*:*) - echo ${UNAME_MACHINE}-dec-linux-${LIBC} + echo "$UNAME_MACHINE"-dec-linux-"$LIBC" exit ;; x86_64:Linux:*:*) - echo ${UNAME_MACHINE}-pc-linux-${LIBC} + echo "$UNAME_MACHINE"-pc-linux-"$LIBC" exit ;; xtensa*:Linux:*:*) - echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + echo "$UNAME_MACHINE"-unknown-linux-"$LIBC" exit ;; i*86:DYNIX/ptx:4*:*) # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. @@ -1074,34 +1072,34 @@ # I am not positive that other SVR4 systems won't match this, # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. - echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} + echo "$UNAME_MACHINE"-pc-sysv4.2uw"$UNAME_VERSION" exit ;; i*86:OS/2:*:*) # If we were able to find `uname', then EMX Unix compatibility # is probably installed. - echo ${UNAME_MACHINE}-pc-os2-emx + echo "$UNAME_MACHINE"-pc-os2-emx exit ;; i*86:XTS-300:*:STOP) - echo ${UNAME_MACHINE}-unknown-stop + echo "$UNAME_MACHINE"-unknown-stop exit ;; i*86:atheos:*:*) - echo ${UNAME_MACHINE}-unknown-atheos + echo "$UNAME_MACHINE"-unknown-atheos exit ;; i*86:syllable:*:*) - echo ${UNAME_MACHINE}-pc-syllable + echo "$UNAME_MACHINE"-pc-syllable exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.[02]*:*) - echo i386-unknown-lynxos${UNAME_RELEASE} + echo i386-unknown-lynxos"$UNAME_RELEASE" exit ;; i*86:*DOS:*:*) - echo ${UNAME_MACHINE}-pc-msdosdjgpp + echo "$UNAME_MACHINE"-pc-msdosdjgpp exit ;; - i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*) - UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'` + i*86:*:4.*:*) + UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then - echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL} + echo "$UNAME_MACHINE"-univel-sysv"$UNAME_REL" else - echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} + echo "$UNAME_MACHINE"-pc-sysv"$UNAME_REL" fi exit ;; i*86:*:5:[678]*) @@ -1111,12 +1109,12 @@ *Pentium) UNAME_MACHINE=i586 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;; esac - echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION} + echo "$UNAME_MACHINE-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}{$UNAME_VERSION}" exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /dev/null >/dev/null ; then UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')` (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486 @@ -1126,9 +1124,9 @@ && UNAME_MACHINE=i686 (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \ && UNAME_MACHINE=i686 - echo ${UNAME_MACHINE}-pc-sco$UNAME_REL + echo "$UNAME_MACHINE"-pc-sco"$UNAME_REL" else - echo ${UNAME_MACHINE}-pc-sysv32 + echo "$UNAME_MACHINE"-pc-sysv32 fi exit ;; pc:*:*:*) @@ -1148,9 +1146,9 @@ exit ;; i860:*:4.*:*) # i860-SVR4 if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then - echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 + echo i860-stardent-sysv"$UNAME_RELEASE" # Stardent Vistra i860-SVR4 else # Add other i860-SVR4 vendors below as they are discovered. - echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4 + echo i860-unknown-sysv"$UNAME_RELEASE" # Unknown i860-SVR4 fi exit ;; mini*:CTIX:SYS*5:*) @@ -1170,9 +1168,9 @@ test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ && { echo i486-ncr-sysv4; exit; } ;; @@ -1181,28 +1179,28 @@ test -r /etc/.relid \ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid` /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && { echo i486-ncr-sysv4.3${OS_REL}; exit; } + && { echo i486-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \ - && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; + && { echo i586-ncr-sysv4.3"$OS_REL"; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) - echo m68k-unknown-lynxos${UNAME_RELEASE} + echo m68k-unknown-lynxos"$UNAME_RELEASE" exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 exit ;; TSUNAMI:LynxOS:2.*:*) - echo sparc-unknown-lynxos${UNAME_RELEASE} + echo sparc-unknown-lynxos"$UNAME_RELEASE" exit ;; rs6000:LynxOS:2.*:*) - echo rs6000-unknown-lynxos${UNAME_RELEASE} + echo rs6000-unknown-lynxos"$UNAME_RELEASE" exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.[02]*:*) - echo powerpc-unknown-lynxos${UNAME_RELEASE} + echo powerpc-unknown-lynxos"$UNAME_RELEASE" exit ;; SM[BE]S:UNIX_SV:*:*) - echo mips-dde-sysv${UNAME_RELEASE} + echo mips-dde-sysv"$UNAME_RELEASE" exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 @@ -1213,7 +1211,7 @@ *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` - echo ${UNAME_MACHINE}-sni-sysv4 + echo "$UNAME_MACHINE"-sni-sysv4 else echo ns32k-sni-sysv fi @@ -1233,23 +1231,23 @@ exit ;; i*86:VOS:*:*) # From Paul.Green@stratus.com. - echo ${UNAME_MACHINE}-stratus-vos + echo "$UNAME_MACHINE"-stratus-vos exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos exit ;; mc68*:A/UX:*:*) - echo m68k-apple-aux${UNAME_RELEASE} + echo m68k-apple-aux"$UNAME_RELEASE" exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 exit ;; R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*) if [ -d /usr/nec ]; then - echo mips-nec-sysv${UNAME_RELEASE} + echo mips-nec-sysv"$UNAME_RELEASE" else - echo mips-unknown-sysv${UNAME_RELEASE} + echo mips-unknown-sysv"$UNAME_RELEASE" fi exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. @@ -1268,49 +1266,56 @@ echo x86_64-unknown-haiku exit ;; SX-4:SUPER-UX:*:*) - echo sx4-nec-superux${UNAME_RELEASE} + echo sx4-nec-superux"$UNAME_RELEASE" exit ;; SX-5:SUPER-UX:*:*) - echo sx5-nec-superux${UNAME_RELEASE} + echo sx5-nec-superux"$UNAME_RELEASE" exit ;; SX-6:SUPER-UX:*:*) - echo sx6-nec-superux${UNAME_RELEASE} + echo sx6-nec-superux"$UNAME_RELEASE" exit ;; SX-7:SUPER-UX:*:*) - echo sx7-nec-superux${UNAME_RELEASE} + echo sx7-nec-superux"$UNAME_RELEASE" exit ;; SX-8:SUPER-UX:*:*) - echo sx8-nec-superux${UNAME_RELEASE} + echo sx8-nec-superux"$UNAME_RELEASE" exit ;; SX-8R:SUPER-UX:*:*) - echo sx8r-nec-superux${UNAME_RELEASE} + echo sx8r-nec-superux"$UNAME_RELEASE" exit ;; SX-ACE:SUPER-UX:*:*) - echo sxace-nec-superux${UNAME_RELEASE} + echo sxace-nec-superux"$UNAME_RELEASE" exit ;; Power*:Rhapsody:*:*) - echo powerpc-apple-rhapsody${UNAME_RELEASE} + echo powerpc-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Rhapsody:*:*) - echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + echo "$UNAME_MACHINE"-apple-rhapsody"$UNAME_RELEASE" exit ;; *:Darwin:*:*) UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown - eval $set_cc_for_build + set_cc_for_build if test "$UNAME_PROCESSOR" = unknown ; then UNAME_PROCESSOR=powerpc fi - if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then + if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then if [ "$CC_FOR_BUILD" != no_compiler_found ]; then if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \ - (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ - grep IS_64BIT_ARCH >/dev/null + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_64BIT_ARCH >/dev/null then case $UNAME_PROCESSOR in i386) UNAME_PROCESSOR=x86_64 ;; powerpc) UNAME_PROCESSOR=powerpc64 ;; esac fi + # On 10.4-10.6 one might compile for PowerPC via gcc -arch ppc + if (echo '#ifdef __POWERPC__'; echo IS_PPC; echo '#endif') | \ + (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \ + grep IS_PPC >/dev/null + then + UNAME_PROCESSOR=powerpc + fi fi elif test "$UNAME_PROCESSOR" = i386 ; then # Avoid executing cc on OS X 10.9, as it ships with a stub @@ -1321,7 +1326,7 @@ # that Apple uses in portable devices. UNAME_PROCESSOR=x86_64 fi - echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + echo "$UNAME_PROCESSOR"-apple-darwin"$UNAME_RELEASE" exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` @@ -1329,19 +1334,25 @@ UNAME_PROCESSOR=i386 UNAME_MACHINE=pc fi - echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} + echo "$UNAME_PROCESSOR"-"$UNAME_MACHINE"-nto-qnx"$UNAME_RELEASE" exit ;; *:QNX:*:4*) echo i386-pc-qnx exit ;; - NEO-?:NONSTOP_KERNEL:*:*) - echo neo-tandem-nsk${UNAME_RELEASE} + NEO-*:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk"$UNAME_RELEASE" exit ;; NSE-*:NONSTOP_KERNEL:*:*) - echo nse-tandem-nsk${UNAME_RELEASE} + echo nse-tandem-nsk"$UNAME_RELEASE" + exit ;; + NSR-*:NONSTOP_KERNEL:*:*) + echo nsr-tandem-nsk"$UNAME_RELEASE" + exit ;; + NSV-*:NONSTOP_KERNEL:*:*) + echo nsv-tandem-nsk"$UNAME_RELEASE" exit ;; - NSR-?:NONSTOP_KERNEL:*:*) - echo nsr-tandem-nsk${UNAME_RELEASE} + NSX-*:NONSTOP_KERNEL:*:*) + echo nsx-tandem-nsk"$UNAME_RELEASE" exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux @@ -1350,18 +1361,19 @@ echo bs2000-siemens-sysv exit ;; DS/*:UNIX_System_V:*:*) - echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} + echo "$UNAME_MACHINE"-"$UNAME_SYSTEM"-"$UNAME_RELEASE" exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 # operating systems. + # shellcheck disable=SC2154 if test "$cputype" = 386; then UNAME_MACHINE=i386 else UNAME_MACHINE="$cputype" fi - echo ${UNAME_MACHINE}-unknown-plan9 + echo "$UNAME_MACHINE"-unknown-plan9 exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 @@ -1382,14 +1394,14 @@ echo pdp10-unknown-its exit ;; SEI:*:*:SEIUX) - echo mips-sei-seiux${UNAME_RELEASE} + echo mips-sei-seiux"$UNAME_RELEASE" exit ;; *:DragonFly:*:*) - echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" exit ;; *:*VMS:*:*) UNAME_MACHINE=`(uname -p) 2>/dev/null` - case "${UNAME_MACHINE}" in + case "$UNAME_MACHINE" in A*) echo alpha-dec-vms ; exit ;; I*) echo ia64-dec-vms ; exit ;; V*) echo vax-dec-vms ; exit ;; @@ -1398,32 +1410,44 @@ echo i386-pc-xenix exit ;; i*86:skyos:*:*) - echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'` + echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" exit ;; i*86:rdos:*:*) - echo ${UNAME_MACHINE}-pc-rdos + echo "$UNAME_MACHINE"-pc-rdos exit ;; i*86:AROS:*:*) - echo ${UNAME_MACHINE}-pc-aros + echo "$UNAME_MACHINE"-pc-aros exit ;; x86_64:VMkernel:*:*) - echo ${UNAME_MACHINE}-unknown-esx + echo "$UNAME_MACHINE"-unknown-esx exit ;; amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; esac +echo "$0: unable to guess system type" >&2 + +case "$UNAME_MACHINE:$UNAME_SYSTEM" in + mips:Linux | mips64:Linux) + # If we got here on MIPS GNU/Linux, output extra information. + cat >&2 <&2 </dev/null` /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null` -UNAME_MACHINE = ${UNAME_MACHINE} -UNAME_RELEASE = ${UNAME_RELEASE} -UNAME_SYSTEM = ${UNAME_SYSTEM} -UNAME_VERSION = ${UNAME_VERSION} +UNAME_MACHINE = "$UNAME_MACHINE" +UNAME_RELEASE = "$UNAME_RELEASE" +UNAME_SYSTEM = "$UNAME_SYSTEM" +UNAME_VERSION = "$UNAME_VERSION" EOF exit 1 # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" diff -Nru brasero-3.12.2/config.h.in brasero-3.12.3/config.h.in --- brasero-3.12.2/config.h.in 2017-07-31 16:36:04.000000000 +0000 +++ brasero-3.12.3/config.h.in 2021-09-20 08:24:15.000000000 +0000 @@ -113,6 +113,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* define if tracker3 is available */ +#undef HAVE_TRACKER3 + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H diff -Nru brasero-3.12.2/config.sub brasero-3.12.3/config.sub --- brasero-3.12.2/config.sub 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/config.sub 2021-09-20 08:24:16.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2016 Free Software Foundation, Inc. +# Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2016-09-05' +timestamp='2018-08-29' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, see . +# along with this program; if not, see . # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -33,7 +33,7 @@ # Otherwise, we print the canonical config type on stdout and succeed. # You can get the latest version of this script from: -# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub +# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub # This file is supposed to be the same for all GNU packages # and recognize all the CPU types, system types and aliases @@ -57,7 +57,7 @@ Canonicalize a configuration name. -Operation modes: +Options: -h, --help print this help, then exit -t, --time-stamp print date of last modification, then exit -v, --version print version number, then exit @@ -67,7 +67,7 @@ version="\ GNU config.sub ($timestamp) -Copyright 1992-2016 Free Software Foundation, Inc. +Copyright 1992-2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -94,7 +94,7 @@ *local*) # First pass through any local machine types. - echo $1 + echo "$1" exit ;; * ) @@ -110,1242 +110,1159 @@ exit 1;; esac -# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). -# Here we must recognize all the valid KERNEL-OS combinations. -maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` -case $maybe_os in - nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \ - linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \ - knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \ - kopensolaris*-gnu* | cloudabi*-eabi* | \ - storm-chaos* | os2-emx* | rtmk-nova*) - os=-$maybe_os - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` - ;; - android-linux) - os=-linux-android - basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown - ;; - *) - basic_machine=`echo $1 | sed 's/-[^-]*$//'` - if [ $basic_machine != $1 ] - then os=`echo $1 | sed 's/.*-/-/'` - else os=; fi - ;; -esac - -### Let's recognize common machines as not being operating systems so -### that things like config.sub decstation-3100 work. We also -### recognize some manufacturers as not being operating systems, so we -### can provide default operating systems below. -case $os in - -sun*os*) - # Prevent following clause from handling this invalid input. - ;; - -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \ - -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \ - -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \ - -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\ - -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ - -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \ - -apple | -axis | -knuth | -cray | -microblaze*) - os= - basic_machine=$1 - ;; - -bluegene*) - os=-cnk - ;; - -sim | -cisco | -oki | -wec | -winbond) - os= - basic_machine=$1 - ;; - -scout) - ;; - -wrs) - os=-vxworks - basic_machine=$1 - ;; - -chorusos*) - os=-chorusos - basic_machine=$1 - ;; - -chorusrdb) - os=-chorusrdb - basic_machine=$1 - ;; - -hiux*) - os=-hiuxwe2 - ;; - -sco6) - os=-sco5v6 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco5) - os=-sco3.2v5 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco4) - os=-sco3.2v4 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2.[4-9]*) - os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco3.2v[4-9]*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco5v6*) - # Don't forget version if it is 3.2v4 or newer. - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -sco*) - os=-sco3.2v2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -udk*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -isc) - os=-isc2.2 - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -clix*) - basic_machine=clipper-intergraph - ;; - -isc*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` - ;; - -lynx*178) - os=-lynxos178 - ;; - -lynx*5) - os=-lynxos5 - ;; - -lynx*) - os=-lynxos +# Split fields of configuration type +IFS="-" read -r field1 field2 field3 field4 <&2 + exit 1 ;; - -ptx*) - basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'` + *-*-*-*) + basic_machine=$field1-$field2 + os=$field3-$field4 ;; - -windowsnt*) - os=`echo $os | sed -e 's/windowsnt/winnt/'` + *-*-*) + # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two + # parts + maybe_os=$field2-$field3 + case $maybe_os in + nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc \ + | linux-newlib* | linux-musl* | linux-uclibc* | uclinux-uclibc* \ + | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* \ + | netbsd*-eabi* | kopensolaris*-gnu* | cloudabi*-eabi* \ + | storm-chaos* | os2-emx* | rtmk-nova*) + basic_machine=$field1 + os=$maybe_os + ;; + android-linux) + basic_machine=$field1-unknown + os=linux-android + ;; + *) + basic_machine=$field1-$field2 + os=$field3 + ;; + esac ;; - -psos*) - os=-psos + *-*) + # A lone config we happen to match not fitting any patern + case $field1-$field2 in + decstation-3100) + basic_machine=mips-dec + os= + ;; + *-*) + # Second component is usually, but not always the OS + case $field2 in + # Prevent following clause from handling this valid os + sun*os*) + basic_machine=$field1 + os=$field2 + ;; + # Manufacturers + dec* | mips* | sequent* | encore* | pc533* | sgi* | sony* \ + | att* | 7300* | 3300* | delta* | motorola* | sun[234]* \ + | unicom* | ibm* | next | hp | isi* | apollo | altos* \ + | convergent* | ncr* | news | 32* | 3600* | 3100* \ + | hitachi* | c[123]* | convex* | sun | crds | omron* | dg \ + | ultra | tti* | harris | dolphin | highlevel | gould \ + | cbm | ns | masscomp | apple | axis | knuth | cray \ + | microblaze* | sim | cisco \ + | oki | wec | wrs | winbond) + basic_machine=$field1-$field2 + os= + ;; + *) + basic_machine=$field1 + os=$field2 + ;; + esac + ;; + esac ;; - -mint | -mint[0-9]*) - basic_machine=m68k-atari - os=-mint + *) + # Convert single-component short-hands not valid as part of + # multi-component configurations. + case $field1 in + 386bsd) + basic_machine=i386-pc + os=bsd + ;; + a29khif) + basic_machine=a29k-amd + os=udi + ;; + adobe68k) + basic_machine=m68010-adobe + os=scout + ;; + alliant) + basic_machine=fx80-alliant + os= + ;; + altos | altos3068) + basic_machine=m68k-altos + os= + ;; + am29k) + basic_machine=a29k-none + os=bsd + ;; + amdahl) + basic_machine=580-amdahl + os=sysv + ;; + amiga) + basic_machine=m68k-unknown + os= + ;; + amigaos | amigados) + basic_machine=m68k-unknown + os=amigaos + ;; + amigaunix | amix) + basic_machine=m68k-unknown + os=sysv4 + ;; + apollo68) + basic_machine=m68k-apollo + os=sysv + ;; + apollo68bsd) + basic_machine=m68k-apollo + os=bsd + ;; + aros) + basic_machine=i386-pc + os=aros + ;; + aux) + basic_machine=m68k-apple + os=aux + ;; + balance) + basic_machine=ns32k-sequent + os=dynix + ;; + blackfin) + basic_machine=bfin-unknown + os=linux + ;; + cegcc) + basic_machine=arm-unknown + os=cegcc + ;; + convex-c1) + basic_machine=c1-convex + os=bsd + ;; + convex-c2) + basic_machine=c2-convex + os=bsd + ;; + convex-c32) + basic_machine=c32-convex + os=bsd + ;; + convex-c34) + basic_machine=c34-convex + os=bsd + ;; + convex-c38) + basic_machine=c38-convex + os=bsd + ;; + cray) + basic_machine=j90-cray + os=unicos + ;; + crds | unos) + basic_machine=m68k-crds + os= + ;; + da30) + basic_machine=m68k-da30 + os= + ;; + decstation | pmax | pmin | dec3100 | decstatn) + basic_machine=mips-dec + os= + ;; + delta88) + basic_machine=m88k-motorola + os=sysv3 + ;; + dicos) + basic_machine=i686-pc + os=dicos + ;; + djgpp) + basic_machine=i586-pc + os=msdosdjgpp + ;; + ebmon29k) + basic_machine=a29k-amd + os=ebmon + ;; + es1800 | OSE68k | ose68k | ose | OSE) + basic_machine=m68k-ericsson + os=ose + ;; + gmicro) + basic_machine=tron-gmicro + os=sysv + ;; + go32) + basic_machine=i386-pc + os=go32 + ;; + h8300hms) + basic_machine=h8300-hitachi + os=hms + ;; + h8300xray) + basic_machine=h8300-hitachi + os=xray + ;; + h8500hms) + basic_machine=h8500-hitachi + os=hms + ;; + harris) + basic_machine=m88k-harris + os=sysv3 + ;; + hp300) + basic_machine=m68k-hp + ;; + hp300bsd) + basic_machine=m68k-hp + os=bsd + ;; + hp300hpux) + basic_machine=m68k-hp + os=hpux + ;; + hppaosf) + basic_machine=hppa1.1-hp + os=osf + ;; + hppro) + basic_machine=hppa1.1-hp + os=proelf + ;; + i386mach) + basic_machine=i386-mach + os=mach + ;; + vsta) + basic_machine=i386-pc + os=vsta + ;; + isi68 | isi) + basic_machine=m68k-isi + os=sysv + ;; + m68knommu) + basic_machine=m68k-unknown + os=linux + ;; + magnum | m3230) + basic_machine=mips-mips + os=sysv + ;; + merlin) + basic_machine=ns32k-utek + os=sysv + ;; + mingw64) + basic_machine=x86_64-pc + os=mingw64 + ;; + mingw32) + basic_machine=i686-pc + os=mingw32 + ;; + mingw32ce) + basic_machine=arm-unknown + os=mingw32ce + ;; + monitor) + basic_machine=m68k-rom68k + os=coff + ;; + morphos) + basic_machine=powerpc-unknown + os=morphos + ;; + moxiebox) + basic_machine=moxie-unknown + os=moxiebox + ;; + msdos) + basic_machine=i386-pc + os=msdos + ;; + msys) + basic_machine=i686-pc + os=msys + ;; + mvs) + basic_machine=i370-ibm + os=mvs + ;; + nacl) + basic_machine=le32-unknown + os=nacl + ;; + ncr3000) + basic_machine=i486-ncr + os=sysv4 + ;; + netbsd386) + basic_machine=i386-pc + os=netbsd + ;; + netwinder) + basic_machine=armv4l-rebel + os=linux + ;; + news | news700 | news800 | news900) + basic_machine=m68k-sony + os=newsos + ;; + news1000) + basic_machine=m68030-sony + os=newsos + ;; + necv70) + basic_machine=v70-nec + os=sysv + ;; + nh3000) + basic_machine=m68k-harris + os=cxux + ;; + nh[45]000) + basic_machine=m88k-harris + os=cxux + ;; + nindy960) + basic_machine=i960-intel + os=nindy + ;; + mon960) + basic_machine=i960-intel + os=mon960 + ;; + nonstopux) + basic_machine=mips-compaq + os=nonstopux + ;; + os400) + basic_machine=powerpc-ibm + os=os400 + ;; + OSE68000 | ose68000) + basic_machine=m68000-ericsson + os=ose + ;; + os68k) + basic_machine=m68k-none + os=os68k + ;; + paragon) + basic_machine=i860-intel + os=osf + ;; + parisc) + basic_machine=hppa-unknown + os=linux + ;; + pw32) + basic_machine=i586-unknown + os=pw32 + ;; + rdos | rdos64) + basic_machine=x86_64-pc + os=rdos + ;; + rdos32) + basic_machine=i386-pc + os=rdos + ;; + rom68k) + basic_machine=m68k-rom68k + os=coff + ;; + sa29200) + basic_machine=a29k-amd + os=udi + ;; + sei) + basic_machine=mips-sei + os=seiux + ;; + sequent) + basic_machine=i386-sequent + os= + ;; + sps7) + basic_machine=m68k-bull + os=sysv2 + ;; + st2000) + basic_machine=m68k-tandem + os= + ;; + stratus) + basic_machine=i860-stratus + os=sysv4 + ;; + sun2) + basic_machine=m68000-sun + os= + ;; + sun2os3) + basic_machine=m68000-sun + os=sunos3 + ;; + sun2os4) + basic_machine=m68000-sun + os=sunos4 + ;; + sun3) + basic_machine=m68k-sun + os= + ;; + sun3os3) + basic_machine=m68k-sun + os=sunos3 + ;; + sun3os4) + basic_machine=m68k-sun + os=sunos4 + ;; + sun4) + basic_machine=sparc-sun + os= + ;; + sun4os3) + basic_machine=sparc-sun + os=sunos3 + ;; + sun4os4) + basic_machine=sparc-sun + os=sunos4 + ;; + sun4sol2) + basic_machine=sparc-sun + os=solaris2 + ;; + sun386 | sun386i | roadrunner) + basic_machine=i386-sun + os= + ;; + sv1) + basic_machine=sv1-cray + os=unicos + ;; + symmetry) + basic_machine=i386-sequent + os=dynix + ;; + t3e) + basic_machine=alphaev5-cray + os=unicos + ;; + t90) + basic_machine=t90-cray + os=unicos + ;; + toad1) + basic_machine=pdp10-xkl + os=tops20 + ;; + tpf) + basic_machine=s390x-ibm + os=tpf + ;; + udi29k) + basic_machine=a29k-amd + os=udi + ;; + ultra3) + basic_machine=a29k-nyu + os=sym1 + ;; + v810 | necv810) + basic_machine=v810-nec + os=none + ;; + vaxv) + basic_machine=vax-dec + os=sysv + ;; + vms) + basic_machine=vax-dec + os=vms + ;; + vxworks960) + basic_machine=i960-wrs + os=vxworks + ;; + vxworks68) + basic_machine=m68k-wrs + os=vxworks + ;; + vxworks29k) + basic_machine=a29k-wrs + os=vxworks + ;; + xbox) + basic_machine=i686-pc + os=mingw32 + ;; + ymp) + basic_machine=ymp-cray + os=unicos + ;; + *) + basic_machine=$1 + os= + ;; + esac ;; esac -# Decode aliases for certain CPU-COMPANY combinations. +# Decode 1-component or ad-hoc basic machines case $basic_machine in - # Recognize the basic CPU types without company name. - # Some are omitted here because they have special meanings below. - 1750a | 580 \ - | a29k \ - | aarch64 | aarch64_be \ - | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ - | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | am33_2.0 \ - | arc | arceb \ - | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \ - | avr | avr32 \ - | ba \ - | be32 | be64 \ - | bfin \ - | c4x | c8051 | clipper \ - | d10v | d30v | dlx | dsp16xx \ - | e2k | epiphany \ - | fido | fr30 | frv | ft32 \ - | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ - | hexagon \ - | i370 | i860 | i960 | ia64 \ - | ip2k | iq2000 \ - | k1om \ - | le32 | le64 \ - | lm32 \ - | m32c | m32r | m32rle | m68000 | m68k | m88k \ - | maxq | mb | microblaze | microblazeel | mcore | mep | metag \ - | mips | mipsbe | mipseb | mipsel | mipsle \ - | mips16 \ - | mips64 | mips64el \ - | mips64octeon | mips64octeonel \ - | mips64orion | mips64orionel \ - | mips64r5900 | mips64r5900el \ - | mips64vr | mips64vrel \ - | mips64vr4100 | mips64vr4100el \ - | mips64vr4300 | mips64vr4300el \ - | mips64vr5000 | mips64vr5000el \ - | mips64vr5900 | mips64vr5900el \ - | mipsisa32 | mipsisa32el \ - | mipsisa32r2 | mipsisa32r2el \ - | mipsisa32r6 | mipsisa32r6el \ - | mipsisa64 | mipsisa64el \ - | mipsisa64r2 | mipsisa64r2el \ - | mipsisa64r6 | mipsisa64r6el \ - | mipsisa64sb1 | mipsisa64sb1el \ - | mipsisa64sr71k | mipsisa64sr71kel \ - | mipsr5900 | mipsr5900el \ - | mipstx39 | mipstx39el \ - | mn10200 | mn10300 \ - | moxie \ - | mt \ - | msp430 \ - | nds32 | nds32le | nds32be \ - | nios | nios2 | nios2eb | nios2el \ - | ns16k | ns32k \ - | open8 | or1k | or1knd | or32 \ - | pdp10 | pdp11 | pj | pjl \ - | powerpc | powerpc64 | powerpc64le | powerpcle \ - | pyramid \ - | riscv32 | riscv64 \ - | rl78 | rx \ - | score \ - | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ - | sh64 | sh64le \ - | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ - | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ - | spu \ - | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ - | ubicom32 \ - | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ - | visium \ - | we32k \ - | x86 | xc16x | xstormy16 | xtensa \ - | z8k | z80) - basic_machine=$basic_machine-unknown - ;; - c54x) - basic_machine=tic54x-unknown - ;; - c55x) - basic_machine=tic55x-unknown - ;; - c6x) - basic_machine=tic6x-unknown - ;; - leon|leon[3-9]) - basic_machine=sparc-$basic_machine - ;; - m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) - basic_machine=$basic_machine-unknown - os=-none + # Here we handle the default manufacturer of certain CPU types. It is in + # some cases the only manufacturer, in others, it is the most popular. + w89k) + cpu=hppa1.1 + vendor=winbond ;; - m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) + op50n) + cpu=hppa1.1 + vendor=oki ;; - ms1) - basic_machine=mt-unknown + op60c) + cpu=hppa1.1 + vendor=oki ;; - - strongarm | thumb | xscale) - basic_machine=arm-unknown + ibm*) + cpu=i370 + vendor=ibm ;; - xgate) - basic_machine=$basic_machine-unknown - os=-none + orion105) + cpu=clipper + vendor=highlevel ;; - xscaleeb) - basic_machine=armeb-unknown + mac | mpw | mac-mpw) + cpu=m68k + vendor=apple ;; - - xscaleel) - basic_machine=armel-unknown + pmac | pmac-mpw) + cpu=powerpc + vendor=apple ;; - # We use `pc' rather than `unknown' - # because (1) that's what they normally are, and - # (2) the word "unknown" tends to confuse beginning users. - i*86 | x86_64) - basic_machine=$basic_machine-pc - ;; - # Object if more than one company name word. - *-*-*) - echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2 - exit 1 - ;; - # Recognize the basic CPU types with company name. - 580-* \ - | a29k-* \ - | aarch64-* | aarch64_be-* \ - | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ - | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ - | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \ - | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* | avr32-* \ - | ba-* \ - | be32-* | be64-* \ - | bfin-* | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* \ - | c8051-* | clipper-* | craynv-* | cydra-* \ - | d10v-* | d30v-* | dlx-* \ - | e2k-* | elxsi-* \ - | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ - | h8300-* | h8500-* \ - | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ - | hexagon-* \ - | i*86-* | i860-* | i960-* | ia64-* \ - | ip2k-* | iq2000-* \ - | k1om-* \ - | le32-* | le64-* \ - | lm32-* \ - | m32c-* | m32r-* | m32rle-* \ - | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ - | microblaze-* | microblazeel-* \ - | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ - | mips16-* \ - | mips64-* | mips64el-* \ - | mips64octeon-* | mips64octeonel-* \ - | mips64orion-* | mips64orionel-* \ - | mips64r5900-* | mips64r5900el-* \ - | mips64vr-* | mips64vrel-* \ - | mips64vr4100-* | mips64vr4100el-* \ - | mips64vr4300-* | mips64vr4300el-* \ - | mips64vr5000-* | mips64vr5000el-* \ - | mips64vr5900-* | mips64vr5900el-* \ - | mipsisa32-* | mipsisa32el-* \ - | mipsisa32r2-* | mipsisa32r2el-* \ - | mipsisa32r6-* | mipsisa32r6el-* \ - | mipsisa64-* | mipsisa64el-* \ - | mipsisa64r2-* | mipsisa64r2el-* \ - | mipsisa64r6-* | mipsisa64r6el-* \ - | mipsisa64sb1-* | mipsisa64sb1el-* \ - | mipsisa64sr71k-* | mipsisa64sr71kel-* \ - | mipsr5900-* | mipsr5900el-* \ - | mipstx39-* | mipstx39el-* \ - | mmix-* \ - | mt-* \ - | msp430-* \ - | nds32-* | nds32le-* | nds32be-* \ - | nios-* | nios2-* | nios2eb-* | nios2el-* \ - | none-* | np1-* | ns16k-* | ns32k-* \ - | open8-* \ - | or1k*-* \ - | orion-* \ - | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ - | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \ - | pyramid-* \ - | riscv32-* | riscv64-* \ - | rl78-* | romp-* | rs6000-* | rx-* \ - | sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ - | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ - | sparclite-* \ - | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \ - | tahoe-* \ - | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ - | tile*-* \ - | tron-* \ - | ubicom32-* \ - | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ - | vax-* \ - | visium-* \ - | we32k-* \ - | x86-* | x86_64-* | xc16x-* | xps100-* \ - | xstormy16-* | xtensa*-* \ - | ymp-* \ - | z8k-* | z80-*) - ;; - # Recognize the basic CPU types without company name, with glob match. - xtensa*) - basic_machine=$basic_machine-unknown - ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. - 386bsd) - basic_machine=i386-unknown - os=-bsd - ;; 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc) - basic_machine=m68000-att + cpu=m68000 + vendor=att ;; 3b*) - basic_machine=we32k-att - ;; - a29khif) - basic_machine=a29k-amd - os=-udi - ;; - abacus) - basic_machine=abacus-unknown - ;; - adobe68k) - basic_machine=m68010-adobe - os=-scout - ;; - alliant | fx80) - basic_machine=fx80-alliant - ;; - altos | altos3068) - basic_machine=m68k-altos - ;; - am29k) - basic_machine=a29k-none - os=-bsd - ;; - amd64) - basic_machine=x86_64-pc - ;; - amd64-*) - basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - amdahl) - basic_machine=580-amdahl - os=-sysv - ;; - amiga | amiga-*) - basic_machine=m68k-unknown - ;; - amigaos | amigados) - basic_machine=m68k-unknown - os=-amigaos - ;; - amigaunix | amix) - basic_machine=m68k-unknown - os=-sysv4 - ;; - apollo68) - basic_machine=m68k-apollo - os=-sysv - ;; - apollo68bsd) - basic_machine=m68k-apollo - os=-bsd - ;; - aros) - basic_machine=i386-pc - os=-aros - ;; - asmjs) - basic_machine=asmjs-unknown - ;; - aux) - basic_machine=m68k-apple - os=-aux - ;; - balance) - basic_machine=ns32k-sequent - os=-dynix - ;; - blackfin) - basic_machine=bfin-unknown - os=-linux - ;; - blackfin-*) - basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux + cpu=we32k + vendor=att ;; bluegene*) - basic_machine=powerpc-ibm - os=-cnk - ;; - c54x-*) - basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c55x-*) - basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c6x-*) - basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - c90) - basic_machine=c90-cray - os=-unicos - ;; - cegcc) - basic_machine=arm-unknown - os=-cegcc - ;; - convex-c1) - basic_machine=c1-convex - os=-bsd - ;; - convex-c2) - basic_machine=c2-convex - os=-bsd - ;; - convex-c32) - basic_machine=c32-convex - os=-bsd - ;; - convex-c34) - basic_machine=c34-convex - os=-bsd - ;; - convex-c38) - basic_machine=c38-convex - os=-bsd - ;; - cray | j90) - basic_machine=j90-cray - os=-unicos - ;; - craynv) - basic_machine=craynv-cray - os=-unicosmp - ;; - cr16 | cr16-*) - basic_machine=cr16-unknown - os=-elf - ;; - crds | unos) - basic_machine=m68k-crds - ;; - crisv32 | crisv32-* | etraxfs*) - basic_machine=crisv32-axis - ;; - cris | cris-* | etrax*) - basic_machine=cris-axis - ;; - crx) - basic_machine=crx-unknown - os=-elf - ;; - da30 | da30-*) - basic_machine=m68k-da30 - ;; - decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn) - basic_machine=mips-dec + cpu=powerpc + vendor=ibm + os=cnk ;; decsystem10* | dec10*) - basic_machine=pdp10-dec - os=-tops10 + cpu=pdp10 + vendor=dec + os=tops10 ;; decsystem20* | dec20*) - basic_machine=pdp10-dec - os=-tops20 + cpu=pdp10 + vendor=dec + os=tops20 ;; delta | 3300 | motorola-3300 | motorola-delta \ | 3300-motorola | delta-motorola) - basic_machine=m68k-motorola - ;; - delta88) - basic_machine=m88k-motorola - os=-sysv3 - ;; - dicos) - basic_machine=i686-pc - os=-dicos - ;; - djgpp) - basic_machine=i586-pc - os=-msdosdjgpp - ;; - dpx20 | dpx20-*) - basic_machine=rs6000-bull - os=-bosx - ;; - dpx2* | dpx2*-bull) - basic_machine=m68k-bull - os=-sysv3 - ;; - e500v[12]) - basic_machine=powerpc-unknown - os=$os"spe" - ;; - e500v[12]-*) - basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` - os=$os"spe" + cpu=m68k + vendor=motorola ;; - ebmon29k) - basic_machine=a29k-amd - os=-ebmon - ;; - elxsi) - basic_machine=elxsi-elxsi - os=-bsd + dpx2*) + cpu=m68k + vendor=bull + os=sysv3 ;; encore | umax | mmax) - basic_machine=ns32k-encore + cpu=ns32k + vendor=encore ;; - es1800 | OSE68k | ose68k | ose | OSE) - basic_machine=m68k-ericsson - os=-ose + elxsi) + cpu=elxsi + vendor=elxsi + os=${os:-bsd} ;; fx2800) - basic_machine=i860-alliant + cpu=i860 + vendor=alliant ;; genix) - basic_machine=ns32k-ns - ;; - gmicro) - basic_machine=tron-gmicro - os=-sysv - ;; - go32) - basic_machine=i386-pc - os=-go32 + cpu=ns32k + vendor=ns ;; h3050r* | hiux*) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - h8300hms) - basic_machine=h8300-hitachi - os=-hms - ;; - h8300xray) - basic_machine=h8300-hitachi - os=-xray - ;; - h8500hms) - basic_machine=h8500-hitachi - os=-hms - ;; - harris) - basic_machine=m88k-harris - os=-sysv3 - ;; - hp300-*) - basic_machine=m68k-hp - ;; - hp300bsd) - basic_machine=m68k-hp - os=-bsd - ;; - hp300hpux) - basic_machine=m68k-hp - os=-hpux + cpu=hppa1.1 + vendor=hitachi + os=hiuxwe2 ;; hp3k9[0-9][0-9] | hp9[0-9][0-9]) - basic_machine=hppa1.0-hp + cpu=hppa1.0 + vendor=hp ;; hp9k2[0-9][0-9] | hp9k31[0-9]) - basic_machine=m68000-hp + cpu=m68000 + vendor=hp ;; hp9k3[2-9][0-9]) - basic_machine=m68k-hp + cpu=m68k + vendor=hp ;; hp9k6[0-9][0-9] | hp6[0-9][0-9]) - basic_machine=hppa1.0-hp + cpu=hppa1.0 + vendor=hp ;; hp9k7[0-79][0-9] | hp7[0-79][0-9]) - basic_machine=hppa1.1-hp + cpu=hppa1.1 + vendor=hp ;; hp9k78[0-9] | hp78[0-9]) # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp + cpu=hppa1.1 + vendor=hp ;; hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893) # FIXME: really hppa2.0-hp - basic_machine=hppa1.1-hp + cpu=hppa1.1 + vendor=hp ;; hp9k8[0-9][13679] | hp8[0-9][13679]) - basic_machine=hppa1.1-hp + cpu=hppa1.1 + vendor=hp ;; hp9k8[0-9][0-9] | hp8[0-9][0-9]) - basic_machine=hppa1.0-hp - ;; - hppa-next) - os=-nextstep3 - ;; - hppaosf) - basic_machine=hppa1.1-hp - os=-osf - ;; - hppro) - basic_machine=hppa1.1-hp - os=-proelf - ;; - i370-ibm* | ibm*) - basic_machine=i370-ibm + cpu=hppa1.0 + vendor=hp ;; i*86v32) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv32 + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + os=sysv32 ;; i*86v4*) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv4 + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + os=sysv4 ;; i*86v) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-sysv + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + os=sysv ;; i*86sol2) - basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'` - os=-solaris2 - ;; - i386mach) - basic_machine=i386-mach - os=-mach - ;; - i386-vsta | vsta) - basic_machine=i386-unknown - os=-vsta + cpu=`echo "$1" | sed -e 's/86.*/86/'` + vendor=pc + os=solaris2 + ;; + j90 | j90-cray) + cpu=j90 + vendor=cray + os=${os:-unicos} ;; iris | iris4d) - basic_machine=mips-sgi + cpu=mips + vendor=sgi case $os in - -irix*) + irix*) ;; *) - os=-irix4 + os=irix4 ;; esac ;; - isi68 | isi) - basic_machine=m68k-isi - os=-sysv - ;; - leon-*|leon[3-9]-*) - basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` - ;; - m68knommu) - basic_machine=m68k-unknown - os=-linux - ;; - m68knommu-*) - basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux - ;; - m88k-omron*) - basic_machine=m88k-omron - ;; - magnum | m3230) - basic_machine=mips-mips - os=-sysv - ;; - merlin) - basic_machine=ns32k-utek - os=-sysv - ;; - microblaze*) - basic_machine=microblaze-xilinx - ;; - mingw64) - basic_machine=x86_64-pc - os=-mingw64 - ;; - mingw32) - basic_machine=i686-pc - os=-mingw32 - ;; - mingw32ce) - basic_machine=arm-unknown - os=-mingw32ce - ;; miniframe) - basic_machine=m68000-convergent - ;; - *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*) - basic_machine=m68k-atari - os=-mint - ;; - mips3*-*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'` - ;; - mips3*) - basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown - ;; - monitor) - basic_machine=m68k-rom68k - os=-coff - ;; - morphos) - basic_machine=powerpc-unknown - os=-morphos - ;; - moxiebox) - basic_machine=moxie-unknown - os=-moxiebox - ;; - msdos) - basic_machine=i386-pc - os=-msdos - ;; - ms1-*) - basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + cpu=m68000 + vendor=convergent ;; - msys) - basic_machine=i686-pc - os=-msys - ;; - mvs) - basic_machine=i370-ibm - os=-mvs - ;; - nacl) - basic_machine=le32-unknown - os=-nacl - ;; - ncr3000) - basic_machine=i486-ncr - os=-sysv4 - ;; - netbsd386) - basic_machine=i386-unknown - os=-netbsd - ;; - netwinder) - basic_machine=armv4l-rebel - os=-linux - ;; - news | news700 | news800 | news900) - basic_machine=m68k-sony - os=-newsos - ;; - news1000) - basic_machine=m68030-sony - os=-newsos + *mint | mint[0-9]* | *MiNT | *MiNT[0-9]*) + cpu=m68k + vendor=atari + os=mint ;; news-3600 | risc-news) - basic_machine=mips-sony - os=-newsos - ;; - necv70) - basic_machine=v70-nec - os=-sysv - ;; - next | m*-next ) - basic_machine=m68k-next + cpu=mips + vendor=sony + os=newsos + ;; + next | m*-next) + cpu=m68k + vendor=next case $os in - -nextstep* ) + nextstep* ) ;; - -ns2*) - os=-nextstep2 + ns2*) + os=nextstep2 ;; *) - os=-nextstep3 + os=nextstep3 ;; esac ;; - nh3000) - basic_machine=m68k-harris - os=-cxux - ;; - nh[45]000) - basic_machine=m88k-harris - os=-cxux - ;; - nindy960) - basic_machine=i960-intel - os=-nindy - ;; - mon960) - basic_machine=i960-intel - os=-mon960 - ;; - nonstopux) - basic_machine=mips-compaq - os=-nonstopux - ;; np1) - basic_machine=np1-gould - ;; - neo-tandem) - basic_machine=neo-tandem - ;; - nse-tandem) - basic_machine=nse-tandem - ;; - nsr-tandem) - basic_machine=nsr-tandem + cpu=np1 + vendor=gould ;; op50n-* | op60c-*) - basic_machine=hppa1.1-oki - os=-proelf - ;; - openrisc | openrisc-*) - basic_machine=or32-unknown - ;; - os400) - basic_machine=powerpc-ibm - os=-os400 - ;; - OSE68000 | ose68000) - basic_machine=m68000-ericsson - os=-ose - ;; - os68k) - basic_machine=m68k-none - os=-os68k + cpu=hppa1.1 + vendor=oki + os=proelf ;; pa-hitachi) - basic_machine=hppa1.1-hitachi - os=-hiuxwe2 - ;; - paragon) - basic_machine=i860-intel - os=-osf - ;; - parisc) - basic_machine=hppa-unknown - os=-linux - ;; - parisc-*) - basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` - os=-linux + cpu=hppa1.1 + vendor=hitachi + os=hiuxwe2 ;; pbd) - basic_machine=sparc-tti + cpu=sparc + vendor=tti ;; pbb) - basic_machine=m68k-tti + cpu=m68k + vendor=tti ;; - pc532 | pc532-*) - basic_machine=ns32k-pc532 - ;; - pc98) - basic_machine=i386-pc + pc532) + cpu=ns32k + vendor=pc532 ;; - pc98-*) - basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` - ;; - pentium | p5 | k5 | k6 | nexgen | viac3) - basic_machine=i586-pc - ;; - pentiumpro | p6 | 6x86 | athlon | athlon_*) - basic_machine=i686-pc - ;; - pentiumii | pentium2 | pentiumiii | pentium3) - basic_machine=i686-pc + pn) + cpu=pn + vendor=gould ;; - pentium4) - basic_machine=i786-pc + power) + cpu=power + vendor=ibm ;; - pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) - basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'` + ps2) + cpu=i386 + vendor=ibm ;; - pentiumpro-* | p6-* | 6x86-* | athlon-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + rm[46]00) + cpu=mips + vendor=siemens ;; - pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) - basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'` + rtpc | rtpc-*) + cpu=romp + vendor=ibm ;; - pentium4-*) - basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'` + sde) + cpu=mipsisa32 + vendor=sde + os=${os:-elf} + ;; + simso-wrs) + cpu=sparclite + vendor=wrs + os=vxworks ;; - pn) - basic_machine=pn-gould + tower | tower-32) + cpu=m68k + vendor=ncr ;; - power) basic_machine=power-ibm + vpp*|vx|vx-*) + cpu=f301 + vendor=fujitsu ;; - ppc | ppcbe) basic_machine=powerpc-unknown + w65) + cpu=w65 + vendor=wdc ;; - ppc-* | ppcbe-*) - basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'` + w89k-*) + cpu=hppa1.1 + vendor=winbond + os=proelf ;; - ppcle | powerpclittle) - basic_machine=powerpcle-unknown + none) + cpu=none + vendor=none ;; - ppcle-* | powerpclittle-*) - basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'` + leon|leon[3-9]) + cpu=sparc + vendor=$basic_machine ;; - ppc64) basic_machine=powerpc64-unknown + leon-*|leon[3-9]-*) + cpu=sparc + vendor=`echo "$basic_machine" | sed 's/-.*//'` ;; - ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'` + + *-*) + IFS="-" read -r cpu vendor <&2 - exit 1 + # Recognize the cannonical CPU types that are allowed with any + # company name. + case $cpu in + 1750a | 580 \ + | a29k \ + | aarch64 | aarch64_be \ + | abacus \ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] \ + | alphapca5[67] | alpha64pca5[67] \ + | am33_2.0 \ + | arc | arceb \ + | arm | arm[lb]e | arme[lb] | armv* \ + | avr | avr32 \ + | asmjs \ + | ba \ + | be32 | be64 \ + | bfin | bs2000 \ + | c[123]* | c30 | [cjt]90 | c4x \ + | c8051 | clipper | craynv | csky | cydra \ + | d10v | d30v | dlx | dsp16xx \ + | e2k | elxsi | epiphany \ + | f30[01] | f700 | fido | fr30 | frv | ft32 | fx80 \ + | h8300 | h8500 \ + | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ + | hexagon \ + | i370 | i*86 | i860 | i960 | ia16 | ia64 \ + | ip2k | iq2000 \ + | k1om \ + | le32 | le64 \ + | lm32 \ + | m32c | m32r | m32rle \ + | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k | v70 | w65 \ + | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip \ + | m88110 | m88k | maxq | mb | mcore | mep | metag \ + | microblaze | microblazeel \ + | mips | mipsbe | mipseb | mipsel | mipsle \ + | mips16 \ + | mips64 | mips64el \ + | mips64octeon | mips64octeonel \ + | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ + | mips64vr4100 | mips64vr4100el \ + | mips64vr4300 | mips64vr4300el \ + | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ + | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ + | mipsisa32r6 | mipsisa32r6el \ + | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ + | mipsisa64r6 | mipsisa64r6el \ + | mipsisa64sb1 | mipsisa64sb1el \ + | mipsisa64sr71k | mipsisa64sr71kel \ + | mipsr5900 | mipsr5900el \ + | mipstx39 | mipstx39el \ + | mmix \ + | mn10200 | mn10300 \ + | moxie \ + | mt \ + | msp430 \ + | nds32 | nds32le | nds32be \ + | nfp \ + | nios | nios2 | nios2eb | nios2el \ + | none | np1 | ns16k | ns32k \ + | open8 \ + | or1k* \ + | or32 \ + | orion \ + | pdp10 | pdp11 | pj | pjl | pn | power \ + | powerpc | powerpc64 | powerpc64le | powerpcle | powerpcspe \ + | pru \ + | pyramid \ + | riscv | riscv32 | riscv64 \ + | rl78 | romp | rs6000 | rx \ + | score \ + | sh | sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \ + | sh[1234]e[lb] | sh[12345][lb]e | sh[23]ele | sh64 | sh64le \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet \ + | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v | sv1 | sx* \ + | spu \ + | tahoe \ + | tic30 | tic4x | tic54x | tic55x | tic6x | tic80 \ + | tron \ + | ubicom32 \ + | v850 | v850e | v850e1 | v850es | v850e2 | v850e2v3 \ + | vax \ + | visium \ + | wasm32 \ + | we32k \ + | x86 | x86_64 | xc16x | xgate | xps100 \ + | xstormy16 | xtensa* \ + | ymp \ + | z8k | z80) + ;; + + *) + echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2 + exit 1 + ;; + esac ;; esac # Here we canonicalize certain aliases for manufacturers. -case $basic_machine in - *-digital*) - basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'` +case $vendor in + digital*) + vendor=dec ;; - *-commodore*) - basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'` + commodore*) + vendor=cbm ;; *) ;; @@ -1353,200 +1270,246 @@ # Decode manufacturer-specific aliases for certain operating systems. -if [ x"$os" != x"" ] +if [ x$os != x ] then case $os in - # First match some system type aliases - # that might get confused with valid system types. - # -solaris* is a basic system type, with this one exception. - -auroraux) - os=-auroraux + # First match some system type aliases that might get confused + # with valid system types. + # solaris* is a basic system type, with this one exception. + auroraux) + os=auroraux ;; - -solaris1 | -solaris1.*) - os=`echo $os | sed -e 's|solaris1|sunos4|'` + bluegene*) + os=cnk ;; - -solaris) - os=-solaris2 + solaris1 | solaris1.*) + os=`echo $os | sed -e 's|solaris1|sunos4|'` ;; - -svr4*) - os=-sysv4 + solaris) + os=solaris2 ;; - -unixware*) - os=-sysv4.2uw + unixware*) + os=sysv4.2uw ;; - -gnu/linux*) + gnu/linux*) os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` ;; - # First accept the basic system types. + # es1800 is here to avoid being matched by es* (a different OS) + es1800*) + os=ose + ;; + # Some version numbers need modification + chorusos*) + os=chorusos + ;; + isc) + os=isc2.2 + ;; + sco6) + os=sco5v6 + ;; + sco5) + os=sco3.2v5 + ;; + sco4) + os=sco3.2v4 + ;; + sco3.2.[4-9]*) + os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` + ;; + sco3.2v[4-9]* | sco5v6*) + # Don't forget version if it is 3.2v4 or newer. + ;; + scout) + # Don't match below + ;; + sco*) + os=sco3.2v2 + ;; + psos*) + os=psos + ;; + # Now accept the basic system types. # The portable systems comes first. - # Each alternative MUST END IN A *, to match a version number. - # -sysv* is not here because it comes later, after sysvr4. - -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \ - | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\ - | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \ - | -sym* | -kopensolaris* | -plan9* \ - | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \ - | -aos* | -aros* | -cloudabi* | -sortix* \ - | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ - | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ - | -bitrig* | -openbsd* | -solidbsd* | -libertybsd* \ - | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \ - | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ - | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -chorusos* | -chorusrdb* | -cegcc* \ - | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ - | -midipix* | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \ - | -linux-newlib* | -linux-musl* | -linux-uclibc* \ - | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \ - | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \ - | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \ - | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \ - | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \ - | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \ - | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ - | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \ - | -onefs* | -tirtos* | -phoenix*) + # Each alternative MUST end in a * to match a version number. + # sysv* is not here because it comes later, after sysvr4. + gnu* | bsd* | mach* | minix* | genix* | ultrix* | irix* \ + | *vms* | esix* | aix* | cnk* | sunos | sunos[34]*\ + | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \ + | sym* | kopensolaris* | plan9* \ + | amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \ + | aos* | aros* | cloudabi* | sortix* \ + | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \ + | clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \ + | knetbsd* | mirbsd* | netbsd* \ + | bitrig* | openbsd* | solidbsd* | libertybsd* \ + | ekkobsd* | kfreebsd* | freebsd* | riscix* | lynxos* \ + | bosx* | nextstep* | cxux* | aout* | elf* | oabi* \ + | ptx* | coff* | ecoff* | winnt* | domain* | vsta* \ + | udi* | eabi* | lites* | ieee* | go32* | aux* | hcos* \ + | chorusrdb* | cegcc* | glidix* \ + | cygwin* | msys* | pe* | moss* | proelf* | rtems* \ + | midipix* | mingw32* | mingw64* | linux-gnu* | linux-android* \ + | linux-newlib* | linux-musl* | linux-uclibc* \ + | uxpv* | beos* | mpeix* | udk* | moxiebox* \ + | interix* | uwin* | mks* | rhapsody* | darwin* \ + | openstep* | oskit* | conix* | pw32* | nonstopux* \ + | storm-chaos* | tops10* | tenex* | tops20* | its* \ + | os2* | vos* | palmos* | uclinux* | nucleus* \ + | morphos* | superux* | rtmk* | windiss* \ + | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ + | skyos* | haiku* | rdos* | toppers* | drops* | es* \ + | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ + | midnightbsd*) # Remember, each alternative MUST END IN *, to match a version number. ;; - -qnx*) - case $basic_machine in - x86-* | i*86-*) + qnx*) + case $cpu in + x86 | i*86) ;; *) - os=-nto$os + os=nto-$os ;; esac ;; - -nto-qnx*) + hiux*) + os=hiuxwe2 ;; - -nto*) - os=`echo $os | sed -e 's|nto|nto-qnx|'` + nto-qnx*) ;; - -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ - | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*) + nto*) + os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; - -mac*) - os=`echo $os | sed -e 's|mac|macos|'` + sim | xray | os68k* | v88r* \ + | windows* | osx | abug | netware* | os9* \ + | macos* | mpw* | magic* | mmixware* | mon960* | lnews*) ;; - -linux-dietlibc) - os=-linux-dietlibc + linux-dietlibc) + os=linux-dietlibc ;; - -linux*) + linux*) os=`echo $os | sed -e 's|linux|linux-gnu|'` ;; - -sunos5*) - os=`echo $os | sed -e 's|sunos5|solaris2|'` + lynx*178) + os=lynxos178 + ;; + lynx*5) + os=lynxos5 ;; - -sunos6*) - os=`echo $os | sed -e 's|sunos6|solaris3|'` + lynx*) + os=lynxos ;; - -opened*) - os=-openedition + mac*) + os=`echo "$os" | sed -e 's|mac|macos|'` ;; - -os400*) - os=-os400 + opened*) + os=openedition ;; - -wince*) - os=-wince + os400*) + os=os400 ;; - -osfrose*) - os=-osfrose + sunos5*) + os=`echo "$os" | sed -e 's|sunos5|solaris2|'` ;; - -osf*) - os=-osf + sunos6*) + os=`echo "$os" | sed -e 's|sunos6|solaris3|'` ;; - -utek*) - os=-bsd + wince*) + os=wince ;; - -dynix*) - os=-bsd + utek*) + os=bsd ;; - -acis*) - os=-aos + dynix*) + os=bsd ;; - -atheos*) - os=-atheos + acis*) + os=aos ;; - -syllable*) - os=-syllable + atheos*) + os=atheos ;; - -386bsd) - os=-bsd + syllable*) + os=syllable + ;; + 386bsd) + os=bsd ;; - -ctix* | -uts*) - os=-sysv + ctix* | uts*) + os=sysv ;; - -nova*) - os=-rtmk-nova + nova*) + os=rtmk-nova ;; - -ns2 ) - os=-nextstep2 + ns2) + os=nextstep2 ;; - -nsk*) - os=-nsk + nsk*) + os=nsk ;; # Preserve the version number of sinix5. - -sinix5.*) + sinix5.*) os=`echo $os | sed -e 's|sinix|sysv|'` ;; - -sinix*) - os=-sysv4 + sinix*) + os=sysv4 ;; - -tpf*) - os=-tpf + tpf*) + os=tpf ;; - -triton*) - os=-sysv3 + triton*) + os=sysv3 ;; - -oss*) - os=-sysv3 + oss*) + os=sysv3 ;; - -svr4) - os=-sysv4 + svr4*) + os=sysv4 ;; - -svr3) - os=-sysv3 + svr3) + os=sysv3 ;; - -sysvr4) - os=-sysv4 + sysvr4) + os=sysv4 ;; - # This must come after -sysvr4. - -sysv*) + # This must come after sysvr4. + sysv*) ;; - -ose*) - os=-ose + ose*) + os=ose ;; - -es1800*) - os=-ose + *mint | mint[0-9]* | *MiNT | MiNT[0-9]*) + os=mint ;; - -xenix) - os=-xenix + zvmoe) + os=zvmoe ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) - os=-mint + dicos*) + os=dicos ;; - -aros*) - os=-aros - ;; - -zvmoe) - os=-zvmoe + pikeos*) + # Until real need of OS specific support for + # particular features comes up, bare metal + # configurations are quite functional. + case $cpu in + arm*) + os=eabi + ;; + *) + os=elf + ;; + esac ;; - -dicos*) - os=-dicos + nacl*) ;; - -nacl*) + ios) ;; - -ios) + none) ;; - -none) + *-eabi) ;; *) - # Get rid of the `-' at the beginning of $os. - os=`echo $os | sed 's/[^-]*-//'` - echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2 + echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 exit 1 ;; esac @@ -1562,261 +1525,265 @@ # will signal an error saying that MANUFACTURER isn't an operating # system, and we'll never get to this point. -case $basic_machine in +case $cpu-$vendor in score-*) - os=-elf + os=elf ;; spu-*) - os=-elf + os=elf ;; *-acorn) - os=-riscix1.2 + os=riscix1.2 ;; arm*-rebel) - os=-linux + os=linux ;; arm*-semi) - os=-aout + os=aout ;; c4x-* | tic4x-*) - os=-coff + os=coff ;; c8051-*) - os=-elf + os=elf + ;; + clipper-intergraph) + os=clix ;; hexagon-*) - os=-elf + os=elf ;; tic54x-*) - os=-coff + os=coff ;; tic55x-*) - os=-coff + os=coff ;; tic6x-*) - os=-coff + os=coff ;; # This must come before the *-dec entry. pdp10-*) - os=-tops20 + os=tops20 ;; pdp11-*) - os=-none + os=none ;; *-dec | vax-*) - os=-ultrix4.2 + os=ultrix4.2 ;; m68*-apollo) - os=-domain + os=domain ;; i386-sun) - os=-sunos4.0.2 + os=sunos4.0.2 ;; m68000-sun) - os=-sunos3 + os=sunos3 ;; m68*-cisco) - os=-aout + os=aout ;; mep-*) - os=-elf + os=elf ;; mips*-cisco) - os=-elf + os=elf ;; mips*-*) - os=-elf + os=elf ;; or32-*) - os=-coff + os=coff ;; *-tti) # must be before sparc entry or we get the wrong os. - os=-sysv3 + os=sysv3 ;; sparc-* | *-sun) - os=-sunos4.1.1 + os=sunos4.1.1 ;; - *-be) - os=-beos + pru-*) + os=elf ;; - *-haiku) - os=-haiku + *-be) + os=beos ;; *-ibm) - os=-aix + os=aix ;; *-knuth) - os=-mmixware + os=mmixware ;; *-wec) - os=-proelf + os=proelf ;; *-winbond) - os=-proelf + os=proelf ;; *-oki) - os=-proelf + os=proelf ;; *-hp) - os=-hpux + os=hpux ;; *-hitachi) - os=-hiux + os=hiux ;; i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent) - os=-sysv + os=sysv ;; *-cbm) - os=-amigaos + os=amigaos ;; *-dg) - os=-dgux + os=dgux ;; *-dolphin) - os=-sysv3 + os=sysv3 ;; m68k-ccur) - os=-rtu + os=rtu ;; m88k-omron*) - os=-luna + os=luna ;; - *-next ) - os=-nextstep + *-next) + os=nextstep ;; *-sequent) - os=-ptx + os=ptx ;; *-crds) - os=-unos + os=unos ;; *-ns) - os=-genix + os=genix ;; i370-*) - os=-mvs - ;; - *-next) - os=-nextstep3 + os=mvs ;; *-gould) - os=-sysv + os=sysv ;; *-highlevel) - os=-bsd + os=bsd ;; *-encore) - os=-bsd + os=bsd ;; *-sgi) - os=-irix + os=irix ;; *-siemens) - os=-sysv4 + os=sysv4 ;; *-masscomp) - os=-rtu + os=rtu ;; f30[01]-fujitsu | f700-fujitsu) - os=-uxpv + os=uxpv ;; *-rom68k) - os=-coff + os=coff ;; *-*bug) - os=-coff + os=coff ;; *-apple) - os=-macos + os=macos ;; *-atari*) - os=-mint + os=mint + ;; + *-wrs) + os=vxworks ;; *) - os=-none + os=none ;; esac fi # Here we handle the case where we know the os, and the CPU type, but not the # manufacturer. We pick the logical manufacturer. -vendor=unknown -case $basic_machine in - *-unknown) +case $vendor in + unknown) case $os in - -riscix*) + riscix*) vendor=acorn ;; - -sunos*) + sunos*) vendor=sun ;; - -cnk*|-aix*) + cnk*|-aix*) vendor=ibm ;; - -beos*) + beos*) vendor=be ;; - -hpux*) + hpux*) vendor=hp ;; - -mpeix*) + mpeix*) vendor=hp ;; - -hiux*) + hiux*) vendor=hitachi ;; - -unos*) + unos*) vendor=crds ;; - -dgux*) + dgux*) vendor=dg ;; - -luna*) + luna*) vendor=omron ;; - -genix*) + genix*) vendor=ns ;; - -mvs* | -opened*) + clix*) + vendor=intergraph + ;; + mvs* | opened*) vendor=ibm ;; - -os400*) + os400*) vendor=ibm ;; - -ptx*) + ptx*) vendor=sequent ;; - -tpf*) + tpf*) vendor=ibm ;; - -vxsim* | -vxworks* | -windiss*) + vxsim* | vxworks* | windiss*) vendor=wrs ;; - -aux*) + aux*) vendor=apple ;; - -hms*) + hms*) vendor=hitachi ;; - -mpw* | -macos*) + mpw* | macos*) vendor=apple ;; - -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) + *mint | mint[0-9]* | *MiNT | MiNT[0-9]*) vendor=atari ;; - -vos*) + vos*) vendor=stratus ;; esac - basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"` ;; esac -echo $basic_machine$os +echo "$cpu-$vendor-$os" exit # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "timestamp='" # time-stamp-format: "%:y-%02m-%02d" # time-stamp-end: "'" diff -Nru brasero-3.12.2/configure brasero-3.12.3/configure --- brasero-3.12.2/configure 2017-07-31 16:36:04.000000000 +0000 +++ brasero-3.12.3/configure 2021-09-20 08:24:14.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for brasero 3.12.2. +# Generated by GNU Autoconf 2.69 for brasero 3.12.3. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='brasero' PACKAGE_TARNAME='brasero' -PACKAGE_VERSION='3.12.2' -PACKAGE_STRING='brasero 3.12.2' +PACKAGE_VERSION='3.12.3' +PACKAGE_STRING='brasero 3.12.3' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -677,6 +677,8 @@ INTROSPECTION_GENERATE INTROSPECTION_COMPILER INTROSPECTION_SCANNER +_GI_EXP_LIBDIR +_GI_EXP_DATADIR BUILD_INOTIFY_FALSE BUILD_INOTIFY_TRUE BUILD_PREVIEW_FALSE @@ -829,7 +831,6 @@ AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE -am__quote am__include DEPDIR OBJEXT @@ -903,6 +904,7 @@ docdir oldincludedir includedir +runstatedir localstatedir sharedstatedir sysconfdir @@ -921,7 +923,8 @@ PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR -SHELL' +SHELL +am__quote' ac_subst_files='' ac_user_opts=' enable_option_checking @@ -975,6 +978,7 @@ PKG_CONFIG PKG_CONFIG_PATH PKG_CONFIG_LIBDIR +GLIB_COMPILE_SCHEMAS ITSTOOL XMLLINT GTKDOC_DEPS_CFLAGS @@ -1049,6 +1053,7 @@ sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' @@ -1301,6 +1306,15 @@ | -silent | --silent | --silen | --sile | --sil) silent=yes ;; + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1438,7 +1452,7 @@ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir + libdir localedir mandir runstatedir do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -1551,7 +1565,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 brasero 3.12.2 to adapt to many kinds of systems. +\`configure' configures brasero 3.12.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1591,6 +1605,7 @@ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] @@ -1621,7 +1636,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of brasero 3.12.2:";; + short | recursive ) echo "Configuration of brasero 3.12.3:";; esac cat <<\_ACEOF @@ -1705,6 +1720,8 @@ directories to add to pkg-config's search path PKG_CONFIG_LIBDIR path overriding pkg-config's built-in search path + GLIB_COMPILE_SCHEMAS + value of glib_compile_schemas for gio-2.0, overriding pkg-config ITSTOOL Path to the `itstool` command XMLLINT Path to the `xmllint` command GTKDOC_DEPS_CFLAGS @@ -1844,7 +1861,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -brasero configure 3.12.2 +brasero configure 3.12.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2263,7 +2280,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by brasero $as_me 3.12.2, which was +It was created by brasero $as_me 3.12.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2615,7 +2632,7 @@ BRASERO_MAJOR_VERSION=3 BRASERO_MINOR_VERSION=12 -BRASERO_SUB=2 +BRASERO_SUB=3 BRASERO_VERSION=$BRASERO_MAJOR_VERSION.$BRASERO_MINOR_VERSION.$BRASERO_SUB @@ -2625,7 +2642,7 @@ LT_CURRENT=3 -LT_REVISION=6 +LT_REVISION=7 LT_AGE=2 @@ -2660,7 +2677,7 @@ -am__api_version='1.15' +am__api_version='1.16' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do @@ -3175,7 +3192,7 @@ # Define the identity of the package. PACKAGE='brasero' - VERSION='3.12.2' + VERSION='3.12.3' cat >>confdefs.h <<_ACEOF @@ -3205,8 +3222,8 @@ # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: -# -# +# +# mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The @@ -3257,7 +3274,7 @@ Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . +that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM @@ -3512,45 +3529,45 @@ ac_config_commands="$ac_config_commands depfiles" - -am_make=${MAKE-make} -cat > confinc << 'END' +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' am__doit: - @echo this is the am__doit target + @echo this is the am__doit target >confinc.out .PHONY: am__doit END -# If we don't find an include directive, just comment out the code. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 -$as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in #( + '0:this is the am__doit target') : + case $s in #( + BSD) : + am__include='.include' am__quote='"' ;; #( + *) : + am__include='include' am__quote='' ;; +esac ;; #( + *) : ;; - esac -fi - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 -$as_echo "$_am_result" >&6; } -rm -f confinc confmf +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +$as_echo "${_am_result}" >&6; } # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : @@ -12447,6 +12464,8 @@ + + # Check whether --enable-schemas-compile was given. if test "${enable_schemas_compile+set}" = set; then : enableval=$enable_schemas_compile; case ${enableval} in @@ -12579,10 +12598,32 @@ fi 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 - # Extract the first word of "glib-compile-schemas", so it can be a program name with args. + if test x$cross_compiling != xyes; then : + +if test -n "$GLIB_COMPILE_SCHEMAS"; then + pkg_cv_GLIB_COMPILE_SCHEMAS="$GLIB_COMPILE_SCHEMAS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gio-2.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable="glib_compile_schemas" "gio-2.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +GLIB_COMPILE_SCHEMAS=$pkg_cv_GLIB_COMPILE_SCHEMAS + +if test "x$GLIB_COMPILE_SCHEMAS" = x""; then : + +fi +else + # Extract the first word of "glib-compile-schemas", so it can be a program name with args. set dummy glib-compile-schemas; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } @@ -12622,7 +12663,7 @@ fi - fi +fi if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then as_fn_error $? "glib-compile-schemas not found." "$LINENO" 5 @@ -12895,8 +12936,8 @@ xmlpath="$$lc:$(srcdir)/$$lc"; \ fi; \ for page in $(HELP_FILES); do \ - echo "$(XMLLINT) --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ - $(XMLLINT) --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ + echo "$(XMLLINT) --nonet --noout --noent --path $$xmlpath --xinclude $$d$$lc/$$page"; \ + $(XMLLINT) --nonet --noout --noent --path "$$xmlpath" --xinclude "$$d$$lc/$$page"; \ done; \ done @@ -17290,6 +17331,14 @@ test $ac_status = 0; }; then tracker_api="2.0" fi + if test -n "$PKG_CONFIG" && \ + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"tracker-sparql-3.0 >= \$TRACKER_REQUIRED\""; } >&5 + ($PKG_CONFIG --exists --print-errors "tracker-sparql-3.0 >= $TRACKER_REQUIRED") 2>&5 + ac_status=$? + $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + tracker_api="3.0" +fi fi @@ -17408,6 +17457,12 @@ build_tracker="yes" build_search="yes" + + if test x"$tracker_api" = x"3.0"; then + +$as_echo "#define HAVE_TRACKER3 1" >>confdefs.h + + fi else build_search="no" fi @@ -17717,20 +17772,77 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $found_introspection" >&5 $as_echo "$found_introspection" >&6; } + + EXP_VAR=_GI_EXP_DATADIR + FROM_VAR="$datadir" + + prefix_save=$prefix + exec_prefix_save=$exec_prefix + + if test "x$prefix" = "xNONE"; then + prefix="$ac_default_prefix" + fi + if test "x$exec_prefix" = "xNONE"; then + exec_prefix=$prefix + fi + + full_var="$FROM_VAR" + while true; do + new_full_var="`eval echo $full_var`" + if test "x$new_full_var" = "x$full_var"; then break; fi + full_var=$new_full_var + done + + full_var=$new_full_var + _GI_EXP_DATADIR="$full_var" + + + prefix=$prefix_save + exec_prefix=$exec_prefix_save + + + EXP_VAR=_GI_EXP_LIBDIR + FROM_VAR="$libdir" + + prefix_save=$prefix + exec_prefix_save=$exec_prefix + + if test "x$prefix" = "xNONE"; then + prefix="$ac_default_prefix" + fi + if test "x$exec_prefix" = "xNONE"; then + exec_prefix=$prefix + fi + + full_var="$FROM_VAR" + while true; do + new_full_var="`eval echo $full_var`" + if test "x$new_full_var" = "x$full_var"; then break; fi + full_var=$new_full_var + done + + full_var=$new_full_var + _GI_EXP_LIBDIR="$full_var" + + + prefix=$prefix_save + exec_prefix=$exec_prefix_save + + 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_SCANNER=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0` + INTROSPECTION_COMPILER=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0` + INTROSPECTION_GENERATE=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0` + INTROSPECTION_GIRDIR=`$PKG_CONFIG --define-variable=datadir="${_GI_EXP_DATADIR}" --variable=girdir gobject-introspection-1.0` + INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --define-variable=libdir="${_GI_EXP_LIBDIR}" --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 + INTROSPECTION_MAKEFILE=$PKG_CONFIG_SYSROOT_DIR`$PKG_CONFIG --variable=datadir gobject-introspection-1.0`/gobject-introspection-1.0/Makefile.introspection fi @@ -19756,7 +19868,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by brasero $as_me 3.12.2, which was +This file was extended by brasero $as_me 3.12.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19822,7 +19934,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -brasero config.status 3.12.2 +brasero config.status 3.12.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -19941,7 +20053,7 @@ # # INIT-COMMANDS # -AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" # The HP-UX ksh and POSIX shell print the target directory to stdout @@ -20877,29 +20989,35 @@ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in #( + *\'*) : + eval set x "$CONFIG_FILES" ;; #( + *) : + set x $CONFIG_FILES ;; #( + *) : + ;; +esac shift - for mf + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf do # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line + am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || -$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$mf" : 'X\(//\)[^/]' \| \ - X"$mf" : 'X\(//\)$' \| \ - X"$mf" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$mf" | + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -20917,53 +21035,50 @@ q } s/.*/./; q'` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`$as_dirname -- "$file" || -$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$file" : 'X\(//\)[^/]' \| \ - X"$file" : 'X\(//\)$' \| \ - X"$file" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } - /^X\(\/\/\)$/{ + /^X\/\(\/\/\)$/{ s//\1/ q } - /^X\(\/\).*/{ + /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` - as_dir=$dirpart/$fdir; as_fn_mkdir_p - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? done + if test $am_rc -ne 0; then + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk } ;; "libtool":C) diff -Nru brasero-3.12.2/configure.ac brasero-3.12.3/configure.ac --- brasero-3.12.2/configure.ac 2017-07-31 16:07:32.000000000 +0000 +++ brasero-3.12.3/configure.ac 2021-09-20 08:19:54.000000000 +0000 @@ -1,10 +1,10 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([brasero],[3.12.2]) +AC_INIT([brasero],[3.12.3]) AC_CONFIG_SRCDIR(src/main.c) BRASERO_MAJOR_VERSION=3 BRASERO_MINOR_VERSION=12 -BRASERO_SUB=2 +BRASERO_SUB=3 BRASERO_VERSION=$BRASERO_MAJOR_VERSION.$BRASERO_MINOR_VERSION.$BRASERO_SUB AC_SUBST(BRASERO_MAJOR_VERSION) @@ -21,7 +21,7 @@ dnl - If the interface is the same as the previous version, change to C:R+1:A LT_CURRENT=3 -LT_REVISION=6 +LT_REVISION=7 LT_AGE=2 AC_SUBST(LT_CURRENT) @@ -388,7 +388,7 @@ if test x"$enable_search" != "xno"; then # Try to figure out the tracker API version to use tracker_api="0.10" - m4_foreach([VERSION], [[0.10], [0.12], [0.14], [0.16], [0.18], [1.0], [2.0]], + m4_foreach([VERSION], [[0.10], [0.12], [0.14], [0.16], [0.18], [1.0], [2.0], [3.0]], [PKG_CHECK_EXISTS([tracker-sparql-VERSION >= $TRACKER_REQUIRED], [tracker_api="VERSION"]) ]) @@ -408,6 +408,10 @@ AC_SUBST(BRASERO_SEARCH_LIBS) build_tracker="yes" build_search="yes" + + if test x"$tracker_api" = x"3.0"; then + AC_DEFINE(HAVE_TRACKER3, 1, [define if tracker3 is available]) + fi else build_search="no" fi diff -Nru brasero-3.12.2/data/brasero.appdata.xml.in brasero-3.12.3/data/brasero.appdata.xml.in --- brasero-3.12.2/data/brasero.appdata.xml.in 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/data/brasero.appdata.xml.in 2021-09-17 11:27:27.000000000 +0000 @@ -20,7 +20,7 @@ https://wiki.gnome.org/Apps/Brasero?action=AttachFile&do=get&target=audio-disc.png https://wiki.gnome.org/Apps/Brasero?action=AttachFile&do=get&target=data-project.png - https://projects.gnome.org/brasero/ + https://wiki.gnome.org/Apps/Brasero brasero-list@gnome.org GNOME brasero diff -Nru brasero-3.12.2/data/brasero.desktop.in brasero-3.12.3/data/brasero.desktop.in --- brasero-3.12.2/data/brasero.desktop.in 2017-07-31 16:36:09.000000000 +0000 +++ brasero-3.12.3/data/brasero.desktop.in 2021-09-20 08:24:21.000000000 +0000 @@ -14,7 +14,7 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=brasero X-GNOME-Bugzilla-Component=general -X-GNOME-Bugzilla-Version=3.12.2 +X-GNOME-Bugzilla-Version=3.12.3 X-GNOME-UsesNotifications=true Actions=Window;Image;Disc;Audio;Video; diff -Nru brasero-3.12.2/data/icons/Makefile.in brasero-3.12.3/data/icons/Makefile.in --- brasero-3.12.2/data/icons/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/data/icons/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -288,6 +288,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -335,6 +337,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -642,8 +645,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -667,7 +670,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru brasero-3.12.2/data/Makefile.am brasero-3.12.3/data/Makefile.am --- brasero-3.12.2/data/Makefile.am 2014-02-19 09:16:54.000000000 +0000 +++ brasero-3.12.3/data/Makefile.am 2020-04-07 12:27:22.000000000 +0000 @@ -11,7 +11,7 @@ desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) @INTLTOOL_DESKTOP_RULE@ -appdatadir = $(datadir)/appdata +appdatadir = $(datadir)/metainfo appdata_in_files = brasero.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) @INTLTOOL_XML_RULE@ diff -Nru brasero-3.12.2/data/Makefile.in brasero-3.12.3/data/Makefile.in --- brasero-3.12.2/data/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/data/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -162,7 +162,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -378,6 +378,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -425,6 +427,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -440,7 +443,7 @@ desktopdir = $(datadir)/applications desktop_in_files = brasero.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) -appdatadir = $(datadir)/appdata +appdatadir = $(datadir)/metainfo appdata_in_files = brasero.appdata.xml.in appdata_DATA = $(appdata_in_files:.xml.in=.xml) CLEANFILES = $(appdata_DATA) \ @@ -478,8 +481,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -661,7 +664,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru brasero-3.12.2/data/mime/Makefile.in brasero-3.12.3/data/mime/Makefile.in --- brasero-3.12.2/data/mime/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/data/mime/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -316,6 +316,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -363,6 +365,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -403,8 +406,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -449,7 +452,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru brasero-3.12.2/data/org.gnome.brasero.gschema.xml brasero-3.12.3/data/org.gnome.brasero.gschema.xml --- brasero-3.12.2/data/org.gnome.brasero.gschema.xml 2014-02-19 09:16:54.000000000 +0000 +++ brasero-3.12.3/data/org.gnome.brasero.gschema.xml 2020-04-07 12:27:22.000000000 +0000 @@ -1,4 +1,5 @@ - + + false diff -Nru brasero-3.12.2/debian/brasero.install brasero-3.12.3/debian/brasero.install --- brasero-3.12.2/debian/brasero.install 2021-08-31 22:22:50.000000000 +0000 +++ brasero-3.12.3/debian/brasero.install 2021-09-20 11:38:36.000000000 +0000 @@ -1,4 +1,4 @@ usr/bin -usr/share/appdata usr/share/applications usr/share/man +usr/share/metainfo diff -Nru brasero-3.12.2/debian/changelog brasero-3.12.3/debian/changelog --- brasero-3.12.2/debian/changelog 2021-08-31 22:22:50.000000000 +0000 +++ brasero-3.12.3/debian/changelog 2021-09-20 11:38:36.000000000 +0000 @@ -1,3 +1,12 @@ +brasero (3.12.3-1) unstable; urgency=medium + + * New upstream release + * Drop tracker3 patches: applied in new release + * debian/brasero.install: Update for new AppStream metadata location + * debian/rules: export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 + + -- Jeremy Bicha Mon, 20 Sep 2021 07:38:36 -0400 + brasero (3.12.2-8) unstable; urgency=medium * Build-Depend on debhelper-compat 13 diff -Nru brasero-3.12.2/debian/gbp.conf brasero-3.12.3/debian/gbp.conf --- brasero-3.12.2/debian/gbp.conf 2021-08-31 22:22:50.000000000 +0000 +++ brasero-3.12.3/debian/gbp.conf 2021-09-20 11:38:36.000000000 +0000 @@ -1,5 +1,17 @@ [DEFAULT] pristine-tar = True -debian-branch=debian/master -upstream-branch=upstream/latest -upstream-vcs-tag = %(version)s +debian-branch = debian/master +upstream-branch = upstream/latest + +[buildpackage] +sign-tags = True + +[dch] +multimaint-merge = True + +[import-orig] +postimport = dch -v%(version)s New upstream release; git add debian/changelog; debcommit +upstream-vcs-tag = %(version%~%.)s + +[pq] +patch-numbers = False diff -Nru brasero-3.12.2/debian/patches/allow-overriding-plugin-directory.patch brasero-3.12.3/debian/patches/allow-overriding-plugin-directory.patch --- brasero-3.12.2/debian/patches/allow-overriding-plugin-directory.patch 2021-08-31 22:22:50.000000000 +0000 +++ brasero-3.12.3/debian/patches/allow-overriding-plugin-directory.patch 2021-09-20 11:38:36.000000000 +0000 @@ -8,7 +8,7 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac -index d0c7a87..69e0f00 100644 +index 188c011..1f7d636 100644 --- a/configure.ac +++ b/configure.ac @@ -295,7 +295,7 @@ AM_CONDITIONAL(BUILD_NAUTILUS, test x"$build_nautilus" = "xyes") diff -Nru brasero-3.12.2/debian/patches/series brasero-3.12.3/debian/patches/series --- brasero-3.12.2/debian/patches/series 2021-08-31 22:22:50.000000000 +0000 +++ brasero-3.12.3/debian/patches/series 2021-09-20 11:38:36.000000000 +0000 @@ -1,7 +1,2 @@ allow-overriding-plugin-directory.patch 0002-Stop-referencing-empty-Object-Hierarchy.patch -tracker-3/Obtain-TrackerSparqlConnection-in-a-single-point.patch -tracker-3/Fix-ORDER-BY-clauses-in-Tracker-search.patch -tracker-3/Only-use-fts-rank-with-FTS-searches.patch -tracker-3/Observe-nfo-FileDataObject-nie-InformationElement-split.patch -tracker-3/Support-Tracker-3.0.patch diff -Nru brasero-3.12.2/debian/patches/tracker-3/Fix-ORDER-BY-clauses-in-Tracker-search.patch brasero-3.12.3/debian/patches/tracker-3/Fix-ORDER-BY-clauses-in-Tracker-search.patch --- brasero-3.12.2/debian/patches/tracker-3/Fix-ORDER-BY-clauses-in-Tracker-search.patch 2021-08-31 22:22:50.000000000 +0000 +++ brasero-3.12.3/debian/patches/tracker-3/Fix-ORDER-BY-clauses-in-Tracker-search.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -From: Carlos Garnacho -Date: Thu, 24 Dec 2020 12:37:13 +0100 -Subject: Fix ORDER BY clauses in Tracker search - -The ?urn variable is not defined anywhere else in the query, so -ordering is left undefined. Access the url/filename properly here. - -Origin: https://gitlab.gnome.org/GNOME/brasero/-/merge_requests/10 ---- - src/brasero-search-tracker.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/brasero-search-tracker.c b/src/brasero-search-tracker.c -index f8c29c0..9408507 100644 ---- a/src/brasero-search-tracker.c -+++ b/src/brasero-search-tracker.c -@@ -307,7 +307,7 @@ brasero_search_tracker_query_start_real (BraseroSearchEngine *search, - g_string_append (query, ")"); - - g_string_append (query, -- "} ORDER BY DESC(nie:url(?urn)) DESC(nfo:fileName(?urn))"); -+ "} ORDER BY DESC(?url) DESC(nfo:fileName(?file))"); - - tracker_sparql_connection_query_async (priv->connection, - query->str, diff -Nru brasero-3.12.2/debian/patches/tracker-3/Observe-nfo-FileDataObject-nie-InformationElement-split.patch brasero-3.12.3/debian/patches/tracker-3/Observe-nfo-FileDataObject-nie-InformationElement-split.patch --- brasero-3.12.2/debian/patches/tracker-3/Observe-nfo-FileDataObject-nie-InformationElement-split.patch 2021-08-31 22:22:50.000000000 +0000 +++ brasero-3.12.3/debian/patches/tracker-3/Observe-nfo-FileDataObject-nie-InformationElement-split.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,41 +0,0 @@ -From: Carlos Garnacho -Date: Thu, 24 Dec 2020 13:15:21 +0100 -Subject: Observe nfo:FileDataObject/nie:InformationElement split - -These resources are interpreted differently in Tracker 3.0 compared -to older versions, the newer version makes those 2 different resources -(one representing the "file", other the "content) that relate to each -other. In older tracker versions, these 2 aspects were conflated in -a single resource. - -The query is implicitly crossing that barrier, so make it explicit. -With this change, the query may run with either version. - -Origin: https://gitlab.gnome.org/GNOME/brasero/-/merge_requests/10 ---- - src/brasero-search-tracker.c | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) - -diff --git a/src/brasero-search-tracker.c b/src/brasero-search-tracker.c -index ae1d388..9aa0628 100644 ---- a/src/brasero-search-tracker.c -+++ b/src/brasero-search-tracker.c -@@ -238,7 +238,8 @@ brasero_search_tracker_query_start_real (BraseroSearchEngine *search, - "WHERE {" /* Start defining the search and its scope */ - " ?file a nfo:FileDataObject . " /* File must be a file (not a stream, ...) */ - " ?file nie:url ?url . " /* Get the url of the file */ -- " ?file nie:mimeType ?mime . "); /* Get its mime */ -+ " ?file nie:mimeType ?mime . " /* Get its mime */ -+ " ?content nie:isStoredAs ?file . "); /* Get the resource representing the content */ - - if (priv->mimes) { - int i; -@@ -259,7 +260,7 @@ brasero_search_tracker_query_start_real (BraseroSearchEngine *search, - gboolean param_added = FALSE; - - g_string_append (query, -- " ?file a ?type . " -+ " ?content a ?type . " - " FILTER ( "); - - if (priv->scope & BRASERO_SEARCH_SCOPE_MUSIC) { diff -Nru brasero-3.12.2/debian/patches/tracker-3/Obtain-TrackerSparqlConnection-in-a-single-point.patch brasero-3.12.3/debian/patches/tracker-3/Obtain-TrackerSparqlConnection-in-a-single-point.patch --- brasero-3.12.2/debian/patches/tracker-3/Obtain-TrackerSparqlConnection-in-a-single-point.patch 2021-08-31 22:22:50.000000000 +0000 +++ brasero-3.12.3/debian/patches/tracker-3/Obtain-TrackerSparqlConnection-in-a-single-point.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -From: Carlos Garnacho -Date: Thu, 24 Dec 2020 12:19:49 +0100 -Subject: Obtain TrackerSparqlConnection in a single point - -The is_available vmethod tries to create a connection if it's not -there. But the BraseroSearchTracker initialization already tries to -obtain the SPARQL connection. Let this method return wether -initialiation was successful. - -Origin: https://gitlab.gnome.org/GNOME/brasero/-/merge_requests/10 ---- - src/brasero-search-tracker.c | 6 ------ - 1 file changed, 6 deletions(-) - -diff --git a/src/brasero-search-tracker.c b/src/brasero-search-tracker.c -index fe7be2b..f8c29c0 100644 ---- a/src/brasero-search-tracker.c -+++ b/src/brasero-search-tracker.c -@@ -56,12 +56,6 @@ brasero_search_tracker_is_available (BraseroSearchEngine *engine) - BraseroSearchTrackerPrivate *priv; - - priv = BRASERO_SEARCH_TRACKER_PRIVATE (engine); -- GError *error = NULL; -- if (priv->connection) -- return TRUE; -- -- priv->cancellable = g_cancellable_new (); -- priv->connection = tracker_sparql_connection_get (priv->cancellable, &error); - return (priv->connection != NULL); - } - diff -Nru brasero-3.12.2/debian/patches/tracker-3/Only-use-fts-rank-with-FTS-searches.patch brasero-3.12.3/debian/patches/tracker-3/Only-use-fts-rank-with-FTS-searches.patch --- brasero-3.12.2/debian/patches/tracker-3/Only-use-fts-rank-with-FTS-searches.patch 2021-08-31 22:22:50.000000000 +0000 +++ brasero-3.12.3/debian/patches/tracker-3/Only-use-fts-rank-with-FTS-searches.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,65 +0,0 @@ -From: Carlos Garnacho -Date: Thu, 24 Dec 2020 13:04:03 +0100 -Subject: Only use fts:rank with FTS searches - -This fixes two things: -- The use of fts:match depends on priv->keywords being set, but - fts:rank() has undefined behavior if fts:match is not present. - Its value is returned in the cursor, but fortunately unused, - so it can go away. - -- Fixes "garbage" being added at the end of the query, concretely - ") } ORDER BY ... " is appended at the supposed end of the query - string. Older SPARQL parser implementations would allow garbage - at the end of its parsing state, I suspect "LIMIT 0 OFFSET 10000" - was just a mean to push it to that state that it'd allow the - remaining string, so that is gone too. - -Origin: https://gitlab.gnome.org/GNOME/brasero/-/merge_requests/10 ---- - src/brasero-search-tracker.c | 21 +++++++++------------ - 1 file changed, 9 insertions(+), 12 deletions(-) - -diff --git a/src/brasero-search-tracker.c b/src/brasero-search-tracker.c -index 9408507..ae1d388 100644 ---- a/src/brasero-search-tracker.c -+++ b/src/brasero-search-tracker.c -@@ -234,7 +234,7 @@ brasero_search_tracker_query_start_real (BraseroSearchEngine *search, - - priv = BRASERO_SEARCH_TRACKER_PRIVATE (search); - -- query = g_string_new ("SELECT ?file ?url ?mime fts:rank(?file) " /* Which variables should be returned */ -+ query = g_string_new ("SELECT ?file ?url ?mime " /* Which variables should be returned */ - "WHERE {" /* Start defining the search and its scope */ - " ?file a nfo:FileDataObject . " /* File must be a file (not a stream, ...) */ - " ?file nie:url ?url . " /* Get the url of the file */ -@@ -293,21 +293,18 @@ brasero_search_tracker_query_start_real (BraseroSearchEngine *search, - " ) "); - } - -- if (priv->keywords) -+ if (priv->keywords) { - g_string_append_printf (query, - " ?file fts:match \"%s\" ", /* File must match possible keywords */ - priv->keywords); - -- g_string_append (query, -- " } " -- "ORDER BY ASC(fts:rank(?file)) " -- "OFFSET 0 " -- "LIMIT 10000"); -- -- g_string_append (query, ")"); -- -- g_string_append (query, -- "} ORDER BY DESC(?url) DESC(nfo:fileName(?file))"); -+ g_string_append (query, -+ " } " -+ "ORDER BY ASC(fts:rank(?file))"); -+ } else { -+ g_string_append (query, -+ "} ORDER BY DESC(?url) DESC(nfo:fileName(?file))"); -+ } - - tracker_sparql_connection_query_async (priv->connection, - query->str, diff -Nru brasero-3.12.2/debian/patches/tracker-3/Support-Tracker-3.0.patch brasero-3.12.3/debian/patches/tracker-3/Support-Tracker-3.0.patch --- brasero-3.12.2/debian/patches/tracker-3/Support-Tracker-3.0.patch 2021-08-31 22:22:50.000000000 +0000 +++ brasero-3.12.3/debian/patches/tracker-3/Support-Tracker-3.0.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,64 +0,0 @@ -From: Carlos Garnacho -Date: Thu, 24 Dec 2020 13:22:43 +0100 -Subject: Support Tracker 3.0 - -Add the compile-time checks, and add the minimal code catering for -the API changes. In 3.0 connections are no longer singletons. - -Origin: https://gitlab.gnome.org/GNOME/brasero/-/merge_requests/10 ---- - configure.ac | 6 +++++- - src/brasero-search-tracker.c | 8 ++++++++ - 2 files changed, 13 insertions(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 69e0f00..3be1258 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -388,7 +388,7 @@ AC_ARG_ENABLE(search, - if test x"$enable_search" != "xno"; then - # Try to figure out the tracker API version to use - tracker_api="0.10" -- m4_foreach([VERSION], [[0.10], [0.12], [0.14], [0.16], [0.18], [1.0], [2.0]], -+ m4_foreach([VERSION], [[0.10], [0.12], [0.14], [0.16], [0.18], [1.0], [2.0], [3.0]], - [PKG_CHECK_EXISTS([tracker-sparql-VERSION >= $TRACKER_REQUIRED], - [tracker_api="VERSION"]) - ]) -@@ -408,6 +408,10 @@ if test x"$enable_search" = "xyes"; then - AC_SUBST(BRASERO_SEARCH_LIBS) - build_tracker="yes" - build_search="yes" -+ -+ if test x"$tracker_api" = x"3.0"; then -+ AC_DEFINE(HAVE_TRACKER3, 1, [define if tracker3 is available]) -+ fi - else - build_search="no" - fi -diff --git a/src/brasero-search-tracker.c b/src/brasero-search-tracker.c -index 9aa0628..40c5f1a 100644 ---- a/src/brasero-search-tracker.c -+++ b/src/brasero-search-tracker.c -@@ -17,6 +17,8 @@ - * with this program. If not, see . - */ - -+#include "config.h" -+ - #include - - #include -@@ -444,7 +446,13 @@ brasero_search_tracker_init (BraseroSearchTracker *object) - - priv = BRASERO_SEARCH_TRACKER_PRIVATE (object); - priv->cancellable = g_cancellable_new (); -+ -+#ifdef HAVE_TRACKER3 -+ priv->connection = tracker_sparql_connection_bus_new ("org.freedesktop.Tracker3.Miner.Files", -+ NULL, NULL, &error); -+#else - priv->connection = tracker_sparql_connection_get (priv->cancellable, &error); -+#endif - - if (error) { - g_warning ("Could not establish a connection to Tracker: %s", error->message); diff -Nru brasero-3.12.2/debian/rules brasero-3.12.3/debian/rules --- brasero-3.12.2/debian/rules 2021-08-31 22:22:50.000000000 +0000 +++ brasero-3.12.3/debian/rules 2021-09-20 11:38:36.000000000 +0000 @@ -6,6 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all # 3.12.1 fails to build with -z defs export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 +export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 export BRASERO_PLUGIN_DIRECTORY = /usr/lib/${DEB_HOST_MULTIARCH}/brasero$(SOVERSION)/plugins diff -Nru brasero-3.12.2/debian/watch brasero-3.12.3/debian/watch --- brasero-3.12.2/debian/watch 2021-08-31 22:22:50.000000000 +0000 +++ brasero-3.12.3/debian/watch 2021-09-20 11:38:36.000000000 +0000 @@ -1,3 +1,4 @@ version=4 -https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \ - @PACKAGE@@ANY_VERSION@\.tar\.xz +opts="searchmode=plain, uversionmangle=s/\.(alpha|beta|rc)/~$1/" \ +https://download.gnome.org/sources/@PACKAGE@/cache.json \ + [\d.]+/@PACKAGE@-([\d.]+)@ARCHIVE_EXT@ diff -Nru brasero-3.12.2/depcomp brasero-3.12.3/depcomp --- brasero-3.12.2/depcomp 2017-07-31 16:36:06.000000000 +0000 +++ brasero-3.12.3/depcomp 2021-09-20 08:24:16.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # depcomp - compile a program generating dependencies as side-effects -scriptversion=2013-05-30.07; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2020 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -783,9 +783,9 @@ # Local Variables: # mode: shell-script # sh-indentation: 2 -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -Nru brasero-3.12.2/docs/brasero.1 brasero-3.12.3/docs/brasero.1 --- brasero-3.12.2/docs/brasero.1 2013-01-13 22:20:43.000000000 +0000 +++ brasero-3.12.3/docs/brasero.1 2021-09-18 16:38:45.000000000 +0000 @@ -40,10 +40,10 @@ .B \-i, \-\-image=PATH Uri of an image file or a cue file to be burnt (autodetected). .TP -.B \-e, \-\-empty +.B \-e, \-\-empty Force brasero to display the project selection page. .TP -.B \-b, \-\-blank +.B \-b, \-\-blank Open the blank disc dialog. .TP .B \-k, \-\-check diff -Nru brasero-3.12.2/docs/Makefile.in brasero-3.12.3/docs/Makefile.in --- brasero-3.12.2/docs/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/docs/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -162,7 +162,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -377,6 +377,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -424,6 +426,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -455,8 +458,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -616,7 +619,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/annotation-glossary.html brasero-3.12.3/docs/reference/libbrasero-burn/html/annotation-glossary.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/annotation-glossary.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/annotation-glossary.html 2021-09-20 08:24:31.000000000 +0000 @@ -7,7 +7,7 @@ - + @@ -37,17 +37,17 @@

Generics and defining elements of containers and arrays.

I

in
-

Parameter for input. Default is transfer none.

+

Parameter for input. Default is transfer none.

O

out
-

Parameter for returning results. Default is transfer full.

+

Parameter for returning results. Default is transfer full.

T

transfer full
-

Free data after the code is done.

+

The caller owns the data, and is responsible for free it.

transfer none
-

Don't free data after the code is done.

+

The data is owned by the callee, which is responsible of freeing it.

+
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/api-index-full.html brasero-3.12.3/docs/reference/libbrasero-burn/html/api-index-full.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/api-index-full.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/api-index-full.html 2021-09-20 08:24:31.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,15 +42,67 @@ API Index

B

-BraseroBlankDialog, struct in BraseroBlankDialog +BraseroBlankDialog, struct in BraseroBlankDialog
-brasero_blank_dialog_new, function in BraseroBlankDialog +brasero_blank_dialog_new, function in BraseroBlankDialog
-BraseroBurn, struct in BraseroBurn +BraseroBurn, struct in BraseroBurn +
+
+
+BraseroBurn::action-changed, object signal in BraseroBurn +
+
+
+BraseroBurn::blank-failure, object signal in BraseroBurn +
+
+
+BraseroBurn::disable-joliet, object signal in BraseroBurn +
+
+
+BraseroBurn::dummy-success, object signal in BraseroBurn +
+
+
+BraseroBurn::eject-failure, object signal in BraseroBurn +
+
+
+BraseroBurn::insert-media, object signal in BraseroBurn +
+
+
+BraseroBurn::install-missing, object signal in BraseroBurn +
+
+
+BraseroBurn::location-request, object signal in BraseroBurn +
+
+
+BraseroBurn::progress-changed, object signal in BraseroBurn +
+
+
+BraseroBurn::warn-audio-to-appendable, object signal in BraseroBurn +
+
+
+BraseroBurn::warn-data-loss, object signal in BraseroBurn +
+
+
+BraseroBurn::warn-previous-session-loss, object signal in BraseroBurn +
+
+
+BraseroBurn::warn-rewritable, object signal in BraseroBurn
@@ -58,7 +110,7 @@
-BraseroBurnDialog, struct in BraseroBurnDialog +BraseroBurnDialog, struct in BraseroBurnDialog
@@ -70,7 +122,11 @@
-BraseroBurnOptions, struct in BraseroBurnOptions +BraseroBurnOptions, struct in BraseroBurnOptions +
+
+
+BraseroBurnOptions:session, object property in BraseroBurnOptions
@@ -78,35 +134,67 @@
-BraseroBurnSession, struct in BraseroBurnSession +BraseroBurnSession, struct in BraseroBurnSession
-BraseroBurnSessionClass, struct in BraseroBurnSession +BraseroBurnSession::output-changed, object signal in BraseroBurnSession
-brasero_burn_blank, function in BraseroBurn +BraseroBurnSession::tag-changed, object signal in BraseroBurnSession
-brasero_burn_cancel, function in BraseroBurn +BraseroBurnSession::track-added, object signal in BraseroBurnSession
-brasero_burn_check, function in BraseroBurn +BraseroBurnSession::track-changed, object signal in BraseroBurnSession
-brasero_burn_dialog_cancel, function in BraseroBurnDialog +BraseroBurnSession::track-removed, object signal in BraseroBurnSession
-brasero_burn_dialog_new, function in BraseroBurnDialog +BraseroBurnSession:flags, object property in BraseroBurnSession
-brasero_burn_dialog_run, function in BraseroBurnDialog +BraseroBurnSession:speed, object property in BraseroBurnSession +
+
+
+BraseroBurnSession:tmpdir, object property in BraseroBurnSession +
+
+
+BraseroBurnSessionClass, struct in BraseroBurnSession +
+
+
+brasero_burn_blank, function in BraseroBurn +
+
+
+brasero_burn_cancel, function in BraseroBurn +
+
+
+brasero_burn_check, function in BraseroBurn +
+
+
+brasero_burn_dialog_cancel, function in BraseroBurnDialog +
+
+
+brasero_burn_dialog_new, function in BraseroBurnDialog +
+
+
+brasero_burn_dialog_run, function in BraseroBurnDialog
@@ -114,7 +202,7 @@
-brasero_burn_get_action_string, function in BraseroBurn +brasero_burn_get_action_string, function in BraseroBurn
@@ -146,15 +234,15 @@
-brasero_burn_new, function in BraseroBurn +brasero_burn_new, function in BraseroBurn
-brasero_burn_options_add_options, function in BraseroBurnOptions +brasero_burn_options_add_options, function in BraseroBurnOptions
-brasero_burn_options_new, function in BraseroBurnOptions +brasero_burn_options_new, function in BraseroBurnOptions
@@ -162,156 +250,156 @@
-brasero_burn_record, function in BraseroBurn +brasero_burn_record, function in BraseroBurn
-brasero_burn_session_add_flag, function in BraseroBurnSession +brasero_burn_session_add_flag, function in BraseroBurnSession
-brasero_burn_session_add_track, function in BraseroBurnSession +brasero_burn_session_add_track, function in BraseroBurnSession
-brasero_burn_session_can_blank, function in BraseroBurnSession +brasero_burn_session_can_blank, function in BraseroBurnSession
-brasero_burn_session_can_burn, function in BraseroBurnSession +brasero_burn_session_can_burn, function in BraseroBurnSession
-brasero_burn_session_get_blank_flags, function in BraseroBurnSession +brasero_burn_session_get_blank_flags, function in BraseroBurnSession
-brasero_burn_session_get_burner, function in BraseroBurnSession +brasero_burn_session_get_burner, function in BraseroBurnSession
-brasero_burn_session_get_burn_flags, function in BraseroBurnSession +brasero_burn_session_get_burn_flags, function in BraseroBurnSession
-brasero_burn_session_get_default_output_format, function in BraseroBurnSession +brasero_burn_session_get_default_output_format, function in BraseroBurnSession
-brasero_burn_session_get_flags, function in BraseroBurnSession +brasero_burn_session_get_flags, function in BraseroBurnSession
-brasero_burn_session_get_input_type, function in BraseroBurnSession +brasero_burn_session_get_input_type, function in BraseroBurnSession
-brasero_burn_session_get_label, function in BraseroBurnSession +brasero_burn_session_get_label, function in BraseroBurnSession
-brasero_burn_session_get_output, function in BraseroBurnSession +brasero_burn_session_get_output, function in BraseroBurnSession
-brasero_burn_session_get_output_format, function in BraseroBurnSession +brasero_burn_session_get_output_format, function in BraseroBurnSession
-brasero_burn_session_get_possible_output_formats, function in BraseroBurnSession +brasero_burn_session_get_possible_output_formats, function in BraseroBurnSession
-brasero_burn_session_get_rate, function in BraseroBurnSession +brasero_burn_session_get_rate, function in BraseroBurnSession
-brasero_burn_session_get_required_media_type, function in BraseroBurnSession +brasero_burn_session_get_required_media_type, function in BraseroBurnSession
-brasero_burn_session_get_size, function in BraseroBurnSession +brasero_burn_session_get_size, function in BraseroBurnSession
-brasero_burn_session_get_status, function in BraseroBurnSession +brasero_burn_session_get_status, function in BraseroBurnSession
-brasero_burn_session_get_tmpdir, function in BraseroBurnSession +brasero_burn_session_get_tmpdir, function in BraseroBurnSession
-brasero_burn_session_get_tracks, function in BraseroBurnSession +brasero_burn_session_get_tracks, function in BraseroBurnSession
-brasero_burn_session_input_supported, function in BraseroBurnSession +brasero_burn_session_input_supported, function in BraseroBurnSession
-brasero_burn_session_move_track, function in BraseroBurnSession +brasero_burn_session_move_track, function in BraseroBurnSession
-brasero_burn_session_new, function in BraseroBurnSession +brasero_burn_session_new, function in BraseroBurnSession
-brasero_burn_session_output_supported, function in BraseroBurnSession +brasero_burn_session_output_supported, function in BraseroBurnSession
-brasero_burn_session_remove_flag, function in BraseroBurnSession +brasero_burn_session_remove_flag, function in BraseroBurnSession
-brasero_burn_session_remove_track, function in BraseroBurnSession +brasero_burn_session_remove_track, function in BraseroBurnSession
-brasero_burn_session_set_burner, function in BraseroBurnSession +brasero_burn_session_set_burner, function in BraseroBurnSession
-brasero_burn_session_set_flags, function in BraseroBurnSession +brasero_burn_session_set_flags, function in BraseroBurnSession
-brasero_burn_session_set_image_output_full, function in BraseroBurnSession +brasero_burn_session_set_image_output_full, function in BraseroBurnSession
-brasero_burn_session_set_label, function in BraseroBurnSession +brasero_burn_session_set_label, function in BraseroBurnSession
-brasero_burn_session_set_rate, function in BraseroBurnSession +brasero_burn_session_set_rate, function in BraseroBurnSession
-brasero_burn_session_set_tmpdir, function in BraseroBurnSession +brasero_burn_session_set_tmpdir, function in BraseroBurnSession
-brasero_burn_session_tag_add, function in BraseroBurnSession +brasero_burn_session_tag_add, function in BraseroBurnSession
-brasero_burn_session_tag_lookup, function in BraseroBurnSession +brasero_burn_session_tag_lookup, function in BraseroBurnSession
-brasero_burn_session_tag_remove, function in BraseroBurnSession +brasero_burn_session_tag_remove, function in BraseroBurnSession
-brasero_burn_status, function in BraseroBurn +brasero_burn_status, function in BraseroBurn

C

-BraseroChecksumType, enum in BraseroTrack +BraseroChecksumType, enum in BraseroTrack
@@ -377,83 +465,91 @@

S

-BraseroSessionCfg, struct in BraseroSessionCfg +BraseroSessionCfg, struct in BraseroSessionCfg +
+
+
+BraseroSessionCfg::is-valid, object signal in BraseroSessionCfg +
+
+
+BraseroSessionCfg::wrong-extension, object signal in BraseroSessionCfg
-BraseroSessionError, enum in BraseroSessionCfg +BraseroSessionError, enum in BraseroSessionCfg
-BraseroSessionSpan, struct in BraseroSessionSpan +BraseroSessionSpan, struct in BraseroSessionSpan
-brasero_session_cfg_add_flags, function in BraseroSessionCfg +brasero_session_cfg_add_flags, function in BraseroSessionCfg
-brasero_session_cfg_disable, function in BraseroSessionCfg +brasero_session_cfg_disable, function in BraseroSessionCfg
-brasero_session_cfg_enable, function in BraseroSessionCfg +brasero_session_cfg_enable, function in BraseroSessionCfg
-brasero_session_cfg_get_error, function in BraseroSessionCfg +brasero_session_cfg_get_error, function in BraseroSessionCfg
-brasero_session_cfg_has_default_output_path, function in BraseroSessionCfg +brasero_session_cfg_has_default_output_path, function in BraseroSessionCfg
-brasero_session_cfg_is_compulsory, function in BraseroSessionCfg +brasero_session_cfg_is_compulsory, function in BraseroSessionCfg
-brasero_session_cfg_is_supported, function in BraseroSessionCfg +brasero_session_cfg_is_supported, function in BraseroSessionCfg
-brasero_session_cfg_new, function in BraseroSessionCfg +brasero_session_cfg_new, function in BraseroSessionCfg
-brasero_session_cfg_remove_flags, function in BraseroSessionCfg +brasero_session_cfg_remove_flags, function in BraseroSessionCfg
-BRASERO_SESSION_IS_VALID, macro in BraseroSessionCfg +BRASERO_SESSION_IS_VALID, macro in BraseroSessionCfg
-brasero_session_span_again, function in BraseroSessionSpan +brasero_session_span_again, function in BraseroSessionSpan
-brasero_session_span_new, function in BraseroSessionSpan +brasero_session_span_new, function in BraseroSessionSpan
-brasero_session_span_next, function in BraseroSessionSpan +brasero_session_span_next, function in BraseroSessionSpan
-brasero_session_span_possible, function in BraseroSessionSpan +brasero_session_span_possible, function in BraseroSessionSpan
-brasero_session_span_start, function in BraseroSessionSpan +brasero_session_span_start, function in BraseroSessionSpan
-brasero_session_span_stop, function in BraseroSessionSpan +brasero_session_span_stop, function in BraseroSessionSpan
-BraseroStatus, struct in brasero-status +BraseroStatus, struct in brasero-status
@@ -517,36 +613,88 @@
-BraseroSumDialog, struct in BraseroSumDialog +BraseroSumDialog, struct in BraseroSumDialog
-brasero_sum_dialog_new, function in BraseroSumDialog +brasero_sum_dialog_new, function in BraseroSumDialog

T

-BraseroToolDialog, struct in BraseroToolDialog +BraseroToolDialog, struct in BraseroToolDialog +
+
+
+brasero_tool_dialog_cancel, function in BraseroToolDialog +
+
+
+brasero_tool_dialog_set_medium, function in BraseroToolDialog +
+
+
+BraseroTrack, struct in BraseroTrack +
+
+
+BraseroTrack::changed, object signal in BraseroTrack +
+
+
+BraseroTrackData, struct in BraseroTrackData +
+
+
+BraseroTrackDataCfg, struct in BraseroTrackDataCfg +
+
+
+BraseroTrackDataCfg::deep-directory, object signal in BraseroTrackDataCfg +
+
+
+BraseroTrackDataCfg::icon-changed, object signal in BraseroTrackDataCfg +
+
+
+BraseroTrackDataCfg::image-uri, object signal in BraseroTrackDataCfg +
+
+
+BraseroTrackDataCfg::joliet-rename, object signal in BraseroTrackDataCfg +
+
+
+BraseroTrackDataCfg::name-collision, object signal in BraseroTrackDataCfg +
+
+
+BraseroTrackDataCfg::recursive-sym, object signal in BraseroTrackDataCfg +
+
+
+BraseroTrackDataCfg::session-available, object signal in BraseroTrackDataCfg
-brasero_tool_dialog_cancel, function in BraseroToolDialog +BraseroTrackDataCfg::session-loaded, object signal in BraseroTrackDataCfg
-brasero_tool_dialog_set_medium, function in BraseroToolDialog +BraseroTrackDataCfg::source-loaded, object signal in BraseroTrackDataCfg
-BraseroTrack, struct in BraseroTrack +BraseroTrackDataCfg::source-loading, object signal in BraseroTrackDataCfg
-BraseroTrackData, struct in BraseroTrackData +BraseroTrackDataCfg::unknown-uri, object signal in BraseroTrackDataCfg
-BraseroTrackDataCfg, struct in BraseroTrackDataCfg +BraseroTrackDataCfg::unreadable-uri, object signal in BraseroTrackDataCfg
@@ -554,23 +702,23 @@
-BraseroTrackDisc, struct in BraseroTrackDisc +BraseroTrackDisc, struct in BraseroTrackDisc
-BraseroTrackImage, struct in BraseroTrackImage +BraseroTrackImage, struct in BraseroTrackImage
-BraseroTrackImageCfg, struct in BraseroTrackImageCfg +BraseroTrackImageCfg, struct in BraseroTrackImageCfg
-BraseroTrackStream, struct in BraseroTrackStream +BraseroTrackStream, struct in BraseroTrackStream
-BraseroTrackStreamCfg, struct in BraseroTrackStreamCfg +BraseroTrackStreamCfg, struct in BraseroTrackStreamCfg
@@ -578,7 +726,7 @@
-brasero_track_changed, function in BraseroTrack +brasero_track_changed, function in BraseroTrack
@@ -702,87 +850,87 @@
-brasero_track_disc_get_drive, function in BraseroTrackDisc +brasero_track_disc_get_drive, function in BraseroTrackDisc
-brasero_track_disc_get_medium_type, function in BraseroTrackDisc +brasero_track_disc_get_medium_type, function in BraseroTrackDisc
-brasero_track_disc_get_track_num, function in BraseroTrackDisc +brasero_track_disc_get_track_num, function in BraseroTrackDisc
-brasero_track_disc_new, function in BraseroTrackDisc +brasero_track_disc_new, function in BraseroTrackDisc
-brasero_track_disc_set_drive, function in BraseroTrackDisc +brasero_track_disc_set_drive, function in BraseroTrackDisc
-brasero_track_disc_set_track_num, function in BraseroTrackDisc +brasero_track_disc_set_track_num, function in BraseroTrackDisc
-brasero_track_get_checksum, function in BraseroTrack +brasero_track_get_checksum, function in BraseroTrack
-brasero_track_get_checksum_type, function in BraseroTrack +brasero_track_get_checksum_type, function in BraseroTrack
-brasero_track_get_size, function in BraseroTrack +brasero_track_get_size, function in BraseroTrack
-brasero_track_get_status, function in BraseroTrack +brasero_track_get_status, function in BraseroTrack
-brasero_track_get_track_type, function in BraseroTrack +brasero_track_get_track_type, function in BraseroTrack
-brasero_track_image_cfg_force_format, function in BraseroTrackImageCfg +brasero_track_image_cfg_force_format, function in BraseroTrackImageCfg
-brasero_track_image_cfg_get_forced_format, function in BraseroTrackImageCfg +brasero_track_image_cfg_get_forced_format, function in BraseroTrackImageCfg
-brasero_track_image_cfg_new, function in BraseroTrackImageCfg +brasero_track_image_cfg_new, function in BraseroTrackImageCfg
-brasero_track_image_cfg_set_source, function in BraseroTrackImageCfg +brasero_track_image_cfg_set_source, function in BraseroTrackImageCfg
-brasero_track_image_get_format, function in BraseroTrackImage +brasero_track_image_get_format, function in BraseroTrackImage
-brasero_track_image_get_source, function in BraseroTrackImage +brasero_track_image_get_source, function in BraseroTrackImage
-brasero_track_image_get_toc_source, function in BraseroTrackImage +brasero_track_image_get_toc_source, function in BraseroTrackImage
-brasero_track_image_new, function in BraseroTrackImage +brasero_track_image_new, function in BraseroTrackImage
-brasero_track_image_set_block_num, function in BraseroTrackImage +brasero_track_image_set_block_num, function in BraseroTrackImage
-brasero_track_image_set_source, function in BraseroTrackImage +brasero_track_image_set_source, function in BraseroTrackImage
@@ -798,7 +946,7 @@
-brasero_track_set_checksum, function in BraseroTrack +brasero_track_set_checksum, function in BraseroTrack
@@ -806,7 +954,7 @@
-brasero_track_stream_cfg_new, function in BraseroTrackStreamCfg +brasero_track_stream_cfg_new, function in BraseroTrackStreamCfg
@@ -814,27 +962,27 @@
-brasero_track_stream_get_end, function in BraseroTrackStream +brasero_track_stream_get_end, function in BraseroTrackStream
-brasero_track_stream_get_format, function in BraseroTrackStream +brasero_track_stream_get_format, function in BraseroTrackStream
-brasero_track_stream_get_gap, function in BraseroTrackStream +brasero_track_stream_get_gap, function in BraseroTrackStream
-brasero_track_stream_get_length, function in BraseroTrackStream +brasero_track_stream_get_length, function in BraseroTrackStream
-brasero_track_stream_get_source, function in BraseroTrackStream +brasero_track_stream_get_source, function in BraseroTrackStream
-brasero_track_stream_get_start, function in BraseroTrackStream +brasero_track_stream_get_start, function in BraseroTrackStream
@@ -846,19 +994,19 @@
-brasero_track_stream_new, function in BraseroTrackStream +brasero_track_stream_new, function in BraseroTrackStream
-brasero_track_stream_set_boundaries, function in BraseroTrackStream +brasero_track_stream_set_boundaries, function in BraseroTrackStream
-brasero_track_stream_set_format, function in BraseroTrackStream +brasero_track_stream_set_format, function in BraseroTrackStream
-brasero_track_stream_set_source, function in BraseroTrackStream +brasero_track_stream_set_source, function in BraseroTrackStream
@@ -870,31 +1018,31 @@
-brasero_track_tag_add, function in BraseroTrack +brasero_track_tag_add, function in BraseroTrack
-brasero_track_tag_add_int, function in BraseroTrack +brasero_track_tag_add_int, function in BraseroTrack
-brasero_track_tag_add_string, function in BraseroTrack +brasero_track_tag_add_string, function in BraseroTrack
-brasero_track_tag_copy_missing, function in BraseroTrack +brasero_track_tag_copy_missing, function in BraseroTrack
-brasero_track_tag_lookup, function in BraseroTrack +brasero_track_tag_lookup, function in BraseroTrack
-brasero_track_tag_lookup_int, function in BraseroTrack +brasero_track_tag_lookup_int, function in BraseroTrack
-brasero_track_tag_lookup_string, function in BraseroTrack +brasero_track_tag_lookup_string, function in BraseroTrack
@@ -992,6 +1140,6 @@
+
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroBlankDialog.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroBlankDialog.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroBlankDialog.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroBlankDialog.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,112 @@ + + + + +BraseroBlankDialog: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroBlankDialog

+

BraseroBlankDialog

+
+
+

Functions

+
++++ + + + + +
+BraseroBlankDialog * + +brasero_blank_dialog_new () +
+
+
+

Types and Values

+
++++ + + + + +
 BraseroBlankDialog
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkWidget
+            ╰── GtkContainer
+                ╰── GtkBin
+                    ╰── GtkWindow
+                        ╰── GtkDialog
+                            ╰── BraseroToolDialog
+                                ╰── BraseroBlankDialog
+
+
+
+

Implemented Interfaces

+

+BraseroBlankDialog implements + AtkImplementorIface and GtkBuildable.

+
+
+

Description

+
+
+

Functions

+
+

brasero_blank_dialog_new ()

+
BraseroBlankDialog *
+brasero_blank_dialog_new (void);
+

Creates a new BraseroBlankDialog object

+
+

Returns

+

a BraseroBlankDialog. Unref when it is not needed anymore.

+
+
+
+
+

Types and Values

+
+

BraseroBlankDialog

+
typedef struct _BraseroBlankDialog BraseroBlankDialog;
+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroBurnDialog.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroBurnDialog.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroBurnDialog.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroBurnDialog.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,201 @@ + + + + +BraseroBurnDialog: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroBurnDialog

+

BraseroBurnDialog

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + +
+GtkWidget * + +brasero_burn_dialog_new () +
+gboolean + +brasero_burn_dialog_run () +
+gboolean + +brasero_burn_dialog_cancel () +
+
+
+

Types and Values

+
++++ + + + + +
 BraseroBurnDialog
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkWidget
+            ╰── GtkContainer
+                ╰── GtkBin
+                    ╰── GtkWindow
+                        ╰── GtkDialog
+                            ╰── BraseroBurnDialog
+
+
+
+

Implemented Interfaces

+

+BraseroBurnDialog implements + AtkImplementorIface and GtkBuildable.

+
+
+

Description

+
+
+

Functions

+
+

brasero_burn_dialog_new ()

+
GtkWidget *
+brasero_burn_dialog_new (void);
+

Creates a new BraseroBurnDialog object

+
+

Returns

+

a GtkWidget. Unref when it is not needed anymore.

+
+
+
+
+

brasero_burn_dialog_run ()

+
gboolean
+brasero_burn_dialog_run (BraseroBurnDialog *dialog,
+                         BraseroBurnSession *session);
+

Start burning the contents of session +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

dialog

a BraseroBurnDialog

 

session

a BraseroBurnSession

 
+
+
+

Returns

+

a gboolean. TRUE if the operation was successfully carried out, FALSE otherwise.

+
+
+
+
+

brasero_burn_dialog_cancel ()

+
gboolean
+brasero_burn_dialog_cancel (BraseroBurnDialog *dialog,
+                            gboolean force_cancellation);
+

Cancel the ongoing operation run by dialog +; if force_cancellation + is FALSE then it can +happen that the operation won't be cancelled if there is a risk to make a disc unusable.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

dialog

a BraseroBurnDialog

 

force_cancellation

a gboolean

 
+
+
+

Returns

+

a gboolean. TRUE if it was sucessfully cancelled, FALSE otherwise.

+
+
+
+
+

Types and Values

+
+

BraseroBurnDialog

+
typedef struct _BraseroBurnDialog BraseroBurnDialog;
+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroBurn.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroBurn.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroBurn.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroBurn.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,618 @@ + + + + +BraseroBurn: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroBurn

+

BraseroBurn

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+BraseroBurn * + +brasero_burn_new () +
+BraseroBurnResult + +brasero_burn_record () +
+BraseroBurnResult + +brasero_burn_check () +
+BraseroBurnResult + +brasero_burn_blank () +
+BraseroBurnResult + +brasero_burn_cancel () +
+BraseroBurnResult + +brasero_burn_status () +
+void + +brasero_burn_get_action_string () +
+
+
+

Signals

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
voidaction-changedRun Last
intblank-failureRun Last
intdisable-jolietRun Last
intdummy-successRun Last
inteject-failureRun Last
intinsert-mediaRun Last
intinstall-missingRun Last
intlocation-requestRun Last
voidprogress-changedRun Last
intwarn-audio-to-appendableRun Last
intwarn-data-lossRun Last
intwarn-previous-session-lossRun Last
intwarn-rewritableRun Last
+
+
+

Types and Values

+
++++ + + + + +
 BraseroBurn
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroBurn
+
+
+
+

Description

+
+
+

Functions

+
+

brasero_burn_new ()

+
BraseroBurn *
+brasero_burn_new (void);
+

Creates a new BraseroBurn object.

+
+

Returns

+

a BraseroBurn object.

+
+
+
+
+

brasero_burn_record ()

+
BraseroBurnResult
+brasero_burn_record (BraseroBurn *burn,
+                     BraseroBurnSession *session,
+                     GError **error);
+

Burns or creates a disc image according to the parameters +set in session +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

burn

a BraseroBurn

 

session

a BraseroBurnSession

 

error

a GError

 
+
+
+

Returns

+

a BraseroBurnResult. The result of the operation. +BRASERO_BURN_OK if it was successful.

+
+
+
+
+

brasero_burn_check ()

+
BraseroBurnResult
+brasero_burn_check (BraseroBurn *burn,
+                    BraseroBurnSession *session,
+                    GError **error);
+

Checks the integrity of a medium according to the parameters +set in session +. The medium must be inserted in the BraseroDrive +set as the source of a BraseroTrackDisc track inserted in session +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

burn

a BraseroBurn

 

session

a BraseroBurnSession

 

error

a GError

 
+
+
+

Returns

+

a BraseroBurnResult. The result of the operation. +BRASERO_BURN_OK if it was successful.

+
+
+
+
+

brasero_burn_blank ()

+
BraseroBurnResult
+brasero_burn_blank (BraseroBurn *burn,
+                    BraseroBurnSession *session,
+                    GError **error);
+

Blanks a medium according to the parameters +set in session +. The medium must be inserted in the BraseroDrive +set with brasero_burn_session_set_burner().

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

burn

a BraseroBurn

 

session

a BraseroBurnSession

 

error

a GError

 
+
+
+

Returns

+

a BraseroBurnResult. The result of the operation. +BRASERO_BURN_OK if it was successful.

+
+
+
+
+

brasero_burn_cancel ()

+
BraseroBurnResult
+brasero_burn_cancel (BraseroBurn *burn,
+                     gboolean protect);
+

Cancels any ongoing operation. If protect + is TRUE then +cancellation will not take place for a "critical" task, a task whose interruption +could damage the medium or the drive.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

burn

a BraseroBurn

 

protect

a gboolean

 
+
+
+

Returns

+

a BraseroBurnResult. The result of the operation. +BRASERO_BURN_OK if it was successful.

+
+
+
+
+

brasero_burn_status ()

+
BraseroBurnResult
+brasero_burn_status (BraseroBurn *burn,
+                     BraseroMedia *media,
+                     goffset *isosize,
+                     goffset *written,
+                     guint64 *rate);
+

Returns various information about the current operation +in media + (the current media type being burnt), +isosize + (the size of the data being burnt), written + (the +number of bytes having been written so far) and rate + +(the speed at which data are written).

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + +

burn

a BraseroBurn

 

media

a BraseroMedia or NULL

 

isosize

a goffset or NULL

 

written

a goffset or NULL

 

rate

a guint64 or NULL

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if there is +an ongoing operation; BRASERO_BURN_NOT_READY otherwise.

+
+
+
+
+

brasero_burn_get_action_string ()

+
void
+brasero_burn_get_action_string (BraseroBurn *burn,
+                                BraseroBurnAction action,
+                                gchar **string);
+

This function returns the current action (in string +) of +an ongoing operation performed by burn +. +action + is used to set a default string in case there was +no string set by the backend to describe the current +operation.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

burn

a BraseroBurn

 

action

a BraseroBurnAction

 

string

a gchar **

 
+
+
+
+
+

Types and Values

+
+

BraseroBurn

+
typedef struct _BraseroBurn BraseroBurn;
+
+
+
+

Signal Details

+
+

The “action-changed” signal

+
void
+user_function (BraseroBurn *braseroburn,
+               int          arg1,
+               gpointer     user_data)
+

Flags: Run Last

+
+
+
+

The “blank-failure” signal

+
int
+user_function (BraseroBurn *braseroburn,
+               gpointer     user_data)
+

Flags: Run Last

+
+
+
+

The “disable-joliet” signal

+
int
+user_function (BraseroBurn *braseroburn,
+               gpointer     user_data)
+

Flags: Run Last

+
+
+
+

The “dummy-success” signal

+
int
+user_function (BraseroBurn *braseroburn,
+               gpointer     user_data)
+

Flags: Run Last

+
+
+
+

The “eject-failure” signal

+
int
+user_function (BraseroBurn  *braseroburn,
+               BraseroDrive *arg1,
+               gpointer      user_data)
+

Flags: Run Last

+
+
+
+

The “insert-media” signal

+
int
+user_function (BraseroBurn  *braseroburn,
+               BraseroDrive *arg1,
+               int           arg2,
+               int           arg3,
+               gpointer      user_data)
+

Flags: Run Last

+
+
+
+

The “install-missing” signal

+
int
+user_function (BraseroBurn *braseroburn,
+               int          arg1,
+               char        *arg2,
+               gpointer     user_data)
+

Flags: Run Last

+
+
+
+

The “location-request” signal

+
int
+user_function (BraseroBurn *braseroburn,
+               gpointer     arg1,
+               int          arg2,
+               gpointer     user_data)
+

Flags: Run Last

+
+
+
+

The “progress-changed” signal

+
void
+user_function (BraseroBurn *braseroburn,
+               double       arg1,
+               double       arg2,
+               glong        arg3,
+               gpointer     user_data)
+

Flags: Run Last

+
+
+
+

The “warn-audio-to-appendable” signal

+
int
+user_function (BraseroBurn *braseroburn,
+               gpointer     user_data)
+

Flags: Run Last

+
+
+
+

The “warn-data-loss” signal

+
int
+user_function (BraseroBurn *braseroburn,
+               gpointer     user_data)
+

Flags: Run Last

+
+
+
+

The “warn-previous-session-loss” signal

+
int
+user_function (BraseroBurn *braseroburn,
+               gpointer     user_data)
+

Flags: Run Last

+
+
+
+

The “warn-rewritable” signal

+
int
+user_function (BraseroBurn *braseroburn,
+               gpointer     user_data)
+

Flags: Run Last

+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroBurnOptions.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroBurnOptions.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroBurnOptions.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroBurnOptions.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,193 @@ + + + + +BraseroBurnOptions: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroBurnOptions

+

BraseroBurnOptions

+
+
+

Functions

+
++++ + + + + + + + + + + +
+GtkWidget * + +brasero_burn_options_new () +
+void + +brasero_burn_options_add_options () +
+
+
+

Properties

+
+++++ + + + + + +
+BraseroBurnSession *sessionRead / Write / Construct Only
+
+
+

Types and Values

+
++++ + + + + +
structBraseroBurnOptions
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkWidget
+            ╰── GtkContainer
+                ╰── GtkBin
+                    ╰── GtkWindow
+                        ╰── GtkDialog
+                            ╰── BraseroBurnOptions
+
+
+
+

Implemented Interfaces

+

+BraseroBurnOptions implements + AtkImplementorIface and GtkBuildable.

+
+
+

Description

+
+
+

Functions

+
+

brasero_burn_options_new ()

+
GtkWidget *
+brasero_burn_options_new (BraseroSessionCfg *session);
+

Creates a new BraseroBurnOptions object.

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroSessionCfg object

 
+
+
+

Returns

+

a GtkWidget object.

+
+
+
+
+

brasero_burn_options_add_options ()

+
void
+brasero_burn_options_add_options (BraseroBurnOptions *dialog,
+                                  GtkWidget *options);
+

Adds some new options to be displayed in the dialog.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

dialog

a BraseroBurnOptions

 

options

a GtkWidget

 
+
+
+
+
+

Types and Values

+
+

struct BraseroBurnOptions

+
struct BraseroBurnOptions;
+
+
+
+

Property Details

+
+

The “session” property

+
  “session”                  BraseroBurnSession *
+

The session to work with.

+

Owner: BraseroBurnOptions

+

Flags: Read / Write / Construct Only

+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroBurnSession.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroBurnSession.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroBurnSession.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroBurnSession.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,1985 @@ + + + + +BraseroBurnSession: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroBurnSession

+

BraseroBurnSession — Store parameters when burning and blanking

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+BraseroBurnSession * + +brasero_burn_session_new () +
+BraseroBurnResult + +brasero_burn_session_add_track () +
+BraseroBurnResult + +brasero_burn_session_move_track () +
+BraseroBurnResult + +brasero_burn_session_remove_track () +
+GSList * + +brasero_burn_session_get_tracks () +
+BraseroBurnResult + +brasero_burn_session_get_status () +
+BraseroBurnResult + +brasero_burn_session_get_size () +
+BraseroBurnResult + +brasero_burn_session_get_input_type () +
+BraseroBurnResult + +brasero_burn_session_tag_lookup () +
+BraseroBurnResult + +brasero_burn_session_tag_add () +
+BraseroBurnResult + +brasero_burn_session_tag_remove () +
+BraseroDrive * + +brasero_burn_session_get_burner () +
+void + +brasero_burn_session_set_burner () +
+BraseroBurnResult + +brasero_burn_session_set_image_output_full () +
+BraseroBurnResult + +brasero_burn_session_get_output () +
+BraseroImageFormat + +brasero_burn_session_get_output_format () +
+void + +brasero_burn_session_set_flags () +
+void + +brasero_burn_session_add_flag () +
+void + +brasero_burn_session_remove_flag () +
+BraseroBurnFlag + +brasero_burn_session_get_flags () +
+BraseroBurnResult + +brasero_burn_session_set_tmpdir () +
const gchar * + +brasero_burn_session_get_tmpdir () +
+BraseroBurnResult + +brasero_burn_session_get_burn_flags () +
+BraseroBurnResult + +brasero_burn_session_get_blank_flags () +
+BraseroBurnResult + +brasero_burn_session_can_blank () +
+BraseroBurnResult + +brasero_burn_session_can_burn () +
+BraseroBurnResult + +brasero_burn_session_input_supported () +
+BraseroBurnResult + +brasero_burn_session_output_supported () +
+BraseroMedia + +brasero_burn_session_get_required_media_type () +
+guint + +brasero_burn_session_get_possible_output_formats () +
+BraseroImageFormat + +brasero_burn_session_get_default_output_format () +
const gchar * + +brasero_burn_session_get_label () +
+void + +brasero_burn_session_set_label () +
+BraseroBurnResult + +brasero_burn_session_set_rate () +
+guint64 + +brasero_burn_session_get_rate () +
+
+
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + +
intflagsRead / Write
gint64speedRead / Write
+char *tmpdirRead / Write
+
+
+

Signals

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
voidoutput-changedRun Last
voidtag-changedRun First
voidtrack-addedRun Last
voidtrack-changedRun Last
voidtrack-removedRun Last
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
structBraseroBurnSession
structBraseroBurnSessionClass
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroBurnSession
+        ╰── BraseroSessionSpan
+
+
+
+

Includes

+
#include <brasero-session.h>
+
+
+
+

Description

+

This object stores all parameters for all operations performed by BraseroBurn such as +burning, blanking and checksuming. To have this object configured automatically see +BraseroSessionCfg.

+
+
+

Functions

+
+

brasero_burn_session_new ()

+
BraseroBurnSession *
+brasero_burn_session_new (void);
+

Returns a new BraseroBurnSession object.

+
+

Returns

+

a BraseroBurnSession.

+
+
+
+
+

brasero_burn_session_add_track ()

+
BraseroBurnResult
+brasero_burn_session_add_track (BraseroBurnSession *session,
+                                BraseroTrack *new_track,
+                                BraseroTrack *sibling);
+

Inserts a new track after sibling + or appended if sibling + is NULL. If track + is NULL then all tracks +already in session + will be removed. +NOTE: if there are already BraseroTrack objects inserted in the session and if they are not +of the same type as new_track + then they will be removed before the insertion of new_track +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

session

a BraseroBurnSession.

 

new_track

a BraseroTrack or NULL.

[allow-none]

sibling

a BraseroTrack or NULL.

[allow-none]
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if the track was successfully inserted or BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_move_track ()

+
BraseroBurnResult
+brasero_burn_session_move_track (BraseroBurnSession *session,
+                                 BraseroTrack *track,
+                                 BraseroTrack *sibling);
+

Moves track + after sibling +; if sibling + is NULL then it is appended.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

session

a BraseroBurnSession.

 

track

a BraseroTrack.

 

sibling

a BraseroTrack or NULL.

[allow-none]
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if the track was successfully moved or BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_remove_track ()

+
BraseroBurnResult
+brasero_burn_session_remove_track (BraseroBurnSession *session,
+                                   BraseroTrack *track);
+

Removes track + from session +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

track

a BraseroTrack

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if the track was successfully removed or BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_get_tracks ()

+
GSList *
+brasero_burn_session_get_tracks (BraseroBurnSession *session);
+

Returns the list of BraseroTrack added to session +.

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroBurnSession

 
+
+
+

Returns

+

a GSList or BraseroTrack object. Do not unref the objects in the list nor destroy the list.

+

[element-type BraseroBurn.Track][transfer none]

+
+
+
+
+

brasero_burn_session_get_status ()

+
BraseroBurnResult
+brasero_burn_session_get_status (BraseroBurnSession *session,
+                                 BraseroStatus *status);
+

Sets status + to reflect whether session + is ready to be used.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

status

a BraseroTrackStatus

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful +BRASERO_BURN_NOT_READY if track +needs more time for processing +BRASERO_BURN_ERR if something is wrong or if it is empty

+
+
+
+
+

brasero_burn_session_get_size ()

+
BraseroBurnResult
+brasero_burn_session_get_size (BraseroBurnSession *session,
+                               goffset *blocks,
+                               goffset *bytes);
+

Returns the size of the data contained by session + in bytes or in sectors

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

session

a BraseroBurnSession

 

blocks

a goffset or NULL

 

bytes

a goffset or NULL

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful +BRASERO_BURN_NOT_READY if track +needs more time for processing the size +BRASERO_BURN_ERR if something is wrong or if it is empty

+
+
+
+
+

brasero_burn_session_get_input_type ()

+
BraseroBurnResult
+brasero_burn_session_get_input_type (BraseroBurnSession *session,
+                                     BraseroTrackType *type);
+

Sets type + to reflect the type of data contained in session +

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

type

a BraseroTrackType or NULL

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful

+
+
+
+
+

brasero_burn_session_tag_lookup ()

+
BraseroBurnResult
+brasero_burn_session_tag_lookup (BraseroBurnSession *session,
+                                 const gchar *tag,
+                                 GValue **value);
+

Retrieves a value associated with session + through +brasero_session_tag_add() and stores it in value +. Do +not destroy value + afterwards as it is not a copy.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

session

a BraseroBurnSession

 

tag

a gchar *

 

value

a GValue

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if the retrieval was successful +BRASERO_BURN_ERR otherwise

+
+
+
+
+

brasero_burn_session_tag_add ()

+
BraseroBurnResult
+brasero_burn_session_tag_add (BraseroBurnSession *session,
+                              const gchar *tag,
+                              GValue *value);
+

Associates a new tag + with session +. This can be used +to pass arbitrary information for plugins, like parameters +for video discs, ... +NOTE: the BraseroBurnSession object takes ownership of value +. +See brasero-tags.h for a list of knowns tags.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

session

a BraseroBurnSession

 

tag

a gchar *

 

value

a GValue *

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful, +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_tag_remove ()

+
BraseroBurnResult
+brasero_burn_session_tag_remove (BraseroBurnSession *session,
+                                 const gchar *tag);
+

Removes a value associated with session + through +brasero_session_tag_add().

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

tag

a gchar *

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if the retrieval was successful +BRASERO_BURN_ERR otherwise

+
+
+
+
+

brasero_burn_session_get_burner ()

+
BraseroDrive *
+brasero_burn_session_get_burner (BraseroBurnSession *session);
+

Returns the BraseroDrive that should be used to burn the session contents.

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroBurnSession

 
+
+
+

Returns

+

a BraseroDrive or NULL. Do not unref after use.

+

[transfer none][allow-none]

+
+
+
+
+

brasero_burn_session_set_burner ()

+
void
+brasero_burn_session_set_burner (BraseroBurnSession *session,
+                                 BraseroDrive *drive);
+

Sets the BraseroDrive that should be used to burn the session contents.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

drive

a BraseroDrive

 
+
+
+
+
+

brasero_burn_session_set_image_output_full ()

+
BraseroBurnResult
+brasero_burn_session_set_image_output_full
+                               (BraseroBurnSession *session,
+                                BraseroImageFormat format,
+                                const gchar *image,
+                                const gchar *toc);
+

When the contents of session + should be written to a +file, this function sets the different parameters of this +image like its path (and the one of the associated toc if +necessary) and its format.

+

NOTE: after a call to this function the BraseroDrive for +session + will be the fake BraseroDrive.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

session

a BraseroBurnSession.

 

format

a BraseroImageFormat.

 

image

a gchar or NULL.

[allow-none]

toc

a gchar or NULL.

[allow-none]
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if it was successfully set; +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_get_output ()

+
BraseroBurnResult
+brasero_burn_session_get_output (BraseroBurnSession *session,
+                                 gchar **image,
+                                 gchar **toc);
+

When the contents of session + should be written to a +file then this function returns the image path (and if +necessary a toc path). +image + and toc + should be freed if not used anymore.

+

NOTE: before using this function a BraseroDrive should have been +set with brasero_burn_session_set_burner() and it should be the +fake drive (see brasero_drive_is_fake()).

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

session

a BraseroBurnSession.

 

image

a gchar to store the image path or NULL.

[allow-none][out]

toc

a gchar to store the toc path or NULL.

[allow-none][out]
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful; BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_get_output_format ()

+
BraseroImageFormat
+brasero_burn_session_get_output_format
+                               (BraseroBurnSession *session);
+

When the contents of session + should be written to a +file then this function returns the format of the image to write.

+

NOTE: before using this function a BraseroDrive should have been +set with brasero_burn_session_set_burner() and it should be the +fake drive (see brasero_drive_is_fake()).

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroBurnSession

 
+
+
+

Returns

+

a BraseroImageFormat. The format of the image to be written.

+
+
+
+
+

brasero_burn_session_set_flags ()

+
void
+brasero_burn_session_set_flags (BraseroBurnSession *session,
+                                BraseroBurnFlag flags);
+

Replaces the current flags set in session + with flags +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

flags

a BraseroBurnFlag

 
+
+
+
+
+

brasero_burn_session_add_flag ()

+
void
+brasero_burn_session_add_flag (BraseroBurnSession *session,
+                               BraseroBurnFlag flags);
+

Merges the current flags set in session + with flags +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

flags

a BraseroBurnFlag

 
+
+
+
+
+

brasero_burn_session_remove_flag ()

+
void
+brasero_burn_session_remove_flag (BraseroBurnSession *session,
+                                  BraseroBurnFlag flags);
+

Removes flags + from the current flags set for session +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

flags

a BraseroBurnFlag

 
+
+
+
+
+

brasero_burn_session_get_flags ()

+
BraseroBurnFlag
+brasero_burn_session_get_flags (BraseroBurnSession *session);
+

Returns the current flags set for session +.

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroBurnSession

 
+
+
+

Returns

+

a BraseroBurnFlag.

+
+
+
+
+

brasero_burn_session_set_tmpdir ()

+
BraseroBurnResult
+brasero_burn_session_set_tmpdir (BraseroBurnSession *session,
+                                 const gchar *path);
+

Sets the path of the directory in which to write temporary directories and files. +If set to NULL then the result of g_get_tmp_dir() will be used.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

path

a gchar or NULL

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if it was successfully set; +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_get_tmpdir ()

+
const gchar *
+brasero_burn_session_get_tmpdir (BraseroBurnSession *session);
+

Returns the path of the directory in which to write temporary directories and files.

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroBurnSession

 
+
+
+

Returns

+

a gchar. The path to the temporary directory.

+
+
+
+
+

brasero_burn_session_get_burn_flags ()

+
BraseroBurnResult
+brasero_burn_session_get_burn_flags (BraseroBurnSession *session,
+                                     BraseroBurnFlag *supported,
+                                     BraseroBurnFlag *compulsory);
+

Given the various parameters stored in session +, this function +stores:

+
    +
  • the flags that can be used (supported +)

  • +
  • the flags that must be used (compulsory +) +when writing session + to a disc.

  • +
+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

session

a BraseroBurnSession

 

supported

a BraseroBurnFlag or NULL

 

compulsory

a BraseroBurnFlag or NULL

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if the retrieval was successful. +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_get_blank_flags ()

+
BraseroBurnResult
+brasero_burn_session_get_blank_flags (BraseroBurnSession *session,
+                                      BraseroBurnFlag *supported,
+                                      BraseroBurnFlag *compulsory);
+

Given the various parameters stored in session +, +stores in supported + and compulsory +, the flags +that can be used (supported +) and must be used +(compulsory +) when blanking the medium in the +BraseroDrive (set with brasero_burn_session_set_burner()).

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

session

a BraseroBurnSession

 

supported

a BraseroBurnFlag

 

compulsory

a BraseroBurnFlag

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if the retrieval was successful. +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_can_blank ()

+
BraseroBurnResult
+brasero_burn_session_can_blank (BraseroBurnSession *session);
+

Given the various parameters stored in session +, this +function checks whether the medium in the +BraseroDrive (set with brasero_burn_session_set_burner()) +can be blanked.

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroBurnSession

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it is possible. +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_can_burn ()

+
BraseroBurnResult
+brasero_burn_session_can_burn (BraseroBurnSession *session,
+                               gboolean check_flags);
+

Given the various parameters stored in session +, this +function checks whether the data contained in session + +can be burnt to the medium in the BraseroDrive (set +through brasero_burn_session_set_burner()). +If check_flags + determine the behavior of this function.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

check_flags

a gboolean

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it is possible. +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_input_supported ()

+
BraseroBurnResult
+brasero_burn_session_input_supported (BraseroBurnSession *session,
+                                      BraseroTrackType *input,
+                                      gboolean check_flags);
+

Given the various parameters stored in session +, this +function checks whether a session with the data type +type + could be burnt to the medium in the BraseroDrive (set +through brasero_burn_session_set_burner()). +If check_flags + is TRUE, then flags are taken into account +and are not if it is FALSE.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

session

a BraseroBurnSession

 

input

a BraseroTrackType

 

check_flags

a gboolean

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it is possible. +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_output_supported ()

+
BraseroBurnResult
+brasero_burn_session_output_supported (BraseroBurnSession *session,
+                                       BraseroTrackType *output);
+

Make sure that the image type or medium type defined in output + can be +created/burnt given the parameters and the current data set in session +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession *

 

output

a BraseroTrackType *

 
+
+
+

Returns

+

BRASERO_BURN_OK if the medium type or the image type can be used as an output.

+
+
+
+
+

brasero_burn_session_get_required_media_type ()

+
BraseroMedia
+brasero_burn_session_get_required_media_type
+                               (BraseroBurnSession *session);
+

Return the medium types that could be used to burn +session +.

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroBurnSession

 
+
+
+

Returns

+

a BraseroMedia

+
+
+
+
+

brasero_burn_session_get_possible_output_formats ()

+
guint
+brasero_burn_session_get_possible_output_formats
+                               (BraseroBurnSession *session,
+                                BraseroImageFormat *formats);
+

Returns the disc image types that could be set to create +an image given the current state of session +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

formats

a BraseroImageFormat

 
+
+
+

Returns

+

a guint. The number of formats available.

+
+
+
+
+

brasero_burn_session_get_default_output_format ()

+
BraseroImageFormat
+brasero_burn_session_get_default_output_format
+                               (BraseroBurnSession *session);
+

Returns the default disc image type that should be set to create +an image given the current state of session +.

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroBurnSession

 
+
+
+

Returns

+

a BraseroImageFormat

+
+
+
+
+

brasero_burn_session_get_label ()

+
const gchar *
+brasero_burn_session_get_label (BraseroBurnSession *session);
+

Returns the label (a string) set for session +.

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroBurnSession

 
+
+
+

Returns

+

a gchar or NULL. Do not free after use.

+
+
+
+
+

brasero_burn_session_set_label ()

+
void
+brasero_burn_session_set_label (BraseroBurnSession *session,
+                                const gchar *label);
+

Sets the label for session +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

label

a gchar or NULL.

[allow-none]
+
+
+
+
+

brasero_burn_session_set_rate ()

+
BraseroBurnResult
+brasero_burn_session_set_rate (BraseroBurnSession *session,
+                               guint64 rate);
+

Sets the speed at which the medium should be burnt. +NOTE: before using this function a BraseroDrive should have been +set with brasero_burn_session_set_burner().

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroBurnSession

 

rate

a guint64

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful; BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_burn_session_get_rate ()

+
guint64
+brasero_burn_session_get_rate (BraseroBurnSession *session);
+

Returns the speed at which the medium should be burnt. +NOTE: before using this function a BraseroDrive should have been +set with brasero_burn_session_set_burner().

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroBurnSession

 
+
+
+

Returns

+

a guint64 or 0.

+
+
+
+
+

Types and Values

+
+

struct BraseroBurnSession

+
struct BraseroBurnSession;
+
+
+
+

struct BraseroBurnSessionClass

+
struct BraseroBurnSessionClass {
+	GObjectClass parent_class;
+
+	/** Virtual functions **/
+	BraseroBurnResult (*set_output_image) (BraseroBurnSession *session,
+							 BraseroImageFormat format,
+							 const gchar *image,
+							 const gchar *toc);
+	BraseroBurnResult (*get_output_path) (BraseroBurnSession *session,
+							 gchar **image,
+							 gchar **toc);
+	BraseroImageFormat (*get_output_format) (BraseroBurnSession *session);
+
+	/** Signals **/
+	void			(*tag_changed)		(BraseroBurnSession *session,
+					                 const gchar *tag);
+	void			(*track_added)		(BraseroBurnSession *session,
+							 BraseroTrack *track);
+	void			(*track_removed) (BraseroBurnSession *session,
+							 BraseroTrack *track,
+							 guint former_position);
+	void			(*track_changed) (BraseroBurnSession *session,
+							 BraseroTrack *track);
+	void			(*output_changed) (BraseroBurnSession *session,
+							 BraseroMedium *former_medium);
+};
+
+
+
+
+

Property Details

+
+

The “flags” property

+
  “flags”                    int
+

The flags that will be used to burn.

+

Owner: BraseroBurnSession

+

Flags: Read / Write

+

Allowed values: >= 0

+

Default value: 0

+
+
+
+

The “speed” property

+
  “speed”                    gint64
+

The speed at which a disc should be burned.

+

Owner: BraseroBurnSession

+

Flags: Read / Write

+

Allowed values: >= 0

+

Default value: 0

+
+
+
+

The “tmpdir” property

+
  “tmpdir”                   char *
+

The path to the temporary directory.

+

Owner: BraseroBurnSession

+

Flags: Read / Write

+

Default value: NULL

+
+
+
+

Signal Details

+
+

The “output-changed” signal

+
void
+user_function (BraseroBurnSession *session,
+               BraseroMedium      *former_medium,
+               gpointer            user_data)
+

This signal gets emitted when the medium to burn to changed.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

session

the object which received the signal

 

former_medium

the medium which was previously set

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: Run Last

+
+
+
+

The “tag-changed” signal

+
void
+user_function (BraseroBurnSession *session,
+               char               *arg1,
+               gpointer            user_data)
+

This signal gets emitted when a tag changed for session + (whether it +was removed, added, or it changed).

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

the object which received the signal

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: Run First

+
+
+
+

The “track-added” signal

+
void
+user_function (BraseroBurnSession *session,
+               BraseroTrack       *track,
+               gpointer            user_data)
+

This signal gets emitted when a track is added to session +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

session

the object which received the signal

 

track

the track that was added

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: Run Last

+
+
+
+

The “track-changed” signal

+
void
+user_function (BraseroBurnSession *session,
+               BraseroTrack       *track,
+               gpointer            user_data)
+

This signal gets emitted when the contents of a track changed.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

session

the object which received the signal

 

track

the track that changed

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: Run Last

+
+
+
+

The “track-removed” signal

+
void
+user_function (BraseroBurnSession *session,
+               BraseroTrack       *track,
+               guint               former_position,
+               gpointer            user_data)
+

This signal gets emitted when a track is removed from session +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

session

the object which received the signal

 

track

the track that was removed

 

former_position

the former position of track +

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: Run Last

+
+
+ +
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroSessionCfg.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroSessionCfg.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroSessionCfg.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroSessionCfg.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,545 @@ + + + + +BraseroSessionCfg: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroSessionCfg

+

BraseroSessionCfg — Configure automatically a BraseroBurnSession object

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#define +BRASERO_SESSION_IS_VALID() +
+BraseroSessionCfg * + +brasero_session_cfg_new () +
+BraseroSessionError + +brasero_session_cfg_get_error () +
+void + +brasero_session_cfg_add_flags () +
+void + +brasero_session_cfg_remove_flags () +
+gboolean + +brasero_session_cfg_is_supported () +
+gboolean + +brasero_session_cfg_is_compulsory () +
+gboolean + +brasero_session_cfg_has_default_output_path () +
+void + +brasero_session_cfg_enable () +
+void + +brasero_session_cfg_disable () +
+
+
+

Signals

+
+++++ + + + + + + + + + + + + +
voidis-validAction
gbooleanwrong-extensionAction
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
structBraseroSessionCfg
enumBraseroSessionError
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroBurnSession
+        ╰── BraseroSessionSpan
+            ╰── BraseroSessionCfg
+
+
+
+

Includes

+
#include <brasero-session-cfg.h>
+
+
+
+

Description

+

This object configures automatically a session reacting to any change +made to the various parameters.

+
+
+

Functions

+
+

BRASERO_SESSION_IS_VALID()

+
#define             BRASERO_SESSION_IS_VALID(result_MACRO)
+
+
+
+

brasero_session_cfg_new ()

+
BraseroSessionCfg *
+brasero_session_cfg_new (void);
+

Creates a new BraseroSessionCfg object.

+
+

Returns

+

a BraseroSessionCfg object.

+
+
+
+
+

brasero_session_cfg_get_error ()

+
BraseroSessionError
+brasero_session_cfg_get_error (BraseroSessionCfg *cfg);
+

This function returns the current status and if +autoconfiguration is/was successful.

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroSessionCfg

 
+
+
+

Returns

+

a BraseroSessionError.

+
+
+
+
+

brasero_session_cfg_add_flags ()

+
void
+brasero_session_cfg_add_flags (BraseroSessionCfg *cfg,
+                               BraseroBurnFlag flags);
+

Adds all flags from flags + that are supported.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroSessionCfg

 

flags

a BraseroBurnFlag

 
+
+
+
+
+

brasero_session_cfg_remove_flags ()

+
void
+brasero_session_cfg_remove_flags (BraseroSessionCfg *cfg,
+                                  BraseroBurnFlag flags);
+

Removes all flags that are not compulsory.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroSessionCfg

 

flags

a BraseroBurnFlag

 
+
+
+
+
+

brasero_session_cfg_is_supported ()

+
gboolean
+brasero_session_cfg_is_supported (BraseroSessionCfg *cfg,
+                                  BraseroBurnFlag flag);
+

Checks whether a particular flag is supported.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroSessionCfg

 

flag

a BraseroBurnFlag

 
+
+
+

Returns

+

a gboolean. TRUE if it is supported; +FALSE otherwise.

+
+
+
+
+

brasero_session_cfg_is_compulsory ()

+
gboolean
+brasero_session_cfg_is_compulsory (BraseroSessionCfg *cfg,
+                                   BraseroBurnFlag flag);
+

Checks whether a particular flag is compulsory.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

session

a BraseroSessionCfg

 

flag

a BraseroBurnFlag

 
+
+
+

Returns

+

a gboolean. TRUE if it is compulsory; +FALSE otherwise.

+
+
+
+
+

brasero_session_cfg_has_default_output_path ()

+
gboolean
+brasero_session_cfg_has_default_output_path
+                               (BraseroSessionCfg *cfg);
+

This function returns whether the path returned +by brasero_burn_session_get_output() is an +automatically created one.

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroSessionCfg

 
+
+
+

Returns

+

a gboolean. TRUE if the path(s) +creation is handled by session +, FALSE if it was +set.

+
+
+
+
+

brasero_session_cfg_enable ()

+
void
+brasero_session_cfg_enable (BraseroSessionCfg *cfg);
+

This function (re)-enables autoconfiguration

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroSessionCfg

 
+
+
+
+
+

brasero_session_cfg_disable ()

+
void
+brasero_session_cfg_disable (BraseroSessionCfg *cfg);
+

This function disables autoconfiguration

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroSessionCfg

 
+
+
+
+
+

Types and Values

+
+

struct BraseroSessionCfg

+
struct BraseroSessionCfg;
+
+
+
+

enum BraseroSessionError

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

BRASERO_SESSION_VALID

  

BRASERO_SESSION_NO_CD_TEXT

  

BRASERO_SESSION_NOT_READY

  

BRASERO_SESSION_EMPTY

  

BRASERO_SESSION_NO_INPUT_IMAGE

  

BRASERO_SESSION_UNKNOWN_IMAGE

  

BRASERO_SESSION_NO_INPUT_MEDIUM

  

BRASERO_SESSION_NO_OUTPUT

  

BRASERO_SESSION_INSUFFICIENT_SPACE

  

BRASERO_SESSION_OVERBURN_NECESSARY

  

BRASERO_SESSION_NOT_SUPPORTED

  

BRASERO_SESSION_DISC_PROTECTED

  
+
+
+
+
+

Signal Details

+
+

The “is-valid” signal

+
void
+user_function (BraseroSessionCfg *braserosessioncfg,
+               gpointer           user_data)
+

Flags: Action

+
+
+
+

The “wrong-extension” signal

+
gboolean
+user_function (BraseroSessionCfg *braserosessioncfg,
+               gpointer           user_data)
+

Flags: Action

+
+
+ +
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroSessionSpan.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroSessionSpan.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroSessionSpan.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroSessionSpan.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,279 @@ + + + + +BraseroSessionSpan: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroSessionSpan

+

BraseroSessionSpan

+
+ +
+

Types and Values

+
++++ + + + + +
structBraseroSessionSpan
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroBurnSession
+        ╰── BraseroSessionSpan
+            ╰── BraseroSessionCfg
+
+
+
+

Description

+
+
+

Functions

+
+

brasero_session_span_new ()

+
BraseroSessionSpan *
+brasero_session_span_new (void);
+

Creates a new BraseroSessionSpan object.

+
+

Returns

+

a BraseroSessionSpan object

+
+
+
+
+

brasero_session_span_again ()

+
BraseroBurnResult
+brasero_session_span_again (BraseroSessionSpan *session);
+

Checks whether some data were not included during calls to brasero_session_span_next().

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroSessionSpan

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if there is not anymore data. +BRASERO_BURN_RETRY if the operation was successful and a new BraseroTrackDataCfg was created. +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_session_span_possible ()

+
BraseroBurnResult
+brasero_session_span_possible (BraseroSessionSpan *session);
+

Checks if a new BraseroTrackData can be created from the files remaining in the tree +after calls to brasero_session_span_next(). The maximum size of the data will be the one +of the medium inserted in the BraseroDrive set for session + (see brasero_burn_session_set_burner()).

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroSessionSpan

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if there is not anymore data. +BRASERO_BURN_RETRY if the operation was successful and a new BraseroTrackDataCfg was created. +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_session_span_start ()

+
BraseroBurnResult
+brasero_session_span_start (BraseroSessionSpan *session);
+

Get the object ready for spanning a BraseroBurnSession object. This function +must be called before brasero_session_span_next().

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroSessionSpan

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if successful.

+
+
+
+
+

brasero_session_span_next ()

+
BraseroBurnResult
+brasero_session_span_next (BraseroSessionSpan *session);
+

Sets the next batch of data to be burnt onto the medium inserted in the BraseroDrive +set for session + (see brasero_burn_session_set_burner()). Its free space or it capacity +will be used as the maximum amount of data to be burnt.

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroSessionSpan

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if successful.

+
+
+
+
+

brasero_session_span_stop ()

+
void
+brasero_session_span_stop (BraseroSessionSpan *session);
+

Ends and cleans a spanning operation started with brasero_session_span_start().

+
+

Parameters

+
+++++ + + + + + +

session

a BraseroSessionSpan

 
+
+
+
+
+

Types and Values

+
+

struct BraseroSessionSpan

+
struct BraseroSessionSpan;
+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroSumDialog.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroSumDialog.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroSumDialog.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroSumDialog.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,112 @@ + + + + +BraseroSumDialog: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroSumDialog

+

BraseroSumDialog

+
+
+

Functions

+
++++ + + + + +
+BraseroSumDialog * + +brasero_sum_dialog_new () +
+
+
+

Types and Values

+
++++ + + + + +
structBraseroSumDialog
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkWidget
+            ╰── GtkContainer
+                ╰── GtkBin
+                    ╰── GtkWindow
+                        ╰── GtkDialog
+                            ╰── BraseroToolDialog
+                                ╰── BraseroSumDialog
+
+
+
+

Implemented Interfaces

+

+BraseroSumDialog implements + AtkImplementorIface and GtkBuildable.

+
+
+

Description

+
+
+

Functions

+
+

brasero_sum_dialog_new ()

+
BraseroSumDialog *
+brasero_sum_dialog_new (void);
+

Creates a new BraseroSumDialog object

+
+

Returns

+

a BraseroSumDialog. Unref when it is not needed anymore.

+
+
+
+
+

Types and Values

+
+

struct BraseroSumDialog

+
struct BraseroSumDialog;
+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroToolDialog.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroToolDialog.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroToolDialog.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroToolDialog.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,172 @@ + + + + +BraseroToolDialog: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroToolDialog

+

BraseroToolDialog

+
+
+

Functions

+
++++ + + + + + + + + + + +
+gboolean + +brasero_tool_dialog_cancel () +
+gboolean + +brasero_tool_dialog_set_medium () +
+
+
+

Types and Values

+
++++ + + + + +
structBraseroToolDialog
+
+
+

Object Hierarchy

+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkWidget
+            ╰── GtkContainer
+                ╰── GtkBin
+                    ╰── GtkWindow
+                        ╰── GtkDialog
+                            ╰── BraseroToolDialog
+                                ├── BraseroBlankDialog
+                                ╰── BraseroSumDialog
+
+
+
+

Implemented Interfaces

+

+BraseroToolDialog implements + AtkImplementorIface and GtkBuildable.

+
+
+

Description

+
+
+

Functions

+
+

brasero_tool_dialog_cancel ()

+
gboolean
+brasero_tool_dialog_cancel (BraseroToolDialog *dialog);
+

Cancels any ongoing operation.

+
+

Parameters

+
+++++ + + + + + +

dialog

a BraseroToolDialog

 
+
+
+

Returns

+

a gboolean. TRUE when cancellation was successful. FALSE otherwise.

+
+
+
+
+

brasero_tool_dialog_set_medium ()

+
gboolean
+brasero_tool_dialog_set_medium (BraseroToolDialog *dialog,
+                                BraseroMedium *medium);
+

Selects the medium that should be currently selected.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

dialog

a BraseroToolDialog

 

medium

a BraseroMedium

 
+
+
+

Returns

+

a gboolean. TRUE if it was successful.

+
+
+
+
+

Types and Values

+
+

struct BraseroToolDialog

+
struct BraseroToolDialog;
+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroTrackDisc.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroTrackDisc.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroTrackDisc.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroTrackDisc.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,301 @@ + + + + +BraseroTrackDisc: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroTrackDisc

+

BraseroTrackDisc

+
+ +
+

Types and Values

+
++++ + + + + +
structBraseroTrackDisc
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroTrack
+        ╰── BraseroTrackDisc
+
+
+
+

Description

+
+
+

Functions

+
+

brasero_track_disc_new ()

+
BraseroTrackDisc *
+brasero_track_disc_new (void);
+

Creates a new BraseroTrackDisc object.

+

This type of tracks is used to copy media either +to a disc image file or to another medium.

+
+

Returns

+

a BraseroTrackDisc.

+
+
+
+
+

brasero_track_disc_set_drive ()

+
BraseroBurnResult
+brasero_track_disc_set_drive (BraseroTrackDisc *track,
+                              BraseroDrive *drive);
+

Sets drive + to be the BraseroDrive that will be used +as the source when copying

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrackDisc

 

drive

a BraseroDrive

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful, +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_track_disc_get_drive ()

+
BraseroDrive *
+brasero_track_disc_get_drive (BraseroTrackDisc *track);
+

Gets the BraseroDrive object that will be used as +the source when copying.

+
+

Parameters

+
+++++ + + + + + +

track

a BraseroTrackDisc

 
+
+
+

Returns

+

a BraseroDrive or NULL. Don't unref or free it.

+
+
+
+
+

brasero_track_disc_set_track_num ()

+
BraseroBurnResult
+brasero_track_disc_set_track_num (BraseroTrackDisc *track,
+                                  guint num);
+

Sets a track number which can be used +to copy only one specific session on a multisession disc

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrackDisc

 

num

a guint

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful, +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_track_disc_get_track_num ()

+
guint
+brasero_track_disc_get_track_num (BraseroTrackDisc *track);
+

Gets the track number which will be used +to copy only one specific session on a multisession disc

+
+

Parameters

+
+++++ + + + + + +

track

a BraseroTrackDisc

 
+
+
+

Returns

+

a guint. 0 if none is set, any other number otherwise.

+
+
+
+
+

brasero_track_disc_get_medium_type ()

+
BraseroMedia
+brasero_track_disc_get_medium_type (BraseroTrackDisc *track);
+

Gets the BraseroMedia for the medium that is +currently inserted into the drive assigned for track + +with brasero_track_disc_set_drive().

+
+

Parameters

+
+++++ + + + + + +

track

a BraseroTrackDisc

 
+
+
+

Returns

+

a BraseroMedia.

+
+
+
+
+

Types and Values

+
+

struct BraseroTrackDisc

+
struct BraseroTrackDisc;
+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroTrack.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroTrack.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroTrack.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroTrack.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,810 @@ + + + + +BraseroTrack: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroTrack

+

BraseroTrack

+
+ +
+

Signals

+
+++++ + + + + + +
voidchangedNo Recursion
+
+
+

Types and Values

+
++++ + + + + + + + + + + +
structBraseroTrack
enumBraseroChecksumType
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroTrack
+        ├── BraseroTrackData
+        ├── BraseroTrackDisc
+        ├── BraseroTrackImage
+        ╰── BraseroTrackStream
+
+
+
+

Description

+
+
+

Functions

+
+

brasero_track_changed ()

+
void
+brasero_track_changed (BraseroTrack *track);
+

Used internally in BraseroTrack implementations to +signal a BraseroTrack object has changed.

+
+

Parameters

+
+++++ + + + + + +

track

a BraseroTrack

 
+
+
+
+
+

brasero_track_get_size ()

+
BraseroBurnResult
+brasero_track_get_size (BraseroTrack *track,
+                        goffset *blocks,
+                        goffset *bytes);
+

Returns the size of the data contained by track + in bytes or in sectors

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

track

a BraseroTrack

 

blocks

a goffset or NULL

 

bytes

a goffset or NULL

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful +BRASERO_BURN_NOT_READY if track +needs more time for processing the size +BRASERO_BURN_ERR if something is wrong or if it is empty

+
+
+
+
+

brasero_track_get_track_type ()

+
BraseroBurnResult
+brasero_track_get_track_type (BraseroTrack *track,
+                              BraseroTrackType *type);
+

Sets type + to reflect the type of data contained in track +

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrack

 

type

a BraseroTrackType or NULL

 
+
+
+

Returns

+

the BraseroBurnResult of the track

+
+
+
+
+

brasero_track_get_status ()

+
BraseroBurnResult
+brasero_track_get_status (BraseroTrack *track,
+                          BraseroStatus *status);
+

Sets status + to reflect whether track + is ready to be used

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrack

 

status

a BraseroTrackStatus

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful +BRASERO_BURN_NOT_READY if track +needs more time for processing +BRASERO_BURN_ERR if something is wrong or if it is empty

+
+
+
+
+

brasero_track_set_checksum ()

+
BraseroBurnResult
+brasero_track_set_checksum (BraseroTrack *track,
+                            BraseroChecksumType type,
+                            const gchar *checksum);
+

Sets a checksum for the track

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

track

a BraseroTrack

 

type

a BraseroChecksumType

 

checksum

a gchar * holding the checksum

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if the checksum was previously empty or matches the new one +BRASERO_BURN_ERR otherwise

+
+
+
+
+

brasero_track_get_checksum ()

+
const gchar *
+brasero_track_get_checksum (BraseroTrack *track);
+

Get the current checksum (as a string) for the track

+
+

Parameters

+
+++++ + + + + + +

track

a BraseroTrack

 
+
+
+

Returns

+

a gchar * (not to be freed) or NULL

+
+
+
+
+

brasero_track_get_checksum_type ()

+
BraseroChecksumType
+brasero_track_get_checksum_type (BraseroTrack *track);
+

Get the current checksum type for the track if any.

+
+

Parameters

+
+++++ + + + + + +

track

a BraseroTrack

 
+
+
+

Returns

+

a BraseroChecksumType

+
+
+
+
+

brasero_track_tag_add ()

+
BraseroBurnResult
+brasero_track_tag_add (BraseroTrack *track,
+                       const gchar *tag,
+                       GValue *value);
+

Associates a new tag + with a track. This can be used +to pass arbitrary information for plugins, like parameters +for video discs, ... +See brasero-tags.h for a list of knowns tags.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

track

a BraseroTrack

 

tag

a gchar *

 

value

a GValue

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful, +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_track_tag_lookup ()

+
BraseroBurnResult
+brasero_track_tag_lookup (BraseroTrack *track,
+                          const gchar *tag,
+                          GValue **value);
+

Retrieves a value associated with track + through +brasero_track_tag_add() and stores it in value +. Do +not destroy value + afterwards as it is not a copy

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

track

a BraseroTrack

 

tag

a gchar *

 

value

a GValue **

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if the retrieval was successful +BRASERO_BURN_ERR otherwise

+
+
+
+
+

brasero_track_tag_copy_missing ()

+
void
+brasero_track_tag_copy_missing (BraseroTrack *dest,
+                                BraseroTrack *src);
+

Adds all tags of dest + to src + provided they do not +already exists.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

dest

a BraseroTrack

 

src

a BraseroTrack

 
+
+
+
+
+

brasero_track_tag_add_string ()

+
BraseroBurnResult
+brasero_track_tag_add_string (BraseroTrack *track,
+                              const gchar *tag,
+                              const gchar *string);
+

A wrapper around brasero_track_tag_add() to associate +a string with track + +See also brasero_track_tag_add()

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

track

a BraseroTrack

 

tag

a gchar *

 

string

a gchar *

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful, +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_track_tag_lookup_string ()

+
const gchar *
+brasero_track_tag_lookup_string (BraseroTrack *track,
+                                 const gchar *tag);
+

Retrieves a string value associated with track +. This +is a wrapper around brasero_track_tag_lookup().

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrack

 

tag

a gchar *

 
+
+
+

Returns

+

a gchar *. The value or NULL otherwise. +Do not free the string as it is not a copy.

+
+
+
+
+

brasero_track_tag_add_int ()

+
BraseroBurnResult
+brasero_track_tag_add_int (BraseroTrack *track,
+                           const gchar *tag,
+                           int value);
+

A wrapper around brasero_track_tag_add() to associate +a int value with track + +See also brasero_track_tag_add()

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

track

a BraseroTrack

 

tag

a gchar *

 

value

a int

 
+
+
+

Returns

+

a BraseroBurnResult. +BRASERO_BURN_OK if it was successful, +BRASERO_BURN_ERR otherwise.

+
+
+
+
+

brasero_track_tag_lookup_int ()

+
int
+brasero_track_tag_lookup_int (BraseroTrack *track,
+                              const gchar *tag);
+

Retrieves a int value associated with track +. This +is a wrapper around brasero_track_tag_lookup().

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrack

 

tag

a gchar *

 
+
+
+

Returns

+

a int; the value or 0 otherwise

+
+
+
+
+

Types and Values

+
+

struct BraseroTrack

+
struct BraseroTrack;
+
+
+
+

enum BraseroChecksumType

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

BRASERO_CHECKSUM_NONE

  

BRASERO_CHECKSUM_DETECT

  

BRASERO_CHECKSUM_MD5

  

BRASERO_CHECKSUM_MD5_FILE

  

BRASERO_CHECKSUM_SHA1

  

BRASERO_CHECKSUM_SHA1_FILE

  

BRASERO_CHECKSUM_SHA256

  

BRASERO_CHECKSUM_SHA256_FILE

  
+
+
+
+
+

Signal Details

+
+

The “changed” signal

+
void
+user_function (BraseroTrack *braserotrack,
+               gpointer      user_data)
+

Flags: No Recursion

+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroTrackImageCfg.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroTrackImageCfg.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroTrackImageCfg.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroTrackImageCfg.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,227 @@ + + + + +BraseroTrackImageCfg: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroTrackImageCfg

+

BraseroTrackImageCfg

+
+ +
+

Types and Values

+
++++ + + + + +
structBraseroTrackImageCfg
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroTrack
+        ╰── BraseroTrackImage
+            ╰── BraseroTrackImageCfg
+
+
+
+

Description

+
+
+

Functions

+
+

brasero_track_image_cfg_new ()

+
BraseroTrackImageCfg *
+brasero_track_image_cfg_new (void);
+

Creates a new BraseroTrackImageCfg object.

+
+

Returns

+

a BraseroTrackImageCfg object.

+
+
+
+
+

brasero_track_image_cfg_set_source ()

+
BraseroBurnResult
+brasero_track_image_cfg_set_source (BraseroTrackImageCfg *track,
+                                    const gchar *uri);
+

Sets the image uri or path (absolute or relative). track + will then identify its format and retrieve its size.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrackImageCfg

 

uri

a gchar

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

+
+
+
+
+

brasero_track_image_cfg_force_format ()

+
BraseroBurnResult
+brasero_track_image_cfg_force_format (BraseroTrackImageCfg *track,
+                                      BraseroImageFormat format);
+

This function allows to prevents the identification of the format of the image. +It does not cancel size retrieval. +If format + is BRASERO_IMAGE_FORMAT_NONE then the format of the image +will be retrieved.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrackImageCfg

 

format

a BraseroImageFormat

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

+
+
+
+
+

brasero_track_image_cfg_get_forced_format ()

+
BraseroImageFormat
+brasero_track_image_cfg_get_forced_format
+                               (BraseroTrackImageCfg *track);
+

This function returns the BraseroImageFormat that was set for the image. +See brasero_track_image_cfg_force_format().

+
+

Parameters

+
+++++ + + + + + +

track

a BraseroTrackImageCfg

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

+
+
+
+
+

Types and Values

+
+

struct BraseroTrackImageCfg

+
struct BraseroTrackImageCfg;
+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroTrackImage.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroTrackImage.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroTrackImage.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroTrackImage.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,323 @@ + + + + +BraseroTrackImage: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroTrackImage

+

BraseroTrackImage

+
+ +
+

Types and Values

+
++++ + + + + +
structBraseroTrackImage
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroTrack
+        ╰── BraseroTrackImage
+            ╰── BraseroTrackImageCfg
+
+
+
+

Description

+
+
+

Functions

+
+

brasero_track_image_new ()

+
BraseroTrackImage *
+brasero_track_image_new (void);
+

Creates a new BraseroTrackImage object.

+

This type of tracks is used to burn disc images.

+
+

Returns

+

a BraseroTrackImage object.

+
+
+
+
+

brasero_track_image_set_source ()

+
BraseroBurnResult
+brasero_track_image_set_source (BraseroTrackImage *track,
+                                const gchar *image,
+                                const gchar *toc,
+                                BraseroImageFormat format);
+

Sets the image source path (and its toc if need be) +as well as its format.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

track

a BraseroTrackImage

 

image

a gchar or NULL

 

toc

a gchar or NULL

 

format

a BraseroImageFormat

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

+
+
+
+
+

brasero_track_image_set_block_num ()

+
BraseroBurnResult
+brasero_track_image_set_block_num (BraseroTrackImage *track,
+                                   goffset blocks);
+

Sets the image size (in sectors).

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrackImage

 

blocks

a goffset

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

+
+
+
+
+

brasero_track_image_get_source ()

+
gchar *
+brasero_track_image_get_source (BraseroTrackImage *track,
+                                gboolean uri);
+

This function returns the path or the URI (if uri + is TRUE) of the +source image file.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrackImage

 

uri

a gboolean

 
+
+
+

Returns

+

a gchar

+
+
+
+
+

brasero_track_image_get_toc_source ()

+
gchar *
+brasero_track_image_get_toc_source (BraseroTrackImage *track,
+                                    gboolean uri);
+

This function returns the path or the URI (if uri + is TRUE) of the +source toc file.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrackImage

 

uri

a gboolean

 
+
+
+

Returns

+

a gchar

+
+
+
+
+

brasero_track_image_get_format ()

+
BraseroImageFormat
+brasero_track_image_get_format (BraseroTrackImage *track);
+

This function returns the format of the +source image.

+
+

Parameters

+
+++++ + + + + + +

track

a BraseroTrackImage

 
+
+
+

Returns

+

a BraseroImageFormat

+
+
+
+
+

Types and Values

+
+

struct BraseroTrackImage

+
struct BraseroTrackImage;
+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroTrackStreamCfg.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroTrackStreamCfg.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroTrackStreamCfg.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroTrackStreamCfg.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,100 @@ + + + + +BraseroTrackStreamCfg: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroTrackStreamCfg

+

BraseroTrackStreamCfg

+
+
+

Functions

+ +
+
+

Types and Values

+
++++ + + + + +
structBraseroTrackStreamCfg
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroTrack
+        ╰── BraseroTrackStream
+            ╰── BraseroTrackStreamCfg
+
+
+
+

Description

+
+
+

Functions

+
+

brasero_track_stream_cfg_new ()

+
BraseroTrackStreamCfg *
+brasero_track_stream_cfg_new (void);
+

Creates a new BraseroTrackStreamCfg object.

+
+

Returns

+

a BraseroTrackStreamCfg object.

+
+
+
+
+

Types and Values

+
+

struct BraseroTrackStreamCfg

+
struct BraseroTrackStreamCfg;
+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroTrackStream.html brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroTrackStream.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/BraseroTrackStream.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/BraseroTrackStream.html 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,472 @@ + + + + +BraseroTrackStream: Libbrasero-burn Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroTrackStream

+

BraseroTrackStream

+
+ +
+

Types and Values

+
++++ + + + + +
structBraseroTrackStream
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroTrack
+        ╰── BraseroTrackStream
+            ╰── BraseroTrackStreamCfg
+
+
+
+

Description

+
+
+

Functions

+
+

brasero_track_stream_new ()

+
BraseroTrackStream *
+brasero_track_stream_new (void);
+

Creates a new BraseroTrackStream object.

+

This type of tracks is used to burn audio or +video files.

+
+

Returns

+

a BraseroTrackStream object.

+
+
+
+
+

brasero_track_stream_set_source ()

+
BraseroBurnResult
+brasero_track_stream_set_source (BraseroTrackStream *track,
+                                 const gchar *uri);
+

Sets the stream (song or video) uri.

+

Note: it resets the end point of the track to 0 but keeps start point and gap +unchanged.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrackStream

 

uri

a gchar

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

+
+
+
+
+

brasero_track_stream_set_format ()

+
BraseroBurnResult
+brasero_track_stream_set_format (BraseroTrackStream *track,
+                                 BraseroStreamFormat format);
+

Sets the format of the stream.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrackStream

 

format

a BraseroStreamFormat

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

+
+
+
+
+

brasero_track_stream_set_boundaries ()

+
BraseroBurnResult
+brasero_track_stream_set_boundaries (BraseroTrackStream *track,
+                                     gint64 start,
+                                     gint64 end,
+                                     gint64 gap);
+

Sets the boundaries of the stream (where it starts, ends in the file; +how long is the gap with the next track) in nano seconds.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

track

a BraseroTrackStream

 

start

a gint64 or -1 to ignore

 

end

a gint64 or -1 to ignore

 

gap

a gint64 or -1 to ignore

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

+
+
+
+
+

brasero_track_stream_get_source ()

+
gchar *
+brasero_track_stream_get_source (BraseroTrackStream *track,
+                                 gboolean uri);
+

This function returns the path or the URI (if uri + is TRUE) +of the stream (song or video file).

+

Note: this function resets any length previously set to 0.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrackStream

 

uri

a gboolean

 
+
+
+

Returns

+

a gchar.

+
+
+
+
+

brasero_track_stream_get_length ()

+
BraseroBurnResult
+brasero_track_stream_get_length (BraseroTrackStream *track,
+                                 guint64 *length);
+

This function returns the length of the stream (in nano seconds) +taking into account the start and end time as well as the length +of the gap. It stores it in length +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

track

a BraseroTrackStream

 

length

a guint64

 
+
+
+

Returns

+

a BraseroBurnResult. BRASERO_BURN_OK if length +was set.

+
+
+
+
+

brasero_track_stream_get_start ()

+
guint64
+brasero_track_stream_get_start (BraseroTrackStream *track);
+

This function returns start time in the stream (in nano seconds).

+
+

Parameters

+
+++++ + + + + + +

track

a BraseroTrackStream

 
+
+
+

Returns

+

a guint64.

+
+
+
+
+

brasero_track_stream_get_end ()

+
guint64
+brasero_track_stream_get_end (BraseroTrackStream *track);
+

This function returns end time in the stream (in nano seconds).

+
+

Parameters

+
+++++ + + + + + +

track

a BraseroTrackStream

 
+
+
+

Returns

+

a guint64.

+
+
+
+
+

brasero_track_stream_get_gap ()

+
guint64
+brasero_track_stream_get_gap (BraseroTrackStream *track);
+

This function returns length of the gap (in nano seconds).

+
+

Parameters

+
+++++ + + + + + +

track

a BraseroTrackStream

 
+
+
+

Returns

+

a guint64.

+
+
+
+
+

brasero_track_stream_get_format ()

+
BraseroStreamFormat
+brasero_track_stream_get_format (BraseroTrackStream *track);
+

This function returns the format of the stream.

+
+

Parameters

+
+++++ + + + + + +

track

a BraseroTrackStream

 
+
+
+

Returns

+

a BraseroStreamFormat.

+
+
+
+
+

Types and Values

+
+

struct BraseroTrackStream

+
struct BraseroTrackStream;
+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/ch01.html brasero-3.12.3/docs/reference/libbrasero-burn/html/ch01.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/ch01.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/ch01.html 2021-09-20 08:24:31.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,10 +42,10 @@ brasero-track-type
-BraseroTrack +BraseroTrack
-BraseroTrackDisc +BraseroTrackDisc
BraseroTrackData @@ -54,47 +54,47 @@ BraseroTrackDataCfg
-BraseroTrackStream +BraseroTrackStream
-BraseroTrackStreamCfg +BraseroTrackStreamCfg
-BraseroTrackImage +BraseroTrackImage
-BraseroTrackImageCfg +BraseroTrackImageCfg
-BraseroBurnSession — Store parameters when burning and blanking +BraseroBurnSession — Store parameters when burning and blanking
-BraseroSessionSpan +BraseroSessionSpan
-BraseroSessionCfg — Configure automatically a BraseroBurnSession object +BraseroSessionCfg — Configure automatically a BraseroBurnSession object
-BraseroBurnOptions +BraseroBurnOptions
-BraseroBurn +BraseroBurn
-BraseroBurnDialog +BraseroBurnDialog
-BraseroToolDialog +BraseroToolDialog
-BraseroSumDialog +BraseroSumDialog
-BraseroBlankDialog +BraseroBlankDialog
+
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/index.html brasero-3.12.3/docs/reference/libbrasero-burn/html/index.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/index.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/index.html 2021-09-20 08:24:31.000000000 +0000 @@ -6,7 +6,7 @@ - + @@ -42,10 +42,10 @@ brasero-track-type
-BraseroTrack +BraseroTrack
-BraseroTrackDisc +BraseroTrackDisc
BraseroTrackData @@ -54,43 +54,43 @@ BraseroTrackDataCfg
-BraseroTrackStream +BraseroTrackStream
-BraseroTrackStreamCfg +BraseroTrackStreamCfg
-BraseroTrackImage +BraseroTrackImage
-BraseroTrackImageCfg +BraseroTrackImageCfg
-BraseroBurnSession — Store parameters when burning and blanking +BraseroBurnSession — Store parameters when burning and blanking
-BraseroSessionSpan +BraseroSessionSpan
-BraseroSessionCfg — Configure automatically a BraseroBurnSession object +BraseroSessionCfg — Configure automatically a BraseroBurnSession object
-BraseroBurnOptions +BraseroBurnOptions
-BraseroBurn +BraseroBurn
-BraseroBurnDialog +BraseroBurnDialog
-BraseroToolDialog +BraseroToolDialog
-BraseroSumDialog +BraseroSumDialog
-BraseroBlankDialog +BraseroBlankDialog
Object Hierarchy
@@ -99,6 +99,6 @@ +
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBlankDialog.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBlankDialog.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBlankDialog.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBlankDialog.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,94 +0,0 @@ - - - - -BraseroBlankDialog: Libbrasero-burn Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroBlankDialog

-

BraseroBlankDialog

-
-
-

Functions

-
---- - - - - -
-BraseroBlankDialog * - -brasero_blank_dialog_new () -
-
-
-

Types and Values

-
---- - - - - -
 BraseroBlankDialog
-
-
-

Description

-
-
-

Functions

-
-

brasero_blank_dialog_new ()

-
BraseroBlankDialog *
-brasero_blank_dialog_new (void);
-

Creates a new BraseroBlankDialog object

-
-

Returns

-

a BraseroBlankDialog. Unref when it is not needed anymore.

-
-
-
-
-

Types and Values

-
-

BraseroBlankDialog

-
typedef struct {
-	BraseroToolDialog parent;
-} BraseroBlankDialog;
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnDialog.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnDialog.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnDialog.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnDialog.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,184 +0,0 @@ - - - - -BraseroBurnDialog: Libbrasero-burn Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroBurnDialog

-

BraseroBurnDialog

-
-
-

Functions

-
---- - - - - - - - - - - - - - - -
-GtkWidget * - -brasero_burn_dialog_new () -
-gboolean - -brasero_burn_dialog_run () -
-gboolean - -brasero_burn_dialog_cancel () -
-
-
-

Types and Values

-
---- - - - - -
 BraseroBurnDialog
-
-
-

Description

-
-
-

Functions

-
-

brasero_burn_dialog_new ()

-
GtkWidget *
-brasero_burn_dialog_new (void);
-

Creates a new BraseroBurnDialog object

-
-

Returns

-

a GtkWidget. Unref when it is not needed anymore.

-
-
-
-
-

brasero_burn_dialog_run ()

-
gboolean
-brasero_burn_dialog_run (BraseroBurnDialog *dialog,
-                         BraseroBurnSession *session);
-

Start burning the contents of session -.

-
-

Parameters

-
----- - - - - - - - - - - - - -

dialog

a BraseroBurnDialog

 

session

a BraseroBurnSession

 
-
-
-

Returns

-

a gboolean. TRUE if the operation was successfully carried out, FALSE otherwise.

-
-
-
-
-

brasero_burn_dialog_cancel ()

-
gboolean
-brasero_burn_dialog_cancel (BraseroBurnDialog *dialog,
-                            gboolean force_cancellation);
-

Cancel the ongoing operation run by dialog -; if force_cancellation - is FALSE then it can -happen that the operation won't be cancelled if there is a risk to make a disc unusable.

-
-

Parameters

-
----- - - - - - - - - - - - - -

dialog

a BraseroBurnDialog

 

force_cancellation

a gboolean

 
-
-
-

Returns

-

a gboolean. TRUE if it was sucessfully cancelled, FALSE otherwise.

-
-
-
-
-

Types and Values

-
-

BraseroBurnDialog

-
typedef struct {
-	GtkDialog parent;
-} BraseroBurnDialog;
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurn.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurn.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurn.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurn.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,418 +0,0 @@ - - - - -BraseroBurn: Libbrasero-burn Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroBurn

-

BraseroBurn

-
-
-

Functions

-
---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-BraseroBurn * - -brasero_burn_new () -
-BraseroBurnResult - -brasero_burn_record () -
-BraseroBurnResult - -brasero_burn_check () -
-BraseroBurnResult - -brasero_burn_blank () -
-BraseroBurnResult - -brasero_burn_cancel () -
-BraseroBurnResult - -brasero_burn_status () -
-void - -brasero_burn_get_action_string () -
-
-
-

Types and Values

-
---- - - - - -
 BraseroBurn
-
-
-

Description

-
-
-

Functions

-
-

brasero_burn_new ()

-
BraseroBurn *
-brasero_burn_new (void);
-

Creates a new BraseroBurn object.

-
-

Returns

-

a BraseroBurn object.

-
-
-
-
-

brasero_burn_record ()

-
BraseroBurnResult
-brasero_burn_record (BraseroBurn *burn,
-                     BraseroBurnSession *session,
-                     GError **error);
-

Burns or creates a disc image according to the parameters -set in session -.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

burn

a BraseroBurn

 

session

a BraseroBurnSession

 

error

a GError

 
-
-
-

Returns

-

a BraseroBurnResult. The result of the operation. -BRASERO_BURN_OK if it was successful.

-
-
-
-
-

brasero_burn_check ()

-
BraseroBurnResult
-brasero_burn_check (BraseroBurn *burn,
-                    BraseroBurnSession *session,
-                    GError **error);
-

Checks the integrity of a medium according to the parameters -set in session -. The medium must be inserted in the BraseroDrive -set as the source of a BraseroTrackDisc track inserted in session -.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

burn

a BraseroBurn

 

session

a BraseroBurnSession

 

error

a GError

 
-
-
-

Returns

-

a BraseroBurnResult. The result of the operation. -BRASERO_BURN_OK if it was successful.

-
-
-
-
-

brasero_burn_blank ()

-
BraseroBurnResult
-brasero_burn_blank (BraseroBurn *burn,
-                    BraseroBurnSession *session,
-                    GError **error);
-

Blanks a medium according to the parameters -set in session -. The medium must be inserted in the BraseroDrive -set with brasero_burn_session_set_burner().

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

burn

a BraseroBurn

 

session

a BraseroBurnSession

 

error

a GError

 
-
-
-

Returns

-

a BraseroBurnResult. The result of the operation. -BRASERO_BURN_OK if it was successful.

-
-
-
-
-

brasero_burn_cancel ()

-
BraseroBurnResult
-brasero_burn_cancel (BraseroBurn *burn,
-                     gboolean protect);
-

Cancels any ongoing operation. If protect - is TRUE then -cancellation will not take place for a "critical" task, a task whose interruption -could damage the medium or the drive.

-
-

Parameters

-
----- - - - - - - - - - - - - -

burn

a BraseroBurn

 

protect

a gboolean

 
-
-
-

Returns

-

a BraseroBurnResult. The result of the operation. -BRASERO_BURN_OK if it was successful.

-
-
-
-
-

brasero_burn_status ()

-
BraseroBurnResult
-brasero_burn_status (BraseroBurn *burn,
-                     BraseroMedia *media,
-                     goffset *isosize,
-                     goffset *written,
-                     guint64 *rate);
-

Returns various information about the current operation -in media - (the current media type being burnt), -isosize - (the size of the data being burnt), written - (the -number of bytes having been written so far) and rate - -(the speed at which data are written).

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

burn

a BraseroBurn

 

media

a BraseroMedia or NULL

 

isosize

a goffset or NULL

 

written

a goffset or NULL

 

rate

a guint64 or NULL

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if there is -an ongoing operation; BRASERO_BURN_NOT_READY otherwise.

-
-
-
-
-

brasero_burn_get_action_string ()

-
void
-brasero_burn_get_action_string (BraseroBurn *burn,
-                                BraseroBurnAction action,
-                                gchar **string);
-

This function returns the current action (in string -) of -an ongoing operation performed by burn -. -action - is used to set a default string in case there was -no string set by the backend to describe the current -operation.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

burn

a BraseroBurn

 

action

a BraseroBurnAction

 

string

a gchar **

 
-
-
-
-
-

Types and Values

-
-

BraseroBurn

-
typedef struct {
-	GObject parent;
-} BraseroBurn;
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-burn-lib.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-burn-lib.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-burn-lib.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-burn-lib.html 2021-09-20 08:24:31.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -35,13 +35,13 @@

Functions

--++ - +
-gboolean +gboolean brasero_burn_library_start () @@ -57,7 +57,7 @@
-GOptionGroup * +GOptionGroup * brasero_burn_library_get_option_group () @@ -65,7 +65,7 @@
-GSList * +GSList * brasero_burn_library_get_plugins_list () @@ -73,7 +73,7 @@
-gboolean +gboolean brasero_burn_library_can_checksum () @@ -102,8 +102,8 @@

Types and Values

--++ @@ -132,7 +132,7 @@

Functions

brasero_burn_library_start ()

-
gboolean
+
gboolean
 brasero_burn_library_start (int *argc,
                             char **argv[]);

Starts the library. This function must be called @@ -162,7 +162,7 @@

Returns

-

a gboolean

+

a gboolean


@@ -177,39 +177,39 @@

brasero_burn_library_get_option_group ()

-
GOptionGroup *
+
GOptionGroup *
 brasero_burn_library_get_option_group (void);

Returns a GOptionGroup for the commandline arguments recognized by libbrasero-burn. -You should add this to your GOptionContext if your are using g_option_context_parse() +You should add this to your GOptionContext if your are using g_option_context_parse() to parse your commandline arguments.

Returns

-

a GOptionGroup *

+

a GOptionGroup *


brasero_burn_library_get_plugins_list ()

-
GSList *
+
GSList *
 brasero_burn_library_get_plugins_list (void);

This function returns the list of plugins that are available to libbrasero-burn.

Returns

-

a GSList that must be destroyed when not needed and each object unreffed.

-

[element-type GObject.Object][transfer full]

+

a GSList that must be destroyed when not needed and each object unreffed.

+

[element-type GObject.Object][transfer full]


brasero_burn_library_can_checksum ()

-
gboolean
+
gboolean
 brasero_burn_library_can_checksum (void);

Checks whether the library can do any kind of checksum at all.

Returns

-

a gboolean

+

a gboolean


@@ -293,6 +293,6 @@ +
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnOptions.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnOptions.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnOptions.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnOptions.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,149 +0,0 @@ - - - - -BraseroBurnOptions: Libbrasero-burn Reference Manual - - - - - - - - - -
- - - - - - -
-
-
- - -
-

BraseroBurnOptions

-

BraseroBurnOptions

-
-
-

Functions

-
---- - - - - - - - - - - -
-GtkWidget * - -brasero_burn_options_new () -
-void - -brasero_burn_options_add_options () -
-
-
-

Types and Values

-
---- - - - - -
structBraseroBurnOptions
-
-
-

Description

-
-
-

Functions

-
-

brasero_burn_options_new ()

-
GtkWidget *
-brasero_burn_options_new (BraseroSessionCfg *session);
-

Creates a new BraseroBurnOptions object.

-
-

Parameters

-
----- - - - - - -

session

a BraseroSessionCfg object

 
-
-
-

Returns

-

a GtkWidget object.

-
-
-
-
-

brasero_burn_options_add_options ()

-
void
-brasero_burn_options_add_options (BraseroBurnOptions *dialog,
-                                  GtkWidget *options);
-

Adds some new options to be displayed in the dialog.

-
-

Parameters

-
----- - - - - - - - - - - - - -

dialog

a BraseroBurnOptions

 

options

a GtkWidget

 
-
-
-
-
-

Types and Values

-
-

struct BraseroBurnOptions

-
struct BraseroBurnOptions {
-	GtkDialog parent_instance;
-};
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnSession.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnSession.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnSession.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroBurnSession.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,1689 +0,0 @@ - - - - -BraseroBurnSession: Libbrasero-burn Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroBurnSession

-

BraseroBurnSession — Store parameters when burning and blanking

-
-
-

Functions

-
---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-BraseroBurnSession * - -brasero_burn_session_new () -
-BraseroBurnResult - -brasero_burn_session_add_track () -
-BraseroBurnResult - -brasero_burn_session_move_track () -
-BraseroBurnResult - -brasero_burn_session_remove_track () -
-GSList * - -brasero_burn_session_get_tracks () -
-BraseroBurnResult - -brasero_burn_session_get_status () -
-BraseroBurnResult - -brasero_burn_session_get_size () -
-BraseroBurnResult - -brasero_burn_session_get_input_type () -
-BraseroBurnResult - -brasero_burn_session_tag_lookup () -
-BraseroBurnResult - -brasero_burn_session_tag_add () -
-BraseroBurnResult - -brasero_burn_session_tag_remove () -
-BraseroDrive * - -brasero_burn_session_get_burner () -
-void - -brasero_burn_session_set_burner () -
-BraseroBurnResult - -brasero_burn_session_set_image_output_full () -
-BraseroBurnResult - -brasero_burn_session_get_output () -
-BraseroImageFormat - -brasero_burn_session_get_output_format () -
-void - -brasero_burn_session_set_flags () -
-void - -brasero_burn_session_add_flag () -
-void - -brasero_burn_session_remove_flag () -
-BraseroBurnFlag - -brasero_burn_session_get_flags () -
-BraseroBurnResult - -brasero_burn_session_set_tmpdir () -
const gchar * - -brasero_burn_session_get_tmpdir () -
-BraseroBurnResult - -brasero_burn_session_get_burn_flags () -
-BraseroBurnResult - -brasero_burn_session_get_blank_flags () -
-BraseroBurnResult - -brasero_burn_session_can_blank () -
-BraseroBurnResult - -brasero_burn_session_can_burn () -
-BraseroBurnResult - -brasero_burn_session_input_supported () -
-BraseroBurnResult - -brasero_burn_session_output_supported () -
-BraseroMedia - -brasero_burn_session_get_required_media_type () -
-guint - -brasero_burn_session_get_possible_output_formats () -
-BraseroImageFormat - -brasero_burn_session_get_default_output_format () -
const gchar * - -brasero_burn_session_get_label () -
-void - -brasero_burn_session_set_label () -
-BraseroBurnResult - -brasero_burn_session_set_rate () -
-guint64 - -brasero_burn_session_get_rate () -
-
-
-

Types and Values

-
---- - - - - - - - - - - -
structBraseroBurnSession
structBraseroBurnSessionClass
-
-
-

Includes

-
#include <brasero-session.h>
-
-
-
-

Description

-

This object stores all parameters for all operations performed by BraseroBurn such as -burning, blanking and checksuming. To have this object configured automatically see -BraseroSessionCfg.

-
-
-

Functions

-
-

brasero_burn_session_new ()

-
BraseroBurnSession *
-brasero_burn_session_new (void);
-

Returns a new BraseroBurnSession object.

-
-

Returns

-

a BraseroBurnSession.

-
-
-
-
-

brasero_burn_session_add_track ()

-
BraseroBurnResult
-brasero_burn_session_add_track (BraseroBurnSession *session,
-                                BraseroTrack *new_track,
-                                BraseroTrack *sibling);
-

Inserts a new track after sibling - or appended if sibling - is NULL. If track - is NULL then all tracks -already in session - will be removed. -NOTE: if there are already BraseroTrack objects inserted in the session and if they are not -of the same type as new_track - then they will be removed before the insertion of new_track -.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

session

a BraseroBurnSession.

 

new_track

a BraseroTrack or NULL.

[allow-none]

sibling

a BraseroTrack or NULL.

[allow-none]
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if the track was successfully inserted or BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_move_track ()

-
BraseroBurnResult
-brasero_burn_session_move_track (BraseroBurnSession *session,
-                                 BraseroTrack *track,
-                                 BraseroTrack *sibling);
-

Moves track - after sibling -; if sibling - is NULL then it is appended.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

session

a BraseroBurnSession.

 

track

a BraseroTrack.

 

sibling

a BraseroTrack or NULL.

[allow-none]
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if the track was successfully moved or BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_remove_track ()

-
BraseroBurnResult
-brasero_burn_session_remove_track (BraseroBurnSession *session,
-                                   BraseroTrack *track);
-

Removes track - from session -.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

track

a BraseroTrack

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if the track was successfully removed or BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_get_tracks ()

-
GSList *
-brasero_burn_session_get_tracks (BraseroBurnSession *session);
-

Returns the list of BraseroTrack added to session -.

-
-

Parameters

-
----- - - - - - -

session

a BraseroBurnSession

 
-
-
-

Returns

-

a GSList or BraseroTrack object. Do not unref the objects in the list nor destroy the list.

-

[element-type BraseroBurn.Track][transfer none]

-
-
-
-
-

brasero_burn_session_get_status ()

-
BraseroBurnResult
-brasero_burn_session_get_status (BraseroBurnSession *session,
-                                 BraseroStatus *status);
-

Sets status - to reflect whether session - is ready to be used.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

status

a BraseroTrackStatus

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful -BRASERO_BURN_NOT_READY if track -needs more time for processing -BRASERO_BURN_ERR if something is wrong or if it is empty

-
-
-
-
-

brasero_burn_session_get_size ()

-
BraseroBurnResult
-brasero_burn_session_get_size (BraseroBurnSession *session,
-                               goffset *blocks,
-                               goffset *bytes);
-

Returns the size of the data contained by session - in bytes or in sectors

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

session

a BraseroBurnSession

 

blocks

a goffset or NULL

 

bytes

a goffset or NULL

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful -BRASERO_BURN_NOT_READY if track -needs more time for processing the size -BRASERO_BURN_ERR if something is wrong or if it is empty

-
-
-
-
-

brasero_burn_session_get_input_type ()

-
BraseroBurnResult
-brasero_burn_session_get_input_type (BraseroBurnSession *session,
-                                     BraseroTrackType *type);
-

Sets type - to reflect the type of data contained in session -

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

type

a BraseroTrackType or NULL

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful

-
-
-
-
-

brasero_burn_session_tag_lookup ()

-
BraseroBurnResult
-brasero_burn_session_tag_lookup (BraseroBurnSession *session,
-                                 const gchar *tag,
-                                 GValue **value);
-

Retrieves a value associated with session - through -brasero_session_tag_add() and stores it in value -. Do -not destroy value - afterwards as it is not a copy.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

session

a BraseroBurnSession

 

tag

a gchar *

 

value

a GValue

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if the retrieval was successful -BRASERO_BURN_ERR otherwise

-
-
-
-
-

brasero_burn_session_tag_add ()

-
BraseroBurnResult
-brasero_burn_session_tag_add (BraseroBurnSession *session,
-                              const gchar *tag,
-                              GValue *value);
-

Associates a new tag - with session -. This can be used -to pass arbitrary information for plugins, like parameters -for video discs, ... -NOTE: the BraseroBurnSession object takes ownership of value -. -See brasero-tags.h for a list of knowns tags.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

session

a BraseroBurnSession

 

tag

a gchar *

 

value

a GValue *

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful, -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_tag_remove ()

-
BraseroBurnResult
-brasero_burn_session_tag_remove (BraseroBurnSession *session,
-                                 const gchar *tag);
-

Removes a value associated with session - through -brasero_session_tag_add().

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

tag

a gchar *

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if the retrieval was successful -BRASERO_BURN_ERR otherwise

-
-
-
-
-

brasero_burn_session_get_burner ()

-
BraseroDrive *
-brasero_burn_session_get_burner (BraseroBurnSession *session);
-

Returns the BraseroDrive that should be used to burn the session contents.

-
-

Parameters

-
----- - - - - - -

session

a BraseroBurnSession

 
-
-
-

Returns

-

a BraseroDrive or NULL. Do not unref after use.

-

[transfer none][allow-none]

-
-
-
-
-

brasero_burn_session_set_burner ()

-
void
-brasero_burn_session_set_burner (BraseroBurnSession *session,
-                                 BraseroDrive *drive);
-

Sets the BraseroDrive that should be used to burn the session contents.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

drive

a BraseroDrive

 
-
-
-
-
-

brasero_burn_session_set_image_output_full ()

-
BraseroBurnResult
-brasero_burn_session_set_image_output_full
-                               (BraseroBurnSession *session,
-                                BraseroImageFormat format,
-                                const gchar *image,
-                                const gchar *toc);
-

When the contents of session - should be written to a -file, this function sets the different parameters of this -image like its path (and the one of the associated toc if -necessary) and its format.

-

NOTE: after a call to this function the BraseroDrive for -session - will be the fake BraseroDrive.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

session

a BraseroBurnSession.

 

format

a BraseroImageFormat.

 

image

a gchar or NULL.

[allow-none]

toc

a gchar or NULL.

[allow-none]
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if it was successfully set; -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_get_output ()

-
BraseroBurnResult
-brasero_burn_session_get_output (BraseroBurnSession *session,
-                                 gchar **image,
-                                 gchar **toc);
-

When the contents of session - should be written to a -file then this function returns the image path (and if -necessary a toc path). -image - and toc - should be freed if not used anymore.

-

NOTE: before using this function a BraseroDrive should have been -set with brasero_burn_session_set_burner() and it should be the -fake drive (see brasero_drive_is_fake()).

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

session

a BraseroBurnSession.

 

image

a gchar to store the image path or NULL.

[allow-none][out]

toc

a gchar to store the toc path or NULL.

[allow-none][out]
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful; BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_get_output_format ()

-
BraseroImageFormat
-brasero_burn_session_get_output_format
-                               (BraseroBurnSession *session);
-

When the contents of session - should be written to a -file then this function returns the format of the image to write.

-

NOTE: before using this function a BraseroDrive should have been -set with brasero_burn_session_set_burner() and it should be the -fake drive (see brasero_drive_is_fake()).

-
-

Parameters

-
----- - - - - - -

session

a BraseroBurnSession

 
-
-
-

Returns

-

a BraseroImageFormat. The format of the image to be written.

-
-
-
-
-

brasero_burn_session_set_flags ()

-
void
-brasero_burn_session_set_flags (BraseroBurnSession *session,
-                                BraseroBurnFlag flags);
-

Replaces the current flags set in session - with flags -.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

flags

a BraseroBurnFlag

 
-
-
-
-
-

brasero_burn_session_add_flag ()

-
void
-brasero_burn_session_add_flag (BraseroBurnSession *session,
-                               BraseroBurnFlag flags);
-

Merges the current flags set in session - with flags -.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

flags

a BraseroBurnFlag

 
-
-
-
-
-

brasero_burn_session_remove_flag ()

-
void
-brasero_burn_session_remove_flag (BraseroBurnSession *session,
-                                  BraseroBurnFlag flags);
-

Removes flags - from the current flags set for session -.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

flags

a BraseroBurnFlag

 
-
-
-
-
-

brasero_burn_session_get_flags ()

-
BraseroBurnFlag
-brasero_burn_session_get_flags (BraseroBurnSession *session);
-

Returns the current flags set for session -.

-
-

Parameters

-
----- - - - - - -

session

a BraseroBurnSession

 
-
-
-

Returns

-

a BraseroBurnFlag.

-
-
-
-
-

brasero_burn_session_set_tmpdir ()

-
BraseroBurnResult
-brasero_burn_session_set_tmpdir (BraseroBurnSession *session,
-                                 const gchar *path);
-

Sets the path of the directory in which to write temporary directories and files. -If set to NULL then the result of g_get_tmp_dir() will be used.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

path

a gchar or NULL

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if it was successfully set; -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_get_tmpdir ()

-
const gchar *
-brasero_burn_session_get_tmpdir (BraseroBurnSession *session);
-

Returns the path of the directory in which to write temporary directories and files.

-
-

Parameters

-
----- - - - - - -

session

a BraseroBurnSession

 
-
-
-

Returns

-

a gchar. The path to the temporary directory.

-
-
-
-
-

brasero_burn_session_get_burn_flags ()

-
BraseroBurnResult
-brasero_burn_session_get_burn_flags (BraseroBurnSession *session,
-                                     BraseroBurnFlag *supported,
-                                     BraseroBurnFlag *compulsory);
-

Given the various parameters stored in session -, this function -stores:

-
    -
  • the flags that can be used (supported -)

  • -
  • the flags that must be used (compulsory -) -when writing session - to a disc.

  • -
-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

session

a BraseroBurnSession

 

supported

a BraseroBurnFlag or NULL

 

compulsory

a BraseroBurnFlag or NULL

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if the retrieval was successful. -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_get_blank_flags ()

-
BraseroBurnResult
-brasero_burn_session_get_blank_flags (BraseroBurnSession *session,
-                                      BraseroBurnFlag *supported,
-                                      BraseroBurnFlag *compulsory);
-

Given the various parameters stored in session -, -stores in supported - and compulsory -, the flags -that can be used (supported -) and must be used -(compulsory -) when blanking the medium in the -BraseroDrive (set with brasero_burn_session_set_burner()).

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

session

a BraseroBurnSession

 

supported

a BraseroBurnFlag

 

compulsory

a BraseroBurnFlag

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if the retrieval was successful. -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_can_blank ()

-
BraseroBurnResult
-brasero_burn_session_can_blank (BraseroBurnSession *session);
-

Given the various parameters stored in session -, this -function checks whether the medium in the -BraseroDrive (set with brasero_burn_session_set_burner()) -can be blanked.

-
-

Parameters

-
----- - - - - - -

session

a BraseroBurnSession

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it is possible. -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_can_burn ()

-
BraseroBurnResult
-brasero_burn_session_can_burn (BraseroBurnSession *session,
-                               gboolean check_flags);
-

Given the various parameters stored in session -, this -function checks whether the data contained in session - -can be burnt to the medium in the BraseroDrive (set -through brasero_burn_session_set_burner()). -If check_flags - determine the behavior of this function.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

check_flags

a gboolean

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it is possible. -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_input_supported ()

-
BraseroBurnResult
-brasero_burn_session_input_supported (BraseroBurnSession *session,
-                                      BraseroTrackType *input,
-                                      gboolean check_flags);
-

Given the various parameters stored in session -, this -function checks whether a session with the data type -type - could be burnt to the medium in the BraseroDrive (set -through brasero_burn_session_set_burner()). -If check_flags - is TRUE, then flags are taken into account -and are not if it is FALSE.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

session

a BraseroBurnSession

 

input

a BraseroTrackType

 

check_flags

a gboolean

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it is possible. -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_output_supported ()

-
BraseroBurnResult
-brasero_burn_session_output_supported (BraseroBurnSession *session,
-                                       BraseroTrackType *output);
-

Make sure that the image type or medium type defined in output - can be -created/burnt given the parameters and the current data set in session -.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession *

 

output

a BraseroTrackType *

 
-
-
-

Returns

-

BRASERO_BURN_OK if the medium type or the image type can be used as an output.

-
-
-
-
-

brasero_burn_session_get_required_media_type ()

-
BraseroMedia
-brasero_burn_session_get_required_media_type
-                               (BraseroBurnSession *session);
-

Return the medium types that could be used to burn -session -.

-
-

Parameters

-
----- - - - - - -

session

a BraseroBurnSession

 
-
-
-

Returns

-

a BraseroMedia

-
-
-
-
-

brasero_burn_session_get_possible_output_formats ()

-
guint
-brasero_burn_session_get_possible_output_formats
-                               (BraseroBurnSession *session,
-                                BraseroImageFormat *formats);
-

Returns the disc image types that could be set to create -an image given the current state of session -.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

formats

a BraseroImageFormat

 
-
-
-

Returns

-

a guint. The number of formats available.

-
-
-
-
-

brasero_burn_session_get_default_output_format ()

-
BraseroImageFormat
-brasero_burn_session_get_default_output_format
-                               (BraseroBurnSession *session);
-

Returns the default disc image type that should be set to create -an image given the current state of session -.

-
-

Parameters

-
----- - - - - - -

session

a BraseroBurnSession

 
-
-
-

Returns

-

a BraseroImageFormat

-
-
-
-
-

brasero_burn_session_get_label ()

-
const gchar *
-brasero_burn_session_get_label (BraseroBurnSession *session);
-

Returns the label (a string) set for session -.

-
-

Parameters

-
----- - - - - - -

session

a BraseroBurnSession

 
-
-
-

Returns

-

a gchar or NULL. Do not free after use.

-
-
-
-
-

brasero_burn_session_set_label ()

-
void
-brasero_burn_session_set_label (BraseroBurnSession *session,
-                                const gchar *label);
-

Sets the label for session -.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

label

a gchar or NULL.

[allow-none]
-
-
-
-
-

brasero_burn_session_set_rate ()

-
BraseroBurnResult
-brasero_burn_session_set_rate (BraseroBurnSession *session,
-                               guint64 rate);
-

Sets the speed at which the medium should be burnt. -NOTE: before using this function a BraseroDrive should have been -set with brasero_burn_session_set_burner().

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroBurnSession

 

rate

a guint64

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful; BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_burn_session_get_rate ()

-
guint64
-brasero_burn_session_get_rate (BraseroBurnSession *session);
-

Returns the speed at which the medium should be burnt. -NOTE: before using this function a BraseroDrive should have been -set with brasero_burn_session_set_burner().

-
-

Parameters

-
----- - - - - - -

session

a BraseroBurnSession

 
-
-
-

Returns

-

a guint64 or 0.

-
-
-
-
-

Types and Values

-
-

struct BraseroBurnSession

-
struct BraseroBurnSession {
-	GObject parent;
-};
-
-
-
-
-

struct BraseroBurnSessionClass

-
struct BraseroBurnSessionClass {
-	GObjectClass parent_class;
-
-	/** Virtual functions **/
-	BraseroBurnResult (*set_output_image) (BraseroBurnSession *session,
-							 BraseroImageFormat format,
-							 const gchar *image,
-							 const gchar *toc);
-	BraseroBurnResult (*get_output_path) (BraseroBurnSession *session,
-							 gchar **image,
-							 gchar **toc);
-	BraseroImageFormat (*get_output_format) (BraseroBurnSession *session);
-
-	/** Signals **/
-	void			(*tag_changed)		(BraseroBurnSession *session,
-					                 const gchar *tag);
-	void			(*track_added)		(BraseroBurnSession *session,
-							 BraseroTrack *track);
-	void			(*track_removed) (BraseroBurnSession *session,
-							 BraseroTrack *track,
-							 guint former_position);
-	void			(*track_changed) (BraseroBurnSession *session,
-							 BraseroTrack *track);
-	void			(*output_changed) (BraseroBurnSession *session,
-							 BraseroMedium *former_medium);
-};
-
-
-
- -
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-enums.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-enums.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-enums.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-enums.html 2021-09-20 08:24:31.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -35,8 +35,8 @@

Functions

--++ @@ -70,8 +70,8 @@

Types and Values

--++ @@ -603,6 +603,6 @@ +
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-error.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-error.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-error.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-error.html 2021-09-20 08:24:31.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -35,12 +35,12 @@

Functions

--++ - +
-GQuark +GQuark brasero_burn_quark () @@ -52,8 +52,8 @@

Types and Values

--++ @@ -74,7 +74,7 @@

Functions

brasero_burn_quark ()

-
GQuark
+
GQuark
 brasero_burn_quark (void);
@@ -268,6 +268,6 @@ +
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroSessionCfg.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroSessionCfg.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroSessionCfg.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroSessionCfg.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,498 +0,0 @@ - - - - -BraseroSessionCfg: Libbrasero-burn Reference Manual - - - - - - - - - -
- - - - - - -
-
-
- - -
-

BraseroSessionCfg

-

BraseroSessionCfg — Configure automatically a BraseroBurnSession object

-
-
-

Functions

- -
-
-

Types and Values

-
---- - - - - - - - - - - -
structBraseroSessionCfg
enumBraseroSessionError
-
-
-

Includes

-
#include <brasero-session-cfg.h>
-
-
-
-

Description

-

This object configures automatically a session reacting to any change -made to the various parameters.

-
-
-

Functions

-
-

BRASERO_SESSION_IS_VALID()

-
#define             BRASERO_SESSION_IS_VALID(result_MACRO)
-
-
-
-

brasero_session_cfg_new ()

-
BraseroSessionCfg *
-brasero_session_cfg_new (void);
-

Creates a new BraseroSessionCfg object.

-
-

Returns

-

a BraseroSessionCfg object.

-
-
-
-
-

brasero_session_cfg_get_error ()

-
BraseroSessionError
-brasero_session_cfg_get_error (BraseroSessionCfg *cfg);
-

This function returns the current status and if -autoconfiguration is/was successful.

-
-

Parameters

-
----- - - - - - -

session

a BraseroSessionCfg

 
-
-
-

Returns

-

a BraseroSessionError.

-
-
-
-
-

brasero_session_cfg_add_flags ()

-
void
-brasero_session_cfg_add_flags (BraseroSessionCfg *cfg,
-                               BraseroBurnFlag flags);
-

Adds all flags from flags - that are supported.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroSessionCfg

 

flags

a BraseroBurnFlag

 
-
-
-
-
-

brasero_session_cfg_remove_flags ()

-
void
-brasero_session_cfg_remove_flags (BraseroSessionCfg *cfg,
-                                  BraseroBurnFlag flags);
-

Removes all flags that are not compulsory.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroSessionCfg

 

flags

a BraseroBurnFlag

 
-
-
-
-
-

brasero_session_cfg_is_supported ()

-
gboolean
-brasero_session_cfg_is_supported (BraseroSessionCfg *cfg,
-                                  BraseroBurnFlag flag);
-

Checks whether a particular flag is supported.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroSessionCfg

 

flag

a BraseroBurnFlag

 
-
-
-

Returns

-

a gboolean. TRUE if it is supported; -FALSE otherwise.

-
-
-
-
-

brasero_session_cfg_is_compulsory ()

-
gboolean
-brasero_session_cfg_is_compulsory (BraseroSessionCfg *cfg,
-                                   BraseroBurnFlag flag);
-

Checks whether a particular flag is compulsory.

-
-

Parameters

-
----- - - - - - - - - - - - - -

session

a BraseroSessionCfg

 

flag

a BraseroBurnFlag

 
-
-
-

Returns

-

a gboolean. TRUE if it is compulsory; -FALSE otherwise.

-
-
-
-
-

brasero_session_cfg_has_default_output_path ()

-
gboolean
-brasero_session_cfg_has_default_output_path
-                               (BraseroSessionCfg *cfg);
-

This function returns whether the path returned -by brasero_burn_session_get_output() is an -automatically created one.

-
-

Parameters

-
----- - - - - - -

session

a BraseroSessionCfg

 
-
-
-

Returns

-

a gboolean. TRUE if the path(s) -creation is handled by session -, FALSE if it was -set.

-
-
-
-
-

brasero_session_cfg_enable ()

-
void
-brasero_session_cfg_enable (BraseroSessionCfg *cfg);
-

This function (re)-enables autoconfiguration

-
-

Parameters

-
----- - - - - - -

session

a BraseroSessionCfg

 
-
-
-
-
-

brasero_session_cfg_disable ()

-
void
-brasero_session_cfg_disable (BraseroSessionCfg *cfg);
-

This function disables autoconfiguration

-
-

Parameters

-
----- - - - - - -

session

a BraseroSessionCfg

 
-
-
-
-
-

Types and Values

-
-

struct BraseroSessionCfg

-
struct BraseroSessionCfg {
-	BraseroSessionSpan parent_instance;
-};
-
-
-
-
-

enum BraseroSessionError

-
-

Members

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

BRASERO_SESSION_VALID

  

BRASERO_SESSION_NO_CD_TEXT

  

BRASERO_SESSION_NOT_READY

  

BRASERO_SESSION_EMPTY

  

BRASERO_SESSION_NO_INPUT_IMAGE

  

BRASERO_SESSION_UNKNOWN_IMAGE

  

BRASERO_SESSION_NO_INPUT_MEDIUM

  

BRASERO_SESSION_NO_OUTPUT

  

BRASERO_SESSION_INSUFFICIENT_SPACE

  

BRASERO_SESSION_OVERBURN_NECESSARY

  

BRASERO_SESSION_NOT_SUPPORTED

  

BRASERO_SESSION_DISC_PROTECTED

  
-
-
-
- -
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroSessionSpan.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroSessionSpan.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroSessionSpan.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroSessionSpan.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,273 +0,0 @@ - - - - -BraseroSessionSpan: Libbrasero-burn Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroSessionSpan

-

BraseroSessionSpan

-
- -
-

Types and Values

-
---- - - - - -
structBraseroSessionSpan
-
-
-

Description

-
-
-

Functions

-
-

brasero_session_span_new ()

-
BraseroSessionSpan *
-brasero_session_span_new (void);
-

Creates a new BraseroSessionSpan object.

-
-

Returns

-

a BraseroSessionSpan object

-
-
-
-
-

brasero_session_span_again ()

-
BraseroBurnResult
-brasero_session_span_again (BraseroSessionSpan *session);
-

Checks whether some data were not included during calls to brasero_session_span_next().

-
-

Parameters

-
----- - - - - - -

session

a BraseroSessionSpan

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if there is not anymore data. -BRASERO_BURN_RETRY if the operation was successful and a new BraseroTrackDataCfg was created. -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_session_span_possible ()

-
BraseroBurnResult
-brasero_session_span_possible (BraseroSessionSpan *session);
-

Checks if a new BraseroTrackData can be created from the files remaining in the tree -after calls to brasero_session_span_next(). The maximum size of the data will be the one -of the medium inserted in the BraseroDrive set for session - (see brasero_burn_session_set_burner()).

-
-

Parameters

-
----- - - - - - -

session

a BraseroSessionSpan

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if there is not anymore data. -BRASERO_BURN_RETRY if the operation was successful and a new BraseroTrackDataCfg was created. -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_session_span_start ()

-
BraseroBurnResult
-brasero_session_span_start (BraseroSessionSpan *session);
-

Get the object ready for spanning a BraseroBurnSession object. This function -must be called before brasero_session_span_next().

-
-

Parameters

-
----- - - - - - -

session

a BraseroSessionSpan

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if successful.

-
-
-
-
-

brasero_session_span_next ()

-
BraseroBurnResult
-brasero_session_span_next (BraseroSessionSpan *session);
-

Sets the next batch of data to be burnt onto the medium inserted in the BraseroDrive -set for session - (see brasero_burn_session_set_burner()). Its free space or it capacity -will be used as the maximum amount of data to be burnt.

-
-

Parameters

-
----- - - - - - -

session

a BraseroSessionSpan

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if successful.

-
-
-
-
-

brasero_session_span_stop ()

-
void
-brasero_session_span_stop (BraseroSessionSpan *session);
-

Ends and cleans a spanning operation started with brasero_session_span_start().

-
-

Parameters

-
----- - - - - - -

session

a BraseroSessionSpan

 
-
-
-
-
-

Types and Values

-
-

struct BraseroSessionSpan

-
struct BraseroSessionSpan {
-	BraseroBurnSession parent_instance;
-};
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-status.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-status.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-status.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-status.html 2021-09-20 08:24:31.000000000 +0000 @@ -8,14 +8,15 @@ - + @@ -35,13 +36,13 @@

Functions

--++
-BraseroStatus * +BraseroStatus * brasero_status_new () @@ -57,7 +58,7 @@
-gdouble +gdouble brasero_status_get_progress () @@ -65,7 +66,7 @@
-GError * +GError * brasero_status_get_error () @@ -73,7 +74,7 @@
-gchar * +gchar * brasero_status_get_current_action () @@ -106,17 +107,17 @@
-
+

Types and Values

--++ - + @@ -126,25 +127,31 @@
structBraseroStatusBraseroStatus
enum
+

Object Hierarchy

+
    GObject
+    ╰── BraseroStatus
+
+
+

Description

Functions

brasero_status_new ()

-
BraseroStatus *
+
BraseroStatus *
 brasero_status_new (void);
-

Creates a new BraseroStatus object.

+

Creates a new BraseroStatus object.

Returns

-

a BraseroStatus.

+

a BraseroStatus.


brasero_status_get_result ()

BraseroBurnResult
-brasero_status_get_result (BraseroStatus *status);
+brasero_status_get_result (BraseroStatus *status);

After an object (see brasero_burn_track_get_status()) has been requested its status, this function returns that status.

@@ -157,7 +164,7 @@

status

a BraseroStatus.

a BraseroStatus.

 
@@ -173,8 +180,8 @@

brasero_status_get_progress ()

-
gdouble
-brasero_status_get_progress (BraseroStatus *status);
+
gdouble
+brasero_status_get_progress (BraseroStatus *status);

If brasero_status_get_result() returned BRASERO_BURN_NOT_READY, this function returns the progress regarding the operation completion.

@@ -187,21 +194,21 @@

status

a BraseroStatus.

a BraseroStatus.

 

Returns

-

a gdouble

+

a gdouble


brasero_status_get_error ()

-
GError *
-brasero_status_get_error (BraseroStatus *status);
+
GError *
+brasero_status_get_error (BraseroStatus *status);

If brasero_status_get_result() returned BRASERO_BURN_ERR, this function returns the error.

@@ -214,21 +221,21 @@

status

-

a BraseroStatus.

+

a BraseroStatus.

 

Returns

-

a GError

+

a GError


brasero_status_get_current_action ()

-
gchar *
-brasero_status_get_current_action (BraseroStatus *status);
+
gchar *
+brasero_status_get_current_action (BraseroStatus *status);

If brasero_status_get_result() returned BRASERO_BURN_NOT_READY, this function returns a string describing the operation currently performed. Free the string when it is not needed anymore.

@@ -242,21 +249,21 @@

status

-

a BraseroStatus.

+

a BraseroStatus.

 

Returns

-

a gchar.

+

a gchar.


brasero_status_set_completed ()

void
-brasero_status_set_completed (BraseroStatus *status);
+brasero_status_set_completed (BraseroStatus *status);

Sets the status for a request to BRASERO_BURN_OK.

Parameters

@@ -268,7 +275,7 @@

status

-

a BraseroStatus.

+

a BraseroStatus.

 
@@ -278,9 +285,9 @@

brasero_status_set_not_ready ()

void
-brasero_status_set_not_ready (BraseroStatus *status,
-                              gdouble progress,
-                              const gchar *current_action);
+brasero_status_set_not_ready (BraseroStatus *status, + gdouble progress, + const gchar *current_action);

Sets the status for a request to BRASERO_BURN_NOT_READY. Allows to set a string describing the operation currently performed as well as the progress regarding the operation completion.

@@ -295,17 +302,17 @@

status

-

a BraseroStatus.

+

a BraseroStatus.

 

progress

-

a gdouble or -1.0.

+

a gdouble or -1.0.

 

current_action

-

a gchar or NULL.

+

a gchar or NULL.

  @@ -316,8 +323,8 @@

brasero_status_set_error ()

void
-brasero_status_set_error (BraseroStatus *status,
-                          GError *error);
+brasero_status_set_error (BraseroStatus *status, + GError *error);

Sets the status for a request to BRASERO_BURN_ERR.

Parameters

@@ -330,12 +337,12 @@

status

-

a BraseroStatus.

+

a BraseroStatus.

 

error

-

a GError or NULL.

+

a GError or NULL.

  @@ -346,11 +353,8 @@

Types and Values

-

struct BraseroStatus

-
struct BraseroStatus {
-	GObject parent_instance;
-};
-
+

struct BraseroStatus

+
struct BraseroStatus;

@@ -391,6 +395,6 @@
+
Generated by GTK-Doc V1.33.2
\ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroSumDialog.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroSumDialog.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroSumDialog.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroSumDialog.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,94 +0,0 @@ - - - - -BraseroSumDialog: Libbrasero-burn Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroSumDialog

-

BraseroSumDialog

-
-
-

Functions

-
---- - - - - -
-BraseroSumDialog * - -brasero_sum_dialog_new () -
-
-
-

Types and Values

-
---- - - - - -
structBraseroSumDialog
-
-
-

Description

-
-
-

Functions

-
-

brasero_sum_dialog_new ()

-
BraseroSumDialog *
-brasero_sum_dialog_new (void);
-

Creates a new BraseroSumDialog object

-
-

Returns

-

a BraseroSumDialog. Unref when it is not needed anymore.

-
-
-
-
-

Types and Values

-
-

struct BraseroSumDialog

-
struct BraseroSumDialog {
-	BraseroToolDialog parent;
-};
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-tags.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-tags.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-tags.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-tags.html 2021-09-20 08:24:31.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -35,8 +35,8 @@

Types and Values

--++ @@ -213,6 +213,6 @@ +
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroToolDialog.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroToolDialog.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroToolDialog.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroToolDialog.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,153 +0,0 @@ - - - - -BraseroToolDialog: Libbrasero-burn Reference Manual - - - - - - - - - -
- - - - - - -
-
-
- - -
-

BraseroToolDialog

-

BraseroToolDialog

-
-
-

Functions

-
---- - - - - - - - - - - -
-gboolean - -brasero_tool_dialog_cancel () -
-gboolean - -brasero_tool_dialog_set_medium () -
-
-
-

Types and Values

-
---- - - - - -
structBraseroToolDialog
-
-
-

Description

-
-
-

Functions

-
-

brasero_tool_dialog_cancel ()

-
gboolean
-brasero_tool_dialog_cancel (BraseroToolDialog *dialog);
-

Cancels any ongoing operation.

-
-

Parameters

-
----- - - - - - -

dialog

a BraseroToolDialog

 
-
-
-

Returns

-

a gboolean. TRUE when cancellation was successful. FALSE otherwise.

-
-
-
-
-

brasero_tool_dialog_set_medium ()

-
gboolean
-brasero_tool_dialog_set_medium (BraseroToolDialog *dialog,
-                                BraseroMedium *medium);
-

Selects the medium that should be currently selected.

-
-

Parameters

-
----- - - - - - - - - - - - - -

dialog

a BraseroToolDialog

 

medium

a BraseroMedium

 
-
-
-

Returns

-

a gboolean. TRUE if it was successful.

-
-
-
-
-

Types and Values

-
-

struct BraseroToolDialog

-
struct BraseroToolDialog {
-	GtkDialog parent;
-};
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-track-data-cfg.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-track-data-cfg.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-track-data-cfg.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-track-data-cfg.html 2021-09-20 08:24:31.000000000 +0000 @@ -7,20 +7,23 @@ - - + + - +
@@ -35,13 +38,13 @@

Functions

--++
-BraseroTrackDataCfg * +BraseroTrackDataCfg * brasero_track_data_cfg_new () @@ -49,7 +52,7 @@
-gboolean +gboolean brasero_track_data_cfg_add () @@ -57,7 +60,7 @@
-GtkTreePath * +GtkTreePath * brasero_track_data_cfg_add_empty_directory () @@ -65,7 +68,7 @@
-gboolean +gboolean brasero_track_data_cfg_remove () @@ -73,7 +76,7 @@
-gboolean +gboolean brasero_track_data_cfg_rename () @@ -81,7 +84,7 @@
-gboolean +gboolean brasero_track_data_cfg_reset () @@ -89,7 +92,7 @@
-gboolean +gboolean brasero_track_data_cfg_load_medium () @@ -105,7 +108,7 @@
-BraseroMedium * +BraseroMedium * brasero_track_data_cfg_get_current_medium () @@ -113,7 +116,7 @@
-GSList * +GSList * brasero_track_data_cfg_get_available_media () @@ -129,7 +132,7 @@
-GSList * +GSList * brasero_track_data_cfg_get_restored_list () @@ -145,7 +148,7 @@
-GtkTreeModel * +GtkTreeModel * brasero_track_data_cfg_get_filtered_model () @@ -185,7 +188,7 @@
-GIcon * +GIcon * brasero_track_data_cfg_get_icon () @@ -193,7 +196,7 @@
-gchar * +gchar * brasero_track_data_cfg_get_icon_path () @@ -201,7 +204,7 @@
-gboolean +gboolean brasero_track_data_cfg_set_icon () @@ -211,11 +214,83 @@
+

Signals

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
gbooleandeep-directoryNo Recursion
voidicon-changedNo Recursion
intimage-uriNo Recursion
voidjoliet-renameNo Recursion
gbooleanname-collisionNo Recursion
voidrecursive-symRun First
voidsession-availableRun Last
voidsession-loadedRun Last
voidsource-loadedNo Recursion
voidsource-loadingNo Recursion
voidunknown-uriRun First
voidunreadable-uriRun First
+
+

Types and Values

--++ @@ -228,33 +303,47 @@ - +
structBraseroTrackDataCfgBraseroTrackDataCfg
+

Object Hierarchy

+
    GObject
+    ╰── BraseroTrack
+        ╰── BraseroTrackData
+            ╰── BraseroTrackDataCfg
+
+
+
+

Implemented Interfaces

+

+BraseroTrackDataCfg implements + GtkTreeModel, GtkTreeDragDest, GtkTreeDragSource and GtkTreeSortable.

+
+

Description

Functions

brasero_track_data_cfg_new ()

-
BraseroTrackDataCfg *
+
BraseroTrackDataCfg *
 brasero_track_data_cfg_new (void);
-

Creates a new BraseroTrackDataCfg.

+

Creates a new BraseroTrackDataCfg.

Returns

-

a new BraseroTrackDataCfg.

+

a new BraseroTrackDataCfg.


brasero_track_data_cfg_add ()

-
gboolean
-brasero_track_data_cfg_add (BraseroTrackDataCfg *track,
-                            const gchar *uri,
-                            GtkTreePath *parent);
+
gboolean
+brasero_track_data_cfg_add (BraseroTrackDataCfg *track,
+                            const gchar *uri,
+                            GtkTreePath *parent);

Add a new file (with uri as URI) under a directory (parent ). @@ -274,17 +363,17 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

uri

-

a gchar

+

a gchar

 

parent

-

a GtkTreePath or NULL

+

a GtkTreePath or NULL

  @@ -292,17 +381,17 @@

Returns

-

a gboolean. TRUE if the operation was successful, FALSE otherwise

+

a gboolean. TRUE if the operation was successful, FALSE otherwise


brasero_track_data_cfg_add_empty_directory ()

-
GtkTreePath *
+
GtkTreePath *
 brasero_track_data_cfg_add_empty_directory
-                               (BraseroTrackDataCfg *track,
-                                const gchar *name,
-                                GtkTreePath *parent);
+ (BraseroTrackDataCfg *track, + const gchar *name, + GtkTreePath *parent);

Add a new empty directory (with name as name) under another directory (parent ). @@ -319,17 +408,17 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

name

-

a gchar

+

a gchar

 

parent

-

a GtkTreePath or NULL

+

a GtkTreePath or NULL

  @@ -337,15 +426,15 @@

Returns

-

a GtkTreePath which should be destroyed when not needed; NULL if the operation was not successful.

+

a GtkTreePath which should be destroyed when not needed; NULL if the operation was not successful.


brasero_track_data_cfg_remove ()

-
gboolean
-brasero_track_data_cfg_remove (BraseroTrackDataCfg *track,
-                               GtkTreePath *treepath);
+
gboolean
+brasero_track_data_cfg_remove (BraseroTrackDataCfg *track,
+                               GtkTreePath *treepath);

Removes a file or a directory (as well as its children) from the tree. NOTE: some files cannot be removed like files from an imported session.

@@ -359,12 +448,12 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

treepath

-

a GtkTreePath

+

a GtkTreePath

  @@ -372,16 +461,16 @@

Returns

-

a gboolean. TRUE if the operation was successful, FALSE otherwise

+

a gboolean. TRUE if the operation was successful, FALSE otherwise


brasero_track_data_cfg_rename ()

-
gboolean
-brasero_track_data_cfg_rename (BraseroTrackDataCfg *track,
-                               const gchar *newname,
-                               GtkTreePath *treepath);
+
gboolean
+brasero_track_data_cfg_rename (BraseroTrackDataCfg *track,
+                               const gchar *newname,
+                               GtkTreePath *treepath);

Renames the file in the tree pointed by treepath .

@@ -395,17 +484,17 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

newname

-

a gchar

+

a gchar

 

treepath

-

a GtkTreePath

+

a GtkTreePath

  @@ -413,14 +502,14 @@

Returns

-

a gboolean. TRUE if the operation was successful, FALSE otherwise

+

a gboolean. TRUE if the operation was successful, FALSE otherwise


brasero_track_data_cfg_reset ()

-
gboolean
-brasero_track_data_cfg_reset (BraseroTrackDataCfg *track);
+
gboolean
+brasero_track_data_cfg_reset (BraseroTrackDataCfg *track);

Completely empties track and unloads any currently loaded session

@@ -433,23 +522,23 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

Returns

-

a gboolean. TRUE if the operation was successful, FALSE otherwise

+

a gboolean. TRUE if the operation was successful, FALSE otherwise


brasero_track_data_cfg_load_medium ()

-
gboolean
-brasero_track_data_cfg_load_medium (BraseroTrackDataCfg *track,
-                                    BraseroMedium *medium,
-                                    GError **error);
+
gboolean
+brasero_track_data_cfg_load_medium (BraseroTrackDataCfg *track,
+                                    BraseroMedium *medium,
+                                    GError **error);

Tries to load the contents of the last session of medium so all its files will be included in the tree to perform a merge between files from the session and new added files. @@ -466,17 +555,17 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

medium

-

a BraseroMedium

+

a BraseroMedium

 

error

-

a GError

+

a GError

  @@ -484,7 +573,7 @@

Returns

-

a gboolean. TRUE if the operation was successful, FALSE otherwise

+

a gboolean. TRUE if the operation was successful, FALSE otherwise


@@ -492,7 +581,7 @@

brasero_track_data_cfg_unload_current_medium ()

void
 brasero_track_data_cfg_unload_current_medium
-                               (BraseroTrackDataCfg *track);
+ (BraseroTrackDataCfg *track);

Unload the contents of the last session of the currently loaded medium. See brasero_track_data_cfg_load_medium().

@@ -505,7 +594,7 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 
@@ -514,9 +603,9 @@

brasero_track_data_cfg_get_current_medium ()

-
BraseroMedium *
+
BraseroMedium *
 brasero_track_data_cfg_get_current_medium
-                               (BraseroTrackDataCfg *track);
+ (BraseroTrackDataCfg *track);

Gets the currently loaded medium.

Parameters

@@ -528,23 +617,23 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

Returns

-

a BraseroMedium. NULL if no medium are currently loaded. -Do not unref when the BraseroMedium is not needed anymore.

+

a BraseroMedium. NULL if no medium are currently loaded. +Do not unref when the BraseroMedium is not needed anymore.


brasero_track_data_cfg_get_available_media ()

-
GSList *
+
GSList *
 brasero_track_data_cfg_get_available_media
-                               (BraseroTrackDataCfg *track);
+ (BraseroTrackDataCfg *track);

Gets a list of all the media that can be appended with new data and which have a session that can be loaded.

Parameters

@@ -556,14 +645,14 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

Returns

-

a GSList of BraseroMedium. Free the list and unref its contents when the list is not needed anymore.

+

a GSList of BraseroMedium. Free the list and unref its contents when the list is not needed anymore.


@@ -571,8 +660,8 @@

brasero_track_data_cfg_dont_filter_uri ()

void
 brasero_track_data_cfg_dont_filter_uri
-                               (BraseroTrackDataCfg *track,
-                                const gchar *uri);
+ (BraseroTrackDataCfg *track, + const gchar *uri);

Prevents uri to be filtered while automatic exploration of added directories is performed.

@@ -587,12 +676,12 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

uri

-

a gchar

+

a gchar

  @@ -602,10 +691,10 @@

brasero_track_data_cfg_get_restored_list ()

-
GSList *
+
GSList *
 brasero_track_data_cfg_get_restored_list
-                               (BraseroTrackDataCfg *track);
-

Gets a list of URIs (as gchar *) that were restored with brasero_track_data_cfg_restore().

+ (BraseroTrackDataCfg *track);
+

Gets a list of URIs (as gchar *) that were restored with brasero_track_data_cfg_restore().

Parameters

@@ -616,26 +705,26 @@ - +

track

a BraseroTrackDataCfg

a BraseroTrackDataCfg

 

Returns

-

a GSList; free the list and its contents when not needed anymore.

+

a GSList; free the list and its contents when not needed anymore.


brasero_track_data_cfg_restore ()

void
-brasero_track_data_cfg_restore (BraseroTrackDataCfg *track,
-                                GtkTreePath *treepath);
+brasero_track_data_cfg_restore (BraseroTrackDataCfg *track, + GtkTreePath *treepath);

Removes a file from the filtered file list (see brasero_track_data_cfg_get_filtered_model()) and re-adds it wherever it should be in the tree. treepath - is a GtkTreePath associated with the GtkTreeModel which holds the + is a GtkTreePath associated with the GtkTreeModel which holds the filtered files not the main tree.

Parameters

@@ -648,12 +737,12 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

treepath

-

a GtkTreePath

+

a GtkTreePath

  @@ -663,9 +752,9 @@

brasero_track_data_cfg_get_filtered_model ()

-
GtkTreeModel *
+
GtkTreeModel *
 brasero_track_data_cfg_get_filtered_model
-                               (BraseroTrackDataCfg *track);
+ (BraseroTrackDataCfg *track);

Gets a GtkTreeModel which contains all the files that were automatically filtered while added directories were explored.

@@ -678,24 +767,24 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

Returns

-

a GtkTreeModel. Unref when not needed.

+

a GtkTreeModel. Unref when not needed.


brasero_track_data_cfg_span ()

BraseroBurnResult
-brasero_track_data_cfg_span (BraseroTrackDataCfg *track,
-                             goffset sectors,
-                             BraseroTrackData *new_track);
-

Creates a new BraseroTrackData (stored in new_track +brasero_track_data_cfg_span (BraseroTrackDataCfg *track, + goffset sectors, + BraseroTrackData *new_track); +

Creates a new BraseroTrackData (stored in new_track ) from the files contained in track . The sum of their sizes does not exceed sectors @@ -713,17 +802,17 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

sectors

-

a goffset

+

a goffset

 

new_track

-

a BraseroTrackData

+

a BraseroTrackData

  @@ -732,7 +821,7 @@

Returns

a BraseroBurnResult. BRASERO_BURN_OK if there is not anymore data. -BRASERO_BURN_RETRY if the operation was successful and a new BraseroTrackDataCfg was created. +BRASERO_BURN_RETRY if the operation was successful and a new BraseroTrackDataCfg was created. BRASERO_BURN_ERR otherwise.

@@ -740,7 +829,7 @@

brasero_track_data_cfg_span_again ()

BraseroBurnResult
-brasero_track_data_cfg_span_again (BraseroTrackDataCfg *track);
+brasero_track_data_cfg_span_again (BraseroTrackDataCfg *track);

Checks whether some files were not included during calls to brasero_track_data_cfg_span().

Parameters

@@ -752,7 +841,7 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 
@@ -760,7 +849,7 @@

Returns

a BraseroBurnResult. BRASERO_BURN_OK if there is not anymore data. -BRASERO_BURN_RETRY if the operation was successful and a new BraseroTrackDataCfg was created. +BRASERO_BURN_RETRY if the operation was successful and a new BraseroTrackDataCfg was created. BRASERO_BURN_ERR otherwise.

@@ -768,9 +857,9 @@

brasero_track_data_cfg_span_possible ()

BraseroBurnResult
-brasero_track_data_cfg_span_possible (BraseroTrackDataCfg *track,
-                                      goffset sectors);
-

Checks if a new BraseroTrackData can be created from the files remaining in the tree +brasero_track_data_cfg_span_possible (BraseroTrackDataCfg *track, + goffset sectors); +

Checks if a new BraseroTrackData can be created from the files remaining in the tree after calls to brasero_track_data_cfg_span().

Parameters

@@ -783,12 +872,12 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

sectors

-

a goffset

+

a goffset

  @@ -797,7 +886,7 @@

Returns

a BraseroBurnResult. BRASERO_BURN_OK if there is not anymore data. -BRASERO_BURN_RETRY if the operation was successful and a new BraseroTrackDataCfg was created. +BRASERO_BURN_RETRY if the operation was successful and a new BraseroTrackDataCfg was created. BRASERO_BURN_ERR otherwise.

@@ -805,7 +894,7 @@

brasero_track_data_cfg_span_stop ()

void
-brasero_track_data_cfg_span_stop (BraseroTrackDataCfg *track);
+brasero_track_data_cfg_span_stop (BraseroTrackDataCfg *track);

Resets the list of files that were included after calls to brasero_track_data_cfg_span().

Parameters

@@ -817,7 +906,7 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 
@@ -826,8 +915,8 @@

brasero_track_data_cfg_get_icon ()

-
GIcon *
-brasero_track_data_cfg_get_icon (BraseroTrackDataCfg *track);
+
GIcon *
+brasero_track_data_cfg_get_icon (BraseroTrackDataCfg *track);

Returns the currently selected icon.

Parameters

@@ -839,21 +928,21 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

Returns

-

a GIcon or NULL.

+

a GIcon or NULL.


brasero_track_data_cfg_get_icon_path ()

-
gchar *
-brasero_track_data_cfg_get_icon_path (BraseroTrackDataCfg *track);
+
gchar *
+brasero_track_data_cfg_get_icon_path (BraseroTrackDataCfg *track);

Returns a path pointing to the currently selected icon file.

Parameters

@@ -865,23 +954,23 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

Returns

-

a gchar or NULL.

+

a gchar or NULL.


brasero_track_data_cfg_set_icon ()

-
gboolean
-brasero_track_data_cfg_set_icon (BraseroTrackDataCfg *track,
-                                 const gchar *icon_path,
-                                 GError **error);
+
gboolean
+brasero_track_data_cfg_set_icon (BraseroTrackDataCfg *track,
+                                 const gchar *icon_path,
+                                 GError **error);

Sets the current icon.

Parameters

@@ -894,17 +983,17 @@

track

-

a BraseroTrackDataCfg

+

a BraseroTrackDataCfg

 

icon_path

-

a gchar

+

a gchar

 

error

-

a GError

+

a GError

  @@ -912,7 +1001,7 @@

Returns

-

a gboolean. TRUE if the operation was successful, FALSE otherwise

+

a gboolean. TRUE if the operation was successful, FALSE otherwise

@@ -1011,15 +1100,123 @@
-

struct BraseroTrackDataCfg

-
struct BraseroTrackDataCfg {
-	BraseroTrackData parent_instance;
-};
-
+

struct BraseroTrackDataCfg

+
struct BraseroTrackDataCfg;
+
+ +
+

Signal Details

+
+

The “deep-directory” signal

+
gboolean
+user_function (BraseroTrackDataCfg *braserotrackdatacfg,
+               char                *arg1,
+               gpointer             user_data)
+

Flags: No Recursion

+
+
+
+

The “icon-changed” signal

+
void
+user_function (BraseroTrackDataCfg *braserotrackdatacfg,
+               gpointer             user_data)
+

Flags: No Recursion

+
+
+
+

The “image-uri” signal

+
int
+user_function (BraseroTrackDataCfg *braserotrackdatacfg,
+               char                *arg1,
+               gpointer             user_data)
+

Flags: No Recursion

+
+
+
+

The “joliet-rename” signal

+
void
+user_function (BraseroTrackDataCfg *braserotrackdatacfg,
+               gpointer             user_data)
+

Flags: No Recursion

+
+
+
+

The “name-collision” signal

+
gboolean
+user_function (BraseroTrackDataCfg *braserotrackdatacfg,
+               char                *arg1,
+               gpointer             user_data)
+

Flags: No Recursion

+
+
+
+

The “recursive-sym” signal

+
void
+user_function (BraseroTrackDataCfg *braserotrackdatacfg,
+               char                *arg1,
+               gpointer             user_data)
+

Flags: Run First

+
+
+
+

The “session-available” signal

+
void
+user_function (BraseroTrackDataCfg *braserotrackdatacfg,
+               GObject             *arg1,
+               gboolean             arg2,
+               gpointer             user_data)
+

Flags: Run Last

+
+
+
+

The “session-loaded” signal

+
void
+user_function (BraseroTrackDataCfg *braserotrackdatacfg,
+               GObject             *arg1,
+               gboolean             arg2,
+               gpointer             user_data)
+

Flags: Run Last

+
+
+
+

The “source-loaded” signal

+
void
+user_function (BraseroTrackDataCfg *braserotrackdatacfg,
+               gpointer             arg1,
+               gpointer             user_data)
+

Flags: No Recursion

+
+
+
+

The “source-loading” signal

+
void
+user_function (BraseroTrackDataCfg *braserotrackdatacfg,
+               double               arg1,
+               gpointer             user_data)
+

Flags: No Recursion

+
+
+
+

The “unknown-uri” signal

+
void
+user_function (BraseroTrackDataCfg *braserotrackdatacfg,
+               char                *arg1,
+               gpointer             user_data)
+

Flags: Run First

+
+
+
+

The “unreadable-uri” signal

+
void
+user_function (BraseroTrackDataCfg *braserotrackdatacfg,
+               gpointer             arg1,
+               char                *arg2,
+               gpointer             user_data)
+

Flags: Run First

+
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-track-data.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-track-data.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-track-data.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-track-data.html 2021-09-20 08:24:31.000000000 +0000 @@ -6,20 +6,21 @@ - + - + - +
@@ -35,8 +36,8 @@

Functions

--++ @@ -57,7 +58,7 @@
-BraseroTrackData * +BraseroTrackData * brasero_track_data_new () @@ -105,7 +106,7 @@
-GSList * +GSList * brasero_track_data_get_grafts () @@ -130,12 +131,12 @@
-
+

Types and Values

--++ @@ -144,12 +145,20 @@ - +
structBraseroTrackDataBraseroTrackData
+

Object Hierarchy

+
    GObject
+    ╰── BraseroTrack
+        ╰── BraseroTrackData
+            ╰── BraseroTrackDataCfg
+
+
+

Description

@@ -207,23 +216,23 @@

brasero_track_data_new ()

-
BraseroTrackData *
+
BraseroTrackData *
 brasero_track_data_new (void);
-

Creates a new BraseroTrackData.

+

Creates a new BraseroTrackData.

This type of tracks is used to create a disc image from or burn a selection of files.


brasero_track_data_set_source ()

BraseroBurnResult
-brasero_track_data_set_source (BraseroTrackData *track,
-                               GSList *grafts,
-                               GSList *unreadable);
+brasero_track_data_set_source (BraseroTrackData *track, + GSList *grafts, + GSList *unreadable);

Sets the lists of grafts points (grafts ) and excluded URIs (unreadable @@ -244,18 +253,18 @@

track

-

a BraseroTrackData.

+

a BraseroTrackData.

 

grafts

-

a GSList of BraseroGraftPt.

-[element-type BraseroBurn.GraftPt][in][transfer full] +

a GSList of BraseroGraftPt.

+[element-type BraseroBurn.GraftPt][in][transfer full]

unreadable

-

a GSList of URIS as strings or NULL.

-[element-type utf8][allow-none][in][transfer full] +

a GSList of URIS as strings or NULL.

+[element-type utf8][allow-none][in][transfer full]
@@ -271,7 +280,7 @@

brasero_track_data_add_fs ()

BraseroBurnResult
-brasero_track_data_add_fs (BraseroTrackData *track,
+brasero_track_data_add_fs (BraseroTrackData *track,
                            BraseroImageFS fstype);

Adds one or more parameters determining the file system type and various other options to create an image.

@@ -286,7 +295,7 @@

track

-

a BraseroTrackData

+

a BraseroTrackData

  @@ -308,7 +317,7 @@

brasero_track_data_rm_fs ()

BraseroBurnResult
-brasero_track_data_rm_fs (BraseroTrackData *track,
+brasero_track_data_rm_fs (BraseroTrackData *track,
                           BraseroImageFS fstype);

Removes one or more parameters determining the file system type and various other options to create an image.

@@ -323,7 +332,7 @@

track

-

a BraseroTrackData

+

a BraseroTrackData

  @@ -345,8 +354,8 @@

brasero_track_data_set_data_blocks ()

BraseroBurnResult
-brasero_track_data_set_data_blocks (BraseroTrackData *track,
-                                    goffset blocks);
+brasero_track_data_set_data_blocks (BraseroTrackData *track, + goffset blocks);

Sets the size of the image to be created (in sectors of 2048 bytes).

Parameters

@@ -359,12 +368,12 @@

track

-

a BraseroTrackData

+

a BraseroTrackData

 

blocks

-

a goffset

+

a goffset

  @@ -381,8 +390,8 @@

brasero_track_data_set_file_num ()

BraseroBurnResult
-brasero_track_data_set_file_num (BraseroTrackData *track,
-                                 guint64 number);
+brasero_track_data_set_file_num (BraseroTrackData *track, + guint64 number);

Sets the number of files (not directories) in track .

@@ -396,12 +405,12 @@

track

-

a BraseroTrackData

+

a BraseroTrackData

 

number

-

a guint64

+

a guint64

  @@ -417,8 +426,8 @@

brasero_track_data_get_grafts ()

-
GSList *
-brasero_track_data_get_grafts (BraseroTrackData *track);
+
GSList *
+brasero_track_data_get_grafts (BraseroTrackData *track);

Returns a list of BraseroGraftPt.

Do not free after usage as track retains ownership.

@@ -432,23 +441,23 @@

track

-

a BraseroTrackData

+

a BraseroTrackData

 

Returns

-

a GSList of BraseroGraftPt or NULL if empty.

-

[transfer none][element-type BraseroBurn.GraftPt][allow-none]

+

a GSList of BraseroGraftPt or NULL if empty.

+

[transfer none][element-type BraseroBurn.GraftPt][allow-none]


brasero_track_data_get_file_num ()

BraseroBurnResult
-brasero_track_data_get_file_num (BraseroTrackData *track,
-                                 guint64 *file_num);
+brasero_track_data_get_file_num (BraseroTrackData *track, + guint64 *file_num);

Sets the number of files (not directories) in file_num .

@@ -462,12 +471,12 @@

track

-

a BraseroTrackData.

+

a BraseroTrackData.

 

file_num

-

a guint64 or NULL.

+

a guint64 or NULL.

[allow-none][out] @@ -475,15 +484,15 @@

Returns

-

a BraseroBurnResult. TRUE if file_num -was set, FALSE otherwise.

+

a BraseroBurnResult. TRUE if file_num +was set, FALSE otherwise.


brasero_track_data_get_fs ()

BraseroImageFS
-brasero_track_data_get_fs (BraseroTrackData *track);
+brasero_track_data_get_fs (BraseroTrackData *track);

Returns the parameters determining the file system type and various other options to create an image.

@@ -496,7 +505,7 @@

track

-

a BraseroTrackData

+

a BraseroTrackData

 
@@ -531,12 +540,12 @@ -

gchar *uri;

+

gchar *uri;

a URI

  -

gchar *path;

+

gchar *path;

a file path

  @@ -546,15 +555,12 @@

-

struct BraseroTrackData

-
struct BraseroTrackData {
-	BraseroTrack parent_instance;
-};
-
+

struct BraseroTrackData

+
struct BraseroTrackData;
+
Generated by GTK-Doc V1.33.2
\ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackDisc.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackDisc.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackDisc.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackDisc.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,296 +0,0 @@ - - - - -BraseroTrackDisc: Libbrasero-burn Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroTrackDisc

-

BraseroTrackDisc

-
- -
-

Types and Values

-
---- - - - - -
structBraseroTrackDisc
-
-
-

Description

-
-
-

Functions

-
-

brasero_track_disc_new ()

-
BraseroTrackDisc *
-brasero_track_disc_new (void);
-

Creates a new BraseroTrackDisc object.

-

This type of tracks is used to copy media either -to a disc image file or to another medium.

-
-

Returns

-

a BraseroTrackDisc.

-
-
-
-
-

brasero_track_disc_set_drive ()

-
BraseroBurnResult
-brasero_track_disc_set_drive (BraseroTrackDisc *track,
-                              BraseroDrive *drive);
-

Sets drive - to be the BraseroDrive that will be used -as the source when copying

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrackDisc

 

drive

a BraseroDrive

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful, -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_track_disc_get_drive ()

-
BraseroDrive *
-brasero_track_disc_get_drive (BraseroTrackDisc *track);
-

Gets the BraseroDrive object that will be used as -the source when copying.

-
-

Parameters

-
----- - - - - - -

track

a BraseroTrackDisc

 
-
-
-

Returns

-

a BraseroDrive or NULL. Don't unref or free it.

-
-
-
-
-

brasero_track_disc_set_track_num ()

-
BraseroBurnResult
-brasero_track_disc_set_track_num (BraseroTrackDisc *track,
-                                  guint num);
-

Sets a track number which can be used -to copy only one specific session on a multisession disc

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrackDisc

 

num

a guint

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful, -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_track_disc_get_track_num ()

-
guint
-brasero_track_disc_get_track_num (BraseroTrackDisc *track);
-

Gets the track number which will be used -to copy only one specific session on a multisession disc

-
-

Parameters

-
----- - - - - - -

track

a BraseroTrackDisc

 
-
-
-

Returns

-

a guint. 0 if none is set, any other number otherwise.

-
-
-
-
-

brasero_track_disc_get_medium_type ()

-
BraseroMedia
-brasero_track_disc_get_medium_type (BraseroTrackDisc *track);
-

Gets the BraseroMedia for the medium that is -currently inserted into the drive assigned for track - -with brasero_track_disc_set_drive().

-
-

Parameters

-
----- - - - - - -

track

a BraseroTrackDisc

 
-
-
-

Returns

-

a BraseroMedia.

-
-
-
-
-

Types and Values

-
-

struct BraseroTrackDisc

-
struct BraseroTrackDisc {
-	BraseroTrack parent_instance;
-};
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrack.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrack.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrack.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrack.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,776 +0,0 @@ - - - - -BraseroTrack: Libbrasero-burn Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroTrack

-

BraseroTrack

-
- -
-

Types and Values

-
---- - - - - - - - - - - -
structBraseroTrack
enumBraseroChecksumType
-
-
-

Description

-
-
-

Functions

-
-

brasero_track_changed ()

-
void
-brasero_track_changed (BraseroTrack *track);
-

Used internally in BraseroTrack implementations to -signal a BraseroTrack object has changed.

-
-

Parameters

-
----- - - - - - -

track

a BraseroTrack

 
-
-
-
-
-

brasero_track_get_size ()

-
BraseroBurnResult
-brasero_track_get_size (BraseroTrack *track,
-                        goffset *blocks,
-                        goffset *bytes);
-

Returns the size of the data contained by track - in bytes or in sectors

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

track

a BraseroTrack

 

blocks

a goffset or NULL

 

bytes

a goffset or NULL

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful -BRASERO_BURN_NOT_READY if track -needs more time for processing the size -BRASERO_BURN_ERR if something is wrong or if it is empty

-
-
-
-
-

brasero_track_get_track_type ()

-
BraseroBurnResult
-brasero_track_get_track_type (BraseroTrack *track,
-                              BraseroTrackType *type);
-

Sets type - to reflect the type of data contained in track -

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrack

 

type

a BraseroTrackType or NULL

 
-
-
-

Returns

-

the BraseroBurnResult of the track

-
-
-
-
-

brasero_track_get_status ()

-
BraseroBurnResult
-brasero_track_get_status (BraseroTrack *track,
-                          BraseroStatus *status);
-

Sets status - to reflect whether track - is ready to be used

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrack

 

status

a BraseroTrackStatus

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful -BRASERO_BURN_NOT_READY if track -needs more time for processing -BRASERO_BURN_ERR if something is wrong or if it is empty

-
-
-
-
-

brasero_track_set_checksum ()

-
BraseroBurnResult
-brasero_track_set_checksum (BraseroTrack *track,
-                            BraseroChecksumType type,
-                            const gchar *checksum);
-

Sets a checksum for the track

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

track

a BraseroTrack

 

type

a BraseroChecksumType

 

checksum

a gchar * holding the checksum

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if the checksum was previously empty or matches the new one -BRASERO_BURN_ERR otherwise

-
-
-
-
-

brasero_track_get_checksum ()

-
const gchar *
-brasero_track_get_checksum (BraseroTrack *track);
-

Get the current checksum (as a string) for the track

-
-

Parameters

-
----- - - - - - -

track

a BraseroTrack

 
-
-
-

Returns

-

a gchar * (not to be freed) or NULL

-
-
-
-
-

brasero_track_get_checksum_type ()

-
BraseroChecksumType
-brasero_track_get_checksum_type (BraseroTrack *track);
-

Get the current checksum type for the track if any.

-
-

Parameters

-
----- - - - - - -

track

a BraseroTrack

 
-
-
-

Returns

-

a BraseroChecksumType

-
-
-
-
-

brasero_track_tag_add ()

-
BraseroBurnResult
-brasero_track_tag_add (BraseroTrack *track,
-                       const gchar *tag,
-                       GValue *value);
-

Associates a new tag - with a track. This can be used -to pass arbitrary information for plugins, like parameters -for video discs, ... -See brasero-tags.h for a list of knowns tags.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

track

a BraseroTrack

 

tag

a gchar *

 

value

a GValue

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful, -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_track_tag_lookup ()

-
BraseroBurnResult
-brasero_track_tag_lookup (BraseroTrack *track,
-                          const gchar *tag,
-                          GValue **value);
-

Retrieves a value associated with track - through -brasero_track_tag_add() and stores it in value -. Do -not destroy value - afterwards as it is not a copy

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

track

a BraseroTrack

 

tag

a gchar *

 

value

a GValue **

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if the retrieval was successful -BRASERO_BURN_ERR otherwise

-
-
-
-
-

brasero_track_tag_copy_missing ()

-
void
-brasero_track_tag_copy_missing (BraseroTrack *dest,
-                                BraseroTrack *src);
-

Adds all tags of dest - to src - provided they do not -already exists.

-
-

Parameters

-
----- - - - - - - - - - - - - -

dest

a BraseroTrack

 

src

a BraseroTrack

 
-
-
-
-
-

brasero_track_tag_add_string ()

-
BraseroBurnResult
-brasero_track_tag_add_string (BraseroTrack *track,
-                              const gchar *tag,
-                              const gchar *string);
-

A wrapper around brasero_track_tag_add() to associate -a string with track - -See also brasero_track_tag_add()

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

track

a BraseroTrack

 

tag

a gchar *

 

string

a gchar *

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful, -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_track_tag_lookup_string ()

-
const gchar *
-brasero_track_tag_lookup_string (BraseroTrack *track,
-                                 const gchar *tag);
-

Retrieves a string value associated with track -. This -is a wrapper around brasero_track_tag_lookup().

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrack

 

tag

a gchar *

 
-
-
-

Returns

-

a gchar *. The value or NULL otherwise. -Do not free the string as it is not a copy.

-
-
-
-
-

brasero_track_tag_add_int ()

-
BraseroBurnResult
-brasero_track_tag_add_int (BraseroTrack *track,
-                           const gchar *tag,
-                           int value);
-

A wrapper around brasero_track_tag_add() to associate -a int value with track - -See also brasero_track_tag_add()

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

track

a BraseroTrack

 

tag

a gchar *

 

value

a int

 
-
-
-

Returns

-

a BraseroBurnResult. -BRASERO_BURN_OK if it was successful, -BRASERO_BURN_ERR otherwise.

-
-
-
-
-

brasero_track_tag_lookup_int ()

-
int
-brasero_track_tag_lookup_int (BraseroTrack *track,
-                              const gchar *tag);
-

Retrieves a int value associated with track -. This -is a wrapper around brasero_track_tag_lookup().

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrack

 

tag

a gchar *

 
-
-
-

Returns

-

a int; the value or 0 otherwise

-
-
-
-
-

Types and Values

-
-

struct BraseroTrack

-
struct BraseroTrack {
-	GObject parent_instance;
-};
-
-
-
-
-

enum BraseroChecksumType

-
-

Members

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

BRASERO_CHECKSUM_NONE

  

BRASERO_CHECKSUM_DETECT

  

BRASERO_CHECKSUM_MD5

  

BRASERO_CHECKSUM_MD5_FILE

  

BRASERO_CHECKSUM_SHA1

  

BRASERO_CHECKSUM_SHA1_FILE

  

BRASERO_CHECKSUM_SHA256

  

BRASERO_CHECKSUM_SHA256_FILE

  
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackImageCfg.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackImageCfg.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackImageCfg.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackImageCfg.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,221 +0,0 @@ - - - - -BraseroTrackImageCfg: Libbrasero-burn Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroTrackImageCfg

-

BraseroTrackImageCfg

-
- -
-

Types and Values

-
---- - - - - -
structBraseroTrackImageCfg
-
-
-

Description

-
-
-

Functions

-
-

brasero_track_image_cfg_new ()

-
BraseroTrackImageCfg *
-brasero_track_image_cfg_new (void);
-

Creates a new BraseroTrackImageCfg object.

-
-

Returns

-

a BraseroTrackImageCfg object.

-
-
-
-
-

brasero_track_image_cfg_set_source ()

-
BraseroBurnResult
-brasero_track_image_cfg_set_source (BraseroTrackImageCfg *track,
-                                    const gchar *uri);
-

Sets the image uri or path (absolute or relative). track - will then identify its format and retrieve its size.

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrackImageCfg

 

uri

a gchar

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

-
-
-
-
-

brasero_track_image_cfg_force_format ()

-
BraseroBurnResult
-brasero_track_image_cfg_force_format (BraseroTrackImageCfg *track,
-                                      BraseroImageFormat format);
-

This function allows to prevents the identification of the format of the image. -It does not cancel size retrieval. -If format - is BRASERO_IMAGE_FORMAT_NONE then the format of the image -will be retrieved.

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrackImageCfg

 

format

a BraseroImageFormat

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

-
-
-
-
-

brasero_track_image_cfg_get_forced_format ()

-
BraseroImageFormat
-brasero_track_image_cfg_get_forced_format
-                               (BraseroTrackImageCfg *track);
-

This function returns the BraseroImageFormat that was set for the image. -See brasero_track_image_cfg_force_format().

-
-

Parameters

-
----- - - - - - -

track

a BraseroTrackImageCfg

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

-
-
-
-
-

Types and Values

-
-

struct BraseroTrackImageCfg

-
struct BraseroTrackImageCfg {
-	BraseroTrackImage parent_instance;
-};
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackImage.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackImage.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackImage.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackImage.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,317 +0,0 @@ - - - - -BraseroTrackImage: Libbrasero-burn Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroTrackImage

-

BraseroTrackImage

-
- -
-

Types and Values

-
---- - - - - -
structBraseroTrackImage
-
-
-

Description

-
-
-

Functions

-
-

brasero_track_image_new ()

-
BraseroTrackImage *
-brasero_track_image_new (void);
-

Creates a new BraseroTrackImage object.

-

This type of tracks is used to burn disc images.

-
-

Returns

-

a BraseroTrackImage object.

-
-
-
-
-

brasero_track_image_set_source ()

-
BraseroBurnResult
-brasero_track_image_set_source (BraseroTrackImage *track,
-                                const gchar *image,
-                                const gchar *toc,
-                                BraseroImageFormat format);
-

Sets the image source path (and its toc if need be) -as well as its format.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

track

a BraseroTrackImage

 

image

a gchar or NULL

 

toc

a gchar or NULL

 

format

a BraseroImageFormat

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

-
-
-
-
-

brasero_track_image_set_block_num ()

-
BraseroBurnResult
-brasero_track_image_set_block_num (BraseroTrackImage *track,
-                                   goffset blocks);
-

Sets the image size (in sectors).

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrackImage

 

blocks

a goffset

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

-
-
-
-
-

brasero_track_image_get_source ()

-
gchar *
-brasero_track_image_get_source (BraseroTrackImage *track,
-                                gboolean uri);
-

This function returns the path or the URI (if uri - is TRUE) of the -source image file.

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrackImage

 

uri

a gboolean

 
-
-
-

Returns

-

a gchar

-
-
-
-
-

brasero_track_image_get_toc_source ()

-
gchar *
-brasero_track_image_get_toc_source (BraseroTrackImage *track,
-                                    gboolean uri);
-

This function returns the path or the URI (if uri - is TRUE) of the -source toc file.

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrackImage

 

uri

a gboolean

 
-
-
-

Returns

-

a gchar

-
-
-
-
-

brasero_track_image_get_format ()

-
BraseroImageFormat
-brasero_track_image_get_format (BraseroTrackImage *track);
-

This function returns the format of the -source image.

-
-

Parameters

-
----- - - - - - -

track

a BraseroTrackImage

 
-
-
-

Returns

-

a BraseroImageFormat

-
-
-
-
-

Types and Values

-
-

struct BraseroTrackImage

-
struct BraseroTrackImage {
-	BraseroTrack parent_instance;
-};
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackStreamCfg.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackStreamCfg.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackStreamCfg.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackStreamCfg.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,94 +0,0 @@ - - - - -BraseroTrackStreamCfg: Libbrasero-burn Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroTrackStreamCfg

-

BraseroTrackStreamCfg

-
-
-

Functions

- -
-
-

Types and Values

-
---- - - - - -
structBraseroTrackStreamCfg
-
-
-

Description

-
-
-

Functions

-
-

brasero_track_stream_cfg_new ()

-
BraseroTrackStreamCfg *
-brasero_track_stream_cfg_new (void);
-

Creates a new BraseroTrackStreamCfg object.

-
-

Returns

-

a BraseroTrackStreamCfg object.

-
-
-
-
-

Types and Values

-
-

struct BraseroTrackStreamCfg

-
struct BraseroTrackStreamCfg {
-	BraseroTrackStream parent_instance;
-};
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackStream.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackStream.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackStream.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-BraseroTrackStream.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,466 +0,0 @@ - - - - -BraseroTrackStream: Libbrasero-burn Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroTrackStream

-

BraseroTrackStream

-
- -
-

Types and Values

-
---- - - - - -
structBraseroTrackStream
-
-
-

Description

-
-
-

Functions

-
-

brasero_track_stream_new ()

-
BraseroTrackStream *
-brasero_track_stream_new (void);
-

Creates a new BraseroTrackStream object.

-

This type of tracks is used to burn audio or -video files.

-
-

Returns

-

a BraseroTrackStream object.

-
-
-
-
-

brasero_track_stream_set_source ()

-
BraseroBurnResult
-brasero_track_stream_set_source (BraseroTrackStream *track,
-                                 const gchar *uri);
-

Sets the stream (song or video) uri.

-

Note: it resets the end point of the track to 0 but keeps start point and gap -unchanged.

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrackStream

 

uri

a gchar

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

-
-
-
-
-

brasero_track_stream_set_format ()

-
BraseroBurnResult
-brasero_track_stream_set_format (BraseroTrackStream *track,
-                                 BraseroStreamFormat format);
-

Sets the format of the stream.

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrackStream

 

format

a BraseroStreamFormat

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

-
-
-
-
-

brasero_track_stream_set_boundaries ()

-
BraseroBurnResult
-brasero_track_stream_set_boundaries (BraseroTrackStream *track,
-                                     gint64 start,
-                                     gint64 end,
-                                     gint64 gap);
-

Sets the boundaries of the stream (where it starts, ends in the file; -how long is the gap with the next track) in nano seconds.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

track

a BraseroTrackStream

 

start

a gint64 or -1 to ignore

 

end

a gint64 or -1 to ignore

 

gap

a gint64 or -1 to ignore

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if it is successful.

-
-
-
-
-

brasero_track_stream_get_source ()

-
gchar *
-brasero_track_stream_get_source (BraseroTrackStream *track,
-                                 gboolean uri);
-

This function returns the path or the URI (if uri - is TRUE) -of the stream (song or video file).

-

Note: this function resets any length previously set to 0.

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrackStream

 

uri

a gboolean

 
-
-
-

Returns

-

a gchar.

-
-
-
-
-

brasero_track_stream_get_length ()

-
BraseroBurnResult
-brasero_track_stream_get_length (BraseroTrackStream *track,
-                                 guint64 *length);
-

This function returns the length of the stream (in nano seconds) -taking into account the start and end time as well as the length -of the gap. It stores it in length -.

-
-

Parameters

-
----- - - - - - - - - - - - - -

track

a BraseroTrackStream

 

length

a guint64

 
-
-
-

Returns

-

a BraseroBurnResult. BRASERO_BURN_OK if length -was set.

-
-
-
-
-

brasero_track_stream_get_start ()

-
guint64
-brasero_track_stream_get_start (BraseroTrackStream *track);
-

This function returns start time in the stream (in nano seconds).

-
-

Parameters

-
----- - - - - - -

track

a BraseroTrackStream

 
-
-
-

Returns

-

a guint64.

-
-
-
-
-

brasero_track_stream_get_end ()

-
guint64
-brasero_track_stream_get_end (BraseroTrackStream *track);
-

This function returns end time in the stream (in nano seconds).

-
-

Parameters

-
----- - - - - - -

track

a BraseroTrackStream

 
-
-
-

Returns

-

a guint64.

-
-
-
-
-

brasero_track_stream_get_gap ()

-
guint64
-brasero_track_stream_get_gap (BraseroTrackStream *track);
-

This function returns length of the gap (in nano seconds).

-
-

Parameters

-
----- - - - - - -

track

a BraseroTrackStream

 
-
-
-

Returns

-

a guint64.

-
-
-
-
-

brasero_track_stream_get_format ()

-
BraseroStreamFormat
-brasero_track_stream_get_format (BraseroTrackStream *track);
-

This function returns the format of the stream.

-
-

Parameters

-
----- - - - - - -

track

a BraseroTrackStream

 
-
-
-

Returns

-

a BraseroStreamFormat.

-
-
-
-
-

Types and Values

-
-

struct BraseroTrackStream

-
struct BraseroTrackStream {
-	BraseroTrack parent_instance;
-};
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-track-type.html brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-track-type.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-track-type.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn-brasero-track-type.html 2021-09-20 08:24:31.000000000 +0000 @@ -7,8 +7,8 @@ - - + + @@ -20,7 +20,7 @@ Home Up Prev -Next +Next
@@ -35,8 +35,8 @@

Functions

--++ @@ -57,7 +57,7 @@ - +
-gboolean +gboolean brasero_track_type_is_empty () @@ -65,7 +65,7 @@
-gboolean +gboolean brasero_track_type_get_has_data () @@ -73,7 +73,7 @@
-gboolean +gboolean brasero_track_type_get_has_image () @@ -81,7 +81,7 @@
-gboolean +gboolean brasero_track_type_get_has_stream () @@ -89,7 +89,7 @@
-gboolean +gboolean brasero_track_type_get_has_medium () @@ -193,7 +193,7 @@
-gboolean +gboolean brasero_track_type_equal () @@ -206,8 +206,8 @@

Types and Values

--++ @@ -256,7 +256,7 @@

brasero_track_type_is_empty ()

-
gboolean
+
gboolean
 brasero_track_type_is_empty (const BraseroTrackType *type);

Returns TRUE if no type was set.

@@ -276,13 +276,13 @@

Returns

-

a gboolean

+

a gboolean


brasero_track_type_get_has_data ()

-
gboolean
+
gboolean
 brasero_track_type_get_has_data (const BraseroTrackType *type);

Returns TRUE if DATA type (see brasero_track_data_new()) was set.

@@ -302,15 +302,15 @@

Returns

-

a gboolean

+

a gboolean


brasero_track_type_get_has_image ()

-
gboolean
+
gboolean
 brasero_track_type_get_has_image (const BraseroTrackType *type);
-

Returns TRUE if IMAGE type (see brasero_track_image_new()) was set.

+

Returns TRUE if IMAGE type (see brasero_track_image_new()) was set.

Parameters

 
@@ -328,15 +328,15 @@

Returns

-

a gboolean

+

a gboolean


brasero_track_type_get_has_stream ()

-
gboolean
+
gboolean
 brasero_track_type_get_has_stream (const BraseroTrackType *type);
-

This function returns TRUE if IMAGE type (see brasero_track_stream_new()) was set.

+

This function returns TRUE if IMAGE type (see brasero_track_stream_new()) was set.

Parameters

@@ -354,15 +354,15 @@

Returns

-

a gboolean

+

a gboolean


brasero_track_type_get_has_medium ()

-
gboolean
+
gboolean
 brasero_track_type_get_has_medium (const BraseroTrackType *type);
-

Returns TRUE if MEDIUM type (see brasero_track_disc_new()) was set.

+

Returns TRUE if MEDIUM type (see brasero_track_disc_new()) was set.

Parameters

@@ -380,7 +380,7 @@

Returns

-

a gboolean

+

a gboolean


@@ -714,7 +714,7 @@

brasero_track_type_equal ()

-
gboolean
+
gboolean
 brasero_track_type_equal (const BraseroTrackType *type_A,
                           const BraseroTrackType *type_B);

Returns TRUE if type_A @@ -745,7 +745,7 @@

Returns

-

a gboolean

+

a gboolean

@@ -758,6 +758,6 @@ +
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn.devhelp2 brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn.devhelp2 --- brasero-3.12.2/docs/reference/libbrasero-burn/html/libbrasero-burn.devhelp2 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/libbrasero-burn.devhelp2 2021-09-20 08:24:31.000000000 +0000 @@ -8,23 +8,23 @@ - - + + - - - - - - - - - - - - - + + + + + + + + + + + + + @@ -69,7 +69,7 @@ - + @@ -103,29 +103,30 @@ - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + @@ -138,7 +139,7 @@ - + @@ -162,110 +163,146 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -376,14 +413,14 @@ - - - - - - - - + + + + + + + + @@ -398,18 +435,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/object-tree.html brasero-3.12.3/docs/reference/libbrasero-burn/html/object-tree.html --- brasero-3.12.2/docs/reference/libbrasero-burn/html/object-tree.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/object-tree.html 2021-09-20 08:24:31.000000000 +0000 @@ -6,9 +6,9 @@ - + - + @@ -16,17 +16,41 @@ - +
Home PrevPrev Next

Object Hierarchy

-
+    GObject
+    ├── GInitiallyUnowned
+       ╰── GtkWidget
+           ╰── GtkContainer
+               ╰── GtkBin
+                   ╰── GtkWindow
+                       ╰── GtkDialog
+                           ├── BraseroToolDialog
+                              ├── BraseroBlankDialog
+                              ╰── BraseroSumDialog
+                           ├── BraseroBurnDialog
+                           ╰── BraseroBurnOptions
+    ├── BraseroBurn
+    ├── BraseroBurnSession
+       ╰── BraseroSessionSpan
+           ╰── BraseroSessionCfg
+    ├── BraseroStatus
+    ╰── BraseroTrack
+        ├── BraseroTrackData
+           ╰── BraseroTrackDataCfg
+        ├── BraseroTrackDisc
+        ├── BraseroTrackImage
+           ╰── BraseroTrackImageCfg
+        ╰── BraseroTrackStream
+            ╰── BraseroTrackStreamCfg
 
+
Generated by GTK-Doc V1.33.2
\ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/html/style.css brasero-3.12.3/docs/reference/libbrasero-burn/html/style.css --- brasero-3.12.2/docs/reference/libbrasero-burn/html/style.css 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/html/style.css 2021-09-20 08:24:31.000000000 +0000 @@ -30,6 +30,10 @@ vertical-align: top; } +span.nowrap { + white-space: nowrap; +} + div.gallery-float { float: left; @@ -57,18 +61,6 @@ color: #729fcf; } -div.informaltable table -{ - border-collapse: separate; - border-spacing: 1em 0.3em; - border: none; -} - -div.informaltable table td, div.informaltable table th -{ - vertical-align: top; -} - .function_type, .variable_type, .property_type, @@ -123,6 +115,7 @@ margin: 0.25em; } +div.informaltable table[border="1"], div.table table { border-collapse: collapse; @@ -131,6 +124,8 @@ border: solid 1px #babdb6; } +div.informaltable table[border="1"] td, +div.informaltable table th, div.table table td, div.table table th { /* tango:aluminium 3 */ @@ -139,6 +134,7 @@ vertical-align: top; } +div.informaltable table[border="1"] th, div.table table th { /* tango:aluminium 2 */ @@ -289,29 +285,11 @@ font-weight: normal; } -acronym,abbr +acronym,abbr { border-bottom: 1px dotted gray; } -/* code listings */ - -.listing_code .programlisting .normal, -.listing_code .programlisting .normal a, -.listing_code .programlisting .number, -.listing_code .programlisting .cbracket, -.listing_code .programlisting .symbol { color: #555753; } -.listing_code .programlisting .comment, -.listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */ -.listing_code .programlisting .function, -.listing_code .programlisting .function a, -.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */ -.listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */ -.listing_code .programlisting .keyword, -.listing_code .programlisting .usertype, -.listing_code .programlisting .type, -.listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */ - .listing_frame { /* tango:sky blue 1 */ border: solid 1px #729fcf; @@ -477,3 +455,71 @@ } } +.hll { background-color: #ffffcc } +.c { color: #408080; font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { color: #008000; font-weight: bold } /* Keyword */ +.o { color: #666666 } /* Operator */ +.ch { color: #408080; font-style: italic } /* Comment.Hashbang */ +.cm { color: #408080; font-style: italic } /* Comment.Multiline */ +.cp { color: #BC7A00 } /* Comment.Preproc */ +.cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #408080; font-style: italic } /* Comment.Single */ +.cs { color: #408080; font-style: italic } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0044DD } /* Generic.Traceback */ +.kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #008000 } /* Keyword.Pseudo */ +.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #B00040 } /* Keyword.Type */ +.m { color: #666666 } /* Literal.Number */ +.s { color: #BA2121 } /* Literal.String */ +.na { color: #7D9029 } /* Name.Attribute */ +.nb { color: #008000 } /* Name.Builtin */ +.nc { color: #0000FF; font-weight: bold } /* Name.Class */ +.no { color: #880000 } /* Name.Constant */ +.nd { color: #AA22FF } /* Name.Decorator */ +.ni { color: #999999; font-weight: bold } /* Name.Entity */ +.ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.nf { color: #0000FF } /* Name.Function */ +.nl { color: #A0A000 } /* Name.Label */ +.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.nt { color: #008000; font-weight: bold } /* Name.Tag */ +.nv { color: #19177C } /* Name.Variable */ +.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #666666 } /* Literal.Number.Bin */ +.mf { color: #666666 } /* Literal.Number.Float */ +.mh { color: #666666 } /* Literal.Number.Hex */ +.mi { color: #666666 } /* Literal.Number.Integer */ +.mo { color: #666666 } /* Literal.Number.Oct */ +.sa { color: #BA2121 } /* Literal.String.Affix */ +.sb { color: #BA2121 } /* Literal.String.Backtick */ +.sc { color: #BA2121 } /* Literal.String.Char */ +.dl { color: #BA2121 } /* Literal.String.Delimiter */ +.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #BA2121 } /* Literal.String.Double */ +.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.sh { color: #BA2121 } /* Literal.String.Heredoc */ +.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.sx { color: #008000 } /* Literal.String.Other */ +.sr { color: #BB6688 } /* Literal.String.Regex */ +.s1 { color: #BA2121 } /* Literal.String.Single */ +.ss { color: #19177C } /* Literal.String.Symbol */ +.bp { color: #008000 } /* Name.Builtin.Pseudo */ +.fm { color: #0000FF } /* Name.Function.Magic */ +.vc { color: #19177C } /* Name.Variable.Class */ +.vg { color: #19177C } /* Name.Variable.Global */ +.vi { color: #19177C } /* Name.Variable.Instance */ +.vm { color: #19177C } /* Name.Variable.Magic */ +.il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/libbrasero-burn.types brasero-3.12.3/docs/reference/libbrasero-burn/libbrasero-burn.types --- brasero-3.12.2/docs/reference/libbrasero-burn/libbrasero-burn.types 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/libbrasero-burn.types 2021-09-20 08:24:31.000000000 +0000 @@ -0,0 +1,18 @@ +brasero_blank_dialog_get_type +brasero_burn_dialog_get_type +brasero_burn_get_type +brasero_burn_options_get_type +brasero_burn_session_get_type +brasero_session_cfg_get_type +brasero_session_span_get_type +brasero_status_get_type +brasero_sum_dialog_get_type +brasero_tool_dialog_get_type +brasero_track_data_cfg_get_type +brasero_track_data_get_type +brasero_track_disc_get_type +brasero_track_get_type +brasero_track_image_cfg_get_type +brasero_track_image_get_type +brasero_track_stream_cfg_get_type +brasero_track_stream_get_type diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/Makefile.am brasero-3.12.3/docs/reference/libbrasero-burn/Makefile.am --- brasero-3.12.2/docs/reference/libbrasero-burn/Makefile.am 2014-02-19 09:16:54.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/Makefile.am 2021-09-17 11:27:27.000000000 +0000 @@ -18,14 +18,14 @@ # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. # e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR=../../../libbrasero-burn +DOC_SOURCE_DIR=$(top_srcdir)/libbrasero-burn $(top_builddir)/libbrasero-burn # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS= +SCAN_OPTIONS=--rebuild-types # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml @@ -114,7 +114,7 @@ $(BRASERO_IO_CFLAGS) \ $(BRASERO_GTK_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/libbrasero-media/libbrasero-media.la $(top_builddir)/libbrasero-burn/libbrasero-burn.la +GTKDOC_LIBS=$(top_builddir)/libbrasero-media/libbrasero-media3.la $(top_builddir)/libbrasero-burn/libbrasero-burn3.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/Makefile.in brasero-3.12.3/docs/reference/libbrasero-burn/Makefile.in --- brasero-3.12.2/docs/reference/libbrasero-burn/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,6 +15,24 @@ @SET_MAKE@ # -*- mode: makefile -*- +# +# gtk-doc.make - make rules for gtk-doc +# Copyright (C) 2003 James Henstridge +# 2004-2007 Damon Chaplin +# 2007-2017 Stefan Sauer +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . #################################### # Everything below here is generic # @@ -293,6 +311,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -340,6 +360,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -367,14 +388,14 @@ # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. # e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR = ../../../libbrasero-burn +DOC_SOURCE_DIR = $(top_srcdir)/libbrasero-burn $(top_builddir)/libbrasero-burn # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS = # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS = +SCAN_OPTIONS = --rebuild-types # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml @@ -463,7 +484,7 @@ $(BRASERO_IO_CFLAGS) \ $(BRASERO_GTK_CFLAGS) -GTKDOC_LIBS = $(top_builddir)/libbrasero-media/libbrasero-media.la $(top_builddir)/libbrasero-burn/libbrasero-burn.la +GTKDOC_LIBS = $(top_builddir)/libbrasero-media/libbrasero-media3.la $(top_builddir)/libbrasero-burn/libbrasero-burn3.la @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @@ -496,6 +517,7 @@ sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ + $(DOC_MODULE).actions \ $(DOC_MODULE).args \ $(DOC_MODULE).hierarchy \ $(DOC_MODULE).interfaces \ @@ -514,34 +536,34 @@ @GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp #### setup #### -GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_$(V)) -GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_@AM_V@) +GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_@AM_DEFAULT_V@) GTK_DOC_V_SETUP_0 = @echo " DOC Preparing build"; #### scan #### -GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_$(V)) -GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_@AM_V@) +GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_@AM_DEFAULT_V@) GTK_DOC_V_SCAN_0 = @echo " DOC Scanning header files"; -GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_$(V)) -GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_@AM_V@) +GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_@AM_DEFAULT_V@) GTK_DOC_V_INTROSPECT_0 = @echo " DOC Introspecting gobjects"; #### xml #### -GTK_DOC_V_XML = $(GTK_DOC_V_XML_$(V)) -GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_XML = $(GTK_DOC_V_XML_@AM_V@) +GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_@AM_DEFAULT_V@) GTK_DOC_V_XML_0 = @echo " DOC Building XML"; #### html #### -GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_$(V)) -GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_@AM_V@) +GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_@AM_DEFAULT_V@) GTK_DOC_V_HTML_0 = @echo " DOC Building HTML"; -GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_$(V)) -GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_@AM_V@) +GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_@AM_DEFAULT_V@) GTK_DOC_V_XREF_0 = @echo " DOC Fixing cross-references"; #### pdf #### -GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_$(V)) -GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_@AM_V@) +GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_@AM_DEFAULT_V@) GTK_DOC_V_PDF_0 = @echo " DOC Building PDF"; all: all-am @@ -563,8 +585,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/gtk-doc.make $(am__empty): @@ -591,7 +613,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -762,38 +787,38 @@ setup-build.stamp: -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ - if test "x$$files" != "x" ; then \ - for file in $$files ; do \ - destdir=`dirname $(abs_builddir)/$$file`; \ - test -d "$$destdir" || mkdir -p "$$destdir"; \ - test -f $(abs_srcdir)/$$file && \ - cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ - done; \ - fi; \ + files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + destdir=`dirname $(abs_builddir)/$$file`; \ + test -d "$$destdir" || mkdir -p "$$destdir"; \ + test -f $(abs_srcdir)/$$file && \ + cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ + done; \ + fi; \ fi $(AM_V_at)touch setup-build.stamp scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(GTK_DOC_V_SCAN)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ - scanobj_options=""; \ - gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$$?" = "0"; then \ - if test "x$(V)" = "x1"; then \ - scanobj_options="--verbose"; \ - fi; \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$$?" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ fi; \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ - gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ - done \ + for i in $(SCANOBJ_FILES) ; do \ + test -f $$i || touch $$i ; \ + done \ fi $(AM_V_at)touch scan-build.stamp @@ -803,7 +828,7 @@ sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent $(GTK_DOC_V_XML)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) $(AM_V_at)touch sgml-build.stamp @@ -811,6 +836,9 @@ sgml.stamp: sgml-build.stamp @true +$(DOC_MAIN_SGML_FILE): sgml-build.stamp + @true + xml/gtkdocentities.ent: Makefile $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ echo ""; \ @@ -838,12 +866,9 @@ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@test "x$(HTML_IMAGES)" = "x" || \ for file in $(HTML_IMAGES) ; do \ - if test -f $(abs_srcdir)/$$file ; then \ - cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ - fi; \ - if test -f $(abs_builddir)/$$file ; then \ - cp $(abs_builddir)/$$file $(abs_builddir)/html; \ - fi; \ + test -f $(abs_srcdir)/$$file && cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + test -f $(abs_builddir)/$$file && cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + test -f $$file && cp $$file $(abs_builddir)/html; \ done; $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) $(AM_V_at)touch html-build.stamp diff -Nru brasero-3.12.2/docs/reference/libbrasero-burn/version.xml brasero-3.12.3/docs/reference/libbrasero-burn/version.xml --- brasero-3.12.2/docs/reference/libbrasero-burn/version.xml 2017-07-31 16:36:09.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-burn/version.xml 2021-09-20 08:24:21.000000000 +0000 @@ -1 +1 @@ -3.12.2 +3.12.3 diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/annotation-glossary.html brasero-3.12.3/docs/reference/libbrasero-media/html/annotation-glossary.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/annotation-glossary.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/annotation-glossary.html 2021-09-20 08:24:26.000000000 +0000 @@ -7,7 +7,7 @@ - + @@ -28,11 +28,11 @@

Generics and defining elements of containers and arrays.

T

transfer full
-

Free data after the code is done.

+

The caller owns the data, and is responsible for free it.

transfer none
-

Don't free data after the code is done.

+

The data is owned by the callee, which is responsible of freeing it.

+
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/api-index-full.html brasero-3.12.3/docs/reference/libbrasero-media/html/api-index-full.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/api-index-full.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/api-index-full.html 2021-09-20 08:24:26.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -58,7 +58,27 @@

D

-BraseroDrive, struct in BraseroDrive +BraseroDrive, struct in BraseroDrive +
+
+
+BraseroDrive::medium-added, object signal in BraseroDrive +
+
+
+BraseroDrive::medium-removed, object signal in BraseroDrive +
+
+
+BraseroDrive:device, object property in BraseroDrive +
+
+
+BraseroDrive:gdrive, object property in BraseroDrive +
+
+
+BraseroDrive:udi, object property in BraseroDrive
@@ -70,7 +90,7 @@
-BraseroDriveType, enum in BraseroMediumMonitor +BraseroDriveType, enum in BraseroMediumMonitor
@@ -204,7 +224,7 @@
-BraseroMediaType, enum in BraseroMediumMonitor +BraseroMediaType, enum in BraseroMediumMonitor
@@ -228,11 +248,35 @@
-BraseroMedium, struct in BraseroMedium +BraseroMedium, struct in BraseroMedium +
+
+
+BraseroMedium::probed, object signal in BraseroMedium +
+
+
+BraseroMedium:drive, object property in BraseroMedium +
+
+
+BraseroMediumMonitor, struct in BraseroMediumMonitor +
+
+
+BraseroMediumMonitor::drive-added, object signal in BraseroMediumMonitor +
+
+
+BraseroMediumMonitor::drive-removed, object signal in BraseroMediumMonitor +
+
+
+BraseroMediumMonitor::medium-added, object signal in BraseroMediumMonitor
-BraseroMediumMonitor, struct in BraseroMediumMonitor +BraseroMediumMonitor::medium-removed, object signal in BraseroMediumMonitor
@@ -264,23 +308,23 @@
-brasero_medium_can_be_rewritten, function in BraseroMedium +brasero_medium_can_be_rewritten, function in BraseroMedium
-brasero_medium_can_be_written, function in BraseroMedium +brasero_medium_can_be_written, function in BraseroMedium
-brasero_medium_can_use_burnfree, function in BraseroMedium +brasero_medium_can_use_burnfree, function in BraseroMedium
-brasero_medium_can_use_dummy_for_sao, function in BraseroMedium +brasero_medium_can_use_dummy_for_sao, function in BraseroMedium
-brasero_medium_can_use_dummy_for_tao, function in BraseroMedium +brasero_medium_can_use_dummy_for_tao, function in BraseroMedium
@@ -340,67 +384,67 @@
-brasero_medium_get_capacity, function in BraseroMedium +brasero_medium_get_capacity, function in BraseroMedium
-brasero_medium_get_CD_TEXT_title, function in BraseroMedium +brasero_medium_get_CD_TEXT_title, function in BraseroMedium
-brasero_medium_get_data_size, function in BraseroMedium +brasero_medium_get_data_size, function in BraseroMedium
-brasero_medium_get_drive, function in BraseroMedium +brasero_medium_get_drive, function in BraseroMedium
-brasero_medium_get_free_space, function in BraseroMedium +brasero_medium_get_free_space, function in BraseroMedium
-brasero_medium_get_last_data_track_address, function in BraseroMedium +brasero_medium_get_last_data_track_address, function in BraseroMedium
-brasero_medium_get_last_data_track_space, function in BraseroMedium +brasero_medium_get_last_data_track_space, function in BraseroMedium
-brasero_medium_get_max_write_speed, function in BraseroMedium +brasero_medium_get_max_write_speed, function in BraseroMedium
-brasero_medium_get_next_writable_address, function in BraseroMedium +brasero_medium_get_next_writable_address, function in BraseroMedium
-brasero_medium_get_status, function in BraseroMedium +brasero_medium_get_status, function in BraseroMedium
-brasero_medium_get_tooltip, function in BraseroMedium +brasero_medium_get_tooltip, function in BraseroMedium
-brasero_medium_get_track_address, function in BraseroMedium +brasero_medium_get_track_address, function in BraseroMedium
-brasero_medium_get_track_num, function in BraseroMedium +brasero_medium_get_track_num, function in BraseroMedium
-brasero_medium_get_track_space, function in BraseroMedium +brasero_medium_get_track_space, function in BraseroMedium
-brasero_medium_get_type_string, function in BraseroMedium +brasero_medium_get_type_string, function in BraseroMedium
-brasero_medium_get_write_speeds, function in BraseroMedium +brasero_medium_get_write_speeds, function in BraseroMedium
@@ -412,23 +456,23 @@
-brasero_medium_monitor_get_default, function in BraseroMediumMonitor +brasero_medium_monitor_get_default, function in BraseroMediumMonitor
-brasero_medium_monitor_get_drive, function in BraseroMediumMonitor +brasero_medium_monitor_get_drive, function in BraseroMediumMonitor
-brasero_medium_monitor_get_drives, function in BraseroMediumMonitor +brasero_medium_monitor_get_drives, function in BraseroMediumMonitor
-brasero_medium_monitor_get_media, function in BraseroMediumMonitor +brasero_medium_monitor_get_media, function in BraseroMediumMonitor
-brasero_medium_monitor_is_probing, function in BraseroMediumMonitor +brasero_medium_monitor_is_probing, function in BraseroMediumMonitor
@@ -504,43 +548,43 @@

V

-BraseroVolume, struct in BraseroVolume +BraseroVolume, struct in BraseroVolume
-brasero_volume_cancel_current_operation, function in BraseroVolume +brasero_volume_cancel_current_operation, function in BraseroVolume
-brasero_volume_get_gvolume, function in BraseroVolume +brasero_volume_get_gvolume, function in BraseroVolume
-brasero_volume_get_icon, function in BraseroVolume +brasero_volume_get_icon, function in BraseroVolume
-brasero_volume_get_mount_point, function in BraseroVolume +brasero_volume_get_mount_point, function in BraseroVolume
-brasero_volume_get_name, function in BraseroVolume +brasero_volume_get_name, function in BraseroVolume
-brasero_volume_is_mounted, function in BraseroVolume +brasero_volume_is_mounted, function in BraseroVolume
-brasero_volume_mount, function in BraseroVolume +brasero_volume_mount, function in BraseroVolume
-brasero_volume_umount, function in BraseroVolume +brasero_volume_umount, function in BraseroVolume
+
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/BraseroMedium.html brasero-3.12.3/docs/reference/libbrasero-media/html/BraseroMedium.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/BraseroMedium.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/BraseroMedium.html 2021-09-20 08:24:26.000000000 +0000 @@ -0,0 +1,1013 @@ + + + + +BraseroMedium: Libbrasero-media Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroMedium

+

BraseroMedium

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+BraseroMedia + +brasero_medium_get_status () +
+guint64 + +brasero_medium_get_max_write_speed () +
+guint64 * + +brasero_medium_get_write_speeds () +
+void + +brasero_medium_get_free_space () +
+void + +brasero_medium_get_capacity () +
+void + +brasero_medium_get_data_size () +
+gint64 + +brasero_medium_get_next_writable_address () +
+gboolean + +brasero_medium_can_be_rewritten () +
+gboolean + +brasero_medium_can_be_written () +
const gchar * + +brasero_medium_get_CD_TEXT_title () +
const gchar * + +brasero_medium_get_type_string () +
+gchar * + +brasero_medium_get_tooltip () +
+BraseroDrive * + +brasero_medium_get_drive () +
+guint + +brasero_medium_get_track_num () +
+gboolean + +brasero_medium_get_last_data_track_space () +
+gboolean + +brasero_medium_get_last_data_track_address () +
+gboolean + +brasero_medium_get_track_space () +
+gboolean + +brasero_medium_get_track_address () +
+gboolean + +brasero_medium_can_use_dummy_for_sao () +
+gboolean + +brasero_medium_can_use_dummy_for_tao () +
+gboolean + +brasero_medium_can_use_burnfree () +
+
+
+

Properties

+
+++++ + + + + + +
+BraseroDrive *driveRead / Write / Construct Only
+
+
+

Signals

+
+++++ + + + + + +
voidprobedNo Recursion
+
+
+

Types and Values

+
++++ + + + + +
structBraseroMedium
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroMedium
+        ╰── BraseroVolume
+
+
+
+

Description

+
+
+

Functions

+
+

brasero_medium_get_status ()

+
BraseroMedia
+brasero_medium_get_status (BraseroMedium *medium);
+

Gets the medium type and state.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a BraseroMedia.

+
+
+
+
+

brasero_medium_get_max_write_speed ()

+
guint64
+brasero_medium_get_max_write_speed (BraseroMedium *medium);
+

Gets the maximum speed that can be used to write to medium +. +Note: the speed are in B/sec.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a guint64.

+
+
+
+
+

brasero_medium_get_write_speeds ()

+
guint64 *
+brasero_medium_get_write_speeds (BraseroMedium *medium);
+

Gets an array holding all possible speeds to write to medium +. +Note: the speed are in B/sec.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a guint64 *.

+
+
+
+
+

brasero_medium_get_free_space ()

+
void
+brasero_medium_get_free_space (BraseroMedium *medium,
+                               goffset *bytes,
+                               goffset *blocks);
+

Stores in either size + (in bytes) or blocks + (the number of blocks) the space +on the disc that can be used for writing.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

medium

BraseroMedium

 

bytes

a gint64 * or NULL

 

blocks

a gint64 * or NULL

 
+
+
+
+
+

brasero_medium_get_capacity ()

+
void
+brasero_medium_get_capacity (BraseroMedium *medium,
+                             goffset *bytes,
+                             goffset *blocks);
+

Stores in either size + (in bytes) or blocks + (the number of blocks) the total +disc space. +Note that when the disc is closed this space is the one occupied by data. +Otherwise it is the sum of free and used space.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

medium

BraseroMedium

 

bytes

a gint64 * or NULL

 

blocks

a gint64 * or NULL

 
+
+
+
+
+

brasero_medium_get_data_size ()

+
void
+brasero_medium_get_data_size (BraseroMedium *medium,
+                              goffset *bytes,
+                              goffset *blocks);
+

Stores in either size + (in bytes) or blocks + (the number of blocks) the size +used to store data (including audio on CDs) on the disc.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

medium

BraseroMedium

 

bytes

a gint64 * or NULL

 

blocks

a gint64 * or NULL

 
+
+
+
+
+

brasero_medium_get_next_writable_address ()

+
gint64
+brasero_medium_get_next_writable_address
+                               (BraseroMedium *medium);
+

Gets the address (block number) that can be used to write a new session on medium +

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a gint64.

+
+
+
+
+

brasero_medium_can_be_rewritten ()

+
gboolean
+brasero_medium_can_be_rewritten (BraseroMedium *medium);
+

Gets whether the medium can be rewritten. Note: it also checks that the drive +can rewrite the medium type.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a gboolean. TRUE if the medium can be rewritten, FALSE otherwise.

+
+
+
+
+

brasero_medium_can_be_written ()

+
gboolean
+brasero_medium_can_be_written (BraseroMedium *medium);
+

Gets whether the medium can be written. It also checks that the medium can +write the medium.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a gboolean. TRUE if the medium can be rewritten, FALSE otherwise.

+
+
+
+
+

brasero_medium_get_CD_TEXT_title ()

+
const gchar *
+brasero_medium_get_CD_TEXT_title (BraseroMedium *medium);
+

Gets the CD-TEXT title for Medium +.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a gchar *.

+
+
+
+
+

brasero_medium_get_type_string ()

+
const gchar *
+brasero_medium_get_type_string (BraseroMedium *medium);
+

Returns the medium type as a string to be displayed in a UI.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a gchar *.

+
+
+
+
+

brasero_medium_get_tooltip ()

+
gchar *
+brasero_medium_get_tooltip (BraseroMedium *medium);
+

Returns a tooltip to be displayed in the UI. +It is of the form {content type} {disc type} in {drive name}.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a gchar *.

+
+
+
+
+

brasero_medium_get_drive ()

+
BraseroDrive *
+brasero_medium_get_drive (BraseroMedium *medium);
+

Gets the BraseroDrive in which the medium is inserted.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a BraseroDrive. No need to unref after use.

+

[transfer none]

+
+
+
+
+

brasero_medium_get_track_num ()

+
guint
+brasero_medium_get_track_num (BraseroMedium *medium);
+

Gets the number of tracks on the medium.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a guint.

+
+
+
+
+

brasero_medium_get_last_data_track_space ()

+
gboolean
+brasero_medium_get_last_data_track_space
+                               (BraseroMedium *medium,
+                                goffset *bytes,
+                                goffset *sectors);
+

Stores in either bytes + (in bytes) or in sectors + (in blocks) the space used by +the last track on the medium.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

medium

BraseroMedium

 

bytes

a goffset * or NULL

 

sectors

a goffset * or NULL

 
+
+
+

Returns

+

a gboolean. Returns TRUE if information could be retrieved.

+
+
+
+
+

brasero_medium_get_last_data_track_address ()

+
gboolean
+brasero_medium_get_last_data_track_address
+                               (BraseroMedium *medium,
+                                goffset *bytes,
+                                goffset *sectors);
+

Stores in either bytes + (in bytes) or in sectors + (in blocks) the address where +the last session starts. This is useful when creating a multisession image or +when reading the contents of this last track.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

medium

BraseroMedium

 

bytes

a goffset * or NULL

 

sectors

a goffset * or NULL

 
+
+
+

Returns

+

a gboolean. Returns TRUE if information could be retrieved.

+
+
+
+
+

brasero_medium_get_track_space ()

+
gboolean
+brasero_medium_get_track_space (BraseroMedium *medium,
+                                guint num,
+                                goffset *bytes,
+                                goffset *sectors);
+

Stores in either bytes + (in bytes) or in sectors + (in blocks) the space used +by session num + on the disc.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

medium

a BraseroMedium

 

num

a guint

 

bytes

a goffset * or NULL

 

sectors

a goffset * or NULL

 
+
+
+

Returns

+

a gboolean. Returns TRUE if information could be retrieved; +FALSE otherwise (usually when track num +doesn't exist).

+
+
+
+
+

brasero_medium_get_track_address ()

+
gboolean
+brasero_medium_get_track_address (BraseroMedium *medium,
+                                  guint num,
+                                  goffset *bytes,
+                                  goffset *sectors);
+

Stores in either bytes + (in bytes) or in sectors + (in blocks) the address at +which the session identified by num + starts.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

medium

a BraseroMedium

 

num

a guint

 

bytes

a goffset * or NULL

 

sectors

a goffset * or NULL

 
+
+
+

Returns

+

a gboolean. Returns TRUE if information could be retrieved; +FALSE otherwise (usually when track num +doesn't exist).

+
+
+
+
+

brasero_medium_can_use_dummy_for_sao ()

+
gboolean
+brasero_medium_can_use_dummy_for_sao (BraseroMedium *medium);
+

Gets whether the medium supports doing a test write with SAO on.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a gboolean. TRUE if the medium can use SAO write mode during a test write, FALSE otherwise.

+
+
+
+
+

brasero_medium_can_use_dummy_for_tao ()

+
gboolean
+brasero_medium_can_use_dummy_for_tao (BraseroMedium *medium);
+

Gets whether the medium supports doing a test write with TAO on.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a gboolean. TRUE if the medium can use TAO write mode during a test write, FALSE otherwise.

+
+
+
+
+

brasero_medium_can_use_burnfree ()

+
gboolean
+brasero_medium_can_use_burnfree (BraseroMedium *medium);
+

Gets whether the medium supports any burnfree technology.

+
+

Parameters

+
+++++ + + + + + +

medium

BraseroMedium

 
+
+
+

Returns

+

a gboolean. TRUE if the medium can use any burnfree technology, FALSE otherwise.

+
+
+
+
+

Types and Values

+
+

struct BraseroMedium

+
struct BraseroMedium;
+

Represents a physical medium currently inserted in a BraseroDrive.

+
+
+
+

Property Details

+
+

The “drive” property

+
  “drive”                    BraseroDrive *
+

Drive in which medium is inserted.

+

Owner: BraseroMedium

+

Flags: Read / Write / Construct Only

+
+
+
+

Signal Details

+
+

The “probed” signal

+
void
+user_function (BraseroMedium *medium,
+               gpointer       user_data)
+

This signal gets emitted when the medium inside the drive has been +fully probed. This is mostly for internal use.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

medium

the object which received the signal

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: No Recursion

+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/BraseroMediumMonitor.html brasero-3.12.3/docs/reference/libbrasero-media/html/BraseroMediumMonitor.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/BraseroMediumMonitor.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/BraseroMediumMonitor.html 2021-09-20 08:24:26.000000000 +0000 @@ -0,0 +1,568 @@ + + + + +BraseroMediumMonitor: Libbrasero-media Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroMediumMonitor

+

BraseroMediumMonitor

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + +
+BraseroMediumMonitor * + +brasero_medium_monitor_get_default () +
+GSList * + +brasero_medium_monitor_get_media () +
+GSList * + +brasero_medium_monitor_get_drives () +
+BraseroDrive * + +brasero_medium_monitor_get_drive () +
+gboolean + +brasero_medium_monitor_is_probing () +
+
+
+

Signals

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +
voiddrive-addedNo Recursion
voiddrive-removedNo Recursion
voidmedium-addedNo Recursion
voidmedium-removedNo Recursion
+
+
+

Types and Values

+
++++ + + + + + + + + + + + + + + +
structBraseroMediumMonitor
enumBraseroMediaType
enumBraseroDriveType
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroMediumMonitor
+
+
+
+

Description

+
+
+

Functions

+
+

brasero_medium_monitor_get_default ()

+
BraseroMediumMonitor *
+brasero_medium_monitor_get_default (void);
+

Gets the currently active monitor.

+
+

Returns

+

a BraseroMediumMonitor. Unref when it is not needed anymore.

+
+
+
+
+

brasero_medium_monitor_get_media ()

+
GSList *
+brasero_medium_monitor_get_media (BraseroMediumMonitor *monitor,
+                                  BraseroMediaType type);
+

Obtains the list of available media that are of the given type.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

monitor

a BraseroMediumMonitor

 

type

the type of BraseroMedium that should be in the list

 
+
+
+

Returns

+

a GSList of BraseroMedium or NULL. The list must be freed and the element unreffed when finished.

+

[element-type BraseroMedia.Medium][transfer full]

+
+
+
+
+

brasero_medium_monitor_get_drives ()

+
GSList *
+brasero_medium_monitor_get_drives (BraseroMediumMonitor *monitor,
+                                   BraseroDriveType type);
+

Gets the list of available drives that are of the given type.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

monitor

a BraseroMediumMonitor

 

type

a BraseroDriveType to tell what type of drives to include in the list

 
+
+
+

Returns

+

a GSList of BraseroDrive or NULL. The list must be freed and the element unreffed when finished.

+

[element-type BraseroMedia.Drive][transfer full]

+
+
+
+
+

brasero_medium_monitor_get_drive ()

+
BraseroDrive *
+brasero_medium_monitor_get_drive (BraseroMediumMonitor *monitor,
+                                  const gchar *device);
+

Returns the BraseroDrive object whose path is path +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

monitor

a BraseroMediumMonitor

 

device

the path of the device

 
+
+
+

Returns

+

a BraseroDrive or NULL. It should be unreffed when no longer in use.

+
+
+
+
+

brasero_medium_monitor_is_probing ()

+
gboolean
+brasero_medium_monitor_is_probing (BraseroMediumMonitor *monitor);
+

Returns if the library is still probing some other media.

+
+

Parameters

+
+++++ + + + + + +

monitor

a BraseroMediumMonitor

 
+
+
+

Returns

+

TRUE if it is still probing some media

+
+
+
+
+

Types and Values

+
+

struct BraseroMediumMonitor

+
struct BraseroMediumMonitor;
+
+
+
+

enum BraseroMediaType

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

BRASERO_MEDIA_TYPE_NONE

  

BRASERO_MEDIA_TYPE_FILE

  

BRASERO_MEDIA_TYPE_DATA

  

BRASERO_MEDIA_TYPE_AUDIO

  

BRASERO_MEDIA_TYPE_WRITABLE

  

BRASERO_MEDIA_TYPE_REWRITABLE

  

BRASERO_MEDIA_TYPE_ANY_IN_BURNER

  

BRASERO_MEDIA_TYPE_CD

  

BRASERO_MEDIA_TYPE_ALL_BUT_FILE

  

BRASERO_MEDIA_TYPE_ALL

  
+
+
+
+
+

enum BraseroDriveType

+
+

Members

+
+++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

BRASERO_DRIVE_TYPE_NONE

  

BRASERO_DRIVE_TYPE_FILE

  

BRASERO_DRIVE_TYPE_WRITER

  

BRASERO_DRIVE_TYPE_READER

  

BRASERO_DRIVE_TYPE_ALL_BUT_FILE

  

BRASERO_DRIVE_TYPE_ALL

  
+
+
+
+
+

Signal Details

+
+

The “drive-added” signal

+
void
+user_function (BraseroMediumMonitor *monitor,
+               BraseroDrive         *medium,
+               gpointer              user_data)
+

This signal gets emitted when a new drive was detected

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

monitor

the object which received the signal

 

medium

the new medium which was added

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: No Recursion

+
+
+
+

The “drive-removed” signal

+
void
+user_function (BraseroMediumMonitor *monitor,
+               BraseroDrive         *medium,
+               gpointer              user_data)
+

This signal gets emitted when a drive is not longer available

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

monitor

the object which received the signal

 

medium

the medium which was removed

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: No Recursion

+
+
+
+

The “medium-added” signal

+
void
+user_function (BraseroMediumMonitor *monitor,
+               BraseroMedium        *medium,
+               gpointer              user_data)
+

This signal gets emitted when a new medium was detected

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

monitor

the object which received the signal

 

medium

the new medium which was added

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: No Recursion

+
+
+
+

The “medium-removed” signal

+
void
+user_function (BraseroMediumMonitor *monitor,
+               BraseroMedium        *medium,
+               gpointer              user_data)
+

This signal gets emitted when a medium is not longer available

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

monitor

the object which received the signal

 

medium

the medium which was removed

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: No Recursion

+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/BraseroVolume.html brasero-3.12.3/docs/reference/libbrasero-media/html/BraseroVolume.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/BraseroVolume.html 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/BraseroVolume.html 2021-09-20 08:24:26.000000000 +0000 @@ -0,0 +1,403 @@ + + + + +BraseroVolume: Libbrasero-media Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

BraseroVolume

+

BraseroVolume

+
+
+

Functions

+
++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+gchar * + +brasero_volume_get_name () +
+GIcon * + +brasero_volume_get_icon () +
+GVolume * + +brasero_volume_get_gvolume () +
+gboolean + +brasero_volume_is_mounted () +
+gchar * + +brasero_volume_get_mount_point () +
+gboolean + +brasero_volume_umount () +
+gboolean + +brasero_volume_mount () +
+void + +brasero_volume_cancel_current_operation () +
+
+
+

Types and Values

+
++++ + + + + +
structBraseroVolume
+
+
+

Object Hierarchy

+
    GObject
+    ╰── BraseroMedium
+        ╰── BraseroVolume
+
+
+
+

Description

+
+
+

Functions

+
+

brasero_volume_get_name ()

+
gchar *
+brasero_volume_get_name (BraseroVolume *volume);
+

Returns a string that can be displayed to represent the volume²

+
+

Parameters

+
+++++ + + + + + +

volume

BraseroVolume *

 
+
+
+

Returns

+

a gchar *. Free when not needed anymore.

+
+
+
+
+

brasero_volume_get_icon ()

+
GIcon *
+brasero_volume_get_icon (BraseroVolume *volume);
+

Returns a GIcon pointer for the volume.

+
+

Parameters

+
+++++ + + + + + +

volume

BraseroVolume *

 
+
+
+

Returns

+

a GIcon*

+
+
+
+
+

brasero_volume_get_gvolume ()

+
GVolume *
+brasero_volume_get_gvolume (BraseroVolume *volume);
+

Gets the corresponding GVolume for volume +.

+
+

Parameters

+
+++++ + + + + + +

volume

BraseroVolume

 
+
+
+

Returns

+

a GVolume *.

+
+
+
+
+

brasero_volume_is_mounted ()

+
gboolean
+brasero_volume_is_mounted (BraseroVolume *volume);
+

Returns whether the volume is currently mounted.

+
+

Parameters

+
+++++ + + + + + +

volume

BraseroVolume

 
+
+
+

Returns

+

a gboolean. TRUE if it is mounted.

+
+
+
+
+

brasero_volume_get_mount_point ()

+
gchar *
+brasero_volume_get_mount_point (BraseroVolume *volume,
+                                GError **error);
+

Returns the path for mount point for volume +.

+
+

Parameters

+
+++++ + + + + + + + + + + + + +

volume

BraseroVolume

 

error

GError **

 
+
+
+

Returns

+

a gchar *

+
+
+
+
+

brasero_volume_umount ()

+
gboolean
+brasero_volume_umount (BraseroVolume *volume,
+                       gboolean wait,
+                       GError **error);
+

Unmount volume +. If wait is set to TRUE, then block (in a GMainLoop) until +the operation finishes.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

volume

BraseroVolume

 

wait

gboolean

 

error

GError **

 
+
+
+

Returns

+

a gboolean. TRUE if the operation succeeded.

+
+
+
+
+

brasero_volume_mount ()

+
gboolean
+brasero_volume_mount (BraseroVolume *volume,
+                      GtkWindow *parent_window,
+                      gboolean wait,
+                      GError **error);
+

Mount volume +. If wait is set to TRUE, then block (in a GMainLoop) until +the operation finishes. +parent_window + is used if an authentification is needed. Then the authentification +dialog will be set modal.

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + + + + + + +

volume

BraseroVolume *

 

parent_window

GtkWindow *

 

wait

gboolean

 

error

GError **

 
+
+
+

Returns

+

a gboolean. TRUE if the operation succeeded.

+
+
+
+
+

brasero_volume_cancel_current_operation ()

+
void
+brasero_volume_cancel_current_operation
+                               (BraseroVolume *volume);
+

Cancels all operations currently running for volume +

+
+

Parameters

+
+++++ + + + + + +

volume

BraseroVolume *

 
+
+
+
+
+

Types and Values

+
+

struct BraseroVolume

+
struct BraseroVolume;
+
+
+
+ + + \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/ch01.html brasero-3.12.3/docs/reference/libbrasero-media/html/ch01.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/ch01.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/ch01.html 2021-09-20 08:24:26.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -30,16 +30,16 @@ brasero-units
-BraseroMediumMonitor +BraseroMediumMonitor
BraseroDrive
-BraseroMedium +BraseroMedium
-BraseroVolume +BraseroVolume
BraseroMediumSelection @@ -50,6 +50,6 @@ +
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/index.html brasero-3.12.3/docs/reference/libbrasero-media/html/index.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/index.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/index.html 2021-09-20 08:24:26.000000000 +0000 @@ -6,7 +6,7 @@ - + @@ -30,16 +30,16 @@ brasero-units
-BraseroMediumMonitor +BraseroMediumMonitor
BraseroDrive
-BraseroMedium +BraseroMedium
-BraseroVolume +BraseroVolume
BraseroMediumSelection @@ -54,6 +54,6 @@ +
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-brasero-drive.html brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-brasero-drive.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-brasero-drive.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-brasero-drive.html 2021-09-20 08:24:26.000000000 +0000 @@ -6,21 +6,24 @@ - - - + + + - - + +
@@ -35,8 +38,8 @@

Functions

--++ @@ -49,7 +52,7 @@ - - -
-BraseroMedium * +BraseroMedium * brasero_drive_get_medium () @@ -57,14 +60,14 @@
-GDrive * +GDrive * brasero_drive_get_gdrive ()
const gchar * +const gchar * brasero_drive_get_udi () @@ -72,7 +75,7 @@
-gboolean +gboolean brasero_drive_is_fake () @@ -80,21 +83,21 @@
-gchar * +gchar * brasero_drive_get_display_name ()
const gchar * +const gchar * brasero_drive_get_device ()
const gchar * +const gchar * brasero_drive_get_block_device () @@ -102,7 +105,7 @@
-gchar * +gchar * brasero_drive_get_bus_target_lun_string () @@ -118,7 +121,7 @@
-gboolean +gboolean brasero_drive_can_write () @@ -126,7 +129,7 @@
-gboolean +gboolean brasero_drive_can_eject () @@ -134,7 +137,7 @@
-gboolean +gboolean brasero_drive_eject () @@ -150,7 +153,7 @@
-gboolean +gboolean brasero_drive_is_door_open () @@ -158,7 +161,7 @@
-gboolean +gboolean brasero_drive_can_use_exclusively () @@ -166,7 +169,7 @@
-gboolean +gboolean brasero_drive_lock () @@ -174,7 +177,7 @@
-gboolean +gboolean brasero_drive_unlock () @@ -184,11 +187,63 @@
+

Properties

+
+++++ + + + + + + + + + + + + + + + + + +
+char *deviceRead / Write / Construct Only
+GDrive *gdriveRead / Write
+char *udiRead / Write / Construct Only
+
+
+

Signals

+
+++++ + + + + + + + + + + + + +
voidmedium-addedNo Recursion
voidmedium-removedNo Recursion
+
+

Types and Values

--++ @@ -197,12 +252,18 @@ - +
 BraseroDriveBraseroDrive
+

Object Hierarchy

+
    GObject
+    ╰── BraseroDrive
+
+
+

Description

@@ -210,7 +271,7 @@

brasero_drive_reprobe ()

void
-brasero_drive_reprobe (BraseroDrive *drive);
+brasero_drive_reprobe (BraseroDrive *drive);

Reprobes the drive contents. Useful when an operation has just been performed (blanking, burning, ...) and medium status should be updated.

NOTE: This operation does not block.

@@ -224,7 +285,7 @@

drive

a BraseroDrive

a BraseroDrive

 
@@ -233,8 +294,8 @@

brasero_drive_get_medium ()

-
BraseroMedium *
-brasero_drive_get_medium (BraseroDrive *drive);
+
BraseroMedium *
+brasero_drive_get_medium (BraseroDrive *drive);

Gets the medium currently inserted in the drive. If there is no medium or if the medium is not probed yet then it returns NULL.

@@ -247,23 +308,23 @@

drive

-

a BraseroDrive

+

a BraseroDrive

 

Returns

-

a BraseroMedium object or NULL. No need to unref after use.

-

[transfer none]

+

a BraseroMedium object or NULL. No need to unref after use.

+

[transfer none]


brasero_drive_get_gdrive ()

-
GDrive *
-brasero_drive_get_gdrive (BraseroDrive *drive);
-

Returns the GDrive corresponding to this BraseroDrive

+
GDrive *
+brasero_drive_get_gdrive (BraseroDrive *drive);
+

Returns the GDrive corresponding to this BraseroDrive

Parameters

@@ -274,21 +335,21 @@ - +

drive

a BraseroDrive

a BraseroDrive

 

Returns

-

a GDrive or NULL. Unref after use.

+

a GDrive or NULL. Unref after use.


brasero_drive_get_udi ()

-
const gchar *
-brasero_drive_get_udi (BraseroDrive *drive);
+
const gchar *
+brasero_drive_get_udi (BraseroDrive *drive);

Gets a string holding the HAL udi corresponding to this device. It can be used to uniquely identify the drive.

@@ -301,7 +362,7 @@

drive

-

a BraseroDrive

+

a BraseroDrive

 
@@ -314,8 +375,8 @@

brasero_drive_is_fake ()

-
gboolean
-brasero_drive_is_fake (BraseroDrive *drive);
+
gboolean
+brasero_drive_is_fake (BraseroDrive *drive);

Returns whether or not the drive is a fake one. There is only one and corresponds to a file which is used when the user wants to burn to a file.

@@ -328,21 +389,21 @@

drive

-

a BraseroDrive

+

a BraseroDrive

 

Returns

-

TRUE or FALSE.

+

TRUE or FALSE.


brasero_drive_get_display_name ()

-
gchar *
-brasero_drive_get_display_name (BraseroDrive *drive);
+
gchar *
+brasero_drive_get_display_name (BraseroDrive *drive);

Gets a string holding the name for the drive. That string can be then displayed in a user interface.

@@ -355,7 +416,7 @@

drive

-

a BraseroDrive

+

a BraseroDrive

 
@@ -368,8 +429,8 @@

brasero_drive_get_device ()

-
const gchar *
-brasero_drive_get_device (BraseroDrive *drive);
+
const gchar *
+brasero_drive_get_device (BraseroDrive *drive);

Gets a string holding the device path for the drive.

Parameters

@@ -381,7 +442,7 @@

drive

-

a BraseroDrive

+

a BraseroDrive

 
@@ -395,8 +456,8 @@

brasero_drive_get_block_device ()

-
const gchar *
-brasero_drive_get_block_device (BraseroDrive *drive);
+
const gchar *
+brasero_drive_get_block_device (BraseroDrive *drive);

Gets a string holding the block device path for the drive. This can be used on some other OSes, like Solaris, for GIO operations instead of the device path.

@@ -414,7 +475,7 @@

drive

-

a BraseroDrive

+

a BraseroDrive

 
@@ -427,9 +488,9 @@

brasero_drive_get_bus_target_lun_string ()

-
gchar *
+
gchar *
 brasero_drive_get_bus_target_lun_string
-                               (BraseroDrive *drive);
+ (BraseroDrive *drive);

Returns the bus, target, lun ("{bus},{target},{lun}") as a string which is sometimes needed by some backends like cdrecord.

NOTE: that function returns either bus/target/lun or the device path @@ -446,7 +507,7 @@

drive

-

a BraseroDrive

+

a BraseroDrive

 
@@ -460,7 +521,7 @@

brasero_drive_get_caps ()

BraseroDriveCaps
-brasero_drive_get_caps (BraseroDrive *drive);
+brasero_drive_get_caps (BraseroDrive *drive);

Returns what type(s) of disc the drive can write to.

Parameters

@@ -472,7 +533,7 @@

drive

-

a BraseroDrive

+

a BraseroDrive

 
@@ -485,8 +546,8 @@

brasero_drive_can_write ()

-
gboolean
-brasero_drive_can_write (BraseroDrive *drive);
+
gboolean
+brasero_drive_can_write (BraseroDrive *drive);

Returns whether the disc can burn any disc at all.

Parameters

@@ -498,21 +559,21 @@

drive

-

a BraseroDrive

+

a BraseroDrive

 

Returns

-

a gboolean. TRUE if the drive can write a disc and FALSE otherwise

+

a gboolean. TRUE if the drive can write a disc and FALSE otherwise


brasero_drive_can_eject ()

-
gboolean
-brasero_drive_can_eject (BraseroDrive *drive);
+
gboolean
+brasero_drive_can_eject (BraseroDrive *drive);

Returns whether the drive can eject media.

Parameters

@@ -524,23 +585,23 @@

drive

-

BraseroDrive

+

BraseroDrive

 

Returns

-

a gboolean. TRUE if the media can be ejected, FALSE otherwise.

+

a gboolean. TRUE if the media can be ejected, FALSE otherwise.


brasero_drive_eject ()

-
gboolean
-brasero_drive_eject (BraseroDrive *drive,
-                     gboolean wait,
-                     GError **error);
+
gboolean
+brasero_drive_eject (BraseroDrive *drive,
+                     gboolean wait,
+                     GError **error);

Open the drive tray or ejects the media if there is any inside.

Parameters

@@ -553,17 +614,17 @@

drive

-

BraseroDrive

+

BraseroDrive

 

wait

-

gboolean whether to wait for the completion of the operation (with a GMainLoop)

+

gboolean whether to wait for the completion of the operation (with a GMainLoop)

 

error

-

GError

+

GError

  @@ -571,7 +632,7 @@

Returns

-

a gboolean. TRUE on success, FALSE otherwise.

+

a gboolean. TRUE on success, FALSE otherwise.


@@ -579,7 +640,7 @@

brasero_drive_cancel_current_operation ()

void
 brasero_drive_cancel_current_operation
-                               (BraseroDrive *drive);
+ (BraseroDrive *drive);

Cancels all operations currently running for drive

@@ -592,7 +653,7 @@

drive

-

BraseroDrive *

+

BraseroDrive *

 
@@ -601,8 +662,8 @@

brasero_drive_is_door_open ()

-
gboolean
-brasero_drive_is_door_open (BraseroDrive *drive);
+
gboolean
+brasero_drive_is_door_open (BraseroDrive *drive);

Returns whether or not the drive door is open.

Parameters

@@ -614,21 +675,21 @@

drive

-

a BraseroDrive

+

a BraseroDrive

 

Returns

-

TRUE or FALSE.

+

TRUE or FALSE.


brasero_drive_can_use_exclusively ()

-
gboolean
-brasero_drive_can_use_exclusively (BraseroDrive *drive);
+
gboolean
+brasero_drive_can_use_exclusively (BraseroDrive *drive);

Returns whether or not the drive can be used exclusively, that is whether or not it is currently used by another application.

@@ -641,24 +702,24 @@

drive

-

a BraseroDrive

+

a BraseroDrive

 

Returns

-

TRUE or FALSE.

+

TRUE or FALSE.


brasero_drive_lock ()

-
gboolean
-brasero_drive_lock (BraseroDrive *drive,
-                    const gchar *reason,
-                    gchar **reason_for_failure);
-

Locks a BraseroDrive. Manual ejection shouldn't be possible any more.

+
gboolean
+brasero_drive_lock (BraseroDrive *drive,
+                    const gchar *reason,
+                    gchar **reason_for_failure);
+

Locks a BraseroDrive. Manual ejection shouldn't be possible any more.

Parameters

@@ -670,7 +731,7 @@ - + @@ -688,15 +749,15 @@

Returns

-

TRUE if the drive was successfully locked or FALSE.

+

TRUE if the drive was successfully locked or FALSE.


brasero_drive_unlock ()

-
gboolean
-brasero_drive_unlock (BraseroDrive *drive);
-

Unlocks a BraseroDrive.

+
gboolean
+brasero_drive_unlock (BraseroDrive *drive);
+

Unlocks a BraseroDrive.

Parameters

drive

a BraseroDrive

a BraseroDrive

 
@@ -707,14 +768,14 @@ - +

drive

a BraseroDrive

a BraseroDrive

 

Returns

-

TRUE if the drive was successfully unlocked or FALSE.

+

TRUE if the drive was successfully unlocked or FALSE.

@@ -797,16 +858,117 @@

-

BraseroDrive

-
typedef struct {
-	GObject parent_instance;
-} BraseroDrive;
-
+

BraseroDrive

+
typedef struct _BraseroDrive BraseroDrive;

Represents a physical drive currently connected.

+
+

Property Details

+
+

The “device” property

+
  “device”                   char *
+

Device path for the drive.

+

Owner: BraseroDrive

+

Flags: Read / Write / Construct Only

+

Default value: NULL

+
+
+
+

The “gdrive” property

+
  “gdrive”                   GDrive *
+

A GDrive object for the drive.

+

Owner: BraseroDrive

+

Flags: Read / Write

+
+
+
+

The “udi” property

+
  “udi”                      char *
+

HAL udi as a string (Deprecated).

+

Owner: BraseroDrive

+

Flags: Read / Write / Construct Only

+

Default value: NULL

+
+
+
+

Signal Details

+
+

The “medium-added” signal

+
void
+user_function (BraseroDrive  *drive,
+               BraseroMedium *medium,
+               gpointer       user_data)
+

This signal gets emitted when a new medium was detected

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

drive

the object which received the signal

 

medium

the new medium which was added

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: No Recursion

+
+
+
+

The “medium-removed” signal

+
void
+user_function (BraseroDrive  *drive,
+               BraseroMedium *medium,
+               gpointer       user_data)
+

This signal gets emitted when a medium is not longer available

+
+

Parameters

+
+++++ + + + + + + + + + + + + + + + + + +

drive

the object which received the signal

 

medium

the medium which was removed

 

user_data

user data set when the signal handler was connected.

 
+
+

Flags: No Recursion

+
+
+
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-BraseroDriveSelection.html brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-BraseroDriveSelection.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-BraseroDriveSelection.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-BraseroDriveSelection.html 2021-09-20 08:24:26.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -35,13 +35,13 @@

Functions

--++
-GtkWidget * +GtkWidget * brasero_drive_selection_new () @@ -49,7 +49,7 @@
-BraseroDrive * +BraseroDrive * brasero_drive_selection_get_active () @@ -57,7 +57,7 @@
-gboolean +gboolean brasero_drive_selection_set_active () @@ -78,8 +78,8 @@

Types and Values

--++ @@ -94,18 +94,18 @@

Functions

brasero_drive_selection_new ()

-
GtkWidget *
+
GtkWidget *
 brasero_drive_selection_new (void);

Creates a new BraseroDriveSelection object

Returns

-

a GtkWidget. Unref when it is not needed anymore.

+

a GtkWidget. Unref when it is not needed anymore.


brasero_drive_selection_get_active ()

-
BraseroDrive *
+
BraseroDrive *
 brasero_drive_selection_get_active (BraseroDriveSelection *selector);

Gets the active drive.

@@ -125,15 +125,15 @@

Returns

-

a BraseroDrive or NULL. Unref when it is not needed anymore.

+

a BraseroDrive or NULL. Unref when it is not needed anymore.


brasero_drive_selection_set_active ()

-
gboolean
+
gboolean
 brasero_drive_selection_set_active (BraseroDriveSelection *selector,
-                                    BraseroDrive *drive);
+ BraseroDrive *drive);

Sets the active drive. Emits the ::drive-changed signal.

Parameters

@@ -151,7 +151,7 @@
- + @@ -159,7 +159,7 @@

Returns

-

a gboolean. TRUE if it succeeded, FALSE otherwise.

+

a gboolean. TRUE if it succeeded, FALSE otherwise.


@@ -167,7 +167,7 @@

brasero_drive_selection_show_type ()

void
 brasero_drive_selection_show_type (BraseroDriveSelection *selector,
-                                   BraseroDriveType type);
+ BraseroDriveType type);

Filters and displays drive corresponding to type .

@@ -186,7 +186,7 @@
- + @@ -206,6 +206,6 @@ +
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-brasero-media.html brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-brasero-media.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-brasero-media.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-brasero-media.html 2021-09-20 08:24:26.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -35,8 +35,8 @@

Functions

struct

drive

a BraseroDrive to set as the active one in the selector

a BraseroDrive to set as the active one in the selector

 

type

a BraseroDriveType

a BraseroDriveType

 
--++ @@ -57,7 +57,7 @@ - +
-GOptionGroup * +GOptionGroup * brasero_media_get_option_group () @@ -65,7 +65,7 @@
-GQuark +GQuark brasero_media_quark () @@ -126,8 +126,8 @@

Types and Values

--++ @@ -265,20 +265,20 @@

brasero_media_get_option_group ()

-
GOptionGroup *
+
GOptionGroup *
 brasero_media_get_option_group (void);

Returns a GOptionGroup for the commandline arguments recognized by libbrasero-media. -You should add this to your GOptionContext if your are using g_option_context_parse() +You should add this to your GOptionContext if your are using g_option_context_parse() to parse your commandline arguments.

Returns

-

a GOptionGroup *

+

a GOptionGroup *


brasero_media_quark ()

-
GQuark
+
GQuark
 brasero_media_quark (void);

@@ -639,6 +639,6 @@ +
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-BraseroMedium.html brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-BraseroMedium.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-BraseroMedium.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-BraseroMedium.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,931 +0,0 @@ - - - - -BraseroMedium: Libbrasero-media Reference Manual - - - - - - - - - -
- - - - - - -
-
-
- - -
-

BraseroMedium

-

BraseroMedium

-
- -
-

Types and Values

-
---- - - - - -
structBraseroMedium
-
-
-

Description

-
-
-

Functions

-
-

brasero_medium_get_status ()

-
BraseroMedia
-brasero_medium_get_status (BraseroMedium *medium);
-

Gets the medium type and state.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a BraseroMedia.

-
-
-
-
-

brasero_medium_get_max_write_speed ()

-
guint64
-brasero_medium_get_max_write_speed (BraseroMedium *medium);
-

Gets the maximum speed that can be used to write to medium -. -Note: the speed are in B/sec.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a guint64.

-
-
-
-
-

brasero_medium_get_write_speeds ()

-
guint64 *
-brasero_medium_get_write_speeds (BraseroMedium *medium);
-

Gets an array holding all possible speeds to write to medium -. -Note: the speed are in B/sec.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a guint64 *.

-
-
-
-
-

brasero_medium_get_free_space ()

-
void
-brasero_medium_get_free_space (BraseroMedium *medium,
-                               goffset *bytes,
-                               goffset *blocks);
-

Stores in either size - (in bytes) or blocks - (the number of blocks) the space -on the disc that can be used for writing.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

medium

BraseroMedium

 

bytes

a gint64 * or NULL

 

blocks

a gint64 * or NULL

 
-
-
-
-
-

brasero_medium_get_capacity ()

-
void
-brasero_medium_get_capacity (BraseroMedium *medium,
-                             goffset *bytes,
-                             goffset *blocks);
-

Stores in either size - (in bytes) or blocks - (the number of blocks) the total -disc space. -Note that when the disc is closed this space is the one occupied by data. -Otherwise it is the sum of free and used space.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

medium

BraseroMedium

 

bytes

a gint64 * or NULL

 

blocks

a gint64 * or NULL

 
-
-
-
-
-

brasero_medium_get_data_size ()

-
void
-brasero_medium_get_data_size (BraseroMedium *medium,
-                              goffset *bytes,
-                              goffset *blocks);
-

Stores in either size - (in bytes) or blocks - (the number of blocks) the size -used to store data (including audio on CDs) on the disc.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

medium

BraseroMedium

 

bytes

a gint64 * or NULL

 

blocks

a gint64 * or NULL

 
-
-
-
-
-

brasero_medium_get_next_writable_address ()

-
gint64
-brasero_medium_get_next_writable_address
-                               (BraseroMedium *medium);
-

Gets the address (block number) that can be used to write a new session on medium -

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a gint64.

-
-
-
-
-

brasero_medium_can_be_rewritten ()

-
gboolean
-brasero_medium_can_be_rewritten (BraseroMedium *medium);
-

Gets whether the medium can be rewritten. Note: it also checks that the drive -can rewrite the medium type.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a gboolean. TRUE if the medium can be rewritten, FALSE otherwise.

-
-
-
-
-

brasero_medium_can_be_written ()

-
gboolean
-brasero_medium_can_be_written (BraseroMedium *medium);
-

Gets whether the medium can be written. It also checks that the medium can -write the medium.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a gboolean. TRUE if the medium can be rewritten, FALSE otherwise.

-
-
-
-
-

brasero_medium_get_CD_TEXT_title ()

-
const gchar *
-brasero_medium_get_CD_TEXT_title (BraseroMedium *medium);
-

Gets the CD-TEXT title for Medium -.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a gchar *.

-
-
-
-
-

brasero_medium_get_type_string ()

-
const gchar *
-brasero_medium_get_type_string (BraseroMedium *medium);
-

Returns the medium type as a string to be displayed in a UI.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a gchar *.

-
-
-
-
-

brasero_medium_get_tooltip ()

-
gchar *
-brasero_medium_get_tooltip (BraseroMedium *medium);
-

Returns a tooltip to be displayed in the UI. -It is of the form {content type} {disc type} in {drive name}.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a gchar *.

-
-
-
-
-

brasero_medium_get_drive ()

-
BraseroDrive *
-brasero_medium_get_drive (BraseroMedium *medium);
-

Gets the BraseroDrive in which the medium is inserted.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a BraseroDrive. No need to unref after use.

-

[transfer none]

-
-
-
-
-

brasero_medium_get_track_num ()

-
guint
-brasero_medium_get_track_num (BraseroMedium *medium);
-

Gets the number of tracks on the medium.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a guint.

-
-
-
-
-

brasero_medium_get_last_data_track_space ()

-
gboolean
-brasero_medium_get_last_data_track_space
-                               (BraseroMedium *medium,
-                                goffset *bytes,
-                                goffset *sectors);
-

Stores in either bytes - (in bytes) or in sectors - (in blocks) the space used by -the last track on the medium.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

medium

BraseroMedium

 

bytes

a goffset * or NULL

 

sectors

a goffset * or NULL

 
-
-
-

Returns

-

a gboolean. Returns TRUE if information could be retrieved.

-
-
-
-
-

brasero_medium_get_last_data_track_address ()

-
gboolean
-brasero_medium_get_last_data_track_address
-                               (BraseroMedium *medium,
-                                goffset *bytes,
-                                goffset *sectors);
-

Stores in either bytes - (in bytes) or in sectors - (in blocks) the address where -the last session starts. This is useful when creating a multisession image or -when reading the contents of this last track.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

medium

BraseroMedium

 

bytes

a goffset * or NULL

 

sectors

a goffset * or NULL

 
-
-
-

Returns

-

a gboolean. Returns TRUE if information could be retrieved.

-
-
-
-
-

brasero_medium_get_track_space ()

-
gboolean
-brasero_medium_get_track_space (BraseroMedium *medium,
-                                guint num,
-                                goffset *bytes,
-                                goffset *sectors);
-

Stores in either bytes - (in bytes) or in sectors - (in blocks) the space used -by session num - on the disc.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

medium

a BraseroMedium

 

num

a guint

 

bytes

a goffset * or NULL

 

sectors

a goffset * or NULL

 
-
-
-

Returns

-

a gboolean. Returns TRUE if information could be retrieved; -FALSE otherwise (usually when track num -doesn't exist).

-
-
-
-
-

brasero_medium_get_track_address ()

-
gboolean
-brasero_medium_get_track_address (BraseroMedium *medium,
-                                  guint num,
-                                  goffset *bytes,
-                                  goffset *sectors);
-

Stores in either bytes - (in bytes) or in sectors - (in blocks) the address at -which the session identified by num - starts.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

medium

a BraseroMedium

 

num

a guint

 

bytes

a goffset * or NULL

 

sectors

a goffset * or NULL

 
-
-
-

Returns

-

a gboolean. Returns TRUE if information could be retrieved; -FALSE otherwise (usually when track num -doesn't exist).

-
-
-
-
-

brasero_medium_can_use_dummy_for_sao ()

-
gboolean
-brasero_medium_can_use_dummy_for_sao (BraseroMedium *medium);
-

Gets whether the medium supports doing a test write with SAO on.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a gboolean. TRUE if the medium can use SAO write mode during a test write, FALSE otherwise.

-
-
-
-
-

brasero_medium_can_use_dummy_for_tao ()

-
gboolean
-brasero_medium_can_use_dummy_for_tao (BraseroMedium *medium);
-

Gets whether the medium supports doing a test write with TAO on.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a gboolean. TRUE if the medium can use TAO write mode during a test write, FALSE otherwise.

-
-
-
-
-

brasero_medium_can_use_burnfree ()

-
gboolean
-brasero_medium_can_use_burnfree (BraseroMedium *medium);
-

Gets whether the medium supports any burnfree technology.

-
-

Parameters

-
----- - - - - - -

medium

BraseroMedium

 
-
-
-

Returns

-

a gboolean. TRUE if the medium can use any burnfree technology, FALSE otherwise.

-
-
-
-
-

Types and Values

-
-

struct BraseroMedium

-
struct BraseroMedium {
-	GObject parent_instance;
-};
-
-

Represents a physical medium currently inserted in a BraseroDrive.

-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-BraseroMediumMonitor.html brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-BraseroMediumMonitor.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-BraseroMediumMonitor.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-BraseroMediumMonitor.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,381 +0,0 @@ - - - - -BraseroMediumMonitor: Libbrasero-media Reference Manual - - - - - - - - - - - - - - - - -
-
-
- - -
-

BraseroMediumMonitor

-

BraseroMediumMonitor

-
- -
-

Types and Values

-
---- - - - - - - - - - - - - - - -
structBraseroMediumMonitor
enumBraseroMediaType
enumBraseroDriveType
-
-
-

Description

-
-
-

Functions

-
-

brasero_medium_monitor_get_default ()

-
BraseroMediumMonitor *
-brasero_medium_monitor_get_default (void);
-

Gets the currently active monitor.

-
-

Returns

-

a BraseroMediumMonitor. Unref when it is not needed anymore.

-
-
-
-
-

brasero_medium_monitor_get_media ()

-
GSList *
-brasero_medium_monitor_get_media (BraseroMediumMonitor *monitor,
-                                  BraseroMediaType type);
-

Obtains the list of available media that are of the given type.

-
-

Parameters

-
----- - - - - - - - - - - - - -

monitor

a BraseroMediumMonitor

 

type

the type of BraseroMedium that should be in the list

 
-
-
-

Returns

-

a GSList of BraseroMedium or NULL. The list must be freed and the element unreffed when finished.

-

[element-type BraseroMedia.Medium][transfer full]

-
-
-
-
-

brasero_medium_monitor_get_drives ()

-
GSList *
-brasero_medium_monitor_get_drives (BraseroMediumMonitor *monitor,
-                                   BraseroDriveType type);
-

Gets the list of available drives that are of the given type.

-
-

Parameters

-
----- - - - - - - - - - - - - -

monitor

a BraseroMediumMonitor

 

type

a BraseroDriveType to tell what type of drives to include in the list

 
-
-
-

Returns

-

a GSList of BraseroDrive or NULL. The list must be freed and the element unreffed when finished.

-

[element-type BraseroMedia.Drive][transfer full]

-
-
-
-
-

brasero_medium_monitor_get_drive ()

-
BraseroDrive *
-brasero_medium_monitor_get_drive (BraseroMediumMonitor *monitor,
-                                  const gchar *device);
-

Returns the BraseroDrive object whose path is path -.

-
-

Parameters

-
----- - - - - - - - - - - - - -

monitor

a BraseroMediumMonitor

 

device

the path of the device

 
-
-
-

Returns

-

a BraseroDrive or NULL. It should be unreffed when no longer in use.

-
-
-
-
-

brasero_medium_monitor_is_probing ()

-
gboolean
-brasero_medium_monitor_is_probing (BraseroMediumMonitor *monitor);
-

Returns if the library is still probing some other media.

-
-

Parameters

-
----- - - - - - -

monitor

a BraseroMediumMonitor

 
-
-
-

Returns

-

TRUE if it is still probing some media

-
-
-
-
-

Types and Values

-
-

struct BraseroMediumMonitor

-
struct BraseroMediumMonitor {
-	GObject parent_instance;
-};
-
-
-
-
-

enum BraseroMediaType

-
-

Members

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

BRASERO_MEDIA_TYPE_NONE

  

BRASERO_MEDIA_TYPE_FILE

  

BRASERO_MEDIA_TYPE_DATA

  

BRASERO_MEDIA_TYPE_AUDIO

  

BRASERO_MEDIA_TYPE_WRITABLE

  

BRASERO_MEDIA_TYPE_REWRITABLE

  

BRASERO_MEDIA_TYPE_ANY_IN_BURNER

  

BRASERO_MEDIA_TYPE_CD

  

BRASERO_MEDIA_TYPE_ALL_BUT_FILE

  

BRASERO_MEDIA_TYPE_ALL

  
-
-
-
-
-

enum BraseroDriveType

-
-

Members

-
----- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

BRASERO_DRIVE_TYPE_NONE

  

BRASERO_DRIVE_TYPE_FILE

  

BRASERO_DRIVE_TYPE_WRITER

  

BRASERO_DRIVE_TYPE_READER

  

BRASERO_DRIVE_TYPE_ALL_BUT_FILE

  

BRASERO_DRIVE_TYPE_ALL

  
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-BraseroMediumSelection.html brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-BraseroMediumSelection.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-BraseroMediumSelection.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-BraseroMediumSelection.html 2021-09-20 08:24:26.000000000 +0000 @@ -6,9 +6,9 @@ - + - + @@ -19,7 +19,7 @@
Home UpPrevPrev Next
@@ -35,13 +35,13 @@

Functions

--++
-GtkWidget * +GtkWidget * brasero_medium_selection_new () @@ -49,7 +49,7 @@
-BraseroMedium * +BraseroMedium * brasero_medium_selection_get_active () @@ -57,7 +57,7 @@
-gboolean +gboolean brasero_medium_selection_set_active () @@ -78,8 +78,8 @@

Types and Values

--++ @@ -94,18 +94,18 @@

Functions

brasero_medium_selection_new ()

-
GtkWidget *
+
GtkWidget *
 brasero_medium_selection_new (void);

Creates a new BraseroMediumSelection object

Returns

-

a GtkWidget. Unref when it is not needed anymore.

+

a GtkWidget. Unref when it is not needed anymore.


brasero_medium_selection_get_active ()

-
BraseroMedium *
+
BraseroMedium *
 brasero_medium_selection_get_active (BraseroMediumSelection *selector);

Gets the active medium.

@@ -125,15 +125,15 @@

Returns

-

a BraseroMedium or NULL. Unref when it is not needed anymore.

+

a BraseroMedium or NULL. Unref when it is not needed anymore.


brasero_medium_selection_set_active ()

-
gboolean
+
gboolean
 brasero_medium_selection_set_active (BraseroMediumSelection *selector,
-                                     BraseroMedium *medium);
+ BraseroMedium *medium);

Sets the active medium. Emits the ::medium-changed signal.

Parameters

@@ -151,7 +151,7 @@
- + @@ -159,7 +159,7 @@

Returns

-

a gboolean. TRUE if it succeeded, FALSE otherwise.

+

a gboolean. TRUE if it succeeded, FALSE otherwise.


@@ -168,7 +168,7 @@
void
 brasero_medium_selection_show_media_type
                                (BraseroMediumSelection *selector,
-                                BraseroMediaType type);
+ BraseroMediaType type);

Filters and displays media corresponding to type .

@@ -187,7 +187,7 @@
- + @@ -208,6 +208,6 @@ +
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-brasero-units.html brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-brasero-units.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-brasero-units.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-brasero-units.html 2021-09-20 08:24:26.000000000 +0000 @@ -7,8 +7,8 @@ - - + + @@ -20,7 +20,7 @@ - +
struct

medium

a BraseroMedium to set as the active one in the selector

a BraseroMedium to set as the active one in the selector

 

type

a BraseroMediaType

a BraseroMediaType

 
Home Up PrevNextNext
@@ -35,8 +35,8 @@

Functions

--++ @@ -101,7 +101,7 @@
-gchar * +gchar * brasero_units_get_time_string () @@ -109,7 +109,7 @@
-gchar * +gchar * brasero_units_get_time_string_from_size () @@ -122,8 +122,8 @@

Types and Values

--++ @@ -198,19 +198,19 @@

brasero_units_get_time_string ()

-
gchar *
-brasero_units_get_time_string (guint64 time,
-                               gboolean with_unit,
-                               gboolean round);
+
gchar *
+brasero_units_get_time_string (guint64 time,
+                               gboolean with_unit,
+                               gboolean round);

brasero_units_get_time_string_from_size ()

-
gchar *
+
gchar *
 brasero_units_get_time_string_from_size
-                               (gint64 size,
-                                gboolean with_unit,
-                                gboolean round);
+ (gint64 size, + gboolean with_unit, + gboolean round);
@@ -235,6 +235,6 @@
+
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-BraseroVolume.html brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-BraseroVolume.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media-BraseroVolume.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media-BraseroVolume.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,398 +0,0 @@ - - - - -BraseroVolume: Libbrasero-media Reference Manual - - - - - - - - - -
- - - - - - -
-
-
- - -
-

BraseroVolume

-

BraseroVolume

-
-
-

Functions

-
---- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-gchar * - -brasero_volume_get_name () -
-GIcon * - -brasero_volume_get_icon () -
-GVolume * - -brasero_volume_get_gvolume () -
-gboolean - -brasero_volume_is_mounted () -
-gchar * - -brasero_volume_get_mount_point () -
-gboolean - -brasero_volume_umount () -
-gboolean - -brasero_volume_mount () -
-void - -brasero_volume_cancel_current_operation () -
-
-
-

Types and Values

-
---- - - - - -
structBraseroVolume
-
-
-

Description

-
-
-

Functions

-
-

brasero_volume_get_name ()

-
gchar *
-brasero_volume_get_name (BraseroVolume *volume);
-

Returns a string that can be displayed to represent the volume²

-
-

Parameters

-
----- - - - - - -

volume

BraseroVolume *

 
-
-
-

Returns

-

a gchar *. Free when not needed anymore.

-
-
-
-
-

brasero_volume_get_icon ()

-
GIcon *
-brasero_volume_get_icon (BraseroVolume *volume);
-

Returns a GIcon pointer for the volume.

-
-

Parameters

-
----- - - - - - -

volume

BraseroVolume *

 
-
-
-

Returns

-

a GIcon*

-
-
-
-
-

brasero_volume_get_gvolume ()

-
GVolume *
-brasero_volume_get_gvolume (BraseroVolume *volume);
-

Gets the corresponding GVolume for volume -.

-
-

Parameters

-
----- - - - - - -

volume

BraseroVolume

 
-
-
-

Returns

-

a GVolume *.

-
-
-
-
-

brasero_volume_is_mounted ()

-
gboolean
-brasero_volume_is_mounted (BraseroVolume *volume);
-

Returns whether the volume is currently mounted.

-
-

Parameters

-
----- - - - - - -

volume

BraseroVolume

 
-
-
-

Returns

-

a gboolean. TRUE if it is mounted.

-
-
-
-
-

brasero_volume_get_mount_point ()

-
gchar *
-brasero_volume_get_mount_point (BraseroVolume *volume,
-                                GError **error);
-

Returns the path for mount point for volume -.

-
-

Parameters

-
----- - - - - - - - - - - - - -

volume

BraseroVolume

 

error

GError **

 
-
-
-

Returns

-

a gchar *

-
-
-
-
-

brasero_volume_umount ()

-
gboolean
-brasero_volume_umount (BraseroVolume *volume,
-                       gboolean wait,
-                       GError **error);
-

Unmount volume -. If wait is set to TRUE, then block (in a GMainLoop) until -the operation finishes.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - -

volume

BraseroVolume

 

wait

gboolean

 

error

GError **

 
-
-
-

Returns

-

a gboolean. TRUE if the operation succeeded.

-
-
-
-
-

brasero_volume_mount ()

-
gboolean
-brasero_volume_mount (BraseroVolume *volume,
-                      GtkWindow *parent_window,
-                      gboolean wait,
-                      GError **error);
-

Mount volume -. If wait is set to TRUE, then block (in a GMainLoop) until -the operation finishes. -parent_window - is used if an authentification is needed. Then the authentification -dialog will be set modal.

-
-

Parameters

-
----- - - - - - - - - - - - - - - - - - - - - - - -

volume

BraseroVolume *

 

parent_window

GtkWindow *

 

wait

gboolean

 

error

GError **

 
-
-
-

Returns

-

a gboolean. TRUE if the operation succeeded.

-
-
-
-
-

brasero_volume_cancel_current_operation ()

-
void
-brasero_volume_cancel_current_operation
-                               (BraseroVolume *volume);
-

Cancels all operations currently running for volume -

-
-

Parameters

-
----- - - - - - -

volume

BraseroVolume *

 
-
-
-
-
-

Types and Values

-
-

struct BraseroVolume

-
struct BraseroVolume {
-	BraseroMedium parent_instance;
-};
-
-
-
-
- - - \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media.devhelp2 brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media.devhelp2 --- brasero-3.12.2/docs/reference/libbrasero-media/html/libbrasero-media.devhelp2 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/libbrasero-media.devhelp2 2021-09-20 08:24:26.000000000 +0000 @@ -4,10 +4,10 @@ - + - - + + @@ -70,14 +70,18 @@ - - - - - - - - + + + + + + + + + + + + @@ -97,38 +101,45 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -168,22 +179,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/object-tree.html brasero-3.12.3/docs/reference/libbrasero-media/html/object-tree.html --- brasero-3.12.2/docs/reference/libbrasero-media/html/object-tree.html 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/object-tree.html 2021-09-20 08:24:26.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -23,10 +23,14 @@

Object Hierarchy

-
+    GObject
+    ├── BraseroDrive
+    ├── BraseroMedium
+       ╰── BraseroVolume
+    ╰── BraseroMediumMonitor
 
+
Generated by GTK-Doc V1.33.2 \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/html/style.css brasero-3.12.3/docs/reference/libbrasero-media/html/style.css --- brasero-3.12.2/docs/reference/libbrasero-media/html/style.css 2017-07-31 16:39:15.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/html/style.css 2021-09-20 08:24:26.000000000 +0000 @@ -30,6 +30,10 @@ vertical-align: top; } +span.nowrap { + white-space: nowrap; +} + div.gallery-float { float: left; @@ -57,18 +61,6 @@ color: #729fcf; } -div.informaltable table -{ - border-collapse: separate; - border-spacing: 1em 0.3em; - border: none; -} - -div.informaltable table td, div.informaltable table th -{ - vertical-align: top; -} - .function_type, .variable_type, .property_type, @@ -123,6 +115,7 @@ margin: 0.25em; } +div.informaltable table[border="1"], div.table table { border-collapse: collapse; @@ -131,6 +124,8 @@ border: solid 1px #babdb6; } +div.informaltable table[border="1"] td, +div.informaltable table th, div.table table td, div.table table th { /* tango:aluminium 3 */ @@ -139,6 +134,7 @@ vertical-align: top; } +div.informaltable table[border="1"] th, div.table table th { /* tango:aluminium 2 */ @@ -289,29 +285,11 @@ font-weight: normal; } -acronym,abbr +acronym,abbr { border-bottom: 1px dotted gray; } -/* code listings */ - -.listing_code .programlisting .normal, -.listing_code .programlisting .normal a, -.listing_code .programlisting .number, -.listing_code .programlisting .cbracket, -.listing_code .programlisting .symbol { color: #555753; } -.listing_code .programlisting .comment, -.listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */ -.listing_code .programlisting .function, -.listing_code .programlisting .function a, -.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */ -.listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */ -.listing_code .programlisting .keyword, -.listing_code .programlisting .usertype, -.listing_code .programlisting .type, -.listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */ - .listing_frame { /* tango:sky blue 1 */ border: solid 1px #729fcf; @@ -477,3 +455,71 @@ } } +.hll { background-color: #ffffcc } +.c { color: #408080; font-style: italic } /* Comment */ +.err { border: 1px solid #FF0000 } /* Error */ +.k { color: #008000; font-weight: bold } /* Keyword */ +.o { color: #666666 } /* Operator */ +.ch { color: #408080; font-style: italic } /* Comment.Hashbang */ +.cm { color: #408080; font-style: italic } /* Comment.Multiline */ +.cp { color: #BC7A00 } /* Comment.Preproc */ +.cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */ +.c1 { color: #408080; font-style: italic } /* Comment.Single */ +.cs { color: #408080; font-style: italic } /* Comment.Special */ +.gd { color: #A00000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.gi { color: #00A000 } /* Generic.Inserted */ +.go { color: #888888 } /* Generic.Output */ +.gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.gs { font-weight: bold } /* Generic.Strong */ +.gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.gt { color: #0044DD } /* Generic.Traceback */ +.kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.kp { color: #008000 } /* Keyword.Pseudo */ +.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.kt { color: #B00040 } /* Keyword.Type */ +.m { color: #666666 } /* Literal.Number */ +.s { color: #BA2121 } /* Literal.String */ +.na { color: #7D9029 } /* Name.Attribute */ +.nb { color: #008000 } /* Name.Builtin */ +.nc { color: #0000FF; font-weight: bold } /* Name.Class */ +.no { color: #880000 } /* Name.Constant */ +.nd { color: #AA22FF } /* Name.Decorator */ +.ni { color: #999999; font-weight: bold } /* Name.Entity */ +.ne { color: #D2413A; font-weight: bold } /* Name.Exception */ +.nf { color: #0000FF } /* Name.Function */ +.nl { color: #A0A000 } /* Name.Label */ +.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.nt { color: #008000; font-weight: bold } /* Name.Tag */ +.nv { color: #19177C } /* Name.Variable */ +.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mb { color: #666666 } /* Literal.Number.Bin */ +.mf { color: #666666 } /* Literal.Number.Float */ +.mh { color: #666666 } /* Literal.Number.Hex */ +.mi { color: #666666 } /* Literal.Number.Integer */ +.mo { color: #666666 } /* Literal.Number.Oct */ +.sa { color: #BA2121 } /* Literal.String.Affix */ +.sb { color: #BA2121 } /* Literal.String.Backtick */ +.sc { color: #BA2121 } /* Literal.String.Char */ +.dl { color: #BA2121 } /* Literal.String.Delimiter */ +.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #BA2121 } /* Literal.String.Double */ +.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */ +.sh { color: #BA2121 } /* Literal.String.Heredoc */ +.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */ +.sx { color: #008000 } /* Literal.String.Other */ +.sr { color: #BB6688 } /* Literal.String.Regex */ +.s1 { color: #BA2121 } /* Literal.String.Single */ +.ss { color: #19177C } /* Literal.String.Symbol */ +.bp { color: #008000 } /* Name.Builtin.Pseudo */ +.fm { color: #0000FF } /* Name.Function.Magic */ +.vc { color: #19177C } /* Name.Variable.Class */ +.vg { color: #19177C } /* Name.Variable.Global */ +.vi { color: #19177C } /* Name.Variable.Instance */ +.vm { color: #19177C } /* Name.Variable.Magic */ +.il { color: #666666 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/libbrasero-media.types brasero-3.12.3/docs/reference/libbrasero-media/libbrasero-media.types --- brasero-3.12.2/docs/reference/libbrasero-media/libbrasero-media.types 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/libbrasero-media.types 2021-09-20 08:24:26.000000000 +0000 @@ -0,0 +1,4 @@ +brasero_drive_get_type +brasero_medium_get_type +brasero_medium_monitor_get_type +brasero_volume_get_type diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/Makefile.am brasero-3.12.3/docs/reference/libbrasero-media/Makefile.am --- brasero-3.12.2/docs/reference/libbrasero-media/Makefile.am 2014-02-19 09:16:54.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/Makefile.am 2021-09-17 11:27:27.000000000 +0000 @@ -18,14 +18,14 @@ # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. # e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR=../../../libbrasero-media +DOC_SOURCE_DIR=$(top_srcdir)/libbrasero-media $(top_builddir)/libbrasero-media # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS= +SCAN_OPTIONS=--rebuild-types # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml @@ -111,7 +111,7 @@ $(BRASERO_IO_CFLAGS) \ $(BRASERO_GTK_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/libbrasero-media/libbrasero-media.la +GTKDOC_LIBS=$(top_builddir)/libbrasero-media/libbrasero-media3.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/Makefile.in brasero-3.12.3/docs/reference/libbrasero-media/Makefile.in --- brasero-3.12.2/docs/reference/libbrasero-media/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,6 +15,24 @@ @SET_MAKE@ # -*- mode: makefile -*- +# +# gtk-doc.make - make rules for gtk-doc +# Copyright (C) 2003 James Henstridge +# 2004-2007 Damon Chaplin +# 2007-2017 Stefan Sauer +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . #################################### # Everything below here is generic # @@ -293,6 +311,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -340,6 +360,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -367,14 +388,14 @@ # gtk-doc will search all .c & .h files beneath here for inline comments # documenting the functions and macros. # e.g. DOC_SOURCE_DIR=../../../gtk -DOC_SOURCE_DIR = ../../../libbrasero-media +DOC_SOURCE_DIR = $(top_srcdir)/libbrasero-media $(top_builddir)/libbrasero-media # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS = # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" -SCAN_OPTIONS = +SCAN_OPTIONS = --rebuild-types # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml @@ -460,7 +481,7 @@ $(BRASERO_IO_CFLAGS) \ $(BRASERO_GTK_CFLAGS) -GTKDOC_LIBS = $(top_builddir)/libbrasero-media/libbrasero-media.la +GTKDOC_LIBS = $(top_builddir)/libbrasero-media/libbrasero-media3.la @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_CC = $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(INCLUDES) $(GTKDOC_DEPS_CFLAGS) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(GTKDOC_DEPS_LIBS) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) @@ -493,6 +514,7 @@ sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ + $(DOC_MODULE).actions \ $(DOC_MODULE).args \ $(DOC_MODULE).hierarchy \ $(DOC_MODULE).interfaces \ @@ -511,34 +533,34 @@ @GTK_DOC_BUILD_PDF_TRUE@PDF_BUILD_STAMP = pdf-build.stamp #### setup #### -GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_$(V)) -GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_SETUP = $(GTK_DOC_V_SETUP_@AM_V@) +GTK_DOC_V_SETUP_ = $(GTK_DOC_V_SETUP_@AM_DEFAULT_V@) GTK_DOC_V_SETUP_0 = @echo " DOC Preparing build"; #### scan #### -GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_$(V)) -GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_SCAN = $(GTK_DOC_V_SCAN_@AM_V@) +GTK_DOC_V_SCAN_ = $(GTK_DOC_V_SCAN_@AM_DEFAULT_V@) GTK_DOC_V_SCAN_0 = @echo " DOC Scanning header files"; -GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_$(V)) -GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_INTROSPECT = $(GTK_DOC_V_INTROSPECT_@AM_V@) +GTK_DOC_V_INTROSPECT_ = $(GTK_DOC_V_INTROSPECT_@AM_DEFAULT_V@) GTK_DOC_V_INTROSPECT_0 = @echo " DOC Introspecting gobjects"; #### xml #### -GTK_DOC_V_XML = $(GTK_DOC_V_XML_$(V)) -GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_XML = $(GTK_DOC_V_XML_@AM_V@) +GTK_DOC_V_XML_ = $(GTK_DOC_V_XML_@AM_DEFAULT_V@) GTK_DOC_V_XML_0 = @echo " DOC Building XML"; #### html #### -GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_$(V)) -GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_HTML = $(GTK_DOC_V_HTML_@AM_V@) +GTK_DOC_V_HTML_ = $(GTK_DOC_V_HTML_@AM_DEFAULT_V@) GTK_DOC_V_HTML_0 = @echo " DOC Building HTML"; -GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_$(V)) -GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_XREF = $(GTK_DOC_V_XREF_@AM_V@) +GTK_DOC_V_XREF_ = $(GTK_DOC_V_XREF_@AM_DEFAULT_V@) GTK_DOC_V_XREF_0 = @echo " DOC Fixing cross-references"; #### pdf #### -GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_$(V)) -GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_PDF = $(GTK_DOC_V_PDF_@AM_V@) +GTK_DOC_V_PDF_ = $(GTK_DOC_V_PDF_@AM_DEFAULT_V@) GTK_DOC_V_PDF_0 = @echo " DOC Building PDF"; all: all-am @@ -560,8 +582,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_srcdir)/gtk-doc.make $(am__empty): @@ -588,7 +610,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -759,38 +784,38 @@ setup-build.stamp: -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ - if test "x$$files" != "x" ; then \ - for file in $$files ; do \ - destdir=`dirname $(abs_builddir)/$$file`; \ - test -d "$$destdir" || mkdir -p "$$destdir"; \ - test -f $(abs_srcdir)/$$file && \ - cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ - done; \ - fi; \ + files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + destdir=`dirname $(abs_builddir)/$$file`; \ + test -d "$$destdir" || mkdir -p "$$destdir"; \ + test -f $(abs_srcdir)/$$file && \ + cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ + done; \ + fi; \ fi $(AM_V_at)touch setup-build.stamp scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(GTK_DOC_V_SCAN)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ - scanobj_options=""; \ - gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$$?" = "0"; then \ - if test "x$(V)" = "x1"; then \ - scanobj_options="--verbose"; \ - fi; \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$$?" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ fi; \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ - gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ - done \ + for i in $(SCANOBJ_FILES) ; do \ + test -f $$i || touch $$i ; \ + done \ fi $(AM_V_at)touch scan-build.stamp @@ -800,7 +825,7 @@ sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent $(GTK_DOC_V_XML)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) $(AM_V_at)touch sgml-build.stamp @@ -808,6 +833,9 @@ sgml.stamp: sgml-build.stamp @true +$(DOC_MAIN_SGML_FILE): sgml-build.stamp + @true + xml/gtkdocentities.ent: Makefile $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ echo ""; \ @@ -835,12 +863,9 @@ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@test "x$(HTML_IMAGES)" = "x" || \ for file in $(HTML_IMAGES) ; do \ - if test -f $(abs_srcdir)/$$file ; then \ - cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ - fi; \ - if test -f $(abs_builddir)/$$file ; then \ - cp $(abs_builddir)/$$file $(abs_builddir)/html; \ - fi; \ + test -f $(abs_srcdir)/$$file && cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + test -f $(abs_builddir)/$$file && cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + test -f $$file && cp $$file $(abs_builddir)/html; \ done; $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) $(AM_V_at)touch html-build.stamp diff -Nru brasero-3.12.2/docs/reference/libbrasero-media/version.xml brasero-3.12.3/docs/reference/libbrasero-media/version.xml --- brasero-3.12.2/docs/reference/libbrasero-media/version.xml 2017-07-31 16:36:09.000000000 +0000 +++ brasero-3.12.3/docs/reference/libbrasero-media/version.xml 2021-09-20 08:24:21.000000000 +0000 @@ -1 +1 @@ -3.12.2 +3.12.3 diff -Nru brasero-3.12.2/docs/reference/Makefile.in brasero-3.12.3/docs/reference/Makefile.in --- brasero-3.12.2/docs/reference/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/docs/reference/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -131,7 +131,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -346,6 +346,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -393,6 +395,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -423,8 +426,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -541,7 +544,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru brasero-3.12.2/gtk-doc.make brasero-3.12.3/gtk-doc.make --- brasero-3.12.2/gtk-doc.make 2017-07-31 16:35:57.000000000 +0000 +++ brasero-3.12.3/gtk-doc.make 2021-09-20 08:24:08.000000000 +0000 @@ -1,4 +1,22 @@ # -*- mode: makefile -*- +# +# gtk-doc.make - make rules for gtk-doc +# Copyright (C) 2003 James Henstridge +# 2004-2007 Damon Chaplin +# 2007-2017 Stefan Sauer +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . #################################### # Everything below here is generic # @@ -39,6 +57,7 @@ sgml.stamp html.stamp pdf.stamp SCANOBJ_FILES = \ + $(DOC_MODULE).actions \ $(DOC_MODULE).args \ $(DOC_MODULE).hierarchy \ $(DOC_MODULE).interfaces \ @@ -81,55 +100,54 @@ #### setup #### -GTK_DOC_V_SETUP=$(GTK_DOC_V_SETUP_$(V)) -GTK_DOC_V_SETUP_=$(GTK_DOC_V_SETUP_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_SETUP=$(GTK_DOC_V_SETUP_@AM_V@) +GTK_DOC_V_SETUP_=$(GTK_DOC_V_SETUP_@AM_DEFAULT_V@) GTK_DOC_V_SETUP_0=@echo " DOC Preparing build"; setup-build.stamp: -$(GTK_DOC_V_SETUP)if test "$(abs_srcdir)" != "$(abs_builddir)" ; then \ - files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ - if test "x$$files" != "x" ; then \ - for file in $$files ; do \ - destdir=`dirname $(abs_builddir)/$$file`; \ - test -d "$$destdir" || mkdir -p "$$destdir"; \ - test -f $(abs_srcdir)/$$file && \ - cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ - done; \ - fi; \ + files=`echo $(SETUP_FILES) $(DOC_MODULE).types`; \ + if test "x$$files" != "x" ; then \ + for file in $$files ; do \ + destdir=`dirname $(abs_builddir)/$$file`; \ + test -d "$$destdir" || mkdir -p "$$destdir"; \ + test -f $(abs_srcdir)/$$file && \ + cp -pf $(abs_srcdir)/$$file $(abs_builddir)/$$file || true; \ + done; \ + fi; \ fi $(AM_V_at)touch setup-build.stamp - #### scan #### -GTK_DOC_V_SCAN=$(GTK_DOC_V_SCAN_$(V)) -GTK_DOC_V_SCAN_=$(GTK_DOC_V_SCAN_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_SCAN=$(GTK_DOC_V_SCAN_@AM_V@) +GTK_DOC_V_SCAN_=$(GTK_DOC_V_SCAN_@AM_DEFAULT_V@) GTK_DOC_V_SCAN_0=@echo " DOC Scanning header files"; -GTK_DOC_V_INTROSPECT=$(GTK_DOC_V_INTROSPECT_$(V)) -GTK_DOC_V_INTROSPECT_=$(GTK_DOC_V_INTROSPECT_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_INTROSPECT=$(GTK_DOC_V_INTROSPECT_@AM_V@) +GTK_DOC_V_INTROSPECT_=$(GTK_DOC_V_INTROSPECT_@AM_DEFAULT_V@) GTK_DOC_V_INTROSPECT_0=@echo " DOC Introspecting gobjects"; scan-build.stamp: setup-build.stamp $(HFILE_GLOB) $(CFILE_GLOB) $(GTK_DOC_V_SCAN)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES) $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ - scanobj_options=""; \ - gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$$?" = "0"; then \ - if test "x$(V)" = "x1"; then \ - scanobj_options="--verbose"; \ - fi; \ + scanobj_options=""; \ + gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ + if test "$$?" = "0"; then \ + if test "x$(V)" = "x1"; then \ + scanobj_options="--verbose"; \ fi; \ - CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ - gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ + fi; \ + CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" \ + gtkdoc-scangobj $(SCANGOBJ_OPTIONS) $$scanobj_options --module=$(DOC_MODULE); \ else \ - for i in $(SCANOBJ_FILES) ; do \ - test -f $$i || touch $$i ; \ - done \ + for i in $(SCANOBJ_FILES) ; do \ + test -f $$i || touch $$i ; \ + done \ fi $(AM_V_at)touch scan-build.stamp @@ -138,14 +156,14 @@ #### xml #### -GTK_DOC_V_XML=$(GTK_DOC_V_XML_$(V)) -GTK_DOC_V_XML_=$(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_XML=$(GTK_DOC_V_XML_@AM_V@) +GTK_DOC_V_XML_=$(GTK_DOC_V_XML_@AM_DEFAULT_V@) GTK_DOC_V_XML_0=@echo " DOC Building XML"; sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent $(GTK_DOC_V_XML)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ - _source_dir="$${_source_dir} --source-dir=$$i" ; \ + _source_dir="$${_source_dir} --source-dir=$$i" ; \ done ; \ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS) $(AM_V_at)touch sgml-build.stamp @@ -153,6 +171,9 @@ sgml.stamp: sgml-build.stamp @true +$(DOC_MAIN_SGML_FILE): sgml-build.stamp + @true + xml/gtkdocentities.ent: Makefile $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ echo ""; \ @@ -166,12 +187,12 @@ #### html #### -GTK_DOC_V_HTML=$(GTK_DOC_V_HTML_$(V)) -GTK_DOC_V_HTML_=$(GTK_DOC_V_HTML_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_HTML=$(GTK_DOC_V_HTML_@AM_V@) +GTK_DOC_V_HTML_=$(GTK_DOC_V_HTML_@AM_DEFAULT_V@) GTK_DOC_V_HTML_0=@echo " DOC Building HTML"; -GTK_DOC_V_XREF=$(GTK_DOC_V_XREF_$(V)) -GTK_DOC_V_XREF_=$(GTK_DOC_V_XREF_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_XREF=$(GTK_DOC_V_XREF_@AM_V@) +GTK_DOC_V_XREF_=$(GTK_DOC_V_XREF_@AM_DEFAULT_V@) GTK_DOC_V_XREF_0=@echo " DOC Fixing cross-references"; html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) @@ -190,20 +211,17 @@ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) -@test "x$(HTML_IMAGES)" = "x" || \ for file in $(HTML_IMAGES) ; do \ - if test -f $(abs_srcdir)/$$file ; then \ - cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ - fi; \ - if test -f $(abs_builddir)/$$file ; then \ - cp $(abs_builddir)/$$file $(abs_builddir)/html; \ - fi; \ + test -f $(abs_srcdir)/$$file && cp $(abs_srcdir)/$$file $(abs_builddir)/html; \ + test -f $(abs_builddir)/$$file && cp $(abs_builddir)/$$file $(abs_builddir)/html; \ + test -f $$file && cp $$file $(abs_builddir)/html; \ done; $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) $(AM_V_at)touch html-build.stamp #### pdf #### -GTK_DOC_V_PDF=$(GTK_DOC_V_PDF_$(V)) -GTK_DOC_V_PDF_=$(GTK_DOC_V_PDF_$(AM_DEFAULT_VERBOSITY)) +GTK_DOC_V_PDF=$(GTK_DOC_V_PDF_@AM_V@) +GTK_DOC_V_PDF_=$(GTK_DOC_V_PDF_@AM_DEFAULT_V@) GTK_DOC_V_PDF_0=@echo " DOC Building PDF"; pdf-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) diff -Nru brasero-3.12.2/help/bg/bg.po brasero-3.12.3/help/bg/bg.po --- brasero-3.12.2/help/bg/bg.po 2010-11-15 13:16:42.000000000 +0000 +++ brasero-3.12.3/help/bg/bg.po 2020-04-07 12:27:22.000000000 +0000 @@ -118,7 +118,7 @@ msgstr "" "ДОКУМЕНТЪТ И ПРОМЕНЕНИТЕ МУ ВЕРСИИ СЕ ПРЕДОСТАВЯТ ПОД УСЛОВИЯТА НА ЛИЦЕНЗА " "ЗА СВОБОДНА ДОКУМЕНТАЦИЯ НА GNU, С ДОПЪЛНИТЕЛНОТО ПОЯСНЕНИЕ, ЧЕ:<" +"1/>" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. diff -Nru brasero-3.12.2/help/bg/tools-check-integrity.page brasero-3.12.3/help/bg/tools-check-integrity.page --- brasero-3.12.2/help/bg/tools-check-integrity.page 2017-07-31 16:38:18.000000000 +0000 +++ brasero-3.12.3/help/bg/tools-check-integrity.page 2021-09-20 08:05:28.000000000 +0000 @@ -26,7 +26,7 @@

Select ToolsCheck Integrity....

-

You can select the option Use an MD5 file to check the disk. if you prefer it.

+

You can select the option Use an MD5 file to check the disc if you prefer it.

An MD5 (Message-Digest Algorithm 5) is a cryptographic hash function widely used for checking data integrity.

Binary files /tmp/tmp2p2ykv0p/zkwR6qHVJf/brasero-3.12.2/help/C/figures/brasero-main-window.png and /tmp/tmp2p2ykv0p/GmyjyRX4Vg/brasero-3.12.3/help/C/figures/brasero-main-window.png differ diff -Nru brasero-3.12.2/help/C/tools-check-integrity.page brasero-3.12.3/help/C/tools-check-integrity.page --- brasero-3.12.2/help/C/tools-check-integrity.page 2013-01-13 22:20:43.000000000 +0000 +++ brasero-3.12.3/help/C/tools-check-integrity.page 2021-09-17 11:27:27.000000000 +0000 @@ -27,7 +27,7 @@

Select ToolsCheck Integrity....

-

You can select the option Use an MD5 file to check the disk. if you prefer it.

+

You can select the option Use an MD5 file to check the disc if you prefer it.

An MD5 (Message-Digest Algorithm 5) is a cryptographic hash function widely used for checking data integrity.

diff -Nru brasero-3.12.2/help/ca/ca.po brasero-3.12.3/help/ca/ca.po --- brasero-3.12.2/help/ca/ca.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/help/ca/ca.po 2021-09-17 11:27:27.000000000 +0000 @@ -7,80 +7,67 @@ msgid "" msgstr "" "Project-Id-Version: brasero\n" -"POT-Creation-Date: 2012-08-22 02:56+0000\n" -"PO-Revision-Date: 2013-01-01 16:09+0100\n" -"Last-Translator: Gil Forcada \n" +"POT-Creation-Date: 2020-07-03 08:47+0000\n" +"PO-Revision-Date: 2020-09-11 19:08+0200\n" +"Last-Translator: Miquel-Àngel Burgos i Fradeja \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bits\n" +"Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Gtranslator 2.91.6\n" - -#: C/index.page:5(page/title) -msgid "Brasero Help" -msgstr "Ajuda del Brasero" - -#: C/index.page:8(section/title) -msgid "Create a new project" -msgstr "Creació d'un projecte nou" - -#: C/index.page:12(section/title) -msgid "Troubleshooting" -msgstr "Resolució de problemes" - -#: C/index.page:16(section/title) -msgid "Other tools" -msgstr "Altres eines" +"X-Generator: Poedit 2.3\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" msgid "translator-credits" msgstr "" "Francisco Domech , 2011\n" -"Gil Forcada , 2013" +"Gil Forcada , 2013\n" +"Miquel-Àngel Burgos i Fradeja , 2020" -#: C/create-cover.page:7(info/desc) +#. (itstool) path: info/desc +#: C/create-cover.page:7 msgid "Create an inlay for a jewel case." msgstr "Creació de les cobertes per la caixa del CD." -#: C/create-cover.page:9(credit/name) C/introduction.page:9(credit/name) -#: C/prob-cd.page:11(credit/name) C/prob-dvd.page:11(credit/name) -#: C/project-audio.page:9(credit/name) C/project-data.page:9(credit/name) -#: C/project-disc-copy.page:9(credit/name) -#: C/project-image-burn.page:17(credit/name) -#: C/project-save.page:12(credit/name) C/project-video.page:12(credit/name) -#: C/split-track.page:11(credit/name) C/tools-blank.page:9(credit/name) -#: C/tools-check-integrity.page:13(credit/name) +#. (itstool) path: credit/name +#: C/create-cover.page:9 C/introduction.page:9 C/prob-cd.page:11 +#: C/prob-dvd.page:11 C/project-audio.page:9 C/project-data.page:9 +#: C/project-disc-copy.page:9 C/project-image-burn.page:17 +#: C/project-save.page:12 C/project-video.page:12 C/split-track.page:11 +#: C/tools-blank.page:9 C/tools-check-integrity.page:13 msgid "Ekaterina Gerasimova" msgstr "Ekaterina Gerasimova" -#: C/create-cover.page:13(license/p) C/introduction.page:13(license/p) -#: C/prob-cd.page:15(license/p) C/prob-dvd.page:15(license/p) -#: C/project-audio.page:13(license/p) C/project-data.page:13(license/p) -#: C/project-disc-copy.page:13(license/p) -#: C/project-image-burn.page:21(license/p) C/project-save.page:16(license/p) -#: C/project-video.page:16(license/p) C/split-track.page:15(license/p) -#: C/tools-blank.page:13(license/p) C/tools-check-integrity.page:17(license/p) +#. (itstool) path: license/p +#: C/create-cover.page:13 C/introduction.page:13 C/prob-cd.page:15 +#: C/prob-dvd.page:15 C/project-audio.page:13 C/project-data.page:13 +#: C/project-disc-copy.page:13 C/project-image-burn.page:21 +#: C/project-save.page:16 C/project-video.page:16 C/split-track.page:15 +#: C/tools-blank.page:13 C/tools-check-integrity.page:17 msgid "Creative Commons Share Alike 3.0" msgstr "Creative Commons Compartir Igual 3.0" -#: C/create-cover.page:17(page/title) +#. (itstool) path: page/title +#: C/create-cover.page:17 msgid "Create a cover" msgstr "Creació d'una coberta" -#: C/create-cover.page:19(page/p) +#. (itstool) path: page/p +#: C/create-cover.page:19 msgid "" "You can use Brasero to create inlays for your jewel cases. Access " "the creator by clicking Tools Cover Editor." msgstr "" -"Podeu utilitzar el Brasero per crear les cobertes per les caixes " -"dels CD. Feu clic a Eines Editor de cobertes per accedir-hi." +"Podeu utilitzar el Brasero per a crear les cobertes per les " +"caixes dels CD. Feu clic a Eines Editor de cobertes per a accedir-hi." -#: C/create-cover.page:24(note/p) +#. (itstool) path: note/p +#: C/create-cover.page:24 msgid "" "If you are creating an audio project and finish putting together the project " "before creating an inlay, then when you access the Cover Editor " @@ -92,23 +79,27 @@ "l'Editor de cobertes des de la finestra del projecte d'àudio, es " "mostraran automàticament la llista de pistes a la contracoberta." -#: C/create-cover.page:31(note/p) +#. (itstool) path: note/p +#: C/create-cover.page:31 msgid "If you close the Cover Editor, your changes will be lost." msgstr "Es perdran els canvis si tanqueu l'Editor de cobertes." -#: C/create-cover.page:36(item/p) +#. (itstool) path: item/p +#: C/create-cover.page:36 msgid "Open the Cover Editor." msgstr "Obriu l'Editor de Cobertes." -#: C/create-cover.page:39(item/p) +#. (itstool) path: item/p +#: C/create-cover.page:39 msgid "" "Choose the formatting you wish to use for the text and type the text, " "scrolling down to see the side and back inlay for the jewel case." msgstr "" -"Trieu el format que voleu pel text i escriviu-los. Desplaceu cap avall per " +"Trieu el format que voleu pel text i escriviu-los. Desplaceu cap avall per a " "veure el lateral i la contra coberta de la caixa del CD." -#: C/create-cover.page:42(note/p) +#. (itstool) path: note/p +#: C/create-cover.page:42 msgid "" "When you first see the Cover Editor dialog, you will not be able " "to click on any of the text formatting options. Click on the cover you want " @@ -118,19 +109,21 @@ "podreu modificar cap opció de formatació de text. Seleccioneu quina coberta " "voleu editar i després podreu modificar-les." -#: C/create-cover.page:48(item/p) +#. (itstool) path: item/p +#: C/create-cover.page:48 msgid "" "Click the Background properties toolbar icon to add a background " "for the current cover, or right click on the cover you wish to edit and " "select Set Background Properties. You can choose to use a colored " "background or to select a background image." msgstr "" -"Per afegir un fons a la coberta actual feu clic a la icona de la barra " +"Per a afegir un fons a la coberta actual feu clic a la icona de la barra " "d'eines Propietats del fons , també podeu canviar-lo fent clic " "amb el botó secundari a la coberta i seleccionant Estableix les " "propietats del fons." -#: C/create-cover.page:53(note/p) +#. (itstool) path: note/p +#: C/create-cover.page:53 msgid "" "If you select a centered background image, Brasero sometimes " "crashes when you click the Close button." @@ -138,51 +131,58 @@ "Si seleccioneu una imatge de fons centrada, en fer clic al botó Tanca el Brasero a vegades pot fallar." -#: C/create-cover.page:56(item/p) +#. (itstool) path: item/p +#: C/create-cover.page:56 msgid "" "Click the Close button to apply the changes and close the " "Background Properties dialog." msgstr "" -"Per aplicar els canvis i tancar el diàleg de Propietats del fons, " +"Per a aplicar els canvis i tancar el diàleg de Propietats del fons, " "feu clic al botó Tanca." -#: C/create-cover.page:60(item/p) +#. (itstool) path: item/p +#: C/create-cover.page:60 msgid "" "Print the cover using the Print button, which is located in the " "top-right corner of the dialog." msgstr "" -"Per imprimir la coberta feu clic al botó Imprimeix que es troba a " -"la cantonada de dalt a la dreta del diàleg." +"Per a imprimir la coberta feu clic al botó Imprimeix que es troba " +"a la cantonada de dalt a la dreta del diàleg." -#. This is a reference to an external file such as an image or video. When -#. the file changes, the md5 hash will change to let you know you need to -#. update your localized copy. The msgstr is not used at all. Set it to -#. whatever you like once you have updated your copy of the file. -#: C/introduction.page:36(media) -#| msgid "" -#| "@@image: 'figures/brasero_main.png'; md5=dfc32ea3caef05364043a4529125d2e2" -msgctxt "_" -msgid "" -"external ref='figures/brasero-main-window.png' " -"md5='11e5cc148d7c8c8dc0c63e68b2f611f3'" -msgstr "" -"external ref='figures/brasero-main-window.png' " -"md5='11e5cc148d7c8c8dc0c63e68b2f611f3'" +#. (itstool) path: page/title +#: C/index.page:6 +#| msgid "Brasero Help" +msgid "<_:media-1/> Brasero Help" +msgstr "<_:media-1/> Ajuda del Brasero" + +#. (itstool) path: section/title +#: C/index.page:12 +msgid "Create a new project" +msgstr "Creació d'un projecte nou" + +#. (itstool) path: section/title +#: C/index.page:16 +msgid "Troubleshooting" +msgstr "Resolució de problemes" + +#. (itstool) path: section/title +#: C/index.page:20 +msgid "Other tools" +msgstr "Altres eines" -#: C/introduction.page:7(info/desc) +#. (itstool) path: info/desc +#: C/introduction.page:7 msgid "Introduction to the Brasero disc burning application." msgstr "" "Introducció a l'aplicació d'enregistrament de discs Brasero." -#: C/introduction.page:17(page/title) +#. (itstool) path: page/title +#: C/introduction.page:17 msgid "Introduction" msgstr "Introducció" -#: C/introduction.page:19(page/p) -#| msgid "" -#| "Brasero is an application for burning CD-R/Ws " -#| "and DVD-R/Ws, designed to be easy to use, while providing all the tools " -#| "necessary for burning." +#. (itstool) path: page/p +#: C/introduction.page:19 msgid "" "Brasero is an application for burning CDs and DVDs, designed to " "be easy to use, while providing all the tools necessary for burning." @@ -191,134 +191,193 @@ "per a ser fàcil d'utilitzar i al mateix temps proporcionar totes les eines " "necessàries per a l'enregistrament." -#: C/introduction.page:22(page/p) -#| msgid "With Brasero you can:" +#. (itstool) path: page/p +#: C/introduction.page:22 msgid "With Brasero you can:" msgstr "Amb el Brasero podeu:" -#: C/introduction.page:24(item/p) -#| msgid "Burn data to CD-R/Ws and DVD-R/Ws" +#. (itstool) path: item/p +#: C/introduction.page:24 msgid "Burn data to CDs and DVDs" msgstr "Enregistrar dades a CD i DVD" -#: C/introduction.page:25(item/p) -#| msgid "Burn audio CDs from digital audio files (such as ogg, flac and mp3)" +#. (itstool) path: item/p +#: C/introduction.page:25 msgid "Burn audio CDs from digital audio files (such as OGG, FLAC and MP3)" msgstr "" "Enregistrar CD d'àudio des de fitxers d'àudio digitals (com ara ogg, flac i " "mp3)" -#: C/introduction.page:27(item/p) +#. (itstool) path: item/p +#: C/introduction.page:27 msgid "Copy CDs and DVDs" msgstr "Copiar CD i DVD" -#: C/introduction.page:28(item/p) -#| msgid "Create video DVD or SVCD" +#. (itstool) path: item/p +#: C/introduction.page:28 msgid "Create video DVDs or SVCDs" msgstr "Crear DVD de vídeo o SVCD" -#: C/introduction.page:29(item/p) +#. (itstool) path: item/p +#: C/introduction.page:29 msgid "Create image files and burn existing image files" msgstr "Crear fitxers imatge i enregistrar-ne d'existents" -#: C/introduction.page:30(item/p) -#| msgid "Erase CD-R/Ws and DVD-R/Ws" +#. (itstool) path: item/p +#: C/introduction.page:30 msgid "Erase CD-RWs and DVD-RWs" msgstr "Esborrar CD-RW i DVD-RW" -#: C/introduction.page:31(item/p) -#| msgid "Check the integrity of disks and disk images" +#. (itstool) path: item/p +#: C/introduction.page:31 msgid "Check the integrity of discs and disc images" msgstr "Comprovar la integritat dels discs i les imatges de disc" -#: C/introduction.page:35(figure/title) -#| msgid "Brasero Main Window" +#. (itstool) path: figure/title +#: C/introduction.page:35 msgid "The Brasero main window" msgstr "Finestra principal del Brasero" -#: C/prob-cd.page:9(info/desc) -msgid "My MP3s will not play in a DVD or CD player." +#. (itstool) path: figure/media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/introduction.page:36 +#| msgctxt "_" +#| msgid "" +#| "external ref='figures/brasero-main-window.png' " +#| "md5='11e5cc148d7c8c8dc0c63e68b2f611f3'" +msgctxt "_" +msgid "" +"external ref='figures/brasero-main-window.png' " +"md5='cd9679619426233b5f58a69e6f34398b'" msgstr "" +"external ref='figures/brasero-main-window.png' " +"md5='cd9679619426233b5f58a69e6f34398b'" -#: C/prob-cd.page:19(page/title) +#. (itstool) path: info/desc +#: C/prob-cd.page:9 +msgid "My MP3s will not play in a DVD or CD player." +msgstr "Els meus MP3 no es reprodueixen en un reproductor de DVD o CD." + +#. (itstool) path: page/title +#: C/prob-cd.page:19 msgid "CD will not play in a CD player" -msgstr "" +msgstr "El CD no es reprodueix en un reproductor de CD" -#: C/prob-cd.page:21(page/p) +#. (itstool) path: page/p +#: C/prob-cd.page:21 msgid "" "If your CD is not playing in your CD player or stereo, it is probably " "because the music was not correctly written to the disc or because you used " "a data project to write the music to the CD instead of an audio project." msgstr "" +"Si el vostre CD no s'està reproduint al vostre reproductor de CD o equip de " +"música, és probablement perquè la música no s'ha escrit correctament al disc " +"o perquè heu utilitzat un projecte de dades per a escriure la música al CD " +"en lloc d'un projecte d'àudio." -#: C/prob-cd.page:26(note/p) +#. (itstool) path: note/p +#: C/prob-cd.page:26 msgid "" "Many new CD and DVD players will play music CDs which were created using a " "data project, but most older players will not." msgstr "" +"Molts reproductors de CD i DVD nous reprodueixen CD de música creats amb un " +"projecte de dades, però la majoria dels reproductors més antics no ho fan." -#: C/prob-cd.page:31(note/p) +#. (itstool) path: note/p +#: C/prob-cd.page:31 msgid "Older CD players might not be able to play CD-RWs." msgstr "" +"És possible que els reproductors de CD més antics no puguin reproduir CD-RW." -#: C/prob-cd.page:36(item/p) +#. (itstool) path: item/p +#: C/prob-cd.page:36 msgid "If you are using a CD-RW, blank the CD." -msgstr "" +msgstr "Si esteu utilitzant un CD-RW, esborreu el CD." -#: C/prob-cd.page:39(item/p) +#. (itstool) path: item/p +#: C/prob-cd.page:39 msgid "Rewrite the CD as an audio project." msgstr "Reescriure el CD com un projecte d'àudio." -#: C/prob-dvd.page:9(info/desc) +#. (itstool) path: info/desc +#: C/prob-dvd.page:9 msgid "I cannot write to a DVD-R or a DVD-RW." msgstr "No puc escriure DVD-R o DVD-RW." -#: C/prob-dvd.page:19(page/title) +#. (itstool) path: page/title +#: C/prob-dvd.page:19 msgid "Problem creating a DVD" msgstr "Problemes en la creació de DVD" -#: C/prob-dvd.page:21(page/p) +#. (itstool) path: page/p +#: C/prob-dvd.page:21 msgid "" "Some types of DVD-Rs and DVD-RWs are not compatible with all burners. Check " "the following to find out if those can be used with your burner." msgstr "" +"Alguns tipus de DVD-R i DVD-RW no són compatibles amb tots els gravadors. " +"Comproveu els següents per a saber si poden utilitzar-se amb el vostre " +"gravador." -#: C/prob-dvd.page:26(item/p) +#. (itstool) path: item/p +#: C/prob-dvd.page:26 msgid "" "Check if your DVD drive accepts DVD+ or DVD- discs; if it is labelled with " "\"multi\", that usually indicates that it accepts both. Check your disc to " "see if it is the same as the DVD drive." msgstr "" +"Comproveu si la vostra unitat de DVD accepta discos DVD+ o DVD-; si inclou " +"l'etiqueta «multi», sol indicar que accepta tots dos. Comproveu el vostre " +"disc per a veure si es correspon amb la unitat de DVD." -#: C/prob-dvd.page:31(item/p) +#. (itstool) path: item/p +#: C/prob-dvd.page:31 msgid "" "Check if your disc is dual layer or single layer: some DVD drives can not " "write to a dual layer disc." msgstr "" +"Comproveu si el vostre disc és de doble capa o d'una sola capa: algunes " +"unitats de DVD no poden escriure en un disc de doble capa." -#: C/prob-dvd.page:35(item/p) +#. (itstool) path: item/p +#: C/prob-dvd.page:35 msgid "" "If you are trying to use a DVD-R, check if it has already been written to " "before. If you are using a DVD-RW, try blanking it before you attempt to " "write to it." msgstr "" +"Si esteu intentant utilitzar un DVD-R, comproveu si ja s'hi ha escrit abans. " +"Si esteu utilitzant un DVD-RW, intenteu esborrar-lo abans d'intentar " +"escriure-hi." -#: C/project-audio.page:7(info/desc) +#. (itstool) path: info/desc +#: C/project-audio.page:7 msgid "Create an audio project." msgstr "Creació d'un projecte d'àudio." -#: C/project-audio.page:17(page/title) +#. (itstool) path: page/title +#: C/project-audio.page:17 msgid "Write a music CD" msgstr "Escriure un CD de música" -#: C/project-audio.page:19(page/p) +#. (itstool) path: page/p +#: C/project-audio.page:19 msgid "" "Brasero can write audio files to a CD, which you can then use for " "playing in CD players and so on. It is usually best to use a non-rewritable " "CD because not all CD players will play rewritable CDs." msgstr "" +"El Brasero pot escriure fitxers d'àudio en un CD, que després " +"podeu reproduir en reproductors de CD i altres. Sol ser millor utilitzar un " +"CD no reenregistrable perquè no tots els reproductors de CD reprodueixen CD " +"reenregistrables." -#: C/project-audio.page:26(item/p) +#. (itstool) path: item/p +#: C/project-audio.page:26 msgid "" "Click Audio project on the start page, or select " "ProjectNew ProjectNew Audio ProjectProjecteProjecte nouProjecte d'àudio nou." -#: C/project-audio.page:31(item/p) +#. (itstool) path: item/p +#: C/project-audio.page:31 msgid "" "Add audio files to the project by clicking Add in the toolbar and " "selecting the desired files. You can also add files by dragging and dropping " "them onto the project area or by clicking EditAdd " "Files." msgstr "" +"Afegiu fitxers d'àudio al projecte fent clic a Afegeix fitxers al " +"projecte a la barra d'eines i seleccioneu els fitxers desitjats. També " +"podeu afegir fitxers arrossegant-los i deixant-los anar a l'àrea del " +"projecte o fent clic a EditaAfegeix fitxers." -#: C/project-audio.page:37(item/p) +#. (itstool) path: item/p +#: C/project-audio.page:37 msgid "" "You can add a title for the CD in the text entry field below the project " "area." msgstr "" +"Podeu afegir un títol per al CD al camp d'entrada de text sota de l'àrea del " +"projecte." -#: C/project-audio.page:41(item/p) +#. (itstool) path: item/p +#: C/project-audio.page:41 msgid "Select the blank CD in the drop down list." -msgstr "" +msgstr "Seleccioneu el CD en blanc de la llista desplegable." -#: C/project-audio.page:44(item/p) C/project-data.page:50(item/p) -#: C/project-video.page:45(item/p) +#. (itstool) path: item/p +#: C/project-audio.page:44 C/project-data.page:50 C/project-video.page:45 msgid "Click Burn... to continue." -msgstr "Feu clic a Enregistra... per continuar." +msgstr "Feu clic a Enregistra... per a continuar." -#: C/project-audio.page:47(item/p) C/project-data.page:53(item/p) -#: C/project-video.page:48(item/p) +#. (itstool) path: item/p +#: C/project-audio.page:47 C/project-data.page:53 C/project-video.page:48 msgid "" "Select the Burning speed from the drop down list, and any other " "options you may want." @@ -360,39 +429,50 @@ "Trieu la Velocitat d'enregistrament des de la llista desplegable " "i qualsevol altra opció que vulgueu canviar." -#: C/project-audio.page:51(item/p) C/project-video.page:52(item/p) +#. (itstool) path: item/p +#: C/project-audio.page:51 C/project-video.page:52 msgid "" "Click Burn to burn a single disc of the project or Burn " "Several Copies to burn your project to multiple discs." msgstr "" +"Feu clic a Enregistra per a gravar un sol disc del projecte o " +"Enregistra diverses còpies per a gravar el projecte en múltiples " +"discs." -#: C/project-audio.page:57(note/p) +#. (itstool) path: note/p +#: C/project-audio.page:57 msgid "" "You can also split individual tracks into multiple tracks using the " "Split tool and add a two second break after a track using the " "Pause button." msgstr "" +"També podeu dividir pistes individuals en múltiples pistes utilitzant l'eina " +"de partició i afegir una pausa de dos segons després d'una pista " +"utilitzant el botó de pausa." -#: C/project-data.page:7(info/desc) +#. (itstool) path: info/desc +#: C/project-data.page:7 msgid "Write data to a CD or DVD." msgstr "Escriure dades a un CD o DVD." -#: C/project-data.page:17(page/title) +#. (itstool) path: page/title +#: C/project-data.page:17 msgid "Create a data project" msgstr "Creació d'un projecte de dades" -#: C/project-data.page:19(page/p) +#. (itstool) path: page/p +#: C/project-data.page:19 msgid "" "A data project is used for writing data (for example, files, photos or " "music) to a disc, without changing those files in any way. This can be " "useful for transferring files between computers." msgstr "" +"Un projecte de dades s'utilitza per a escriure dades (per exemple, fitxers, " +"fotos o música) en un disc, sense canviar gens els fitxers. Això pot ser " +"útil per a transferir fitxers entre ordinadors." -#: C/project-data.page:25(item/p) -#| msgid "" -#| "Click on Data project in the main window or choose " -#| "ProjectNew ProjectNew Data Project." +#. (itstool) path: item/p +#: C/project-data.page:25 msgid "" "Click Data project on the start page, or select " "ProjectNew ProjectNew Data ProjectProjecteProjecte nouProjecte de dades " "nou." -#: C/project-data.page:30(item/p) +#. (itstool) path: item/p +#: C/project-data.page:30 msgid "" "Add the desired files to the project by clicking Add in the " "toolbar and selecting the files. You can also add files by dragging and " "dropping them onto the project area or by clicking EditAdd Files." msgstr "" +"Afegiu els fitxers desitjats al projecte fent clic a Afegeix fitxers al " +"projecte a la barra d'eines i seleccionant els fitxers. També podeu " +"afegir fitxers arrossegant-los i deixant-los anar a l'àrea del projecte o " +"fent clic a EditaAfegeix fitxers." -#: C/project-data.page:35(note/p) +#. (itstool) path: note/p +#: C/project-data.page:35 msgid "" "You can create folders on the CD to store your data in a more structured " "manner. To create a folder, click New Folder in the toolbar or " "select EditNew Folder from the menu " "bar. You can also create folders inside other folders." msgstr "" +"Podeu crear carpetes al CD per a emmagatzemar les dades d'una manera més " +"estructurada. Per a crear una carpeta, feu clic a Carpeta nova a " +"la barra d'eines o seleccioneu EditaCarpeta nova a la barra de menús. També podeu crear carpetes dins d'altres " +"carpetes." -#: C/project-data.page:43(item/p) C/project-video.page:38(item/p) +#. (itstool) path: item/p +#: C/project-data.page:43 C/project-video.page:38 msgid "" "You can add a title for the disc in the text entry field below the project " "area." msgstr "" "Podeu afegir un títol al disc a l'entrada de text de sota l'àrea de projecte." -#: C/project-data.page:47(item/p) C/project-video.page:42(item/p) +#. (itstool) path: item/p +#: C/project-data.page:47 C/project-video.page:42 msgid "Select the blank disc in the drop down list." msgstr "Trieu el disc en blanc de la llista desplegable." -#: C/project-data.page:57(item/p) +#. (itstool) path: item/p +#: C/project-data.page:57 msgid "" "Click Burn to burn a single CD of the project or Burn " "Several Copies to burn your project to multiple CDs" msgstr "" +"Feu clic a Enregistra per a gravar un CD del projecte o " +"Enregistra diverses còpies per a gravar el projecte en diversos CD" -#: C/project-data.page:60(note/p) +#. (itstool) path: note/p +#: C/project-data.page:60 msgid "" "If you are using a rewritable disc, which already contains data, you will be " "asked if you want to blank it or insert a different disc." msgstr "" +"Si utilitzeu un disc reenregistrable que ja conté dades, se us demanarà si " +"voleu esborrar-lo o inserir un altre disc." -#: C/project-data.page:66(page/p) +#. (itstool) path: page/p +#: C/project-data.page:66 msgid "" "If you are using a rewritable disc and the data is not burned correctly onto " "it, you may need to do a full (non-fast) blank of the disc before trying " @@ -450,19 +550,18 @@ "Si no s'enregistren correctament les dades en un disc reenregistrable " "hauríeu de fer una neteja completa del disc abans de tornar-ho a provar." -#: C/project-disc-copy.page:7(info/desc) +#. (itstool) path: info/desc +#: C/project-disc-copy.page:7 msgid "Create an identical copy of a disc." msgstr "Creació d'una còpia idèntica d'un disc." -#: C/project-disc-copy.page:17(page/title) +#. (itstool) path: page/title +#: C/project-disc-copy.page:17 msgid "Copy disc" msgstr "Còpia d'un disc" -#: C/project-disc-copy.page:21(item/p) -#| msgid "" -#| "Click on Disc copy in the main window or choose " -#| "ProjectNew ProjectCopy Disc." +#. (itstool) path: item/p +#: C/project-disc-copy.page:21 msgid "" "Click Disc copy on the start page, or select " "ProjectNew ProjectCopy Disc... ProjecteProjecte nouCopia un disc... ." -#: C/project-disc-copy.page:26(item/p) +#. (itstool) path: item/p +#: C/project-disc-copy.page:26 msgid "" "Select the disc you would like to copy from the drop down list below " "Select disc to copy. If you have more than one disc drive, all " "discs which are currently in them should be listed." msgstr "" +"Seleccioneu el disc que voleu copiar a la llista desplegable sota " +"Seleccioneu el disc a copiar. Si teniu més d'una unitat de disc, " +"tots els discos que hi ha actualment haurien de ser a la llista." -#: C/project-disc-copy.page:31(item/p) +#. (itstool) path: item/p +#: C/project-disc-copy.page:31 msgid "" "Choose whether you want to make a copy to another disc or create an image " "for later use." msgstr "" +"Trieu si voleu fer una còpia en un altre disc o crear una imatge per a un ús " +"posterior." -#: C/project-disc-copy.page:35(item/p) C/project-image-burn.page:57(item/p) +#. (itstool) path: item/p +#: C/project-disc-copy.page:35 C/project-image-burn.page:57 msgid "" "Click the Properties button to select burning speed and other " "custom options." msgstr "" +"Feu clic al botó Propietats per a seleccionar la velocitat de " +"gravació i altres opcions personalitzades." -#: C/project-disc-copy.page:39(item/p) +#. (itstool) path: item/p +#: C/project-disc-copy.page:39 msgid "" "Click Copy to start copying the disc, or Make Several " "Copies, if you plan to make more than one copy of the disc." msgstr "" +"Feu clic a Copia per a començar a copiar el disc o a Fes " +"diverses còpies si voleu fer més d'una còpia del disc." -#: C/project-disc-copy.page:42(note/p) +#. (itstool) path: note/p +#: C/project-disc-copy.page:42 msgid "" "If you are copying the disc and have only one disc drive, you will be asked " "to replace the disc you are copying with a writable one after the contents " "are copied temporarily to your hard disk." msgstr "" +"Si copieu el disc i només teniu una unitat de disc, se us demanarà que " +"reemplaceu el disc que esteu copiant amb un d'escrivible després que el " +"contingut es copiï temporalment al disc dur." -#: C/project-image-burn.page:11(info/desc) +#. (itstool) path: info/desc +#: C/project-image-burn.page:11 msgid "Burn an existing disc image to a CD or DVD." -msgstr "" +msgstr "Graveu una imatge de disc existent en un CD o DVD." -#: C/project-image-burn.page:13(credit/name) +#. (itstool) path: credit/name +#: C/project-image-burn.page:13 msgid "Marta Bogdanowicz" -msgstr "" +msgstr "Marta Bogdanowicz" -#: C/project-image-burn.page:25(page/title) -#| msgid "Burn Image" +#. (itstool) path: page/title +#: C/project-image-burn.page:25 msgid "Burn image" msgstr "Enregistrament d'una imatge" -# Revisar l'expressió "Suporta" -#: C/project-image-burn.page:27(page/p) +#. (itstool) path: page/p +#: C/project-image-burn.page:27 msgid "" "Brasero allows you to burn disc images to a CD or DVD. It " "supports the following extensions of optical disc images: .iso, " ".toc and .cue." msgstr "" -"El Brasero us permet enregistrar imatges de disc a CD o DVD. " -"Admet les extensions d'imatges de discos òptics següents: .iso, " +"El Brasero us permet enregistrar imatges de disc en un CD o DVD. " +"Admet les extensions d'imatge de disc òptic següents: .iso, " ".toc i .cue." -#: C/project-image-burn.page:32(note/p) +#. (itstool) path: note/p +#: C/project-image-burn.page:32 msgid "" "Disc images are archive files which contain all the data that is on a CD or " "DVD. Only one disc image can be on a CD at a time, but each archive can " "contain as little or as much data as you want, as long as it fits on the " "disc." msgstr "" +"Les imatges de disc són fitxers d'arxiu que contenen totes les dades que es " +"troben en un CD o DVD. Només pot haver-hi una imatge de disc en un CD, però " +"cada arxiu pot contenir tan poques o tantes dades com vulgueu, sempre que " +"càpiga al disc." -#: C/project-image-burn.page:38(page/p) +#. (itstool) path: page/p +#: C/project-image-burn.page:38 msgid "To burn a disc image to a CD or DVD, follow these steps:" -msgstr "" +msgstr "Per a gravar una imatge de disc en un CD o DVD, seguiu aquests passos:" -#: C/project-image-burn.page:41(item/p) -#| msgid "" -#| "Click Burn image on the start page or select " -#| "ProjectNew ProjectBurn image…." +#. (itstool) path: item/p +#: C/project-image-burn.page:41 msgid "" "Click Burn image on the start page or select " "ProjectNew ProjectBurn image… ProjecteProjecte nouEnregistra una imatge…" " ." -#: C/project-image-burn.page:46(item/p) +#. (itstool) path: item/p +#: C/project-image-burn.page:46 msgid "" "Select a disc image to write by clicking Click here to select a disc " "image." msgstr "" +"Seleccioneu una imatge de disc a escriure fent clic a Feu clic per a " +"seleccionar una imatge de disc." -#: C/project-image-burn.page:50(item/p) +#. (itstool) path: item/p +#: C/project-image-burn.page:50 msgid "" "Select the disc that you want to use from drop down list below Select a " "disc to write to. If you have more than one disc drive, all discs " "which are currently in them should be listed." msgstr "" +"Seleccioneu el disc que voleu utilitzar a la llista desplegable sota " +"Seleccioneu un disc on escriure. Si teniu més d'una unitat de " +"disc, tots els discos que hi hagi actualment haurien de ser a la llista." -#: C/project-image-burn.page:53(note/p) +#. (itstool) path: note/p +#: C/project-image-burn.page:53 msgid "" "After choosing the disc Brasero shows how much free space will " "remain on the disc after burning." msgstr "" +"Després de triar el disc, el Brasero mostra la quantitat d'espai " +"lliure que restarà al disc després de gravar." -#: C/project-image-burn.page:61(item/p) +#. (itstool) path: item/p +#: C/project-image-burn.page:61 msgid "" "Click Burn to start burning the image. After this operation you " "can either finish burning or make the other copy of the image." msgstr "" +"Feu clic a Enregistra per a començar a gravar la imatge. Després " +"d'aquesta operació, podeu finalitzar la gravació o fer l'altra còpia de la " +"imatge." -#: C/project-image-burn.page:64(note/p) +#. (itstool) path: note/p +#: C/project-image-burn.page:64 msgid "" "If you are using a re-writable disc, which already contains data, you will " "be asked if you want to blank it or insert a different disc." msgstr "" +"Si utilitzeu un disc reenregistrable que ja conté dades, se us demanarà si " +"voleu esborrar-lo o inserir un altre disc." -#: C/project-save.page:10(info/desc) +#. (itstool) path: info/desc +#: C/project-save.page:10 msgid "Save a project for editing or burning later." msgstr "Desament d'un projecte per a l'edició o l'enregistrament posterior." -#: C/project-save.page:20(page/title) +#. (itstool) path: page/title +#: C/project-save.page:20 msgid "Save a project" msgstr "Desat d'un projecte" -#: C/project-save.page:22(page/p) +#. (itstool) path: page/p +#: C/project-save.page:22 msgid "" "You can save an audio, a data or a video project in Brasero for " "editing or burning later." msgstr "" +"Podeu desar un projecte d'àudio, de dades o de vídeo al Brasero " +"per a una edició o gravació posterior." -#: C/project-save.page:27(item/p) +#. (itstool) path: item/p +#: C/project-save.page:27 msgid "Create the project and add the files you wish to use to the project." msgstr "" +"Creeu el projecte i afegiu els fitxers que voleu utilitzar al projecte." -#: C/project-save.page:30(item/p) +#. (itstool) path: item/p +#: C/project-save.page:30 msgid "" "Click ProjectSave to save the project." msgstr "" +"Feu clic a ProjecteDesa per a desar " +"el projecte." -#: C/project-save.page:34(item/p) +#. (itstool) path: item/p +#: C/project-save.page:34 msgid "" "Enter the name you wish to save the project under, then click Save to save the project." msgstr "" +"Introduïu el nom amb el qual voleu desar el projecte i feu clic a Desa per a desar el projecte." -#: C/project-save.page:39(page/p) +#. (itstool) path: page/p +#: C/project-save.page:39 msgid "" "There are a number of ways which can be used for opening a saved " "Brasero project by:" msgstr "" +"Hi ha una sèrie de mètodes que es poden utilitzar per a obrir un projecte " +"desat del Brasero:" -#: C/project-save.page:44(item/p) +#. (itstool) path: item/p +#: C/project-save.page:44 msgid "" "selecting it from the list on the start page, under Recent projects" msgstr "" +"seleccionant-lo a la llista de la pàgina d'inici, a Projectes recents;" -#: C/project-save.page:48(item/p) +#. (itstool) path: item/p +#: C/project-save.page:48 msgid "clicking ProjectRecent Projects" msgstr "" +"fent clic a ProjecteProjectes recents;" -#: C/project-save.page:51(item/p) +#. (itstool) path: item/p +#: C/project-save.page:51 msgid "" "clicking ProjectOpen and selecting " "the project" msgstr "" +"fent clic a ProjecteObre i " +"seleccionant el projecte, i" -#: C/project-save.page:55(item/p) +#. (itstool) path: item/p +#: C/project-save.page:55 msgid "opening the project from a file browser" +msgstr "obrint el projecte des d'un navegador de fitxers" + +#. (itstool) path: note/p +#: C/project-save.page:57 +msgid "" +"Only one instance of Brasero can be opened at any time. If you " +"try to open a second instance, the currently open Brasero window " +"will be focused." msgstr "" +"Només es pot obrir una instància del Brasero alhora. Si intenteu " +"obrir una segona instància, se seleccionarà la finestra oberta actual del " +"Brasero." -#: C/project-save.page:57(note/p) +#. (itstool) path: note/p +#: C/project-save.page:60 msgid "" -"If Brasero is already running, opening the project from a file " -"browser will cause a second instance of Brasero to start and will " -"cause both instances to crash. See GNOME bug 644011 for more information." +"If Brasero is already running and you try to open some files with " +"it from Files, the files will be added to the project that you " +"are currently working on." msgstr "" +"Si el Brasero ja s'està executant i hi intenteu obrir alguns " +"fitxers des del Fitxers, els fitxers s'afegiran al projecte en el " +"qual esteu treballant actualment." -#: C/project-save.page:67(note/p) +#. (itstool) path: note/p +#: C/project-save.page:68 msgid "" "If you open a saved project, Brasero will treat it as a new " "project: if you want to save an updated version of the project, it will ask " "you to enter a name for it, at this point you can overwrite the old version " "or save it as a new project by entering a different file name." msgstr "" +"Si obriu un projecte desat, el Brasero el tractarà com un " +"projecte nou: si voleu desar una versió actualitzada del projecte, us " +"demanarà que hi introduïu un nom; en aquest punt, podeu sobreescriure la " +"versió antiga o desar-la com un projecte nou introduint un nom de fitxer " +"diferent." -#: C/project-video.page:9(info/title) -#| msgid "3" +#. (itstool) path: info/title +#: C/project-video.page:9 msgctxt "sort" msgid "3" msgstr "3" -#: C/project-video.page:10(info/desc) +#. (itstool) path: info/desc +#: C/project-video.page:10 msgid "Write a video to a DVD or SVCD." msgstr "Enregistrament d'un vídeo en un DVD o SVCD." -#: C/project-video.page:20(page/title) +#. (itstool) path: page/title +#: C/project-video.page:20 msgid "Create a video project" msgstr "Creació d'un projecte de vídeo" -#: C/project-video.page:22(page/p) +#. (itstool) path: page/p +#: C/project-video.page:22 msgid "" "Brasero can be used to create video discs for playing in a DVD " "player or laptop." msgstr "" -"El Brasero pot crear discs de vídeo per reproduir en reproductors " -"de DVD o en ordinadors portàtils." +"El Brasero pot crear discs de vídeo per a reproduir en " +"reproductors de DVD o en ordinadors portàtils." -#: C/project-video.page:27(item/p) -#| msgid "" -#| "Click on Video project in the main window or " -#| "choose ProjectNew projectNew video project." +#. (itstool) path: item/p +#: C/project-video.page:27 msgid "" "Click Video project on the start page, or select " "ProjectNew ProjectNew Video ProjectProjecteProjecte nouProjecte de vídeo " "nou." -#: C/project-video.page:32(item/p) +#. (itstool) path: item/p +#: C/project-video.page:32 msgid "" "Add the videos to the project by clicking Add in the toolbar and " "selecting the files. You can also add files by dragging and dropping them " @@ -704,15 +888,18 @@ "arrossegant-los a l'àrea de projecte o fent clic a EditaAfegeix fitxers." -#: C/split-track.page:9(info/desc) +#. (itstool) path: info/desc +#: C/split-track.page:9 msgid "Split an audio project track into multiple tracks." msgstr "Partició d'una pista d'un projecte d'àudio en múltiples pistes." -#: C/split-track.page:19(page/title) +#. (itstool) path: page/title +#: C/split-track.page:19 msgid "Split an audio track" msgstr "Partició d'una pista d'àudio" -#: C/split-track.page:21(page/p) +#. (itstool) path: page/p +#: C/split-track.page:21 msgid "" "You can split a single audio track into multiple tracks when you put " "together an audio project." @@ -720,11 +907,13 @@ "Podeu partir una pista d'àudio en múltiples pistes quan creeu un projecte " "d'àudio." -#: C/split-track.page:26(item/p) +#. (itstool) path: item/p +#: C/split-track.page:26 msgid "Start an audio project and add the tracks you wish to use." msgstr "Creeu un projecte d'àudio i afegiu les pistes que desitgeu." -#: C/split-track.page:29(item/p) +#. (itstool) path: item/p +#: C/split-track.page:29 msgid "" "Select the track you wish to split by clicking on it, then click either " "EditSplit Track… or right click on " @@ -735,18 +924,18 @@ "clic amb el botó secundari a la pista i trieu Parteix la pista… " "en el menú." -#: C/split-track.page:34(item/p) +#. (itstool) path: item/p +#: C/split-track.page:34 msgid "Select your preferred method of splitting the tracks:" -msgstr "Trieu el mètode que preferiu per partir les pistes:" +msgstr "Trieu el mètode que preferiu per a partir les pistes:" -#: C/split-track.page:37(item/title) +#. (itstool) path: item/title +#: C/split-track.page:37 msgid "Split track manually" msgstr "Partició manual de la pista" -#: C/split-track.page:38(item/p) -#| msgid "" -#| "This option allows you to sellect the exact length of each new section of " -#| "the track manually." +#. (itstool) path: item/p +#: C/split-track.page:38 msgid "" "This option allows you to select the exact length of each new section of the " "track manually." @@ -754,21 +943,25 @@ "Aquesta opció us permet triar manualment la longitud exacta de cada porció " "nova de la pista." -#: C/split-track.page:42(item/title) +#. (itstool) path: item/title +#: C/split-track.page:42 msgid "Split track in parts with a fixed length" msgstr "Partició de la pista en parts de mida fixa" -#: C/split-track.page:43(item/p) +#. (itstool) path: item/p +#: C/split-track.page:43 msgid "" "Use this method to split the track into multiple sections of equal length." msgstr "" "Aquest mètode parteix la pista en múltiples porcions de la mateixa durada." -#: C/split-track.page:47(item/title) +#. (itstool) path: item/title +#: C/split-track.page:47 msgid "Split track in a fixed number of parts" msgstr "Partició de la pista en un nombre fix de porcions" -#: C/split-track.page:48(item/p) +#. (itstool) path: item/p +#: C/split-track.page:48 msgid "" "This method allows you to split the track into a set number of sections, all " "of which will be of the same length." @@ -776,23 +969,27 @@ "Aquest mètode permet partir la pista en un nombre prefixat de porcions, " "totes elles de la mateixa durada." -#: C/split-track.page:52(item/title) +#. (itstool) path: item/title +#: C/split-track.page:52 msgid "Split track for each silence" msgstr "Partició de la pista a cada silenci" -#: C/split-track.page:53(item/p) +#. (itstool) path: item/p +#: C/split-track.page:53 msgid "" "Select this method for Brasero to auto-detect silences in the " "recording and to split the track at those points." msgstr "" -"Trieu aquest mètode perquè el Brasero detecti automàticament silencis en " -"l'enregistrament i divideixi la pista en aquells punts." +"Trieu aquest mètode perquè el Brasero detecti automàticament " +"silencis en l'enregistrament i divideixi la pista en aquells punts." -#: C/split-track.page:59(item/p) +#. (itstool) path: item/p +#: C/split-track.page:59 msgid "Proceed to split the track by clicking Slice." msgstr "Feu la partició de la pista fent clic a Partició." -#: C/split-track.page:61(note/p) +#. (itstool) path: note/p +#: C/split-track.page:61 msgid "" "If you try to split a track into a section less than six seconds long, the " "new section will be padded to make it 6 seconds long." @@ -800,13 +997,15 @@ "Si intenteu partir una pista en una porció de menys de sis segons de durada, " "s'augmentarà la durada de la porció nova fins als sis segons de durada." -#: C/split-track.page:68(item/p) +#. (itstool) path: item/p +#: C/split-track.page:68 msgid "Click OK to confirm your track splits and apply the changes." msgstr "" -"Feu clic a D'acord per confirmar les particions de la pista i " +"Feu clic a D'acord per a confirmar les particions de la pista i " "aplicar els canvis." -#: C/split-track.page:70(note/p) +#. (itstool) path: note/p +#: C/split-track.page:70 msgid "" "You can split and merge the same track as many times as you like while you " "are viewing the split track dialog. Once you confirm your track splitting by " @@ -814,28 +1013,38 @@ "have already split off. To revert the changes, remove the split sections of " "the track from your project and re-add the track." msgstr "" +"Podeu dividir i fusionar la mateixa pista tantes vegades com vulgueu mentre " +"visualitzeu el diàleg de divisió de pista. Una vegada que confirmeu la " +"divisió de la pista fent clic a D'acord, ja no podreu fusionar " +"les seccions que heu dividit. Per a revertir els canvis, elimineu les " +"seccions dividides de la pista del projecte i torneu a afegir la pista." -#: C/tools-blank.page:7(info/desc) +#. (itstool) path: info/desc +#: C/tools-blank.page:7 msgid "Erase a rewritable CD or DVD by blanking it." msgstr "Esborrament d'un CD o d'un DVD reenregistrable." -#: C/tools-blank.page:17(page/title) +#. (itstool) path: page/title +#: C/tools-blank.page:17 msgid "Blank a disc" msgstr "Esborrament d'un disc" -#: C/tools-blank.page:19(page/p) +#. (itstool) path: page/p +#: C/tools-blank.page:19 msgid "" "You can prepare a rewritable disc, with existing data on it, for writing by " "blanking it." msgstr "" -"Podeu preparar un disc reenregistrable, que ja contingui dades, per escriure-" -"hi esborrant-ne les dades." +"Podeu preparar un disc reenregistrable, que ja contingui dades, per a " +"escriure-hi esborrant-ne les dades." -#: C/tools-blank.page:24(item/p) +#. (itstool) path: item/p +#: C/tools-blank.page:24 msgid "Select ToolsBlank...." msgstr "Trieu EinesEsborra...." -#: C/tools-blank.page:27(item/p) +#. (itstool) path: item/p +#: C/tools-blank.page:27 msgid "" "If you have more than one disc drive with a rewritable disc in it, you can " "select which disc to rewrite under Select a disc." @@ -843,12 +1052,14 @@ "Si teniu més d'una unitat de disc amb un disc reenregistrable a dins, podeu " "triar quin disc voleu reenregistrar a Seleccioneu un disc." -#: C/tools-blank.page:31(item/p) +#. (itstool) path: item/p +#: C/tools-blank.page:31 msgid "You can select Fast blanking to blank the CD quicker." msgstr "" -"Podeu triar Esborrament ràpid per esborrar el CD més ràpidament." +"Podeu triar Esborrament ràpid per a esborrar el CD més ràpidament." -#: C/tools-blank.page:33(note/p) +#. (itstool) path: note/p +#: C/tools-blank.page:33 msgid "" "If you have problems writing to a disc which you fast blanked, try disabling " "fast blanking and blank it again." @@ -856,63 +1067,86 @@ "Si teniu problemes escrivint un disc que heu esborrat ràpidament, intenteu " "desactivar l'esborrat ràpid i esborreu-lo de nou." -#: C/tools-blank.page:38(item/p) +#. (itstool) path: item/p +#: C/tools-blank.page:38 msgid "Click Blank to continue." -msgstr "Feu clic a Esborra per continuar." +msgstr "Feu clic a Esborra per a continuar." -#: C/tools-blank.page:41(item/p) +#. (itstool) path: item/p +#: C/tools-blank.page:41 msgid "The disc may be ejected when the blanking is complete." msgstr "És possible que s'expulsi el disc quan s'acabi l'esborrat." -#: C/tools-check-integrity.page:7(info/desc) +#. (itstool) path: info/desc +#: C/tools-check-integrity.page:7 msgid "You can test out a disc integrity after burning it." -msgstr "" +msgstr "Podeu provar la integritat d'un disc després de gravar-lo." -#: C/tools-check-integrity.page:9(credit/name) +#. (itstool) path: credit/name +#: C/tools-check-integrity.page:9 msgid "Paulina Gonzalez" msgstr "Paulina Gonzalez" -#: C/tools-check-integrity.page:21(page/title) +#. (itstool) path: page/title +#: C/tools-check-integrity.page:21 msgid "Check disc integrity" -msgstr "" +msgstr "Comprovació de la integritat dels discs" -#: C/tools-check-integrity.page:23(page/p) +#. (itstool) path: page/p +#: C/tools-check-integrity.page:23 msgid "" "After burning a CD/DVD by using Brasero, you can check its " "integrity to make sure that the files in the disc are not corrupted." msgstr "" +"Després de gravar un CD/DVD utilitzant el Brasero, podeu " +"comprovar-ne la integritat per a assegurar-vos que els fitxers del disc no " +"estan corromputs." -#: C/tools-check-integrity.page:27(item/p) +#. (itstool) path: item/p +#: C/tools-check-integrity.page:27 msgid "Select ToolsCheck Integrity...." msgstr "" "Trieu EinesComprova la integritat...." -#: C/tools-check-integrity.page:30(item/p) +#. (itstool) path: item/p +#: C/tools-check-integrity.page:30 msgid "" "You can select the option Use an MD5 file to check the disk. if " "you prefer it." msgstr "" -"Trieu l'opció Utilitza un fitxer MD5 per comprovar el disc si ho preferiu." +"Trieu l'opció Utilitza un fitxer MD5 per a comprovar el disc si " +"ho preferiu." -#: C/tools-check-integrity.page:33(item/p) +#. (itstool) path: item/p +#: C/tools-check-integrity.page:33 msgid "" "An MD5 (Message-Digest Algorithm 5) is a cryptographic hash function widely " "used for checking data integrity." msgstr "" +"Un MD5 (Message-Digest Algorithm 5) és una funció de resum criptogràfica " +"àmpliament utilitzada per a comprovar la integritat de les dades." -#: C/tools-check-integrity.page:34(item/p) +#. (itstool) path: item/p +#: C/tools-check-integrity.page:34 msgid "" "If you choose this option, you will have to find the MD5 file by clicking in " "the folder icon placed below." msgstr "" +"Si trieu aquesta opció, haureu de trobar el fitxer MD5 fent clic a la icona " +"de carpeta de sota." -#: C/tools-check-integrity.page:39(item/p) +#. (itstool) path: item/p +#: C/tools-check-integrity.page:39 msgid "Press Check to continue or Close to cancel it." msgstr "" +"Premeu Comprova per a continuar o Tanca per a " +"cancel·lar-la." -#: C/tools-check-integrity.page:42(item/p) +#. (itstool) path: item/p +#: C/tools-check-integrity.page:42 msgid "" "When the checking is finished you can either choose to Check Again or just Close." msgstr "" +"Quan s'hagi completat la comprovació, podeu triar Comprova de nou " +"o Tanca." diff -Nru brasero-3.12.2/help/ca/create-cover.page brasero-3.12.3/help/ca/create-cover.page --- brasero-3.12.2/help/ca/create-cover.page 2017-07-31 16:38:18.000000000 +0000 +++ brasero-3.12.3/help/ca/create-cover.page 2021-09-20 08:05:28.000000000 +0000 @@ -23,11 +23,17 @@ gilforcada@guifi.net 2013 + + + Miquel-Àngel Burgos i Fradeja + miquel.angel.burgos@gmail.com + 2020 + Creació d'una coberta -

Podeu utilitzar el Brasero per crear les cobertes per les caixes dels CD. Feu clic a Eines Editor de cobertes per accedir-hi.

+

Podeu utilitzar el Brasero per a crear les cobertes per les caixes dels CD. Feu clic a Eines Editor de cobertes per a accedir-hi.

Si esteu creant un projecte d'àudio i ja hi heu posat totes les cançons del projecte abans de crear les portades, quan accediu a la interfície de l'Editor de cobertes des de la finestra del projecte d'àudio, es mostraran automàticament la llista de pistes a la contracoberta.

@@ -42,20 +48,20 @@

Obriu l'Editor de Cobertes.

-

Trieu el format que voleu pel text i escriviu-los. Desplaceu cap avall per veure el lateral i la contra coberta de la caixa del CD.

+

Trieu el format que voleu pel text i escriviu-los. Desplaceu cap avall per a veure el lateral i la contra coberta de la caixa del CD.

Quan veieu per primer cop el diàleg de l'Editor de cobertes no podreu modificar cap opció de formatació de text. Seleccioneu quina coberta voleu editar i després podreu modificar-les.

-

Per afegir un fons a la coberta actual feu clic a la icona de la barra d'eines Propietats del fons , també podeu canviar-lo fent clic amb el botó secundari a la coberta i seleccionant Estableix les propietats del fons.

+

Per a afegir un fons a la coberta actual feu clic a la icona de la barra d'eines Propietats del fons , també podeu canviar-lo fent clic amb el botó secundari a la coberta i seleccionant Estableix les propietats del fons.

Si seleccioneu una imatge de fons centrada, en fer clic al botó Tanca el Brasero a vegades pot fallar.

-

Per aplicar els canvis i tancar el diàleg de Propietats del fons, feu clic al botó Tanca.

+

Per a aplicar els canvis i tancar el diàleg de Propietats del fons, feu clic al botó Tanca.

-

Per imprimir la coberta feu clic al botó Imprimeix que es troba a la cantonada de dalt a la dreta del diàleg.

+

Per a imprimir la coberta feu clic al botó Imprimeix que es troba a la cantonada de dalt a la dreta del diàleg.

diff -Nru brasero-3.12.2/help/ca/index.page brasero-3.12.3/help/ca/index.page --- brasero-3.12.2/help/ca/index.page 2017-07-31 16:38:18.000000000 +0000 +++ brasero-3.12.3/help/ca/index.page 2021-09-20 08:05:28.000000000 +0000 @@ -1,10 +1,7 @@ - - <media type="image" src="figures/logo48.png" its:translate="no"/> - Brasero Help - + <media type="image" src="figures/logo48.png" its:translate="no"/> Ajuda del Brasero
Creació d'un projecte nou diff -Nru brasero-3.12.2/help/ca/introduction.page brasero-3.12.3/help/ca/introduction.page --- brasero-3.12.2/help/ca/introduction.page 2017-07-31 16:38:18.000000000 +0000 +++ brasero-3.12.3/help/ca/introduction.page 2021-09-20 08:05:28.000000000 +0000 @@ -23,6 +23,12 @@ gilforcada@guifi.net 2013 + + + Miquel-Àngel Burgos i Fradeja + miquel.angel.burgos@gmail.com + 2020 + Introducció diff -Nru brasero-3.12.2/help/ca/prob-cd.page brasero-3.12.3/help/ca/prob-cd.page --- brasero-3.12.2/help/ca/prob-cd.page 2017-07-31 16:38:18.000000000 +0000 +++ brasero-3.12.3/help/ca/prob-cd.page 2021-09-20 08:05:28.000000000 +0000 @@ -5,7 +5,7 @@ - My MP3s will not play in a DVD or CD player. + Els meus MP3 no es reprodueixen en un reproductor de DVD o CD. Ekaterina Gerasimova kittykat3756@googlemail.com @@ -25,26 +25,29 @@ gilforcada@guifi.net 2013 + + + Miquel-Àngel Burgos i Fradeja + miquel.angel.burgos@gmail.com + 2020 + - CD will not play in a CD player + El CD no es reprodueix en un reproductor de CD -

If your CD is not playing in your CD player or stereo, it is probably - because the music was not correctly written to the disc or because you used - a data project to write the music to the CD instead of an audio project.

+

Si el vostre CD no s'està reproduint al vostre reproductor de CD o equip de música, és probablement perquè la música no s'ha escrit correctament al disc o perquè heu utilitzat un projecte de dades per a escriure la música al CD en lloc d'un projecte d'àudio.

-

Many new CD and DVD players will play music CDs which were created using - a data project, but most older players will not.

+

Molts reproductors de CD i DVD nous reprodueixen CD de música creats amb un projecte de dades, però la majoria dels reproductors més antics no ho fan.

-

Older CD players might not be able to play CD-RWs.

+

És possible que els reproductors de CD més antics no puguin reproduir CD-RW.

-

If you are using a CD-RW, blank the CD.

+

Si esteu utilitzant un CD-RW, esborreu el CD.

Reescriure el CD com un projecte d'àudio.

diff -Nru brasero-3.12.2/help/ca/prob-dvd.page brasero-3.12.3/help/ca/prob-dvd.page --- brasero-3.12.2/help/ca/prob-dvd.page 2017-07-31 16:38:18.000000000 +0000 +++ brasero-3.12.3/help/ca/prob-dvd.page 2021-09-20 08:05:28.000000000 +0000 @@ -25,27 +25,27 @@ gilforcada@guifi.net 2013 + + + Miquel-Àngel Burgos i Fradeja + miquel.angel.burgos@gmail.com + 2020 + Problemes en la creació de DVD -

Some types of DVD-Rs and DVD-RWs are not compatible with all burners. Check - the following to find out if those can be used with your burner.

+

Alguns tipus de DVD-R i DVD-RW no són compatibles amb tots els gravadors. Comproveu els següents per a saber si poden utilitzar-se amb el vostre gravador.

-

Check if your DVD drive accepts DVD+ or DVD- discs; if it is labelled - with "multi", that usually indicates that it accepts both. Check your disc - to see if it is the same as the DVD drive.

+

Comproveu si la vostra unitat de DVD accepta discos DVD+ o DVD-; si inclou l'etiqueta «multi», sol indicar que accepta tots dos. Comproveu el vostre disc per a veure si es correspon amb la unitat de DVD.

-

Check if your disc is dual layer or single layer: some DVD drives can - not write to a dual layer disc.

+

Comproveu si el vostre disc és de doble capa o d'una sola capa: algunes unitats de DVD no poden escriure en un disc de doble capa.

-

If you are trying to use a DVD-R, check if it has already been written - to before. If you are using a DVD-RW, try blanking it before you attempt - to write to it.

+

Si esteu intentant utilitzar un DVD-R, comproveu si ja s'hi ha escrit abans. Si esteu utilitzant un DVD-RW, intenteu esborrar-lo abans d'intentar escriure-hi.

diff -Nru brasero-3.12.2/help/ca/project-audio.page brasero-3.12.3/help/ca/project-audio.page --- brasero-3.12.2/help/ca/project-audio.page 2017-07-31 16:38:18.000000000 +0000 +++ brasero-3.12.3/help/ca/project-audio.page 2021-09-20 08:05:28.000000000 +0000 @@ -23,48 +23,44 @@ gilforcada@guifi.net 2013 + + + Miquel-Àngel Burgos i Fradeja + miquel.angel.burgos@gmail.com + 2020 + Escriure un CD de música -

Brasero can write audio files to a CD, which you can then use - for playing in CD players and so on. It is usually best to - use a non-rewritable CD because not all CD players will play rewritable - CDs.

+

El Brasero pot escriure fitxers d'àudio en un CD, que després podeu reproduir en reproductors de CD i altres. Sol ser millor utilitzar un CD no reenregistrable perquè no tots els reproductors de CD reprodueixen CD reenregistrables.

Feu clic a Projecte d'àudio a la finestra principal o trieu ProjecteProjecte nouProjecte d'àudio nou.

-

Add audio files to the project by clicking Add in the - toolbar and selecting the desired files. You can also add files by - dragging and dropping them onto the project area or by clicking - EditAdd Files.

+

Afegiu fitxers d'àudio al projecte fent clic a Afegeix fitxers al projecte a la barra d'eines i seleccioneu els fitxers desitjats. També podeu afegir fitxers arrossegant-los i deixant-los anar a l'àrea del projecte o fent clic a EditaAfegeix fitxers.

-

You can add a title for the CD in the text entry field below the - project area.

+

Podeu afegir un títol per al CD al camp d'entrada de text sota de l'àrea del projecte.

-

Select the blank CD in the drop down list.

+

Seleccioneu el CD en blanc de la llista desplegable.

-

Feu clic a Enregistra... per continuar.

+

Feu clic a Enregistra... per a continuar.

Trieu la Velocitat d'enregistrament des de la llista desplegable i qualsevol altra opció que vulgueu canviar.

-

Click Burn to burn a single disc of the project or - Burn Several Copies to burn your project to multiple discs.

+

Feu clic a Enregistra per a gravar un sol disc del projecte o Enregistra diverses còpies per a gravar el projecte en múltiples discs.

-

You can also split individual tracks into multiple tracks using the - Split tool and add a two second break after a track using the - Pause button.

+

També podeu dividir pistes individuals en múltiples pistes utilitzant l'eina de partició i afegir una pausa de dos segons després d'una pista utilitzant el botó de pausa.

diff -Nru brasero-3.12.2/help/ca/project-data.page brasero-3.12.3/help/ca/project-data.page --- brasero-3.12.2/help/ca/project-data.page 2017-07-31 16:38:18.000000000 +0000 +++ brasero-3.12.3/help/ca/project-data.page 2021-09-20 08:05:28.000000000 +0000 @@ -23,29 +23,26 @@ gilforcada@guifi.net 2013 + + + Miquel-Àngel Burgos i Fradeja + miquel.angel.burgos@gmail.com + 2020 + Creació d'un projecte de dades -

A data project is used for writing data (for example, files, photos or - music) to a disc, without changing those files in any way. This can be useful - for transferring files between computers.

+

Un projecte de dades s'utilitza per a escriure dades (per exemple, fitxers, fotos o música) en un disc, sense canviar gens els fitxers. Això pot ser útil per a transferir fitxers entre ordinadors.

Feu clic a Projecte de dades a la finestra principal o trieu ProjecteProjecte nouProjecte de dades nou.

-

Add the desired files to the project by clicking Add in the - toolbar and selecting the files. You can also add files by - dragging and dropping them onto the project area or by clicking - EditAdd Files.

+

Afegiu els fitxers desitjats al projecte fent clic a Afegeix fitxers al projecte a la barra d'eines i seleccionant els fitxers. També podeu afegir fitxers arrossegant-los i deixant-los anar a l'àrea del projecte o fent clic a EditaAfegeix fitxers.

-

You can create folders on the CD to store your data in a more - structured manner. To create a folder, click New Folder in - the toolbar or select EditNew - Folder from the menu bar. You can also create folders - inside other folders.

+

Podeu crear carpetes al CD per a emmagatzemar les dades d'una manera més estructurada. Per a crear una carpeta, feu clic a Carpeta nova a la barra d'eines o seleccioneu EditaCarpeta nova a la barra de menús. També podeu crear carpetes dins d'altres carpetes.

@@ -55,17 +52,15 @@

Trieu el disc en blanc de la llista desplegable.

-

Feu clic a Enregistra... per continuar.

+

Feu clic a Enregistra... per a continuar.

Trieu la Velocitat d'enregistrament des de la llista desplegable i qualsevol altra opció que vulgueu canviar.

-

Click Burn to burn a single CD of the project or - Burn Several Copies to burn your project to multiple CDs

+

Feu clic a Enregistra per a gravar un CD del projecte o Enregistra diverses còpies per a gravar el projecte en diversos CD

-

If you are using a rewritable disc, which already contains data, you - will be asked if you want to blank it or insert a different disc.

+

Si utilitzeu un disc reenregistrable que ja conté dades, se us demanarà si voleu esborrar-lo o inserir un altre disc.

diff -Nru brasero-3.12.2/help/ca/project-disc-copy.page brasero-3.12.3/help/ca/project-disc-copy.page --- brasero-3.12.2/help/ca/project-disc-copy.page 2017-07-31 16:38:18.000000000 +0000 +++ brasero-3.12.3/help/ca/project-disc-copy.page 2021-09-20 08:05:28.000000000 +0000 @@ -23,6 +23,12 @@ gilforcada@guifi.net 2013 + + + Miquel-Àngel Burgos i Fradeja + miquel.angel.burgos@gmail.com + 2020 + Còpia d'un disc @@ -32,25 +38,18 @@

Feu clic a Copia un disc a la finestra principal o trieu ProjecteProjecte nouCopia un disc... .

-

Select the disc you would like to copy from the drop down list below - Select disc to copy. If you have more than one disc drive, all - discs which are currently in them should be listed.

+

Seleccioneu el disc que voleu copiar a la llista desplegable sota Seleccioneu el disc a copiar. Si teniu més d'una unitat de disc, tots els discos que hi ha actualment haurien de ser a la llista.

-

Choose whether you want to make a copy to another disc or create an - image for later use.

+

Trieu si voleu fer una còpia en un altre disc o crear una imatge per a un ús posterior.

-

Click the Properties button to select burning speed and - other custom options.

+

Feu clic al botó Propietats per a seleccionar la velocitat de gravació i altres opcions personalitzades.

-

Click Copy to start copying the disc, or Make Several - Copies, if you plan to make more than one copy of the disc.

+

Feu clic a Copia per a començar a copiar el disc o a Fes diverses còpies si voleu fer més d'una còpia del disc.

-

If you are copying the disc and have only one disc drive, you will - be asked to replace the disc you are copying with a writable one after - the contents are copied temporarily to your hard disk.

+

Si copieu el disc i només teniu una unitat de disc, se us demanarà que reemplaceu el disc que esteu copiant amb un d'escrivible després que el contingut es copiï temporalment al disc dur.

diff -Nru brasero-3.12.2/help/ca/project-image-burn.page brasero-3.12.3/help/ca/project-image-burn.page --- brasero-3.12.2/help/ca/project-image-burn.page 2017-07-31 16:38:18.000000000 +0000 +++ brasero-3.12.3/help/ca/project-image-burn.page 2021-09-20 08:05:28.000000000 +0000 @@ -7,7 +7,7 @@ - Burn an existing disc image to a CD or DVD. + Graveu una imatge de disc existent en un CD o DVD. Marta Bogdanowicz majus85@gmail.com @@ -31,46 +31,41 @@ gilforcada@guifi.net 2013 + + + Miquel-Àngel Burgos i Fradeja + miquel.angel.burgos@gmail.com + 2020 + Enregistrament d'una imatge -

El Brasero us permet enregistrar imatges de disc a CD o DVD. Admet les extensions d'imatges de discos òptics següents: .iso, .toc i .cue.

+

El Brasero us permet enregistrar imatges de disc en un CD o DVD. Admet les extensions d'imatge de disc òptic següents: .iso, .toc i .cue.

-

Disc images are archive files which contain all the data that is on a CD - or DVD. Only one disc image can be on a CD at a time, but each archive can - contain as little or as much data as you want, as long as it fits on the - disc.

+

Les imatges de disc són fitxers d'arxiu que contenen totes les dades que es troben en un CD o DVD. Només pot haver-hi una imatge de disc en un CD, però cada arxiu pot contenir tan poques o tantes dades com vulgueu, sempre que càpiga al disc.

-

To burn a disc image to a CD or DVD, follow these steps:

+

Per a gravar una imatge de disc en un CD o DVD, seguiu aquests passos:

Feu clic a Enregistra una imatge a la finestra principal o trieu ProjecteProjecte nouEnregistra una imatge… .

-

Select a disc image to write by clicking Click here to select - a disc image.

+

Seleccioneu una imatge de disc a escriure fent clic a Feu clic per a seleccionar una imatge de disc.

-

Select the disc that you want to use from drop down list below - Select a disc to write to. If you have more than one disc - drive, all discs which are currently in them should be listed.

-

After choosing the disc Brasero shows how much free - space will remain on the disc after burning.

+

Seleccioneu el disc que voleu utilitzar a la llista desplegable sota Seleccioneu un disc on escriure. Si teniu més d'una unitat de disc, tots els discos que hi hagi actualment haurien de ser a la llista.

+

Després de triar el disc, el Brasero mostra la quantitat d'espai lliure que restarà al disc després de gravar.

-

Click the Properties button to select burning speed and - other custom options.

+

Feu clic al botó Propietats per a seleccionar la velocitat de gravació i altres opcions personalitzades.

-

Click Burn to start burning the image. After this operation - you can either finish burning or make the other copy of the image.

+

Feu clic a Enregistra per a començar a gravar la imatge. Després d'aquesta operació, podeu finalitzar la gravació o fer l'altra còpia de la imatge.

-

If you are using a re-writable disc, which already contains data, - you will be asked if you want to blank it or insert a different - disc.

+

Si utilitzeu un disc reenregistrable que ja conté dades, se us demanarà si voleu esborrar-lo o inserir un altre disc.

+ +
+ + diff -Nru brasero-3.12.2/help/da/project-save.page brasero-3.12.3/help/da/project-save.page --- brasero-3.12.2/help/da/project-save.page 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/help/da/project-save.page 2021-09-20 08:05:28.000000000 +0000 @@ -0,0 +1,66 @@ + + + + + + + + + Gem et projekt til senere redigering eller brænding. + + Ekaterina Gerasimova + kittykat3756@googlemail.com + + +

Creative Commons Deling på samme vilkår 3.0

+
+ + + scootergrisen + + 2020-2021 + +
+ + Gem et projekt + +

Du kan gemme et lyd-, data- eller videoprojekt i Brasero til senere redigering eller brænding.

+ + + +

Opret projektet og tilføj de filer, du vil bruge til projektet.

+
+ +

Klik på ProjektGem for at gemme projektet.

+
+ +

Indtast det navn, du vil bruge til at gemme projektet under, og klik på Gem for at gemme projektet.

+
+
+ +

Der er flere måder som kan bruges til at åbne et gemt Brasero-projekt:

+ + + +

vælge det fra listen på startsiden under Nylige projekter

+
+ +

klikke på ProjektNylige projekter

+
+ +

klikke på ProjektÅbn og vælge projektet

+
+ +

åbne projektet fra en filvælger

+ +

Der kan kun være én åben instans af Brasero. Hvis du prøver at åbne en anden instans, så gives der fokus til det Brasero-vindue, som er åbent.

+

Hvis Brasero allerede kører og du prøver at åbne filer med det fra Filer, så tilføjes filerne til det projekt, du arbejder på i øjeblikket.

+
+
+
+ + +

Hvis du åbner et gemt projekt, så vil Brasero behandle det som et nyt projekt: hvis du vil gemme en opdateret version af projektet, så vil den spørge om at indtaste et navn til det, hvor du har mulighed for at overskrive den gamle version eller gemme den som et nyt projekt ved at indtaste et andet filnavn.

+
+ +
diff -Nru brasero-3.12.2/help/da/project-video.page brasero-3.12.3/help/da/project-video.page --- brasero-3.12.2/help/da/project-video.page 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/help/da/project-video.page 2021-09-20 08:05:28.000000000 +0000 @@ -0,0 +1,52 @@ + + + + + + + 3 + Skriv en video til en dvd eller svcd. + + Ekaterina Gerasimova + kittykat3756@googlemail.com + + +

Creative Commons Deling på samme vilkår 3.0

+
+ + + scootergrisen + + 2020-2021 + +
+ + Opret et videoprojekt + +

Brasero kan bruges til at oprette videodiske til afspilning i en dvd-afspiller eller bærbar.

+ + + +

Klik på Videoprojekter på startsiden eller vælg ProjektNyt projektNyt videoprojekt.

+
+ +

Tilføj videoerne til projektet ved at klikke på Tilføj i værktøjslinjen og vælge filerne. Du kan også tilføje filer ved at trække og slippe dem i projektområdet eller ved at klikke på RedigérTilføj filer.

+
+ +

Du kan tilføje en titel til disken i tekstindtastningsfeltet under projektområdet.

+
+ +

Vælg den tomme disk i rullegardinslisten.

+
+ +

Klik på Brænd … for at fortsætte.

+
+ +

Vælg Brændingshastighed fra rullegardinslisten og andre indstillinger, du vil have.

+
+ +

Klik på Brænd for at brænde en enkelt disk med projektet eller Brænd adskillige kopier for at brænde dit projekt til flere diske.

+
+
+ +
diff -Nru brasero-3.12.2/help/da/split-track.page brasero-3.12.3/help/da/split-track.page --- brasero-3.12.2/help/da/split-track.page 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/help/da/split-track.page 2021-09-20 08:05:28.000000000 +0000 @@ -0,0 +1,70 @@ + + + + + + + + Del sporet for lydprojekt i flere spor. + + Ekaterina Gerasimova + kittykat3756@googlemail.com + + +

Creative Commons Deling på samme vilkår 3.0

+
+ + + scootergrisen + + 2020-2021 + +
+ + Del et lydspor + +

Du kan dele et enkelt lydspor i flere spor, når du laver et lydprojekt.

+ + + +

Start et lydprojekt og tilføj de spor, du vil bruge.

+
+ +

Vælg det spor, du vil dele ved at klikke på det og så enten klikke på RedigérDel spor … eller højreklikke på sporet og vælge Del spor … fra menuen.

+
+ +

Vælg din foretrukne metode til deling af spor:

+ + + Del spor manuelt +

Indstillingen giver dig mulighed for manuelt at vælge den præcise længde på hvert afsnit i sporet.

+
+ + Del sporet i dele med en fastlagt længde +

Brug metoden til at dele sporet i flere afsnit med samme længde.

+
+ + Del sporet i et fast antal dele +

Metoden giver dig mulighed for at dele sporet i et fast antal afsnit, hvor alle har den samme længde.

+
+ + Del sporet ved hver stilhed +

Vælg denne metode for at få Brasero til automatisk at registrere stilheder i optagelsen og dele sporet ved disse punkter.

+
+
+
+ +

Fortsæt med at dele sporet ved at klikke på Opdel.

+ +

Hvis du prøver at dele et spor i afsnit på under 6 sekunder, så forlænges det nye afsnit til 6 sekunder.

+
+
+ +

Klik på OK for at bekræfte dine spordelinger og anvend ændringerne.

+ +

Du kan dele og sammenføje det samme spor så mange gange du vil, mens du viser del spor-dialogen. Når du bekræfter din spordeling ved at trykke på OK, så vil du ikke længere være i stand til at sammenføje de afsnit, du allerede har delt op. Tilbagefør ændringerne ved at fjerne sporets delingsafsnit fra dit projekt og tilføje sporet igen.

+
+
+
+ +
diff -Nru brasero-3.12.2/help/da/tools-blank.page brasero-3.12.3/help/da/tools-blank.page --- brasero-3.12.2/help/da/tools-blank.page 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/help/da/tools-blank.page 2021-09-20 08:05:28.000000000 +0000 @@ -0,0 +1,47 @@ + + + + + + Slet en genskrivbar cd eller dvd ved at rydde den. + + Ekaterina Gerasimova + kittykat3756@googlemail.com + + +

Creative Commons Deling på samme vilkår 3.0

+
+ + + scootergrisen + + 2020-2021 + +
+ + Slet en disk + +

Du kan forberede en genskrivbar disk med eksisterende data på til skrivning, ved at slette den.

+ + + +

Vælg VærktøjerSlet ….

+
+ +

Hvis du har mere end et diskdrev med en genskrivbar disk i, så kan du vælge hvilken disk som skal genskrives under Vælg en disk.

+
+ +

Du kan vælge Hurtig sletning for at slette cd'en hurtigere.

+ +

Hvis du har problemer med at skrive til en disk som du har hurtigslettet, så prøv at deaktivere hurtigsletning og slet den igen.

+
+
+ +

Klik på Slet for at fortsætte.

+
+ +

Disken skubbes muligvis ud når sletningen er færdig.

+
+
+ +
diff -Nru brasero-3.12.2/help/da/tools-check-integrity.page brasero-3.12.3/help/da/tools-check-integrity.page --- brasero-3.12.2/help/da/tools-check-integrity.page 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/help/da/tools-check-integrity.page 2021-09-20 08:05:28.000000000 +0000 @@ -0,0 +1,51 @@ + + + + + + Du kan teste integriteten af en disk efter den er blevet brændt. + + Paulina Gonzalez + pau.gonzalezbr@gmail.com + + + Ekaterina Gerasimova + kittykat3756@gmail.com + + +

Creative Commons Deling på samme vilkår 3.0

+
+ + + scootergrisen + + 2020-2021 + +
+ + Tjek diskintegriteten + +

Efter brændingen af en cd/dvd med Brasero, kan du kontrollere dens integritet for at sikre, at filerne ikke er beskadiget.

+ + + +

Vælg VærktøjerKontrollér integritet ….

+
+ +

You can select the option Use an MD5 file to check the disc if you prefer it.

+ + +

En MD5 (Message-Digest Algorithm 5) er en kryptografisk hashfunktion, som er meget udbredt til at kontrollere dataintegritet.

+

Hvis du vælger denne indstilling, så skal du finde MD5-filen ved at klikke på mappeikonet herunder.

+
+
+
+ +

Tryk på Kontrollér for at fortsætte eller Luk for at annullere det.

+
+ +

Når kontrollen er færdig, så kan du enten vælge Kontrollér igen eller blot Luk.

+
+
+ +
diff -Nru brasero-3.12.2/help/de/de.po brasero-3.12.3/help/de/de.po --- brasero-3.12.2/help/de/de.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/help/de/de.po 2021-09-17 11:27:27.000000000 +0000 @@ -5,9 +5,9 @@ msgid "" msgstr "" "Project-Id-Version: brasero doc master\n" -"POT-Creation-Date: 2015-10-09 03:11+0000\n" -"PO-Revision-Date: 2015-10-09 13:18+0200\n" -"Last-Translator: Christian Kirbach \n" +"POT-Creation-Date: 2020-02-11 15:26+0000\n" +"PO-Revision-Date: 2020-02-15 16:50+0100\n" +"Last-Translator: Tim Sabsch \n" "Language-Team: Deutsch \n" "Language: de_DE\n" "MIME-Version: 1.0\n" @@ -15,7 +15,7 @@ "Content-Transfer-Encoding: 8bit\n" "X-Poedit-SourceCharset: utf-8\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -"X-Generator: Poedit 1.8.4\n" +"X-Generator: Poedit 2.2.4\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -171,18 +171,6 @@ msgid "Other tools" msgstr "Weitere Werkzeuge" -#. (itstool) path: media -#. This is a reference to an external file such as an image or video. When -#. the file changes, the md5 hash will change to let you know you need to -#. update your localized copy. The msgstr is not used at all. Set it to -#. whatever you like once you have updated your copy of the file. -#: C/introduction.page:36 -msgctxt "_" -msgid "" -"external ref='figures/brasero-main-window.png' " -"md5='11e5cc148d7c8c8dc0c63e68b2f611f3'" -msgstr "translated" - #. (itstool) path: info/desc #: C/introduction.page:7 msgid "Introduction to the Brasero disc burning application." @@ -249,6 +237,18 @@ msgid "The Brasero main window" msgstr "Das Brasero-Hauptfenster" +#. (itstool) path: figure/media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/introduction.page:36 +msgctxt "_" +msgid "" +"external ref='figures/brasero-main-window.png' " +"md5='cd9679619426233b5f58a69e6f34398b'" +msgstr "translated" + #. (itstool) path: info/desc #: C/prob-cd.page:9 msgid "My MP3s will not play in a DVD or CD player." Binary files /tmp/tmp2p2ykv0p/zkwR6qHVJf/brasero-3.12.2/help/de/figures/brasero-main-window.png and /tmp/tmp2p2ykv0p/GmyjyRX4Vg/brasero-3.12.3/help/de/figures/brasero-main-window.png differ diff -Nru brasero-3.12.2/help/de/tools-check-integrity.page brasero-3.12.3/help/de/tools-check-integrity.page --- brasero-3.12.2/help/de/tools-check-integrity.page 2017-07-31 16:38:18.000000000 +0000 +++ brasero-3.12.3/help/de/tools-check-integrity.page 2021-09-20 08:05:28.000000000 +0000 @@ -44,7 +44,7 @@

Wählen Sie WerkzeugeAuf Unversehrtheit prüfen.

-

Falls gewünscht, können Sie die Option Zur Überprüfung der CD/DVD eine MD5-Datei verwenden wählen.

+

You can select the option Use an MD5 file to check the disc if you prefer it.

Eine MD5-Prüfsumme (Message-Digest-Algorithmus 5) ist eine kryptografische Prüfsummenfunktion, die zur Prüfung der Datenintegrität verwendet wird.

Binary files /tmp/tmp2p2ykv0p/zkwR6qHVJf/brasero-3.12.2/help/el/figures/brasero-main-window.png and /tmp/tmp2p2ykv0p/GmyjyRX4Vg/brasero-3.12.3/help/el/figures/brasero-main-window.png differ diff -Nru brasero-3.12.2/help/el/tools-check-integrity.page brasero-3.12.3/help/el/tools-check-integrity.page --- brasero-3.12.2/help/el/tools-check-integrity.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/el/tools-check-integrity.page 2021-09-20 08:05:28.000000000 +0000 @@ -44,7 +44,7 @@

Επιλέξτε ΕργαλείαΈλεγχος ακεραιότητας....

-

Μπορείτε να επιλέξετε Χρήση ενός αρχείου MD5 για να ελέγξετε τον δίσκο εάν το προτιμάτε.

+

You can select the option Use an MD5 file to check the disc if you prefer it.

Ένα MD5 (Message-Digest Algorithm 5) είναι μια συνάρτηση κρυπτογραφικού κερματισμού που χρησιμοποιείται ευρέως για τον έλεγχο ακεραιότητας δεδομένων.

diff -Nru brasero-3.12.2/help/en_GB/tools-check-integrity.page brasero-3.12.3/help/en_GB/tools-check-integrity.page --- brasero-3.12.2/help/en_GB/tools-check-integrity.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/en_GB/tools-check-integrity.page 2021-09-20 08:05:28.000000000 +0000 @@ -26,7 +26,7 @@

Select ToolsCheck Integrity....

-

You can select the option Use an MD5 file to check the disk. if you prefer it.

+

You can select the option Use an MD5 file to check the disc if you prefer it.

An MD5 (Message-Digest Algorithm 5) is a cryptographic hash function widely used for checking data integrity.

diff -Nru brasero-3.12.2/help/es/create-cover.page brasero-3.12.3/help/es/create-cover.page --- brasero-3.12.2/help/es/create-cover.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/create-cover.page 2021-09-20 08:05:28.000000000 +0000 @@ -15,7 +15,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 diff -Nru brasero-3.12.2/help/es/es.po brasero-3.12.3/help/es/es.po --- brasero-3.12.2/help/es/es.po 2014-08-21 12:30:51.000000000 +0000 +++ brasero-3.12.3/help/es/es.po 2021-09-17 11:27:27.000000000 +0000 @@ -1,27 +1,27 @@ # translation of brasero-help.master.es.po to Español # Jorge González , 2008, 2009, 2010, 2011. -# Daniel Mustieles , 2011, 2012, 2013, 2014. +# Daniel Mustieles , 2011-2020. # msgid "" msgstr "" "Project-Id-Version: help.HEAD.es(3)\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-15 03:05+0000\n" -"PO-Revision-Date: 2014-04-01 14:14+0200\n" +"POT-Creation-Date: 2020-02-11 15:26+0000\n" +"PO-Revision-Date: 2020-02-12 08:56+0100\n" "Last-Translator: Daniel Mustieles \n" "Language-Team: Español \n" -"Language: \n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Gtranslator 2.91.5\n" +"X-Generator: Gtranslator 3.34.0\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" msgid "translator-credits" msgstr "" -"Daniel Mustieles , 2011, 2012\n" +"Daniel Mustieles , 2011, 2020\n" "Jorge González , 2011" #. (itstool) path: info/desc @@ -153,34 +153,20 @@ msgstr "<_:media-1/> Ayuda de Brasero" #. (itstool) path: section/title -#: C/index.page:9 +#: C/index.page:12 msgid "Create a new project" msgstr "Crear un proyecto nuevo" #. (itstool) path: section/title -#: C/index.page:13 +#: C/index.page:16 msgid "Troubleshooting" msgstr "Solución de problemas" #. (itstool) path: section/title -#: C/index.page:17 +#: C/index.page:20 msgid "Other tools" msgstr "Otras herramientas" -#. (itstool) path: media -#. This is a reference to an external file such as an image or video. When -#. the file changes, the md5 hash will change to let you know you need to -#. update your localized copy. The msgstr is not used at all. Set it to -#. whatever you like once you have updated your copy of the file. -#: C/introduction.page:36 -msgctxt "_" -msgid "" -"external ref='figures/brasero-main-window.png' " -"md5='11e5cc148d7c8c8dc0c63e68b2f611f3'" -msgstr "" -"external ref='figures/brasero-main-window.png' " -"md5='11e5cc148d7c8c8dc0c63e68b2f611f3'" - #. (itstool) path: info/desc #: C/introduction.page:7 msgid "Introduction to the Brasero disc burning application." @@ -249,6 +235,24 @@ msgid "The Brasero main window" msgstr "La ventana principal de Brasero" +#. (itstool) path: figure/media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/introduction.page:36 +#| msgctxt "_" +#| msgid "" +#| "external ref='figures/brasero-main-window.png' " +#| "md5='11e5cc148d7c8c8dc0c63e68b2f611f3'" +msgctxt "_" +msgid "" +"external ref='figures/brasero-main-window.png' " +"md5='cd9679619426233b5f58a69e6f34398b'" +msgstr "" +"external ref='figures/brasero-main-window.png' " +"md5='cd9679619426233b5f58a69e6f34398b'" + #. (itstool) path: info/desc #: C/prob-cd.page:9 msgid "My MP3s will not play in a DVD or CD player." Binary files /tmp/tmp2p2ykv0p/zkwR6qHVJf/brasero-3.12.2/help/es/figures/brasero-main-window.png and /tmp/tmp2p2ykv0p/GmyjyRX4Vg/brasero-3.12.3/help/es/figures/brasero-main-window.png differ diff -Nru brasero-3.12.2/help/es/introduction.page brasero-3.12.3/help/es/introduction.page --- brasero-3.12.2/help/es/introduction.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/introduction.page 2021-09-20 08:05:28.000000000 +0000 @@ -15,7 +15,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 diff -Nru brasero-3.12.2/help/es/prob-cd.page brasero-3.12.3/help/es/prob-cd.page --- brasero-3.12.2/help/es/prob-cd.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/prob-cd.page 2021-09-20 08:05:28.000000000 +0000 @@ -17,7 +17,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 diff -Nru brasero-3.12.2/help/es/prob-dvd.page brasero-3.12.3/help/es/prob-dvd.page --- brasero-3.12.2/help/es/prob-dvd.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/prob-dvd.page 2021-09-20 08:05:28.000000000 +0000 @@ -17,7 +17,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 diff -Nru brasero-3.12.2/help/es/project-audio.page brasero-3.12.3/help/es/project-audio.page --- brasero-3.12.2/help/es/project-audio.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/project-audio.page 2021-09-20 08:05:28.000000000 +0000 @@ -15,7 +15,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 diff -Nru brasero-3.12.2/help/es/project-data.page brasero-3.12.3/help/es/project-data.page --- brasero-3.12.2/help/es/project-data.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/project-data.page 2021-09-20 08:05:28.000000000 +0000 @@ -15,7 +15,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 diff -Nru brasero-3.12.2/help/es/project-disc-copy.page brasero-3.12.3/help/es/project-disc-copy.page --- brasero-3.12.2/help/es/project-disc-copy.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/project-disc-copy.page 2021-09-20 08:05:28.000000000 +0000 @@ -15,7 +15,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 diff -Nru brasero-3.12.2/help/es/project-image-burn.page brasero-3.12.3/help/es/project-image-burn.page --- brasero-3.12.2/help/es/project-image-burn.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/project-image-burn.page 2021-09-20 08:05:28.000000000 +0000 @@ -23,7 +23,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 diff -Nru brasero-3.12.2/help/es/project-save.page brasero-3.12.3/help/es/project-save.page --- brasero-3.12.2/help/es/project-save.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/project-save.page 2021-09-20 08:05:28.000000000 +0000 @@ -18,7 +18,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 diff -Nru brasero-3.12.2/help/es/project-video.page brasero-3.12.3/help/es/project-video.page --- brasero-3.12.2/help/es/project-video.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/project-video.page 2021-09-20 08:05:28.000000000 +0000 @@ -17,7 +17,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 diff -Nru brasero-3.12.2/help/es/split-track.page brasero-3.12.3/help/es/split-track.page --- brasero-3.12.2/help/es/split-track.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/split-track.page 2021-09-20 08:05:28.000000000 +0000 @@ -17,7 +17,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 diff -Nru brasero-3.12.2/help/es/tools-blank.page brasero-3.12.3/help/es/tools-blank.page --- brasero-3.12.2/help/es/tools-blank.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/tools-blank.page 2021-09-20 08:05:28.000000000 +0000 @@ -15,7 +15,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 diff -Nru brasero-3.12.2/help/es/tools-check-integrity.page brasero-3.12.3/help/es/tools-check-integrity.page --- brasero-3.12.2/help/es/tools-check-integrity.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/es/tools-check-integrity.page 2021-09-20 08:05:28.000000000 +0000 @@ -19,7 +19,7 @@ Daniel Mustieles daniel.mustieles@gmail.com - 2011, 2012 + 2011, 2020 @@ -38,7 +38,7 @@

Seleccione HerramientasComprobar integridad....

-

Puede seleccionar la opción Usar un archivo md5 para verificar el disco si lo prefiere.

+

You can select the option Use an MD5 file to check the disc if you prefer it.

Un MD5 (Message-Digest Algorithm 5) es una función hash criptográfica usada ampliamente para comprobar integridad de datos.

diff -Nru brasero-3.12.2/help/eu/create-cover.page brasero-3.12.3/help/eu/create-cover.page --- brasero-3.12.2/help/eu/create-cover.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/create-cover.page 2021-09-20 08:05:28.000000000 +0000 @@ -13,7 +13,7 @@ - Create a cover + Sortu azal bat

You can use Brasero to create inlays for your jewel cases. Access the creator by clicking Tools diff -Nru brasero-3.12.2/help/eu/eu.po brasero-3.12.3/help/eu/eu.po --- brasero-3.12.2/help/eu/eu.po 2013-01-13 22:20:43.000000000 +0000 +++ brasero-3.12.3/help/eu/eu.po 2021-09-18 16:26:54.000000000 +0000 @@ -1,1074 +1,2360 @@ # translation of brasero-help.master.po to Basque # Iñaki Larrañaga Murgoitio , 2011. msgid "" -msgstr "" -"Project-Id-Version: brasero-help.master\n" -"POT-Creation-Date: 2009-10-12 12:21+0000\n" -"PO-Revision-Date: 2011-04-20 16:38+0200\n" -"Last-Translator: Iñaki Larrañaga Murgoitio \n" -"Language-Team: Basque \n" +msgstr "Project-Id-Version: brasero-help.master\n" +"POT-Creation-Date: 2020-07-03 08:47+0000\n" +"PO-Revision-Date: 2021-09-09 10:00+0100\n" +"Last-Translator: Asier Sarasua Garmendia \n" +"Language-Team: Basque \n" +"Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/brasero.xml:257(None) -msgid "@@image: 'figures/brasero_main.png'; md5=dfc32ea3caef05364043a4529125d2e2" -msgstr "@@irudia: 'figures/brasero_main.png'; md5=dfc32ea3caef05364043a4529125d2e2" - -#: C/brasero.xml:26(title) -msgid "Brasero Manual V2.2" -msgstr "Brasero eskuliburua, 2.2 bertsioa" - -#: C/brasero.xml:28(para) -msgid "Brasero is an application for burning CDs and DVDs." -msgstr "Brasero CDak eta DVDak grabatzeko aplikazio bat da." - -#: C/brasero.xml:32(year) -msgid "2008" -msgstr "2008" - -#: C/brasero.xml:33(year) -msgid "2009" -msgstr "2009" - -#: C/brasero.xml:34(holder) C/brasero.xml:48(publishername) C/brasero.xml:61(orgname) C/brasero.xml:69(orgname) C/brasero.xml:77(orgname) C/brasero.xml:105(para) C/brasero.xml:115(para) C/brasero.xml:131(para) -msgid "Ubuntu Documentation Project" -msgstr "Ubunturen dokumentazio-proiektua" - -#: C/brasero.xml:2(para) -msgid "Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License (GFDL), Version 1.1 or any later version published by the Free Software Foundation with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual." -msgstr "Baimena ematen da dokumentu hau kopiatu, banatu eta/edo aldatzeko Free Software Foundation-ek argitaratutako GNU Dokumentazio Librearen Lizentziaren 1.1. bertsioan edo berriago batean ezarritako baldintzak betetzen badira; Atal Aldaezinik, Aurreko azaleko testurik eta Atzeko azaleko testurik gabe. GFDL lizentziaren kopia esteka honetan edo eskuliburu honekin batera ematen den COPYING-DOCS fitxategian aurkituko duzu." - -#: C/brasero.xml:12(para) -msgid "This manual is part of a collection of GNOME manuals distributed under the GFDL. If you want to distribute this manual separately from the collection, you can do so by adding a copy of the license to the manual, as described in section 6 of the license." -msgstr "Eskuliburu hau GFDL lizentziarekin banatzen diren GNOME eskuliburuen bildumakoa da. Eskuliburu hau bildumatik bereizita banatu nahi baduzu, bana dezakezu, baina eskuliburuari lizentziaren kopia bat gehitu beharko diozu, lizentzian bertan 6. atalean azaltzen den bezala." - -#: C/brasero.xml:19(para) -msgid "Many of the names used by companies to distinguish their products and services are claimed as trademarks. Where those names appear in any GNOME documentation, and the members of the GNOME Documentation Project are made aware of those trademarks, then the names are in capital letters or initial capital letters." -msgstr "Enpresek euren produktu eta zerbitzuak bereizteko erabiltzen dituzten izen asko marka erregistratu moduan hartu behar dira. Izen horiek GNOMEren edozein agiritan agertzen direnean, eta GNOMEren Dokumentazio Proiektuko kideak marka komertzialak direla konturatu badira, orduan izen horiek maiuskulaz idatzita egongo dira, osorik edo hasierako letra maiuskulaz jarrita." - -#: C/brasero.xml:35(para) -msgid "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER; AND" -msgstr "DOKUMENTUA \"DAGOEN-DAGOENEAN\" EMATEN DA, INOLAKO BERMERIK GABE, EZ ESPRESUKI ADIERAZITAKORIK ETA EZ INPLIZITURIK ERE; BESTEAK BESTE (MUGARIK GABE), EZ DA BERMATZEN DOKUMENTUA EDO BERTSIO ALDATUA AKATSIK GABEA DENIK, MERKATURATZEKO EDO XEDE JAKIN BATERAKO EGOKIA DENIK EDO ARAURIK HAUSTEN EZ DUENIK. DOKUMENTUAREN EDO DOKUMENTUAREN BERTSIO ALDATUAREN KALITATEARI, ZEHAZTASUNARI ETA PERFORMANTZIARI BURUZKO ERANTZUKIZUN OSOA ZUREA DA. DOKUMENTUREN BATEK EDO BERTSIO ALDATUREN BATEK EDOZEIN MOTATAKO AKATSIK IZANEZ GERO, ZUK (EZ HASIERAKO IDAZLEAK, EZ EGILEAK ETA EZ INONGO KOLABORATZAILEK) ZEURE GAIN HARTU BEHARKO DUZU BERRIKUSTEKO, KONPONTZEKO EDO ZUZENTZEKO BEHARREZKO ZERBITZU GUZTIEN KOSTUA. BERME-UKATZE HAU LIZENTZIA HONEN FUNTSEZKO ZATIA DA. EZ DA BAIMENIK EMATEN EZEIN DOKUMENTU EDO BERTSIO ALDATU ERABILTZEKO, BALDIN ETA EZ BADA BERME-UKATZE HAU ONARTZEN." - -#: C/brasero.xml:55(para) -msgid "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES." -msgstr "EZINGO DA INONGO ZIRKUNSTANTZIA EDO LEGE-TEORIARIK OINARRI HARTU --EZ ERANTZUKIZUN ZIBILARI BURUZKORIK (ZABARKERIA BARNE HARTUTA) EZ KONTRATUARI BURUZKORIK, EZ BESTERIK-- DOKUMENTU HONEN EDO BERTSIO ALDATU BATEN EGILEA, HASIERAKO IDAZLEA, EDOZEIN KOLABORATZAILE EDO BANATZAILE, EDO ALDERDI HORIEN EDOZEIN HORNITZAILE BESTE PERTSONA BATEN AURREAN ERANTZULE EGITEKO, PERTSONA HORREK EDOZEIN MOTATAKO KALTE ZUZENEKO, ZEHARKAKO, BEREZI, INTZIDENTAL EDO ONDORIOZKOAK JASAN DITUELAKO, BESTEAK BESTE (MUGARIK GABE), BEZEROAK GALTZEAREN, LANA ETEN BEHARRAREN, ORDENAGAILUAK EZ IBILTZEAREN EDO GAIZKI IBILTZEAREN ONDORIOZKO KALTEAK, EDO DOKUMENTUA NAHIZ HAREN BERTSIO ALDATUAK ERABILTZETIK ONDORIOZTATZEN DIREN EDO ERABILERA HORREKIN ZERIKUSIA DUEN EDOZEIN KALTE EDO GALERA, ALDERDIARI KALTE HORIEK GERTA ZITEZKEELA ADITZERA EMAN BAZAIO ERE." - -#: C/brasero.xml:28(para) -msgid "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER UNDERSTANDING THAT: " -msgstr "DOKUMENTUA ETA DOKUMENTUAREN BERTSIO ALDATUAK GNU DOKUMENTAZIO LIBREAREN LIZENTZIAREN BALDINTZEN ARABERA EMATEN DIRA, ETA ONDOREN ZEHAZTEN DIRENAK ONARTZERA BEHARTZEN DUTE: " - -#: C/brasero.xml:58(firstname) -msgid "Milo" -msgstr "Milo" - -#: C/brasero.xml:59(surname) -msgid "Casagrande" -msgstr "Casagrande" - -#: C/brasero.xml:62(email) -msgid "milo@ubuntu.com" -msgstr "milo@ubuntu.com" - -#: C/brasero.xml:66(firstname) -msgid "Andrew" -msgstr "Andrew" - -#: C/brasero.xml:67(surname) -msgid "Stabeno" -msgstr "Stabeno" - -#: C/brasero.xml:70(email) -msgid "stabeno@gmail.com" -msgstr "stabeno@gmail.com" - -#: C/brasero.xml:74(firstname) -msgid "Phil" -msgstr "Phil" - -#: C/brasero.xml:75(surname) -msgid "Bull" -msgstr "Bull" - -#: C/brasero.xml:78(email) -msgid "philbull@gmail.com" -msgstr "philbull@gmail.com" - -#: C/brasero.xml:99(revnumber) -msgid "Brasero Manual V2.2" -msgstr "Braseroren eskuliburua, 2.2 bertsioa" - -#: C/brasero.xml:100(date) -msgid "January 2009" -msgstr "2009ko urtarrila" - -#: C/brasero.xml:102(para) C/brasero.xml:112(para) C/brasero.xml:122(para) -msgid "Milo Casagrande milo@ubuntu.com" -msgstr "Milo Casagrande milo@ubuntu.com" - -#: C/brasero.xml:109(revnumber) -msgid "Brasero Manual V2.1" -msgstr "Braseroren eskuliburua, 2.1 bertsioa" - -#: C/brasero.xml:110(date) -msgid "August 2008" -msgstr "2008ko abuztua" - -#: C/brasero.xml:119(revnumber) -msgid "Brasero Manual V2.0" -msgstr "Braseroren eskuliburua, 2.0 bertsioa" - -#: C/brasero.xml:120(date) -msgid "February 2008" -msgstr "2008ko otsaila" - -#: C/brasero.xml:125(para) -msgid "Andrew Stabeno stabeno@gmail.com" -msgstr "Andrew Stabeno stabeno@gmail.com" - -#: C/brasero.xml:128(para) -msgid "Phil Bull philbull@gmail.com" -msgstr "Phil Bull philbull@gmail.com" - -#: C/brasero.xml:136(releaseinfo) -msgid "This manual describes version 2.26 of Brasero." -msgstr "Eskuliburu honetan Braseroren 2.26 bertsioa azaltzen da." - -#: C/brasero.xml:140(title) -msgid "Feedback" -msgstr "Oharra" - -#: C/brasero.xml:141(para) -msgid "To report a bug or make a suggestion regarding the Brasero application or this manual, follow the directions in the GNOME Feedback Page." -msgstr "Brasero aplikazioari edo eskuliburu honi buruzko akatsen berri emateko edo oharrak bidaltzeko, GNOMEra oharrak bidaltzeko orrian aurkituko dituzu argibideak." - -#: C/brasero.xml:150(primary) C/brasero.xml:0(application) C/brasero.xml:0(application) C/brasero.xml:0(application) C/brasero.xml:0(application) C/brasero.xml:0(application) -msgid "Brasero" -msgstr "Brasero" - -#: C/brasero.xml:153(primary) -msgid "brasero" -msgstr "brasero" - -#: C/brasero.xml:154(secondary) -msgid "burn" -msgstr "grabatu" - -#: C/brasero.xml:155(tertiary) -msgid "burning CD DVD" -msgstr "CDak/DVDak grabatzea" +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "translator-credits" + +#. (itstool) path: info/desc +#: C/create-cover.page:7 +msgid "Create an inlay for a jewel case." +msgstr "" + +#. (itstool) path: credit/name +#: C/create-cover.page:9 C/introduction.page:9 C/prob-cd.page:11 +#: C/prob-dvd.page:11 C/project-audio.page:9 C/project-data.page:9 +#: C/project-disc-copy.page:9 C/project-image-burn.page:17 +#: C/project-save.page:12 C/project-video.page:12 C/split-track.page:11 +#: C/tools-blank.page:9 C/tools-check-integrity.page:13 +msgid "Ekaterina Gerasimova" +msgstr "Ekaterina Gerasimova" + +#. (itstool) path: license/p +#: C/create-cover.page:13 C/introduction.page:13 C/prob-cd.page:15 +#: C/prob-dvd.page:15 C/project-audio.page:13 C/project-data.page:13 +#: C/project-disc-copy.page:13 C/project-image-burn.page:21 +#: C/project-save.page:16 C/project-video.page:16 C/split-track.page:15 +#: C/tools-blank.page:13 C/tools-check-integrity.page:17 +msgid "Creative Commons Share Alike 3.0" +msgstr "Creative Commons Share Alike 3.0" + +#. (itstool) path: page/title +#: C/create-cover.page:17 +msgid "Create a cover" +msgstr "Sortu azal bat" + +#. (itstool) path: page/p +#: C/create-cover.page:19 +msgid "" +"You can use Brasero to create inlays for your jewel cases. Access " +"the creator by clicking Tools Cover Editor." +msgstr "" + +#. (itstool) path: note/p +#: C/create-cover.page:24 +msgid "" +"If you are creating an audio project and finish putting together the project " +"before creating an inlay, then when you access the Cover Editor " +"interface from the audio project window, the tracks will automatically be " +"listed on the back cover." +msgstr "" + +#. (itstool) path: note/p +#: C/create-cover.page:31 +msgid "If you close the Cover Editor, your changes will be lost." +msgstr "" + +#. (itstool) path: item/p +#: C/create-cover.page:36 +msgid "Open the Cover Editor." +msgstr "" -#: C/brasero.xml:162(title) +#. (itstool) path: item/p +#: C/create-cover.page:39 +msgid "" +"Choose the formatting you wish to use for the text and type the text, " +"scrolling down to see the side and back inlay for the jewel case." +msgstr "" + +#. (itstool) path: note/p +#: C/create-cover.page:42 +msgid "" +"When you first see the Cover Editor dialog, you will not be able " +"to click on any of the text formatting options. Click on the cover you want " +"to work on to be able to use those." +msgstr "" + +#. (itstool) path: item/p +#: C/create-cover.page:48 +msgid "" +"Click the Background properties toolbar icon to add a background " +"for the current cover, or right click on the cover you wish to edit and " +"select Set Background Properties. You can choose to use a colored " +"background or to select a background image." +msgstr "" + +#. (itstool) path: note/p +#: C/create-cover.page:53 +msgid "" +"If you select a centered background image, Brasero sometimes " +"crashes when you click the Close button." +msgstr "" + +#. (itstool) path: item/p +#: C/create-cover.page:56 +msgid "" +"Click the Close button to apply the changes and close the " +"Background Properties dialog." +msgstr "" + +#. (itstool) path: item/p +#: C/create-cover.page:60 +msgid "" +"Print the cover using the Print button, which is located in the " +"top-right corner of the dialog." +msgstr "" + +#. (itstool) path: page/title +#: C/index.page:6 +msgid "<_:media-1/> Brasero Help" +msgstr "<_:media-1/> Brasero laguntza" + +#. (itstool) path: section/title +#: C/index.page:12 +msgid "Create a new project" +msgstr "Sortu proiektu berria" + +#. (itstool) path: section/title +#: C/index.page:16 +msgid "Troubleshooting" +msgstr "Arazoen ebazpena" + +#. (itstool) path: section/title +#: C/index.page:20 +msgid "Other tools" +msgstr "Beste tresna batzuk" + +#. (itstool) path: info/desc +#: C/introduction.page:7 +msgid "Introduction to the Brasero disc burning application." +msgstr "" + +#. (itstool) path: page/title +#: C/introduction.page:17 msgid "Introduction" msgstr "Sarrera" -#: C/brasero.xml:163(para) -msgid "Brasero is an application for burning CD-R/Ws and DVD-R/Ws, designed to be easy to use, while providing all the tools necessary for burning." -msgstr "Brasero CD-R, CD-RW, DVD-R eta DVD-RWak grabatzeko aplikazio bat da. Erabiltzeko erraza izateko diseinatuta dago eta grabatzeko beharrezkoak diren tresna guztiak eskaintzen ditu." - -#: C/brasero.xml:168(para) -msgid "With Brasero you can:" -msgstr "Braserorekin posible duzu:" - -#: C/brasero.xml:171(para) -msgid "Burn data to CD-R/Ws and DVD-R/Ws" -msgstr "CD-R, CD-RW, DVD-R eta DVD-RWetan datuak grabatzea" - -#: C/brasero.xml:176(para) -msgid "Burn audio CDs from digital audio files (such as ogg, flac and mp3)" -msgstr "Audio-fitxategi digitaletatik (adibidez, ogg, flac eta mp3) audioko CDak grabatzea" +#. (itstool) path: page/p +#: C/introduction.page:19 +msgid "" +"Brasero is an application for burning CDs and DVDs, designed to " +"be easy to use, while providing all the tools necessary for burning." +msgstr "" + +#. (itstool) path: page/p +#: C/introduction.page:22 +msgid "With Brasero you can:" +msgstr "Brasero aplikazioarekin honakoak egin daitezke:" + +#. (itstool) path: item/p +#: C/introduction.page:24 +msgid "Burn data to CDs and DVDs" +msgstr "Datuak CD eta DVDetan grabatu" + +#. (itstool) path: item/p +#: C/introduction.page:25 +msgid "Burn audio CDs from digital audio files (such as OGG, FLAC and MP3)" +msgstr "" -#: C/brasero.xml:182(para) +#. (itstool) path: item/p +#: C/introduction.page:27 msgid "Copy CDs and DVDs" -msgstr "CD eta DVDak kopiatzea" +msgstr "CD eta DVDak kopiatu" -#: C/brasero.xml:187(para) -msgid "Create video DVD or SVCD" -msgstr "DVD edo SVCD-ko bideoak sortzea" +#. (itstool) path: item/p +#: C/introduction.page:28 +msgid "Create video DVDs or SVCDs" +msgstr "Bideoko DVDak edo SVCDak sortu" -#: C/brasero.xml:192(para) +#. (itstool) path: item/p +#: C/introduction.page:29 msgid "Create image files and burn existing image files" msgstr "Irudi-fitxategiak sortzea eta dauden irudi-fitxategiak grabatzea" -#: C/brasero.xml:197(para) -msgid "Erase CD-R/Ws and DVD-R/Ws" -msgstr "CD-R, CD-RW, DVD-R eta DVD-RWak ezabatzea" +#. (itstool) path: item/p +#: C/introduction.page:30 +msgid "Erase CD-RWs and DVD-RWs" +msgstr "CD-RWs eta DVD-RWak ezabatu" -#: C/brasero.xml:202(para) +#. (itstool) path: item/p +#: C/introduction.page:31 msgid "Check the integrity of discs and disc images" -msgstr "Diskoen eta disko-irudien osotasuna egiaztatzea" +msgstr "Diskoen eta disko-irudien osotasuna egiaztatu" -#: C/brasero.xml:211(title) -msgid "Getting Started" -msgstr "Erabiltzen hasteko" +#. (itstool) path: figure/title +#: C/introduction.page:35 +msgid "The Brasero main window" +msgstr "Brasero aplikazioaren leiho nagusia" + +#. (itstool) path: figure/media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/introduction.page:36 +msgctxt "_" +msgid "" +"external ref='figures/brasero-main-window.png' " +"md5='cd9679619426233b5f58a69e6f34398b'" +msgstr "external ref='figures/brasero-main-window.png' md5='cd9679619426233b5f58a69e6f34398b'" + +#. (itstool) path: info/desc +#: C/prob-cd.page:9 +msgid "My MP3s will not play in a DVD or CD player." +msgstr "Nire MP3ak ez dira erreproduzitzen DVD edo CD erreproduzigailu batean." + +#. (itstool) path: page/title +#: C/prob-cd.page:19 +msgid "CD will not play in a CD player" +msgstr "CDa ez da erreproduzitzen CD erreproduzigailu batean" -#: C/brasero.xml:213(title) -msgid "Starting Brasero" -msgstr "Brasero abiaraztea" +#. (itstool) path: page/p +#: C/prob-cd.page:21 +msgid "" +"If your CD is not playing in your CD player or stereo, it is probably " +"because the music was not correctly written to the disc or because you used " +"a data project to write the music to the CD instead of an audio project." +msgstr "" -#: C/brasero.xml:214(para) -msgid "You can start Brasero in the following ways:" -msgstr "Ondorengo modu hauetan abiaraz dezakezu Brasero:" +#. (itstool) path: note/p +#: C/prob-cd.page:26 +msgid "" +"Many new CD and DVD players will play music CDs which were created using a " +"data project, but most older players will not." +msgstr "" -#: C/brasero.xml:218(term) -msgid "Applications menu" -msgstr "Aplikazioak menua" +#. (itstool) path: note/p +#: C/prob-cd.page:31 +msgid "Older CD players might not be able to play CD-RWs." +msgstr "CD erreproduzigailu zahar batzuek ez dituzte CD-RWak erreproduzitzen." + +#. (itstool) path: item/p +#: C/prob-cd.page:36 +msgid "If you are using a CD-RW, blank the CD." +msgstr "CD-RW bat erabiltzen ari bazara, hustu CD diskoa." + +#. (itstool) path: item/p +#: C/prob-cd.page:39 +msgid "Rewrite the CD as an audio project." +msgstr "Berridatzi CDa audio-proiektu gisa." + +#. (itstool) path: info/desc +#: C/prob-dvd.page:9 +msgid "I cannot write to a DVD-R or a DVD-RW." +msgstr "Ezin du DVD-R edo DVD-RW batean idatzi." + +#. (itstool) path: page/title +#: C/prob-dvd.page:19 +msgid "Problem creating a DVD" +msgstr "Arazoa DVD bat sortzean" -#: C/brasero.xml:220(para) -msgid "Choose Sound & VideoBrasero Disc Burning." -msgstr "Aukeratu Soinua eta bideoaBrasero disko grabatzailea." +#. (itstool) path: page/p +#: C/prob-dvd.page:21 +msgid "" +"Some types of DVD-Rs and DVD-RWs are not compatible with all burners. Check " +"the following to find out if those can be used with your burner." +msgstr "" -#: C/brasero.xml:227(term) -msgid "Command line" -msgstr "Komando-lerroa" +#. (itstool) path: item/p +#: C/prob-dvd.page:26 +msgid "" +"Check if your DVD drive accepts DVD+ or DVD- discs; if it is labelled with " +"\"multi\", that usually indicates that it accepts both. Check your disc to " +"see if it is the same as the DVD drive." +msgstr "" -#: C/brasero.xml:229(para) -msgid "Type brasero and then press Return." -msgstr "Idatzi brasero eta sakatu Sartu." +#. (itstool) path: item/p +#: C/prob-dvd.page:31 +msgid "" +"Check if your disc is dual layer or single layer: some DVD drives can not " +"write to a dual layer disc." +msgstr "" -#: C/brasero.xml:238(para) -msgid "If Brasero is set as your default disc burning application, it will automatically start when you insert a blank CD-R/W or DVD-R/W in your drive." -msgstr "Brasero diskoak grabatzeko aplikazio lehenetsi gisa ezarria baduzu, automatikoki abiaraziko da, unitatean CD-R, CD-RW, DVD-R edo DVD-RW huts bat sartzen duzunean." +#. (itstool) path: item/p +#: C/prob-dvd.page:35 +msgid "" +"If you are trying to use a DVD-R, check if it has already been written to " +"before. If you are using a DVD-RW, try blanking it before you attempt to " +"write to it." +msgstr "" -#: C/brasero.xml:248(title) -msgid "When You Start Brasero" -msgstr "Brasero abiaraztean" +#. (itstool) path: info/desc +#: C/project-audio.page:7 +msgid "Create an audio project." +msgstr "Sortu audio-proiektu bat." + +#. (itstool) path: page/title +#: C/project-audio.page:17 +msgid "Write a music CD" +msgstr "Idatzi musikako CD bat" -#: C/brasero.xml:249(para) -msgid "When you start Brasero the following window will be shown." -msgstr "Brasero abiarazten duzunean, ondorengo leihoa erakutsiko da." +#. (itstool) path: page/p +#: C/project-audio.page:19 +msgid "" +"Brasero can write audio files to a CD, which you can then use for " +"playing in CD players and so on. It is usually best to use a non-rewritable " +"CD because not all CD players will play rewritable CDs." +msgstr "" -#: C/brasero.xml:253(title) -msgid "Brasero Main Window" -msgstr "Brasero leiho nagusia" +#. (itstool) path: item/p +#: C/project-audio.page:26 +msgid "" +"Click Audio project on the start page, or select " +"ProjectNew ProjectNew Audio Project." +msgstr "" -#: C/brasero.xml:260(phrase) -msgid "The Brasero main window. Shows the menu bar and the five types of project to choose from." -msgstr "Brasero leiho nagusiak menu-barra eta aukeratzeko bost proiektu motak erakusten ditu." +#. (itstool) path: item/p +#: C/project-audio.page:31 +msgid "" +"Add audio files to the project by clicking Add in the toolbar and " +"selecting the desired files. You can also add files by dragging and dropping " +"them onto the project area or by clicking EditAdd " +"Files." +msgstr "" + +#. (itstool) path: item/p +#: C/project-audio.page:37 +msgid "" +"You can add a title for the CD in the text entry field below the project " +"area." +msgstr "" + +#. (itstool) path: item/p +#: C/project-audio.page:41 +msgid "Select the blank CD in the drop down list." +msgstr "Hautatu CD hutsa goitibeherako zerrendan." + +#. (itstool) path: item/p +#: C/project-audio.page:44 C/project-data.page:50 C/project-video.page:45 +msgid "Click Burn... to continue." +msgstr "Egin klik Grabatu... aukeran jarraitzeko." + +#. (itstool) path: item/p +#: C/project-audio.page:47 C/project-data.page:53 C/project-video.page:48 +msgid "" +"Select the Burning speed from the drop down list, and any other " +"options you may want." +msgstr "" + +#. (itstool) path: item/p +#: C/project-audio.page:51 C/project-video.page:52 +msgid "" +"Click Burn to burn a single disc of the project or Burn " +"Several Copies to burn your project to multiple discs." +msgstr "" + +#. (itstool) path: note/p +#: C/project-audio.page:57 +msgid "" +"You can also split individual tracks into multiple tracks using the " +"Split tool and add a two second break after a track using the " +"Pause button." +msgstr "" -#. ==== End of Figure ==== -#: C/brasero.xml:270(para) -msgid "This window is the starting point for all of your projects. You can click on the project type you wish to start from here. If you have created other projects with Brasero, you will be able to select them from the Choose a recently opened project (see for more information)." -msgstr "Leiho hau zure proiektu guztietarako hasiera-puntua da. Nahi duzun proiektu motan klik egin dezakezu hemendik hasteko. Brasero erabiliz beste proiekturik sortu baduzu, horiek hautatzeko joan Aukeratu berriki irekitako proiektu bat aukerara (ikus informazio gehiago izateko)." +#. (itstool) path: info/desc +#: C/project-data.page:7 +msgid "Write data to a CD or DVD." +msgstr "Idatzi datuak CD edo DVD batean." + +#. (itstool) path: page/title +#: C/project-data.page:17 +msgid "Create a data project" +msgstr "Sortu datu-proiektu bat" -#: C/brasero.xml:284(title) -msgid "Creating a New Project" -msgstr "Proiektu berria sortzea" +#. (itstool) path: page/p +#: C/project-data.page:19 +msgid "" +"A data project is used for writing data (for example, files, photos or " +"music) to a disc, without changing those files in any way. This can be " +"useful for transferring files between computers." +msgstr "" -#: C/brasero.xml:285(para) -msgid "The following section explains the five types of project that you can create with Brasero." -msgstr "Ondorengo atalak Braserorekin sor ditzakezun bost proiektu motak azaltzen ditu." +#. (itstool) path: item/p +#: C/project-data.page:25 +msgid "" +"Click Data project on the start page, or select " +"ProjectNew ProjectNew Data Project." +msgstr "" + +#. (itstool) path: item/p +#: C/project-data.page:30 +msgid "" +"Add the desired files to the project by clicking Add in the " +"toolbar and selecting the files. You can also add files by dragging and " +"dropping them onto the project area or by clicking EditAdd Files." +msgstr "" -#: C/brasero.xml:292(title) -msgid "Audio Project" -msgstr "Audio-proiektua" +#. (itstool) path: note/p +#: C/project-data.page:35 +msgid "" +"You can create folders on the CD to store your data in a more structured " +"manner. To create a folder, click New Folder in the toolbar or " +"select EditNew Folder from the menu " +"bar. You can also create folders inside other folders." +msgstr "" -#: C/brasero.xml:293(para) -msgid "This section explains how to create an audio CD. This project takes selected audio files, converts them to a raw audio format and burns them to a CD which standard CD players can play." -msgstr "Atal honek audioko CD bat nola sortu azaltzen du. Proiektu honek hautatu diren audioko fitxategiak hartzen ditu, raw audio-formatu batera bihurtzen ditu, eta CD erreproduzigailu estandarrek erreproduzi dezaketen CD batean grabatzen ditu." +#. (itstool) path: item/p +#: C/project-data.page:43 C/project-video.page:38 +msgid "" +"You can add a title for the disc in the text entry field below the project " +"area." +msgstr "" -#: C/brasero.xml:302(para) -msgid "Insert a blank CD-R into your drive." -msgstr "Sartu CD-R huts bat unitatean." +#. (itstool) path: item/p +#: C/project-data.page:47 C/project-video.page:42 +msgid "Select the blank disc in the drop down list." +msgstr "Hautatu disko hutsa goitibeherako zerrendan." -#: C/brasero.xml:307(para) -msgid "Click on Audio project in the main window or choose ProjectNew ProjectNew Audio Project." -msgstr "Egin klik leiho nagusiko Audio-proiektua aukeran edo aukeratu ProiektuaProiektu berriaAudio-proiektu berria." +#. (itstool) path: item/p +#: C/project-data.page:57 +msgid "" +"Click Burn to burn a single CD of the project or Burn " +"Several Copies to burn your project to multiple CDs" +msgstr "" -#: C/brasero.xml:318(para) -msgid "In the pane on the left of the window, select Browse the file system from the drop-down list at the top and browse to the music files you want to add to your project." -msgstr "Leihoaren ezkerraldean dagoen panelean, hautatu Arakatu fitxategi-sistema goiko goitibeherako zerrendan, eta arakatu zure proiektuan gehitu nahi dituzun musika-fitxategietara." +#. (itstool) path: note/p +#: C/project-data.page:60 +msgid "" +"If you are using a rewritable disc, which already contains data, you will be " +"asked if you want to blank it or insert a different disc." +msgstr "" -#: C/brasero.xml:324(para) -msgid "You can also select the Search files using keywords option to search for music files or the Display playlists and their contents option to select music from playlists on your computer." -msgstr "Bilatu fitxategiak gako-hitzak erabiliz aukera ere hauta dezakezu musika-fitxategiak bilatzeko, edo Bistaratu erreprodukzio-zerrendak eta horien edukiak aukera, ordenagailuan erreprodukzio-zerrendetako musika hautatzeko." +#. (itstool) path: page/p +#: C/project-data.page:66 +msgid "" +"If you are using a rewritable disc and the data is not burned correctly onto " +"it, you may need to do a full (non-fast) blank of the disc before trying " +"again." +msgstr "" -#: C/brasero.xml:333(para) C/brasero.xml:603(para) C/brasero.xml:797(para) -msgid "If you don't see the pane on the left, choose ViewShow side panel or press F7." -msgstr "Ezkerraldean panela ikusten ez baduzu, aukeratu IkusiErakutsi alboko panela edo sakatu F7." +#. (itstool) path: info/desc +#: C/project-disc-copy.page:7 +msgid "Create an identical copy of a disc." +msgstr "Sortu disko baten kopia berdin bat." + +#. (itstool) path: page/title +#: C/project-disc-copy.page:17 +msgid "Copy disc" +msgstr "Kopiatu diskoa" -#: C/brasero.xml:343(para) C/brasero.xml:613(para) C/brasero.xml:789(para) -msgid "Select the files you want by double-clicking on them or by selecting them and clicking the Add button at the top left of the toolbar." -msgstr "Hautatu zuk nahi dituzun fitxategiak haietan klik bikoitza eginez edo haiek hautatuz eta tresna-barran goian ezkerrean dagoen Gehitu botoia sakatuz." +#. (itstool) path: item/p +#: C/project-disc-copy.page:21 +msgid "" +"Click Disc copy on the start page, or select " +"ProjectNew ProjectCopy Disc... ." +msgstr "" -#: C/brasero.xml:351(para) -msgid "It is possible now to insert a pause after each of the tracks or to split the tracks." -msgstr "Orain posible da pista bakoitzaren ondoren geldialdi bat sartzea edo pistak zatitzea." +#. (itstool) path: item/p +#: C/project-disc-copy.page:26 +msgid "" +"Select the disc you would like to copy from the drop down list below " +"Select disc to copy. If you have more than one disc drive, all " +"discs which are currently in them should be listed." +msgstr "" -#: C/brasero.xml:359(para) -msgid "When all of the files have been added, click on Burn." -msgstr "Fitxategi guztiak gehitu ondoren, egin klik Grabatu aukeran." +#. (itstool) path: item/p +#: C/project-disc-copy.page:31 +msgid "" +"Choose whether you want to make a copy to another disc or create an image " +"for later use." +msgstr "" -#: C/brasero.xml:365(para) C/brasero.xml:807(para) -msgid "In the text box, enter the title you want to give to the disc. This title will be shown as the name of the disc." -msgstr "Testu-koadroan, idatzi diskoari eman nahi diozun titulua. Titulu hau diskoaren izen gisa erakutsiko da." +#. (itstool) path: item/p +#: C/project-disc-copy.page:35 C/project-image-burn.page:57 +msgid "" +"Click the Properties button to select burning speed and other " +"custom options." +msgstr "" -#: C/brasero.xml:372(para) -msgid "The Disc burning setup dialog will be shown; make any desired modifications (see )." -msgstr "Diskoak grabatzeko konfigurazioa elkarrizketa-koadroa erakutsiko da; egin nahi adina aldaketa (ikus )." +#. (itstool) path: item/p +#: C/project-disc-copy.page:39 +msgid "" +"Click Copy to start copying the disc, or Make Several " +"Copies, if you plan to make more than one copy of the disc." +msgstr "" -#: C/brasero.xml:379(para) C/brasero.xml:641(para) C/brasero.xml:827(para) C/brasero.xml:1146(para) -msgid "Click on Burn to start the burning process." -msgstr "Egin klik Grabatu aukeran grabatze-prozesua abiarazteko." +#. (itstool) path: note/p +#: C/project-disc-copy.page:42 +msgid "" +"If you are copying the disc and have only one disc drive, you will be asked " +"to replace the disc you are copying with a writable one after the contents " +"are copied temporarily to your hard disk." +msgstr "" -#: C/brasero.xml:298(para) -msgid "To burn an audio CD proceed as follows: " -msgstr "Audioko CD bat grabatzeko jarraibideak hauek dira: " +#. (itstool) path: info/desc +#: C/project-image-burn.page:11 +msgid "Burn an existing disc image to a CD or DVD." +msgstr "" -#: C/brasero.xml:387(para) C/brasero.xml:650(para) C/brasero.xml:837(para) -msgid "When adding files, refer to the status bar at the bottom of the window to see how much space you are using on your CD/DVD." -msgstr "Fitxategiak gehitzean, begiratu leihoaren beheko partean dagoen egoera-barra, CDan/DVDan zenbat leku hartzen ari zaren ikusteko." +#. (itstool) path: credit/name +#: C/project-image-burn.page:13 +msgid "Marta Bogdanowicz" +msgstr "Marta Bogdanowicz" + +#. (itstool) path: page/title +#: C/project-image-burn.page:25 +msgid "Burn image" +msgstr "Grabatu irudia" -#: C/brasero.xml:394(para) C/brasero.xml:657(para) C/brasero.xml:844(para) -msgid "To save the project for later use, choose ProjectSave." +#. (itstool) path: page/p +#: C/project-image-burn.page:27 +msgid "" +"Brasero allows you to burn disc images to a CD or DVD. It " +"supports the following extensions of optical disc images: .iso, " +".toc and .cue." msgstr "" -"Proiektua geroago erabiltzeko gordetzeko, aukeratu Proiektua" -"Gorde." -#: C/brasero.xml:405(title) -msgid "Inserting a Pause" -msgstr "Geldialdi bat sartzea" +#. (itstool) path: note/p +#: C/project-image-burn.page:32 +msgid "" +"Disc images are archive files which contain all the data that is on a CD or " +"DVD. Only one disc image can be on a CD at a time, but each archive can " +"contain as little or as much data as you want, as long as it fits on the " +"disc." +msgstr "" -#: C/brasero.xml:411(para) -msgid "Select the track after which you want to add the pause." -msgstr "Hautatu zein pistaren ondoren gehitu nahi duzun geldialdia." +#. (itstool) path: page/p +#: C/project-image-burn.page:38 +msgid "To burn a disc image to a CD or DVD, follow these steps:" +msgstr "Disko-irudi bat CD edo DVD batean grabatzeko, jarraitu honako urratsak:" -#: C/brasero.xml:417(para) -msgid "Click on Pause on the toolbar or choose EditInsert a Pause." -msgstr "Egin klik tresna-barrako Geldialdia aukeran edo aukeratu EditatuSartu geldialdia." +#. (itstool) path: item/p +#: C/project-image-burn.page:41 +msgid "" +"Click Burn image on the start page or select " +"ProjectNew ProjectBurn image… ." +msgstr "" -#: C/brasero.xml:406(para) -msgid "After you have added a track, you can insert a 2 seconds pause after it. To insert a pause, proceed as follows: " -msgstr "Pista bat gehitu duzula, 2 segundoko geldialdi bat txerta dezakezu horren atzetik. Geldialdi bat txertatzeko jarraibideak hauek dira: " +#. (itstool) path: item/p +#: C/project-image-burn.page:46 +msgid "" +"Select a disc image to write by clicking Click here to select a disc " +"image." +msgstr "" -#: C/brasero.xml:430(title) -msgid "Splitting a Track" -msgstr "Pista bat zatitzea" +#. (itstool) path: item/p +#: C/project-image-burn.page:50 +msgid "" +"Select the disc that you want to use from drop down list below Select a " +"disc to write to. If you have more than one disc drive, all discs " +"which are currently in them should be listed." +msgstr "" -#: C/brasero.xml:436(para) -msgid "Select the track you want to divide and click on Split in the toolbar or choose EditSplit Track.... The Split Track dialog will be shown." -msgstr "Hautatu zatitu nahi duzun pista, eta egin klik tresna-barrako Zatitu aukeran, edo aukeratu EditatuZatitu pista.... Zatitu pista elkarrizketa-koadroa erakutsiko da." +#. (itstool) path: note/p +#: C/project-image-burn.page:53 +msgid "" +"After choosing the disc Brasero shows how much free space will " +"remain on the disc after burning." +msgstr "" -#: C/brasero.xml:451(guilabel) +#. (itstool) path: item/p +#: C/project-image-burn.page:61 +msgid "" +"Click Burn to start burning the image. After this operation you " +"can either finish burning or make the other copy of the image." +msgstr "" + +#. (itstool) path: note/p +#: C/project-image-burn.page:64 +msgid "" +"If you are using a re-writable disc, which already contains data, you will " +"be asked if you want to blank it or insert a different disc." +msgstr "" + +#. (itstool) path: info/desc +#: C/project-save.page:10 +msgid "Save a project for editing or burning later." +msgstr "Gorde proiektu bat geroago editatzeko edo grabatzeko." + +#. (itstool) path: page/title +#: C/project-save.page:20 +msgid "Save a project" +msgstr "Gorde proiektua" + +#. (itstool) path: page/p +#: C/project-save.page:22 +msgid "" +"You can save an audio, a data or a video project in Brasero for " +"editing or burning later." +msgstr "" + +#. (itstool) path: item/p +#: C/project-save.page:27 +msgid "Create the project and add the files you wish to use to the project." +msgstr "Sortu proiektu bat eta gehitu erabili nahi dituzun fitxategiak." + +#. (itstool) path: item/p +#: C/project-save.page:30 +msgid "" +"Click ProjectSave to save the project." +msgstr "Egin klik ProiektuaGorde aukerara proiektua gordetzeko." + +#. (itstool) path: item/p +#: C/project-save.page:34 +msgid "" +"Enter the name you wish to save the project under, then click Save to save the project." +msgstr "" + +#. (itstool) path: page/p +#: C/project-save.page:39 +msgid "" +"There are a number of ways which can be used for opening a saved " +"Brasero project by:" +msgstr "" + +#. (itstool) path: item/p +#: C/project-save.page:44 +msgid "" +"selecting it from the list on the start page, under Recent projects" +msgstr "" + +#. (itstool) path: item/p +#: C/project-save.page:48 +msgid "clicking ProjectRecent Projects" +msgstr "" + +#. (itstool) path: item/p +#: C/project-save.page:51 +msgid "" +"clicking ProjectOpen and selecting " +"the project" +msgstr "" + +#. (itstool) path: item/p +#: C/project-save.page:55 +msgid "opening the project from a file browser" +msgstr "" + +#. (itstool) path: note/p +#: C/project-save.page:57 +msgid "" +"Only one instance of Brasero can be opened at any time. If you " +"try to open a second instance, the currently open Brasero window " +"will be focused." +msgstr "" + +#. (itstool) path: note/p +#: C/project-save.page:60 +msgid "" +"If Brasero is already running and you try to open some files with " +"it from Files, the files will be added to the project that you " +"are currently working on." +msgstr "" + +#. (itstool) path: note/p +#: C/project-save.page:68 +msgid "" +"If you open a saved project, Brasero will treat it as a new " +"project: if you want to save an updated version of the project, it will ask " +"you to enter a name for it, at this point you can overwrite the old version " +"or save it as a new project by entering a different file name." +msgstr "" + +#. (itstool) path: info/title +#: C/project-video.page:9 +msgctxt "sort" +msgid "3" +msgstr "3" + +#. (itstool) path: info/desc +#: C/project-video.page:10 +msgid "Write a video to a DVD or SVCD." +msgstr "Idatzi bideo bat DVD edo SVCD batean." + +#. (itstool) path: page/title +#: C/project-video.page:20 +msgid "Create a video project" +msgstr "Sortu bideo-proiektu bat" + +#. (itstool) path: page/p +#: C/project-video.page:22 +msgid "" +"Brasero can be used to create video discs for playing in a DVD " +"player or laptop." +msgstr "" + +#. (itstool) path: item/p +#: C/project-video.page:27 +msgid "" +"Click Video project on the start page, or select " +"ProjectNew ProjectNew Video Project." +msgstr "" + +#. (itstool) path: item/p +#: C/project-video.page:32 +msgid "" +"Add the videos to the project by clicking Add in the toolbar and " +"selecting the files. You can also add files by dragging and dropping them " +"onto the project area or by clicking EditAdd Files." +msgstr "" + +#. (itstool) path: info/desc +#: C/split-track.page:9 +msgid "Split an audio project track into multiple tracks." +msgstr "Zatitu audio proiektu baten pista pista anitzetan." + +#. (itstool) path: page/title +#: C/split-track.page:19 +msgid "Split an audio track" +msgstr "Zatitu audio-pista bat" + +#. (itstool) path: page/p +#: C/split-track.page:21 +msgid "" +"You can split a single audio track into multiple tracks when you put " +"together an audio project." +msgstr "Audio-pista bat zatitu eta pista anitz sortu daitezke audio-proiektu batekin lan egiten denean." + +#. (itstool) path: item/p +#: C/split-track.page:26 +msgid "Start an audio project and add the tracks you wish to use." +msgstr "Hasi audio-proiektu bat eta gehitu erabili nahi dituzun pistak." + +#. (itstool) path: item/p +#: C/split-track.page:29 +msgid "" +"Select the track you wish to split by clicking on it, then click either " +"EditSplit Track… or right click on " +"the track and select Split Track… from the menu." +msgstr "" + +#. (itstool) path: item/p +#: C/split-track.page:34 +msgid "Select your preferred method of splitting the tracks:" +msgstr "Hautatu pistak zatitzeko erabili nahi duzun metodo hobetsia:" + +#. (itstool) path: item/title +#: C/split-track.page:37 msgid "Split track manually" msgstr "Zatitu pista eskuz" -#: C/brasero.xml:453(para) -msgid "Select this to select the time on the track where you wish to split it. A sliding bar is provided along with an audio preview." -msgstr "Hautatu hau pista zein unetan zatitu nahi duzun hautatzeko. Barra graduatzaile bat ematen da audio-aurrebista batekin batera." - -#: C/brasero.xml:461(guilabel) -msgid "Split tracks in parts with a fixed length" -msgstr "Pistak luzera finkoko partetan zatitzen ditu" - -#: C/brasero.xml:464(para) -msgid "Select this to split the track into fixed-length parts with a duration that you specify." -msgstr "Hautatu hau pista zuk zehaztutako iraupen finkoko partetan zatitzeko." - -#: C/brasero.xml:473(guilabel) -msgid "Split track in fixed number of parts" -msgstr "Zatitu pista parte kopuru finko batean" - -#: C/brasero.xml:477(para) -msgid "Select this to decide the number of parts that you want your track to be split into. You can use the provided spin box to select the number of parts." -msgstr "Hautatu hau zure pista zatitzea nahi duzun parte kopurua erabakitzeko. Ematen den biratze-koadroa erabil dezakezu parte kopurua hautatzeko." +#. (itstool) path: item/p +#: C/split-track.page:38 +msgid "" +"This option allows you to select the exact length of each new section of the " +"track manually." +msgstr "" + +#. (itstool) path: item/title +#: C/split-track.page:42 +msgid "Split track in parts with a fixed length" +msgstr "Zatitu pista luzera bereko zatietan" + +#. (itstool) path: item/p +#: C/split-track.page:43 +msgid "" +"Use this method to split the track into multiple sections of equal length." +msgstr "" + +#. (itstool) path: item/title +#: C/split-track.page:47 +msgid "Split track in a fixed number of parts" +msgstr "Zatitu pista zati kopuru finko bat sortuz" + +#. (itstool) path: item/p +#: C/split-track.page:48 +msgid "" +"This method allows you to split the track into a set number of sections, all " +"of which will be of the same length." +msgstr "" -#: C/brasero.xml:486(guilabel) +#. (itstool) path: item/title +#: C/split-track.page:52 msgid "Split track for each silence" msgstr "Zatitu pista isilune bakoitzean" -#: C/brasero.xml:490(para) -msgid "Select this to split the track where a silence is present." -msgstr "Hautatu hau pista isilune bat dagoen bakoitzean zatitzeko." - -#: C/brasero.xml:446(para) -msgid "From the Method drop-down list select the splitting method. The possible values are: " -msgstr "Metodoa goitibeherako zerrendan, hautatu zatitzeko metodoa. Hauek dira balio posibleak: " - -#: C/brasero.xml:500(para) -msgid "To split the track, click on Slice. The slices will be listed in the Slices Preview table." -msgstr "Pista zatitzeko, egin klik Zatitu aukeran. Zatiak Zatien aurrebista taulan zerrendatuko dira." - -#: C/brasero.xml:431(para) -msgid "It is possible to divide a track in multiple parts. To split a track proceed as follows: " -msgstr "Pista bat hainbat partetan bana daiteke. Pista bat zatitzeko jarraibideak hauek dira: " - -#: C/brasero.xml:508(para) -msgid "Once you have splitted the track, it is possible to remove or merge the slices listed in the Slices Preview table using the buttons on the right." -msgstr "Behin pista zatitu duzunean, posible da Zatien aurrebista taulan zerrendatutako zatiak batzea edo kentzea, eskuineko botoiak erabiliz." - -#: C/brasero.xml:513(para) -msgid "Once you are done with all the modifications, click OK." -msgstr "Aldaketa guztiekin amaitu duzunean, egin klik Ados botoian." - -#: C/brasero.xml:520(title) -msgid "Audio Project Options" -msgstr "Audio-proiektuetako aukerak" - -#: C/brasero.xml:521(para) C/brasero.xml:669(para) C/brasero.xml:856(para) -msgid "Before starting the burning process, it is possible to modify some of the burning options." -msgstr "Grabatze-prozesua hasi aurretik, grabatze-aukeretako batzuk alda daitezke." - -#: C/brasero.xml:528(term) C/brasero.xml:676(term) C/brasero.xml:863(term) C/brasero.xml:1045(term) C/brasero.xml:1163(term) C/brasero.xml:1335(term) -msgid "Section Select a disc to write to:" -msgstr "Atala Hautatu idazteko disko bat:" - -#: C/brasero.xml:534(para) C/brasero.xml:682(para) C/brasero.xml:869(para) C/brasero.xml:1062(para) C/brasero.xml:1169(para) -msgid "Click on Properties to open the properties dialog for the burning device. See for more information." -msgstr "Egin klik Propietateak aukeran, grabagailurako propietateen elkarrizketa-koadroa irekitzeko. Ikus informazio gehiago izateko." - -#: C/brasero.xml:545(term) C/brasero.xml:693(term) C/brasero.xml:1357(term) -msgid "Section Disc options:" -msgstr "Atala Disko-aukerak:" - -#: C/brasero.xml:551(guilabel) -msgid "Leave the disc open to add a data session later" -msgstr "Utzi diskoa irekia, aurrerago datu-saio bat gehitzeko" - -#: C/brasero.xml:554(para) C/brasero.xml:722(para) -msgid "Select this option to create a multisession disc, so that it will be possible to add files to the disc at a later date (without erasing it, if it is rewritable)." -msgstr "Hautatu aukera hau, saio anitzeko disko bat sortzeko, eta horrela beste egun batean diskoan fitxategiak gehitu ahal izateko (hura ezabatu gabe, birgrabagarria bada)." - -#: C/brasero.xml:576(title) -msgid "Data Project" -msgstr "Datuen proiektua" - -#: C/brasero.xml:581(para) C/brasero.xml:1123(para) -msgid "Insert a blank CD-R/W or DVD-R/W into your drive." -msgstr "Sartu CD-R, CD-RW, DVD-R edo DVD-RW huts bat unitatean." - -#: C/brasero.xml:584(para) -msgid "Click on Data project in the main window or choose ProjectNew ProjectNew Data Project." -msgstr "Egin klik leiho nagusiko Datuen proiektua aukeran edo aukeratu ProiektuaProiektu berriaDatuen proiektu berria." - -#: C/brasero.xml:594(para) -msgid "Use the pane on the left of the window to find the files you want to add to the project. Select Browse the file system from the drop-down list at the top to browse for files or Search files using keywords to search for them." -msgstr "Erabili leihoaren ezkerraldeko panela, proiektuan gehitu nahi dituzun fitxategiak aurkitzeko. Fitxategiak bilatzeko, hautatu Arakatu fitxategi-sistema goian dagoen goitibeherako zerrendan, edo Bilatu fitxategiak gako-hitzak erabiliz." - -#: C/brasero.xml:621(para) -msgid "In the text box, enter a label to identify the disc. This label will be shown as the name of the disc." -msgstr "Testu-koadroan, sartu etiketa bat diskoa identifikatzeko. Etiketa hau diskoaren izen gisa erakutsiko da." - -#: C/brasero.xml:628(para) C/brasero.xml:814(para) -msgid "When all the files have been added, click on Burn." -msgstr "Fitxategi guztiak gehitu ondoren, egin klik Grabatu aukeran." - -#: C/brasero.xml:634(para) -msgid "The Disc burning setup dialog will be shown; make any desired modifications (see )." -msgstr "Diskoak grabatzeko konfigurazioa elkarrizketa-koadroa erakutsiko da; egin nahi adina aldaketa (ikus )." - -#: C/brasero.xml:577(para) -msgid "To burn a data CD, proceed as follows: " -msgstr "Datu CD bat grabatzeko jarraibideak hauek dira: " - -#: C/brasero.xml:668(title) -msgid "Data Project Options" -msgstr "Datuen proiektuetako aukerak" - -#: C/brasero.xml:702(guilabel) C/brasero.xml:1366(guilabel) -msgid "Increase compatibility with Windows systems" -msgstr "Handitu Windows sistemekiko bateragarritasuna" - -#: C/brasero.xml:706(para) C/brasero.xml:1370(para) -msgid "Select this option if you intend the disc to be used on computers running Windows. Files on the disc will be checked to ensure that their filenames do not contain characters which are invalid on Windows." -msgstr "" -"Hautatu aukera hau diskoa Windows exekutatzen duten ordenagailuetan erabili nahi baduzu. " -"Diskoko fitxategiak aztertuko dira, fitxategi-izenek Windows-eko karaktere baliogaberik ez dutela bermatzeko." - -#: C/brasero.xml:719(guilabel) -msgid "Leave the disc open to add other files later" -msgstr "Utzi diskoa irekia, aurrerago beste fitxategi batzuk gehitzeko" - -#: C/brasero.xml:743(title) -msgid "Video project" -msgstr "Bideo-proiektua" - -#: C/brasero.xml:744(para) -msgid "This project lets you take video files (files with extension like .mpg, .mpeg or .avi to name a few) and burn them to disc to create video DVDs, SVCDs or VCDs that you can watch with normal DVD/CD players." -msgstr "" -"Proiektu honekin, bideo-fitxategiak (adibidez luzapen hauetakoak: " -".mpg, " -".mpeg edo " -".avi) " -"hartu eta diskoetan grabatu ahal izango dituzu, DVD/CD erreproduzigailu normaletan ikus ditzakezun bideo " -"DVDak, " -"SVCDak edo VCDak sortzeko." - -#: C/brasero.xml:755(para) -msgid "In order to use all the potential of the video project, you need to install all GStreamer's plugins, ffmpeg, vcdimager and dvdauthor. See your operating system documentation for more information on how to install all these applications." -msgstr "Bideo-proiektuaren potentzial guztia erabiltzeko, GStreamer-en plugin guztiak instalatu behar dituzu: ffmpeg, vcdimager eta dvdauthor. Ikus sistema eragilearen dokumentazioa, aplikazio hauek guztiak nola instalatzeari buruzko informazio gehiago izateko." - -#: C/brasero.xml:770(para) -msgid "Insert a blank CD or DVD into your drive." -msgstr "Sartu CD edo DVD huts bat unitatean." - -#: C/brasero.xml:775(para) -msgid "Click on Video project in the main window or choose ProjectNew projectNew video project." -msgstr "Egin klik leiho nagusiko Bideo-proiektua aukeran edo aukeratu ProiektuaProiektu berriaBideo-proiektu berria." - -#: C/brasero.xml:785(para) -msgid "From the pane on the left of the window, browse the file system searching for video files." -msgstr "Leihoaren ezkerraldean dagoen panelean, arakatu fitxategi-sistema, bideo-fitxategiak bilatzeko." - -#: C/brasero.xml:820(para) -msgid "The Disc burning setup dialog will be shown; make any desired modifications (see )." -msgstr "Diskoak grabatzeko konfigurazioa elkarrizketa-koadroa erakutsiko da; egin nahi adina aldaketa (ikus )." - -#: C/brasero.xml:766(para) -msgid "To create a video project, proceed as follows: " -msgstr "Bideo-proiektu bat sortzeko jarraibideak hauek dira: " - -#: C/brasero.xml:855(title) -msgid "Video Project Options" -msgstr "Bideo-proiektuetako aukerak" - -#: C/brasero.xml:880(term) -msgid "Section Video Option:" -msgstr "Atala Bideo-aukera:" - -#: C/brasero.xml:892(para) -msgid "Native format: the original format of the video file." -msgstr "Jatorrizko formatua: bideo-fitxategiaren jatorrizko formatua." - -#: C/brasero.xml:898(para) -msgid "PAL/SECAM: format mainly used in European televisions." -msgstr "PAL/SECAM: batez ere Europako telebistetan erabilitako formatua." - -#: C/brasero.xml:904(para) -msgid "NTSC: format mainly used in Americans, Canadians and Japanese televisions." -msgstr "NTSC: batez ere Estatu Batuetako, Kanadako eta Japoniako telebistetan erabilitako formatua." - -#: C/brasero.xml:886(para) -msgid "From Video formats select the format of the video that will be burned. You can choose from: " -msgstr "Bideo-formatuak aukeran, hautatu grabatu nahi duzun bideoaren formatua. Aukeratu hemendik: " - -#: C/brasero.xml:916(term) -msgid "Section Audio Options:" -msgstr "Atala Audio-aukerak:" - -#: C/brasero.xml:922(para) -msgid "Choose Add MP2 audio stream to add a MPEG-1 Audio Layer 2 stream to the disc." -msgstr "Aukeratu Gehitu MP2 audio-korrontea, diskoari MPEG-1 audio-geruza 2 korronte bat gehitzeko." - -#: C/brasero.xml:929(para) -msgid "Choose Add AC3 audio stream to add an AC-3 Dolby Digital stream to the disc." -msgstr "Aukeratu Gehitu AC3 audio-korrontea, diskoari AC-3 Dolby Digital korronte bat gehitzeko." - -#: C/brasero.xml:939(term) -msgid "Section VCD type:" -msgstr "Atala VCD mota:" - -#: C/brasero.xml:945(para) -msgid "Choose Create a SVCD to create a Super Video CD." -msgstr "Aukeratu Sortu SVCD bat, Super Video CD bat sortzeko." - -#: C/brasero.xml:951(para) -msgid "Choose Create a VCD to create a Video CD." -msgstr "Aukeratu Sortu VCD bat, Video CD bat sortzeko." - -#: C/brasero.xml:964(para) -msgid "One of the main difference between a SVCD and a VCD is that the former uses the MPEG-2 video codec while the latter MPEG-1. For more information, see the Wikipedia pages for SVCD and VCD." -msgstr "SVCD eta VCD baten arteko desberdintasun nagusietako bat da lehenengoak MPEG-2 bideo-kodeka erabiltzen duela eta bigarrenak, berriz, MPEG-1. Informazio gehiago izateko, ikus Wikipedian SVCD eta VCD formatuei buruz dauden orriak." - -#: C/brasero.xml:984(title) -msgid "Disc Copy" -msgstr "Diskoaren kopia" - -#: C/brasero.xml:990(para) -msgid "Insert the CD or DVD you wish to copy into your drive." -msgstr "Sartu kopiatu nahi duzun CDa edo DVDa unitatean." - -#: C/brasero.xml:995(para) -msgid "Click on Disc copy in the main window or choose ProjectNew ProjectCopy Disc." -msgstr "Egin klik leiho nagusiko Diskoaren kopia aukeran edo aukeratu ProiektuaProiektu berriaKopiatu diskoa." - -#: C/brasero.xml:1006(para) -msgid "The CD/DVD copy options dialog will be shown; make the desired modifications (see for more information)." -msgstr "CD/DVD kopietako aukerak elkarrizketa-koadroa erakutsiko da; egin nahi adina aldaketa (ikus informazio gehiago izateko)." - -#: C/brasero.xml:1013(para) -msgid "Click on Copy to start the copying process." -msgstr "Egin klik Kopiatu aukeran kopiatze-prozesua abiarazteko." - -#: C/brasero.xml:985(para) -msgid "This project lets you take an existing disc and copy it to a blank disc or image file. To copy a disc, proceed as follows: " -msgstr "Proiektu honekin, aurretik dagoen disko bat hartu eta hori disko huts batera edo irudi-fitxategi batera kopia dezakezu. Disko bat kopiatzeko jarraibideak hauek dira: " - -#: C/brasero.xml:1022(title) -msgid "Disc Copy Options" -msgstr "Diskoa kopiatzearen aukerak" - -#: C/brasero.xml:1023(para) -msgid "Before starting the copying process, it is possible to modify some of the copying and burning options." -msgstr "Kopiatze-prozesua hasi aurretik, kopiatze- eta grabatze-aukeretako batzuk alda daitezke." - -#: C/brasero.xml:1030(term) -msgid "Section Select disc to copy:" -msgstr "Atala Hautatu diskoa kopiatzeko:" - -#: C/brasero.xml:1036(para) -msgid "From the drop-down list, select the disc that you want to copy." -msgstr "Goitibeherako zerrendan, hautatu kopiatu nahi duzun diskoa." - -#: C/brasero.xml:1051(para) -msgid "From the drop-down list, select the disc to write to." -msgstr "Goitibeherako zerrendan, hautatu zein diskotan grabatu nahi duzun." - -#: C/brasero.xml:1055(para) -msgid "From this drop-down list, select File image to create a disc image, such as an ISO image." -msgstr "Goitibeherako zerrenda honetatik, hautatu Irudi-fitxategia, disko-irudi bat sortzeko, adibidez ISO irudi bat." - -#: C/brasero.xml:1076(para) -msgid "If you have more that one drive on your system, you can use one drive as the source drive and the other as the destination drive. If you do not, you will be prompted to remove the CD or DVD you are copying and insert a blank media." -msgstr "Sisteman unitate bat baino gehiago badituzu, unitate bat iturburuko unitate gisa erabil dezakezu eta bestea helburuko unitate gisa. Bestela, kopiatzen ari zaren CDa edo DVDa kentzea eta euskarri huts bat erabiltzea eskatuko zaizu." +#. (itstool) path: item/p +#: C/split-track.page:53 +msgid "" +"Select this method for Brasero to auto-detect silences in the " +"recording and to split the track at those points." +msgstr "" -#: C/brasero.xml:1090(title) -msgid "Burn Image" -msgstr "Grabatu irudia" +#. (itstool) path: item/p +#: C/split-track.page:59 +msgid "Proceed to split the track by clicking Slice." +msgstr "" + +#. (itstool) path: note/p +#: C/split-track.page:61 +msgid "" +"If you try to split a track into a section less than six seconds long, the " +"new section will be padded to make it 6 seconds long." +msgstr "" -#: C/brasero.xml:1098(filename) -msgid ".iso" -msgstr ".iso" - -#: C/brasero.xml:1103(filename) -msgid ".raw" -msgstr ".raw" - -#: C/brasero.xml:1108(filename) -msgid ".cue" -msgstr ".cue" - -#: C/brasero.xml:1113(filename) -msgid ".toc" -msgstr ".toc" - -#: C/brasero.xml:1091(para) -msgid "This project takes an existing file image and burns it to a CD-R/W or DVD-R/W. Brasero supports the following types of image file: " -msgstr "Proiektu honek aurretik dagoen irudi-fitxategi bat hartzen du eta CD-R, CD-RW, DVD-R edo DVD-RW batean grabatzen du. Brasero programak ondorengo irudi-fitxategi motak onartzen ditu: " - -#: C/brasero.xml:1128(para) -msgid "Click on Burn image in the main window or choose ProjectNew ProjectBurn Image." -msgstr "Egin klik leiho nagusiko Grabatu irudia aukeran edo aukeratu ProiektuaProiektu berriaGrabatu irudia." - -#: C/brasero.xml:1139(para) -msgid "The Image burning setup dialog will be shown; make the desired modifications (see )." -msgstr "Irudia grabatzeko konfigurazioa elkarrizketa-koadroa erakutsiko da; egin nahi adina aldaketa (ikus )." - -#: C/brasero.xml:1119(para) -msgid "To start this project, proceed as follows: " -msgstr "Proiektu hau abiarazteko jarraibideak hauek dira: " - -#: C/brasero.xml:1155(title) -msgid "Burn Image Options" -msgstr "Irudia grabatzeko aukerak" - -#: C/brasero.xml:1156(para) -msgid "Before starting the image burning process, it is possible to modify some of the burning options." -msgstr "Irudia grabatzeko prozesua hasi aurretik, grabatze-aukeretako batzuk alda daitezke." - -#: C/brasero.xml:1181(term) -msgid "Section Image:" -msgstr "Atala Irudia:" - -#: C/brasero.xml:1185(para) -msgid "Click on the button to open the Select Image File dialog and select the image file to burn. From the drop-down list at the bottom, you can select the type of the image to burn. If unsure, select Let brasero choose (safest)." -msgstr "Egin klik Hautatu irudi-fitxategia elkarrizketa koadroa irekitzeko botoian eta hautatu grabatu nahi duzun irudi-fitxategia. Behean dagoen goitibeherako zerrendan, grabatzeko irudiaren mota hauta dezakezu. Ziur ez bazaude, hautatu Utzi Brasero-ri aukeratzen (seguruena)." - -#: C/brasero.xml:1204(title) -msgid "Burning Device Properties" -msgstr "Grabagailuaren propietateak" - -#: C/brasero.xml:1205(para) -msgid "Before starting the burning process, it is possible to change some of the properties for the burning device that will be used." -msgstr "Grabatze-prozesua hasi aurretik, posible da erabiliko den grabagailuaren propietateetako batzuk aldatzea." - -#: C/brasero.xml:1212(term) -msgid "Section Burning speed:" -msgstr "Atala Grabatzeko abiadura:" - -#: C/brasero.xml:1214(para) -msgid "From the drop-down list, select the burning speed. For the best value, check the CD/DVD case." -msgstr "Goitibeherako zerrendan, hautatu grabatzeko abiadura. Balio egokiena zein den jakiteko, begiratu CD/DVDaren kaxa." - -#: C/brasero.xml:1219(para) -msgid "Burning a disc with a higher speed than supported could create an unreadable disc. Use lower burning speeds to reduce the chance of this happening." -msgstr "Disko bat onartutakoa baino abiadura handiagoan grabatuz gero, diskoa irakurtezin bihur dezakezu. Erabili grabatzeko abiadura txikiagoak, hori gertatzeko aukera murrizteko." - -#: C/brasero.xml:1228(term) -msgid "Section Options:" -msgstr "Atala Aukerak:" - -#: C/brasero.xml:1235(guilabel) -msgid "Burn the image directly without saving it to disc" -msgstr "Grabatu irudia zuzenean, diskoan gorde gabe" - -#: C/brasero.xml:1239(para) -msgid "Select this option if you want to burn the image directly onto the media, without saving it to the hard disk and without creating an image file." -msgstr "Hautatu aukera hau irudia zuzenean euskarrian grabatu nahi baduzu, disko gogorrean gorde gabe eta irudi-fitxategirik sortu gabe." - -#: C/brasero.xml:1251(guilabel) -msgid "Use burnproof (decrease the risk of failure)" -msgstr "Erabili burnproof (hutsegite-arriskua txikiagotzen du)" - -#: C/brasero.xml:1254(para) -msgid "Select this option to prevent the buffer underrun effect (or buffer underflow). This is when the computer is not fast enough delivering data to the burning device at the selected burning speed." -msgstr "Hautatu aukera hau bufferra hustea (edo bufferraren gainezkatze negatiboa) saihesteko. Horrek esan nahi du ordenagailua ez dela behar bezain azkarra datuak grabagailura hautatutako grabatzeko abiaduran bidaltzeko." - -#: C/brasero.xml:1262(para) -msgid "If a buffer underrun takes place, the burned disc could be unreadable." -msgstr "Bufferra hustea gertatzen bada, grabatutako diskoa irakurtezin gera daiteke." - -#: C/brasero.xml:1275(guilabel) -msgid "Simulate the burning" -msgstr "Simulatu grabazioa" - -#: C/brasero.xml:1278(para) -msgid "Select this option to simulate the burning process; no real burn is performed. If this operation is successful, brasero will actually burn the disc after pausing for 10 seconds. During this pause it will show a dialog in which you can cancel the actual burning. This is useful for testing, if you are having problems burning discs." -msgstr "Hautatu aukera hau grabatze-prozesu bat simulatzeko; ez da benetan grabatuko. Eragiketak arrakasta badu, braserok diskoa benetan grabatuko du 10 segundoz pausatuta egon ondoren. Pausatuta dagoen bitartean, benetako grabazioa bertan behera uzteko erabil dezakezun elkarrizketa-koadroa erakutsiko da. Hau proba egiteko erabilgarria da, diskoak grabatzeko arazoak edukitzen ari bazara." - -#: C/brasero.xml:1294(guilabel) -msgid "Eject after burning" -msgstr "Egotzi grabatu ondoren" - -#: C/brasero.xml:1297(para) -msgid "Select this option to eject the media in the burning device once the burning process has completed." -msgstr "Hautatu aukera hau grabagailuan dagoen euskarria egozteko behin grabatze-prozesua osatu denean." - -#: C/brasero.xml:1310(term) -msgid "Section Temporary files:" -msgstr "Atala Aldi baterako fitxategiak:" - -#: C/brasero.xml:1312(para) -msgid "From the drop-down list, select the directory to use for storing the temporary files created for the burning process." -msgstr "Goitibeherako zerrendan, hautatu grabatze-prozesurako sortutako aldi baterako fitxategiak zein direktoriotan biltegiratu nahi dituzun." - -#: C/brasero.xml:1317(para) -msgid "The default directory is /tmp." -msgstr "Direktorio lehenetsia /tmp da." - -#: C/brasero.xml:1326(title) -msgid "Burning Properties with No Disc" -msgstr "Grabatze-propietateak diskorik gabe" - -#: C/brasero.xml:1327(para) -msgid "If you start the burning process without a CD or DVD in the burning device, Brasero will create a image file on the hard disk that you can lately burn." -msgstr "Grabatze-prozesu bat abiarazten baduzu grabagailuan CD edo DVDrik izan gabe, Brasero programak irudi-fitxategi bat sortuko du disko gogorrean, geroago grabatu ahal izango duzuna." - -#: C/brasero.xml:1339(para) -msgid "From this drop-down list you can only select File image." -msgstr "Goitibeherako zerrenda honetan, Irudi-fitxategia bakarrik hauta dezakezu." - -#: C/brasero.xml:1346(term) -msgid "Section Label of the disc:" -msgstr "Atala Diskoaren etiketa:" - -#: C/brasero.xml:1350(para) -msgid "Type the name you want to give to the disc once burned." -msgstr "Idatzi behin grabatuta diskoari eman nahi diozun izena." - -#: C/brasero.xml:1385(para) -msgid "Click on Properties to open the Disc image file properties dialog. In the Name text box, type the name of the image file, from the Image type drop-down list select the type of image to use." -msgstr "Egin klik Propietateak aukeran Diskoaren irudi-fitxategien propietateak elkarrizketa-koadroa irekitzeko. Izena testu-koadroan, idatzi irudi-fitxategiaren izena, eta Irudi mota goitibeherako zerrendatik, hautatu erabiliko duzun irudi-mota." - -#: C/brasero.xml:1392(para) -msgid "Once done, click Apply." -msgstr "Horren ondoren, egin klik Aplikatu aukeran." - -#: C/brasero.xml:1401(title) -msgid "Opening a Saved Project" -msgstr "Gordetako proiektu bat irekitzea" - -#: C/brasero.xml:1407(para) -msgid "Choose ProjectRecent Projects and select the project you want to open." -msgstr "Aukeratu Proiektua Proiektu berrienak eta hautatu ireki nahi duzun proiektua." - -#: C/brasero.xml:1415(para) -msgid "From the main window, click on the project you want to open under Choose a recently opened project." -msgstr "Leiho nagusian, egin klik ireki nahi duzun proiektuan, Aukeratu berriki irekitako proiektu bat aukeraren barruan." - -#: C/brasero.xml:1402(para) -msgid "If you have recently saved a project, you can open it again in one of the following ways: " -msgstr "Berriki gordetako proiekturen bat berriz ireki nahi baduzu, ondorengo bide hauek dauzkazu: " - -#: C/brasero.xml:1423(para) -msgid "To open a project which does not appear in Recent Projects, choose ProjectOpen and select the project file." -msgstr "Proiektu berrienak atalean agertzen ez den proiektu bat irekitzeko, aukeratu ProiektuaIreki eta hautatu proiektu-fitxategia." - -#: C/brasero.xml:1430(para) -msgid "Once opened, you can add or remove files from the project, burn it to disc, and then save it again for later use." -msgstr "Behin irekita, proiektuan fitxategiak gehitu edo kendu ditzakezu, hori diskoan grabatu, eta berriz gorde beranduago erabiltzeko." - -#: C/brasero.xml:1437(title) -msgid "Erasing a CD or DVD" -msgstr "CD edo DVD bat ezabatzea" - -#: C/brasero.xml:1444(para) -msgid "CD-RW" -msgstr "CD-RW" - -#: C/brasero.xml:1449(para) -msgid "DVD-RW (single or dual layer)" -msgstr "DVD-RW (geruza bakarra edo bikoitza)" - -#: C/brasero.xml:1454(para) -msgid "DVD+RW (single or dual layer)" -msgstr "DVD+RW (geruza bakarra edo bikoitza)" - -#: C/brasero.xml:1438(para) -msgid "Erasing or blanking a CD or DVD means to delete all the data that the CD or the DVD contains. Brasero is able to erase the following CD and DVD formats: " -msgstr "CD edo DVD bat ezabatuz edo hustuz, CD edo DVD horretako datu guztiak ezabatzen dira. Brasero programa CD eta DVD formatu hauek ezabatzeko gai da: " - -#: C/brasero.xml:1460(para) -msgid "In general, Brasero can support all of the media formats supported by your own CD/DVD recorder." -msgstr "Orokorrean, Brasero programak zeure CD/DVD grabagailuak onartutako multimedia-formatu guztiak onartzen ditu." - -#: C/brasero.xml:1465(para) -msgid "Make sure that the media you want to erase is erasable. Check the media case for more information." -msgstr "Ziurtatu ezabatu nahi duzun euskarria ezabagarria dela. Begiratu euskarriaren kaxan informazio gehiago izateko." - -#: C/brasero.xml:1474(para) -msgid "Insert the erasable CD or DVD in your drive." -msgstr "Sartu CD edo DVD ezabagarria unitatean." - -#: C/brasero.xml:1479(para) -msgid "From the menu bar, choose ToolsErase.... The Disc blanking dialog will be shown." -msgstr "Menu-barran, aukeratu TresnakEzabatu.... Diskoa ezabatzea elkarrizketa-koadroa erakutsiko da." - -#: C/brasero.xml:1488(para) -msgid "From the drop-down list Select a disc, select the disc you want to erase." -msgstr "Goitibeherako zerrendan, aukeratu Hautatu disko bat ezabatu nahi duzun diskoa hautatzeko." - -#: C/brasero.xml:1494(para) -msgid "If you want to quickly erase the disc, select the fast blanking option (for more information, see )." -msgstr "Diskoa azkar ezabatu nahi baduzu, hautatu huste azkarra aukera (informazio gehiago izateko, ikus )." - -#: C/brasero.xml:1501(para) -msgid "Click on Blank to start erasing the CD or DVD." -msgstr "Egin klik Hustu botoian CDa edo DVDa ezabatzen hasteko." - -#: C/brasero.xml:1470(para) -msgid "To erase a CD-RW or a DVD-RW: " -msgstr "CD-RW edo DVD-RW bat ezabatzeko: " - -#: C/brasero.xml:1509(para) -msgid "The blanking process will permanently destroy all of the data on the disc." -msgstr "Huste-prozesuak diskoko datu guztiak betiko suntsituko ditu." - -#: C/brasero.xml:1515(title) -msgid "What is fast blanking?" -msgstr "Zer da huste azkarra?" - -#: C/brasero.xml:1516(para) -msgid "Fast blanking is a way of quickly erasing a disc. This method is much faster than fully erasing the disc and is sufficient to allow the disc to be written to again." -msgstr "Huste azkarra disko bat azkar ezabatzeko bide bat da. Metodo hau diskoa erabat ezabatzea baino askoz azkarragoa da eta nahikoa da diskoan berriz grabatu ahal izateko." - -#: C/brasero.xml:1521(para) -msgid "The full erasing procedure is slower but is more secure, as it removes all traces of previous data. Data removed from fast blanked media can still be recovered with special tools." -msgstr "Erabateko ezabatze-prozesua motelagoa izan arren seguruagoa da, aurreko datuen aztarna guztiak ezabatzen baititu. Azkar hustutako euskarri batetik ezabatutako datuak tresna bereziak erabiliz berreskuratu daitezke." - -#: C/brasero.xml:1530(title) -msgid "Checking the Integrity of a CD or DVD" -msgstr "CD edo DVD baten osotasuna egiaztatzea" - -#: C/brasero.xml:1531(para) -msgid "Checking the integrity of a CD or DVD makes sure that the files written to the disc are intact and have not been corrupted during the burning process." -msgstr "CD edo DVD baten osotasuna egiaztatuz, ziurta zaitezke diskoan grabatutako artxiboak ukitu ez direla eta grabatze-prozesuan hondatu ez direla." - -#: C/brasero.xml:1536(para) -msgid "The integrity check is done using the MD5 digest algorithm, which creates a fingerprint of the data on the media. Each time you burn a CD or DVD, and the Image checksum plugin is enabled (see for more information), Brasero adds a MD5 file to the disc in order to perform integrity checks at a later date." -msgstr "Osotasunaren egiaztapena MD5 digest algoritmoa erabilita egiten da, zeinak euskarriko datuen hatz-marka bat sortzen duen. CD edo DVD bat grabatzen duzun bakoitzean, Irudiaren kontrol-batura plugina gaituta badago (ikus informazio gehiago izateko), Brasero aplikazioak MD5 fitxategi bat gehituko dio diskoari, aurrerago osotasun-egiaztapenak egiteko." - -#: C/brasero.xml:1545(para) -msgid "Brasero performs an integrity check after each burning session, checking the automatically generated file. Usually this process is longer than using an external MD5 file." -msgstr "Brasero aplikazioak osotasun-egiaztapenak egiten ditu grabatze-saio bakoitzaren ondoren, automatikoki sortutako fitxategia egiaztatuz. Normalean prozesu hori kanpoko MD5 fitxategi bat erabiltzea baino luzeagoa da." - -#: C/brasero.xml:1554(para) -msgid "Insert the CD or DVD to be checked into the drive." -msgstr "Sartu egiaztatu beharreko CDa edo DVDa unitatean." - -#: C/brasero.xml:1559(para) -msgid "From the menu bar, choose ToolsCheck Integrity, or press CtrlF." -msgstr "Menu-barran, aukeratu TresnakEgiaztatu osotasuna, edo sakatu KtrlF." - -#: C/brasero.xml:1575(para) -msgid "Select the Use a md5 file to check the disc option to use an MD5 file." -msgstr "Hautatu Erabili md5 fitxategi bat diskoa egiaztatzeko aukera MD5 fitxategi bat erabiltzeko." - -#: C/brasero.xml:1581(para) -msgid "Click on the None button under the previously mentioned option and select an MD5 file, usually ending with the .md5 extension." -msgstr "Egin klik Bat ere ez botoian, aurretik aipatutako aukeraren barruan, eta hautatu MD5 fitxategi bat, normalean .md5 luzapenarekin amaitzen dena." - -#: C/brasero.xml:1570(para) -msgid "You can check the integrity by using a MD5 file or by letting Brasero automatically perform a check on the media. " -msgstr "Osotasuna egiazta dezakezu MD5 fitxategi bat erabiliz edo Brasero aplikazioari euskarriaren egiaztapena automatikoki egiten utziz. " - -#: C/brasero.xml:1592(para) -msgid "Click on the Check button to start the integrity check." -msgstr "Egin klik Egiaztatu botoian osotasunaren egiaztapena abiarazteko." - -#: C/brasero.xml:1550(para) -msgid "To check the integrity of a disc: " -msgstr "Disko baten osotasuna egiaztatzea: " - -#: C/brasero.xml:1599(para) -msgid "If the integrity check is successful, Brasero will notify you with a File integrity check success dialog; otherwise, the File integrity check error dialog will be displayed." -msgstr "Osotasunaren egiaztapena behar bezala egiten bada, Brasero aplikazioak Fitxategien osotasuna behar bezala egiaztatu da dioen elkarrizketa-koadroarekin jakinaraziko dizu; bestela, Errorea gertatu da fitxategien osotasuna egiaztatzean dioen elkarrizketa-koadroa bistaratuko da." - -#: C/brasero.xml:1608(title) -msgid "Cover Editor" -msgstr "Azal-editorea" - -#: C/brasero.xml:1609(para) -msgid "Brasero has a cover editor for creating covers for your CDs or DVDs. To open the cover editor, choose ToolsCover Editor." -msgstr "Brasero aplikazioak azal-editore bat dauka zure CD eta DVDentzako azalak sortzeko. Azal-editorea irekitzeko, aukeratu TresnakAzal-editorea." - -#: C/brasero.xml:1616(para) -msgid "The cover editor lets you select the font, the alignment and the colors for all the texts and the background properties of front and the back cover." -msgstr "Azal-editoreari esker, testu guztien letra-tipoa, lerrokatzea eta koloreak eta aurreko eta atzeko azalen atzeko planoko propietateak hautatu ditzakezu." - -#: C/brasero.xml:1621(para) -msgid "To set the properties of the covers, right-click on one of the covers and choose Set background properties to open the Background Properties dialog." -msgstr "Azalen propietateak ezartzeko, egin klik eskuineko botoiarekin azaletako batean eta aukeratuEzarri atzeko planoko propietateak Atzeko planoko propietateak elkarrizketa-koadroa irekitzeko." - -#: C/brasero.xml:1627(para) -msgid "It is possible to fill the background with an image or with a color or gradient." -msgstr "Atzeko planoa irudi batekin edo kolore edo gradiente batekin bete daiteke." - -#: C/brasero.xml:1635(para) -msgid "From Image path select the image from you hard disk." -msgstr "Irudiaren bide-izena aukeran, hautatu disko gogorrean dagoen irudi bat." - -#: C/brasero.xml:1641(para) -msgid "From the Image style drop-down list select how you want the image to be positioned." -msgstr "Irudiaren estiloa goitibeherako zerrendan, hautatu irudia nola kokatu nahi duzun." - -#: C/brasero.xml:1631(para) -msgid "To set an image as the background: " -msgstr "Irudi bat atzeko plano gisa ezartzea: " - -#: C/brasero.xml:1652(para) -msgid "From the Color drop-down list select the kind of fill you want to use for the background." -msgstr "Kolorea goitibeherako zerrendan, hautatu atzeko planoan erabili nahi duzun betegarri mota." - -#: C/brasero.xml:1658(para) -msgid "Use the button on the right to open the Pick a Color dialog to select the color." -msgstr "Erabili eskuineko botoia, Aukeratu kolorea elkarrizketa-koadroa irekitzeko eta kolorea hautatzeko." - -#: C/brasero.xml:1665(para) -msgid "If you select a gradient, there will be two buttons for the color chooser. The one on the left is the starting point of the gradient, the one on the right the end point." -msgstr "Gradiente bat hautatzen baduzu, bi botoi egongo dira kolore-hautatzailearentzat. Ezkerrekoa gradientearen hasiera-puntua da, eta eskuinekoa amaiera-puntua." - -#: C/brasero.xml:1648(para) -msgid "To fill the background with a color or gradient: " -msgstr "Atzeko planoa kolore edo gradiente batekin betetzea: " - -#: C/brasero.xml:1675(title) C/brasero.xml:1690(title) -msgid "Plugins" -msgstr "Pluginak" - -#: C/brasero.xml:1676(para) -msgid "Brasero can use different plugins to perform different tasks. There are several plugins you can choose from." -msgstr "Brasero aplikazioak hainbat motatako pluginak erabil ditzake hainbat motatako zereginak egiteko. Hainbat pluginen artean hauta dezakezu." - -#: C/brasero.xml:1680(para) -msgid "To view the available plugins, choose EditPlugins. The plugins that you can use are:" -msgstr "Erabil daitezkeen pluginak ikusteko, aukeratu EditatuPluginak. Plugin hauek erabil ditzakezu:" - -#: C/brasero.xml:1694(entry) -msgid "Plugin Name" -msgstr "Pluginaren izena" - -#: C/brasero.xml:1695(entry) -msgid "Description" -msgstr "Azalpena" - -#: C/brasero.xml:1700(guilabel) -msgid "CD/DVD Creator Folder" -msgstr "CD/DVD sortzailearen karpeta" - -#: C/brasero.xml:1703(filename) -msgid "CD/DVD Creator" -msgstr "CD/DVD sortzailea" - -#: C/brasero.xml:1703(application) -msgid "Nautilus" -msgstr "Nautilus" - -#: C/brasero.xml:1701(entry) -msgid "Enalbes to burn files stored in the folder of ." -msgstr " (e)ko karpetan gordetako fitxategiak grabatzeko gaitzen du." - -#: C/brasero.xml:1707(guilabel) -msgid "File Checksum" -msgstr "Fitxategien kontrol-batura" - -#: C/brasero.xml:1708(entry) -msgid "Enables to check the integrity of files." -msgstr " fitxategien osotasuna egiaztatzeko gaitzen du." - -#: C/brasero.xml:1713(guilabel) -msgid "File Downloader" -msgstr "Fitxategien deskargatzailea" - -#: C/brasero.xml:1714(entry) -msgid "Enables to burn files which are not stored locally." -msgstr " lokalki gordeta ez dauden fitxategiak grabatzeko gaitzen du." - -#: C/brasero.xml:1719(guilabel) -msgid "Image Checksum" -msgstr "Irudien kontrol-batura" - -#: C/brasero.xml:1720(entry) -msgid "Enables to perform integrity checks on discs after they have been burnt. Also enables the writing of a small file which holds the MD5 sum of all the files on the disc." -msgstr " diskoak grabatu ondoren haien osotasuna egiaztatzeko gaitzen du. Halaber, diskoko fitxategi guztien MD5 batura barne hartzen duen fitxategi bat idazteko gaitzen du." - -#: C/brasero.xml:1728(guilabel) -msgid "Normalize" -msgstr "Normalizatu" - -#: C/brasero.xml:1729(entry) -msgid "Enables to set consistent sound levels between tracks." -msgstr " pisten arteko soinu-maila koherenteak ezartzeko gaitzen du." - -#: C/brasero.xml:1737(para) -msgid "To enable or disable a plugin, select the check box next to its name in the Enabled column." -msgstr "Plugin bat gaitzeko edo desgaitzeko, hautatu izenaren ondoan duen kontrol-laukia Gaituta zutabean." - -#: C/brasero.xml:1747(para) -msgid "Select one of the two plugins and click on Configure." -msgstr "Hautatu bi pluginetako bat, eta egin klik Konfiguratu botoian." - -#: C/brasero.xml:1759(para) -msgid "MD5" -msgstr "MD5" - -#: C/brasero.xml:1764(para) -msgid "SHA1" -msgstr "SHA1" - -#: C/brasero.xml:1769(para) -msgid "SHA256" -msgstr "SHA256" - -#: C/brasero.xml:1753(para) -msgid "From the Hashing algorithm to be used drop-down list select the algorithm you want to use. The possible values are: " -msgstr "Erabili beharreko hash algoritmoa goitibeherako zerrendatik, hautatu erabili nahi duzun algoritmoa. Hauek dira balio posibleak: " - -#: C/brasero.xml:1741(para) -msgid "With the File Checksum and Image Checksum plugins you can choose which algorithm to use: " -msgstr "Fitxategien kontrol-batura eta Irudien kontrol-batura pluginekin, erabili nahi duzun algoritmoa aukera dezakezu: " - -#: C/brasero.xml:1781(para) -msgid "In order to use some of the plugins listed here, it may be necessary to install further applications on your system. See your operating system documentation for more information." -msgstr "Hemen zerrendatutako pluginetako batzuk erabiltzeko, beharrezkoa izan liteke sisteman beste aplikazio batzuk instalatzea. Ikus sistema eragilearen dokumentazioa informazio gehiago izateko." +#. (itstool) path: item/p +#: C/split-track.page:68 +msgid "Click OK to confirm your track splits and apply the changes." +msgstr "" -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 -#: C/brasero.xml:0(None) -msgid "translator-credits" -msgstr "Hizkuntza Politikarako Sailburuordetza , 2011" +#. (itstool) path: note/p +#: C/split-track.page:70 +msgid "" +"You can split and merge the same track as many times as you like while you " +"are viewing the split track dialog. Once you confirm your track splitting by " +"clicking OK, you will no longer be able to merge the sections you " +"have already split off. To revert the changes, remove the split sections of " +"the track from your project and re-add the track." +msgstr "" + +#. (itstool) path: info/desc +#: C/tools-blank.page:7 +msgid "Erase a rewritable CD or DVD by blanking it." +msgstr "" + +#. (itstool) path: page/title +#: C/tools-blank.page:17 +msgid "Blank a disc" +msgstr "Hustu diskoa" + +#. (itstool) path: page/p +#: C/tools-blank.page:19 +msgid "" +"You can prepare a rewritable disc, with existing data on it, for writing by " +"blanking it." +msgstr "" + +#. (itstool) path: item/p +#: C/tools-blank.page:24 +msgid "Select ToolsBlank...." +msgstr "Hautatu TresnakHustu...." + +#. (itstool) path: item/p +#: C/tools-blank.page:27 +msgid "" +"If you have more than one disc drive with a rewritable disc in it, you can " +"select which disc to rewrite under Select a disc." +msgstr "" + +#. (itstool) path: item/p +#: C/tools-blank.page:31 +msgid "You can select Fast blanking to blank the CD quicker." +msgstr "Huste bizkorra erabili daiteke CDa azkarrago husteko." + +#. (itstool) path: note/p +#: C/tools-blank.page:33 +msgid "" +"If you have problems writing to a disc which you fast blanked, try disabling " +"fast blanking and blank it again." +msgstr "" + +#. (itstool) path: item/p +#: C/tools-blank.page:38 +msgid "Click Blank to continue." +msgstr "Egin klik Hustu aukeran jarraitzeko." + +#. (itstool) path: item/p +#: C/tools-blank.page:41 +msgid "The disc may be ejected when the blanking is complete." +msgstr "Diskoa agian kanporatu egingo da hustea amaitzen denean." + +#. (itstool) path: info/desc +#: C/tools-check-integrity.page:7 +msgid "You can test out a disc integrity after burning it." +msgstr "" + +#. (itstool) path: credit/name +#: C/tools-check-integrity.page:9 +msgid "Paulina Gonzalez" +msgstr "Paulina Gonzalez" + +#. (itstool) path: page/title +#: C/tools-check-integrity.page:21 +msgid "Check disc integrity" +msgstr "Egiaztatu diskoaren osotasuna" + +#. (itstool) path: page/p +#: C/tools-check-integrity.page:23 +msgid "" +"After burning a CD/DVD by using Brasero, you can check its " +"integrity to make sure that the files in the disc are not corrupted." +msgstr "" + +#. (itstool) path: item/p +#: C/tools-check-integrity.page:27 +msgid "Select ToolsCheck Integrity...." +msgstr "" + +#. (itstool) path: item/p +#: C/tools-check-integrity.page:30 +msgid "" +"You can select the option Use an MD5 file to check the disk. if " +"you prefer it." +msgstr "" + +#. (itstool) path: item/p +#: C/tools-check-integrity.page:33 +msgid "" +"An MD5 (Message-Digest Algorithm 5) is a cryptographic hash function widely " +"used for checking data integrity." +msgstr "" + +#. (itstool) path: item/p +#: C/tools-check-integrity.page:34 +msgid "" +"If you choose this option, you will have to find the MD5 file by clicking in " +"the folder icon placed below." +msgstr "" + +#. (itstool) path: item/p +#: C/tools-check-integrity.page:39 +msgid "Press Check to continue or Close to cancel it." +msgstr "" + +#. (itstool) path: item/p +#: C/tools-check-integrity.page:42 +msgid "" +"When the checking is finished you can either choose to Check Again or just Close." +msgstr "" +#~ msgid "" +#~ "@@image: 'figures/brasero_main.png'; md5=dfc32ea3caef05364043a4529125d2e2" +#~ msgstr "" +#~ "@@irudia: 'figures/brasero_main.png'; md5=dfc32ea3caef05364043a4529125d2e2" + +#~ msgid "Brasero Manual V2.2" +#~ msgstr "Brasero eskuliburua, 2.2 bertsioa" + +#~ msgid "Brasero is an application for burning CDs and DVDs." +#~ msgstr "Brasero CDak eta DVDak grabatzeko aplikazio bat da." + +#~ msgid "2008" +#~ msgstr "2008" + +#~ msgid "2009" +#~ msgstr "2009" + +#~ msgid "Ubuntu Documentation Project" +#~ msgstr "Ubunturen dokumentazio-proiektua" + +#~ msgid "" +#~ "Permission is granted to copy, distribute and/or modify this document " +#~ "under the terms of the GNU Free Documentation License (GFDL), Version 1.1 " +#~ "or any later version published by the Free Software Foundation with no " +#~ "Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. You " +#~ "can find a copy of the GFDL at this link or in the file COPYING-DOCS distributed with this manual." +#~ msgstr "" +#~ "Baimena ematen da dokumentu hau kopiatu, banatu eta/edo aldatzeko Free " +#~ "Software Foundation-ek argitaratutako GNU Dokumentazio Librearen " +#~ "Lizentziaren 1.1. bertsioan edo berriago batean ezarritako baldintzak " +#~ "betetzen badira; Atal Aldaezinik, Aurreko azaleko testurik eta Atzeko " +#~ "azaleko testurik gabe. GFDL lizentziaren kopia esteka honetan edo eskuliburu honekin batera ematen " +#~ "den COPYING-DOCS fitxategian aurkituko duzu." + +#~ msgid "" +#~ "This manual is part of a collection of GNOME manuals distributed under " +#~ "the GFDL. If you want to distribute this manual separately from the " +#~ "collection, you can do so by adding a copy of the license to the manual, " +#~ "as described in section 6 of the license." +#~ msgstr "" +#~ "Eskuliburu hau GFDL lizentziarekin banatzen diren GNOME eskuliburuen " +#~ "bildumakoa da. Eskuliburu hau bildumatik bereizita banatu nahi baduzu, " +#~ "bana dezakezu, baina eskuliburuari lizentziaren kopia bat gehitu beharko " +#~ "diozu, lizentzian bertan 6. atalean azaltzen den bezala." + +#~ msgid "" +#~ "Many of the names used by companies to distinguish their products and " +#~ "services are claimed as trademarks. Where those names appear in any GNOME " +#~ "documentation, and the members of the GNOME Documentation Project are " +#~ "made aware of those trademarks, then the names are in capital letters or " +#~ "initial capital letters." +#~ msgstr "" +#~ "Enpresek euren produktu eta zerbitzuak bereizteko erabiltzen dituzten " +#~ "izen asko marka erregistratu moduan hartu behar dira. Izen horiek " +#~ "GNOMEren edozein agiritan agertzen direnean, eta GNOMEren Dokumentazio " +#~ "Proiektuko kideak marka komertzialak direla konturatu badira, orduan izen " +#~ "horiek maiuskulaz idatzita egongo dira, osorik edo hasierako letra " +#~ "maiuskulaz jarrita." + +#~ msgid "" +#~ "DOCUMENT IS PROVIDED ON AN \"AS IS\" BASIS, WITHOUT WARRANTY OF ANY KIND, " +#~ "EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES " +#~ "THAT THE DOCUMENT OR MODIFIED VERSION OF THE DOCUMENT IS FREE OF DEFECTS " +#~ "MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE " +#~ "RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE OF THE DOCUMENT OR " +#~ "MODIFIED VERSION OF THE DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR " +#~ "MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL " +#~ "WRITER, AUTHOR OR ANY CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY " +#~ "SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES " +#~ "AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED " +#~ "VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS " +#~ "DISCLAIMER; AND" +#~ msgstr "" +#~ "DOKUMENTUA \"DAGOEN-DAGOENEAN\" EMATEN DA, INOLAKO BERMERIK GABE, EZ " +#~ "ESPRESUKI ADIERAZITAKORIK ETA EZ INPLIZITURIK ERE; BESTEAK BESTE (MUGARIK " +#~ "GABE), EZ DA BERMATZEN DOKUMENTUA EDO BERTSIO ALDATUA AKATSIK GABEA " +#~ "DENIK, MERKATURATZEKO EDO XEDE JAKIN BATERAKO EGOKIA DENIK EDO ARAURIK " +#~ "HAUSTEN EZ DUENIK. DOKUMENTUAREN EDO DOKUMENTUAREN BERTSIO ALDATUAREN " +#~ "KALITATEARI, ZEHAZTASUNARI ETA PERFORMANTZIARI BURUZKO ERANTZUKIZUN OSOA " +#~ "ZUREA DA. DOKUMENTUREN BATEK EDO BERTSIO ALDATUREN BATEK EDOZEIN MOTATAKO " +#~ "AKATSIK IZANEZ GERO, ZUK (EZ HASIERAKO IDAZLEAK, EZ EGILEAK ETA EZ INONGO " +#~ "KOLABORATZAILEK) ZEURE GAIN HARTU BEHARKO DUZU BERRIKUSTEKO, KONPONTZEKO " +#~ "EDO ZUZENTZEKO BEHARREZKO ZERBITZU GUZTIEN KOSTUA. BERME-UKATZE HAU " +#~ "LIZENTZIA HONEN FUNTSEZKO ZATIA DA. EZ DA BAIMENIK EMATEN EZEIN DOKUMENTU " +#~ "EDO BERTSIO ALDATU ERABILTZEKO, BALDIN ETA EZ BADA BERME-UKATZE HAU " +#~ "ONARTZEN." + +#~ msgid "" +#~ "UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER IN TORT " +#~ "(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, INITIAL " +#~ "WRITER, ANY CONTRIBUTOR, OR ANY DISTRIBUTOR OF THE DOCUMENT OR MODIFIED " +#~ "VERSION OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE " +#~ "LIABLE TO ANY PERSON FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR " +#~ "CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, " +#~ "DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR " +#~ "MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR LOSSES ARISING OUT OF OR " +#~ "RELATING TO USE OF THE DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, " +#~ "EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH " +#~ "DAMAGES." +#~ msgstr "" +#~ "EZINGO DA INONGO ZIRKUNSTANTZIA EDO LEGE-TEORIARIK OINARRI HARTU --EZ " +#~ "ERANTZUKIZUN ZIBILARI BURUZKORIK (ZABARKERIA BARNE HARTUTA) EZ " +#~ "KONTRATUARI BURUZKORIK, EZ BESTERIK-- DOKUMENTU HONEN EDO BERTSIO ALDATU " +#~ "BATEN EGILEA, HASIERAKO IDAZLEA, EDOZEIN KOLABORATZAILE EDO BANATZAILE, " +#~ "EDO ALDERDI HORIEN EDOZEIN HORNITZAILE BESTE PERTSONA BATEN AURREAN " +#~ "ERANTZULE EGITEKO, PERTSONA HORREK EDOZEIN MOTATAKO KALTE ZUZENEKO, " +#~ "ZEHARKAKO, BEREZI, INTZIDENTAL EDO ONDORIOZKOAK JASAN DITUELAKO, BESTEAK " +#~ "BESTE (MUGARIK GABE), BEZEROAK GALTZEAREN, LANA ETEN BEHARRAREN, " +#~ "ORDENAGAILUAK EZ IBILTZEAREN EDO GAIZKI IBILTZEAREN ONDORIOZKO KALTEAK, " +#~ "EDO DOKUMENTUA NAHIZ HAREN BERTSIO ALDATUAK ERABILTZETIK ONDORIOZTATZEN " +#~ "DIREN EDO ERABILERA HORREKIN ZERIKUSIA DUEN EDOZEIN KALTE EDO GALERA, " +#~ "ALDERDIARI KALTE HORIEK GERTA ZITEZKEELA ADITZERA EMAN BAZAIO ERE." + +#~ msgid "" +#~ "DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED UNDER THE " +#~ "TERMS OF THE GNU FREE DOCUMENTATION LICENSE WITH THE FURTHER " +#~ "UNDERSTANDING THAT: " +#~ msgstr "" +#~ "DOKUMENTUA ETA DOKUMENTUAREN BERTSIO ALDATUAK GNU DOKUMENTAZIO LIBREAREN " +#~ "LIZENTZIAREN BALDINTZEN ARABERA EMATEN DIRA, ETA ONDOREN ZEHAZTEN DIRENAK " +#~ "ONARTZERA BEHARTZEN DUTE: " + +#~ msgid "Milo" +#~ msgstr "Milo" + +#~ msgid "Casagrande" +#~ msgstr "Casagrande" + +#~ msgid "milo@ubuntu.com" +#~ msgstr "milo@ubuntu.com" + +#~ msgid "Andrew" +#~ msgstr "Andrew" + +#~ msgid "Stabeno" +#~ msgstr "Stabeno" + +#~ msgid "stabeno@gmail.com" +#~ msgstr "stabeno@gmail.com" + +#~ msgid "Phil" +#~ msgstr "Phil" + +#~ msgid "Bull" +#~ msgstr "Bull" + +#~ msgid "philbull@gmail.com" +#~ msgstr "philbull@gmail.com" + +#~ msgid "Brasero Manual V2.2" +#~ msgstr "Braseroren eskuliburua, 2.2 bertsioa" + +#~ msgid "January 2009" +#~ msgstr "2009ko urtarrila" + +#~ msgid "Milo Casagrande milo@ubuntu.com" +#~ msgstr "Milo Casagrande milo@ubuntu.com" + +#~ msgid "Brasero Manual V2.1" +#~ msgstr "Braseroren eskuliburua, 2.1 bertsioa" + +#~ msgid "August 2008" +#~ msgstr "2008ko abuztua" + +#~ msgid "Brasero Manual V2.0" +#~ msgstr "Braseroren eskuliburua, 2.0 bertsioa" + +#~ msgid "February 2008" +#~ msgstr "2008ko otsaila" + +#~ msgid "Andrew Stabeno stabeno@gmail.com" +#~ msgstr "Andrew Stabeno stabeno@gmail.com" + +#~ msgid "Phil Bull philbull@gmail.com" +#~ msgstr "Phil Bull philbull@gmail.com" + +#~ msgid "This manual describes version 2.26 of Brasero." +#~ msgstr "Eskuliburu honetan Braseroren 2.26 bertsioa azaltzen da." + +#~ msgid "Feedback" +#~ msgstr "Oharra" + +#~ msgid "" +#~ "To report a bug or make a suggestion regarding the Brasero application or this manual, follow the directions in the " +#~ "GNOME Feedback Page." +#~ msgstr "" +#~ "Brasero aplikazioari edo eskuliburu honi " +#~ "buruzko akatsen berri emateko edo oharrak bidaltzeko, GNOMEra oharrak bidaltzeko orrian " +#~ "aurkituko dituzu argibideak." + +#~ msgid "Brasero" +#~ msgstr "Brasero" + +#~ msgid "brasero" +#~ msgstr "brasero" + +#~ msgid "burn" +#~ msgstr "grabatu" + +#~ msgid "burning CD DVD" +#~ msgstr "CDak/DVDak grabatzea" + +#~ msgid "Getting Started" +#~ msgstr "Erabiltzen hasteko" + +#~ msgid "Starting Brasero" +#~ msgstr "Brasero abiaraztea" + +#~ msgid "" +#~ "You can start Brasero in the following ways:" +#~ msgstr "" +#~ "Ondorengo modu hauetan abiaraz dezakezu Brasero:" + +#~ msgid "Applications menu" +#~ msgstr "Aplikazioak menua" + +#~ msgid "" +#~ "Choose Sound & VideoBrasero Disc Burning." +#~ msgstr "" +#~ "Aukeratu Soinua eta bideoaBrasero disko grabatzailea." + +#~ msgid "Command line" +#~ msgstr "Komando-lerroa" + +#~ msgid "" +#~ "Type brasero and then press Return." +#~ msgstr "" +#~ "Idatzi brasero eta sakatu Sartu." + +#~ msgid "" +#~ "If Brasero is set as your default disc burning " +#~ "application, it will automatically start when you insert a blank CD-R/W " +#~ "or DVD-R/W in your drive." +#~ msgstr "" +#~ "Brasero diskoak grabatzeko aplikazio lehenetsi " +#~ "gisa ezarria baduzu, automatikoki abiaraziko da, unitatean CD-R, CD-RW, " +#~ "DVD-R edo DVD-RW huts bat sartzen duzunean." + +#~ msgid "When You Start Brasero" +#~ msgstr "Brasero abiaraztean" + +#~ msgid "" +#~ "When you start Brasero the following window " +#~ "will be shown." +#~ msgstr "" +#~ "Brasero abiarazten duzunean, ondorengo leihoa " +#~ "erakutsiko da." + +#~ msgid "" +#~ "The Brasero main window. Shows the menu bar and the five types of project " +#~ "to choose from." +#~ msgstr "" +#~ "Brasero leiho nagusiak menu-barra eta aukeratzeko bost proiektu motak " +#~ "erakusten ditu." + +#~ msgid "" +#~ "This window is the starting point for all of your projects. You can click " +#~ "on the project type you wish to start from here. If you have created " +#~ "other projects with Brasero, you will be able " +#~ "to select them from the Choose a recently opened project (see for more " +#~ "information)." +#~ msgstr "" +#~ "Leiho hau zure proiektu guztietarako hasiera-puntua da. Nahi duzun " +#~ "proiektu motan klik egin dezakezu hemendik hasteko. Brasero erabiliz beste proiekturik sortu baduzu, horiek hautatzeko " +#~ "joan Aukeratu berriki irekitako proiektu bat " +#~ "aukerara (ikus informazio " +#~ "gehiago izateko)." + +#~ msgid "" +#~ "The following section explains the five types of project that you can " +#~ "create with Brasero." +#~ msgstr "" +#~ "Ondorengo atalak Braserorekin sor ditzakezun " +#~ "bost proiektu motak azaltzen ditu." + +#~ msgid "Audio Project" +#~ msgstr "Audio-proiektua" + +#~ msgid "" +#~ "This section explains how to create an audio CD. This project takes " +#~ "selected audio files, converts them to a raw audio format and burns them " +#~ "to a CD which standard CD players can play." +#~ msgstr "" +#~ "Atal honek audioko CD bat nola sortu azaltzen du. Proiektu honek hautatu " +#~ "diren audioko fitxategiak hartzen ditu, raw audio-formatu batera " +#~ "bihurtzen ditu, eta CD erreproduzigailu estandarrek erreproduzi dezaketen " +#~ "CD batean grabatzen ditu." + +#~ msgid "Insert a blank CD-R into your drive." +#~ msgstr "Sartu CD-R huts bat unitatean." + +#~ msgid "" +#~ "In the pane on the left of the window, select Browse the file " +#~ "system from the drop-down list at the top and browse to the " +#~ "music files you want to add to your project." +#~ msgstr "" +#~ "Leihoaren ezkerraldean dagoen panelean, hautatu Arakatu " +#~ "fitxategi-sistema goiko goitibeherako zerrendan, eta arakatu " +#~ "zure proiektuan gehitu nahi dituzun musika-fitxategietara." + +#~ msgid "" +#~ "You can also select the Search files using keywords " +#~ "option to search for music files or the Display playlists and " +#~ "their contents option to select music from playlists on your " +#~ "computer." +#~ msgstr "" +#~ "Bilatu fitxategiak gako-hitzak erabiliz aukera ere " +#~ "hauta dezakezu musika-fitxategiak bilatzeko, edo Bistaratu " +#~ "erreprodukzio-zerrendak eta horien edukiak aukera, " +#~ "ordenagailuan erreprodukzio-zerrendetako musika hautatzeko." + +#~ msgid "" +#~ "If you don't see the pane on the left, choose ViewShow side panel or press " +#~ "F7." +#~ msgstr "" +#~ "Ezkerraldean panela ikusten ez baduzu, aukeratu " +#~ "IkusiErakutsi alboko panela edo sakatu F7." + +#~ msgid "" +#~ "Select the files you want by double-clicking on them or by selecting them " +#~ "and clicking the Add button at the top left of the " +#~ "toolbar." +#~ msgstr "" +#~ "Hautatu zuk nahi dituzun fitxategiak haietan klik bikoitza eginez edo " +#~ "haiek hautatuz eta tresna-barran goian ezkerrean dagoen " +#~ "Gehitu botoia sakatuz." + +#~ msgid "" +#~ "It is possible now to insert a " +#~ "pause after each of the tracks or to split the tracks." +#~ msgstr "" +#~ "Orain posible da pista bakoitzaren ondoren geldialdi bat sartzea edo pistak zatitzea." + +#~ msgid "" +#~ "When all of the files have been added, click on Burn." +#~ msgstr "" +#~ "Fitxategi guztiak gehitu ondoren, egin klik Grabatu aukeran." + +#~ msgid "" +#~ "In the text box, enter the title you want to give to the disc. This title " +#~ "will be shown as the name of the disc." +#~ msgstr "" +#~ "Testu-koadroan, idatzi diskoari eman nahi diozun titulua. Titulu hau " +#~ "diskoaren izen gisa erakutsiko da." + +#~ msgid "" +#~ "The Disc burning setup dialog will be shown; make " +#~ "any desired modifications (see )." +#~ msgstr "" +#~ "Diskoak grabatzeko konfigurazioa elkarrizketa-" +#~ "koadroa erakutsiko da; egin nahi adina aldaketa (ikus )." + +#~ msgid "Click on Burn to start the burning process." +#~ msgstr "" +#~ "Egin klik Grabatu aukeran grabatze-prozesua " +#~ "abiarazteko." + +#~ msgid "To burn an audio CD proceed as follows: " +#~ msgstr "Audioko CD bat grabatzeko jarraibideak hauek dira: " + +#~ msgid "" +#~ "When adding files, refer to the status bar at the bottom of the window to " +#~ "see how much space you are using on your CD/DVD." +#~ msgstr "" +#~ "Fitxategiak gehitzean, begiratu leihoaren beheko partean dagoen egoera-" +#~ "barra, CDan/DVDan zenbat leku hartzen ari zaren ikusteko." + +#~ msgid "" +#~ "To save the project for later use, choose ProjectSave." +#~ msgstr "" +#~ "Proiektua geroago erabiltzeko gordetzeko, aukeratu " +#~ "ProiektuaGorde." + +#~ msgid "Inserting a Pause" +#~ msgstr "Geldialdi bat sartzea" + +#~ msgid "Select the track after which you want to add the pause." +#~ msgstr "Hautatu zein pistaren ondoren gehitu nahi duzun geldialdia." + +#~ msgid "" +#~ "Click on Pause on the toolbar or choose " +#~ "EditInsert a Pause." +#~ msgstr "" +#~ "Egin klik tresna-barrako Geldialdia aukeran edo " +#~ "aukeratu EditatuSartu " +#~ "geldialdia." + +#~ msgid "" +#~ "After you have added a track, you can insert a 2 seconds pause after it. " +#~ "To insert a pause, proceed as follows: " +#~ msgstr "" +#~ "Pista bat gehitu duzula, 2 segundoko geldialdi bat txerta dezakezu horren " +#~ "atzetik. Geldialdi bat txertatzeko jarraibideak hauek dira: " +#~ "" + +#~ msgid "" +#~ "Select the track you want to divide and click on Split in the toolbar or choose EditSplit Track.... The " +#~ "Split Track dialog will be shown." +#~ msgstr "" +#~ "Hautatu zatitu nahi duzun pista, eta egin klik tresna-barrako " +#~ "Zatitu aukeran, edo aukeratu " +#~ "EditatuZatitu pista.... Zatitu pista elkarrizketa-" +#~ "koadroa erakutsiko da." + +#~ msgid "" +#~ "Select this to select the time on the track where you wish to split it. A " +#~ "sliding bar is provided along with an audio preview." +#~ msgstr "" +#~ "Hautatu hau pista zein unetan zatitu nahi duzun hautatzeko. Barra " +#~ "graduatzaile bat ematen da audio-aurrebista batekin batera." + +#~ msgid "" +#~ "Select this to split the track into fixed-length parts with a duration " +#~ "that you specify." +#~ msgstr "" +#~ "Hautatu hau pista zuk zehaztutako iraupen finkoko partetan zatitzeko." + +#~ msgid "" +#~ "Select this to decide the number of parts that you want your track to be " +#~ "split into. You can use the provided spin box to select the number of " +#~ "parts." +#~ msgstr "" +#~ "Hautatu hau zure pista zatitzea nahi duzun parte kopurua erabakitzeko. " +#~ "Ematen den biratze-koadroa erabil dezakezu parte kopurua hautatzeko." + +#~ msgid "Select this to split the track where a silence is present." +#~ msgstr "Hautatu hau pista isilune bat dagoen bakoitzean zatitzeko." + +#~ msgid "" +#~ "From the Method drop-down list select the splitting " +#~ "method. The possible values are: " +#~ msgstr "" +#~ "Metodoa goitibeherako zerrendan, hautatu zatitzeko " +#~ "metodoa. Hauek dira balio posibleak: " + +#~ msgid "" +#~ "To split the track, click on Slice. The slices " +#~ "will be listed in the Slices Preview table." +#~ msgstr "" +#~ "Pista zatitzeko, egin klik Zatitu aukeran. Zatiak " +#~ "Zatien aurrebista taulan zerrendatuko dira." + +#~ msgid "" +#~ "It is possible to divide a track in multiple parts. To split a track " +#~ "proceed as follows: " +#~ msgstr "" +#~ "Pista bat hainbat partetan bana daiteke. Pista bat zatitzeko jarraibideak " +#~ "hauek dira: " + +#~ msgid "" +#~ "Once you have splitted the track, it is possible to remove or merge the " +#~ "slices listed in the Slices Preview table using the " +#~ "buttons on the right." +#~ msgstr "" +#~ "Behin pista zatitu duzunean, posible da Zatien aurrebista taulan zerrendatutako zatiak batzea edo kentzea, eskuineko " +#~ "botoiak erabiliz." + +#~ msgid "" +#~ "Once you are done with all the modifications, click OK." +#~ msgstr "" +#~ "Aldaketa guztiekin amaitu duzunean, egin klik Ados " +#~ "botoian." + +#~ msgid "Audio Project Options" +#~ msgstr "Audio-proiektuetako aukerak" + +#~ msgid "" +#~ "Before starting the burning process, it is possible to modify some of the " +#~ "burning options." +#~ msgstr "" +#~ "Grabatze-prozesua hasi aurretik, grabatze-aukeretako batzuk alda daitezke." + +#~ msgid "Section Select a disc to write to:" +#~ msgstr "Atala Hautatu idazteko disko bat:" + +#~ msgid "" +#~ "Click on Properties to open the properties dialog " +#~ "for the burning device. See for more information." +#~ msgstr "" +#~ "Egin klik Propietateak aukeran, grabagailurako " +#~ "propietateen elkarrizketa-koadroa irekitzeko. Ikus informazio gehiago izateko." + +#~ msgid "Section Disc options:" +#~ msgstr "Atala Disko-aukerak:" + +#~ msgid "Leave the disc open to add a data session later" +#~ msgstr "Utzi diskoa irekia, aurrerago datu-saio bat gehitzeko" + +#~ msgid "" +#~ "Select this option to create a multisession disc, so " +#~ "that it will be possible to add files to the disc at a later date " +#~ "(without erasing it, if it is rewritable)." +#~ msgstr "" +#~ "Hautatu aukera hau, saio anitzeko disko bat " +#~ "sortzeko, eta horrela beste egun batean diskoan fitxategiak gehitu ahal " +#~ "izateko (hura ezabatu gabe, birgrabagarria bada)." + +#~ msgid "Insert a blank CD-R/W or DVD-R/W into your drive." +#~ msgstr "Sartu CD-R, CD-RW, DVD-R edo DVD-RW huts bat unitatean." + +#~ msgid "" +#~ "Use the pane on the left of the window to find the files you want to add " +#~ "to the project. Select Browse the file system from " +#~ "the drop-down list at the top to browse for files or Search " +#~ "files using keywords to search for them." +#~ msgstr "" +#~ "Erabili leihoaren ezkerraldeko panela, proiektuan gehitu nahi dituzun " +#~ "fitxategiak aurkitzeko. Fitxategiak bilatzeko, hautatu Arakatu " +#~ "fitxategi-sistema goian dagoen goitibeherako zerrendan, edo " +#~ "Bilatu fitxategiak gako-hitzak erabiliz." + +#~ msgid "" +#~ "In the text box, enter a label to identify the disc. This label will be " +#~ "shown as the name of the disc." +#~ msgstr "" +#~ "Testu-koadroan, sartu etiketa bat diskoa identifikatzeko. Etiketa hau " +#~ "diskoaren izen gisa erakutsiko da." + +#~ msgid "" +#~ "When all the files have been added, click on Burn." +#~ msgstr "" +#~ "Fitxategi guztiak gehitu ondoren, egin klik Grabatu aukeran." + +#~ msgid "" +#~ "The Disc burning setup dialog will be shown; make " +#~ "any desired modifications (see )." +#~ msgstr "" +#~ "Diskoak grabatzeko konfigurazioa elkarrizketa-" +#~ "koadroa erakutsiko da; egin nahi adina aldaketa (ikus )." + +#~ msgid "To burn a data CD, proceed as follows: " +#~ msgstr "Datu CD bat grabatzeko jarraibideak hauek dira: " + +#~ msgid "Data Project Options" +#~ msgstr "Datuen proiektuetako aukerak" + +#~ msgid "Increase compatibility with Windows systems" +#~ msgstr "Handitu Windows sistemekiko bateragarritasuna" + +#~ msgid "" +#~ "Select this option if you intend the disc to be used on computers running " +#~ "Windows. Files on the disc will be checked to ensure that their filenames " +#~ "do not contain characters which are invalid on Windows." +#~ msgstr "" +#~ "Hautatu aukera hau diskoa Windows exekutatzen duten ordenagailuetan " +#~ "erabili nahi baduzu. Diskoko fitxategiak aztertuko dira, fitxategi-izenek " +#~ "Windows-eko karaktere baliogaberik ez dutela bermatzeko." + +#~ msgid "Leave the disc open to add other files later" +#~ msgstr "Utzi diskoa irekia, aurrerago beste fitxategi batzuk gehitzeko" + +#~ msgid "Video project" +#~ msgstr "Bideo-proiektua" + +#~ msgid "" +#~ "This project lets you take video files (files with extension like " +#~ ".mpg, .mpeg or .avi to " +#~ "name a few) and burn them to disc to create video DVDs, SVCDs or VCDs that you " +#~ "can watch with normal DVD/CD players." +#~ msgstr "" +#~ "Proiektu honekin, bideo-fitxategiak (adibidez luzapen hauetakoak: " +#~ ".mpg, .mpeg edo .avi) " +#~ "hartu eta diskoetan grabatu ahal izango dituzu, DVD/CD erreproduzigailu " +#~ "normaletan ikus ditzakezun bideo DVDak, SVCDak edo VCDak sortzeko." + +#~ msgid "" +#~ "In order to use all the potential of the video project, you need to " +#~ "install all GStreamer's plugins, ffmpeg, " +#~ "vcdimager and dvdauthor. See your operating system documentation for more " +#~ "information on how to install all these applications." +#~ msgstr "" +#~ "Bideo-proiektuaren potentzial guztia erabiltzeko, GStreamer-en plugin " +#~ "guztiak instalatu behar dituzu: ffmpeg, " +#~ "vcdimager eta dvdauthor. Ikus sistema eragilearen dokumentazioa, aplikazio hauek " +#~ "guztiak nola instalatzeari buruzko informazio gehiago izateko." + +#~ msgid "Insert a blank CD or DVD into your drive." +#~ msgstr "Sartu CD edo DVD huts bat unitatean." + +#~ msgid "" +#~ "From the pane on the left of the window, browse the file system searching " +#~ "for video files." +#~ msgstr "" +#~ "Leihoaren ezkerraldean dagoen panelean, arakatu fitxategi-sistema, bideo-" +#~ "fitxategiak bilatzeko." + +#~ msgid "" +#~ "The Disc burning setup dialog will be shown; make " +#~ "any desired modifications (see )." +#~ msgstr "" +#~ "Diskoak grabatzeko konfigurazioa elkarrizketa-" +#~ "koadroa erakutsiko da; egin nahi adina aldaketa (ikus )." + +#~ msgid "To create a video project, proceed as follows: " +#~ msgstr "" +#~ "Bideo-proiektu bat sortzeko jarraibideak hauek dira: " + +#~ msgid "Video Project Options" +#~ msgstr "Bideo-proiektuetako aukerak" + +#~ msgid "Section Video Option:" +#~ msgstr "Atala Bideo-aukera:" + +#~ msgid "" +#~ "Native format: the original format of the video file." +#~ msgstr "" +#~ "Jatorrizko formatua: bideo-fitxategiaren jatorrizko " +#~ "formatua." + +#~ msgid "" +#~ "PAL/SECAM: format mainly used in European " +#~ "televisions." +#~ msgstr "" +#~ "PAL/SECAM: batez ere Europako telebistetan " +#~ "erabilitako formatua." + +#~ msgid "" +#~ "NTSC: format mainly used in Americans, Canadians and " +#~ "Japanese televisions." +#~ msgstr "" +#~ "NTSC: batez ere Estatu Batuetako, Kanadako eta " +#~ "Japoniako telebistetan erabilitako formatua." + +#~ msgid "" +#~ "From Video formats select the format of the video " +#~ "that will be burned. You can choose from: " +#~ msgstr "" +#~ "Bideo-formatuak aukeran, hautatu grabatu nahi duzun " +#~ "bideoaren formatua. Aukeratu hemendik: " + +#~ msgid "Section Audio Options:" +#~ msgstr "Atala Audio-aukerak:" + +#~ msgid "" +#~ "Choose Add MP2 audio stream to add a " +#~ "MPEG-1 Audio Layer 2 stream to the disc." +#~ msgstr "" +#~ "Aukeratu Gehitu MP2 audio-korrontea, diskoari " +#~ "MPEG-1 audio-geruza 2 korronte bat gehitzeko." + +#~ msgid "" +#~ "Choose Add AC3 audio stream to add an AC-3 " +#~ "Dolby Digital stream to the disc." +#~ msgstr "" +#~ "Aukeratu Gehitu AC3 audio-korrontea, diskoari " +#~ "AC-3 Dolby Digital korronte bat gehitzeko." + +#~ msgid "Section VCD type:" +#~ msgstr "Atala VCD mota:" + +#~ msgid "" +#~ "Choose Create a SVCD to create a Super " +#~ "Video CD." +#~ msgstr "" +#~ "Aukeratu Sortu SVCD bat, Super Video CD bat sortzeko." + +#~ msgid "" +#~ "Choose Create a VCD to create a Video CD." +#~ msgstr "" +#~ "Aukeratu Sortu VCD bat, Video CD bat sortzeko." + +#~ msgid "" +#~ "One of the main difference between a SVCD and a " +#~ "VCD is that the former uses the MPEG-2 video codec while the latter MPEG-1. For more " +#~ "information, see the Wikipedia pages for SVCD and VCD." +#~ msgstr "" +#~ "SVCD eta VCD baten arteko " +#~ "desberdintasun nagusietako bat da lehenengoak MPEG-2 " +#~ "bideo-kodeka erabiltzen duela eta bigarrenak, berriz, MPEG-1. Informazio gehiago izateko, ikus Wikipedian SVCD eta VCD " +#~ "formatuei buruz dauden orriak." + +#~ msgid "Disc Copy" +#~ msgstr "Diskoaren kopia" + +#~ msgid "Insert the CD or DVD you wish to copy into your drive." +#~ msgstr "Sartu kopiatu nahi duzun CDa edo DVDa unitatean." + +#~ msgid "" +#~ "The CD/DVD copy options dialog will be shown; make " +#~ "the desired modifications (see for more information)." +#~ msgstr "" +#~ "CD/DVD kopietako aukerak elkarrizketa-koadroa " +#~ "erakutsiko da; egin nahi adina aldaketa (ikus informazio gehiago izateko)." + +#~ msgid "Click on Copy to start the copying process." +#~ msgstr "" +#~ "Egin klik Kopiatu aukeran kopiatze-prozesua " +#~ "abiarazteko." + +#~ msgid "" +#~ "This project lets you take an existing disc and copy it to a blank disc " +#~ "or image file. To copy a disc, proceed as follows: " +#~ msgstr "" +#~ "Proiektu honekin, aurretik dagoen disko bat hartu eta hori disko huts " +#~ "batera edo irudi-fitxategi batera kopia dezakezu. Disko bat kopiatzeko " +#~ "jarraibideak hauek dira: " + +#~ msgid "Disc Copy Options" +#~ msgstr "Diskoa kopiatzearen aukerak" + +#~ msgid "" +#~ "Before starting the copying process, it is possible to modify some of the " +#~ "copying and burning options." +#~ msgstr "" +#~ "Kopiatze-prozesua hasi aurretik, kopiatze- eta grabatze-aukeretako batzuk " +#~ "alda daitezke." + +#~ msgid "Section Select disc to copy:" +#~ msgstr "Atala Hautatu diskoa kopiatzeko:" + +#~ msgid "From the drop-down list, select the disc that you want to copy." +#~ msgstr "Goitibeherako zerrendan, hautatu kopiatu nahi duzun diskoa." + +#~ msgid "From the drop-down list, select the disc to write to." +#~ msgstr "Goitibeherako zerrendan, hautatu zein diskotan grabatu nahi duzun." + +#~ msgid "" +#~ "From this drop-down list, select File image to " +#~ "create a disc image, such as an ISO image." +#~ msgstr "" +#~ "Goitibeherako zerrenda honetatik, hautatu Irudi-fitxategia, disko-irudi bat sortzeko, adibidez ISO irudi bat." + +#~ msgid "" +#~ "If you have more that one drive on your system, you can use one drive as " +#~ "the source drive and the other as the destination drive. If you do not, " +#~ "you will be prompted to remove the CD or DVD you are copying and insert a " +#~ "blank media." +#~ msgstr "" +#~ "Sisteman unitate bat baino gehiago badituzu, unitate bat iturburuko " +#~ "unitate gisa erabil dezakezu eta bestea helburuko unitate gisa. Bestela, " +#~ "kopiatzen ari zaren CDa edo DVDa kentzea eta euskarri huts bat erabiltzea " +#~ "eskatuko zaizu." + +#~ msgid ".iso" +#~ msgstr ".iso" + +#~ msgid ".raw" +#~ msgstr ".raw" + +#~ msgid ".cue" +#~ msgstr ".cue" + +#~ msgid ".toc" +#~ msgstr ".toc" + +#~ msgid "" +#~ "This project takes an existing file image and burns it to a CD-R/W or DVD-" +#~ "R/W. Brasero supports the following types of " +#~ "image file: " +#~ msgstr "" +#~ "Proiektu honek aurretik dagoen irudi-fitxategi bat hartzen du eta CD-R, " +#~ "CD-RW, DVD-R edo DVD-RW batean grabatzen du. Brasero programak ondorengo irudi-fitxategi motak onartzen ditu: " +#~ "" + +#~ msgid "" +#~ "The Image burning setup dialog will be shown; make " +#~ "the desired modifications (see )." +#~ msgstr "" +#~ "Irudia grabatzeko konfigurazioa elkarrizketa-koadroa " +#~ "erakutsiko da; egin nahi adina aldaketa (ikus )." + +#~ msgid "To start this project, proceed as follows: " +#~ msgstr "Proiektu hau abiarazteko jarraibideak hauek dira: " + +#~ msgid "Burn Image Options" +#~ msgstr "Irudia grabatzeko aukerak" + +#~ msgid "" +#~ "Before starting the image burning process, it is possible to modify some " +#~ "of the burning options." +#~ msgstr "" +#~ "Irudia grabatzeko prozesua hasi aurretik, grabatze-aukeretako batzuk alda " +#~ "daitezke." + +#~ msgid "Section Image:" +#~ msgstr "Atala Irudia:" + +#~ msgid "" +#~ "Click on the button to open the Select Image File " +#~ "dialog and select the image file to burn. From the drop-down list at the " +#~ "bottom, you can select the type of the image to burn. If unsure, select " +#~ "Let brasero choose (safest)." +#~ msgstr "" +#~ "Egin klik Hautatu irudi-fitxategia elkarrizketa " +#~ "koadroa irekitzeko botoian eta hautatu grabatu nahi duzun irudi-" +#~ "fitxategia. Behean dagoen goitibeherako zerrendan, grabatzeko irudiaren " +#~ "mota hauta dezakezu. Ziur ez bazaude, hautatu Utzi Brasero-ri " +#~ "aukeratzen (seguruena)." + +#~ msgid "Burning Device Properties" +#~ msgstr "Grabagailuaren propietateak" + +#~ msgid "" +#~ "Before starting the burning process, it is possible to change some of the " +#~ "properties for the burning device that will be used." +#~ msgstr "" +#~ "Grabatze-prozesua hasi aurretik, posible da erabiliko den grabagailuaren " +#~ "propietateetako batzuk aldatzea." + +#~ msgid "Section Burning speed:" +#~ msgstr "Atala Grabatzeko abiadura:" + +#~ msgid "" +#~ "From the drop-down list, select the burning speed. For the best value, " +#~ "check the CD/DVD case." +#~ msgstr "" +#~ "Goitibeherako zerrendan, hautatu grabatzeko abiadura. Balio egokiena zein " +#~ "den jakiteko, begiratu CD/DVDaren kaxa." + +#~ msgid "" +#~ "Burning a disc with a higher speed than supported could create an " +#~ "unreadable disc. Use lower burning speeds to reduce the chance of this " +#~ "happening." +#~ msgstr "" +#~ "Disko bat onartutakoa baino abiadura handiagoan grabatuz gero, diskoa " +#~ "irakurtezin bihur dezakezu. Erabili grabatzeko abiadura txikiagoak, hori " +#~ "gertatzeko aukera murrizteko." + +#~ msgid "Section Options:" +#~ msgstr "Atala Aukerak:" + +#~ msgid "Burn the image directly without saving it to disc" +#~ msgstr "Grabatu irudia zuzenean, diskoan gorde gabe" + +#~ msgid "" +#~ "Select this option if you want to burn the image directly onto the media, " +#~ "without saving it to the hard disk and without creating an image file." +#~ msgstr "" +#~ "Hautatu aukera hau irudia zuzenean euskarrian grabatu nahi baduzu, disko " +#~ "gogorrean gorde gabe eta irudi-fitxategirik sortu gabe." + +#~ msgid "Use burnproof (decrease the risk of failure)" +#~ msgstr "Erabili burnproof (hutsegite-arriskua txikiagotzen du)" + +#~ msgid "" +#~ "Select this option to prevent the buffer underrun " +#~ "effect (or buffer underflow). This is when the " +#~ "computer is not fast enough delivering data to the burning device at the " +#~ "selected burning speed." +#~ msgstr "" +#~ "Hautatu aukera hau bufferra hustea (edo " +#~ "bufferraren gainezkatze negatiboa) saihesteko. " +#~ "Horrek esan nahi du ordenagailua ez dela behar bezain azkarra datuak " +#~ "grabagailura hautatutako grabatzeko abiaduran bidaltzeko." + +#~ msgid "" +#~ "If a buffer underrun takes place, the burned disc " +#~ "could be unreadable." +#~ msgstr "" +#~ "Bufferra hustea gertatzen bada, grabatutako diskoa " +#~ "irakurtezin gera daiteke." + +#~ msgid "Simulate the burning" +#~ msgstr "Simulatu grabazioa" + +#~ msgid "" +#~ "Select this option to simulate the burning process; no real burn is " +#~ "performed. If this operation is successful, brasero will actually burn " +#~ "the disc after pausing for 10 seconds. During this pause it will show a " +#~ "dialog in which you can cancel the actual burning. This is useful for " +#~ "testing, if you are having problems burning discs." +#~ msgstr "" +#~ "Hautatu aukera hau grabatze-prozesu bat simulatzeko; ez da benetan " +#~ "grabatuko. Eragiketak arrakasta badu, braserok diskoa benetan grabatuko " +#~ "du 10 segundoz pausatuta egon ondoren. Pausatuta dagoen bitartean, " +#~ "benetako grabazioa bertan behera uzteko erabil dezakezun elkarrizketa-" +#~ "koadroa erakutsiko da. Hau proba egiteko erabilgarria da, diskoak " +#~ "grabatzeko arazoak edukitzen ari bazara." + +#~ msgid "Eject after burning" +#~ msgstr "Egotzi grabatu ondoren" + +#~ msgid "" +#~ "Select this option to eject the media in the burning device once the " +#~ "burning process has completed." +#~ msgstr "" +#~ "Hautatu aukera hau grabagailuan dagoen euskarria egozteko behin grabatze-" +#~ "prozesua osatu denean." + +#~ msgid "Section Temporary files:" +#~ msgstr "Atala Aldi baterako fitxategiak:" + +#~ msgid "" +#~ "From the drop-down list, select the directory to use for storing the " +#~ "temporary files created for the burning process." +#~ msgstr "" +#~ "Goitibeherako zerrendan, hautatu grabatze-prozesurako sortutako aldi " +#~ "baterako fitxategiak zein direktoriotan biltegiratu nahi dituzun." + +#~ msgid "" +#~ "The default directory is /tmp." +#~ msgstr "" +#~ "Direktorio lehenetsia /tmp da." + +#~ msgid "Burning Properties with No Disc" +#~ msgstr "Grabatze-propietateak diskorik gabe" + +#~ msgid "" +#~ "If you start the burning process without a CD or DVD in the burning " +#~ "device, Brasero will create a image file on " +#~ "the hard disk that you can lately burn." +#~ msgstr "" +#~ "Grabatze-prozesu bat abiarazten baduzu grabagailuan CD edo DVDrik izan " +#~ "gabe, Brasero programak irudi-fitxategi bat " +#~ "sortuko du disko gogorrean, geroago grabatu ahal izango duzuna." + +#~ msgid "" +#~ "From this drop-down list you can only select File image." +#~ msgstr "" +#~ "Goitibeherako zerrenda honetan, Irudi-fitxategia " +#~ "bakarrik hauta dezakezu." + +#~ msgid "Section Label of the disc:" +#~ msgstr "Atala Diskoaren etiketa:" + +#~ msgid "Type the name you want to give to the disc once burned." +#~ msgstr "Idatzi behin grabatuta diskoari eman nahi diozun izena." + +#~ msgid "" +#~ "Click on Properties to open the Disc " +#~ "image file properties dialog. In the Name " +#~ "text box, type the name of the image file, from the Image type drop-down list select the type of image to use." +#~ msgstr "" +#~ "Egin klik Propietateak aukeran Diskoaren " +#~ "irudi-fitxategien propietateak elkarrizketa-koadroa " +#~ "irekitzeko. Izena testu-koadroan, idatzi irudi-" +#~ "fitxategiaren izena, eta Irudi mota goitibeherako " +#~ "zerrendatik, hautatu erabiliko duzun irudi-mota." + +#~ msgid "Once done, click Apply." +#~ msgstr "Horren ondoren, egin klik Aplikatu aukeran." + +#~ msgid "Opening a Saved Project" +#~ msgstr "Gordetako proiektu bat irekitzea" + +#~ msgid "" +#~ "Choose ProjectRecent Projects and select the project you want to open." +#~ msgstr "" +#~ "Aukeratu Proiektua Proiektu " +#~ "berrienak eta hautatu ireki nahi duzun " +#~ "proiektua." + +#~ msgid "" +#~ "From the main window, click on the project you want to open under " +#~ "Choose a recently opened project." +#~ msgstr "" +#~ "Leiho nagusian, egin klik ireki nahi duzun proiektuan, Aukeratu " +#~ "berriki irekitako proiektu bat aukeraren barruan." + +#~ msgid "" +#~ "If you have recently saved a project, you can open it again in one of the " +#~ "following ways: " +#~ msgstr "" +#~ "Berriki gordetako proiekturen bat berriz ireki nahi baduzu, ondorengo " +#~ "bide hauek dauzkazu: " + +#~ msgid "" +#~ "To open a project which does not appear in Recent Projects, choose ProjectOpen and select the " +#~ "project file." +#~ msgstr "" +#~ "Proiektu berrienak atalean agertzen ez den proiektu " +#~ "bat irekitzeko, aukeratu ProiektuaIreki eta hautatu " +#~ "proiektu-fitxategia." + +#~ msgid "" +#~ "Once opened, you can add or remove files from the project, burn it to " +#~ "disc, and then save it again for later use." +#~ msgstr "" +#~ "Behin irekita, proiektuan fitxategiak gehitu edo kendu ditzakezu, hori " +#~ "diskoan grabatu, eta berriz gorde beranduago erabiltzeko." + +#~ msgid "CD-RW" +#~ msgstr "CD-RW" + +#~ msgid "DVD-RW (single or dual layer)" +#~ msgstr "DVD-RW (geruza bakarra edo bikoitza)" + +#~ msgid "DVD+RW (single or dual layer)" +#~ msgstr "DVD+RW (geruza bakarra edo bikoitza)" + +#~ msgid "" +#~ "Erasing or blanking a CD or DVD means to delete all the data that the CD " +#~ "or the DVD contains. Brasero is able to erase " +#~ "the following CD and DVD formats: " +#~ msgstr "" +#~ "CD edo DVD bat ezabatuz edo hustuz, CD edo DVD horretako datu guztiak " +#~ "ezabatzen dira. Brasero programa CD eta DVD " +#~ "formatu hauek ezabatzeko gai da: " + +#~ msgid "" +#~ "In general, Brasero can support all of the " +#~ "media formats supported by your own CD/DVD recorder." +#~ msgstr "" +#~ "Orokorrean, Brasero programak zeure CD/DVD " +#~ "grabagailuak onartutako multimedia-formatu guztiak onartzen ditu." + +#~ msgid "" +#~ "Make sure that the media you want to erase is erasable. Check the media " +#~ "case for more information." +#~ msgstr "" +#~ "Ziurtatu ezabatu nahi duzun euskarria ezabagarria dela. Begiratu " +#~ "euskarriaren kaxan informazio gehiago izateko." + +#~ msgid "Insert the erasable CD or DVD in your drive." +#~ msgstr "Sartu CD edo DVD ezabagarria unitatean." + +#~ msgid "" +#~ "From the menu bar, choose ToolsErase.... The " +#~ "Disc blanking dialog will be shown." +#~ msgstr "" +#~ "Menu-barran, aukeratu TresnakEzabatu.... " +#~ "Diskoa ezabatzea elkarrizketa-koadroa erakutsiko da." + +#~ msgid "" +#~ "From the drop-down list Select a disc, select the " +#~ "disc you want to erase." +#~ msgstr "" +#~ "Goitibeherako zerrendan, aukeratu Hautatu disko bat " +#~ "ezabatu nahi duzun diskoa hautatzeko." + +#~ msgid "" +#~ "If you want to quickly erase the disc, select the fast " +#~ "blanking option (for more information, see )." +#~ msgstr "" +#~ "Diskoa azkar ezabatu nahi baduzu, hautatu huste azkarra aukera (informazio gehiago izateko, ikus )." + +#~ msgid "" +#~ "Click on Blank to start erasing the CD or DVD." +#~ msgstr "" +#~ "Egin klik Hustu botoian CDa edo DVDa ezabatzen " +#~ "hasteko." + +#~ msgid "To erase a CD-RW or a DVD-RW: " +#~ msgstr "CD-RW edo DVD-RW bat ezabatzeko: " + +#~ msgid "" +#~ "The blanking process will permanently destroy all of the data on the disc." +#~ msgstr "Huste-prozesuak diskoko datu guztiak betiko suntsituko ditu." + +#~ msgid "What is fast blanking?" +#~ msgstr "Zer da huste azkarra?" + +#~ msgid "" +#~ "Fast blanking is a way of quickly erasing a disc. This method is much " +#~ "faster than fully erasing the disc and is sufficient to allow the disc to " +#~ "be written to again." +#~ msgstr "" +#~ "Huste azkarra disko bat azkar ezabatzeko bide bat da. Metodo hau diskoa " +#~ "erabat ezabatzea baino askoz azkarragoa da eta nahikoa da diskoan berriz " +#~ "grabatu ahal izateko." + +#~ msgid "" +#~ "The full erasing procedure is slower but is more secure, as it removes " +#~ "all traces of previous data. Data removed from fast blanked media can " +#~ "still be recovered with special tools." +#~ msgstr "" +#~ "Erabateko ezabatze-prozesua motelagoa izan arren seguruagoa da, aurreko " +#~ "datuen aztarna guztiak ezabatzen baititu. Azkar hustutako euskarri " +#~ "batetik ezabatutako datuak tresna bereziak erabiliz berreskuratu daitezke." + +#~ msgid "Checking the Integrity of a CD or DVD" +#~ msgstr "CD edo DVD baten osotasuna egiaztatzea" + +#~ msgid "" +#~ "Checking the integrity of a CD or DVD makes sure that the files written " +#~ "to the disc are intact and have not been corrupted during the burning " +#~ "process." +#~ msgstr "" +#~ "CD edo DVD baten osotasuna egiaztatuz, ziurta zaitezke diskoan " +#~ "grabatutako artxiboak ukitu ez direla eta grabatze-prozesuan hondatu ez " +#~ "direla." + +#~ msgid "" +#~ "The integrity check is done using the MD5 digest " +#~ "algorithm, which creates a fingerprint of the data on the " +#~ "media. Each time you burn a CD or DVD, and the Image checksum plugin is enabled (see for more information), Brasero adds a MD5 file to the disc in order to perform integrity " +#~ "checks at a later date." +#~ msgstr "" +#~ "Osotasunaren egiaztapena MD5 digest algoritmoa erabilita " +#~ "egiten da, zeinak euskarriko datuen hatz-marka bat sortzen " +#~ "duen. CD edo DVD bat grabatzen duzun bakoitzean, Irudiaren kontrol-batura plugina gaituta badago (ikus " +#~ " informazio gehiago izateko), " +#~ "Brasero aplikazioak MD5 fitxategi bat gehituko " +#~ "dio diskoari, aurrerago osotasun-egiaztapenak egiteko." + +#~ msgid "" +#~ "Brasero performs an integrity check after each " +#~ "burning session, checking the automatically generated file. Usually this " +#~ "process is longer than using an external MD5 file." +#~ msgstr "" +#~ "Brasero aplikazioak osotasun-egiaztapenak " +#~ "egiten ditu grabatze-saio bakoitzaren ondoren, automatikoki sortutako " +#~ "fitxategia egiaztatuz. Normalean prozesu hori kanpoko MD5 fitxategi bat " +#~ "erabiltzea baino luzeagoa da." + +#~ msgid "Insert the CD or DVD to be checked into the drive." +#~ msgstr "Sartu egiaztatu beharreko CDa edo DVDa unitatean." + +#~ msgid "" +#~ "From the menu bar, choose ToolsCheck Integrity, or press " +#~ "CtrlF." +#~ msgstr "" +#~ "Menu-barran, aukeratu TresnakEgiaztatu osotasuna, edo " +#~ "sakatu KtrlF." + +#~ msgid "" +#~ "Click on the None button under the previously " +#~ "mentioned option and select an MD5 file, usually ending with the " +#~ ".md5 extension." +#~ msgstr "" +#~ "Egin klik Bat ere ez botoian, aurretik aipatutako " +#~ "aukeraren barruan, eta hautatu MD5 fitxategi bat, normalean ." +#~ "md5 luzapenarekin amaitzen dena." + +#~ msgid "" +#~ "You can check the integrity by using a MD5 file or by letting " +#~ "Brasero automatically perform a check on the " +#~ "media. " +#~ msgstr "" +#~ "Osotasuna egiazta dezakezu MD5 fitxategi bat erabiliz edo " +#~ "Brasero aplikazioari euskarriaren egiaztapena " +#~ "automatikoki egiten utziz. " + +#~ msgid "" +#~ "Click on the Check button to start the integrity " +#~ "check." +#~ msgstr "" +#~ "Egin klik Egiaztatu botoian osotasunaren " +#~ "egiaztapena abiarazteko." + +#~ msgid "To check the integrity of a disc: " +#~ msgstr "Disko baten osotasuna egiaztatzea: " + +#~ msgid "" +#~ "If the integrity check is successful, Brasero " +#~ "will notify you with a File integrity check success " +#~ "dialog; otherwise, the File integrity check error " +#~ "dialog will be displayed." +#~ msgstr "" +#~ "Osotasunaren egiaztapena behar bezala egiten bada, Brasero aplikazioak Fitxategien osotasuna behar bezala " +#~ "egiaztatu da dioen elkarrizketa-koadroarekin jakinaraziko " +#~ "dizu; bestela, Errorea gertatu da fitxategien osotasuna " +#~ "egiaztatzean dioen elkarrizketa-koadroa bistaratuko da." + +#~ msgid "Cover Editor" +#~ msgstr "Azal-editorea" + +#~ msgid "" +#~ "Brasero has a cover editor for creating covers " +#~ "for your CDs or DVDs. To open the cover editor, choose " +#~ "ToolsCover Editor." +#~ msgstr "" +#~ "Brasero aplikazioak azal-editore bat dauka " +#~ "zure CD eta DVDentzako azalak sortzeko. Azal-editorea irekitzeko, " +#~ "aukeratu TresnakAzal-" +#~ "editorea." + +#~ msgid "" +#~ "The cover editor lets you select the font, the alignment and the colors " +#~ "for all the texts and the background properties of front and the back " +#~ "cover." +#~ msgstr "" +#~ "Azal-editoreari esker, testu guztien letra-tipoa, lerrokatzea eta " +#~ "koloreak eta aurreko eta atzeko azalen atzeko planoko propietateak " +#~ "hautatu ditzakezu." + +#~ msgid "" +#~ "To set the properties of the covers, right-click on one of the covers and " +#~ "choose Set background properties to open the " +#~ "Background Properties dialog." +#~ msgstr "" +#~ "Azalen propietateak ezartzeko, egin klik eskuineko botoiarekin azaletako " +#~ "batean eta aukeratuEzarri atzeko planoko propietateak Atzeko planoko propietateak " +#~ "elkarrizketa-koadroa irekitzeko." + +#~ msgid "" +#~ "It is possible to fill the background with an image or with a color or " +#~ "gradient." +#~ msgstr "" +#~ "Atzeko planoa irudi batekin edo kolore edo gradiente batekin bete daiteke." + +#~ msgid "" +#~ "From Image path select the image from you hard disk." +#~ msgstr "" +#~ "Irudiaren bide-izena aukeran, hautatu disko " +#~ "gogorrean dagoen irudi bat." + +#~ msgid "" +#~ "From the Image style drop-down list select how you " +#~ "want the image to be positioned." +#~ msgstr "" +#~ "Irudiaren estiloa goitibeherako zerrendan, hautatu " +#~ "irudia nola kokatu nahi duzun." + +#~ msgid "To set an image as the background: " +#~ msgstr "Irudi bat atzeko plano gisa ezartzea: " + +#~ msgid "" +#~ "From the Color drop-down list select the kind of " +#~ "fill you want to use for the background." +#~ msgstr "" +#~ "Kolorea goitibeherako zerrendan, hautatu atzeko " +#~ "planoan erabili nahi duzun betegarri mota." + +#~ msgid "" +#~ "Use the button on the right to open the Pick a Color " +#~ "dialog to select the color." +#~ msgstr "" +#~ "Erabili eskuineko botoia, Aukeratu kolorea " +#~ "elkarrizketa-koadroa irekitzeko eta kolorea hautatzeko." + +#~ msgid "" +#~ "If you select a gradient, there will be two buttons for the color " +#~ "chooser. The one on the left is the starting point of the gradient, the " +#~ "one on the right the end point." +#~ msgstr "" +#~ "Gradiente bat hautatzen baduzu, bi botoi egongo dira kolore-" +#~ "hautatzailearentzat. Ezkerrekoa gradientearen hasiera-puntua da, eta " +#~ "eskuinekoa amaiera-puntua." + +#~ msgid "" +#~ "To fill the background with a color or gradient: " +#~ msgstr "" +#~ "Atzeko planoa kolore edo gradiente batekin betetzea: " + +#~ msgid "Plugins" +#~ msgstr "Pluginak" + +#~ msgid "" +#~ "Brasero can use different plugins to perform " +#~ "different tasks. There are several plugins you can choose from." +#~ msgstr "" +#~ "Brasero aplikazioak hainbat motatako pluginak " +#~ "erabil ditzake hainbat motatako zereginak egiteko. Hainbat pluginen " +#~ "artean hauta dezakezu." + +#~ msgid "" +#~ "To view the available plugins, choose EditPlugins. The plugins that " +#~ "you can use are:" +#~ msgstr "" +#~ "Erabil daitezkeen pluginak ikusteko, aukeratu " +#~ "EditatuPluginak. Plugin hauek erabil ditzakezu:" + +#~ msgid "Plugin Name" +#~ msgstr "Pluginaren izena" + +#~ msgid "Description" +#~ msgstr "Azalpena" + +#~ msgid "CD/DVD Creator Folder" +#~ msgstr "CD/DVD sortzailearen karpeta" + +#~ msgid "CD/DVD Creator" +#~ msgstr "CD/DVD sortzailea" + +#~ msgid "Nautilus" +#~ msgstr "Nautilus" + +#~ msgid "" +#~ "Enalbes to burn files stored in the " +#~ "folder of ." +#~ msgstr "" +#~ " (e)ko karpetan " +#~ "gordetako fitxategiak grabatzeko gaitzen du." + +#~ msgid "File Checksum" +#~ msgstr "Fitxategien kontrol-batura" + +#~ msgid "Enables to check the integrity of files." +#~ msgstr " fitxategien osotasuna egiaztatzeko gaitzen du." + +#~ msgid "File Downloader" +#~ msgstr "Fitxategien deskargatzailea" + +#~ msgid "Enables to burn files which are not stored locally." +#~ msgstr "" +#~ " lokalki gordeta ez dauden fitxategiak grabatzeko gaitzen " +#~ "du." + +#~ msgid "Image Checksum" +#~ msgstr "Irudien kontrol-batura" + +#~ msgid "" +#~ "Enables to perform integrity checks on discs after they " +#~ "have been burnt. Also enables the writing of a small file which holds the " +#~ "MD5 sum of all the files on the disc." +#~ msgstr "" +#~ " diskoak grabatu ondoren haien osotasuna egiaztatzeko " +#~ "gaitzen du. Halaber, diskoko fitxategi guztien MD5 batura barne hartzen " +#~ "duen fitxategi bat idazteko gaitzen du." + +#~ msgid "Normalize" +#~ msgstr "Normalizatu" + +#~ msgid "" +#~ "Enables to set consistent sound levels between tracks." +#~ msgstr "" +#~ " pisten arteko soinu-maila koherenteak ezartzeko gaitzen " +#~ "du." + +#~ msgid "" +#~ "To enable or disable a plugin, select the check box next to its name in " +#~ "the Enabled column." +#~ msgstr "" +#~ "Plugin bat gaitzeko edo desgaitzeko, hautatu izenaren ondoan duen kontrol-" +#~ "laukia Gaituta zutabean." + +#~ msgid "" +#~ "Select one of the two plugins and click on Configure." +#~ msgstr "" +#~ "Hautatu bi pluginetako bat, eta egin klik Konfiguratu botoian." + +#~ msgid "MD5" +#~ msgstr "MD5" + +#~ msgid "SHA1" +#~ msgstr "SHA1" + +#~ msgid "SHA256" +#~ msgstr "SHA256" + +#~ msgid "" +#~ "From the Hashing algorithm to be used drop-down list " +#~ "select the algorithm you want to use. The possible values are: " +#~ "" +#~ msgstr "" +#~ "Erabili beharreko hash algoritmoa goitibeherako " +#~ "zerrendatik, hautatu erabili nahi duzun algoritmoa. Hauek dira balio " +#~ "posibleak: " + +#~ msgid "" +#~ "With the File Checksum and Image Checksum plugins you can choose which algorithm to use: " +#~ msgstr "" +#~ "Fitxategien kontrol-batura eta Irudien " +#~ "kontrol-batura pluginekin, erabili nahi duzun algoritmoa " +#~ "aukera dezakezu: " + +#~ msgid "" +#~ "In order to use some of the plugins listed here, it may be necessary to " +#~ "install further applications on your system. See your operating system " +#~ "documentation for more information." +#~ msgstr "" +#~ "Hemen zerrendatutako pluginetako batzuk erabiltzeko, beharrezkoa izan " +#~ "liteke sisteman beste aplikazio batzuk instalatzea. Ikus sistema " +#~ "eragilearen dokumentazioa informazio gehiago izateko." diff -Nru brasero-3.12.2/help/eu/index.page brasero-3.12.3/help/eu/index.page --- brasero-3.12.2/help/eu/index.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/index.page 2021-09-20 08:05:28.000000000 +0000 @@ -1,21 +1,18 @@ - - <media type="image" src="figures/logo48.png" its:translate="no"/> - Brasero Help - + <media type="image" src="figures/logo48.png" its:translate="no"/> Brasero laguntza

- Create a new project + Sortu proiektu berria
- Troubleshooting + Arazoen ebazpena
- Other tools + Beste tresna batzuk
diff -Nru brasero-3.12.2/help/eu/introduction.page brasero-3.12.3/help/eu/introduction.page --- brasero-3.12.2/help/eu/introduction.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/introduction.page 2021-09-20 08:05:28.000000000 +0000 @@ -18,20 +18,20 @@

Brasero is an application for burning CDs and DVDs, designed to be easy to use, while providing all the tools necessary for burning.

-

With Brasero you can:

+

Brasero aplikazioarekin honakoak egin daitezke:

-

Burn data to CDs and DVDs

+

Datuak CD eta DVDetan grabatu

Burn audio CDs from digital audio files (such as OGG, FLAC and MP3)

-

CD eta DVDak kopiatzea

-

Create video DVDs or SVCDs

+

CD eta DVDak kopiatu

+

Bideoko DVDak edo SVCDak sortu

Irudi-fitxategiak sortzea eta dauden irudi-fitxategiak grabatzea

-

Erase CD-RWs and DVD-RWs

-

Diskoen eta disko-irudien osotasuna egiaztatzea

+

CD-RWs eta DVD-RWak ezabatu

+

Diskoen eta disko-irudien osotasuna egiaztatu

- The <gui>Brasero</gui> main window + <gui>Brasero</gui> aplikazioaren leiho nagusia
diff -Nru brasero-3.12.2/help/eu/prob-cd.page brasero-3.12.3/help/eu/prob-cd.page --- brasero-3.12.2/help/eu/prob-cd.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/prob-cd.page 2021-09-20 08:05:28.000000000 +0000 @@ -5,7 +5,7 @@ - My MP3s will not play in a DVD or CD player. + Nire MP3ak ez dira erreproduzitzen DVD edo CD erreproduzigailu batean. Ekaterina Gerasimova kittykat3756@googlemail.com @@ -15,7 +15,7 @@ - CD will not play in a CD player + CDa ez da erreproduzitzen CD erreproduzigailu batean

If your CD is not playing in your CD player or stereo, it is probably because the music was not correctly written to the disc or because you used @@ -27,15 +27,15 @@ -

Older CD players might not be able to play CD-RWs.

+

CD erreproduzigailu zahar batzuek ez dituzte CD-RWak erreproduzitzen.

-

If you are using a CD-RW, blank the CD.

+

CD-RW bat erabiltzen ari bazara, hustu CD diskoa.

-

Rewrite the CD as an audio project.

+

Berridatzi CDa audio-proiektu gisa.

diff -Nru brasero-3.12.2/help/eu/prob-dvd.page brasero-3.12.3/help/eu/prob-dvd.page --- brasero-3.12.2/help/eu/prob-dvd.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/prob-dvd.page 2021-09-20 08:05:28.000000000 +0000 @@ -5,7 +5,7 @@ - I cannot write to a DVD-R or a DVD-RW. + Ezin du DVD-R edo DVD-RW batean idatzi. Ekaterina Gerasimova kittykat3756@googlemail.com @@ -15,7 +15,7 @@ - Problem creating a DVD + Arazoa DVD bat sortzean

Some types of DVD-Rs and DVD-RWs are not compatible with all burners. Check the following to find out if those can be used with your burner.

diff -Nru brasero-3.12.2/help/eu/project-audio.page brasero-3.12.3/help/eu/project-audio.page --- brasero-3.12.2/help/eu/project-audio.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/project-audio.page 2021-09-20 08:05:28.000000000 +0000 @@ -3,7 +3,7 @@ - Create an audio project. + Sortu audio-proiektu bat. Ekaterina Gerasimova kittykat3756@googlemail.com @@ -13,7 +13,7 @@ - Write a music CD + Idatzi musikako CD bat

Brasero can write audio files to a CD, which you can then use for playing in CD players and so on. It is usually best to @@ -37,10 +37,10 @@ project area.

-

Select the blank CD in the drop down list.

+

Hautatu CD hutsa goitibeherako zerrendan.

-

Click Burn... to continue.

+

Egin klik Grabatu... aukeran jarraitzeko.

Select the Burning speed from the drop down list, and any diff -Nru brasero-3.12.2/help/eu/project-data.page brasero-3.12.3/help/eu/project-data.page --- brasero-3.12.2/help/eu/project-data.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/project-data.page 2021-09-20 08:05:28.000000000 +0000 @@ -3,7 +3,7 @@ - Write data to a CD or DVD. + Idatzi datuak CD edo DVD batean. Ekaterina Gerasimova kittykat3756@googlemail.com @@ -13,7 +13,7 @@ - Create a data project + Sortu datu-proiektu bat

A data project is used for writing data (for example, files, photos or music) to a disc, without changing those files in any way. This can be useful @@ -43,10 +43,10 @@ project area.

-

Select the blank disc in the drop down list.

+

Hautatu disko hutsa goitibeherako zerrendan.

-

Click Burn... to continue.

+

Egin klik Grabatu... aukeran jarraitzeko.

Select the Burning speed from the drop down list, and any diff -Nru brasero-3.12.2/help/eu/project-disc-copy.page brasero-3.12.3/help/eu/project-disc-copy.page --- brasero-3.12.2/help/eu/project-disc-copy.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/project-disc-copy.page 2021-09-20 08:05:28.000000000 +0000 @@ -3,7 +3,7 @@ - Create an identical copy of a disc. + Sortu disko baten kopia berdin bat. Ekaterina Gerasimova kittykat3756@googlemail.com @@ -13,7 +13,7 @@ - Copy disc + Kopiatu diskoa diff -Nru brasero-3.12.2/help/eu/project-image-burn.page brasero-3.12.3/help/eu/project-image-burn.page --- brasero-3.12.2/help/eu/project-image-burn.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/project-image-burn.page 2021-09-20 08:05:28.000000000 +0000 @@ -21,7 +21,7 @@ - Burn image + Grabatu irudia

Brasero allows you to burn disc images to a CD or DVD. It supports the following extensions of optical disc images: .iso, @@ -34,7 +34,7 @@ disc.

-

To burn a disc image to a CD or DVD, follow these steps:

+

Disko-irudi bat CD edo DVD batean grabatzeko, jarraitu honako urratsak:

Click Burn image on the start page or select diff -Nru brasero-3.12.2/help/eu/project-save.page brasero-3.12.3/help/eu/project-save.page --- brasero-3.12.2/help/eu/project-save.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/project-save.page 2021-09-20 08:05:28.000000000 +0000 @@ -6,7 +6,7 @@ - Save a project for editing or burning later. + Gorde proiektu bat geroago editatzeko edo grabatzeko. Ekaterina Gerasimova kittykat3756@googlemail.com @@ -16,18 +16,17 @@ - Save a project + Gorde proiektua

You can save an audio, a data or a video project in Brasero for editing or burning later.

-

Create the project and add the files you wish to use to the project.

+

Sortu proiektu bat eta gehitu erabili nahi dituzun fitxategiak.

-

Click ProjectSave to save the - project.

+

Egin klik ProiektuaGorde aukerara proiektua gordetzeko.

Enter the name you wish to save the project under, then click diff -Nru brasero-3.12.2/help/eu/project-video.page brasero-3.12.3/help/eu/project-video.page --- brasero-3.12.2/help/eu/project-video.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/project-video.page 2021-09-20 08:05:28.000000000 +0000 @@ -5,7 +5,7 @@ 3 - Write a video to a DVD or SVCD. + Idatzi bideo bat DVD edo SVCD batean. Ekaterina Gerasimova kittykat3756@googlemail.com @@ -15,7 +15,7 @@ - Create a video project + Sortu bideo-proiektu bat

Brasero can be used to create video discs for playing in a DVD player or laptop.

@@ -37,10 +37,10 @@ project area.

-

Select the blank disc in the drop down list.

+

Hautatu disko hutsa goitibeherako zerrendan.

-

Click Burn... to continue.

+

Egin klik Grabatu... aukeran jarraitzeko.

Select the Burning speed from the drop down list, and any diff -Nru brasero-3.12.2/help/eu/split-track.page brasero-3.12.3/help/eu/split-track.page --- brasero-3.12.2/help/eu/split-track.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/split-track.page 2021-09-20 08:05:28.000000000 +0000 @@ -5,7 +5,7 @@ - Split an audio project track into multiple tracks. + Zatitu audio proiektu baten pista pista anitzetan. Ekaterina Gerasimova kittykat3756@googlemail.com @@ -15,14 +15,13 @@ - Split an audio track + Zatitu audio-pista bat -

You can split a single audio track into multiple tracks when you put - together an audio project.

+

Audio-pista bat zatitu eta pista anitz sortu daitezke audio-proiektu batekin lan egiten denean.

-

Start an audio project and add the tracks you wish to use.

+

Hasi audio-proiektu bat eta gehitu erabili nahi dituzun pistak.

Select the track you wish to split by clicking on it, then click either @@ -30,7 +29,7 @@ the track and select Split Track… from the menu.

-

Select your preferred method of splitting the tracks:

+

Hautatu pistak zatitzeko erabili nahi duzun metodo hobetsia:

Zatitu pista eskuz @@ -38,12 +37,12 @@ section of the track manually.

- Split track in parts with a fixed length + Zatitu pista luzera bereko zatietan

Use this method to split the track into multiple sections of equal length.

- Split track in a fixed number of parts + Zatitu pista zati kopuru finko bat sortuz

This method allows you to split the track into a set number of sections, all of which will be of the same length.

diff -Nru brasero-3.12.2/help/eu/tools-blank.page brasero-3.12.3/help/eu/tools-blank.page --- brasero-3.12.2/help/eu/tools-blank.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/tools-blank.page 2021-09-20 08:05:28.000000000 +0000 @@ -13,31 +13,31 @@ - Blank a disc + Hustu diskoa

You can prepare a rewritable disc, with existing data on it, for writing by blanking it.

-

Select ToolsBlank....

+

Hautatu TresnakHustu....

If you have more than one disc drive with a rewritable disc in it, you can select which disc to rewrite under Select a disc.

-

You can select Fast blanking to blank the CD quicker.

+

Huste bizkorra erabili daiteke CDa azkarrago husteko.

If you have problems writing to a disc which you fast blanked, try disabling fast blanking and blank it again.

-

Click Blank to continue.

+

Egin klik Hustu aukeran jarraitzeko.

-

The disc may be ejected when the blanking is complete.

+

Diskoa agian kanporatu egingo da hustea amaitzen denean.

diff -Nru brasero-3.12.2/help/eu/tools-check-integrity.page brasero-3.12.3/help/eu/tools-check-integrity.page --- brasero-3.12.2/help/eu/tools-check-integrity.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/eu/tools-check-integrity.page 2021-09-20 08:05:28.000000000 +0000 @@ -17,7 +17,7 @@ - Check disc integrity + Egiaztatu diskoaren osotasuna

After burning a CD/DVD by using Brasero, you can check its integrity to make sure that the files in the disc are not corrupted.

@@ -26,7 +26,7 @@

Select ToolsCheck Integrity....

-

You can select the option Use an MD5 file to check the disk. if you prefer it.

+

You can select the option Use an MD5 file to check the disc if you prefer it.

An MD5 (Message-Digest Algorithm 5) is a cryptographic hash function widely used for checking data integrity.

diff -Nru brasero-3.12.2/help/fi/tools-check-integrity.page brasero-3.12.3/help/fi/tools-check-integrity.page --- brasero-3.12.2/help/fi/tools-check-integrity.page 2017-07-31 16:38:20.000000000 +0000 +++ brasero-3.12.3/help/fi/tools-check-integrity.page 2021-09-20 08:05:28.000000000 +0000 @@ -26,7 +26,7 @@

Select ToolsCheck Integrity....

-

You can select the option Use an MD5 file to check the disk. if you prefer it.

+

You can select the option Use an MD5 file to check the disc if you prefer it.

An MD5 (Message-Digest Algorithm 5) is a cryptographic hash function widely used for checking data integrity.

diff -Nru brasero-3.12.2/help/fr/create-cover.page brasero-3.12.3/help/fr/create-cover.page --- brasero-3.12.2/help/fr/create-cover.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/fr/create-cover.page 2021-09-20 08:05:28.000000000 +0000 @@ -9,7 +9,7 @@ kittykat3756@googlemail.com
-

Creative Commons Share Alike 3.0

+

Creative Commons Paternité-Partage des Conditions Initiales à l’Identique 3.0

@@ -31,34 +31,34 @@ - Création d'une pochette + Création d’une pochette

Vous pouvez utiliser Brasero pour créer la jaquette de votre boîtier. Accédez au créateur depuis Outils Éditeur de pochette.

-

Si vous créez un projet audio et que vous avez fini d'assembler le projet avant de créer une pochette, alors lorsque vous accédez à l'interface Éditeur de pochette depuis la fenêtre principale du projet audio, les pistes seront automatiquement inscrites sur la face arrière.

+

Si vous créez un projet audio et que vous avez fini d’assembler le projet avant de créer une pochette, alors lorsque vous accédez à l’interface Éditeur de pochette depuis la fenêtre principale du projet audio, les pistes seront automatiquement inscrites sur la face arrière.

-

Si vous fermez l'Éditeur de pochette, vos modifications seront perdues.

+

Si vous fermez l’Éditeur de pochette, vos modifications seront perdues.

-

Ouvrez l'Éditeur de pochette

+

Ouvrez l’Éditeur de pochette.

Choisissez le format que vous souhaitez utiliser pour le texte et saisissez-le, faites défiler vers le bas pour voir le côté et la face arrière du boîtier.

-

Lorsque la fenêtre de l'Éditeur de pochette s'ouvre, vous ne pouvez pas cliquer sur l'une des options de formatage de texte. Cliquez sur la pochette que vous voulez modifier pour pouvoir les utiliser.

+

Lorsque la fenêtre de l’Éditeur de pochette s’ouvre, vous ne pouvez pas cliquer sur l’une des options de formatage de texte. Cliquez sur la pochette que vous voulez modifier pour pouvoir les utiliser.

-

Cliquez sur l’icône Propriétés d'arrière-plan dans la barre d'outils pour ajouter une image d'arrière-plan à la pochette actuelle, ou faites un clic droit sur la pochette à modifier et sélectionnez Définir les propriétés d'arrière-plan. Vous pouvez choisir d'utiliser un arrière-plan coloré ou sélectionner une image d'arrière-plan.

+

Cliquez sur l’icône Propriétés d’arrière-plan dans la barre d’outils pour ajouter une image d’arrière-plan à la pochette actuelle, ou faites un clic droit sur la pochette à modifier et sélectionnez Définir les propriétés d’arrière-plan. Vous pouvez choisir d’utiliser un arrière-plan coloré ou sélectionner une image d’arrière-plan.

-

Si vous sélectionnez une image d'arrière-plan centrée, parfois Brasero s'arrête brutalement quand vous cliquez sur le bouton Fermer.

+

Si vous sélectionnez une image d’arrière-plan centrée, parfois Brasero s’arrête brutalement quand vous cliquez sur le bouton Fermer.

-

Cliquez sur Fermer pour appliquer les changements et fermer les Propriétés d'arrière-plan.

+

Cliquez sur Fermer pour appliquer les changements et fermer les Propriétés d’arrière-plan.

Pour imprimer la pochette, utilisez le bouton Imprimer qui est situé dans le coin supérieur droit de la boîte de dialogue.

Binary files /tmp/tmp2p2ykv0p/zkwR6qHVJf/brasero-3.12.2/help/fr/figures/brasero-main-window.png and /tmp/tmp2p2ykv0p/GmyjyRX4Vg/brasero-3.12.3/help/fr/figures/brasero-main-window.png differ diff -Nru brasero-3.12.2/help/fr/fr.po brasero-3.12.3/help/fr/fr.po --- brasero-3.12.2/help/fr/fr.po 2014-08-21 12:30:51.000000000 +0000 +++ brasero-3.12.3/help/fr/fr.po 2021-09-17 11:27:28.000000000 +0000 @@ -2,25 +2,26 @@ # Copyright © 2008-2011 Free Software Foundation, Inc. # This file is distributed under the same license as the brasero documentation package. # -# # Bruno Brouard , 2008-2011. # Claude Paroz , 2008-2009. # Nicolas Repentin , 2009. # Æzaerth , 2011. # Mickael Albertus , 2013. +# Charles Monzat , 2018-2020. # msgid "" msgstr "" "Project-Id-Version: brasero help fr\n" -"POT-Creation-Date: 2014-03-31 15:05+0000\n" -"PO-Revision-Date: 2014-03-31 18:43+0200\n" -"Last-Translator: Mickael Albertus \n" +"POT-Creation-Date: 2020-09-03 17:23+0000\n" +"PO-Revision-Date: 2020-09-04 15:04+0200\n" +"Last-Translator: Charles Monzat \n" "Language-Team: GNOME French Team \n" -"Language: \n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n>1;\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Gtranslator 3.36.0\n" #. Put one translator per line, in the form NAME , YEAR1, YEAR2 msgctxt "_" @@ -52,12 +53,13 @@ #: C/project-save.page:16 C/project-video.page:16 C/split-track.page:15 #: C/tools-blank.page:13 C/tools-check-integrity.page:17 msgid "Creative Commons Share Alike 3.0" -msgstr "Creative Commons Share Alike 3.0" +msgstr "" +"Creative Commons Paternité-Partage des Conditions Initiales à l’Identique 3.0" #. (itstool) path: page/title #: C/create-cover.page:17 msgid "Create a cover" -msgstr "Création d'une pochette" +msgstr "Création d’une pochette" #. (itstool) path: page/p #: C/create-cover.page:19 @@ -78,8 +80,8 @@ "interface from the audio project window, the tracks will automatically be " "listed on the back cover." msgstr "" -"Si vous créez un projet audio et que vous avez fini d'assembler le projet " -"avant de créer une pochette, alors lorsque vous accédez à l'interface " +"Si vous créez un projet audio et que vous avez fini d’assembler le projet " +"avant de créer une pochette, alors lorsque vous accédez à l’interface " "Éditeur de pochette depuis la fenêtre principale du projet audio, " "les pistes seront automatiquement inscrites sur la face arrière." @@ -87,13 +89,13 @@ #: C/create-cover.page:31 msgid "If you close the Cover Editor, your changes will be lost." msgstr "" -"Si vous fermez l'Éditeur de pochette, vos modifications seront " +"Si vous fermez l’Éditeur de pochette, vos modifications seront " "perdues." #. (itstool) path: item/p #: C/create-cover.page:36 msgid "Open the Cover Editor." -msgstr "Ouvrez l'Éditeur de pochette" +msgstr "Ouvrez l’Éditeur de pochette." #. (itstool) path: item/p #: C/create-cover.page:39 @@ -112,8 +114,8 @@ "to click on any of the text formatting options. Click on the cover you want " "to work on to be able to use those." msgstr "" -"Lorsque la fenêtre de l'Éditeur de pochette s'ouvre, vous ne " -"pouvez pas cliquer sur l'une des options de formatage de texte. Cliquez sur " +"Lorsque la fenêtre de l’Éditeur de pochette s’ouvre, vous ne " +"pouvez pas cliquer sur l’une des options de formatage de texte. Cliquez sur " "la pochette que vous voulez modifier pour pouvoir les utiliser." #. (itstool) path: item/p @@ -124,11 +126,11 @@ "select Set Background Properties. You can choose to use a colored " "background or to select a background image." msgstr "" -"Cliquez sur l’icône Propriétés d'arrière-plan dans la barre " -"d'outils pour ajouter une image d'arrière-plan à la pochette actuelle, ou " +"Cliquez sur l’icône Propriétés d’arrière-plan dans la barre " +"d’outils pour ajouter une image d’arrière-plan à la pochette actuelle, ou " "faites un clic droit sur la pochette à modifier et sélectionnez Définir " -"les propriétés d'arrière-plan. Vous pouvez choisir d'utiliser un " -"arrière-plan coloré ou sélectionner une image d'arrière-plan." +"les propriétés d’arrière-plan. Vous pouvez choisir d’utiliser un " +"arrière-plan coloré ou sélectionner une image d’arrière-plan." #. (itstool) path: note/p #: C/create-cover.page:53 @@ -136,8 +138,8 @@ "If you select a centered background image, Brasero sometimes " "crashes when you click the Close button." msgstr "" -"Si vous sélectionnez une image d'arrière-plan centrée, parfois Brasero s'arrête brutalement quand vous cliquez sur le bouton Fermer." +"Si vous sélectionnez une image d’arrière-plan centrée, parfois Brasero s’arrête brutalement quand vous cliquez sur le bouton Fermer." #. (itstool) path: item/p #: C/create-cover.page:56 @@ -146,7 +148,7 @@ "Background Properties dialog." msgstr "" "Cliquez sur Fermer pour appliquer les changements et fermer les " -"Propriétés d'arrière-plan." +"Propriétés d’arrière-plan." #. (itstool) path: item/p #: C/create-cover.page:60 @@ -163,38 +165,24 @@ msgstr "<_:media-1/> Manuel de Brasero" #. (itstool) path: section/title -#: C/index.page:9 +#: C/index.page:12 msgid "Create a new project" -msgstr "Création d'un nouveau projet" +msgstr "Création d’un nouveau projet" #. (itstool) path: section/title -#: C/index.page:13 +#: C/index.page:16 msgid "Troubleshooting" msgstr "Dépannage" #. (itstool) path: section/title -#: C/index.page:17 +#: C/index.page:20 msgid "Other tools" msgstr "Autres outils" -#. (itstool) path: media -#. This is a reference to an external file such as an image or video. When -#. the file changes, the md5 hash will change to let you know you need to -#. update your localized copy. The msgstr is not used at all. Set it to -#. whatever you like once you have updated your copy of the file. -#: C/introduction.page:36 -msgctxt "_" -msgid "" -"external ref='figures/brasero-main-window.png' " -"md5='11e5cc148d7c8c8dc0c63e68b2f611f3'" -msgstr "" -"external ref='figures/brasero-main-window.png' " -"md5='11e5cc148d7c8c8dc0c63e68b2f611f3'" - #. (itstool) path: info/desc #: C/introduction.page:7 msgid "Introduction to the Brasero disc burning application." -msgstr "Introduction à l'application de gravure de disque Brasero." +msgstr "Introduction à l’application de gravure de disque Brasero." #. (itstool) path: page/title #: C/introduction.page:17 @@ -250,13 +238,27 @@ #. (itstool) path: item/p #: C/introduction.page:31 msgid "Check the integrity of discs and disc images" -msgstr "vérifier l'intégrité de disques et d'images de disques." +msgstr "vérifier l’intégrité de disques et d’images de disques." #. (itstool) path: figure/title #: C/introduction.page:35 msgid "The Brasero main window" msgstr "La fenêtre principale de Brasero" +#. (itstool) path: figure/media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/introduction.page:36 +msgctxt "_" +msgid "" +"external ref='figures/brasero-main-window.png' " +"md5='cd9679619426233b5f58a69e6f34398b'" +msgstr "" +"external ref='figures/brasero-main-window.png' " +"md5='ebc94dc3e2022759abcaf555d4a6f5fe'" + #. (itstool) path: info/desc #: C/prob-cd.page:9 msgid "My MP3s will not play in a DVD or CD player." @@ -274,10 +276,10 @@ "because the music was not correctly written to the disc or because you used " "a data project to write the music to the CD instead of an audio project." msgstr "" -"Si votre CD ne lance pas dans votre lecteur de CD ou n'est pas en stéréo, " -"c'est probablement parce que la musique n'a pas été correctement gravée sur " +"Si votre CD ne se lance pas dans votre lecteur de CD ou n’est pas en stéréo, " +"c’est probablement parce que la musique n’a pas été correctement gravée sur " "le disque ou parce que vous avez utilisé un projet de données pour graver la " -"musique sur le CD au lieu d'un projet audio." +"musique sur le CD au lieu d’un projet audio." #. (itstool) path: note/p #: C/prob-cd.page:26 @@ -313,7 +315,7 @@ #. (itstool) path: page/title #: C/prob-dvd.page:19 msgid "Problem creating a DVD" -msgstr "Problème lors de la création d'un DVD" +msgstr "Problème lors de la création d’un DVD" #. (itstool) path: page/p #: C/prob-dvd.page:21 @@ -332,8 +334,8 @@ "\"multi\", that usually indicates that it accepts both. Check your disc to " "see if it is the same as the DVD drive." msgstr "" -"Vérifiez si votre lecteur DVD accepte les disques DVD+ ou DVD- ; s'il est " -"marquée d'un « multi », cela indique généralement qu'il accepte les deux. " +"Vérifiez si votre lecteur DVD accepte les disques DVD+ ou DVD- ; s’il est " +"marqué d’un « multi », cela indique généralement qu’il accepte les deux. " "Vérifiez que votre disque est du même type que le lecteur DVD." #. (itstool) path: item/p @@ -352,19 +354,19 @@ "before. If you are using a DVD-RW, try blanking it before you attempt to " "write to it." msgstr "" -"Si vous essayez d'utiliser un DVD-R, vérifiez qu'il n'a pas été déjà gravé " -"auparavant. Si vous utilisez un DVD-RW, essayez de l'effacer avant de tenter " -"d'y écrire." +"Si vous essayez d’utiliser un DVD-R, vérifiez qu’il n’a pas été déjà gravé " +"auparavant. Si vous utilisez un DVD-RW, essayez de l’effacer avant de tenter " +"d’y écrire." #. (itstool) path: info/desc #: C/project-audio.page:7 msgid "Create an audio project." -msgstr "Création d'un projet audio." +msgstr "Créer un projet audio." #. (itstool) path: page/title #: C/project-audio.page:17 msgid "Write a music CD" -msgstr "Gravure d'un CD de musique" +msgstr "Gravure d’un CD de musique" #. (itstool) path: page/p #: C/project-audio.page:19 @@ -375,8 +377,8 @@ msgstr "" "Brasero peut graver des fichiers audio sur un CD, que vous pouvez " "ensuite utiliser dans des lecteurs CD ou autres. Il est généralement " -"préférable d'utiliser un CD non ré-inscriptible car tous les lecteurs de CD " -"ne lisent pas les CD ré-inscriptibles." +"préférable d’utiliser un CD non réinscriptible car tous les lecteurs de CD " +"ne lisent pas les CD réinscriptibles." #. (itstool) path: item/p #: C/project-audio.page:26 @@ -398,7 +400,7 @@ "Files." msgstr "" "Pour ajouter des fichiers audio au projet, cliquez sur Ajouter " -"dans la barre d'outils et sélectionner les fichiers. Vous pouvez aussi " +"dans la barre d’outils et sélectionner les fichiers. Vous pouvez aussi " "ajouter des fichiers par glisser-déposer dans la fenêtre du projet ou en " "cliquant sur ÉditionAjouter des fichiers." @@ -420,7 +422,7 @@ #. (itstool) path: item/p #: C/project-audio.page:44 C/project-data.page:50 C/project-video.page:45 msgid "Click Burn... to continue." -msgstr "Cliquez sur Graver... pour continuer." +msgstr "Cliquez sur Graver pour continuer." #. (itstool) path: item/p #: C/project-audio.page:47 C/project-data.page:53 C/project-video.page:48 @@ -449,7 +451,7 @@ "Pause button." msgstr "" "Vous pouvez aussi diviser des pistes individuelles en plusieurs pistes en " -"utilisant l'outil Diviser et ajouter une pause de deux secondes " +"utilisant l’outil Diviser et ajouter une pause de deux secondes " "après une piste en utilisant le bouton Silence." #. (itstool) path: info/desc @@ -460,7 +462,7 @@ #. (itstool) path: page/title #: C/project-data.page:17 msgid "Create a data project" -msgstr "Création d'un projet de données" +msgstr "Création d’un projet de données" #. (itstool) path: page/p #: C/project-data.page:19 @@ -494,7 +496,7 @@ "gui>Add Files." msgstr "" "Pour ajouter des fichiers au projet, cliquez sur Ajouter dans la " -"barre d'outils et sélectionnez les fichiers. Vous pouvez aussi les glisser-" +"barre d’outils et sélectionnez les fichiers. Vous pouvez aussi les glisser-" "déposer dans la fenêtre principale du projet ou cliquez sur " "ÉditionAjouter des fichiers." @@ -508,9 +510,9 @@ msgstr "" "Vous pouvez créer des dossiers sur le CD pour stocker vos données de manière " "plus structurée. Pour créer un dossier, cliquez sur Nouveau dossier dans la barre d'outils ou sélectionnez Édition dans la barre d’outils ou sélectionnez ÉditionNouveau dossier dans la barre de menu. Vous pouvez " -"également créer des dossiers dans d'autres dossiers." +"également créer des dossiers dans d’autres dossiers." #. (itstool) path: item/p #: C/project-data.page:43 C/project-video.page:38 @@ -526,15 +528,16 @@ msgid "Select the blank disc in the drop down list." msgstr "Sélectionnez le disque vierge dans la liste déroulante." +# Point final justifié dans la traduction (Charles). #. (itstool) path: item/p #: C/project-data.page:57 msgid "" "Click Burn to burn a single CD of the project or Burn " "Several Copies to burn your project to multiple CDs" msgstr "" -"Cliquez sur Graver pour écrire le projet sur un seul disque ou " -"Graver plusieurs copies pour écrire le projet sur plusieurs " -"disques" +"Cliquez sur Graver pour écrire le projet sur un seul disque ou " +"Graver plusieurs copies pour écrire le projet sur plusieurs " +"disques." #. (itstool) path: note/p #: C/project-data.page:60 @@ -542,8 +545,8 @@ "If you are using a rewritable disc, which already contains data, you will be " "asked if you want to blank it or insert a different disc." msgstr "" -"Si vous utilisez un disque ré-inscriptible, contenant déjà des données, il " -"vous sera demandé si vous voulez l'effacer ou insérer un autre disque." +"Si vous utilisez un disque réinscriptible, contenant déjà des données, il " +"vous sera demandé si vous voulez l’effacer ou insérer un autre disque." #. (itstool) path: page/p #: C/project-data.page:66 @@ -552,19 +555,19 @@ "it, you may need to do a full (non-fast) blank of the disc before trying " "again." msgstr "" -"Si vous utilisez un disque ré-inscriptible et que les données ne sont pas " +"Si vous utilisez un disque réinscriptible et que les données ne sont pas " "gravées correctement, vous pouvez avoir besoin de faire un effacement " -"complet (non rapide) du disque avant d'essayer à nouveau." +"complet (non rapide) du disque avant d’essayer à nouveau." #. (itstool) path: info/desc #: C/project-disc-copy.page:7 msgid "Create an identical copy of a disc." -msgstr "Créer une copie identique d'un disque." +msgstr "Créer une copie identique d’un disque." #. (itstool) path: page/title #: C/project-disc-copy.page:17 msgid "Copy disc" -msgstr "Copie d'un disque" +msgstr "Copie d’un disque" #. (itstool) path: item/p #: C/project-disc-copy.page:21 @@ -575,7 +578,7 @@ msgstr "" "Cliquez sur Copier un disque dans la fenêtre principale ou " "choisissez ProjetNouveau projetCopier un " -"disque...." +"disque." #. (itstool) path: item/p #: C/project-disc-copy.page:26 @@ -584,7 +587,7 @@ "Select disc to copy. If you have more than one disc drive, all " "discs which are currently in them should be listed." msgstr "" -"Sélectionner le disque que vous voulez copier dans la liste déroulante en " +"Sélectionnez le disque que vous voulez copier dans la liste déroulante en " "dessous de Choisissez le disque à copier. Si vous avez plusieurs " "lecteurs contenant un disque, ils devraient apparaître dans cette liste." @@ -604,7 +607,7 @@ "custom options." msgstr "" "Cliquez sur Propriétés pour sélectionner la vitesse de gravure et " -"d'autres options de personnalisation." +"d’autres options de personnalisation." #. (itstool) path: item/p #: C/project-disc-copy.page:39 @@ -613,7 +616,7 @@ "Copies, if you plan to make more than one copy of the disc." msgstr "" "Cliquez sur Copier pour démarrer la copie du disque, ou " -"Créer plusieurs copies, si vous voulez faire plus d'une copie du " +"Créer plusieurs copies, si vous voulez faire plus d’une copie du " "disque." #. (itstool) path: note/p @@ -623,7 +626,7 @@ "to replace the disc you are copying with a writable one after the contents " "are copied temporarily to your hard disk." msgstr "" -"Si vous copiez le disque en n'ayant qu'un seul lecteur de disque, il vous " +"Si vous copiez le disque en n’ayant qu’un seul lecteur de disque, il vous " "est demandé de remplacer le disque à copier par celui à graver, après que " "son contenu a été copié temporairement sur votre disque dur." @@ -640,7 +643,7 @@ #. (itstool) path: page/title #: C/project-image-burn.page:25 msgid "Burn image" -msgstr "Gravure d'images" +msgstr "Gravure d’images" #. (itstool) path: page/p #: C/project-image-burn.page:27 @@ -650,7 +653,7 @@ ".toc and .cue." msgstr "" "Brasero vous permet de graver des images de disque sur un CD ou " -"un DVD. Il prend en charge les extensions d'images de disque optique " +"un DVD. Il prend en charge les extensions d’images de disque optique " "suivantes : .iso, .toc et .cue." #. (itstool) path: note/p @@ -662,9 +665,9 @@ "disc." msgstr "" "Les images disque sont des fichiers archives qui contiennent toutes les " -"données qui sont sur un CD ou un DVD. Il ne peut y avoir qu'une seule image " +"données qui sont sur un CD ou un DVD. Il ne peut y avoir qu’une seule image " "disque à la fois sur un CD, mais chaque archive peut contenir autant de " -"données que vous voulez dès l'instant où cela rentre sur le disque." +"données que vous voulez dès l’instant où cela rentre sur le disque." #. (itstool) path: page/p #: C/project-image-burn.page:38 @@ -680,7 +683,7 @@ msgstr "" "Cliquez sur Graver une image dans la fenêtre principale ou " "choisissez ProjetNouveau projetGraver une " -"image... ." +"image." #. (itstool) path: item/p #: C/project-image-burn.page:46 @@ -698,7 +701,7 @@ "disc to write to. If you have more than one disc drive, all discs " "which are currently in them should be listed." msgstr "" -"Sélectionner le disque que vous voulez utiliser dans la liste déroulante en " +"Sélectionnez le disque que vous voulez utiliser dans la liste déroulante en " "dessous de Choisissez un disque à graver. Si vous avez plusieurs " "lecteurs de disques, tous les disques actuellement chargés devraient " "apparaître dans cette liste." @@ -710,7 +713,7 @@ "remain on the disc after burning." msgstr "" "Après avoir sélectionné le disque, Brasero affiche combien " -"d'espace libre il reste sur le disque après la gravure." +"d’espace libre il reste sur le disque après la gravure." #. (itstool) path: item/p #: C/project-image-burn.page:61 @@ -718,9 +721,9 @@ "Click Burn to start burning the image. After this operation you " "can either finish burning or make the other copy of the image." msgstr "" -"Cliquez sur Graver pour démarrer la gravure de l'image. Après " +"Cliquez sur Graver pour démarrer la gravure de l’image. Après " "cette opération vous pouvez soit arrêter de graver ou faire une autre copie " -"de l'image." +"de l’image." #. (itstool) path: note/p #: C/project-image-burn.page:64 @@ -728,8 +731,8 @@ "If you are using a re-writable disc, which already contains data, you will " "be asked if you want to blank it or insert a different disc." msgstr "" -"Si vous utilisez un disque ré-inscriptible, contenant déjà des données, il " -"vous est demandé si vous voulez l'effacer ou insérer un autre disque." +"Si vous utilisez un disque réinscriptible, contenant déjà des données, il " +"vous est demandé si vous voulez l’effacer ou insérer un autre disque." #. (itstool) path: info/desc #: C/project-save.page:10 @@ -739,7 +742,7 @@ #. (itstool) path: page/title #: C/project-save.page:20 msgid "Save a project" -msgstr "Enregistrement d'un projet" +msgstr "Enregistrement d’un projet" #. (itstool) path: page/p #: C/project-save.page:22 @@ -780,7 +783,7 @@ "There are a number of ways which can be used for opening a saved " "Brasero project by:" msgstr "" -"Il y a de nombreuses façons d'ouvrir un projet Brasero " +"Il y a de nombreuses façons d’ouvrir un projet Brasero " "sauvegardé :" #. (itstool) path: item/p @@ -820,7 +823,7 @@ "will be focused." msgstr "" "Une seule instance de Brasero peut être ouverte à la fois. Si " -"vous essayez d'ouvrir une seconde instance, la fenêtre actuellement ouverte " +"vous essayez d’ouvrir une seconde instance, la fenêtre actuellement ouverte " "de Brasero aura le focus." #. (itstool) path: note/p @@ -830,8 +833,8 @@ "it from Files, the files will be added to the project that you " "are currently working on." msgstr "" -"Si Brasero est déjà en cours d'exécution et que vous essayez " -"d'ouvrir certains fichiers avec ce logiciel à partir de l'application " +"Si Brasero est déjà en cours d’exécution et que vous essayez " +"d’ouvrir certains fichiers avec ce logiciel à partir de l’application " "Fichiers, ceux-ci seront ajoutés au projet sur lequel vous " "travaillez actuellement." @@ -846,7 +849,7 @@ "Si vous ouvrez un projet enregistré, Brasero va le traiter comme " "un nouveau projet : si vous voulez enregistrer une version actualisée du " "projet, il vous est demandé de saisir un nouveau nom, à ce stade vous pouvez " -"écraser l’ancienne version ou l'enregistrer en tant que nouveau projet sous " +"écraser l’ancienne version ou l’enregistrer en tant que nouveau projet sous " "un nom de fichier différent." # Cela arrive souvent qu'un nombre/chiffre se balade tout seul? @@ -864,7 +867,7 @@ #. (itstool) path: page/title #: C/project-video.page:20 msgid "Create a video project" -msgstr "Création d'un projet vidéo" +msgstr "Création d’un projet vidéo" #. (itstool) path: page/p #: C/project-video.page:22 @@ -895,19 +898,19 @@ "gui>." msgstr "" "Pour ajouter des vidéos au projet, cliquez sur Ajouter dans la " -"barre d'outils et sélectionnez les fichiers. Vous pouvez aussi ajouter des " +"barre d’outils et sélectionnez les fichiers. Vous pouvez aussi ajouter des " "fichiers par glisser-déposer dans la fenêtre du projet ou en cliquant sur " "ÉditionAjouter des fichiers." #. (itstool) path: info/desc #: C/split-track.page:9 msgid "Split an audio project track into multiple tracks." -msgstr "Diviser une piste d'un projet audio en plusieurs pistes." +msgstr "Diviser une piste d’un projet audio en plusieurs pistes." #. (itstool) path: page/title #: C/split-track.page:19 msgid "Split an audio track" -msgstr "Division d'une piste audio" +msgstr "Division d’une piste audio" #. (itstool) path: page/p #: C/split-track.page:21 @@ -916,7 +919,7 @@ "together an audio project." msgstr "" "Vous pouvez diviser une piste audio unique en plusieurs pistes quand vous " -"rassemblez les éléments d'un projet audio." +"rassemblez les éléments d’un projet audio." #. (itstool) path: item/p #: C/split-track.page:26 @@ -932,8 +935,8 @@ "the track and select Split Track… from the menu." msgstr "" "Sélectionnez la piste que vous voulez diviser en cliquant dessus, puis " -"cliquez sur ÉditionDiviser la piste… " -"ou faites un clic droit sur la piste et sélectionnez Diviser la piste…ÉditionDiviser la piste " +"ou faites un clic droit sur la piste et sélectionnez Diviser la piste dans le menu." #. (itstool) path: item/p @@ -965,7 +968,7 @@ msgid "" "Use this method to split the track into multiple sections of equal length." msgstr "" -"Utilisez cette méthode pour diviser la piste en plusieurs segments d'égale " +"Utilisez cette méthode pour diviser la piste en plusieurs segments d’égale " "longueur." #. (itstool) path: item/title @@ -994,7 +997,7 @@ "recording and to split the track at those points." msgstr "" "Choisissez cette méthode pour que Brasero détecte automatiquement " -"les silences dans les enregistrements et pour qu'il divise la piste à ces " +"les silences dans les enregistrements et pour qu’il divise la piste à ces " "endroits." #. (itstool) path: item/p @@ -1010,7 +1013,7 @@ "new section will be padded to make it 6 seconds long." msgstr "" "Si vous essayez de diviser une piste en segment de moins de six secondes, le " -"nouveau segment sera complété pour qu'il dure 6 secondes." +"nouveau segment sera complété pour qu’il dure 6 secondes." #. (itstool) path: item/p #: C/split-track.page:68 @@ -1031,19 +1034,19 @@ "Vous pouvez diviser et fusionner la même piste autant de fois que vous " "voulez, tant que la boîte de dialogue de division est affichée. Une fois que " "vous confirmez la séparation de la piste en cliquant sur ​​Valider, " -"vous ne serez plus en mesure de fusionner les segments que vous avez déjà " +"vous n’êtes plus en mesure de fusionner les segments que vous avez déjà " "séparés. Pour annuler les modifications, supprimez les segments séparés de " "la piste dans votre projet et ajoutez à nouveau la piste." #. (itstool) path: info/desc #: C/tools-blank.page:7 msgid "Erase a rewritable CD or DVD by blanking it." -msgstr "Effacer un CD ou un DVD ré-inscriptible." +msgstr "Effacer un CD ou un DVD réinscriptible." #. (itstool) path: page/title #: C/tools-blank.page:17 msgid "Blank a disc" -msgstr "Effacement d'un disque" +msgstr "Effacement d’un disque" #. (itstool) path: page/p #: C/tools-blank.page:19 @@ -1051,13 +1054,13 @@ "You can prepare a rewritable disc, with existing data on it, for writing by " "blanking it." msgstr "" -"Vous pouvez préparer un disque ré-inscriptible, contenant des données ou " -"pas, pour l'écriture en l'effaçant." +"Vous pouvez préparer un disque réinscriptible, contenant des données ou pas, " +"pour l’écriture en l’effaçant." #. (itstool) path: item/p #: C/tools-blank.page:24 msgid "Select ToolsBlank...." -msgstr "Sélectionnez OutilsEffacer...." +msgstr "Sélectionnez OutilsEffacer." #. (itstool) path: item/p #: C/tools-blank.page:27 @@ -1065,9 +1068,9 @@ "If you have more than one disc drive with a rewritable disc in it, you can " "select which disc to rewrite under Select a disc." msgstr "" -"Si vous avez plus d'un lecteur de disque contenant un disque ré-" -"inscriptible, vous pouvez sélectionner le disque à réécrire sous " -"Choisissez un disque." +"Si vous avez plus d’un lecteur de disque contenant un disque réinscriptible, " +"vous pouvez sélectionner le disque à réécrire sous Choisissez un " +"disque." #. (itstool) path: item/p #: C/tools-blank.page:31 @@ -1082,8 +1085,8 @@ "If you have problems writing to a disc which you fast blanked, try disabling " "fast blanking and blank it again." msgstr "" -"Si vous rencontrez des problèmes lors de l'écriture d'un disque effacé " -"rapidement, essayez de désactiver l'effacement rapide et réessayez à nouveau." +"Si vous rencontrez des problèmes lors de l’écriture d’un disque effacé " +"rapidement, essayez de désactiver l’effacement rapide et réessayez à nouveau." #. (itstool) path: item/p #: C/tools-blank.page:38 @@ -1093,12 +1096,12 @@ #. (itstool) path: item/p #: C/tools-blank.page:41 msgid "The disc may be ejected when the blanking is complete." -msgstr "Le disque est éjecté quand l'effacement est terminé." +msgstr "Le disque est éjecté quand l’effacement est terminé." #. (itstool) path: info/desc #: C/tools-check-integrity.page:7 msgid "You can test out a disc integrity after burning it." -msgstr "Vous pouvez tester l'intégrité d'un disque après sa gravure." +msgstr "Vous pouvez tester l’intégrité d’un disque après sa gravure." #. (itstool) path: credit/name #: C/tools-check-integrity.page:9 @@ -1108,7 +1111,7 @@ #. (itstool) path: page/title #: C/tools-check-integrity.page:21 msgid "Check disc integrity" -msgstr "Vérification de l'intégrité d'un disque" +msgstr "Vérification de l’intégrité d’un disque" #. (itstool) path: page/p #: C/tools-check-integrity.page:23 @@ -1124,7 +1127,7 @@ #: C/tools-check-integrity.page:27 msgid "Select ToolsCheck Integrity...." msgstr "" -"Sélectionnez OutilsVérifier l'intégrité…OutilsVérifier l’intégrité." #. (itstool) path: item/p @@ -1133,7 +1136,7 @@ "You can select the option Use an MD5 file to check the disk. if " "you prefer it." msgstr "" -"Vous pouvez sélectionner l'option Utiliser un fichier MD5 pour vérifier " +"Vous pouvez sélectionner l’option Utiliser un fichier MD5 pour vérifier " "le disque si vous préférez." #. (itstool) path: item/p @@ -1143,7 +1146,7 @@ "used for checking data integrity." msgstr "" "Un MD5 (Message-Digest Algorithm 5) est une fonction de hachage " -"cryptographique largement utilisée pour vérifier l'intégrité de données." +"cryptographique largement utilisée pour vérifier l’intégrité de données." #. (itstool) path: item/p #: C/tools-check-integrity.page:34 @@ -1152,14 +1155,14 @@ "the folder icon placed below." msgstr "" "Si vous choisissez cette option, vous devrez rechercher le fichier MD5 en " -"cliquant sur l'icône de dossier située en dessous." +"cliquant sur l’icône de dossier située en dessous." #. (itstool) path: item/p #: C/tools-check-integrity.page:39 msgid "Press Check to continue or Close to cancel it." msgstr "" "Cliquez sur Vérifier pour continuer ou sur Fermer pour " -"annuler" +"annuler." #. (itstool) path: item/p #: C/tools-check-integrity.page:42 @@ -1169,37 +1172,3 @@ msgstr "" "Lorsque la vérification est terminée, vous pouvez soit choisir de " "Vérifier à nouveau ou tout simplement de Fermer." - -#~ msgctxt "_" -#~ msgid "" -#~ "external ref='figures/logo32.png' md5='ac8e1998759033606b201ccfe6458d17'" -#~ msgstr "" -#~ "external ref='figures/logo32.png' md5='ac8e1998759033606b201ccfe6458d17'" - -#~ msgid " Brasero Help" -#~ msgstr " Aide de Brasero" - -#~ msgid "" -#~ "If Brasero is already running, opening the project from a file " -#~ "browser will cause a second instance of Brasero to start and " -#~ "will cause both instances to crash. See GNOME bug 644011 for more " -#~ "information." -#~ msgstr "" -#~ "Si Brasero est déjà lancé, l'ouverture du projet à partir du " -#~ "navigateur de fichiers lance une deuxième instance de Brasero " -#~ "ce qui fait s'arrêter brutalement les deux instances. Consultez le bogue GNOME " -#~ "644011 pour plus d'informations." - -#~ msgid "pau.gonzalezbr@gmail.com" -#~ msgstr "pau.gonzalezbr@gmail.com" - -#~ msgid "kittykat3756@gmail.com" -#~ msgstr "kittykat3756@gmail.com" - -#~ msgid "kittykat3756@googlemail.com" -#~ msgstr "kittykat3756@googlemail.com" - -#~ msgid "majus85@gmail.com" -#~ msgstr "majus85@gmail.com" diff -Nru brasero-3.12.2/help/fr/index.page brasero-3.12.3/help/fr/index.page --- brasero-3.12.2/help/fr/index.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/fr/index.page 2021-09-20 08:05:28.000000000 +0000 @@ -4,7 +4,7 @@ <media type="image" src="figures/logo48.png" its:translate="no"/> Manuel de Brasero
- Création d'un nouveau projet + Création d’un nouveau projet
diff -Nru brasero-3.12.2/help/fr/introduction.page brasero-3.12.3/help/fr/introduction.page --- brasero-3.12.2/help/fr/introduction.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/fr/introduction.page 2021-09-20 08:05:28.000000000 +0000 @@ -3,13 +3,13 @@ - Introduction à l'application de gravure de disque Brasero. + Introduction à l’application de gravure de disque Brasero. Ekaterina Gerasimova kittykat3756@googlemail.com -

Creative Commons Share Alike 3.0

+

Creative Commons Paternité-Partage des Conditions Initiales à l’Identique 3.0

@@ -43,7 +43,7 @@

créer des DVD ou SVCD vidéo,

créer des fichiers images et graver des fichiers images existants,

effacer des CD-RW et des DVD-RW,

-

vérifier l'intégrité de disques et d'images de disques.

+

vérifier l’intégrité de disques et d’images de disques.

diff -Nru brasero-3.12.2/help/fr/prob-cd.page brasero-3.12.3/help/fr/prob-cd.page --- brasero-3.12.2/help/fr/prob-cd.page 2017-07-31 16:38:19.000000000 +0000 +++ brasero-3.12.3/help/fr/prob-cd.page 2021-09-20 08:05:28.000000000 +0000 @@ -11,7 +11,7 @@ kittykat3756@googlemail.com -

Creative Commons Share Alike 3.0

+

Creative Commons Paternité-Partage des Conditions Initiales à l’Identique 3.0

@@ -35,7 +35,7 @@ Le CD ne se lance pas dans un lecteur CD -

Si votre CD ne lance pas dans votre lecteur de CD ou n'est pas en stéréo, c'est probablement parce que la musique n'a pas été correctement gravée sur le disque ou parce que vous avez utilisé un projet de données pour graver la musique sur le CD au lieu d'un projet audio.

+

Si votre CD ne se lance pas dans votre lecteur de CD ou n’est pas en stéréo, c’est probablement parce que la musique n’a pas été correctement gravée sur le disque ou parce que vous avez utilisé un projet de données pour graver la musique sur le CD au lieu d’un projet audio.

Beaucoup de nouveaux lecteurs de CD et DVD peuvent lire des CD de musique qui ont été créés en utilisant un projet de données, mais la plupart des lecteurs plus anciens ne le font pas.

diff -Nru brasero-3.12.2/help/fr/prob-dvd.page brasero-3.12.3/help/fr/prob-dvd.page --- brasero-3.12.2/help/fr/prob-dvd.page 2017-07-31 16:38:20.000000000 +0000 +++ brasero-3.12.3/help/fr/prob-dvd.page 2021-09-20 08:05:28.000000000 +0000 @@ -11,7 +11,7 @@ kittykat3756@googlemail.com -

Creative Commons Share Alike 3.0

+

Creative Commons Paternité-Partage des Conditions Initiales à l’Identique 3.0

@@ -33,19 +33,19 @@ - Problème lors de la création d'un DVD + Problème lors de la création d’un DVD

Certains types de DVD-R et DVD-RW ne sont pas compatibles avec tous les graveurs. Vérifiez les points suivants pour savoir si ceux-ci peuvent être utilisés avec le votre.

-

Vérifiez si votre lecteur DVD accepte les disques DVD+ ou DVD- ; s'il est marquée d'un « multi », cela indique généralement qu'il accepte les deux. Vérifiez que votre disque est du même type que le lecteur DVD.

+

Vérifiez si votre lecteur DVD accepte les disques DVD+ ou DVD- ; s’il est marqué d’un « multi », cela indique généralement qu’il accepte les deux. Vérifiez que votre disque est du même type que le lecteur DVD.

Vérifiez si votre disque est double couche ou simple couche : certains lecteurs de DVD ne peuvent pas écrire sur un disque double couche.

-

Si vous essayez d'utiliser un DVD-R, vérifiez qu'il n'a pas été déjà gravé auparavant. Si vous utilisez un DVD-RW, essayez de l'effacer avant de tenter d'y écrire.

+

Si vous essayez d’utiliser un DVD-R, vérifiez qu’il n’a pas été déjà gravé auparavant. Si vous utilisez un DVD-RW, essayez de l’effacer avant de tenter d’y écrire.

diff -Nru brasero-3.12.2/help/fr/project-audio.page brasero-3.12.3/help/fr/project-audio.page --- brasero-3.12.2/help/fr/project-audio.page 2017-07-31 16:38:20.000000000 +0000 +++ brasero-3.12.3/help/fr/project-audio.page 2021-09-20 08:05:28.000000000 +0000 @@ -3,13 +3,13 @@ - Création d'un projet audio. + Créer un projet audio. Ekaterina Gerasimova kittykat3756@googlemail.com -

Creative Commons Share Alike 3.0

+

Creative Commons Paternité-Partage des Conditions Initiales à l’Identique 3.0

@@ -31,16 +31,16 @@
- Gravure d'un CD de musique + Gravure d’un CD de musique -

Brasero peut graver des fichiers audio sur un CD, que vous pouvez ensuite utiliser dans des lecteurs CD ou autres. Il est généralement préférable d'utiliser un CD non ré-inscriptible car tous les lecteurs de CD ne lisent pas les CD ré-inscriptibles.

+

Brasero peut graver des fichiers audio sur un CD, que vous pouvez ensuite utiliser dans des lecteurs CD ou autres. Il est généralement préférable d’utiliser un CD non réinscriptible car tous les lecteurs de CD ne lisent pas les CD réinscriptibles.

Cliquez sur Projet audio dans la fenêtre principale ou choisissez ProjetNouveau projetNouveau projet audio.

-

Pour ajouter des fichiers audio au projet, cliquez sur Ajouter dans la barre d'outils et sélectionner les fichiers. Vous pouvez aussi ajouter des fichiers par glisser-déposer dans la fenêtre du projet ou en cliquant sur ÉditionAjouter des fichiers.

+

Pour ajouter des fichiers audio au projet, cliquez sur Ajouter dans la barre d’outils et sélectionner les fichiers. Vous pouvez aussi ajouter des fichiers par glisser-déposer dans la fenêtre du projet ou en cliquant sur ÉditionAjouter des fichiers.

Vous pouvez ajouter un titre pour le CD dans le champ de saisie de texte, en dessous de la fenêtre du projet.

@@ -49,7 +49,7 @@

Sélectionnez un CD vierge dans la liste déroulante.

-

Cliquez sur Graver... pour continuer.

+

Cliquez sur Graver pour continuer.

Sélectionnez la Vitesse de gravure depuis la liste déroulante, ainsi que les autres options souhaitées.

@@ -60,7 +60,7 @@
-

Vous pouvez aussi diviser des pistes individuelles en plusieurs pistes en utilisant l'outil Diviser et ajouter une pause de deux secondes après une piste en utilisant le bouton Silence.

+

Vous pouvez aussi diviser des pistes individuelles en plusieurs pistes en utilisant l’outil Diviser et ajouter une pause de deux secondes après une piste en utilisant le bouton Silence.

diff -Nru brasero-3.12.2/help/fr/project-data.page brasero-3.12.3/help/fr/project-data.page --- brasero-3.12.2/help/fr/project-data.page 2017-07-31 16:38:20.000000000 +0000 +++ brasero-3.12.3/help/fr/project-data.page 2021-09-20 08:05:28.000000000 +0000 @@ -9,7 +9,7 @@ kittykat3756@googlemail.com -

Creative Commons Share Alike 3.0

+

Creative Commons Paternité-Partage des Conditions Initiales à l’Identique 3.0

@@ -31,7 +31,7 @@ - Création d'un projet de données + Création d’un projet de données

Un projet de données est utilisé pour écrire des données (par exemple, des fichiers, des photos, de la musique) sur un disque, sans modifier ces fichiers en aucune façon. Cela peut être utile pour transférer des fichiers entre ordinateurs.

@@ -40,9 +40,9 @@

Cliquez sur Projet de données dans la fenêtre principale ou choisissez ProjetNouveau projetNouveau projet de données.

-

Pour ajouter des fichiers au projet, cliquez sur Ajouter dans la barre d'outils et sélectionnez les fichiers. Vous pouvez aussi les glisser-déposer dans la fenêtre principale du projet ou cliquez sur ÉditionAjouter des fichiers.

+

Pour ajouter des fichiers au projet, cliquez sur Ajouter dans la barre d’outils et sélectionnez les fichiers. Vous pouvez aussi les glisser-déposer dans la fenêtre principale du projet ou cliquez sur ÉditionAjouter des fichiers.

-

Vous pouvez créer des dossiers sur le CD pour stocker vos données de manière plus structurée. Pour créer un dossier, cliquez sur Nouveau dossier dans la barre d'outils ou sélectionnez ÉditionNouveau dossier dans la barre de menu. Vous pouvez également créer des dossiers dans d'autres dossiers.

+

Vous pouvez créer des dossiers sur le CD pour stocker vos données de manière plus structurée. Pour créer un dossier, cliquez sur Nouveau dossier dans la barre d’outils ou sélectionnez ÉditionNouveau dossier dans la barre de menu. Vous pouvez également créer des dossiers dans d’autres dossiers.

@@ -52,19 +52,19 @@

Sélectionnez le disque vierge dans la liste déroulante.

-

Cliquez sur Graver... pour continuer.

+

Cliquez sur Graver pour continuer.

Sélectionnez la Vitesse de gravure depuis la liste déroulante, ainsi que les autres options souhaitées.

-

Cliquez sur Graver pour écrire le projet sur un seul disque ou Graver plusieurs copies pour écrire le projet sur plusieurs disques

+

Cliquez sur Graver pour écrire le projet sur un seul disque ou Graver plusieurs copies pour écrire le projet sur plusieurs disques.

-

Si vous utilisez un disque ré-inscriptible, contenant déjà des données, il vous sera demandé si vous voulez l'effacer ou insérer un autre disque.

+

Si vous utilisez un disque réinscriptible, contenant déjà des données, il vous sera demandé si vous voulez l’effacer ou insérer un autre disque.

-

Si vous utilisez un disque ré-inscriptible et que les données ne sont pas gravées correctement, vous pouvez avoir besoin de faire un effacement complet (non rapide) du disque avant d'essayer à nouveau.

+

Si vous utilisez un disque réinscriptible et que les données ne sont pas gravées correctement, vous pouvez avoir besoin de faire un effacement complet (non rapide) du disque avant d’essayer à nouveau.

diff -Nru brasero-3.12.2/help/fr/project-disc-copy.page brasero-3.12.3/help/fr/project-disc-copy.page --- brasero-3.12.2/help/fr/project-disc-copy.page 2017-07-31 16:38:20.000000000 +0000 +++ brasero-3.12.3/help/fr/project-disc-copy.page 2021-09-20 08:05:28.000000000 +0000 @@ -3,13 +3,13 @@ - Créer une copie identique d'un disque. + Créer une copie identique d’un disque. Ekaterina Gerasimova kittykat3756@googlemail.com -

Creative Commons Share Alike 3.0

+

Creative Commons Paternité-Partage des Conditions Initiales à l’Identique 3.0

@@ -31,25 +31,25 @@
- Copie d'un disque + Copie d’un disque -

Cliquez sur Copier un disque dans la fenêtre principale ou choisissez ProjetNouveau projetCopier un disque....

+

Cliquez sur Copier un disque dans la fenêtre principale ou choisissez ProjetNouveau projetCopier un disque.

-

Sélectionner le disque que vous voulez copier dans la liste déroulante en dessous de Choisissez le disque à copier. Si vous avez plusieurs lecteurs contenant un disque, ils devraient apparaître dans cette liste.

+

Sélectionnez le disque que vous voulez copier dans la liste déroulante en dessous de Choisissez le disque à copier. Si vous avez plusieurs lecteurs contenant un disque, ils devraient apparaître dans cette liste.

Choisissez si vous voulez faire une copie sur un autre disque ou créer une image pour une utilisation ultérieure.

-

Cliquez sur Propriétés pour sélectionner la vitesse de gravure et d'autres options de personnalisation.

+

Cliquez sur Propriétés pour sélectionner la vitesse de gravure et d’autres options de personnalisation.

-

Cliquez sur Copier pour démarrer la copie du disque, ou Créer plusieurs copies, si vous voulez faire plus d'une copie du disque.

+

Cliquez sur Copier pour démarrer la copie du disque, ou Créer plusieurs copies, si vous voulez faire plus d’une copie du disque.

-

Si vous copiez le disque en n'ayant qu'un seul lecteur de disque, il vous est demandé de remplacer le disque à copier par celui à graver, après que son contenu a été copié temporairement sur votre disque dur.

+

Si vous copiez le disque en n’ayant qu’un seul lecteur de disque, il vous est demandé de remplacer le disque à copier par celui à graver, après que son contenu a été copié temporairement sur votre disque dur.

diff -Nru brasero-3.12.2/help/fr/project-image-burn.page brasero-3.12.3/help/fr/project-image-burn.page --- brasero-3.12.2/help/fr/project-image-burn.page 2017-07-31 16:38:20.000000000 +0000 +++ brasero-3.12.3/help/fr/project-image-burn.page 2021-09-20 08:05:28.000000000 +0000 @@ -17,7 +17,7 @@ kittykat3756@gmail.com -

Creative Commons Share Alike 3.0

+

Creative Commons Paternité-Partage des Conditions Initiales à l’Identique 3.0

@@ -39,33 +39,33 @@ - Gravure d'images + Gravure d’images -

Brasero vous permet de graver des images de disque sur un CD ou un DVD. Il prend en charge les extensions d'images de disque optique suivantes : .iso, .toc et .cue.

+

Brasero vous permet de graver des images de disque sur un CD ou un DVD. Il prend en charge les extensions d’images de disque optique suivantes : .iso, .toc et .cue.

-

Les images disque sont des fichiers archives qui contiennent toutes les données qui sont sur un CD ou un DVD. Il ne peut y avoir qu'une seule image disque à la fois sur un CD, mais chaque archive peut contenir autant de données que vous voulez dès l'instant où cela rentre sur le disque.

+

Les images disque sont des fichiers archives qui contiennent toutes les données qui sont sur un CD ou un DVD. Il ne peut y avoir qu’une seule image disque à la fois sur un CD, mais chaque archive peut contenir autant de données que vous voulez dès l’instant où cela rentre sur le disque.

Pour graver une image disque sur un CD ou un DVD, suivez ces étapes :

-

Cliquez sur Graver une image dans la fenêtre principale ou choisissez ProjetNouveau projetGraver une image... .

+

Cliquez sur Graver une image dans la fenêtre principale ou choisissez ProjetNouveau projetGraver une image.

Choisissez une image disque à graver en cliquant sur Cliquez ici pour sélectionner une image disque.

-

Sélectionner le disque que vous voulez utiliser dans la liste déroulante en dessous de Choisissez un disque à graver. Si vous avez plusieurs lecteurs de disques, tous les disques actuellement chargés devraient apparaître dans cette liste.

-

Après avoir sélectionné le disque, Brasero affiche combien d'espace libre il reste sur le disque après la gravure.

+

Sélectionnez le disque que vous voulez utiliser dans la liste déroulante en dessous de Choisissez un disque à graver. Si vous avez plusieurs lecteurs de disques, tous les disques actuellement chargés devraient apparaître dans cette liste.

+

Après avoir sélectionné le disque, Brasero affiche combien d’espace libre il reste sur le disque après la gravure.

-

Cliquez sur Propriétés pour sélectionner la vitesse de gravure et d'autres options de personnalisation.

+

Cliquez sur Propriétés pour sélectionner la vitesse de gravure et d’autres options de personnalisation.

-

Cliquez sur Graver pour démarrer la gravure de l'image. Après cette opération vous pouvez soit arrêter de graver ou faire une autre copie de l'image.

+

Cliquez sur Graver pour démarrer la gravure de l’image. Après cette opération vous pouvez soit arrêter de graver ou faire une autre copie de l’image.

-

Si vous utilisez un disque ré-inscriptible, contenant déjà des données, il vous est demandé si vous voulez l'effacer ou insérer un autre disque.

+

Si vous utilisez un disque réinscriptible, contenant déjà des données, il vous est demandé si vous voulez l’effacer ou insérer un autre disque.

+ +
+ + diff -Nru brasero-3.12.2/help/uk/project-save.page brasero-3.12.3/help/uk/project-save.page --- brasero-3.12.2/help/uk/project-save.page 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/help/uk/project-save.page 2021-09-20 08:05:29.000000000 +0000 @@ -0,0 +1,66 @@ + + + + + + + + + Збереження проєкту для подальшого редагування або записування. + + Єкатерина Герасимова (Ekaterina Gerasimova) + kittykat3756@googlemail.com + + +

Creative Commons Share Alike 3.0

+
+ + + Юрій Чорноіван + yurchor@ukr.net + 2020 + +
+ + Збереження проєкту + +

У Brasero ви можете зберегти проєкт запису звукових, файлових або відеоданих для подальшого редагування або записування.

+ + + +

Створіть проєкт і додайте до нього файли, які має бути використано у проєкті.

+
+ +

Виберіть у меню пункт ПроєктЗберегти, щоб зберегти проєкт.

+
+ +

Введіть назву для збереженого проєкту і натисніть кнопку Зберегти, щоб зберегти проєкт.

+
+
+ +

Збережений проєкт Brasero можна відкрити у декілька способів:

+ + + +

вибрати його зі списку на початковій сторінці у списку Недавні проєкти

+
+ +

вибрати у меню пункт ПроєктНедавні проєкти

+
+ +

вибрати пункт меню ПроєктВідкрити і вибрати проєкт

+
+ +

відкрити проєкт у програмі для керування файлами

+ +

Одночасно може бути запущено лише один екземпляр Brasero. Якщо ви спробуєте відкрити другий екземпляр, система просто передасть фокус на поточний відкритий екземпляр Brasero.

+

Якщо Brasero вже запущено, і ви спробуєте відкрити якісь файли за допомогою програми з програми Файли, файли буде додано до проєкту, над яким ви працюєте.

+
+
+
+ + +

Якщо ви відкриєте збережений проєкт, Brasero працюватиме з ним як із новим проєктом: якщо ви захочете зберегти оновлену версію проєкту, програма попросить вас ввести назву для неї. На цьому кроці ви можете перезаписати стару версію або записати новий проєкт, ввівши іншу назву файла.

+
+ +
diff -Nru brasero-3.12.2/help/uk/project-video.page brasero-3.12.3/help/uk/project-video.page --- brasero-3.12.2/help/uk/project-video.page 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/help/uk/project-video.page 2021-09-20 08:05:29.000000000 +0000 @@ -0,0 +1,52 @@ + + + + + + + 3 + Запис відео на DVD або SVCD. + + Єкатерина Герасимова (Ekaterina Gerasimova) + kittykat3756@googlemail.com + + +

Creative Commons Share Alike 3.0

+
+ + + Юрій Чорноіван + yurchor@ukr.net + 2020 + +
+ + Створити відеопроєкт + +

Brasero можна скористатися для створення відеодисків для відтворення на програвачі DVD або ноутбуку.

+ + + +

Натисніть пункт Відеодиск на початковій сторінці або виберіть пункт меню ПроєктСтворити проєктВідеодиск.

+
+ +

Додайте бажані файли відео до проєкту натисканням кнопки Додати на панелі інструментів із наступним вибором файлів. Ви також можете додати файли перетягуванням зі скиданням їх на панель проєкту або вибором пункту меню ЗміниДодати файли.

+
+ +

Ви можете додати заголовок для диску у полі для введення тексту під панеллю проєкту.

+
+ +

Виберіть порожній диск зі спадного списку.

+
+ +

Натисніть кнопку Записати..., щоб продовжити.

+
+ +

Виберіть Швидкість запису зі спадного списку і вкажіть будь-які інші потрібні вам параметри.

+
+ +

Натисніть кнопку Записати, щоб записати один диск на основі проєкту, або Записати декілька копій, щоб записати ваш проєкт на декілька дисків.

+
+
+ +
diff -Nru brasero-3.12.2/help/uk/split-track.page brasero-3.12.3/help/uk/split-track.page --- brasero-3.12.2/help/uk/split-track.page 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/help/uk/split-track.page 2021-09-20 08:05:30.000000000 +0000 @@ -0,0 +1,70 @@ + + + + + + + + Поділ доріжки звукового проєкту на декілька доріжок. + + Єкатерина Герасимова (Ekaterina Gerasimova) + kittykat3756@googlemail.com + + +

Creative Commons Share Alike 3.0

+
+ + + Юрій Чорноіван + yurchor@ukr.net + 2020 + +
+ + Поділ звукової доріжки + +

Ви можете поділити одну звукову доріжку на декілька доріжок при збиранні звукового проєкту.

+ + + +

Розпочніть звуковий проєкт і додайте до нього доріжки, які ви хочете використати.

+
+ +

Позначте доріжку, яку ви хочете поділити, клацанням на ній, потім або виберіть пункт меню ЗміниРозділити доріжку…, або клацніть правою кнопкою миші на доріжці і виберіть пункт Розділити доріжку… з контекстного меню.

+
+ +

Виберіть бажаний для вас спосіб поділу доріжок:

+ + + Розділення вручну +

За допомогою цього пункту ви можете вибрати точну тривалість відтворення кожної з частин доріжки вручну.

+
+ + Розділення доріжки на частини фіксованої довжини +

Скористайтеся цим способом, щоб поділити доріжку на декілька частин із вказаною тривалістю відтворення.

+
+ + Розділення доріжки на фіксовану кількість частин +

За допомогою цього способу ви можете поділити доріжку на встановлену кількість частин однакової тривалості відтворення.

+
+ + Розділення доріжки за тихими ділянками +

Виберіть цей спосіб, щоб дозволити Brasero автоматично виявити проміжки тиші у записі і поділити доріжку за цими проміжками.

+
+
+
+ +

Розділіть доріжку натисканням кнопки Розділити.

+ +

Якщо ви спробуєте розділити доріжку на частини, тривалість відтворення яких буде меншою за шість секунд, нові частини буде доповнено так, щоб тривалість їхнього відтворення складала 6 секунд.

+
+
+ +

Натисніть кнопку Гаразд, щоб підтвердити поділ доріжки і застосувати зміни.

+ +

Ви можете розділяти і з'єднувати доріжку довільну кількість разів, доки не буде закрито вікно поділу доріжки. Щойно ви надасте підтвердження поділу доріжки натисканням кнопки Гаразд, ви вже не зможете об'єднати роз'єднані частини. Щоб скасувати внесені зміни, вилучіть поділені частини доріжки з проєкту і повторно додайте саму доріжку.

+
+
+
+ +
diff -Nru brasero-3.12.2/help/uk/tools-blank.page brasero-3.12.3/help/uk/tools-blank.page --- brasero-3.12.2/help/uk/tools-blank.page 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/help/uk/tools-blank.page 2021-09-20 08:05:30.000000000 +0000 @@ -0,0 +1,47 @@ + + + + + + Витирання перезаписуваного компакт-диска або DVD для отримання порожнього диска. + + Єкатерина Герасимова (Ekaterina Gerasimova) + kittykat3756@googlemail.com + + +

Creative Commons Share Alike 3.0

+
+ + + Юрій Чорноіван + yurchor@ukr.net + 2020 + +
+ + Очищення диска + +

Ви можете приготувати перезаписуваний диск із наявними даними для запису попереднім його витиранням.

+ + + +

Виберіть пункт меню ЗасобиОчистити....

+
+ +

Якщо на комп'ютері встановлено декілька пристроїв для роботи з дисками із вставленими перезаписуваними дисками, ви можете вибрати, який з дисків слід перезаписати, за допомогою пункту Виберіть диск.

+
+ +

Ви можете вибрати варіант Швидке очищення, щоб очистити диск швидше.

+ +

Якщо у вас виникають проблеми із записом на диск, який було витерто у швидкому режимі, спробуйте вимкнути швидке витирання і повторити витирання диска.

+
+
+ +

Натисніть кнопку Очистити.

+
+ +

Після завершення витирання диск може бути виштовхнуто з лотка.

+
+
+ +
diff -Nru brasero-3.12.2/help/uk/tools-check-integrity.page brasero-3.12.3/help/uk/tools-check-integrity.page --- brasero-3.12.2/help/uk/tools-check-integrity.page 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/help/uk/tools-check-integrity.page 2021-09-20 08:05:30.000000000 +0000 @@ -0,0 +1,51 @@ + + + + + + Після запису диска ви можете перевірити цілісність даних на ньому. + + Пауліна Гонсалес (Paulina Gonzalez) + pau.gonzalezbr@gmail.com + + + Єкатерина Герасимова (Ekaterina Gerasimova) + kittykat3756@gmail.com + + +

Creative Commons Share Alike 3.0

+
+ + + Юрій Чорноіван + yurchor@ukr.net + 2020 + +
+ + Перевірка цілісності диска + +

Після запису компакт-диска або DVD за допомогою Brasero ви можете перевірити цілісність даних на ньому, щоб переконатися, що файли на диску не пошкоджено.

+ + + +

Виберіть пункт ЗасобиПеревірити цілісність....

+
+ +

Ви можете позначити пункт Використовувати файл контрольної суми MD5 для перевірки диска, якщо хочете.

+ + +

MD5 (алгоритм контрольної суми повідомлення 5) — функція обчислення криптографічної хеш-суми, яку широко використовують для перевірки цілісності даних.

+

Якщо ви скористаєтеся цим пунктом, вам доведеться вказати файл MD5 клацанням на піктограмі теки, яку розташовано нижче.

+
+
+
+ +

Натисніть кнопку Перевірити, щоб продовжити процедуру перевірки, або кнопку Закрити, щоб скасувати її.

+
+ +

Коли перевірку буде завершено, ви зможете натиснути кнопку Перевірити знову або просто кнопку Закрити.

+
+
+ +
diff -Nru brasero-3.12.2/help/uk/uk.po brasero-3.12.3/help/uk/uk.po --- brasero-3.12.2/help/uk/uk.po 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/help/uk/uk.po 2021-09-17 11:27:28.000000000 +0000 @@ -0,0 +1,1175 @@ +# Ukrainian translation for brasero. +# Copyright (C) 2020 brasero's COPYRIGHT HOLDER +# This file is distributed under the same license as the brasero package. +# +# Yuri Chornoivan , 2020, 2021. +msgid "" +msgstr "" +"Project-Id-Version: brasero master\n" +"POT-Creation-Date: 2021-09-16 13:50+0000\n" +"PO-Revision-Date: 2021-09-16 17:35+0300\n" +"Last-Translator: Yuri Chornoivan \n" +"Language-Team: Ukrainian \n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Lokalize 20.12.0\n" + +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "Юрій Чорноіван , 2020" + +#. (itstool) path: info/desc +#: C/create-cover.page:7 +msgid "Create an inlay for a jewel case." +msgstr "Створення вкладки для економ-пакування." + +#. (itstool) path: credit/name +#: C/create-cover.page:9 C/introduction.page:9 C/prob-cd.page:11 +#: C/prob-dvd.page:11 C/project-audio.page:9 C/project-data.page:9 +#: C/project-disc-copy.page:9 C/project-image-burn.page:17 +#: C/project-save.page:12 C/project-video.page:12 C/split-track.page:11 +#: C/tools-blank.page:9 C/tools-check-integrity.page:13 +msgid "Ekaterina Gerasimova" +msgstr "Єкатерина Герасимова (Ekaterina Gerasimova)" + +#. (itstool) path: license/p +#: C/create-cover.page:13 C/introduction.page:13 C/prob-cd.page:15 +#: C/prob-dvd.page:15 C/project-audio.page:13 C/project-data.page:13 +#: C/project-disc-copy.page:13 C/project-image-burn.page:21 +#: C/project-save.page:16 C/project-video.page:16 C/split-track.page:15 +#: C/tools-blank.page:13 C/tools-check-integrity.page:17 +msgid "Creative Commons Share Alike 3.0" +msgstr "Creative Commons Share Alike 3.0" + +#. (itstool) path: page/title +#: C/create-cover.page:17 +msgid "Create a cover" +msgstr "Створення обкладинки" + +#. (itstool) path: page/p +#: C/create-cover.page:19 +msgid "" +"You can use Brasero to create inlays for your jewel cases. Access " +"the creator by clicking Tools Cover Editor." +msgstr "" +"Ви можете скористатися Brasero для створення вкладок для економ-" +"упаковок. Доступ до редактора можна отримати за допомогою пункту меню " +"Засоби Редактор обкладинок." + +#. (itstool) path: note/p +#: C/create-cover.page:24 +msgid "" +"If you are creating an audio project and finish putting together the project " +"before creating an inlay, then when you access the Cover Editor " +"interface from the audio project window, the tracks will automatically be " +"listed on the back cover." +msgstr "" +"Якщо ви створюєте проєкт запису звукових даних і завершуєте його збиранням " +"усього перед створенням вкладки, при відкритті вікна Редактора " +"обкладинок з вікна звукового проєкту записи доріжок буде автоматично " +"додано до списку на звороті обкладинки." + +#. (itstool) path: note/p +#: C/create-cover.page:31 +msgid "If you close the Cover Editor, your changes will be lost." +msgstr "" +"Якщо ви закриєте вікно Редактора обкладинок внесені вами зміни " +"буде втрачено." + +#. (itstool) path: item/p +#: C/create-cover.page:36 +msgid "Open the Cover Editor." +msgstr "Відкрийте Редактор обкладинок." + +#. (itstool) path: item/p +#: C/create-cover.page:39 +msgid "" +"Choose the formatting you wish to use for the text and type the text, " +"scrolling down to see the side and back inlay for the jewel case." +msgstr "" +"Виберіть бажане для вас форматування для тексту та тип тексту. Гортанням " +"вниз можна переглянути бічну і зворотну частину вкладки економ-пакування." + +#. (itstool) path: note/p +#: C/create-cover.page:42 +msgid "" +"When you first see the Cover Editor dialog, you will not be able " +"to click on any of the text formatting options. Click on the cover you want " +"to work on to be able to use those." +msgstr "" +"Під час першого відкриття вікна Редактора обкладинок ви зможете " +"натиснути будь-яку з кнопок форматування тексту. Клацніть на обкладинці, з " +"якою ви хочете попрацювати, щоб мати змогу скористатися цими кнопками." + +#. (itstool) path: item/p +#: C/create-cover.page:48 +msgid "" +"Click the Background properties toolbar icon to add a background " +"for the current cover, or right click on the cover you wish to edit and " +"select Set Background Properties. You can choose to use a colored " +"background or to select a background image." +msgstr "" +"Натисніть кнопку Властивості тла, щоб додати тло до поточної " +"обкладинки або клацніть правою кнопкою миші на обкладинці, яку ви хочете " +"змінити, і виберіть у контекстному меню пункт Встановити властивості " +"тла. Ви можете вибрати просте кольорове тло або вказати зображення, " +"яке слід використати як тло." + +#. (itstool) path: note/p +#: C/create-cover.page:53 +msgid "" +"If you select a centered background image, Brasero sometimes " +"crashes when you click the Close button." +msgstr "" +"Якщо ви виберете центроване зображення тла, Brasero може іноді " +"завершити роботу в аварійному режимі після натискання кнопки Закрити." + +#. (itstool) path: item/p +#: C/create-cover.page:56 +msgid "" +"Click the Close button to apply the changes and close the " +"Background Properties dialog." +msgstr "" +"Натисніть кнопку Закрити, щоб застосувати зміни і закрити " +"діалогове вікно Властивості тла." + +#. (itstool) path: item/p +#: C/create-cover.page:60 +msgid "" +"Print the cover using the Print button, which is located in the " +"top-right corner of the dialog." +msgstr "" +"Надрукуйте обкладинку за допомогою кнопки Друкувати, яку " +"розташовано у верхньому правому куті діалогового вікна." + +#. (itstool) path: page/title +#: C/index.page:6 +msgid "<_:media-1/> Brasero Help" +msgstr "<_:media-1/> Довідка з Brasero" + +#. (itstool) path: section/title +#: C/index.page:12 +msgid "Create a new project" +msgstr "Створити новий проєкт" + +#. (itstool) path: section/title +#: C/index.page:16 +msgid "Troubleshooting" +msgstr "Усування проблем" + +#. (itstool) path: section/title +#: C/index.page:20 +msgid "Other tools" +msgstr "Інші інструменти" + +#. (itstool) path: info/desc +#: C/introduction.page:7 +msgid "Introduction to the Brasero disc burning application." +msgstr "Вступ до програми із запису диску Brasero." + +#. (itstool) path: page/title +#: C/introduction.page:17 +msgid "Introduction" +msgstr "Вступ" + +#. (itstool) path: page/p +#: C/introduction.page:19 +msgid "" +"Brasero is an application for burning CDs and DVDs, designed to " +"be easy to use, while providing all the tools necessary for burning." +msgstr "" +"Brasero — програма для запису компакт-дисків і DVDs, яку " +"розроблено простою у користуванні із одночасним забезпеченням усіх засобів, " +"які потрібні для запису." + +#. (itstool) path: page/p +#: C/introduction.page:22 +msgid "With Brasero you can:" +msgstr "За допомогою Brasero ви можете виконувати такі дії:" + +#. (itstool) path: item/p +#: C/introduction.page:24 +msgid "Burn data to CDs and DVDs" +msgstr "Записувати дані на компакт-диски і DVD" + +#. (itstool) path: item/p +#: C/introduction.page:25 +msgid "Burn audio CDs from digital audio files (such as OGG, FLAC and MP3)" +msgstr "" +"Записувати звукові компакт-диски на основі файлів цифрових звукових даних " +"(зокрема OGG, FLAC і MP3)" + +#. (itstool) path: item/p +#: C/introduction.page:27 +msgid "Copy CDs and DVDs" +msgstr "Копіювати компакт-диски і DVD" + +#. (itstool) path: item/p +#: C/introduction.page:28 +msgid "Create video DVDs or SVCDs" +msgstr "Створювати DVD з відео або SVCD" + +#. (itstool) path: item/p +#: C/introduction.page:29 +msgid "Create image files and burn existing image files" +msgstr "Створювати файли образів та записувати наявні файли образів" + +#. (itstool) path: item/p +#: C/introduction.page:30 +msgid "Erase CD-RWs and DVD-RWs" +msgstr "Витирати CD-RW та DVD-RW" + +#. (itstool) path: item/p +#: C/introduction.page:31 +msgid "Check the integrity of discs and disc images" +msgstr "Перевіряти цілісність дисків та образів дисків" + +#. (itstool) path: figure/title +#: C/introduction.page:35 +msgid "The Brasero main window" +msgstr "Головне вікно Brasero" + +#. (itstool) path: figure/media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/introduction.page:36 +msgctxt "_" +msgid "" +"external ref='figures/brasero-main-window.png' " +"md5='cd9679619426233b5f58a69e6f34398b'" +msgstr "" +"external ref='figures/brasero-main-window.png' " +"md5='cd9679619426233b5f58a69e6f34398b'" + +#. (itstool) path: info/desc +#: C/prob-cd.page:9 +msgid "My MP3s will not play in a DVD or CD player." +msgstr "MP3 не можна відтворити у простому програвачі DVD або компакт-дисків." + +#. (itstool) path: page/title +#: C/prob-cd.page:19 +msgid "CD will not play in a CD player" +msgstr "Записаний компакт-диск неможливо відтворити у програвачі" + +#. (itstool) path: page/p +#: C/prob-cd.page:21 +msgid "" +"If your CD is not playing in your CD player or stereo, it is probably " +"because the music was not correctly written to the disc or because you used " +"a data project to write the music to the CD instead of an audio project." +msgstr "" +"Якщо ваш компакт-диск не відтворюється у вашому програвачі компакт-дисків " +"або не відтворюється у режимі стерео, ймовірною причиною є те, що музичні " +"дані не було належним чином записано на диск або для запису було використано " +"проєкт запису звичайних даних замість проєкту запису музичного компакт-диска." + +#. (itstool) path: note/p +#: C/prob-cd.page:26 +msgid "" +"Many new CD and DVD players will play music CDs which were created using a " +"data project, but most older players will not." +msgstr "" +"У багатьох сучасних програвачах компакт-дисків та DVD передбачено можливість " +"відтворення музичних компакт дисків, які було створено як проєкти запису " +"звичайних даних, але більшість застарілих програвачів не здатні відтворювати " +"такі диски." + +#. (itstool) path: note/p +#: C/prob-cd.page:31 +msgid "Older CD players might not be able to play CD-RWs." +msgstr "" +"Застарілі моделі програвачів компакт-дисків можуть виявитися непридатними до " +"відтворення з CD-RW." + +#. (itstool) path: item/p +#: C/prob-cd.page:36 +msgid "If you are using a CD-RW, blank the CD." +msgstr "Якщо ви користуєтеся CD-RW, витріть компакт-диск." + +#. (itstool) path: item/p +#: C/prob-cd.page:39 +msgid "Rewrite the CD as an audio project." +msgstr "" +"Перезапишіть компакт-диск із використанням проєкту звукового компакт-диска." + +#. (itstool) path: info/desc +#: C/prob-dvd.page:9 +msgid "I cannot write to a DVD-R or a DVD-RW." +msgstr "Не вдається записати дані до DVD-R або DVD-RW." + +#. (itstool) path: page/title +#: C/prob-dvd.page:19 +msgid "Problem creating a DVD" +msgstr "Проблема зі створенням DVD" + +#. (itstool) path: page/p +#: C/prob-dvd.page:21 +msgid "" +"Some types of DVD-Rs and DVD-RWs are not compatible with all burners. Check " +"the following to find out if those can be used with your burner." +msgstr "" +"Деякі типи DVD-R і DVD-RW є несумісними із усіма пристроями для запису. " +"Виконайте вказані нижче перевірки, щоб переконатися, що відповідні диски " +"можна використовувати у вашому пристрої для записування." + +#. (itstool) path: item/p +#: C/prob-dvd.page:26 +msgid "" +"Check if your DVD drive accepts DVD+ or DVD- discs; if it is labelled with " +"\"multi\", that usually indicates that it accepts both. Check your disc to " +"see if it is the same as the DVD drive." +msgstr "" +"Перевірте, чи може ваш пристрій для роботи з DVD працювати з дисками DVD+ і " +"DVD-. Якщо на ньому є позначка «multi», це, зазвичай, означає, що пристрій " +"може працювати з дисками обох типів. Перевірте, чи належить диск до того " +"самого типу, що і пристрій для роботи з дисками DVD." + +#. (itstool) path: item/p +#: C/prob-dvd.page:31 +msgid "" +"Check if your disc is dual layer or single layer: some DVD drives can not " +"write to a dual layer disc." +msgstr "" +"Перевірте, є ваш диск одношаровим чи двошаровим: деякі пристрої для запису " +"DVD не можуть записувати дані на двошарові диски." + +#. (itstool) path: item/p +#: C/prob-dvd.page:35 +msgid "" +"If you are trying to use a DVD-R, check if it has already been written to " +"before. If you are using a DVD-RW, try blanking it before you attempt to " +"write to it." +msgstr "" +"Якщо ви намагаєтеся скористатися DVD-R, перевірте, чи виконувався запис на " +"нього раніше. Якщо ви користуєтеся DVD-RW, спробуйте витерти його перед тим, " +"як намагатиметеся записати на нього дані." + +#. (itstool) path: info/desc +#: C/project-audio.page:7 +msgid "Create an audio project." +msgstr "Створити звуковий проєкт." + +#. (itstool) path: page/title +#: C/project-audio.page:17 +msgid "Write a music CD" +msgstr "Запис музичних компакт-дисків" + +#. (itstool) path: page/p +#: C/project-audio.page:19 +msgid "" +"Brasero can write audio files to a CD, which you can then use for " +"playing in CD players and so on. It is usually best to use a non-rewritable " +"CD because not all CD players will play rewritable CDs." +msgstr "" +"Brasero може записувати файли звукових даних на компакт-диски " +"так, щоб їх можна було прослуховувати на програвачах компакт-дисків та " +"подібних пристроях. Зазвичай, для цього краще не користуватися " +"перезаписуваними компакт-дисками, оскільки такі диски відтворюються не на " +"усіх програвачах." + +#. (itstool) path: item/p +#: C/project-audio.page:26 +msgid "" +"Click Audio project on the start page, or select " +"ProjectNew ProjectNew Audio Project." +msgstr "" +"Натисніть пункт Аудіодиск на початковій сторінці або виберіть " +"пункт меню ПроєктСтворити проєктЗвуковий " +"компакт-диск." + +#. (itstool) path: item/p +#: C/project-audio.page:31 +msgid "" +"Add audio files to the project by clicking Add in the toolbar and " +"selecting the desired files. You can also add files by dragging and dropping " +"them onto the project area or by clicking EditAdd " +"Files." +msgstr "" +"Додайте бажані файли звукових даних до проєкту натисканням кнопки " +"Додати на панелі інструментів із наступним вибором файлів. Ви " +"також можете додати файли перетягуванням зі скиданням їх на панель проєкту " +"або вибором пункту меню ЗміниДодати файли." + +#. (itstool) path: item/p +#: C/project-audio.page:37 +msgid "" +"You can add a title for the CD in the text entry field below the project " +"area." +msgstr "" +"Ви можете додати заголовок для компакт-диску у полі для введення тексту під " +"панеллю проєкту." + +#. (itstool) path: item/p +#: C/project-audio.page:41 +msgid "Select the blank CD in the drop down list." +msgstr "Виберіть порожній компакт-диск зі спадного списку." + +#. (itstool) path: item/p +#: C/project-audio.page:44 C/project-data.page:50 C/project-video.page:45 +msgid "Click Burn... to continue." +msgstr "Натисніть кнопку Записати..., щоб продовжити." + +#. (itstool) path: item/p +#: C/project-audio.page:47 C/project-data.page:53 C/project-video.page:48 +msgid "" +"Select the Burning speed from the drop down list, and any other " +"options you may want." +msgstr "" +"Виберіть Швидкість запису зі спадного списку і вкажіть будь-які " +"інші потрібні вам параметри." + +#. (itstool) path: item/p +#: C/project-audio.page:51 C/project-video.page:52 +msgid "" +"Click Burn to burn a single disc of the project or Burn " +"Several Copies to burn your project to multiple discs." +msgstr "" +"Натисніть кнопку Записати, щоб записати один диск на основі " +"проєкту, або Записати декілька копій, щоб записати ваш проєкт на " +"декілька дисків." + +#. (itstool) path: note/p +#: C/project-audio.page:57 +msgid "" +"You can also split individual tracks into multiple tracks using the " +"Split tool and add a two second break after a track using the " +"Pause button." +msgstr "" +"Крім того, ви можете розділити окремі доріжки на декілька доріжок за " +"допомогою засобу Розділити і додати двосекундну паузу після " +"доріжки за допомогою кнопки Пауза." + +#. (itstool) path: info/desc +#: C/project-data.page:7 +msgid "Write data to a CD or DVD." +msgstr "Запис даних на компакт-диск або DVD." + +#. (itstool) path: page/title +#: C/project-data.page:17 +msgid "Create a data project" +msgstr "Створення проєкту запису даних" + +#. (itstool) path: page/p +#: C/project-data.page:19 +msgid "" +"A data project is used for writing data (for example, files, photos or " +"music) to a disc, without changing those files in any way. This can be " +"useful for transferring files between computers." +msgstr "" +"Проєкт запису даних використовується для записування даних (наприклад, " +"файлів, фотографій або музичних даних) на диск без внесення будь-яких змін " +"до цих файлів. Такі проєкти корисні для перенесення файлів між комп'ютерами." + +#. (itstool) path: item/p +#: C/project-data.page:25 +msgid "" +"Click Data project on the start page, or select " +"ProjectNew ProjectNew Data Project." +msgstr "" +"Натисніть пункт Диск з даними на початковій сторінці або виберіть " +"у меню пункт ПроєктСтворити проєктДиск з " +"даними." + +#. (itstool) path: item/p +#: C/project-data.page:30 +msgid "" +"Add the desired files to the project by clicking Add in the " +"toolbar and selecting the files. You can also add files by dragging and " +"dropping them onto the project area or by clicking EditAdd Files." +msgstr "" +"Додайте бажані файли до проєкту натисканням кнопки Додати на " +"панелі інструментів із наступним вибором файлів. Ви також можете додати " +"файли перетягуванням зі скиданням їх на панель проєкту або вибором пункту " +"меню ЗміниДодати файли." + +#. (itstool) path: note/p +#: C/project-data.page:35 +msgid "" +"You can create folders on the CD to store your data in a more structured " +"manner. To create a folder, click New Folder in the toolbar or " +"select EditNew Folder from the menu " +"bar. You can also create folders inside other folders." +msgstr "" +"Ви можете створювати теки на компакт-диску для зберігання ваших даних в " +"ієрархічній структурі. Щоб створити теку, натисніть кнопку Створити " +"теку на панелі інструментів або виберіть пункт ЗміниСтворити теку у меню. Ви також можете створювати " +"теки всередині інших тек." + +#. (itstool) path: item/p +#: C/project-data.page:43 C/project-video.page:38 +msgid "" +"You can add a title for the disc in the text entry field below the project " +"area." +msgstr "" +"Ви можете додати заголовок для диску у полі для введення тексту під панеллю " +"проєкту." + +#. (itstool) path: item/p +#: C/project-data.page:47 C/project-video.page:42 +msgid "Select the blank disc in the drop down list." +msgstr "Виберіть порожній диск зі спадного списку." + +#. (itstool) path: item/p +#: C/project-data.page:57 +msgid "" +"Click Burn to burn a single CD of the project or Burn " +"Several Copies to burn your project to multiple CDs" +msgstr "" +"Натисніть кнопку Записати, щоб записати один компакт-диск на " +"основі проєкту, або Записати декілька копій, щоб записати ваш " +"проєкт на декілька компакт-дисків." + +#. (itstool) path: note/p +#: C/project-data.page:60 +msgid "" +"If you are using a rewritable disc, which already contains data, you will be " +"asked if you want to blank it or insert a different disc." +msgstr "" +"Якщо ви використовуєте перезаписуваний диск, на якому вже зберігаються дані, " +"програма запитає вас, хочете ви витерти диск чи вставити інший диск." + +#. (itstool) path: page/p +#: C/project-data.page:66 +msgid "" +"If you are using a rewritable disc and the data is not burned correctly onto " +"it, you may need to do a full (non-fast) blank of the disc before trying " +"again." +msgstr "" +"Якщо ви користуєтеся перезаписуваним диском, і дані на ньому не було " +"записано належним чином, можливо, вам доведеться виконати повне (не швидке) " +"витирання диска, перш ніж намагатися записати на нього дані знову." + +#. (itstool) path: info/desc +#: C/project-disc-copy.page:7 +msgid "Create an identical copy of a disc." +msgstr "Створення ідентичної копії диска." + +#. (itstool) path: page/title +#: C/project-disc-copy.page:17 +msgid "Copy disc" +msgstr "Копіювати диск" + +#. (itstool) path: item/p +#: C/project-disc-copy.page:21 +msgid "" +"Click Disc copy on the start page, or select " +"ProjectNew ProjectCopy Disc... ." +msgstr "" +"Натисніть пункт Копіювати диск на початковій сторінці або " +"виберіть у меню пункт ПроєктСтворити проєктКопіювати диск...." + +#. (itstool) path: item/p +#: C/project-disc-copy.page:26 +msgid "" +"Select the disc you would like to copy from the drop down list below " +"Select disc to copy. If you have more than one disc drive, all " +"discs which are currently in them should be listed." +msgstr "" +"Виберіть диск, який ви хочете скопіювати, зі спадного списку під пунктом " +"Виберіть диск для копіювання. Якщо на вашому комп'ютері " +"встановлено декілька пристроїв для запису дисків, у списку буде показано усі " +"диски у цих пристроях." + +#. (itstool) path: item/p +#: C/project-disc-copy.page:31 +msgid "" +"Choose whether you want to make a copy to another disc or create an image " +"for later use." +msgstr "" +"Виберіть, хочете ви створити копію на іншому диску чи створити образ для " +"подальшого використання." + +#. (itstool) path: item/p +#: C/project-disc-copy.page:35 C/project-image-burn.page:57 +msgid "" +"Click the Properties button to select burning speed and other " +"custom options." +msgstr "" +"Натисніть кнопку Властивості, щоб вибрати швидкість запису та " +"інші нетипові параметри." + +#. (itstool) path: item/p +#: C/project-disc-copy.page:39 +msgid "" +"Click Copy to start copying the disc, or Make Several " +"Copies, if you plan to make more than one copy of the disc." +msgstr "" +"Натисніть кнопку Копіювати, щоб розпочати копіювання диска, або " +"Створити кілька копій, якщо ви плануєте створити декілька копій " +"диска." + +#. (itstool) path: note/p +#: C/project-disc-copy.page:42 +msgid "" +"If you are copying the disc and have only one disc drive, you will be asked " +"to replace the disc you are copying with a writable one after the contents " +"are copied temporarily to your hard disk." +msgstr "" +"Якщо ви копіюєте диск на комп'ютері із одним пристроєм для роботи з дисками, " +"програма попросить вас замінити диск, який ви копіюєте, на записуваний носій " +"після того, як дані з копійованого диска буде тимчасово переписано на " +"основний жорсткий диск комп'ютера." + +#. (itstool) path: info/desc +#: C/project-image-burn.page:11 +msgid "Burn an existing disc image to a CD or DVD." +msgstr "Запис наявного образу диска на компакт-диск або DVD." + +#. (itstool) path: credit/name +#: C/project-image-burn.page:13 +msgid "Marta Bogdanowicz" +msgstr "Марта Богданович" + +#. (itstool) path: page/title +#: C/project-image-burn.page:25 +msgid "Burn image" +msgstr "Записати образ" + +#. (itstool) path: page/p +#: C/project-image-burn.page:27 +msgid "" +"Brasero allows you to burn disc images to a CD or DVD. It " +"supports the following extensions of optical disc images: .iso, " +".toc and .cue." +msgstr "" +"За допомогою Brasero ви можете записувати образи дисків на " +"компакт-диски або DVD. У програмі передбачено підтримку файлів образів " +"оптичних дисків із такими суфіксами назв: .iso, .toc і .cue." + +#. (itstool) path: note/p +#: C/project-image-burn.page:32 +msgid "" +"Disc images are archive files which contain all the data that is on a CD or " +"DVD. Only one disc image can be on a CD at a time, but each archive can " +"contain as little or as much data as you want, as long as it fits on the " +"disc." +msgstr "" +"Образи дисків є файлами архівів, які містять усі дані, які зберігалися на " +"компакт-диску або DVD. На диск одночасно можна записати лише один образ " +"диска, але будь-який архів-образ може містити довільний об'єм даних, якщо " +"тільки усі ці дані можуть вміститися на оптичний диск." + +#. (itstool) path: page/p +#: C/project-image-burn.page:38 +msgid "To burn a disc image to a CD or DVD, follow these steps:" +msgstr "" +"Щоб записати образ диска на компакт-диск або DVD, виконайте таку " +"послідовність дій:" + +#. (itstool) path: item/p +#: C/project-image-burn.page:41 +msgid "" +"Click Burn image on the start page or select " +"ProjectNew ProjectBurn image… ." +msgstr "" +"Натисніть пункт Записати образ на початковій сторінці або " +"виберіть пункт меню ПроєктСтворити проєктЗаписати образ… ." + +#. (itstool) path: item/p +#: C/project-image-burn.page:46 +msgid "" +"Select a disc image to write by clicking Click here to select a disc " +"image." +msgstr "" +"Виберіть образ диска, який слід записати, натисканням пункту Натисніть, " +"щоб вибрати образ диска." + +#. (itstool) path: item/p +#: C/project-image-burn.page:50 +msgid "" +"Select the disc that you want to use from drop down list below Select a " +"disc to write to. If you have more than one disc drive, all discs " +"which are currently in them should be listed." +msgstr "" +"Виберіть диск, яким ви хочете скористатися, зі спадного списку під пунктом " +"Виберіть диск для запису. Якщо на вашому комп'ютері встановлено " +"декілька пристроїв для запису дисків, у списку буде показано усі диски у цих " +"пристроях." + +#. (itstool) path: note/p +#: C/project-image-burn.page:53 +msgid "" +"After choosing the disc Brasero shows how much free space will " +"remain on the disc after burning." +msgstr "" +"Після вибору диска Brasero покаже, скільки вільного місця " +"лишиться на диску після записування." + +#. (itstool) path: item/p +#: C/project-image-burn.page:61 +msgid "" +"Click Burn to start burning the image. After this operation you " +"can either finish burning or make the other copy of the image." +msgstr "" +"Натисніть кнопку Записати, щоб розпочати запис образу. Після " +"завершення запису ви можете або завершити процедуру записування або зробити " +"ще одну копію образу." + +#. (itstool) path: note/p +#: C/project-image-burn.page:64 +msgid "" +"If you are using a re-writable disc, which already contains data, you will " +"be asked if you want to blank it or insert a different disc." +msgstr "" +"Якщо ви використовуєте перезаписуваний диск, на якому вже зберігаються дані, " +"програма запитає вас, хочете ви витерти диск чи вставити інший диск." + +#. (itstool) path: info/desc +#: C/project-save.page:10 +msgid "Save a project for editing or burning later." +msgstr "Збереження проєкту для подальшого редагування або записування." + +#. (itstool) path: page/title +#: C/project-save.page:20 +msgid "Save a project" +msgstr "Збереження проєкту" + +#. (itstool) path: page/p +#: C/project-save.page:22 +msgid "" +"You can save an audio, a data or a video project in Brasero for " +"editing or burning later." +msgstr "" +"У Brasero ви можете зберегти проєкт запису звукових, файлових або " +"відеоданих для подальшого редагування або записування." + +#. (itstool) path: item/p +#: C/project-save.page:27 +msgid "Create the project and add the files you wish to use to the project." +msgstr "" +"Створіть проєкт і додайте до нього файли, які має бути використано у проєкті." + +#. (itstool) path: item/p +#: C/project-save.page:30 +msgid "" +"Click ProjectSave to save the project." +msgstr "" +"Виберіть у меню пункт ПроєктЗберегти, " +"щоб зберегти проєкт." + +#. (itstool) path: item/p +#: C/project-save.page:34 +msgid "" +"Enter the name you wish to save the project under, then click Save to save the project." +msgstr "" +"Введіть назву для збереженого проєкту і натисніть кнопку Зберегти, щоб зберегти проєкт." + +#. (itstool) path: page/p +#: C/project-save.page:39 +msgid "" +"There are a number of ways which can be used for opening a saved " +"Brasero project by:" +msgstr "" +"Збережений проєкт Brasero можна відкрити у декілька способів:" + +#. (itstool) path: item/p +#: C/project-save.page:44 +msgid "" +"selecting it from the list on the start page, under Recent projects" +msgstr "" +"вибрати його зі списку на початковій сторінці у списку Недавні проєкти" + +#. (itstool) path: item/p +#: C/project-save.page:48 +msgid "clicking ProjectRecent Projects" +msgstr "" +"вибрати у меню пункт ПроєктНедавні проєкти" + +#. (itstool) path: item/p +#: C/project-save.page:51 +msgid "" +"clicking ProjectOpen and selecting " +"the project" +msgstr "" +"вибрати пункт меню ПроєктВідкрити і " +"вибрати проєкт" + +#. (itstool) path: item/p +#: C/project-save.page:55 +msgid "opening the project from a file browser" +msgstr "відкрити проєкт у програмі для керування файлами" + +#. (itstool) path: note/p +#: C/project-save.page:57 +msgid "" +"Only one instance of Brasero can be opened at any time. If you " +"try to open a second instance, the currently open Brasero window " +"will be focused." +msgstr "" +"Одночасно може бути запущено лише один екземпляр Brasero. Якщо ви " +"спробуєте відкрити другий екземпляр, система просто передасть фокус на " +"поточний відкритий екземпляр Brasero." + +#. (itstool) path: note/p +#: C/project-save.page:60 +msgid "" +"If Brasero is already running and you try to open some files with " +"it from Files, the files will be added to the project that you " +"are currently working on." +msgstr "" +"Якщо Brasero вже запущено, і ви спробуєте відкрити якісь файли за " +"допомогою програми з програми Файли, файли буде додано до " +"проєкту, над яким ви працюєте." + +#. (itstool) path: note/p +#: C/project-save.page:68 +msgid "" +"If you open a saved project, Brasero will treat it as a new " +"project: if you want to save an updated version of the project, it will ask " +"you to enter a name for it, at this point you can overwrite the old version " +"or save it as a new project by entering a different file name." +msgstr "" +"Якщо ви відкриєте збережений проєкт, Brasero працюватиме з ним як " +"із новим проєктом: якщо ви захочете зберегти оновлену версію проєкту, " +"програма попросить вас ввести назву для неї. На цьому кроці ви можете " +"перезаписати стару версію або записати новий проєкт, ввівши іншу назву файла." + +#. (itstool) path: info/title +#: C/project-video.page:9 +msgctxt "sort" +msgid "3" +msgstr "3" + +#. (itstool) path: info/desc +#: C/project-video.page:10 +msgid "Write a video to a DVD or SVCD." +msgstr "Запис відео на DVD або SVCD." + +#. (itstool) path: page/title +#: C/project-video.page:20 +msgid "Create a video project" +msgstr "Створити відеопроєкт" + +#. (itstool) path: page/p +#: C/project-video.page:22 +msgid "" +"Brasero can be used to create video discs for playing in a DVD " +"player or laptop." +msgstr "" +"Brasero можна скористатися для створення відеодисків для " +"відтворення на програвачі DVD або ноутбуку." + +#. (itstool) path: item/p +#: C/project-video.page:27 +msgid "" +"Click Video project on the start page, or select " +"ProjectNew ProjectNew Video Project." +msgstr "" +"Натисніть пункт Відеодиск на початковій сторінці або виберіть " +"пункт меню ПроєктСтворити проєктВідеодиск." + +#. (itstool) path: item/p +#: C/project-video.page:32 +msgid "" +"Add the videos to the project by clicking Add in the toolbar and " +"selecting the files. You can also add files by dragging and dropping them " +"onto the project area or by clicking EditAdd Files." +msgstr "" +"Додайте бажані файли відео до проєкту натисканням кнопки Додати " +"на панелі інструментів із наступним вибором файлів. Ви також можете додати " +"файли перетягуванням зі скиданням їх на панель проєкту або вибором пункту " +"меню ЗміниДодати файли." + +#. (itstool) path: info/desc +#: C/split-track.page:9 +msgid "Split an audio project track into multiple tracks." +msgstr "Поділ доріжки звукового проєкту на декілька доріжок." + +#. (itstool) path: page/title +#: C/split-track.page:19 +msgid "Split an audio track" +msgstr "Поділ звукової доріжки" + +#. (itstool) path: page/p +#: C/split-track.page:21 +msgid "" +"You can split a single audio track into multiple tracks when you put " +"together an audio project." +msgstr "" +"Ви можете поділити одну звукову доріжку на декілька доріжок при збиранні " +"звукового проєкту." + +#. (itstool) path: item/p +#: C/split-track.page:26 +msgid "Start an audio project and add the tracks you wish to use." +msgstr "" +"Розпочніть звуковий проєкт і додайте до нього доріжки, які ви хочете " +"використати." + +#. (itstool) path: item/p +#: C/split-track.page:29 +msgid "" +"Select the track you wish to split by clicking on it, then click either " +"EditSplit Track… or right click on " +"the track and select Split Track… from the menu." +msgstr "" +"Позначте доріжку, яку ви хочете поділити, клацанням на ній, потім або " +"виберіть пункт меню ЗміниРозділити доріжку…, або клацніть правою кнопкою миші на доріжці і виберіть пункт " +"Розділити доріжку… з контекстного меню." + +#. (itstool) path: item/p +#: C/split-track.page:34 +msgid "Select your preferred method of splitting the tracks:" +msgstr "Виберіть бажаний для вас спосіб поділу доріжок:" + +#. (itstool) path: item/title +#: C/split-track.page:37 +msgid "Split track manually" +msgstr "Розділення вручну" + +#. (itstool) path: item/p +#: C/split-track.page:38 +msgid "" +"This option allows you to select the exact length of each new section of the " +"track manually." +msgstr "" +"За допомогою цього пункту ви можете вибрати точну тривалість відтворення " +"кожної з частин доріжки вручну." + +#. (itstool) path: item/title +#: C/split-track.page:42 +msgid "Split track in parts with a fixed length" +msgstr "Розділення доріжки на частини фіксованої довжини" + +#. (itstool) path: item/p +#: C/split-track.page:43 +msgid "" +"Use this method to split the track into multiple sections of equal length." +msgstr "" +"Скористайтеся цим способом, щоб поділити доріжку на декілька частин із " +"вказаною тривалістю відтворення." + +#. (itstool) path: item/title +#: C/split-track.page:47 +msgid "Split track in a fixed number of parts" +msgstr "Розділення доріжки на фіксовану кількість частин" + +#. (itstool) path: item/p +#: C/split-track.page:48 +msgid "" +"This method allows you to split the track into a set number of sections, all " +"of which will be of the same length." +msgstr "" +"За допомогою цього способу ви можете поділити доріжку на встановлену " +"кількість частин однакової тривалості відтворення." + +#. (itstool) path: item/title +#: C/split-track.page:52 +msgid "Split track for each silence" +msgstr "Розділення доріжки за тихими ділянками" + +#. (itstool) path: item/p +#: C/split-track.page:53 +msgid "" +"Select this method for Brasero to auto-detect silences in the " +"recording and to split the track at those points." +msgstr "" +"Виберіть цей спосіб, щоб дозволити Brasero автоматично виявити " +"проміжки тиші у записі і поділити доріжку за цими проміжками." + +#. (itstool) path: item/p +#: C/split-track.page:59 +msgid "Proceed to split the track by clicking Slice." +msgstr "Розділіть доріжку натисканням кнопки Розділити." + +#. (itstool) path: note/p +#: C/split-track.page:61 +msgid "" +"If you try to split a track into a section less than six seconds long, the " +"new section will be padded to make it 6 seconds long." +msgstr "" +"Якщо ви спробуєте розділити доріжку на частини, тривалість відтворення яких " +"буде меншою за шість секунд, нові частини буде доповнено так, щоб тривалість " +"їхнього відтворення складала 6 секунд." + +#. (itstool) path: item/p +#: C/split-track.page:68 +msgid "Click OK to confirm your track splits and apply the changes." +msgstr "" +"Натисніть кнопку Гаразд, щоб підтвердити поділ доріжки і " +"застосувати зміни." + +#. (itstool) path: note/p +#: C/split-track.page:70 +msgid "" +"You can split and merge the same track as many times as you like while you " +"are viewing the split track dialog. Once you confirm your track splitting by " +"clicking OK, you will no longer be able to merge the sections you " +"have already split off. To revert the changes, remove the split sections of " +"the track from your project and re-add the track." +msgstr "" +"Ви можете розділяти і з'єднувати доріжку довільну кількість разів, доки не " +"буде закрито вікно поділу доріжки. Щойно ви надасте підтвердження поділу " +"доріжки натисканням кнопки Гаразд, ви вже не зможете об'єднати " +"роз'єднані частини. Щоб скасувати внесені зміни, вилучіть поділені частини " +"доріжки з проєкту і повторно додайте саму доріжку." + +#. (itstool) path: info/desc +#: C/tools-blank.page:7 +msgid "Erase a rewritable CD or DVD by blanking it." +msgstr "" +"Витирання перезаписуваного компакт-диска або DVD для отримання порожнього " +"диска." + +#. (itstool) path: page/title +#: C/tools-blank.page:17 +msgid "Blank a disc" +msgstr "Очищення диска" + +#. (itstool) path: page/p +#: C/tools-blank.page:19 +msgid "" +"You can prepare a rewritable disc, with existing data on it, for writing by " +"blanking it." +msgstr "" +"Ви можете приготувати перезаписуваний диск із наявними даними для запису " +"попереднім його витиранням." + +#. (itstool) path: item/p +#: C/tools-blank.page:24 +msgid "Select ToolsBlank...." +msgstr "" +"Виберіть пункт меню ЗасобиОчистити...." + +#. (itstool) path: item/p +#: C/tools-blank.page:27 +msgid "" +"If you have more than one disc drive with a rewritable disc in it, you can " +"select which disc to rewrite under Select a disc." +msgstr "" +"Якщо на комп'ютері встановлено декілька пристроїв для роботи з дисками із " +"вставленими перезаписуваними дисками, ви можете вибрати, який з дисків слід " +"перезаписати, за допомогою пункту Виберіть диск." + +#. (itstool) path: item/p +#: C/tools-blank.page:31 +msgid "You can select Fast blanking to blank the CD quicker." +msgstr "" +"Ви можете вибрати варіант Швидке очищення, щоб очистити диск " +"швидше." + +#. (itstool) path: note/p +#: C/tools-blank.page:33 +msgid "" +"If you have problems writing to a disc which you fast blanked, try disabling " +"fast blanking and blank it again." +msgstr "" +"Якщо у вас виникають проблеми із записом на диск, який було витерто у " +"швидкому режимі, спробуйте вимкнути швидке витирання і повторити витирання " +"диска." + +#. (itstool) path: item/p +#: C/tools-blank.page:38 +msgid "Click Blank to continue." +msgstr "Натисніть кнопку Очистити." + +#. (itstool) path: item/p +#: C/tools-blank.page:41 +msgid "The disc may be ejected when the blanking is complete." +msgstr "Після завершення витирання диск може бути виштовхнуто з лотка." + +#. (itstool) path: info/desc +#: C/tools-check-integrity.page:7 +msgid "You can test out a disc integrity after burning it." +msgstr "Після запису диска ви можете перевірити цілісність даних на ньому." + +#. (itstool) path: credit/name +#: C/tools-check-integrity.page:9 +msgid "Paulina Gonzalez" +msgstr "Пауліна Гонсалес (Paulina Gonzalez)" + +#. (itstool) path: page/title +#: C/tools-check-integrity.page:21 +msgid "Check disc integrity" +msgstr "Перевірка цілісності диска" + +#. (itstool) path: page/p +#: C/tools-check-integrity.page:23 +msgid "" +"After burning a CD/DVD by using Brasero, you can check its " +"integrity to make sure that the files in the disc are not corrupted." +msgstr "" +"Після запису компакт-диска або DVD за допомогою Brasero ви можете " +"перевірити цілісність даних на ньому, щоб переконатися, що файли на диску не " +"пошкоджено." + +#. (itstool) path: item/p +#: C/tools-check-integrity.page:27 +msgid "Select ToolsCheck Integrity...." +msgstr "" +"Виберіть пункт ЗасобиПеревірити цілісність...." + +#. (itstool) path: item/p +#: C/tools-check-integrity.page:30 +#| msgid "" +#| "You can select the option Use an MD5 file to check the disk. " +#| "if you prefer it." +msgid "" +"You can select the option Use an MD5 file to check the disc if " +"you prefer it." +msgstr "" +"Ви можете позначити пункт Використовувати файл контрольної суми MD5 для " +"перевірки диска, якщо хочете." + +#. (itstool) path: item/p +#: C/tools-check-integrity.page:33 +msgid "" +"An MD5 (Message-Digest Algorithm 5) is a cryptographic hash function widely " +"used for checking data integrity." +msgstr "" +"MD5 (алгоритм контрольної суми повідомлення 5) — функція обчислення " +"криптографічної хеш-суми, яку широко використовують для перевірки цілісності " +"даних." + +#. (itstool) path: item/p +#: C/tools-check-integrity.page:34 +msgid "" +"If you choose this option, you will have to find the MD5 file by clicking in " +"the folder icon placed below." +msgstr "" +"Якщо ви скористаєтеся цим пунктом, вам доведеться вказати файл MD5 клацанням " +"на піктограмі теки, яку розташовано нижче." + +#. (itstool) path: item/p +#: C/tools-check-integrity.page:39 +msgid "Press Check to continue or Close to cancel it." +msgstr "" +"Натисніть кнопку Перевірити, щоб продовжити процедуру перевірки, " +"або кнопку Закрити, щоб скасувати її." + +#. (itstool) path: item/p +#: C/tools-check-integrity.page:42 +msgid "" +"When the checking is finished you can either choose to Check Again or just Close." +msgstr "" +"Коли перевірку буде завершено, ви зможете натиснути кнопку Перевірити " +"знову або просто кнопку Закрити." diff -Nru brasero-3.12.2/help/zh_CN/index.page brasero-3.12.3/help/zh_CN/index.page --- brasero-3.12.2/help/zh_CN/index.page 2017-07-31 16:38:23.000000000 +0000 +++ brasero-3.12.3/help/zh_CN/index.page 2021-09-20 08:05:29.000000000 +0000 @@ -1,10 +1,7 @@ - - <media type="image" src="figures/logo48.png" its:translate="no"/> - Brasero Help - + <media type="image" src="figures/logo48.png" its:translate="no"/> Brasero 帮助
创建一个新的项目 diff -Nru brasero-3.12.2/help/zh_CN/project-image-burn.page brasero-3.12.3/help/zh_CN/project-image-burn.page --- brasero-3.12.2/help/zh_CN/project-image-burn.page 2017-07-31 16:38:23.000000000 +0000 +++ brasero-3.12.3/help/zh_CN/project-image-burn.page 2021-09-20 08:05:29.000000000 +0000 @@ -32,9 +32,7 @@

要将光盘镜像刻录到 CD 或 DVD,请按以下步骤操作:

-

Click Burn image on the start page or select - ProjectNew ProjectBurn image… - .

+

点击开始页面的 刻录镜像,或选择项目新建项目刻录镜像…

通过点击 点此选择光盘镜像 来选择要写入的光盘镜像。

diff -Nru brasero-3.12.2/help/zh_CN/project-save.page brasero-3.12.3/help/zh_CN/project-save.page --- brasero-3.12.2/help/zh_CN/project-save.page 2017-07-31 16:38:23.000000000 +0000 +++ brasero-3.12.3/help/zh_CN/project-save.page 2021-09-20 08:05:30.000000000 +0000 @@ -50,9 +50,7 @@

Only one instance of Brasero can be opened at any time. If you try to open a second instance, the currently open Brasero window will be focused.

-

If Brasero is already running and you try to open some - files with it from Files, the files will be added to the - project that you are currently working on.

+

如果 Brasero 已在运行且您尝试经由 文件 应用打开文件,所打开的文件将添加至您当前正在编辑的项目中。

diff -Nru brasero-3.12.2/help/zh_CN/tools-check-integrity.page brasero-3.12.3/help/zh_CN/tools-check-integrity.page --- brasero-3.12.2/help/zh_CN/tools-check-integrity.page 2017-07-31 16:38:23.000000000 +0000 +++ brasero-3.12.3/help/zh_CN/tools-check-integrity.page 2021-09-20 08:05:30.000000000 +0000 @@ -26,7 +26,7 @@

选择 工具检查完整性...

-

如果您愿意,可以选择 使用 MD5 文件检查光盘 选项。

+

You can select the option Use an MD5 file to check the disc if you prefer it.

MD5 (信息摘要算法 5) 是 一种广泛应用于数据完整性检查的密码散列函数。

diff -Nru brasero-3.12.2/help/zh_CN/zh_CN.po brasero-3.12.3/help/zh_CN/zh_CN.po --- brasero-3.12.2/help/zh_CN/zh_CN.po 2013-01-13 22:20:43.000000000 +0000 +++ brasero-3.12.3/help/zh_CN/zh_CN.po 2021-09-17 11:27:28.000000000 +0000 @@ -9,312 +9,401 @@ msgid "" msgstr "" "Project-Id-Version: brasero gnome-2-28\n" -"POT-Creation-Date: 2012-05-26 20:05+0000\n" -"PO-Revision-Date: 2011-10-05 20:54+0800\n" -"Last-Translator: Wylmer Wang \n" +"POT-Creation-Date: 2020-07-03 08:47+0000\n" +"PO-Revision-Date: 2021-09-03 15:21-0400\n" +"Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) \n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bits\n" -"Language: zh_CN\n" +"Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" +"X-Generator: Poedit 3.0\n" -#: C/tools-check-integrity.page:7(desc) -msgid "You can test out a disc integrity after burning it." -msgstr "您可以在刻录光盘后检查其完整性。" +#. Put one translator per line, in the form NAME , YEAR1, YEAR2 +msgctxt "_" +msgid "translator-credits" +msgstr "" +"苏运强(YunQiang Su) \n" +"黄文苗 \n" +"杨雨蒙(Yu Yang) \n" +"Wylmer Wang " -#: C/tools-check-integrity.page:9(name) -msgid "Paulina Gonzalez" -msgstr "Paulina Gonzalez" +#. (itstool) path: info/desc +#: C/create-cover.page:7 +#, fuzzy +#| msgid "Create an inlay for a jewel case" +msgid "Create an inlay for a jewel case." +msgstr "创建镶嵌珠宝。" -#: C/tools-check-integrity.page:10(email) -msgid "pau.gonzalezbr@gmail.com" -msgstr "pau.gonzalezbr@gmail.com" - -#: C/tools-check-integrity.page:13(name) C/tools-blank.page:9(name) -#: C/split-track.page:11(name) C/project-video.page:12(name) -#: C/project-save.page:12(name) C/project-image-burn.page:17(name) -#: C/project-disc-copy.page:9(name) C/project-data.page:9(name) -#: C/project-audio.page:9(name) C/prob-dvd.page:11(name) -#: C/prob-cd.page:11(name) C/introduction.page:9(name) -#: C/create-cover.page:9(name) +#. (itstool) path: credit/name +#: C/create-cover.page:9 C/introduction.page:9 C/prob-cd.page:11 +#: C/prob-dvd.page:11 C/project-audio.page:9 C/project-data.page:9 +#: C/project-disc-copy.page:9 C/project-image-burn.page:17 +#: C/project-save.page:12 C/project-video.page:12 C/split-track.page:11 +#: C/tools-blank.page:9 C/tools-check-integrity.page:13 msgid "Ekaterina Gerasimova" msgstr "Ekaterina Gerasimova" -#: C/tools-check-integrity.page:14(email) C/project-image-burn.page:18(email) -msgid "kittykat3756@gmail.com" -msgstr "kittykat3756@gmail.com" - -#: C/tools-check-integrity.page:17(p) C/tools-blank.page:13(p) -#: C/split-track.page:15(p) C/project-video.page:16(p) -#: C/project-save.page:16(p) C/project-image-burn.page:21(p) -#: C/project-disc-copy.page:13(p) C/project-data.page:13(p) -#: C/project-audio.page:13(p) C/prob-dvd.page:15(p) C/prob-cd.page:15(p) -#: C/introduction.page:13(p) C/create-cover.page:13(p) +#. (itstool) path: license/p +#: C/create-cover.page:13 C/introduction.page:13 C/prob-cd.page:15 +#: C/prob-dvd.page:15 C/project-audio.page:13 C/project-data.page:13 +#: C/project-disc-copy.page:13 C/project-image-burn.page:21 +#: C/project-save.page:16 C/project-video.page:16 C/split-track.page:15 +#: C/tools-blank.page:13 C/tools-check-integrity.page:17 msgid "Creative Commons Share Alike 3.0" msgstr "知识共享协议 相同方式共享许可 3.0" -#: C/tools-check-integrity.page:21(title) -msgid "Check disc integrity" -msgstr "检查盘片完整性" +#. (itstool) path: page/title +#: C/create-cover.page:17 +msgid "Create a cover" +msgstr "创建封面" -#: C/tools-check-integrity.page:23(p) +#. (itstool) path: page/p +#: C/create-cover.page:19 +#, fuzzy msgid "" -"After burning a CD/DVD by using Brasero, you can check its " -"integrity to make sure that the files in the disc are not corrupted." +"You can use Brasero to create inlays for your jewel cases. Access " +"the creator by clicking Tools Cover Editor." msgstr "" -"在使用 Brasero 刻录一张 CD/DVD 后,您可以通过检查光盘完整性来确认" -"光盘中的文件完整无损。" - -#: C/tools-check-integrity.page:27(p) -msgid "Select ToolsCheck Integrity...." -msgstr "选择 工具检查完整性...。" +"您可以使用 Brasero 来创建镶嵌珠宝盒。点击工具封面编辑器。" -#: C/tools-check-integrity.page:30(p) +#. (itstool) path: note/p +#: C/create-cover.page:24 +#, fuzzy msgid "" -"You can select the option Use an MD5 file to check the disk. if " -"you prefer it." -msgstr "如果您愿意,可以选择 使用 MD5 文件检查光盘 选项。" +"If you are creating an audio project and finish putting together the project " +"before creating an inlay, then when you access the Cover Editor " +"interface from the audio project window, the tracks will automatically be " +"listed on the back cover." +msgstr "" +"如果您将一个正在创建的音频项目和已完成的项目放在一起,然后再创建一个镶嵌,那" +"么当您通过音频项目窗口来访问封面编辑器界面,那么轨道会自动列在背面" -#: C/tools-check-integrity.page:33(p) -msgid "" -"An MD5 (Message-Digest Algorithm 5) is a cryptographic hash function widely " -"used for checking data integrity." -msgstr "MD5 (信息摘要算法 5) 是 一种广泛应用于数据完整性检查的密码散列函数。" +#. (itstool) path: note/p +#: C/create-cover.page:31 +msgid "If you close the Cover Editor, your changes will be lost." +msgstr "如果您关闭 封面编辑器,您的更改将丢失。" + +#. (itstool) path: item/p +#: C/create-cover.page:36 +msgid "Open the Cover Editor." +msgstr "打开 封面编辑器。" -#: C/tools-check-integrity.page:34(p) +#. (itstool) path: item/p +#: C/create-cover.page:39 +#, fuzzy msgid "" -"If you choose this option, you will have to find the MD5 file by clicking in " -"the folder icon placed below." +"Choose the formatting you wish to use for the text and type the text, " +"scrolling down to see the side and back inlay for the jewel case." msgstr "" -"如果您选择了该选项,那么需要通过点击下方的文件夹图标来找到对应的 MD5 文件。" - -#: C/tools-check-integrity.page:39(p) -msgid "Press Check to continue or Close to cancel it." -msgstr "点击 检查 继续,或点击 关闭 取消检查。" +"选择您要使用的文本格式,然后键入文本,向下滚动查看侧面和背部的珠宝盒子镶嵌。" -#: C/tools-check-integrity.page:42(p) +#. (itstool) path: note/p +#: C/create-cover.page:42 msgid "" -"When the checking is finished you can either choose to Check Again or just Close." -msgstr "在检查完成后,您可以选择重新检查 或直接 关闭。" - -# blanking it 翻译不准确 -#: C/tools-blank.page:7(desc) -msgid "Erase a rewritable CD or DVD by blanking it." -msgstr "通过清空内容来擦除一张可读写 CD 或 DVD 光盘。" - -#: C/tools-blank.page:10(email) C/split-track.page:12(email) -#: C/project-video.page:13(email) C/project-save.page:13(email) -#: C/project-disc-copy.page:10(email) C/project-data.page:10(email) -#: C/project-audio.page:10(email) C/prob-dvd.page:12(email) -#: C/prob-cd.page:12(email) C/introduction.page:10(email) -#: C/create-cover.page:10(email) -msgid "kittykat3756@googlemail.com" -msgstr "kittykat3756@googlemail.com" - -#: C/tools-blank.page:17(title) -msgid "Blank a disc" -msgstr "擦除光盘" +"When you first see the Cover Editor dialog, you will not be able " +"to click on any of the text formatting options. Click on the cover you want " +"to work on to be able to use those." +msgstr "" +"当您第一次看到 封面编辑器 对话框,您不能点击任何文本格式选项。点击" +"您想要加工的封面才能使用它们。" -#: C/tools-blank.page:19(p) +#. (itstool) path: item/p +#: C/create-cover.page:48 msgid "" -"You can prepare a rewritable disc, with existing data on it, for writing by " -"blanking it." -msgstr "您可以准备一张等待清空的、存有数据的可擦写光盘。" - -#: C/tools-blank.page:24(p) -msgid "Select ToolsBlank...." -msgstr "选择 工具擦除...。" +"Click the Background properties toolbar icon to add a background " +"for the current cover, or right click on the cover you wish to edit and " +"select Set Background Properties. You can choose to use a colored " +"background or to select a background image." +msgstr "" +"点击 背景属性 工具栏图标来为当前封面添加背景,或在您要编辑的封面上" +"右击,选择 设置背景属性。您可以选择使用纯色背景或选择一张背景图" +"像。" -#: C/tools-blank.page:27(p) +#. (itstool) path: note/p +#: C/create-cover.page:53 msgid "" -"If you have more than one disc drive with a rewritable disc in it, you can " -"select which disc to rewrite under Select a disc." +"If you select a centered background image, Brasero sometimes " +"crashes when you click the Close button." msgstr "" -"如果您有不止一台放有可读写光盘的光驱,可以用 选择一张光盘选择对哪" -"一张光盘进行修改。" +"如果您选择了一个居中的背景图像,则当您选点击 关闭 按钮时," +"Brasero有时候会崩溃。" -#: C/tools-blank.page:31(p) -msgid "You can select Fast blanking to blank the CD quicker." -msgstr "您可以选择 快速擦除 来更快的清空 CD。" +#. (itstool) path: item/p +#: C/create-cover.page:56 +msgid "" +"Click the Close button to apply the changes and close the " +"Background Properties dialog." +msgstr "点击 关闭 按钮来应用更改并关闭 背景属性 对话框。" -#: C/tools-blank.page:33(p) +#. (itstool) path: item/p +#: C/create-cover.page:60 msgid "" -"If you have problems writing to a disc which you fast blanked, try disabling " -"fast blanking and blank it again." -msgstr "" -"如果您在写入快速擦除后的光盘时出现问题,请尝试禁用快速擦除并重新擦除它。" +"Print the cover using the Print button, which is located in the " +"top-right corner of the dialog." +msgstr "使用位于对话框右上角的 打印 按钮来打印封面。" -#: C/tools-blank.page:38(p) -msgid "Click Blank to continue." -msgstr "点击 擦除 按钮继续。" +#. (itstool) path: page/title +#: C/index.page:6 +msgid "<_:media-1/> Brasero Help" +msgstr "<_:media-1/> Brasero 帮助" -#: C/tools-blank.page:41(p) -msgid "The disc may be ejected when the blanking is complete." -msgstr "当清空完成时光盘将会弹出。" +#. (itstool) path: section/title +#: C/index.page:12 +msgid "Create a new project" +msgstr "创建一个新的项目" -#: C/split-track.page:9(desc) -msgid "Split an audio project track into multiple tracks." -msgstr "将一个音频项目的轨道分割成多条。" +#. (itstool) path: section/title +#: C/index.page:16 +msgid "Troubleshooting" +msgstr "故障排除" -#: C/split-track.page:19(title) -msgid "Split an audio track" -msgstr "分割一条音轨" +#. (itstool) path: section/title +#: C/index.page:20 +msgid "Other tools" +msgstr "其他工具" -#: C/split-track.page:21(p) -msgid "" -"You can split a single audio track into multiple tracks when you put " -"together an audio project." -msgstr "当您合并一个音频项目时,可以将一条音轨分割成多条。" +#. (itstool) path: info/desc +#: C/introduction.page:7 +msgid "Introduction to the Brasero disc burning application." +msgstr "Brasero 光盘刻录程序介绍。" -#: C/split-track.page:26(p) -msgid "Start an audio project and add the tracks you wish to use." -msgstr "启动音频项目,并添加您想要使用的轨道。" +#. (itstool) path: page/title +#: C/introduction.page:17 +msgid "Introduction" +msgstr "介绍" -#: C/split-track.page:29(p) +#. (itstool) path: page/p +#: C/introduction.page:19 msgid "" -"Select the track you wish to split by clicking on it, then click either " -"EditSplit Track… or right click on " -"the track and select Split Track… from the menu." +"Brasero is an application for burning CDs and DVDs, designed to " +"be easy to use, while providing all the tools necessary for burning." msgstr "" -"通过单击选择您想要分割的轨道,然后点击 编辑分割轨道…" -" 或者在轨道上右击并从菜单中选择 分割轨道…。" +"Brasero 是一款用于刻录 CD 和 DVD 的应用程序,简单" +"易用,并提供了刻录所需的所有工具。" -#: C/split-track.page:34(p) -msgid "Select your preferred method of splitting the tracks:" -msgstr "选择您偏好的轨道分割方法:" +#. (itstool) path: page/p +#: C/introduction.page:22 +msgid "With Brasero you can:" +msgstr "使用 Brasero 您可以:" -#: C/split-track.page:37(title) -msgid "Split track manually" -msgstr "手动分割轨道" +#. (itstool) path: item/p +#: C/introduction.page:24 +msgid "Burn data to CDs and DVDs" +msgstr "刻录数据到 CD 和 DVD" -#: C/split-track.page:38(p) -msgid "" -"This option allows you to select the exact length of each new section of the " -"track manually." -msgstr "此选项让您手动选择该音轨的各个新片段的精确长度。" +#. (itstool) path: item/p +#: C/introduction.page:25 +msgid "Burn audio CDs from digital audio files (such as OGG, FLAC and MP3)" +msgstr "将数字音乐文件(如 ogg、flac 和 mp3)刻录为音乐 CD" -#: C/split-track.page:42(title) -msgid "Split track in parts with a fixed length" -msgstr "按照固定长度分割轨道" +#. (itstool) path: item/p +#: C/introduction.page:27 +msgid "Copy CDs and DVDs" +msgstr "复制 CD 和 DVD" -#: C/split-track.page:43(p) -msgid "" -"Use this method to split the track into multiple sections of equal length." -msgstr "此方法可以将轨道分割成等长的多个片段。" +#. (itstool) path: item/p +#: C/introduction.page:28 +msgid "Create video DVDs or SVCDs" +msgstr "创建视频 DVD 或 SVCD" -#: C/split-track.page:47(title) -msgid "Split track in a fixed number of parts" -msgstr "按照固定的分割片数分割轨道" +#. (itstool) path: item/p +#: C/introduction.page:29 +msgid "Create image files and burn existing image files" +msgstr "创建镜像文件和刻录已有的镜像文件" -#: C/split-track.page:48(p) -msgid "" -"This method allows you to split the track into a set number of sections, all " -"of which will be of the same length." -msgstr "此方法让您将音轨分成指定数目的几个片段,各段长度相同。" +#. (itstool) path: item/p +#: C/introduction.page:30 +msgid "Erase CD-RWs and DVD-RWs" +msgstr "擦除 CD-R/W 和 DVD-R/W" -#: C/split-track.page:52(title) -msgid "Split track for each silence" -msgstr "根据每个无声部分分割轨道" +#. (itstool) path: item/p +#: C/introduction.page:31 +msgid "Check the integrity of discs and disc images" +msgstr "检查光盘和光盘镜像的完整性" -#: C/split-track.page:53(p) +#. (itstool) path: figure/title +#: C/introduction.page:35 +msgid "The Brasero main window" +msgstr "Brasero 主窗口" + +#. (itstool) path: figure/media +#. This is a reference to an external file such as an image or video. When +#. the file changes, the md5 hash will change to let you know you need to +#. update your localized copy. The msgstr is not used at all. Set it to +#. whatever you like once you have updated your copy of the file. +#: C/introduction.page:36 +msgctxt "_" msgid "" -"Select this method for Brasero to auto-detect silences in the " -"recording and to split the track at those points." +"external ref='figures/brasero-main-window.png' " +"md5='cd9679619426233b5f58a69e6f34398b'" msgstr "" -"选择此方法,Brasero 会自动检测录音中的无声部分,并在相应位置分割音" -"轨。" +"external ref='figures/brasero-main-window.png' " +"md5='cd9679619426233b5f58a69e6f34398b'" -#: C/split-track.page:59(p) -msgid "Proceed to split the track by clicking Slice." -msgstr "点击 分片 进行音轨分割。" +#. (itstool) path: info/desc +#: C/prob-cd.page:9 +msgid "My MP3s will not play in a DVD or CD player." +msgstr "我的 MP3 文件在 DVD 或 CD 播放器中不能播放。" + +#. (itstool) path: page/title +#: C/prob-cd.page:19 +msgid "CD will not play in a CD player" +msgstr "CD 在 CD 播放器中不能播放" -#: C/split-track.page:61(p) +#. (itstool) path: page/p +#: C/prob-cd.page:21 msgid "" -"If you try to split a track into a section less than six seconds long, the " -"new section will be padded to make it 6 seconds long." +"If your CD is not playing in your CD player or stereo, it is probably " +"because the music was not correctly written to the disc or because you used " +"a data project to write the music to the CD instead of an audio project." msgstr "" -"如果您想将一条音轨分割成不到 6 秒的片段,则新分割的片段会被填充到 6 秒长。" - -#: C/split-track.page:68(p) -msgid "Click OK to confirm your track splits and apply the changes." -msgstr "点击 确定 来确认您的分割音轨操作并应用更改。" +"如果您的 CD 在 CD 播放器中不能播放,很可能是由于音乐文件没有正确的写入光盘," +"或者是因为您使用了数据项目来将音乐文件写入 CD,而不是用音频项目。" -#: C/split-track.page:70(p) +#. (itstool) path: note/p +#: C/prob-cd.page:26 msgid "" -"You can split and merge the same track as many times as you like while you " -"are viewing the split track dialog. Once you confirm your track splitting by " -"clicking OK, you will no longer be able to merge the sections you " -"have already split off. To revert the changes, remove the split sections of " -"the track from your project and re-add the track." +"Many new CD and DVD players will play music CDs which were created using a " +"data project, but most older players will not." msgstr "" -"在查看分割轨道对话框时,您可以多次分割或合并同一音轨。一旦您通过点击 确" -"定 确认轨道分割,将不能再合并已经分出去的片段。要还原更改,请从您的项目" -"中移除分割的轨道片段,然后重新加载该轨道。" +"许多新的 CD 和 DVD 播放器可以播放数据项目创建的音乐 CD,但大多数老的播放器则" +"不能。" -#: C/project-video.page:9(title) -msgid "3" -msgstr "3" +#. (itstool) path: note/p +#: C/prob-cd.page:31 +msgid "Older CD players might not be able to play CD-RWs." +msgstr "老 CD 播放器可能无法播放 CD-RW 盘片。" -#: C/project-video.page:10(desc) -msgid "Write a video to a DVD or SVCD." -msgstr "将视频写入 DVD 或 SVCD。" +#. (itstool) path: item/p +#: C/prob-cd.page:36 +msgid "If you are using a CD-RW, blank the CD." +msgstr "如果您使用的是一张 CD-RW 光盘, 请先清空它。" -#: C/project-video.page:20(title) -msgid "Create a video project" -msgstr "创建一个新视频的项目" +#. (itstool) path: item/p +#: C/prob-cd.page:39 +msgid "Rewrite the CD as an audio project." +msgstr "以音频项目来重写该 CD。" -#: C/project-video.page:22(p) -msgid "" -"Brasero can be used to create video discs for playing in a DVD " -"player or laptop." -msgstr "Brasero 可以用来创建能在 DVD 播放器或笔记本电脑上播放的视频光盘。" +#. (itstool) path: info/desc +#: C/prob-dvd.page:9 +msgid "I cannot write to a DVD-R or a DVD-RW." +msgstr "我无法写入 DVD-R 或 DVD-RW 光盘。" + +#. (itstool) path: page/title +#: C/prob-dvd.page:19 +msgid "Problem creating a DVD" +msgstr "创建 DVD 有问题" -#: C/project-video.page:27(p) +#. (itstool) path: page/p +#: C/prob-dvd.page:21 msgid "" -"Click Video project on the start page, or select " -"ProjectNew ProjectNew Video Project." +"Some types of DVD-Rs and DVD-RWs are not compatible with all burners. Check " +"the following to find out if those can be used with your burner." msgstr "" -"点击主窗口中的 视频项目 或选择 项" -"目新建项目新建视频项目。" +"某些类型的 DVD-R 和 DVD-RW 光盘不能和所有的刻录机兼容,请检查以下内容了解您的" +"刻录机是否可以使用这些盘片。" -#: C/project-video.page:32(p) +#. (itstool) path: item/p +#: C/prob-dvd.page:26 msgid "" -"Add the videos to the project by clicking Add in the toolbar and " -"selecting the files. You can also add files by dragging and dropping them " -"onto the project area or by clicking EditAdd Files." +"Check if your DVD drive accepts DVD+ or DVD- discs; if it is labelled with " +"\"multi\", that usually indicates that it accepts both. Check your disc to " +"see if it is the same as the DVD drive." msgstr "" -"点击工具栏上的 添加 然后选择要添加进项目的视频文件。您也可以通过把" -"文件拖放到项目区或点击 编辑添加文件 的" -"方式来添加文件。" +"检查您的 DVD 光驱是否接受 DVD+ 或者 DVD- 盘片;如果它上面标有“multi(多重)”," +"通常说明它可以使用这两种光盘。检查您的光盘看是否有与 DVD 光驱同样的标记。" -#: C/project-video.page:38(p) C/project-data.page:43(p) +#. (itstool) path: item/p +#: C/prob-dvd.page:31 msgid "" -"You can add a title for the disc in the text entry field below the project " +"Check if your disc is dual layer or single layer: some DVD drives can not " +"write to a dual layer disc." +msgstr "" +"检查您的盘片是的多层的还是单层的:有些 DVD 光驱不能对多层盘片进行写入操作。" + +#. (itstool) path: item/p +#: C/prob-dvd.page:35 +msgid "" +"If you are trying to use a DVD-R, check if it has already been written to " +"before. If you are using a DVD-RW, try blanking it before you attempt to " +"write to it." +msgstr "" +"如果您想使用 DVD-R 盘片,检查它是否已经被写过了。如果您想使用 DVD-RW 盘片,请" +"尝试清空原有数据再进行写操作。" + +#. (itstool) path: info/desc +#: C/project-audio.page:7 +msgid "Create an audio project." +msgstr "创建一个新音频的项目。" + +#. (itstool) path: page/title +#: C/project-audio.page:17 +msgid "Write a music CD" +msgstr "写入一张音乐 CD" + +#. (itstool) path: page/p +#: C/project-audio.page:19 +msgid "" +"Brasero can write audio files to a CD, which you can then use for " +"playing in CD players and so on. It is usually best to use a non-rewritable " +"CD because not all CD players will play rewritable CDs." +msgstr "" +"Brasero 可以将音频文件写入CD,以供您在 CD 播放器中播放等使用。最好" +"用不可重写的 CD 刻录,因为不是所有的 CD 播放器都能播放可重写 CD。" + +#. (itstool) path: item/p +#: C/project-audio.page:26 +msgid "" +"Click Audio project on the start page, or select " +"ProjectNew ProjectNew Audio Project." +msgstr "" +"点击开始页面中的 音频项目,或选择 " +"项目新建项目新建音频项目。" + +#. (itstool) path: item/p +#: C/project-audio.page:31 +msgid "" +"Add audio files to the project by clicking Add in the toolbar and " +"selecting the desired files. You can also add files by dragging and dropping " +"them onto the project area or by clicking EditAdd " +"Files." +msgstr "" +"点击 工具栏中的 添加 并选择想要的文件来向项目中添加音频文件。您也" +"可以通过将文件拖放到项目区域或者点击 编辑添加文件 来添加文件。" + +#. (itstool) path: item/p +#: C/project-audio.page:37 +msgid "" +"You can add a title for the CD in the text entry field below the project " "area." -msgstr "您可以在项目区下面的文字输入框中为光盘添加一个标题。" +msgstr "您可以在项目区域下方的文字输入区域为 CD 添加一个标题。" -#: C/project-video.page:42(p) C/project-data.page:47(p) -msgid "Select the blank disc in the drop down list." -msgstr "在下拉列表中选择空白光盘。" +#. (itstool) path: item/p +#: C/project-audio.page:41 +msgid "Select the blank CD in the drop down list." +msgstr "在下拉菜单中选择空 CD。" -#: C/project-video.page:45(p) C/project-data.page:50(p) -#: C/project-audio.page:44(p) +#. (itstool) path: item/p +#: C/project-audio.page:44 C/project-data.page:50 C/project-video.page:45 msgid "Click Burn... to continue." msgstr "点击 刻录... 继续。" -#: C/project-video.page:48(p) C/project-data.page:53(p) -#: C/project-audio.page:47(p) +#. (itstool) path: item/p +#: C/project-audio.page:47 C/project-data.page:53 C/project-video.page:48 msgid "" "Select the Burning speed from the drop down list, and any other " "options you may want." msgstr "从下拉菜单中选择 刻录速度 和其他需要的选项。" -#: C/project-video.page:52(p) C/project-audio.page:51(p) +#. (itstool) path: item/p +#: C/project-audio.page:51 C/project-video.page:52 msgid "" "Click Burn to burn a single disc of the project or Burn " "Several Copies to burn your project to multiple discs." @@ -322,102 +411,192 @@ "点击 刻录 开始刻录单张项目光盘,或点击 刻录多份副本 来" "将项目刻录到多张光盘" -#: C/project-save.page:10(desc) -msgid "Save a project for editing or burning later." -msgstr "保存项目以备后续编辑或刻录。" +#. (itstool) path: note/p +#: C/project-audio.page:57 +msgid "" +"You can also split individual tracks into multiple tracks using the " +"Split tool and add a two second break after a track using the " +"Pause button." +msgstr "" +"您可以通过 分割 工具来将一个单独的轨道分割为多个轨道,并通过 " +"暂停 按钮在每条轨道后添加一个 2 秒的间隔。" -#: C/project-save.page:20(title) -msgid "Save a project" -msgstr "保存项目" +#. (itstool) path: info/desc +#: C/project-data.page:7 +msgid "Write data to a CD or DVD." +msgstr "向 CD 或 DVD 写入数据。" -#: C/project-save.page:22(p) +#. (itstool) path: page/title +#: C/project-data.page:17 +msgid "Create a data project" +msgstr "创建一个新的数据项目" + +#. (itstool) path: page/p +#: C/project-data.page:19 msgid "" -"You can save an audio, a data or a video project in Brasero for " -"editing or burning later." +"A data project is used for writing data (for example, files, photos or " +"music) to a disc, without changing those files in any way. This can be " +"useful for transferring files between computers." msgstr "" -"您可以在 Brasero 中保存音频、数据和视频项目,以便日后编辑和刻录。" +"一个数据项目是用来将数据(如文件、照片、音乐)写入光盘,而不对这些文件做任何的" +"改动。这在计算机间传输文件时非常有用。" -#: C/project-save.page:27(p) -msgid "Create the project and add the files you wish to use to the project." -msgstr "创建一个项目并将您想使用的文件添加到项目中。" +#. (itstool) path: item/p +#: C/project-data.page:25 +msgid "" +"Click Data project on the start page, or select " +"ProjectNew ProjectNew Data Project." +msgstr "" +"在开始页面点击 数据项目,或选择 " +"项目新建项目新建数据项目。" -#: C/project-save.page:30(p) +#. (itstool) path: item/p +#: C/project-data.page:30 msgid "" -"Click ProjectSave to save the project." -msgstr "点击 项目保存 来保存项目。" +"Add the desired files to the project by clicking Add in the " +"toolbar and selecting the files. You can also add files by dragging and " +"dropping them onto the project area or by clicking EditAdd Files." +msgstr "" +"通过点击工具栏上的 添加 并选择文件来向项目中添加需要的文件。您可以" +"通过将文件拖放到项目区域或点击 编辑添加文件 的方式来添加文件。" -#: C/project-save.page:34(p) +#. (itstool) path: note/p +#: C/project-data.page:35 msgid "" -"Enter the name you wish to save the project under, then click Save to save the project." -msgstr "输入您想保存项目的名称,然后点击 保存 来保存项目。" +"You can create folders on the CD to store your data in a more structured " +"manner. To create a folder, click New Folder in the toolbar or " +"select EditNew Folder from the menu " +"bar. You can also create folders inside other folders." +msgstr "" +"您可以在 CD 上创建文件夹来更结构化的储存您的数据。要创建文件夹,在工具栏上点" +"击新文件夹,或者在菜单栏中选择 编辑新文件" +"夹。您也可以在文件夹中创建文件夹。" -#: C/project-save.page:39(p) +#. (itstool) path: item/p +#: C/project-data.page:43 C/project-video.page:38 msgid "" -"There are a number of ways which can be used for opening a saved " -"Brasero project by:" -msgstr "有多种途径来打开保存的 Brasero 项目:" +"You can add a title for the disc in the text entry field below the project " +"area." +msgstr "您可以在项目区下面的文字输入框中为光盘添加一个标题。" -#: C/project-save.page:44(p) +#. (itstool) path: item/p +#: C/project-data.page:47 C/project-video.page:42 +msgid "Select the blank disc in the drop down list." +msgstr "在下拉列表中选择空白光盘。" + +#. (itstool) path: item/p +#: C/project-data.page:57 msgid "" -"selecting it from the list on the start page, under Recent projects" -msgstr "从开始页面的 最近项目 列表中选择项目" +"Click Burn to burn a single CD of the project or Burn " +"Several Copies to burn your project to multiple CDs" +msgstr "" +"点击 刻录 来刻录单张项目 CD,或点击刻录多份副本来将您的" +"项目刻录为多张 CD" -#: C/project-save.page:48(p) -msgid "clicking ProjectRecent Projects" -msgstr "点击 项目最近项目" +#. (itstool) path: note/p +#: C/project-data.page:60 +msgid "" +"If you are using a rewritable disc, which already contains data, you will be " +"asked if you want to blank it or insert a different disc." +msgstr "" +"如果您使用是的包含数据的可读写光盘,程序会询问您是想擦除它还是插入另一张新的" +"光盘。" -#: C/project-save.page:51(p) +#. (itstool) path: page/p +#: C/project-data.page:66 msgid "" -"clicking ProjectOpen and selecting " -"the project" -msgstr "点击 项目打开 并选择项目" +"If you are using a rewritable disc and the data is not burned correctly onto " +"it, you may need to do a full (non-fast) blank of the disc before trying " +"again." +msgstr "" +"如果您使用是的一张刻录不正确的可读写光盘,在重试之前您可能需要对光盘做一次完" +"整(非快速方式的)清空。" -#: C/project-save.page:55(p) -msgid "opening the project from a file browser" -msgstr "从文件浏览器中打开项目" +#. (itstool) path: info/desc +#: C/project-disc-copy.page:7 +msgid "Create an identical copy of a disc." +msgstr "创建一个相同的光盘副本。" -#: C/project-save.page:57(p) +#. (itstool) path: page/title +#: C/project-disc-copy.page:17 +msgid "Copy disc" +msgstr "复制光盘" + +#. (itstool) path: item/p +#: C/project-disc-copy.page:21 msgid "" -"If Brasero is already running, opening the project from a file " -"browser will cause a second instance of Brasero to start and will " -"cause both instances to crash. See GNOME bug 644011 for more information." -msgstr "" -"如果 Brasero 已经运行,从文件浏览器中打开项目会启动另一个 " -"Brasero 实例,这会导致两个实例都崩溃。请参阅 GNOME bug 644011 了解更多" -"信息。" +"Click Disc copy on the start page, or select " +"ProjectNew ProjectCopy Disc... ." +msgstr "" +"点击主窗口中的 光盘复制 或选择 项" +"目新建项目复制光盘...。" -#: C/project-save.page:67(p) +#. (itstool) path: item/p +#: C/project-disc-copy.page:26 msgid "" -"If you open a saved project, Brasero will treat it as a new " -"project: if you want to save an updated version of the project, it will ask " -"you to enter a name for it, at this point you can overwrite the old version " -"or save it as a new project by entering a different file name." +"Select the disc you would like to copy from the drop down list below " +"Select disc to copy. If you have more than one disc drive, all " +"discs which are currently in them should be listed." msgstr "" -"如果您打开一个已保存的项目,Brasero 会把它作为一个新项目:如果您想" -"保存更新后的项目,程序会请您为它输入一个名字,这时您可以选择覆盖老版本,或输" -"入不同的文件名将它保存为一个新项目。" +"在 选择要复制的光盘 下方的下拉菜单中选择您希望复制的光盘。如果您有" +"不止一台光驱,那么会列出所有光驱的光盘。" + +#. (itstool) path: item/p +#: C/project-disc-copy.page:31 +msgid "" +"Choose whether you want to make a copy to another disc or create an image " +"for later use." +msgstr "选择是否希望制作光盘备份或创建镜像文件供以后使用。" + +#. (itstool) path: item/p +#: C/project-disc-copy.page:35 C/project-image-burn.page:57 +msgid "" +"Click the Properties button to select burning speed and other " +"custom options." +msgstr "点击 属性 按钮来选择刻录速度或者其他自定义选项。" + +#. (itstool) path: item/p +#: C/project-disc-copy.page:39 +msgid "" +"Click Copy to start copying the disc, or Make Several " +"Copies, if you plan to make more than one copy of the disc." +msgstr "" +"点击复制 开始复制光盘。如果您想制作多个副本,点击制作多个副本" +"。 " + +#. (itstool) path: note/p +#: C/project-disc-copy.page:42 +msgid "" +"If you are copying the disc and have only one disc drive, you will be asked " +"to replace the disc you are copying with a writable one after the contents " +"are copied temporarily to your hard disk." +msgstr "" +"如果您只有一台光驱,则程序会在将光盘文件暂存到硬盘上以后要您将光驱的光盘更换" +"为一张可擦写光盘。" -#: C/project-image-burn.page:11(desc) +#. (itstool) path: info/desc +#: C/project-image-burn.page:11 msgid "Burn an existing disc image to a CD or DVD." msgstr "将现有的光盘镜像写入 CD 或 DVD。" -#: C/project-image-burn.page:13(name) +#. (itstool) path: credit/name +#: C/project-image-burn.page:13 msgid "Marta Bogdanowicz" msgstr "Marta Bogdanowicz" -#: C/project-image-burn.page:14(email) -msgid "majus85@gmail.com" -msgstr "majus85@gmail.com" - -#: C/project-image-burn.page:25(title) +#. (itstool) path: page/title +#: C/project-image-burn.page:25 msgid "Burn image" msgstr "刻录镜像" -#: C/project-image-burn.page:27(p) +#. (itstool) path: page/p +#: C/project-image-burn.page:27 msgid "" "Brasero allows you to burn disc images to a CD or DVD. It " "supports the following extensions of optical disc images: .iso, " @@ -426,7 +605,8 @@ "Brasero 可以将光盘镜像刻录到 CD 或 DVD 上。它支持以下光盘镜像扩展" "名:.iso.toc.cue。" -#: C/project-image-burn.page:32(p) +#. (itstool) path: note/p +#: C/project-image-burn.page:32 msgid "" "Disc images are archive files which contain all the data that is on a CD or " "DVD. Only one disc image can be on a CD at a time, but each archive can " @@ -436,26 +616,30 @@ "光盘镜像是包含了一张 CD 或 DVD 上所有数据的档案文件。一张 CD 同时只能容纳一个" "光盘镜像,但档案里的内容多少是任意的,只要光盘能容得下就行。" -#: C/project-image-burn.page:38(p) +#. (itstool) path: page/p +#: C/project-image-burn.page:38 msgid "To burn a disc image to a CD or DVD, follow these steps:" msgstr "要将光盘镜像刻录到 CD 或 DVD,请按以下步骤操作:" -#: C/project-image-burn.page:41(p) +#. (itstool) path: item/p +#: C/project-image-burn.page:41 msgid "" "Click Burn image on the start page or select " -"ProjectNew ProjectBurn image…ProjectNew ProjectBurn image… ." msgstr "" "点击开始页面的 刻录镜像,或选择项目新建项" "目刻录镜像…。" -#: C/project-image-burn.page:46(p) +#. (itstool) path: item/p +#: C/project-image-burn.page:46 msgid "" "Select a disc image to write by clicking Click here to select a disc " "image." msgstr "通过点击 点此选择光盘镜像 来选择要写入的光盘镜像。" -#: C/project-image-burn.page:50(p) +#. (itstool) path: item/p +#: C/project-image-burn.page:50 msgid "" "Select the disc that you want to use from drop down list below Select a " "disc to write to. If you have more than one disc drive, all discs " @@ -464,26 +648,23 @@ "从 请选择要写入的光盘 下方的下拉菜单中选择您要使用的光盘。如果您有" "不止一台光驱,那么会列出所有光驱中的光盘。" -#: C/project-image-burn.page:53(p) +#. (itstool) path: note/p +#: C/project-image-burn.page:53 msgid "" "After choosing the disc Brasero shows how much free space will " "remain on the disc after burning." msgstr "选择光盘后,Brasero 将显示刻录后光盘上剩余多少空间。" -#: C/project-image-burn.page:57(p) C/project-disc-copy.page:35(p) -msgid "" -"Click the Properties button to select burning speed and other " -"custom options." -msgstr "点击 属性 按钮来选择刻录速度或者其他自定义选项。" - -#: C/project-image-burn.page:61(p) +#. (itstool) path: item/p +#: C/project-image-burn.page:61 msgid "" "Click Burn to start burning the image. After this operation you " "can either finish burning or make the other copy of the image." msgstr "" "点击 刻录 开始刻录镜像。之后,您可以结束刻录或制作镜像的更多副本。" -#: C/project-image-burn.page:64(p) +#. (itstool) path: note/p +#: C/project-image-burn.page:64 msgid "" "If you are using a re-writable disc, which already contains data, you will " "be asked if you want to blank it or insert a different disc." @@ -491,437 +672,407 @@ "如果您使用的是一张包含数据的可读写光盘,程序会询问您是想擦除它还是插入另一张" "光盘。" -#: C/project-disc-copy.page:7(desc) -msgid "Create an identical copy of a disc." -msgstr "创建一个相同的光盘副本。" +#. (itstool) path: info/desc +#: C/project-save.page:10 +msgid "Save a project for editing or burning later." +msgstr "保存项目以备后续编辑或刻录。" -#: C/project-disc-copy.page:17(title) -msgid "Copy disc" -msgstr "复制光盘" +#. (itstool) path: page/title +#: C/project-save.page:20 +msgid "Save a project" +msgstr "保存项目" -#: C/project-disc-copy.page:21(p) +#. (itstool) path: page/p +#: C/project-save.page:22 msgid "" -"Click Disc copy on the start page, or select " -"ProjectNew ProjectCopy Disc... ." +"You can save an audio, a data or a video project in Brasero for " +"editing or burning later." msgstr "" -"点击主窗口中的 光盘复制 或选择 项" -"目新建项目复制光盘...。" +"您可以在 Brasero 中保存音频、数据和视频项目,以便日后编辑和刻录。" + +#. (itstool) path: item/p +#: C/project-save.page:27 +msgid "Create the project and add the files you wish to use to the project." +msgstr "创建一个项目并将您想使用的文件添加到项目中。" -#: C/project-disc-copy.page:26(p) +#. (itstool) path: item/p +#: C/project-save.page:30 msgid "" -"Select the disc you would like to copy from the drop down list below " -"Select disc to copy. If you have more than one disc drive, all " -"discs which are currently in them should be listed." -msgstr "" -"在 选择要复制的光盘 下方的下拉菜单中选择您希望复制的光盘。如果您有" -"不止一台光驱,那么会列出所有光驱的光盘。" +"Click ProjectSave to save the project." +msgstr "点击 项目保存 来保存项目。" -#: C/project-disc-copy.page:31(p) +#. (itstool) path: item/p +#: C/project-save.page:34 msgid "" -"Choose whether you want to make a copy to another disc or create an image " -"for later use." -msgstr "选择是否希望制作光盘备份或创建镜像文件供以后使用。" +"Enter the name you wish to save the project under, then click Save to save the project." +msgstr "输入您想保存项目的名称,然后点击 保存 来保存项目。" -#: C/project-disc-copy.page:39(p) +#. (itstool) path: page/p +#: C/project-save.page:39 msgid "" -"Click Copy to start copying the disc, or Make Several " -"Copies, if you plan to make more than one copy of the disc." -msgstr "" -"点击复制 开始复制光盘。如果您想制作多个副本,点击制作多个副本" -"。 " +"There are a number of ways which can be used for opening a saved " +"Brasero project by:" +msgstr "有多种途径来打开保存的 Brasero 项目:" -#: C/project-disc-copy.page:42(p) +#. (itstool) path: item/p +#: C/project-save.page:44 msgid "" -"If you are copying the disc and have only one disc drive, you will be asked " -"to replace the disc you are copying with a writable one after the contents " -"are copied temporarily to your hard disk." -msgstr "" -"如果您只有一台光驱,则程序会在将光盘文件暂存到硬盘上以后要您将光驱的光盘更换" -"为一张可擦写光盘。" - -#: C/project-data.page:7(desc) -msgid "Write data to a CD or DVD." -msgstr "向 CD 或 DVD 写入数据。" +"selecting it from the list on the start page, under Recent projects" +msgstr "从开始页面的 最近项目 列表中选择项目" -#: C/project-data.page:17(title) -msgid "Create a data project" -msgstr "创建一个新的数据项目" +#. (itstool) path: item/p +#: C/project-save.page:48 +msgid "clicking ProjectRecent Projects" +msgstr "点击 项目最近项目" -#: C/project-data.page:19(p) +#. (itstool) path: item/p +#: C/project-save.page:51 msgid "" -"A data project is used for writing data (for example, files, photos or " -"music) to a disc, without changing those files in any way. This can be " -"useful for transferring files between computers." -msgstr "" -"一个数据项目是用来将数据(如文件、照片、音乐)写入光盘,而不对这些文件做任何的" -"改动。这在计算机间传输文件时非常有用。" +"clicking ProjectOpen and selecting " +"the project" +msgstr "点击 项目打开 并选择项目" -#: C/project-data.page:25(p) -msgid "" -"Click Data project on the start page, or select " -"ProjectNew ProjectNew Data Project." -msgstr "" -"在开始页面点击 数据项目,或选择 " -"项目新建项目新建数据项目。" +#. (itstool) path: item/p +#: C/project-save.page:55 +msgid "opening the project from a file browser" +msgstr "从文件浏览器中打开项目" -#: C/project-data.page:30(p) +#. (itstool) path: note/p +#: C/project-save.page:57 msgid "" -"Add the desired files to the project by clicking Add in the " -"toolbar and selecting the files. You can also add files by dragging and " -"dropping them onto the project area or by clicking EditAdd Files." +"Only one instance of Brasero can be opened at any time. If you " +"try to open a second instance, the currently open Brasero window " +"will be focused." msgstr "" -"通过点击工具栏上的 添加 并选择文件来向项目中添加需要的文件。您可以" -"通过将文件拖放到项目区域或点击 编辑添加文件 的方式来添加文件。" -#: C/project-data.page:35(p) +#. (itstool) path: note/p +#: C/project-save.page:60 msgid "" -"You can create folders on the CD to store your data in a more structured " -"manner. To create a folder, click New Folder in the toolbar or " -"select EditNew Folder from the menu " -"bar. You can also create folders inside other folders." +"If Brasero is already running and you try to open some files with " +"it from Files, the files will be added to the project that you " +"are currently working on." msgstr "" -"您可以在 CD 上创建文件夹来更结构化的储存您的数据。要创建文件夹,在工具栏上点" -"击新文件夹,或者在菜单栏中选择 编辑新文件" -"夹。您也可以在文件夹中创建文件夹。" +"如果 Brasero 已在运行且您尝试经由 文件 应用打开文件,所" +"打开的文件将添加至您当前正在编辑的项目中。" -#: C/project-data.page:57(p) +#. (itstool) path: note/p +#: C/project-save.page:68 msgid "" -"Click Burn to burn a single CD of the project or Burn " -"Several Copies to burn your project to multiple CDs" -msgstr "" -"点击 刻录 来刻录单张项目 CD,或点击刻录多份副本来将您的" -"项目刻录为多张 CD" - -#: C/project-data.page:60(p) -msgid "" -"If you are using a rewritable disc, which already contains data, you will be " -"asked if you want to blank it or insert a different disc." +"If you open a saved project, Brasero will treat it as a new " +"project: if you want to save an updated version of the project, it will ask " +"you to enter a name for it, at this point you can overwrite the old version " +"or save it as a new project by entering a different file name." msgstr "" -"如果您使用是的包含数据的可读写光盘,程序会询问您是想擦除它还是插入另一张新的" -"光盘。" +"如果您打开一个已保存的项目,Brasero 会把它作为一个新项目:如果您想" +"保存更新后的项目,程序会请您为它输入一个名字,这时您可以选择覆盖老版本,或输" +"入不同的文件名将它保存为一个新项目。" -#: C/project-data.page:66(p) -msgid "" -"If you are using a rewritable disc and the data is not burned correctly onto " -"it, you may need to do a full (non-fast) blank of the disc before trying " -"again." -msgstr "" -"如果您使用是的一张刻录不正确的可读写光盘,在重试之前您可能需要对光盘做一次完" -"整(非快速方式的)清空。" +#. (itstool) path: info/title +#: C/project-video.page:9 +msgctxt "sort" +msgid "3" +msgstr "3" -#: C/project-audio.page:7(desc) -msgid "Create an audio project." -msgstr "创建一个新音频的项目。" +#. (itstool) path: info/desc +#: C/project-video.page:10 +msgid "Write a video to a DVD or SVCD." +msgstr "将视频写入 DVD 或 SVCD。" -#: C/project-audio.page:17(title) -msgid "Write a music CD" -msgstr "写入一张音乐 CD" +#. (itstool) path: page/title +#: C/project-video.page:20 +msgid "Create a video project" +msgstr "创建一个新视频的项目" -#: C/project-audio.page:19(p) +#. (itstool) path: page/p +#: C/project-video.page:22 msgid "" -"Brasero can write audio files to a CD, which you can then use for " -"playing in CD players and so on. It is usually best to use a non-rewritable " -"CD because not all CD players will play rewritable CDs." -msgstr "" -"Brasero 可以将音频文件写入CD,以供您在 CD 播放器中播放等使用。最好" -"用不可重写的 CD 刻录,因为不是所有的 CD 播放器都能播放可重写 CD。" +"Brasero can be used to create video discs for playing in a DVD " +"player or laptop." +msgstr "Brasero 可以用来创建能在 DVD 播放器或笔记本电脑上播放的视频光盘。" -#: C/project-audio.page:26(p) +#. (itstool) path: item/p +#: C/project-video.page:27 msgid "" -"Click Audio project on the start page, or select " -"ProjectNew ProjectNew Audio ProjectVideo project on the start page, or select " +"ProjectNew ProjectNew Video Project." msgstr "" -"点击开始页面中的 音频项目,或选择 " -"项目新建项目新建音频项目。" +"点击主窗口中的 视频项目 或选择 项" +"目新建项目新建视频项目。" -#: C/project-audio.page:31(p) +#. (itstool) path: item/p +#: C/project-video.page:32 msgid "" -"Add audio files to the project by clicking Add in the toolbar and " -"selecting the desired files. You can also add files by dragging and dropping " -"them onto the project area or by clicking EditAdd " -"Files." +"Add the videos to the project by clicking Add in the toolbar and " +"selecting the files. You can also add files by dragging and dropping them " +"onto the project area or by clicking EditAdd Files." msgstr "" -"点击 工具栏中的 添加 并选择想要的文件来向项目中添加音频文件。您也" -"可以通过将文件拖放到项目区域或者点击 编辑添加文件 来添加文件。" +"点击工具栏上的 添加 然后选择要添加进项目的视频文件。您也可以通过把" +"文件拖放到项目区或点击 编辑添加文件 的" +"方式来添加文件。" -#: C/project-audio.page:37(p) -msgid "" -"You can add a title for the CD in the text entry field below the project " -"area." -msgstr "您可以在项目区域下方的文字输入区域为 CD 添加一个标题。" +#. (itstool) path: info/desc +#: C/split-track.page:9 +msgid "Split an audio project track into multiple tracks." +msgstr "将一个音频项目的轨道分割成多条。" -#: C/project-audio.page:41(p) -msgid "Select the blank CD in the drop down list." -msgstr "在下拉菜单中选择空 CD。" +#. (itstool) path: page/title +#: C/split-track.page:19 +msgid "Split an audio track" +msgstr "分割一条音轨" -#: C/project-audio.page:57(p) +#. (itstool) path: page/p +#: C/split-track.page:21 msgid "" -"You can also split individual tracks into multiple tracks using the " -"Split tool and add a two second break after a track using the " -"Pause button." -msgstr "" -"您可以通过 分割 工具来将一个单独的轨道分割为多个轨道,并通过 " -"暂停 按钮在每条轨道后添加一个 2 秒的间隔。" - -#: C/prob-dvd.page:9(desc) -msgid "I cannot write to a DVD-R or a DVD-RW." -msgstr "我无法写入 DVD-R 或 DVD-RW 光盘。" +"You can split a single audio track into multiple tracks when you put " +"together an audio project." +msgstr "当您合并一个音频项目时,可以将一条音轨分割成多条。" -#: C/prob-dvd.page:19(title) -msgid "Problem creating a DVD" -msgstr "创建 DVD 有问题" +#. (itstool) path: item/p +#: C/split-track.page:26 +msgid "Start an audio project and add the tracks you wish to use." +msgstr "启动音频项目,并添加您想要使用的轨道。" -#: C/prob-dvd.page:21(p) +#. (itstool) path: item/p +#: C/split-track.page:29 msgid "" -"Some types of DVD-Rs and DVD-RWs are not compatible with all burners. Check " -"the following to find out if those can be used with your burner." +"Select the track you wish to split by clicking on it, then click either " +"EditSplit Track… or right click on " +"the track and select Split Track… from the menu." msgstr "" -"某些类型的 DVD-R 和 DVD-RW 光盘不能和所有的刻录机兼容,请检查以下内容了解您的" -"刻录机是否可以使用这些盘片。" +"通过单击选择您想要分割的轨道,然后点击 编辑分割轨道…" +" 或者在轨道上右击并从菜单中选择 分割轨道…。" -#: C/prob-dvd.page:26(p) -msgid "" -"Check if your DVD drive accepts DVD+ or DVD- discs; if it is labelled with " -"\"multi\", that usually indicates that it accepts both. Check your disc to " -"see if it is the same as the DVD drive." -msgstr "" -"检查您的 DVD 光驱是否接受 DVD+ 或者 DVD- 盘片;如果它上面标有“multi(多重)”," -"通常说明它可以使用这两种光盘。检查您的光盘看是否有与 DVD 光驱同样的标记。" +#. (itstool) path: item/p +#: C/split-track.page:34 +msgid "Select your preferred method of splitting the tracks:" +msgstr "选择您偏好的轨道分割方法:" -#: C/prob-dvd.page:31(p) -msgid "" -"Check if your disc is dual layer or single layer: some DVD drives can not " -"write to a dual layer disc." -msgstr "" -"检查您的盘片是的多层的还是单层的:有些 DVD 光驱不能对多层盘片进行写入操作。" +#. (itstool) path: item/title +#: C/split-track.page:37 +msgid "Split track manually" +msgstr "手动分割轨道" -#: C/prob-dvd.page:35(p) +#. (itstool) path: item/p +#: C/split-track.page:38 msgid "" -"If you are trying to use a DVD-R, check if it has already been written to " -"before. If you are using a DVD-RW, try blanking it before you attempt to " -"write to it." -msgstr "" -"如果您想使用 DVD-R 盘片,检查它是否已经被写过了。如果您想使用 DVD-RW 盘片,请" -"尝试清空原有数据再进行写操作。" - -#: C/prob-cd.page:9(desc) -msgid "My MP3s will not play in a DVD or CD player." -msgstr "我的 MP3 文件在 DVD 或 CD 播放器中不能播放。" - -#: C/prob-cd.page:19(title) -msgid "CD will not play in a CD player" -msgstr "CD 在 CD 播放器中不能播放" +"This option allows you to select the exact length of each new section of the " +"track manually." +msgstr "此选项让您手动选择该音轨的各个新片段的精确长度。" -#: C/prob-cd.page:21(p) -msgid "" -"If your CD is not playing in your CD player or stereo, it is probably " -"because the music was not correctly written to the disc or because you used " -"a data project to write the music to the CD instead of an audio project." -msgstr "" -"如果您的 CD 在 CD 播放器中不能播放,很可能是由于音乐文件没有正确的写入光盘," -"或者是因为您使用了数据项目来将音乐文件写入 CD,而不是用音频项目。" +#. (itstool) path: item/title +#: C/split-track.page:42 +msgid "Split track in parts with a fixed length" +msgstr "按照固定长度分割轨道" -#: C/prob-cd.page:26(p) +#. (itstool) path: item/p +#: C/split-track.page:43 msgid "" -"Many new CD and DVD players will play music CDs which were created using a " -"data project, but most older players will not." -msgstr "" -"许多新的 CD 和 DVD 播放器可以播放数据项目创建的音乐 CD,但大多数老的播放器则" -"不能。" +"Use this method to split the track into multiple sections of equal length." +msgstr "此方法可以将轨道分割成等长的多个片段。" -#: C/prob-cd.page:31(p) -msgid "Older CD players might not be able to play CD-RWs." -msgstr "老 CD 播放器可能无法播放 CD-RW 盘片。" +#. (itstool) path: item/title +#: C/split-track.page:47 +msgid "Split track in a fixed number of parts" +msgstr "按照固定的分割片数分割轨道" -#: C/prob-cd.page:36(p) -msgid "If you are using a CD-RW, blank the CD." -msgstr "如果您使用的是一张 CD-RW 光盘, 请先清空它。" +#. (itstool) path: item/p +#: C/split-track.page:48 +msgid "" +"This method allows you to split the track into a set number of sections, all " +"of which will be of the same length." +msgstr "此方法让您将音轨分成指定数目的几个片段,各段长度相同。" -#: C/prob-cd.page:39(p) -msgid "Rewrite the CD as an audio project." -msgstr "以音频项目来重写该 CD。" +#. (itstool) path: item/title +#: C/split-track.page:52 +msgid "Split track for each silence" +msgstr "根据每个无声部分分割轨道" -#. When image changes, this message will be marked fuzzy or untranslated for you. -#. It doesn't matter what you translate it to: it's not used at all. -#: C/introduction.page:36(None) +#. (itstool) path: item/p +#: C/split-track.page:53 msgid "" -"@@image: 'figures/brasero-main-window.png'; " -"md5=11e5cc148d7c8c8dc0c63e68b2f611f3" +"Select this method for Brasero to auto-detect silences in the " +"recording and to split the track at those points." msgstr "" -"@@image: 'figures/brasero_main.png'; md5=dfc32ea3caef05364043a4529125d2e2" - -#: C/introduction.page:7(desc) -msgid "Introduction to the Brasero disc burning application." -msgstr "Brasero 光盘刻录程序介绍。" +"选择此方法,Brasero 会自动检测录音中的无声部分,并在相应位置分割音" +"轨。" -#: C/introduction.page:17(title) -msgid "Introduction" -msgstr "介绍" +#. (itstool) path: item/p +#: C/split-track.page:59 +msgid "Proceed to split the track by clicking Slice." +msgstr "点击 分片 进行音轨分割。" -#: C/introduction.page:19(p) +#. (itstool) path: note/p +#: C/split-track.page:61 msgid "" -"Brasero is an application for burning CDs and DVDs, designed to " -"be easy to use, while providing all the tools necessary for burning." +"If you try to split a track into a section less than six seconds long, the " +"new section will be padded to make it 6 seconds long." msgstr "" -"Brasero 是一款用于刻录 CD 和 DVD 的应用程序,简单" -"易用,并提供了刻录所需的所有工具。" - -#: C/introduction.page:22(p) -msgid "With Brasero you can:" -msgstr "使用 Brasero 您可以:" - -#: C/introduction.page:24(p) -msgid "Burn data to CDs and DVDs" -msgstr "刻录数据到 CD 和 DVD" +"如果您想将一条音轨分割成不到 6 秒的片段,则新分割的片段会被填充到 6 秒长。" -#: C/introduction.page:25(p) -msgid "Burn audio CDs from digital audio files (such as OGG, FLAC and MP3)" -msgstr "将数字音乐文件(如 ogg、flac 和 mp3)刻录为音乐 CD" +#. (itstool) path: item/p +#: C/split-track.page:68 +msgid "Click OK to confirm your track splits and apply the changes." +msgstr "点击 确定 来确认您的分割音轨操作并应用更改。" -#: C/introduction.page:27(p) -msgid "Copy CDs and DVDs" -msgstr "复制 CD 和 DVD" +#. (itstool) path: note/p +#: C/split-track.page:70 +msgid "" +"You can split and merge the same track as many times as you like while you " +"are viewing the split track dialog. Once you confirm your track splitting by " +"clicking OK, you will no longer be able to merge the sections you " +"have already split off. To revert the changes, remove the split sections of " +"the track from your project and re-add the track." +msgstr "" +"在查看分割轨道对话框时,您可以多次分割或合并同一音轨。一旦您通过点击 确" +"定 确认轨道分割,将不能再合并已经分出去的片段。要还原更改,请从您的项目" +"中移除分割的轨道片段,然后重新加载该轨道。" -#: C/introduction.page:28(p) -msgid "Create video DVDs or SVCDs" -msgstr "创建视频 DVD 或 SVCD" +# blanking it 翻译不准确 +#. (itstool) path: info/desc +#: C/tools-blank.page:7 +msgid "Erase a rewritable CD or DVD by blanking it." +msgstr "通过清空内容来擦除一张可读写 CD 或 DVD 光盘。" -#: C/introduction.page:29(p) -msgid "Create image files and burn existing image files" -msgstr "创建镜像文件和刻录已有的镜像文件" +#. (itstool) path: page/title +#: C/tools-blank.page:17 +msgid "Blank a disc" +msgstr "擦除光盘" -#: C/introduction.page:30(p) -msgid "Erase CD-RWs and DVD-RWs" -msgstr "擦除 CD-R/W 和 DVD-R/W" +#. (itstool) path: page/p +#: C/tools-blank.page:19 +msgid "" +"You can prepare a rewritable disc, with existing data on it, for writing by " +"blanking it." +msgstr "您可以准备一张等待清空的、存有数据的可擦写光盘。" -#: C/introduction.page:31(p) -msgid "Check the integrity of discs and disc images" -msgstr "检查光盘和光盘镜像的完整性" +#. (itstool) path: item/p +#: C/tools-blank.page:24 +msgid "Select ToolsBlank...." +msgstr "选择 工具擦除...。" -#: C/introduction.page:35(title) -msgid "The Brasero main window" -msgstr "Brasero 主窗口" +#. (itstool) path: item/p +#: C/tools-blank.page:27 +msgid "" +"If you have more than one disc drive with a rewritable disc in it, you can " +"select which disc to rewrite under Select a disc." +msgstr "" +"如果您有不止一台放有可读写光盘的光驱,可以用 选择一张光盘选择对哪" +"一张光盘进行修改。" -#: C/index.page:5(title) -msgid "Brasero Help" -msgstr "Brasero 帮助" +#. (itstool) path: item/p +#: C/tools-blank.page:31 +msgid "You can select Fast blanking to blank the CD quicker." +msgstr "您可以选择 快速擦除 来更快的清空 CD。" -#: C/index.page:8(title) -msgid "Create a new project" -msgstr "创建一个新的项目" +#. (itstool) path: note/p +#: C/tools-blank.page:33 +msgid "" +"If you have problems writing to a disc which you fast blanked, try disabling " +"fast blanking and blank it again." +msgstr "" +"如果您在写入快速擦除后的光盘时出现问题,请尝试禁用快速擦除并重新擦除它。" -#: C/index.page:12(title) -msgid "Troubleshooting" -msgstr "故障排除" +#. (itstool) path: item/p +#: C/tools-blank.page:38 +msgid "Click Blank to continue." +msgstr "点击 擦除 按钮继续。" -#: C/index.page:16(title) -msgid "Other tools" -msgstr "其他工具" +#. (itstool) path: item/p +#: C/tools-blank.page:41 +msgid "The disc may be ejected when the blanking is complete." +msgstr "当清空完成时光盘将会弹出。" -#: C/create-cover.page:7(desc) -#, fuzzy -#| msgid "Create an inlay for a jewel case" -msgid "Create an inlay for a jewel case." -msgstr "创建镶嵌珠宝。" +#. (itstool) path: info/desc +#: C/tools-check-integrity.page:7 +msgid "You can test out a disc integrity after burning it." +msgstr "您可以在刻录光盘后检查其完整性。" -#: C/create-cover.page:17(title) -msgid "Create a cover" -msgstr "创建封面" +#. (itstool) path: credit/name +#: C/tools-check-integrity.page:9 +msgid "Paulina Gonzalez" +msgstr "Paulina Gonzalez" -#: C/create-cover.page:19(p) -#, fuzzy -msgid "" -"You can use Brasero to create inlays for your jewel cases. Access " -"the creator by clicking ToolsCover Editor." -msgstr "" -"您可以使用 Brasero 来创建镶嵌珠宝盒。点击工具封面编辑器。" +#. (itstool) path: page/title +#: C/tools-check-integrity.page:21 +msgid "Check disc integrity" +msgstr "检查盘片完整性" -#: C/create-cover.page:24(p) -#, fuzzy +#. (itstool) path: page/p +#: C/tools-check-integrity.page:23 msgid "" -"If you are creating an audio project and finish putting together the project " -"before creating an inlay, then when you access the Cover Editor " -"interface from the audio project window, the tracks will automatically be " -"listed on the back cover." +"After burning a CD/DVD by using Brasero, you can check its " +"integrity to make sure that the files in the disc are not corrupted." msgstr "" -"如果您将一个正在创建的音频项目和已完成的项目放在一起,然后再创建一个镶嵌,那" -"么当您通过音频项目窗口来访问封面编辑器界面,那么轨道会自动列在背面" - -#: C/create-cover.page:31(p) -msgid "If you close the Cover Editor, your changes will be lost." -msgstr "如果您关闭 封面编辑器,您的更改将丢失。" +"在使用 Brasero 刻录一张 CD/DVD 后,您可以通过检查光盘完整性来确认" +"光盘中的文件完整无损。" -#: C/create-cover.page:36(p) -msgid "Open the Cover Editor." -msgstr "打开 封面编辑器。" +#. (itstool) path: item/p +#: C/tools-check-integrity.page:27 +msgid "Select ToolsCheck Integrity...." +msgstr "选择 工具检查完整性...。" -#: C/create-cover.page:39(p) -#, fuzzy +#. (itstool) path: item/p +#: C/tools-check-integrity.page:30 msgid "" -"Choose the formatting you wish to use for the text and type the text, " -"scrolling down to see the side and back inlay for the jewel case." -msgstr "" -"选择您要使用的文本格式,然后键入文本,向下滚动查看侧面和背部的珠宝盒子镶嵌。" +"You can select the option Use an MD5 file to check the disk. if " +"you prefer it." +msgstr "如果您愿意,可以选择 使用 MD5 文件检查光盘 选项。" -#: C/create-cover.page:42(p) +#. (itstool) path: item/p +#: C/tools-check-integrity.page:33 msgid "" -"When you first see the Cover Editor dialog, you will not be able " -"to click on any of the text formatting options. Click on the cover you want " -"to work on to be able to use those." -msgstr "" -"当您第一次看到 封面编辑器 对话框,您不能点击任何文本格式选项。点击" -"您想要加工的封面才能使用它们。" +"An MD5 (Message-Digest Algorithm 5) is a cryptographic hash function widely " +"used for checking data integrity." +msgstr "MD5 (信息摘要算法 5) 是 一种广泛应用于数据完整性检查的密码散列函数。" -#: C/create-cover.page:48(p) +#. (itstool) path: item/p +#: C/tools-check-integrity.page:34 msgid "" -"Click the Background properties toolbar icon to add a background " -"for the current cover, or right click on the cover you wish to edit and " -"select Set Background Properties. You can choose to use a colored " -"background or to select a background image." +"If you choose this option, you will have to find the MD5 file by clicking in " +"the folder icon placed below." msgstr "" -"点击 背景属性 工具栏图标来为当前封面添加背景,或在您要编辑的封面上" -"右击,选择 设置背景属性。您可以选择使用纯色背景或选择一张背景图" -"像。" +"如果您选择了该选项,那么需要通过点击下方的文件夹图标来找到对应的 MD5 文件。" -#: C/create-cover.page:53(p) -msgid "" -"If you select a centered background image, Brasero sometimes " -"crashes when you click the Close button." -msgstr "" -"如果您选择了一个居中的背景图像,则当您选点击 关闭 按钮时," -"Brasero有时候会崩溃。" +#. (itstool) path: item/p +#: C/tools-check-integrity.page:39 +msgid "Press Check to continue or Close to cancel it." +msgstr "点击 检查 继续,或点击 关闭 取消检查。" -#: C/create-cover.page:56(p) +#. (itstool) path: item/p +#: C/tools-check-integrity.page:42 msgid "" -"Click the Close button to apply the changes and close the " -"Background Properties dialog." -msgstr "点击 关闭 按钮来应用更改并关闭 背景属性 对话框。" +"When the checking is finished you can either choose to Check Again or just Close." +msgstr "在检查完成后,您可以选择重新检查 或直接 关闭。" -#: C/create-cover.page:60(p) -msgid "" -"Print the cover using the Print button, which is located in the " -"top-right corner of the dialog." -msgstr "使用位于对话框右上角的 打印 按钮来打印封面。" +#~ msgid "pau.gonzalezbr@gmail.com" +#~ msgstr "pau.gonzalezbr@gmail.com" -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2 -#: C/index.page:0(None) -msgid "translator-credits" -msgstr "" -"苏运强(YunQiang Su) \n" -"黄文苗 \n" -"杨雨蒙(Yu Yang) \n" -"Wylmer Wang " +#~ msgid "kittykat3756@gmail.com" +#~ msgstr "kittykat3756@gmail.com" + +#~ msgid "kittykat3756@googlemail.com" +#~ msgstr "kittykat3756@googlemail.com" + +#~ msgid "" +#~ "If Brasero is already running, opening the project from a file " +#~ "browser will cause a second instance of Brasero to start and " +#~ "will cause both instances to crash. See GNOME bug 644011 for more " +#~ "information." +#~ msgstr "" +#~ "如果 Brasero 已经运行,从文件浏览器中打开项目会启动另一个 " +#~ "Brasero 实例,这会导致两个实例都崩溃。请参阅 GNOME bug 644011 了解更多信息。" + +#~ msgid "majus85@gmail.com" +#~ msgstr "majus85@gmail.com" #~ msgid "" #~ "Select your preferred method of splitting the tracks, and split at the " @@ -1523,8 +1674,8 @@ #~ msgstr "音频选项 部分:" #~ msgid "" -#~ "Choose Add MP2 audio stream to add a MPEG-" -#~ "1 Audio Layer 2 stream to the disc." +#~ "Choose Add MP2 audio stream to add a " +#~ "MPEG-1 Audio Layer 2 stream to the disc." #~ msgstr "" #~ "选择 添加 MP2 音频流 添加 MPEG-1 音频第二层" #~ " 流到光盘。" diff -Nru brasero-3.12.2/help/zh_HK/tools-check-integrity.page brasero-3.12.3/help/zh_HK/tools-check-integrity.page --- brasero-3.12.2/help/zh_HK/tools-check-integrity.page 2017-07-31 16:38:24.000000000 +0000 +++ brasero-3.12.3/help/zh_HK/tools-check-integrity.page 2021-09-20 08:05:30.000000000 +0000 @@ -26,7 +26,7 @@

選擇「工具檢查完整性」。

-

選擇「使用 MD5 檔案檢查光碟」選項以使用 MD5 檔案來檢查光碟的完整性。

+

You can select the option Use an MD5 file to check the disc if you prefer it.

MD5〈信息-摘要算法 5〉是一個檔案校驗功能,廣泛的運用於檢查資料的完整性。

diff -Nru brasero-3.12.2/help/zh_TW/tools-check-integrity.page brasero-3.12.3/help/zh_TW/tools-check-integrity.page --- brasero-3.12.2/help/zh_TW/tools-check-integrity.page 2017-07-31 16:38:24.000000000 +0000 +++ brasero-3.12.3/help/zh_TW/tools-check-integrity.page 2021-09-20 08:05:30.000000000 +0000 @@ -26,7 +26,7 @@

選擇「工具檢查完整性」。

-

選擇「使用 MD5 檔案檢查光碟」選項以使用 MD5 檔案來檢查光碟的完整性。

+

You can select the option Use an MD5 file to check the disc if you prefer it.

MD5〈信息-摘要算法 5〉是一個檔案校驗功能,廣泛的運用於檢查資料的完整性。

diff -Nru brasero-3.12.2/install-sh brasero-3.12.3/install-sh --- brasero-3.12.2/install-sh 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/install-sh 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2013-12-25.23; # UTC +scriptversion=2018-03-11.20; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -271,15 +271,18 @@ fi dst=$dst_arg - # If destination is a directory, append the input filename; won't work - # if double slashes aren't ignored. + # If destination is a directory, append the input filename. if test -d "$dst"; then if test "$is_target_a_directory" = never; then echo "$0: $dst_arg: Is a directory" >&2 exit 1 fi dstdir=$dst - dst=$dstdir/`basename "$src"` + dstbase=`basename "$src"` + case $dst in + */) dst=$dst$dstbase;; + *) dst=$dst/$dstbase;; + esac dstdir_status=0 else dstdir=`dirname "$dst"` @@ -288,6 +291,11 @@ fi fi + case $dstdir in + */) dstdirslash=$dstdir;; + *) dstdirslash=$dstdir/;; + esac + obsolete_mkdir_used=false if test $dstdir_status != 0; then @@ -324,34 +332,43 @@ # is incompatible with FreeBSD 'install' when (umask & 300) != 0. ;; *) + # Note that $RANDOM variable is not portable (e.g. dash); Use it + # here however when possible just to lower collision chance. tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0 + + # Because "mkdir -p" follows existing symlinks and we likely work + # directly in world-writeable /tmp, make sure that the '$tmpdir' + # directory is successfully created first before we actually test + # 'mkdir -p' feature. if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + $mkdirprog $mkdir_mode "$tmpdir" && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 then if test -z "$dir_arg" || { # Check for POSIX incompatibilities with -m. # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or # other-writable bit of parent directory when it shouldn't. # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` + test_tmpdir="$tmpdir/a" + ls_ld_tmpdir=`ls -ld "$test_tmpdir"` case $ls_ld_tmpdir in d????-?r-*) different_mode=700;; d????-?--*) different_mode=755;; *) false;; esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" } } then posix_mkdir=: fi - rmdir "$tmpdir/d" "$tmpdir" + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" else # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null fi trap '' 0;; esac;; @@ -427,14 +444,25 @@ else # Make a couple of temp file names in the proper directory. - dsttmp=$dstdir/_inst.$$_ - rmtmp=$dstdir/_rm.$$_ + dsttmp=${dstdirslash}_inst.$$_ + rmtmp=${dstdirslash}_rm.$$_ # Trap to clean up those temp files at exit. trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 # Copy the file name to the temp name. - (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && + (umask $cp_umask && + { test -z "$stripcmd" || { + # Create $dsttmp read-write so that cp doesn't create it read-only, + # which would cause strip to fail. + if test -z "$doit"; then + : >"$dsttmp" # No need to fork-exec 'touch'. + else + $doit touch "$dsttmp" + fi + } + } && + $doit_exec $cpprog "$src" "$dsttmp") && # and set any options; do chmod last to preserve setuid bits. # @@ -493,9 +521,9 @@ done # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -Nru brasero-3.12.2/libbrasero-burn/brasero-burn-lib.h brasero-3.12.3/libbrasero-burn/brasero-burn-lib.h --- brasero-3.12.2/libbrasero-burn/brasero-burn-lib.h 2017-07-31 16:36:09.000000000 +0000 +++ brasero-3.12.3/libbrasero-burn/brasero-burn-lib.h 2021-09-20 08:24:21.000000000 +0000 @@ -48,9 +48,9 @@ #define LIBBRASERO_BURN_VERSION_MINOR \ 12 #define LIBBRASERO_BURN_VERSION_MICRO \ - 2 + 3 #define LIBBRASERO_BURN_AGE \ - 362 + 372 /** diff -Nru brasero-3.12.2/libbrasero-burn/brasero-plugin-registration.h brasero-3.12.3/libbrasero-burn/brasero-plugin-registration.h --- brasero-3.12.2/libbrasero-burn/brasero-plugin-registration.h 2010-11-15 13:16:42.000000000 +0000 +++ brasero-3.12.3/libbrasero-burn/brasero-plugin-registration.h 2021-09-17 11:27:28.000000000 +0000 @@ -494,7 +494,7 @@ BRASERO_MEDIUM_BDR_SRM_POW| \ BRASERO_MEDIUM_DUAL_L| \ BRASERO_MEDIUM_BLANK, \ - BRASERO_BURN_FLAG_MULTI| \ + (BRASERO_BURN_FLAG_MULTI| \ BRASERO_BURN_FLAG_DUMMY| \ BRASERO_BURN_FLAG_NOGRACE) & \ (~(unsupported_MACRO)), \ diff -Nru brasero-3.12.2/libbrasero-burn/burn-basics.c brasero-3.12.3/libbrasero-burn/burn-basics.c --- brasero-3.12.2/libbrasero-burn/burn-basics.c 2010-11-15 13:16:42.000000000 +0000 +++ brasero-3.12.3/libbrasero-burn/burn-basics.c 2021-09-17 11:27:28.000000000 +0000 @@ -118,24 +118,34 @@ media = brasero_medium_get_status (medium); if (flags & BRASERO_BURN_FLAG_DUMMY) { /* This is always FALSE */ - if (media & BRASERO_MEDIUM_PLUS) + if (media & BRASERO_MEDIUM_PLUS) { + BRASERO_BURN_LOG ("Drive does not support BRASERO_MEDIUM_PLUS flag"); return FALSE; + } if (media & BRASERO_MEDIUM_DVD) { - if (!brasero_medium_can_use_dummy_for_sao (medium)) + if (!brasero_medium_can_use_dummy_for_sao (medium)) { + BRASERO_BURN_LOG ("Drive does not support using dummy for SAO"); return FALSE; + } } else if (flags & BRASERO_BURN_FLAG_DAO) { - if (!brasero_medium_can_use_dummy_for_sao (medium)) + if (!brasero_medium_can_use_dummy_for_sao (medium)) { + BRASERO_BURN_LOG ("Drive does not support using dummy for DAO"); return FALSE; + } } - else if (!brasero_medium_can_use_dummy_for_tao (medium)) + else if (!brasero_medium_can_use_dummy_for_tao (medium)) { + BRASERO_BURN_LOG ("Drive does not support using dummy for TAO"); return FALSE; + } } if (flags & BRASERO_BURN_FLAG_BURNPROOF) { - if (!brasero_medium_can_use_burnfree (medium)) + if (!brasero_medium_can_use_burnfree (medium)) { + BRASERO_BURN_LOG ("Drive does not support burnproof/burnfree"); return FALSE; + } } return TRUE; diff -Nru brasero-3.12.2/libbrasero-burn/libbrasero-marshal.c brasero-3.12.3/libbrasero-burn/libbrasero-marshal.c --- brasero-3.12.2/libbrasero-burn/libbrasero-marshal.c 2017-07-31 16:37:40.000000000 +0000 +++ brasero-3.12.3/libbrasero-burn/libbrasero-marshal.c 2021-09-20 08:05:03.000000000 +0000 @@ -1,10 +1,5 @@ - -#ifndef __brasero_marshal_MARSHAL_H__ -#define __brasero_marshal_MARSHAL_H__ - -#include - -G_BEGIN_DECLS +/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ +#include #ifdef G_ENABLE_DEBUG #define g_marshal_value_peek_boolean(v) g_value_get_boolean (v) @@ -52,27 +47,30 @@ #define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer #endif /* !G_ENABLE_DEBUG */ - -/* INT:VOID (./libbrasero-marshal.list:1) */ -extern void brasero_marshal_INT__VOID (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:VOID (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:1) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__VOID (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__VOID (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__VOID) (gpointer data1, - gpointer data2); - GMarshalFunc_INT__VOID callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__VOID) (gpointer data1, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__VOID callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -96,27 +94,31 @@ g_value_set_int (return_value, v_return); } -/* INT:INT (./libbrasero-marshal.list:2) */ -extern void brasero_marshal_INT__INT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:INT (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:2) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__INT (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__INT) (gpointer data1, - gint arg_1, - gpointer data2); - GMarshalFunc_INT__INT callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__INT) (gpointer data1, + gint arg1, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__INT callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -141,27 +143,31 @@ g_value_set_int (return_value, v_return); } -/* INT:STRING (./libbrasero-marshal.list:3) */ -extern void brasero_marshal_INT__STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:STRING (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:3) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__STRING (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__STRING) (gpointer data1, - gpointer arg_1, - gpointer data2); - GMarshalFunc_INT__STRING callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__STRING) (gpointer data1, + gpointer arg1, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__STRING callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -186,27 +192,31 @@ g_value_set_int (return_value, v_return); } -/* INT:OBJECT (./libbrasero-marshal.list:4) */ -extern void brasero_marshal_INT__OBJECT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:OBJECT (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:4) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__OBJECT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__OBJECT (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__OBJECT) (gpointer data1, - gpointer arg_1, - gpointer data2); - GMarshalFunc_INT__OBJECT callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__OBJECT) (gpointer data1, + gpointer arg1, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__OBJECT callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -231,28 +241,32 @@ g_value_set_int (return_value, v_return); } -/* INT:INT,STRING (./libbrasero-marshal.list:5) */ -extern void brasero_marshal_INT__INT_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:INT,STRING (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:5) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__INT_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__INT_STRING (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__INT_STRING) (gpointer data1, - gint arg_1, - gpointer arg_2, - gpointer data2); - GMarshalFunc_INT__INT_STRING callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__INT_STRING) (gpointer data1, + gint arg1, + gpointer arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__INT_STRING callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -278,29 +292,33 @@ g_value_set_int (return_value, v_return); } -/* INT:OBJECT,INT,INT (./libbrasero-marshal.list:6) */ -extern void brasero_marshal_INT__OBJECT_INT_INT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:OBJECT,INT,INT (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:6) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__OBJECT_INT_INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__OBJECT_INT_INT (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__OBJECT_INT_INT) (gpointer data1, - gpointer arg_1, - gint arg_2, - gint arg_3, - gpointer data2); - GMarshalFunc_INT__OBJECT_INT_INT callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__OBJECT_INT_INT) (gpointer data1, + gpointer arg1, + gint arg2, + gint arg3, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__OBJECT_INT_INT callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -327,28 +345,32 @@ g_value_set_int (return_value, v_return); } -/* INT:POINTER,BOOLEAN (./libbrasero-marshal.list:7) */ -extern void brasero_marshal_INT__POINTER_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:POINTER,BOOLEAN (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:7) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__POINTER_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__POINTER_BOOLEAN (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__POINTER_BOOLEAN) (gpointer data1, - gpointer arg_1, - gboolean arg_2, - gpointer data2); - GMarshalFunc_INT__POINTER_BOOLEAN callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__POINTER_BOOLEAN) (gpointer data1, + gpointer arg1, + gboolean arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__POINTER_BOOLEAN callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -374,26 +396,30 @@ g_value_set_int (return_value, v_return); } -/* BOOLEAN:VOID (./libbrasero-marshal.list:8) */ -extern void brasero_marshal_BOOLEAN__VOID (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* BOOLEAN:VOID (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:8) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_BOOLEAN__VOID (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_BOOLEAN__VOID (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gboolean (*GMarshalFunc_BOOLEAN__VOID) (gpointer data1, - gpointer data2); - GMarshalFunc_BOOLEAN__VOID callback; - GCClosure *cc = (GCClosure*) closure; + typedef gboolean (*GMarshalFunc_BOOLEAN__VOID) (gpointer data1, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_BOOLEAN__VOID callback; gboolean v_return; g_return_if_fail (return_value != NULL); @@ -417,27 +443,31 @@ g_value_set_boolean (return_value, v_return); } -/* BOOLEAN:STRING (./libbrasero-marshal.list:9) */ -extern void brasero_marshal_BOOLEAN__STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* BOOLEAN:STRING (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:9) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_BOOLEAN__STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_BOOLEAN__STRING (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gboolean (*GMarshalFunc_BOOLEAN__STRING) (gpointer data1, - gpointer arg_1, - gpointer data2); - GMarshalFunc_BOOLEAN__STRING callback; - GCClosure *cc = (GCClosure*) closure; + typedef gboolean (*GMarshalFunc_BOOLEAN__STRING) (gpointer data1, + gpointer arg1, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_BOOLEAN__STRING callback; gboolean v_return; g_return_if_fail (return_value != NULL); @@ -462,27 +492,31 @@ g_value_set_boolean (return_value, v_return); } -/* BOOLEAN:POINTER (./libbrasero-marshal.list:10) */ -extern void brasero_marshal_BOOLEAN__POINTER (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* BOOLEAN:POINTER (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:10) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_BOOLEAN__POINTER (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_BOOLEAN__POINTER (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gboolean (*GMarshalFunc_BOOLEAN__POINTER) (gpointer data1, - gpointer arg_1, - gpointer data2); - GMarshalFunc_BOOLEAN__POINTER callback; - GCClosure *cc = (GCClosure*) closure; + typedef gboolean (*GMarshalFunc_BOOLEAN__POINTER) (gpointer data1, + gpointer arg1, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_BOOLEAN__POINTER callback; gboolean v_return; g_return_if_fail (return_value != NULL); @@ -507,13 +541,17 @@ g_value_set_boolean (return_value, v_return); } -/* VOID:INT,STRING (./libbrasero-marshal.list:11) */ -extern void brasero_marshal_VOID__INT_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:INT,STRING (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:11) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__INT_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__INT_STRING (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -522,13 +560,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__INT_STRING) (gpointer data1, - gint arg_1, - gpointer arg_2, - gpointer data2); - GMarshalFunc_VOID__INT_STRING callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__INT_STRING) (gpointer data1, + gint arg1, + gpointer arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__INT_STRING callback; g_return_if_fail (n_param_values == 3); @@ -550,13 +588,17 @@ data2); } -/* VOID:POINTER,STRING (./libbrasero-marshal.list:12) */ -extern void brasero_marshal_VOID__POINTER_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:POINTER,STRING (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:12) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__POINTER_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__POINTER_STRING (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -565,13 +607,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__POINTER_STRING) (gpointer data1, - gpointer arg_1, - gpointer arg_2, - gpointer data2); - GMarshalFunc_VOID__POINTER_STRING callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__POINTER_STRING) (gpointer data1, + gpointer arg1, + gpointer arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__POINTER_STRING callback; g_return_if_fail (n_param_values == 3); @@ -593,13 +635,17 @@ data2); } -/* VOID:POINTER,POINTER (./libbrasero-marshal.list:13) */ -extern void brasero_marshal_VOID__POINTER_POINTER (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:POINTER,POINTER (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:13) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__POINTER_POINTER (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__POINTER_POINTER (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -608,13 +654,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__POINTER_POINTER) (gpointer data1, - gpointer arg_1, - gpointer arg_2, - gpointer data2); - GMarshalFunc_VOID__POINTER_POINTER callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__POINTER_POINTER) (gpointer data1, + gpointer arg1, + gpointer arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__POINTER_POINTER callback; g_return_if_fail (n_param_values == 3); @@ -636,13 +682,17 @@ data2); } -/* VOID:OBJECT,BOOLEAN (./libbrasero-marshal.list:14) */ -extern void brasero_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:OBJECT,BOOLEAN (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:14) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -651,13 +701,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__OBJECT_BOOLEAN) (gpointer data1, - gpointer arg_1, - gboolean arg_2, - gpointer data2); - GMarshalFunc_VOID__OBJECT_BOOLEAN callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__OBJECT_BOOLEAN) (gpointer data1, + gpointer arg1, + gboolean arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__OBJECT_BOOLEAN callback; g_return_if_fail (n_param_values == 3); @@ -679,13 +729,17 @@ data2); } -/* VOID:OBJECT,UINT (./libbrasero-marshal.list:15) */ -extern void brasero_marshal_VOID__OBJECT_UINT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:OBJECT,UINT (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:15) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__OBJECT_UINT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__OBJECT_UINT (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -694,13 +748,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__OBJECT_UINT) (gpointer data1, - gpointer arg_1, - guint arg_2, - gpointer data2); - GMarshalFunc_VOID__OBJECT_UINT callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__OBJECT_UINT) (gpointer data1, + gpointer arg1, + guint arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__OBJECT_UINT callback; g_return_if_fail (n_param_values == 3); @@ -722,13 +776,17 @@ data2); } -/* VOID:BOOLEAN,BOOLEAN (./libbrasero-marshal.list:16) */ -extern void brasero_marshal_VOID__BOOLEAN_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:BOOLEAN,BOOLEAN (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:16) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__BOOLEAN_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__BOOLEAN_BOOLEAN (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -737,13 +795,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__BOOLEAN_BOOLEAN) (gpointer data1, - gboolean arg_1, - gboolean arg_2, - gpointer data2); - GMarshalFunc_VOID__BOOLEAN_BOOLEAN callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__BOOLEAN_BOOLEAN) (gpointer data1, + gboolean arg1, + gboolean arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__BOOLEAN_BOOLEAN callback; g_return_if_fail (n_param_values == 3); @@ -765,13 +823,17 @@ data2); } -/* VOID:DOUBLE,DOUBLE,LONG (./libbrasero-marshal.list:17) */ -extern void brasero_marshal_VOID__DOUBLE_DOUBLE_LONG (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:DOUBLE,DOUBLE,LONG (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:17) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__DOUBLE_DOUBLE_LONG (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__DOUBLE_DOUBLE_LONG (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -780,14 +842,14 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__DOUBLE_DOUBLE_LONG) (gpointer data1, - gdouble arg_1, - gdouble arg_2, - glong arg_3, - gpointer data2); - GMarshalFunc_VOID__DOUBLE_DOUBLE_LONG callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__DOUBLE_DOUBLE_LONG) (gpointer data1, + gdouble arg1, + gdouble arg2, + glong arg3, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__DOUBLE_DOUBLE_LONG callback; g_return_if_fail (n_param_values == 4); @@ -810,13 +872,17 @@ data2); } -/* VOID:POINTER,UINT,POINTER (./libbrasero-marshal.list:18) */ -extern void brasero_marshal_VOID__POINTER_UINT_POINTER (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:POINTER,UINT,POINTER (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:18) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__POINTER_UINT_POINTER (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__POINTER_UINT_POINTER (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -825,14 +891,14 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__POINTER_UINT_POINTER) (gpointer data1, - gpointer arg_1, - guint arg_2, - gpointer arg_3, - gpointer data2); - GMarshalFunc_VOID__POINTER_UINT_POINTER callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__POINTER_UINT_POINTER) (gpointer data1, + gpointer arg1, + guint arg2, + gpointer arg3, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__POINTER_UINT_POINTER callback; g_return_if_fail (n_param_values == 4); @@ -855,7 +921,3 @@ data2); } -G_END_DECLS - -#endif /* __brasero_marshal_MARSHAL_H__ */ - diff -Nru brasero-3.12.2/libbrasero-burn/libbrasero-marshal.h brasero-3.12.3/libbrasero-burn/libbrasero-marshal.h --- brasero-3.12.2/libbrasero-burn/libbrasero-marshal.h 2017-07-31 16:37:21.000000000 +0000 +++ brasero-3.12.3/libbrasero-burn/libbrasero-marshal.h 2021-09-20 08:04:49.000000000 +0000 @@ -1,156 +1,174 @@ +/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ +#ifndef __BRASERO_MARSHAL_MARSHAL_H__ +#define __BRASERO_MARSHAL_MARSHAL_H__ -#ifndef __brasero_marshal_MARSHAL_H__ -#define __brasero_marshal_MARSHAL_H__ - -#include +#include G_BEGIN_DECLS -/* INT:VOID (./libbrasero-marshal.list:1) */ -extern void brasero_marshal_INT__VOID (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* INT:INT (./libbrasero-marshal.list:2) */ -extern void brasero_marshal_INT__INT (GClosure *closure, +/* INT:VOID (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:1) */ +extern +void brasero_marshal_INT__VOID (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* INT:INT (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:2) */ +extern +void brasero_marshal_INT__INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* INT:STRING (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:3) */ +extern +void brasero_marshal_INT__STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* INT:OBJECT (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:4) */ +extern +void brasero_marshal_INT__OBJECT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* INT:INT,STRING (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:5) */ +extern +void brasero_marshal_INT__INT_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); -/* INT:STRING (./libbrasero-marshal.list:3) */ -extern void brasero_marshal_INT__STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* INT:OBJECT (./libbrasero-marshal.list:4) */ -extern void brasero_marshal_INT__OBJECT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* INT:INT,STRING (./libbrasero-marshal.list:5) */ -extern void brasero_marshal_INT__INT_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:OBJECT,INT,INT (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:6) */ +extern +void brasero_marshal_INT__OBJECT_INT_INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* INT:POINTER,BOOLEAN (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:7) */ +extern +void brasero_marshal_INT__POINTER_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); -/* INT:OBJECT,INT,INT (./libbrasero-marshal.list:6) */ -extern void brasero_marshal_INT__OBJECT_INT_INT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* BOOLEAN:VOID (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:8) */ +extern +void brasero_marshal_BOOLEAN__VOID (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* BOOLEAN:STRING (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:9) */ +extern +void brasero_marshal_BOOLEAN__STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); -/* INT:POINTER,BOOLEAN (./libbrasero-marshal.list:7) */ -extern void brasero_marshal_INT__POINTER_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* BOOLEAN:POINTER (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:10) */ +extern +void brasero_marshal_BOOLEAN__POINTER (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); -/* BOOLEAN:VOID (./libbrasero-marshal.list:8) */ -extern void brasero_marshal_BOOLEAN__VOID (GClosure *closure, +/* VOID:INT,STRING (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:11) */ +extern +void brasero_marshal_VOID__INT_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:POINTER,STRING (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:12) */ +extern +void brasero_marshal_VOID__POINTER_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); -/* BOOLEAN:STRING (./libbrasero-marshal.list:9) */ -extern void brasero_marshal_BOOLEAN__STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* BOOLEAN:POINTER (./libbrasero-marshal.list:10) */ -extern void brasero_marshal_BOOLEAN__POINTER (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:INT,STRING (./libbrasero-marshal.list:11) */ -extern void brasero_marshal_VOID__INT_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:POINTER,STRING (./libbrasero-marshal.list:12) */ -extern void brasero_marshal_VOID__POINTER_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:POINTER,POINTER (./libbrasero-marshal.list:13) */ -extern void brasero_marshal_VOID__POINTER_POINTER (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:OBJECT,BOOLEAN (./libbrasero-marshal.list:14) */ -extern void brasero_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:POINTER,POINTER (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:13) */ +extern +void brasero_marshal_VOID__POINTER_POINTER (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:OBJECT,BOOLEAN (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:14) */ +extern +void brasero_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); -/* VOID:OBJECT,UINT (./libbrasero-marshal.list:15) */ -extern void brasero_marshal_VOID__OBJECT_UINT (GClosure *closure, +/* VOID:OBJECT,UINT (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:15) */ +extern +void brasero_marshal_VOID__OBJECT_UINT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:BOOLEAN,BOOLEAN (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:16) */ +extern +void brasero_marshal_VOID__BOOLEAN_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:DOUBLE,DOUBLE,LONG (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:17) */ +extern +void brasero_marshal_VOID__DOUBLE_DOUBLE_LONG (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); -/* VOID:BOOLEAN,BOOLEAN (./libbrasero-marshal.list:16) */ -extern void brasero_marshal_VOID__BOOLEAN_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:DOUBLE,DOUBLE,LONG (./libbrasero-marshal.list:17) */ -extern void brasero_marshal_VOID__DOUBLE_DOUBLE_LONG (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:POINTER,UINT,POINTER (./libbrasero-marshal.list:18) */ -extern void brasero_marshal_VOID__POINTER_UINT_POINTER (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:POINTER,UINT,POINTER (/home/david/checkout/gnome/brasero/libbrasero-burn/libbrasero-marshal.list:18) */ +extern +void brasero_marshal_VOID__POINTER_UINT_POINTER (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); -G_END_DECLS -#endif /* __brasero_marshal_MARSHAL_H__ */ +G_END_DECLS +#endif /* __BRASERO_MARSHAL_MARSHAL_H__ */ diff -Nru brasero-3.12.2/libbrasero-burn/Makefile.in brasero-3.12.3/libbrasero-burn/Makefile.in --- brasero-3.12.2/libbrasero-burn/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/libbrasero-burn/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -238,7 +238,54 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/brasero-blank-dialog.Plo \ + ./$(DEPDIR)/brasero-burn-dialog.Plo \ + ./$(DEPDIR)/brasero-burn-options.Plo \ + ./$(DEPDIR)/brasero-burn.Plo ./$(DEPDIR)/brasero-caps-burn.Plo \ + ./$(DEPDIR)/brasero-caps-plugin.Plo \ + ./$(DEPDIR)/brasero-caps-session.Plo \ + ./$(DEPDIR)/brasero-cover.Plo \ + ./$(DEPDIR)/brasero-data-project.Plo \ + ./$(DEPDIR)/brasero-data-session.Plo \ + ./$(DEPDIR)/brasero-data-tree-model.Plo \ + ./$(DEPDIR)/brasero-data-vfs.Plo \ + ./$(DEPDIR)/brasero-dest-selection.Plo \ + ./$(DEPDIR)/brasero-drive-properties.Plo \ + ./$(DEPDIR)/brasero-file-monitor.Plo \ + ./$(DEPDIR)/brasero-file-node.Plo \ + ./$(DEPDIR)/brasero-filtered-uri.Plo \ + ./$(DEPDIR)/brasero-image-properties.Plo \ + ./$(DEPDIR)/brasero-image-type-chooser.Plo \ + ./$(DEPDIR)/brasero-medium-properties.Plo \ + ./$(DEPDIR)/brasero-progress.Plo \ + ./$(DEPDIR)/brasero-session-cfg.Plo \ + ./$(DEPDIR)/brasero-session-span.Plo \ + ./$(DEPDIR)/brasero-session.Plo \ + ./$(DEPDIR)/brasero-src-image.Plo \ + ./$(DEPDIR)/brasero-src-selection.Plo \ + ./$(DEPDIR)/brasero-status-dialog.Plo \ + ./$(DEPDIR)/brasero-status.Plo \ + ./$(DEPDIR)/brasero-sum-dialog.Plo \ + ./$(DEPDIR)/brasero-tool-dialog.Plo \ + ./$(DEPDIR)/brasero-track-data-cfg.Plo \ + ./$(DEPDIR)/brasero-track-data.Plo \ + ./$(DEPDIR)/brasero-track-disc.Plo \ + ./$(DEPDIR)/brasero-track-image-cfg.Plo \ + ./$(DEPDIR)/brasero-track-image.Plo \ + ./$(DEPDIR)/brasero-track-stream-cfg.Plo \ + ./$(DEPDIR)/brasero-track-stream.Plo \ + ./$(DEPDIR)/brasero-track-type.Plo \ + ./$(DEPDIR)/brasero-track.Plo \ + ./$(DEPDIR)/brasero-video-options.Plo \ + ./$(DEPDIR)/brasero-xfer.Plo ./$(DEPDIR)/burn-basics.Plo \ + ./$(DEPDIR)/burn-caps.Plo ./$(DEPDIR)/burn-dbus.Plo \ + ./$(DEPDIR)/burn-debug.Plo ./$(DEPDIR)/burn-image-format.Plo \ + ./$(DEPDIR)/burn-job.Plo ./$(DEPDIR)/burn-mkisofs-base.Plo \ + ./$(DEPDIR)/burn-plugin-manager.Plo \ + ./$(DEPDIR)/burn-plugin.Plo ./$(DEPDIR)/burn-process.Plo \ + ./$(DEPDIR)/burn-task-ctx.Plo ./$(DEPDIR)/burn-task-item.Plo \ + ./$(DEPDIR)/burn-task.Plo ./$(DEPDIR)/libbrasero-marshal.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -456,6 +503,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -503,6 +552,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -696,8 +746,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -755,61 +805,67 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-blank-dialog.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-burn-dialog.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-burn-options.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-burn.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-caps-burn.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-caps-plugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-caps-session.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-cover.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-data-project.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-data-session.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-data-tree-model.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-data-vfs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-dest-selection.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-drive-properties.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-file-monitor.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-file-node.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-filtered-uri.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-image-properties.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-image-type-chooser.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-medium-properties.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-progress.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-session-cfg.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-session-span.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-session.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-src-image.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-src-selection.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-status-dialog.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-status.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-sum-dialog.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-tool-dialog.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-data-cfg.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-data.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-disc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-image-cfg.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-image.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-stream-cfg.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-stream.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-type.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-video-options.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-xfer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-basics.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-caps.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-dbus.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-debug.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-image-format.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-job.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-mkisofs-base.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-plugin-manager.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-plugin.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-process.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-task-ctx.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-task-item.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-task.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbrasero-marshal.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-blank-dialog.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-burn-dialog.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-burn-options.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-burn.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-caps-burn.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-caps-plugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-caps-session.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-cover.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-data-project.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-data-session.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-data-tree-model.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-data-vfs.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-dest-selection.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-drive-properties.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-file-monitor.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-file-node.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-filtered-uri.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-image-properties.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-image-type-chooser.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-medium-properties.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-progress.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-session-cfg.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-session-span.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-session.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-src-image.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-src-selection.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-status-dialog.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-status.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-sum-dialog.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-tool-dialog.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-data-cfg.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-data.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-disc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-image-cfg.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-image.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-stream-cfg.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-stream.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track-type.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-track.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-video-options.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-xfer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-basics.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-caps.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-dbus.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-debug.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-image-format.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-job.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-mkisofs-base.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-plugin-manager.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-plugin.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-process.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-task-ctx.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-task-item.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-task.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbrasero-marshal.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -953,7 +1009,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1027,7 +1086,61 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/brasero-blank-dialog.Plo + -rm -f ./$(DEPDIR)/brasero-burn-dialog.Plo + -rm -f ./$(DEPDIR)/brasero-burn-options.Plo + -rm -f ./$(DEPDIR)/brasero-burn.Plo + -rm -f ./$(DEPDIR)/brasero-caps-burn.Plo + -rm -f ./$(DEPDIR)/brasero-caps-plugin.Plo + -rm -f ./$(DEPDIR)/brasero-caps-session.Plo + -rm -f ./$(DEPDIR)/brasero-cover.Plo + -rm -f ./$(DEPDIR)/brasero-data-project.Plo + -rm -f ./$(DEPDIR)/brasero-data-session.Plo + -rm -f ./$(DEPDIR)/brasero-data-tree-model.Plo + -rm -f ./$(DEPDIR)/brasero-data-vfs.Plo + -rm -f ./$(DEPDIR)/brasero-dest-selection.Plo + -rm -f ./$(DEPDIR)/brasero-drive-properties.Plo + -rm -f ./$(DEPDIR)/brasero-file-monitor.Plo + -rm -f ./$(DEPDIR)/brasero-file-node.Plo + -rm -f ./$(DEPDIR)/brasero-filtered-uri.Plo + -rm -f ./$(DEPDIR)/brasero-image-properties.Plo + -rm -f ./$(DEPDIR)/brasero-image-type-chooser.Plo + -rm -f ./$(DEPDIR)/brasero-medium-properties.Plo + -rm -f ./$(DEPDIR)/brasero-progress.Plo + -rm -f ./$(DEPDIR)/brasero-session-cfg.Plo + -rm -f ./$(DEPDIR)/brasero-session-span.Plo + -rm -f ./$(DEPDIR)/brasero-session.Plo + -rm -f ./$(DEPDIR)/brasero-src-image.Plo + -rm -f ./$(DEPDIR)/brasero-src-selection.Plo + -rm -f ./$(DEPDIR)/brasero-status-dialog.Plo + -rm -f ./$(DEPDIR)/brasero-status.Plo + -rm -f ./$(DEPDIR)/brasero-sum-dialog.Plo + -rm -f ./$(DEPDIR)/brasero-tool-dialog.Plo + -rm -f ./$(DEPDIR)/brasero-track-data-cfg.Plo + -rm -f ./$(DEPDIR)/brasero-track-data.Plo + -rm -f ./$(DEPDIR)/brasero-track-disc.Plo + -rm -f ./$(DEPDIR)/brasero-track-image-cfg.Plo + -rm -f ./$(DEPDIR)/brasero-track-image.Plo + -rm -f ./$(DEPDIR)/brasero-track-stream-cfg.Plo + -rm -f ./$(DEPDIR)/brasero-track-stream.Plo + -rm -f ./$(DEPDIR)/brasero-track-type.Plo + -rm -f ./$(DEPDIR)/brasero-track.Plo + -rm -f ./$(DEPDIR)/brasero-video-options.Plo + -rm -f ./$(DEPDIR)/brasero-xfer.Plo + -rm -f ./$(DEPDIR)/burn-basics.Plo + -rm -f ./$(DEPDIR)/burn-caps.Plo + -rm -f ./$(DEPDIR)/burn-dbus.Plo + -rm -f ./$(DEPDIR)/burn-debug.Plo + -rm -f ./$(DEPDIR)/burn-image-format.Plo + -rm -f ./$(DEPDIR)/burn-job.Plo + -rm -f ./$(DEPDIR)/burn-mkisofs-base.Plo + -rm -f ./$(DEPDIR)/burn-plugin-manager.Plo + -rm -f ./$(DEPDIR)/burn-plugin.Plo + -rm -f ./$(DEPDIR)/burn-process.Plo + -rm -f ./$(DEPDIR)/burn-task-ctx.Plo + -rm -f ./$(DEPDIR)/burn-task-item.Plo + -rm -f ./$(DEPDIR)/burn-task.Plo + -rm -f ./$(DEPDIR)/libbrasero-marshal.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1074,7 +1187,61 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/brasero-blank-dialog.Plo + -rm -f ./$(DEPDIR)/brasero-burn-dialog.Plo + -rm -f ./$(DEPDIR)/brasero-burn-options.Plo + -rm -f ./$(DEPDIR)/brasero-burn.Plo + -rm -f ./$(DEPDIR)/brasero-caps-burn.Plo + -rm -f ./$(DEPDIR)/brasero-caps-plugin.Plo + -rm -f ./$(DEPDIR)/brasero-caps-session.Plo + -rm -f ./$(DEPDIR)/brasero-cover.Plo + -rm -f ./$(DEPDIR)/brasero-data-project.Plo + -rm -f ./$(DEPDIR)/brasero-data-session.Plo + -rm -f ./$(DEPDIR)/brasero-data-tree-model.Plo + -rm -f ./$(DEPDIR)/brasero-data-vfs.Plo + -rm -f ./$(DEPDIR)/brasero-dest-selection.Plo + -rm -f ./$(DEPDIR)/brasero-drive-properties.Plo + -rm -f ./$(DEPDIR)/brasero-file-monitor.Plo + -rm -f ./$(DEPDIR)/brasero-file-node.Plo + -rm -f ./$(DEPDIR)/brasero-filtered-uri.Plo + -rm -f ./$(DEPDIR)/brasero-image-properties.Plo + -rm -f ./$(DEPDIR)/brasero-image-type-chooser.Plo + -rm -f ./$(DEPDIR)/brasero-medium-properties.Plo + -rm -f ./$(DEPDIR)/brasero-progress.Plo + -rm -f ./$(DEPDIR)/brasero-session-cfg.Plo + -rm -f ./$(DEPDIR)/brasero-session-span.Plo + -rm -f ./$(DEPDIR)/brasero-session.Plo + -rm -f ./$(DEPDIR)/brasero-src-image.Plo + -rm -f ./$(DEPDIR)/brasero-src-selection.Plo + -rm -f ./$(DEPDIR)/brasero-status-dialog.Plo + -rm -f ./$(DEPDIR)/brasero-status.Plo + -rm -f ./$(DEPDIR)/brasero-sum-dialog.Plo + -rm -f ./$(DEPDIR)/brasero-tool-dialog.Plo + -rm -f ./$(DEPDIR)/brasero-track-data-cfg.Plo + -rm -f ./$(DEPDIR)/brasero-track-data.Plo + -rm -f ./$(DEPDIR)/brasero-track-disc.Plo + -rm -f ./$(DEPDIR)/brasero-track-image-cfg.Plo + -rm -f ./$(DEPDIR)/brasero-track-image.Plo + -rm -f ./$(DEPDIR)/brasero-track-stream-cfg.Plo + -rm -f ./$(DEPDIR)/brasero-track-stream.Plo + -rm -f ./$(DEPDIR)/brasero-track-type.Plo + -rm -f ./$(DEPDIR)/brasero-track.Plo + -rm -f ./$(DEPDIR)/brasero-video-options.Plo + -rm -f ./$(DEPDIR)/brasero-xfer.Plo + -rm -f ./$(DEPDIR)/burn-basics.Plo + -rm -f ./$(DEPDIR)/burn-caps.Plo + -rm -f ./$(DEPDIR)/burn-dbus.Plo + -rm -f ./$(DEPDIR)/burn-debug.Plo + -rm -f ./$(DEPDIR)/burn-image-format.Plo + -rm -f ./$(DEPDIR)/burn-job.Plo + -rm -f ./$(DEPDIR)/burn-mkisofs-base.Plo + -rm -f ./$(DEPDIR)/burn-plugin-manager.Plo + -rm -f ./$(DEPDIR)/burn-plugin.Plo + -rm -f ./$(DEPDIR)/burn-process.Plo + -rm -f ./$(DEPDIR)/burn-task-ctx.Plo + -rm -f ./$(DEPDIR)/burn-task-item.Plo + -rm -f ./$(DEPDIR)/burn-task.Plo + -rm -f ./$(DEPDIR)/libbrasero-marshal.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1096,9 +1263,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru brasero-3.12.2/libbrasero-media/brasero-media.h brasero-3.12.3/libbrasero-media/brasero-media.h --- brasero-3.12.2/libbrasero-media/brasero-media.h 2017-07-31 16:36:09.000000000 +0000 +++ brasero-3.12.3/libbrasero-media/brasero-media.h 2021-09-20 08:24:21.000000000 +0000 @@ -44,11 +44,11 @@ #define LIBBRASERO_MEDIA_VERSION_MINOR \ 12 #define LIBBRASERO_MEDIA_VERSION_MICRO \ - 2 + 3 #define LIBBRASERO_MEDIA_AGE \ - 362 + 372 #define LIBBRASERO_MEDIA_INSTALL \ - "/usr/local" + "/home/david/gnome" /** * To start and stop the library diff -Nru brasero-3.12.2/libbrasero-media/libbrasero-marshal.c brasero-3.12.3/libbrasero-media/libbrasero-marshal.c --- brasero-3.12.2/libbrasero-media/libbrasero-marshal.c 2017-07-31 16:37:19.000000000 +0000 +++ brasero-3.12.3/libbrasero-media/libbrasero-marshal.c 2021-09-20 08:04:46.000000000 +0000 @@ -1,10 +1,5 @@ - -#ifndef __brasero_marshal_MARSHAL_H__ -#define __brasero_marshal_MARSHAL_H__ - -#include - -G_BEGIN_DECLS +/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ +#include #ifdef G_ENABLE_DEBUG #define g_marshal_value_peek_boolean(v) g_value_get_boolean (v) @@ -52,14 +47,17 @@ #define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer #endif /* !G_ENABLE_DEBUG */ - -/* VOID:STRING,STRING (./libbrasero-marshal.list:1) */ -extern void brasero_marshal_VOID__STRING_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:STRING,STRING (/home/david/checkout/gnome/brasero/libbrasero-media/libbrasero-marshal.list:1) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__STRING_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__STRING_STRING (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -68,13 +66,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__STRING_STRING) (gpointer data1, - gpointer arg_1, - gpointer arg_2, - gpointer data2); - GMarshalFunc_VOID__STRING_STRING callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__STRING_STRING) (gpointer data1, + gpointer arg1, + gpointer arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__STRING_STRING callback; g_return_if_fail (n_param_values == 3); @@ -96,7 +94,3 @@ data2); } -G_END_DECLS - -#endif /* __brasero_marshal_MARSHAL_H__ */ - diff -Nru brasero-3.12.2/libbrasero-media/libbrasero-marshal.h brasero-3.12.3/libbrasero-media/libbrasero-marshal.h --- brasero-3.12.2/libbrasero-media/libbrasero-marshal.h 2017-07-31 16:37:13.000000000 +0000 +++ brasero-3.12.3/libbrasero-media/libbrasero-marshal.h 2021-09-20 08:04:41.000000000 +0000 @@ -1,20 +1,21 @@ +/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ +#ifndef __BRASERO_MARSHAL_MARSHAL_H__ +#define __BRASERO_MARSHAL_MARSHAL_H__ -#ifndef __brasero_marshal_MARSHAL_H__ -#define __brasero_marshal_MARSHAL_H__ - -#include +#include G_BEGIN_DECLS -/* VOID:STRING,STRING (./libbrasero-marshal.list:1) */ -extern void brasero_marshal_VOID__STRING_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:STRING,STRING (/home/david/checkout/gnome/brasero/libbrasero-media/libbrasero-marshal.list:1) */ +extern +void brasero_marshal_VOID__STRING_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); -G_END_DECLS -#endif /* __brasero_marshal_MARSHAL_H__ */ +G_END_DECLS +#endif /* __BRASERO_MARSHAL_MARSHAL_H__ */ diff -Nru brasero-3.12.2/libbrasero-media/Makefile.in brasero-3.12.3/libbrasero-media/Makefile.in --- brasero-3.12.2/libbrasero-media/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/libbrasero-media/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -223,7 +223,35 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/brasero-drive-selection.Plo \ + ./$(DEPDIR)/brasero-drive.Plo \ + ./$(DEPDIR)/brasero-gio-operation.Plo \ + ./$(DEPDIR)/brasero-media.Plo \ + ./$(DEPDIR)/brasero-medium-monitor.Plo \ + ./$(DEPDIR)/brasero-medium-selection.Plo \ + ./$(DEPDIR)/brasero-medium.Plo ./$(DEPDIR)/brasero-units.Plo \ + ./$(DEPDIR)/brasero-volume.Plo ./$(DEPDIR)/burn-iso-field.Plo \ + ./$(DEPDIR)/burn-iso9660.Plo ./$(DEPDIR)/burn-susp.Plo \ + ./$(DEPDIR)/burn-volume-source.Plo ./$(DEPDIR)/burn-volume.Plo \ + ./$(DEPDIR)/libbrasero-marshal.Plo ./$(DEPDIR)/scsi-cam.Plo \ + ./$(DEPDIR)/scsi-error.Plo \ + ./$(DEPDIR)/scsi-get-configuration.Plo \ + ./$(DEPDIR)/scsi-get-performance.Plo \ + ./$(DEPDIR)/scsi-inquiry.Plo ./$(DEPDIR)/scsi-mech-status.Plo \ + ./$(DEPDIR)/scsi-mode-select.Plo \ + ./$(DEPDIR)/scsi-mode-sense.Plo ./$(DEPDIR)/scsi-netbsd.Plo \ + ./$(DEPDIR)/scsi-prevent-allow-medium-removal.Plo \ + ./$(DEPDIR)/scsi-read-capacity.Plo \ + ./$(DEPDIR)/scsi-read-cd.Plo \ + ./$(DEPDIR)/scsi-read-disc-info.Plo \ + ./$(DEPDIR)/scsi-read-disc-structure.Plo \ + ./$(DEPDIR)/scsi-read-format-capacities.Plo \ + ./$(DEPDIR)/scsi-read-toc-pma-atip.Plo \ + ./$(DEPDIR)/scsi-read-track-information.Plo \ + ./$(DEPDIR)/scsi-read10.Plo ./$(DEPDIR)/scsi-sense-data.Plo \ + ./$(DEPDIR)/scsi-sg.Plo ./$(DEPDIR)/scsi-test-unit-ready.Plo \ + ./$(DEPDIR)/scsi-uscsi.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -441,6 +469,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -488,6 +518,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -627,8 +658,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -686,43 +717,49 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-drive-selection.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-drive.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-gio-operation.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-media.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-medium-monitor.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-medium-selection.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-medium.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-units.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-volume.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-iso-field.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-iso9660.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-susp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-volume-source.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-volume.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbrasero-marshal.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-cam.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-error.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-get-configuration.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-get-performance.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-inquiry.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-mech-status.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-mode-select.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-mode-sense.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-netbsd.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-prevent-allow-medium-removal.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-capacity.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-cd.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-disc-info.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-disc-structure.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-format-capacities.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-toc-pma-atip.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-track-information.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read10.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-sense-data.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-sg.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-test-unit-ready.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-uscsi.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-drive-selection.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-drive.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-gio-operation.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-media.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-medium-monitor.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-medium-selection.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-medium.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-units.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-volume.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-iso-field.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-iso9660.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-susp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-volume-source.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-volume.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libbrasero-marshal.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-cam.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-error.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-get-configuration.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-get-performance.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-inquiry.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-mech-status.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-mode-select.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-mode-sense.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-netbsd.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-prevent-allow-medium-removal.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-capacity.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-cd.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-disc-info.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-disc-structure.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-format-capacities.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-toc-pma-atip.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read-track-information.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-read10.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-sense-data.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-sg.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-test-unit-ready.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scsi-uscsi.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -866,7 +903,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -940,7 +980,43 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/brasero-drive-selection.Plo + -rm -f ./$(DEPDIR)/brasero-drive.Plo + -rm -f ./$(DEPDIR)/brasero-gio-operation.Plo + -rm -f ./$(DEPDIR)/brasero-media.Plo + -rm -f ./$(DEPDIR)/brasero-medium-monitor.Plo + -rm -f ./$(DEPDIR)/brasero-medium-selection.Plo + -rm -f ./$(DEPDIR)/brasero-medium.Plo + -rm -f ./$(DEPDIR)/brasero-units.Plo + -rm -f ./$(DEPDIR)/brasero-volume.Plo + -rm -f ./$(DEPDIR)/burn-iso-field.Plo + -rm -f ./$(DEPDIR)/burn-iso9660.Plo + -rm -f ./$(DEPDIR)/burn-susp.Plo + -rm -f ./$(DEPDIR)/burn-volume-source.Plo + -rm -f ./$(DEPDIR)/burn-volume.Plo + -rm -f ./$(DEPDIR)/libbrasero-marshal.Plo + -rm -f ./$(DEPDIR)/scsi-cam.Plo + -rm -f ./$(DEPDIR)/scsi-error.Plo + -rm -f ./$(DEPDIR)/scsi-get-configuration.Plo + -rm -f ./$(DEPDIR)/scsi-get-performance.Plo + -rm -f ./$(DEPDIR)/scsi-inquiry.Plo + -rm -f ./$(DEPDIR)/scsi-mech-status.Plo + -rm -f ./$(DEPDIR)/scsi-mode-select.Plo + -rm -f ./$(DEPDIR)/scsi-mode-sense.Plo + -rm -f ./$(DEPDIR)/scsi-netbsd.Plo + -rm -f ./$(DEPDIR)/scsi-prevent-allow-medium-removal.Plo + -rm -f ./$(DEPDIR)/scsi-read-capacity.Plo + -rm -f ./$(DEPDIR)/scsi-read-cd.Plo + -rm -f ./$(DEPDIR)/scsi-read-disc-info.Plo + -rm -f ./$(DEPDIR)/scsi-read-disc-structure.Plo + -rm -f ./$(DEPDIR)/scsi-read-format-capacities.Plo + -rm -f ./$(DEPDIR)/scsi-read-toc-pma-atip.Plo + -rm -f ./$(DEPDIR)/scsi-read-track-information.Plo + -rm -f ./$(DEPDIR)/scsi-read10.Plo + -rm -f ./$(DEPDIR)/scsi-sense-data.Plo + -rm -f ./$(DEPDIR)/scsi-sg.Plo + -rm -f ./$(DEPDIR)/scsi-test-unit-ready.Plo + -rm -f ./$(DEPDIR)/scsi-uscsi.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -987,7 +1063,43 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/brasero-drive-selection.Plo + -rm -f ./$(DEPDIR)/brasero-drive.Plo + -rm -f ./$(DEPDIR)/brasero-gio-operation.Plo + -rm -f ./$(DEPDIR)/brasero-media.Plo + -rm -f ./$(DEPDIR)/brasero-medium-monitor.Plo + -rm -f ./$(DEPDIR)/brasero-medium-selection.Plo + -rm -f ./$(DEPDIR)/brasero-medium.Plo + -rm -f ./$(DEPDIR)/brasero-units.Plo + -rm -f ./$(DEPDIR)/brasero-volume.Plo + -rm -f ./$(DEPDIR)/burn-iso-field.Plo + -rm -f ./$(DEPDIR)/burn-iso9660.Plo + -rm -f ./$(DEPDIR)/burn-susp.Plo + -rm -f ./$(DEPDIR)/burn-volume-source.Plo + -rm -f ./$(DEPDIR)/burn-volume.Plo + -rm -f ./$(DEPDIR)/libbrasero-marshal.Plo + -rm -f ./$(DEPDIR)/scsi-cam.Plo + -rm -f ./$(DEPDIR)/scsi-error.Plo + -rm -f ./$(DEPDIR)/scsi-get-configuration.Plo + -rm -f ./$(DEPDIR)/scsi-get-performance.Plo + -rm -f ./$(DEPDIR)/scsi-inquiry.Plo + -rm -f ./$(DEPDIR)/scsi-mech-status.Plo + -rm -f ./$(DEPDIR)/scsi-mode-select.Plo + -rm -f ./$(DEPDIR)/scsi-mode-sense.Plo + -rm -f ./$(DEPDIR)/scsi-netbsd.Plo + -rm -f ./$(DEPDIR)/scsi-prevent-allow-medium-removal.Plo + -rm -f ./$(DEPDIR)/scsi-read-capacity.Plo + -rm -f ./$(DEPDIR)/scsi-read-cd.Plo + -rm -f ./$(DEPDIR)/scsi-read-disc-info.Plo + -rm -f ./$(DEPDIR)/scsi-read-disc-structure.Plo + -rm -f ./$(DEPDIR)/scsi-read-format-capacities.Plo + -rm -f ./$(DEPDIR)/scsi-read-toc-pma-atip.Plo + -rm -f ./$(DEPDIR)/scsi-read-track-information.Plo + -rm -f ./$(DEPDIR)/scsi-read10.Plo + -rm -f ./$(DEPDIR)/scsi-sense-data.Plo + -rm -f ./$(DEPDIR)/scsi-sg.Plo + -rm -f ./$(DEPDIR)/scsi-test-unit-ready.Plo + -rm -f ./$(DEPDIR)/scsi-uscsi.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1009,9 +1121,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru brasero-3.12.2/libbrasero-media/scsi-read-track-information.c brasero-3.12.3/libbrasero-media/scsi-read-track-information.c --- brasero-3.12.2/libbrasero-media/scsi-read-track-information.c 2010-11-15 13:16:43.000000000 +0000 +++ brasero-3.12.3/libbrasero-media/scsi-read-track-information.c 2021-09-17 11:27:28.000000000 +0000 @@ -113,7 +113,7 @@ /* first ask the drive how long should the data be and then ... */ datasize = 4; - memset (&hdr, 0, sizeof (info)); + memset (&hdr, 0, sizeof (hdr)); BRASERO_SET_16 (cdb->alloc_len, datasize); res = brasero_scsi_command_issue_sync (cdb, &hdr, datasize, error); if (res) diff -Nru brasero-3.12.2/libbrasero-utils/Makefile.in brasero-3.12.3/libbrasero-utils/Makefile.in --- brasero-3.12.2/libbrasero-utils/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/libbrasero-utils/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -161,7 +161,18 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/brasero-async-task-manager.Plo \ + ./$(DEPDIR)/brasero-disc-message.Plo \ + ./$(DEPDIR)/brasero-io.Plo \ + ./$(DEPDIR)/brasero-jacket-background.Plo \ + ./$(DEPDIR)/brasero-jacket-buffer.Plo \ + ./$(DEPDIR)/brasero-jacket-edit.Plo \ + ./$(DEPDIR)/brasero-jacket-font.Plo \ + ./$(DEPDIR)/brasero-jacket-view.Plo \ + ./$(DEPDIR)/brasero-metadata.Plo ./$(DEPDIR)/brasero-misc.Plo \ + ./$(DEPDIR)/brasero-notify.Plo ./$(DEPDIR)/brasero-pk.Plo \ + ./$(DEPDIR)/brasero-tool-color-picker.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -376,6 +387,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -423,6 +436,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -519,8 +533,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -576,19 +590,25 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-async-task-manager.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-disc-message.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-io.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-jacket-background.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-jacket-buffer.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-jacket-edit.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-jacket-font.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-jacket-view.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-metadata.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-misc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-notify.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-pk.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-tool-color-picker.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-async-task-manager.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-disc-message.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-io.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-jacket-background.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-jacket-buffer.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-jacket-edit.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-jacket-font.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-jacket-view.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-metadata.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-misc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-notify.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-pk.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-tool-color-picker.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -669,7 +689,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -743,7 +766,19 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/brasero-async-task-manager.Plo + -rm -f ./$(DEPDIR)/brasero-disc-message.Plo + -rm -f ./$(DEPDIR)/brasero-io.Plo + -rm -f ./$(DEPDIR)/brasero-jacket-background.Plo + -rm -f ./$(DEPDIR)/brasero-jacket-buffer.Plo + -rm -f ./$(DEPDIR)/brasero-jacket-edit.Plo + -rm -f ./$(DEPDIR)/brasero-jacket-font.Plo + -rm -f ./$(DEPDIR)/brasero-jacket-view.Plo + -rm -f ./$(DEPDIR)/brasero-metadata.Plo + -rm -f ./$(DEPDIR)/brasero-misc.Plo + -rm -f ./$(DEPDIR)/brasero-notify.Plo + -rm -f ./$(DEPDIR)/brasero-pk.Plo + -rm -f ./$(DEPDIR)/brasero-tool-color-picker.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -789,7 +824,19 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/brasero-async-task-manager.Plo + -rm -f ./$(DEPDIR)/brasero-disc-message.Plo + -rm -f ./$(DEPDIR)/brasero-io.Plo + -rm -f ./$(DEPDIR)/brasero-jacket-background.Plo + -rm -f ./$(DEPDIR)/brasero-jacket-buffer.Plo + -rm -f ./$(DEPDIR)/brasero-jacket-edit.Plo + -rm -f ./$(DEPDIR)/brasero-jacket-font.Plo + -rm -f ./$(DEPDIR)/brasero-jacket-view.Plo + -rm -f ./$(DEPDIR)/brasero-metadata.Plo + -rm -f ./$(DEPDIR)/brasero-misc.Plo + -rm -f ./$(DEPDIR)/brasero-notify.Plo + -rm -f ./$(DEPDIR)/brasero-pk.Plo + -rm -f ./$(DEPDIR)/brasero-tool-color-picker.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -810,9 +857,9 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libLTLIBRARIES clean-libtool cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ html-am info info-am install install-am install-data \ install-data-am install-dvi install-dvi-am install-exec \ diff -Nru brasero-3.12.2/ltmain.sh brasero-3.12.3/ltmain.sh --- brasero-3.12.2/ltmain.sh 2017-07-31 16:36:01.000000000 +0000 +++ brasero-3.12.3/ltmain.sh 2021-09-20 08:24:12.000000000 +0000 @@ -2124,7 +2124,7 @@ # a configuration failure hint, and exit. func_fatal_configuration () { - func__fatal_error ${1+"$@"} \ + func_fatal_error ${1+"$@"} \ "See the $PACKAGE documentation for more information." \ "Fatal configuration error." } @@ -7272,10 +7272,12 @@ # -tp=* Portland pgcc target processor selection # --sysroot=* for sysroot support # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization + # -specs=* GCC specs files # -stdlib=* select c++ std lib with clang -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \ - -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*) + -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \ + -specs=*) func_quote_for_eval "$arg" arg=$func_quote_for_eval_result func_append compile_command " $arg" diff -Nru brasero-3.12.2/Makefile.in brasero-3.12.3/Makefile.in --- brasero-3.12.2/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -168,9 +168,9 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - cscope distdir dist dist-all distcheck -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ - $(LISP)config.h.in + cscope distdir distdir-am dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ + config.h.in # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is # *not* preserved. @@ -406,6 +406,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -453,6 +455,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -517,8 +520,8 @@ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -694,7 +697,10 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ @@ -777,6 +783,10 @@ tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz $(am__post_remove_distdir) +dist-zstd: distdir + tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst + $(am__post_remove_distdir) + dist-tarZ: distdir @echo WARNING: "Support for distribution archives compressed with" \ "legacy program 'compress' is deprecated." >&2 @@ -819,6 +829,8 @@ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ + *.tar.zst*) \ + zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ esac chmod -R a-w $(distdir) chmod u+w $(distdir) @@ -1001,19 +1013,19 @@ am--refresh check check-am clean clean-cscope clean-generic \ clean-libtool clean-noinstPROGRAMS cscope cscopelist-am ctags \ ctags-am dist dist-all dist-bzip2 dist-gzip dist-hook \ - dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \ - distclean distclean-generic distclean-hdr distclean-libtool \ - distclean-tags distcleancheck distdir distuninstallcheck dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-pkgconfigDATA install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ - ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pkgconfigDATA + dist-lzip dist-shar dist-tarZ dist-xz dist-zip dist-zstd \ + distcheck distclean distclean-generic distclean-hdr \ + distclean-libtool distclean-tags distcleancheck distdir \ + distuninstallcheck dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-pkgconfigDATA install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pkgconfigDATA .PRECIOUS: Makefile diff -Nru brasero-3.12.2/missing brasero-3.12.3/missing --- brasero-3.12.2/missing 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/missing 2021-09-20 08:24:16.000000000 +0000 @@ -1,9 +1,9 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2013-10-28.13; # UTC +scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -101,9 +101,9 @@ exit $st fi -perl_URL=http://www.perl.org/ -flex_URL=http://flex.sourceforge.net/ -gnu_software_URL=http://www.gnu.org/software +perl_URL=https://www.perl.org/ +flex_URL=https://github.com/westes/flex +gnu_software_URL=https://www.gnu.org/software program_details () { @@ -207,9 +207,9 @@ exit $st # Local variables: -# eval: (add-hook 'write-file-hooks 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp) # time-stamp-start: "scriptversion=" # time-stamp-format: "%:y-%02m-%02d.%02H" -# time-stamp-time-zone: "UTC" +# time-stamp-time-zone: "UTC0" # time-stamp-end: "; # UTC" # End: diff -Nru brasero-3.12.2/nautilus/brasero-nautilus.desktop.in brasero-3.12.3/nautilus/brasero-nautilus.desktop.in --- brasero-3.12.2/nautilus/brasero-nautilus.desktop.in 2017-07-31 16:36:09.000000000 +0000 +++ brasero-3.12.3/nautilus/brasero-nautilus.desktop.in 2021-09-20 08:24:21.000000000 +0000 @@ -14,4 +14,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=brasero X-GNOME-Bugzilla-Component=general -X-GNOME-Bugzilla-Version=3.12.2 +X-GNOME-Bugzilla-Version=3.12.3 diff -Nru brasero-3.12.2/nautilus/Makefile.in brasero-3.12.3/nautilus/Makefile.in --- brasero-3.12.2/nautilus/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/nautilus/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -160,7 +160,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/nautilus-burn-bar.Plo \ + ./$(DEPDIR)/nautilus-burn-extension.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -377,6 +379,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -424,6 +428,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -501,8 +506,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -560,8 +565,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nautilus-burn-bar.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nautilus-burn-extension.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nautilus-burn-bar.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nautilus-burn-extension.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -663,7 +674,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -738,7 +752,8 @@ clean-nautilus_extensionLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/nautilus-burn-bar.Plo + -rm -f ./$(DEPDIR)/nautilus-burn-extension.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -785,7 +800,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/nautilus-burn-bar.Plo + -rm -f ./$(DEPDIR)/nautilus-burn-extension.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -807,14 +823,15 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-nautilus_extensionLTLIBRARIES \ - cscopelist-am ctags ctags-am distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-data install-data-am install-desktopDATA install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am install-man \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool \ + clean-nautilus_extensionLTLIBRARIES cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-desktopDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man \ install-nautilus_extensionLTLIBRARIES install-pdf \ install-pdf-am install-ps install-ps-am install-strip \ installcheck installcheck-am installdirs maintainer-clean \ diff -Nru brasero-3.12.2/nautilus/nautilus-burn-extension.c brasero-3.12.3/nautilus/nautilus-burn-extension.c --- brasero-3.12.2/nautilus/nautilus-burn-extension.c 2014-02-19 09:16:54.000000000 +0000 +++ brasero-3.12.3/nautilus/nautilus-burn-extension.c 2020-04-07 12:27:22.000000000 +0000 @@ -714,6 +714,8 @@ items = NULL; scheme = nautilus_file_info_get_uri_scheme (current_folder); + if (!scheme) + return NULL; if (strcmp (scheme, "burn") == 0) { NautilusMenuItem *item; diff -Nru brasero-3.12.2/NEWS brasero-3.12.3/NEWS --- brasero-3.12.2/NEWS 2017-07-31 16:11:27.000000000 +0000 +++ brasero-3.12.3/NEWS 2021-09-20 08:19:02.000000000 +0000 @@ -1,3 +1,15 @@ +* Brasero 3.12.3 + - Blu-ray fixes (Bastien Nocera) + - Support Tracker 3.0 (Carlos Garnacho) + - Add CI (Bastien Nocera) + - Transcode plugin gstreamer plugin improvement (Robert McQueen) + - Fix crash with malformed URI (Geyslan) + - Fix default project label (Pimm "de Chinchilla" Hogeling) + - Man page fixes (Ville Skyttä) + - Header guard fix (Ting-Wei Lan) + - Help improvements (scootergrisen, Andre Klapper) + - Translation updates + * Brasero 3.12.2 - Build fixes - Support Tracker 2.0 diff -Nru brasero-3.12.2/plugins/audio2cue/Makefile.in brasero-3.12.3/plugins/audio2cue/Makefile.in --- brasero-3.12.2/plugins/audio2cue/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/plugins/audio2cue/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -156,7 +156,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/burn-audio2cue.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -371,6 +372,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -418,6 +421,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -469,8 +473,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -526,7 +530,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-audio2cue.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-audio2cue.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -607,7 +617,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -680,7 +693,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-audio2cue.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -726,7 +739,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-audio2cue.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -747,7 +760,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-audio2cueLTLIBRARIES clean-generic clean-libtool \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ diff -Nru brasero-3.12.2/plugins/cdrdao/Makefile.in brasero-3.12.3/plugins/cdrdao/Makefile.in --- brasero-3.12.2/plugins/cdrdao/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/plugins/cdrdao/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -156,7 +156,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/burn-cdrdao.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -371,6 +372,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -418,6 +421,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -469,8 +473,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -526,7 +530,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-cdrdao.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-cdrdao.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -607,7 +617,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -680,7 +693,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-cdrdao.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -726,7 +739,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-cdrdao.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -747,7 +760,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-cdrdaoLTLIBRARIES clean-generic clean-libtool \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ diff -Nru brasero-3.12.2/plugins/cdrkit/Makefile.in brasero-3.12.3/plugins/cdrkit/Makefile.in --- brasero-3.12.2/plugins/cdrkit/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/plugins/cdrkit/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -178,7 +178,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/burn-genisoimage.Plo \ + ./$(DEPDIR)/burn-readom.Plo ./$(DEPDIR)/burn-wodim.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -395,6 +397,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -442,6 +446,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -513,8 +518,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -646,9 +651,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-genisoimage.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-readom.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-wodim.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-genisoimage.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-readom.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-wodim.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -729,7 +740,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -802,7 +816,9 @@ clean-readomLTLIBRARIES clean-wodimLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-genisoimage.Plo + -rm -f ./$(DEPDIR)/burn-readom.Plo + -rm -f ./$(DEPDIR)/burn-wodim.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -849,7 +865,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-genisoimage.Plo + -rm -f ./$(DEPDIR)/burn-readom.Plo + -rm -f ./$(DEPDIR)/burn-wodim.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -871,8 +889,8 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-genisoimageLTLIBRARIES clean-libtool \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-genisoimageLTLIBRARIES clean-libtool \ clean-readomLTLIBRARIES clean-wodimLTLIBRARIES cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ diff -Nru brasero-3.12.2/plugins/cdrtools/Makefile.in brasero-3.12.3/plugins/cdrtools/Makefile.in --- brasero-3.12.2/plugins/cdrtools/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/plugins/cdrtools/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -187,7 +187,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/burn-cdda2wav.Plo \ + ./$(DEPDIR)/burn-cdrecord.Plo ./$(DEPDIR)/burn-mkisofs.Plo \ + ./$(DEPDIR)/burn-readcd.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -408,6 +411,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -455,6 +460,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -533,8 +539,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -704,10 +710,16 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-cdda2wav.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-cdrecord.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-mkisofs.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-readcd.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-cdda2wav.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-cdrecord.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-mkisofs.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-readcd.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -788,7 +800,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -862,7 +877,10 @@ clean-readcdLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-cdda2wav.Plo + -rm -f ./$(DEPDIR)/burn-cdrecord.Plo + -rm -f ./$(DEPDIR)/burn-mkisofs.Plo + -rm -f ./$(DEPDIR)/burn-readcd.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -910,7 +928,10 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-cdda2wav.Plo + -rm -f ./$(DEPDIR)/burn-cdrecord.Plo + -rm -f ./$(DEPDIR)/burn-mkisofs.Plo + -rm -f ./$(DEPDIR)/burn-readcd.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -933,7 +954,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-cdda2wavLTLIBRARIES clean-cdrecordLTLIBRARIES \ clean-generic clean-libtool clean-mkisofsLTLIBRARIES \ clean-readcdLTLIBRARIES cscopelist-am ctags ctags-am distclean \ diff -Nru brasero-3.12.2/plugins/checksum/burn-volume-read.h brasero-3.12.3/plugins/checksum/burn-volume-read.h --- brasero-3.12.2/plugins/checksum/burn-volume-read.h 2010-11-15 13:16:43.000000000 +0000 +++ brasero-3.12.3/plugins/checksum/burn-volume-read.h 2021-09-17 11:27:28.000000000 +0000 @@ -28,7 +28,7 @@ * Boston, MA 02110-1301, USA. */ -#ifndef _BRASERO_MEDIUM_HANDLE_H +#ifndef BRASERO_MEDIUM_HANDLE_H #define BRASERO_MEDIUM_HANDLE_H #include diff -Nru brasero-3.12.2/plugins/checksum/Makefile.in brasero-3.12.3/plugins/checksum/Makefile.in --- brasero-3.12.2/plugins/checksum/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/plugins/checksum/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -169,7 +169,10 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/burn-checksum-files.Plo \ + ./$(DEPDIR)/burn-checksum-image.Plo \ + ./$(DEPDIR)/burn-volume-read.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -386,6 +389,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -433,6 +438,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -491,8 +497,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -586,9 +592,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-checksum-files.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-checksum-image.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-volume-read.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-checksum-files.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-checksum-image.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-volume-read.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -669,7 +681,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -742,7 +757,9 @@ clean-generic clean-libtool mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-checksum-files.Plo + -rm -f ./$(DEPDIR)/burn-checksum-image.Plo + -rm -f ./$(DEPDIR)/burn-volume-read.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -789,7 +806,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-checksum-files.Plo + -rm -f ./$(DEPDIR)/burn-checksum-image.Plo + -rm -f ./$(DEPDIR)/burn-volume-read.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -811,7 +830,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-checksumLTLIBRARIES clean-checksumfileLTLIBRARIES \ clean-generic clean-libtool cscopelist-am ctags ctags-am \ distclean distclean-compile distclean-generic \ diff -Nru brasero-3.12.2/plugins/dvdauthor/Makefile.in brasero-3.12.3/plugins/dvdauthor/Makefile.in --- brasero-3.12.2/plugins/dvdauthor/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/plugins/dvdauthor/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -156,7 +156,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/burn-dvdauthor.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -371,6 +372,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -418,6 +421,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -468,8 +472,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -525,7 +529,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-dvdauthor.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-dvdauthor.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -606,7 +616,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -679,7 +692,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-dvdauthor.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -725,7 +738,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-dvdauthor.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -746,7 +759,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-dvdauthorLTLIBRARIES clean-generic clean-libtool \ cscopelist-am ctags ctags-am distclean distclean-compile \ distclean-generic distclean-libtool distclean-tags distdir dvi \ diff -Nru brasero-3.12.2/plugins/dvdcss/Makefile.in brasero-3.12.3/plugins/dvdcss/Makefile.in --- brasero-3.12.2/plugins/dvdcss/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/plugins/dvdcss/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -156,7 +156,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/burn-dvdcss.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -371,6 +372,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -418,6 +421,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -469,8 +473,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -526,7 +530,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-dvdcss.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-dvdcss.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -607,7 +617,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -680,7 +693,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-dvdcss.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -726,7 +739,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-dvdcss.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -747,20 +760,20 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-pluginLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-pluginLTLIBRARIES install-ps install-ps-am \ - install-strip installcheck installcheck-am installdirs \ - maintainer-clean maintainer-clean-generic mostlyclean \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \ - uninstall-pluginLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-pluginLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-pluginLTLIBRARIES install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ + uninstall-am uninstall-pluginLTLIBRARIES .PRECIOUS: Makefile diff -Nru brasero-3.12.2/plugins/growisofs/burn-growisofs.c brasero-3.12.3/plugins/growisofs/burn-growisofs.c --- brasero-3.12.2/plugins/growisofs/burn-growisofs.c 2010-11-15 13:16:43.000000000 +0000 +++ brasero-3.12.3/plugins/growisofs/burn-growisofs.c 2021-09-17 11:27:28.000000000 +0000 @@ -877,6 +877,9 @@ /* for DVD+RW */ BRASERO_PLUGIN_ADD_STANDARD_DVDRW_PLUS_FLAGS (plugin, BRASERO_BURN_FLAG_NONE); + /* for BD-R */ + BRASERO_PLUGIN_ADD_STANDARD_BD_R_FLAGS (plugin, BRASERO_BURN_FLAG_NONE); + /* for BD-RE */ BRASERO_PLUGIN_ADD_STANDARD_BD_RE_FLAGS (plugin, BRASERO_BURN_FLAG_NONE); diff -Nru brasero-3.12.2/plugins/growisofs/Makefile.in brasero-3.12.3/plugins/growisofs/Makefile.in --- brasero-3.12.2/plugins/growisofs/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/plugins/growisofs/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -167,7 +167,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/burn-dvd-rw-format.Plo \ + ./$(DEPDIR)/burn-growisofs.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -384,6 +386,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -431,6 +435,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -491,8 +496,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -586,8 +591,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-dvd-rw-format.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-growisofs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-dvd-rw-format.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-growisofs.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -668,7 +679,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -741,7 +755,8 @@ clean-growisofsLTLIBRARIES clean-libtool mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-dvd-rw-format.Plo + -rm -f ./$(DEPDIR)/burn-growisofs.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -788,7 +803,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-dvd-rw-format.Plo + -rm -f ./$(DEPDIR)/burn-growisofs.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -810,7 +826,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-dvdrwformatLTLIBRARIES clean-generic \ clean-growisofsLTLIBRARIES clean-libtool cscopelist-am ctags \ ctags-am distclean distclean-compile distclean-generic \ diff -Nru brasero-3.12.2/plugins/libburnia/Makefile.in brasero-3.12.3/plugins/libburnia/Makefile.in --- brasero-3.12.2/plugins/libburnia/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/plugins/libburnia/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -166,7 +166,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/burn-libburn-common.Plo \ + ./$(DEPDIR)/burn-libburn.Plo ./$(DEPDIR)/burn-libisofs.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -383,6 +385,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -430,6 +434,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -497,8 +502,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -592,9 +597,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-libburn-common.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-libburn.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-libisofs.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-libburn-common.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-libburn.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-libisofs.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -675,7 +686,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -748,7 +762,9 @@ clean-libisofsLTLIBRARIES clean-libtool mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-libburn-common.Plo + -rm -f ./$(DEPDIR)/burn-libburn.Plo + -rm -f ./$(DEPDIR)/burn-libisofs.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -795,7 +811,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-libburn-common.Plo + -rm -f ./$(DEPDIR)/burn-libburn.Plo + -rm -f ./$(DEPDIR)/burn-libisofs.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -817,22 +835,22 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libburnLTLIBRARIES clean-libisofsLTLIBRARIES \ - clean-libtool cscopelist-am ctags ctags-am distclean \ - distclean-compile distclean-generic distclean-libtool \ - distclean-tags distdir dvi dvi-am html html-am info info-am \ - install install-am install-data install-data-am install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am \ - install-libburnLTLIBRARIES install-libisofsLTLIBRARIES \ - install-man install-pdf install-pdf-am install-ps \ - install-ps-am install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ - mostlyclean mostlyclean-compile mostlyclean-generic \ - mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-libburnLTLIBRARIES \ - uninstall-libisofsLTLIBRARIES +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libburnLTLIBRARIES \ + clean-libisofsLTLIBRARIES clean-libtool cscopelist-am ctags \ + ctags-am distclean distclean-compile distclean-generic \ + distclean-libtool distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-libburnLTLIBRARIES \ + install-libisofsLTLIBRARIES install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ + installcheck installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-compile \ + mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ + tags tags-am uninstall uninstall-am \ + uninstall-libburnLTLIBRARIES uninstall-libisofsLTLIBRARIES .PRECIOUS: Makefile diff -Nru brasero-3.12.2/plugins/local-track/Makefile.in brasero-3.12.3/plugins/local-track/Makefile.in --- brasero-3.12.2/plugins/local-track/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/plugins/local-track/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -166,7 +166,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/burn-local-image.Plo \ + ./$(DEPDIR)/burn-uri.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -383,6 +385,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -430,6 +434,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -489,8 +494,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -584,8 +589,14 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-local-image.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-uri.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-local-image.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-uri.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -666,7 +677,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -739,7 +753,8 @@ clean-local_trackLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-local-image.Plo + -rm -f ./$(DEPDIR)/burn-uri.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -786,7 +801,8 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-local-image.Plo + -rm -f ./$(DEPDIR)/burn-uri.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -808,7 +824,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-burn_uriLTLIBRARIES clean-generic clean-libtool \ clean-local_trackLTLIBRARIES cscopelist-am ctags ctags-am \ distclean distclean-compile distclean-generic \ diff -Nru brasero-3.12.2/plugins/Makefile.in brasero-3.12.3/plugins/Makefile.in --- brasero-3.12.2/plugins/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/plugins/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -136,7 +136,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -352,6 +352,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -399,6 +401,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -430,8 +433,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -548,7 +551,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru brasero-3.12.2/plugins/transcode/burn-vob.c brasero-3.12.3/plugins/transcode/burn-vob.c --- brasero-3.12.2/plugins/transcode/burn-vob.c 2013-01-13 22:20:43.000000000 +0000 +++ brasero-3.12.3/plugins/transcode/burn-vob.c 2021-09-17 11:27:28.000000000 +0000 @@ -1398,8 +1398,8 @@ brasero_plugin_check_config (BraseroPlugin *plugin) { /* Let's see if we've got the plugins we need */ - brasero_plugin_test_gstreamer_plugin (plugin, "avenc_mpeg2video"); brasero_plugin_test_gstreamer_plugin (plugin, "avenc_ac3"); brasero_plugin_test_gstreamer_plugin (plugin, "avenc_mp2"); + brasero_plugin_test_gstreamer_plugin (plugin, "mpeg2enc"); brasero_plugin_test_gstreamer_plugin (plugin, "mplex"); } diff -Nru brasero-3.12.2/plugins/transcode/Makefile.in brasero-3.12.3/plugins/transcode/Makefile.in --- brasero-3.12.2/plugins/transcode/Makefile.in 2017-07-31 16:36:05.000000000 +0000 +++ brasero-3.12.3/plugins/transcode/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -177,7 +177,9 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/burn-normalize.Plo \ + ./$(DEPDIR)/burn-transcode.Plo ./$(DEPDIR)/burn-vob.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -396,6 +398,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -443,6 +447,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -503,8 +508,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -636,9 +641,15 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-normalize.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-transcode.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-vob.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-normalize.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-transcode.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-vob.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -719,7 +730,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -792,7 +806,9 @@ clean-transcodeLTLIBRARIES clean-vobLTLIBRARIES mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-normalize.Plo + -rm -f ./$(DEPDIR)/burn-transcode.Plo + -rm -f ./$(DEPDIR)/burn-vob.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -839,7 +855,9 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-normalize.Plo + -rm -f ./$(DEPDIR)/burn-transcode.Plo + -rm -f ./$(DEPDIR)/burn-vob.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -861,8 +879,8 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-normalizeLTLIBRARIES \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-normalizeLTLIBRARIES \ clean-transcodeLTLIBRARIES clean-vobLTLIBRARIES cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \ diff -Nru brasero-3.12.2/plugins/vcdimager/Makefile.in brasero-3.12.3/plugins/vcdimager/Makefile.in --- brasero-3.12.2/plugins/vcdimager/Makefile.in 2017-07-31 16:36:06.000000000 +0000 +++ brasero-3.12.3/plugins/vcdimager/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -156,7 +156,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/burn-vcdimager.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -371,6 +372,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -418,6 +421,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -468,8 +472,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -525,7 +529,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-vcdimager.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/burn-vcdimager.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -606,7 +616,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -679,7 +692,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-vcdimager.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -725,7 +738,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/burn-vcdimager.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -746,15 +759,15 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ - clean-libtool clean-vcdimagerLTLIBRARIES cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-generic clean-libtool clean-vcdimagerLTLIBRARIES \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-pdf \ + install-pdf-am install-ps install-ps-am install-strip \ install-vcdimagerLTLIBRARIES installcheck installcheck-am \ installdirs maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic \ diff -Nru brasero-3.12.2/po/af.po brasero-3.12.3/po/af.po --- brasero-3.12.2/po/af.po 2015-04-28 10:49:45.000000000 +0000 +++ brasero-3.12.3/po/af.po 2021-09-16 14:27:35.000000000 +0000 @@ -5,10 +5,9 @@ msgid "" msgstr "" "Project-Id-Version: brasero master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=brasero" -"&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-04-18 15:05+0000\n" -"PO-Revision-Date: 2014-09-23 15:57+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2018-06-01 10:14+0000\n" +"PO-Revision-Date: 2018-05-29 11:18+0200\n" "Last-Translator: F Wolff \n" "Language-Team: translate-discuss-af@lists.sourceforge.net\n" "Language: af\n" @@ -16,7 +15,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.9.0-beta1\n" +"X-Generator: Poedit 2.0.7\n" "X-Project-Style: gnome\n" #: ../data/brasero.appdata.xml.in.h:1 @@ -48,7 +47,7 @@ #: ../data/brasero.desktop.in.in.h:4 msgid "disc;cdrom;dvd;burn;audio;video;" -msgstr "skyf;skryf;oudio;klank;disc;cdrom;dvd;burn;audio;video;" +msgstr "skyf;cdrom;dvd;brand;klank;video;" #: ../data/brasero.desktop.in.in.h:5 msgid "Brasero Disc Burner" @@ -63,10 +62,14 @@ msgstr "Skryf 'n beeldlêer" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Kopieer 'n skyf" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Skep 'n oudioprojek" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Skep 'n videoprojek" @@ -85,26 +88,20 @@ msgstr "" #: ../data/org.gnome.brasero.gschema.xml.h:3 -#, fuzzy -#| msgid "Creating checksum for image files" msgid "The type of checksum used for images" -msgstr "Skep tans kontrolesom vir beeldlêers" +msgstr "Die tipe kontrolesom om te gebruik vir beelde" #: ../data/org.gnome.brasero.gschema.xml.h:4 msgid "Set to 0 for MD5, 1 for SHA1 and 2 for SHA256" -msgstr "" +msgstr "Stel na 0 vir MD5, 1 vir SHA1 en 2 vir SHA256" #: ../data/org.gnome.brasero.gschema.xml.h:5 -#, fuzzy -#| msgid "Creating checksum for image files" msgid "The type of checksum used for files" -msgstr "Skep tans kontrolesom vir beeldlêers" +msgstr "Die tipe kontrolesom om te gebruik vir lêers" #: ../data/org.gnome.brasero.gschema.xml.h:6 -#, fuzzy -#| msgid "Set the directory where to store temporary files" msgid "Directory to use for temporary files" -msgstr "Stel in watter gids tydelike lêers gestoor word" +msgstr "Gids waar tydelike lêers gestoor moet word" #: ../data/org.gnome.brasero.gschema.xml.h:7 msgid "" @@ -232,10 +229,8 @@ msgstr "" #: ../data/org.gnome.brasero.gschema.xml.h:32 -#, fuzzy -#| msgid "Burning image to disc" msgid "Burning flags to be used" -msgstr "Skryf tans beeldlêer na skyf" +msgstr "Skryf tans vlae wat gebruik gaan word" #: ../data/org.gnome.brasero.gschema.xml.h:33 msgid "" @@ -379,24 +374,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (toepassing)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (biblioteek)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (GStreamer-inprop)" @@ -428,18 +420,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "'n Interne fout het voorgekom" @@ -868,7 +859,8 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:993 msgid "Recording audio tracks on a rewritable disc is not advised." -msgstr "Die skryf van oudiobane op 'n herskryfbare skyf word nie aanbeveel nie." +msgstr "" +"Die skryf van oudiobane op 'n herskryfbare skyf word nie aanbeveel nie." #. Translators: %s is the name of a drive #: ../libbrasero-burn/brasero-burn-dialog.c:1037 @@ -1158,8 +1150,7 @@ msgstr "Laai asb. 'n skyf in wat nie kopiebeskerming het nie." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Nie al die nodige toepassings en biblioteke is geïnstalleer nie." @@ -1219,8 +1210,7 @@ msgid "Video Options" msgstr "Videokeuses" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1263,8 +1253,7 @@ msgid "Select disc to copy" msgstr "Kies skyf om te kopieer" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Installeer asb. die volgende self en probeer weer:" @@ -1368,7 +1357,7 @@ "GiB).\n" "This can be a problem when writing DVDs or large images." msgstr "" -"Die lêerstelsel op dié volume ondersteun nie groot lêers (meer as 2 GiB) " +"Die lêerstelsel op dié volume ondersteun nie groot lêers (meer as 2 GiG) " "nie.\n" "Dit kan 'n probleem wees met die skryf van DVD's of groot beeldlêers." @@ -1388,14 +1377,14 @@ #: ../libbrasero-burn/brasero-drive-properties.c:532 #, c-format msgid "%.1f× (BD)" -msgstr "" +msgstr "%.1f× (BD)" #. Translators %s.1f is the speed used to burn for every medium #. * type. BD = Blu Ray #: ../libbrasero-burn/brasero-drive-properties.c:537 #, c-format msgid "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" -msgstr "" +msgstr "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" #: ../libbrasero-burn/brasero-drive-properties.c:575 msgid "Impossible to retrieve speeds" @@ -1649,16 +1638,6 @@ #: ../libbrasero-burn/brasero-status-dialog.c:290 #: ../src/brasero-data-disc.c:835 -#, fuzzy -#| msgid "" -#| "The size of the file is over 2 GiB. Files larger than 2 GiB are not " -#| "supported by the ISO9660 standard in its first and second versions (the " -#| "most widespread ones).\n" -#| "It is recommended to use the third version of the ISO9660 standard, which " -#| "is supported by most operating systems, including Linux and all versions " -#| "of Windows ©.\n" -#| "However, Mac OS X cannot read images created with version 3 of the " -#| "ISO9660 standard." msgid "" "The size of the file is over 2 GiB. Files larger than 2 GiB are not " "supported by the ISO9660 standard in its first and second versions (the most " @@ -1669,9 +1648,9 @@ "However, Mac OS X cannot read images created with version 3 of the ISO9660 " "standard." msgstr "" -"Die grootte van die lêer is meer as 2 GiB. Lêers groter as 2 GiB word nie " -"ondersteun deur die eerste en tweede weergawes van die ISO9660-standaard (" -"die algemeenstes) nie.\n" +"Die grootte van die lêer is meer as 2 GiG. Lêers groter as 2 GiG word nie " +"ondersteun deur die eerste en tweede weergawes van die ISO9660-standaard " +"(die algemeenstes) nie.\n" "Gebruik gerus die derde weergawe van die ISO9660-standaard wat ondersteun " "word deur meeste bedryfstelsels, insluitend Linux en alle weergawes van " "Windows™.\n" @@ -1795,12 +1774,12 @@ msgid "The drive is empty" msgstr "Die aandrywer is leeg" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Kies 'n skyf" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Vordering" @@ -2046,7 +2025,7 @@ "with a size over 2 GiB" msgstr "" "Die gekose lêerstelsel vir die stoor van die tydelike beeldlêer kan nie " -"lêers groter as 2 GiB hou nie" +"lêers groter as 2 GiG hou nie" #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 #, c-format @@ -2057,7 +2036,7 @@ "Die gekose ligging vir die stoor van die tydelike beeldlêer het nie genoeg " "beskikbare ruimte vir die skyfbeeld nie (%ld MiG is nodig)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Die grootte van die volume kon nie verkry word nie" @@ -2134,9 +2113,8 @@ #: ../libbrasero-media/brasero-drive-selection.c:341 #: ../libbrasero-media/brasero-drive-selection.c:436 -#, fuzzy msgid "Unnamed CD/DVD Drive" -msgstr "CD/DVD-aandrywer sonder naam" +msgstr "Naamlose CD/DVD-aandrywer" #: ../libbrasero-media/brasero-media.c:54 msgid "Display debug statements on stdout for Brasero media library" @@ -2280,19 +2258,19 @@ #: ../libbrasero-media/brasero-units.c:71 #, c-format msgid "%s h %s min %s" -msgstr "" +msgstr "%s h %s min %s" #. Translators: this is hour minute like '2 h 14' #: ../libbrasero-media/brasero-units.c:77 #, c-format msgid "%s h %s" -msgstr "" +msgstr "%s h %s" #. Translators: this is hour like '2 h' #: ../libbrasero-media/brasero-units.c:82 #, c-format msgid "%s h" -msgstr "" +msgstr "%s h" #. Translators: this is 'hour:minute:second' like '2:14:25' #: ../libbrasero-media/brasero-units.c:86 @@ -2311,7 +2289,7 @@ #: ../libbrasero-media/brasero-units.c:99 #, c-format msgid "%s min" -msgstr "" +msgstr "%s min" #. Translators: the first %s is the number of minutes #. * and the second one is the number of seconds. @@ -2319,7 +2297,7 @@ #: ../libbrasero-media/brasero-units.c:104 #, c-format msgid "%s:%s min" -msgstr "" +msgstr "%s:%s min" #: ../libbrasero-media/brasero-volume.c:186 #, c-format @@ -2351,8 +2329,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Dataskyf (%s)" @@ -2361,8 +2339,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Dit blyk nie 'n geldige ISO-beeldlêer te wees nie" @@ -2548,14 +2525,12 @@ msgstr "KANTE" #: ../libbrasero-utils/brasero-jacket-view.c:823 -#, fuzzy msgid "BACK COVER" msgstr "AGTEROMSLAG" #: ../libbrasero-utils/brasero-jacket-view.c:841 -#, fuzzy msgid "FRONT COVER" -msgstr "VOORKANT" +msgstr "VOORBLAD" #. Translators: This is an image, #. * a picture, not a "Disc Image" @@ -2613,20 +2588,16 @@ msgstr "" #: ../libbrasero-utils/brasero-misc.c:74 -#, fuzzy -#| msgid "Display debug statements on stdout for Brasero burn library" msgid "Display debug statements on stdout for Brasero utilities library" -msgstr "Wys ontfoutstellings op stdout vir die Brasero-skryfbiblioteek" +msgstr "Wys ontfoutstellings op stdout vir die Brasero-nutsbiblioteek" #: ../libbrasero-utils/brasero-misc.c:91 msgid "Brasero utilities library" msgstr "" #: ../libbrasero-utils/brasero-misc.c:92 -#, fuzzy -#| msgid "Display options for Brasero media library" msgid "Display options for Brasero-utils library" -msgstr "Wys keuses vir Brasero-mediabiblioteek" +msgstr "Wys keuses vir Brasero-utils mediabiblioteek" #: ../libbrasero-utils/brasero-tool-color-picker.c:166 msgid "Pick a Color" @@ -2726,7 +2697,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2743,11 +2714,11 @@ #: ../plugins/cdrdao/burn-cdrdao.c:103 msgid "Copying audio track" -msgstr "" +msgstr "Kopieer tans oudiosnit" #: ../plugins/cdrdao/burn-cdrdao.c:109 msgid "Copying data track" -msgstr "" +msgstr "Kopieer tans datasnit" #: ../plugins/cdrdao/burn-cdrdao.c:145 #, c-format @@ -2856,7 +2827,7 @@ #: ../plugins/cdrkit/burn-wodim.c:352 ../plugins/cdrtools/burn-cdrecord.c:346 msgid "Formatting disc" -msgstr "" +msgstr "Formatteer skyf" #: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 msgid "Writing cue sheet" @@ -3016,7 +2987,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3026,26 +2997,26 @@ "command" msgstr "" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Video-DVD kon nie oopgemaak word nie" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Fout tydens lees van video-DVD (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Kopieer tans video-DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Kopieer video-DVD's wat CSS-geënkripteer is na 'n skyfbeeld" @@ -3214,12 +3185,12 @@ #: ../plugins/transcode/burn-transcode.c:1462 #, c-format msgid "Analysing \"%s\"" -msgstr "" +msgstr "Analiseer tans \"%s\"" #: ../plugins/transcode/burn-transcode.c:1499 #, c-format msgid "Transcoding \"%s\"" -msgstr "" +msgstr "Transkodeer tans \"%s\"" #: ../plugins/transcode/burn-transcode.c:1736 msgid "Converts any song file into a format suitable for audio CDs" @@ -3230,8 +3201,6 @@ msgstr "Skakel tans videolêer om na MPEG2" #: ../plugins/transcode/burn-vob.c:1353 -#, fuzzy -#| msgid "Converts any video file into a format suitable for Video DVDs" msgid "Converts any video file into a format suitable for video DVDs" msgstr "Skakel enige videolêer oor in 'n formaat geskik vir video-DVD's" @@ -3376,7 +3345,9 @@ #. #: ../src/brasero-app.c:1227 msgid "translator-credits" -msgstr "Friedel Wolff" +msgstr "" +"Friedel Wolff\n" +"Pieter Schoeman" #: ../src/brasero-app.c:1449 #, c-format @@ -3441,7 +3412,7 @@ #: ../src/brasero-audio-disc.c:343 ../src/brasero-video-tree-model.c:187 msgid "Pause" -msgstr "" +msgstr "Laat wag" #: ../src/brasero-audio-disc.c:349 msgid "Split" @@ -3503,7 +3474,7 @@ #: ../src/brasero-audio-disc.c:758 msgid "Search _Directory" -msgstr "" +msgstr "Deursoek _gids" #: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 #, c-format @@ -3721,7 +3692,7 @@ "contents can be burned" msgstr "" "Daar is net een gekose lêer (\"%s\"). Dit is die beeldlêer van 'n skyf en sy " -"inhoud kan geskryf word." +"inhoud kan geskryf word" #: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" @@ -3942,16 +3913,16 @@ #. replace symlink #: ../src/brasero-filter-option.c:72 msgid "Re_place symbolic links" -msgstr "" +msgstr "_Vervang simboliese skakels" #. filter broken symlink button #: ../src/brasero-filter-option.c:79 msgid "Filter _broken symbolic links" -msgstr "" +msgstr "Filtreer _gebreekte simboliese skakels" #: ../src/brasero-filter-option.c:85 msgid "Filtering options" -msgstr "" +msgstr "Filtreer opsies" #: ../src/brasero-layout.c:104 msgid "P_review" @@ -4039,12 +4010,12 @@ #: ../src/brasero-multi-song-props.c:345 ../src/brasero-song-properties.c:287 msgid "Song Information" -msgstr "" +msgstr "Musiek inligting" #: ../src/brasero-player.c:540 #, c-format msgid "%i × %i pixels" -msgstr "" +msgstr "%i x %i beeldpunte" #. No Preview view #: ../src/brasero-player.c:845 @@ -4074,7 +4045,7 @@ #: ../src/brasero-playlist.c:762 msgid "Number of Songs" -msgstr "" +msgstr "Aantal liedjies" #: ../src/brasero-playlist.c:782 msgid "Genre" @@ -4093,25 +4064,25 @@ msgid "Copyright %s" msgstr "Kopiereg %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_Aangaande" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "_Opstelling" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "A_ktiveer" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "Ak_tiveer almal" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "_Deaktiveer almal" @@ -4364,7 +4335,7 @@ #: ../src/brasero-project-manager.c:100 msgid "Let you choose your new project" -msgstr "" +msgstr "Laat u 'n nuwe projek kies" #: ../src/brasero-project-manager.c:101 msgid "New _Audio Project" @@ -4652,7 +4623,7 @@ #: ../src/brasero-rename.c:423 msgid "{number}" -msgstr "" +msgstr "{nommer}" #. * #. * Translators: this is the position being played in a stream. The @@ -4670,7 +4641,7 @@ #: ../src/brasero-song-control.c:562 msgid "Start and stop playing" -msgstr "" +msgstr "Begin en stop speel" #: ../src/brasero-song-properties.c:177 msgid "Title:" @@ -4678,11 +4649,11 @@ #: ../src/brasero-song-properties.c:235 msgid "Song start:" -msgstr "" +msgstr "Liedjie begin:" #: ../src/brasero-song-properties.c:241 msgid "Song end:" -msgstr "" +msgstr "Liedjie einde:" #: ../src/brasero-song-properties.c:258 msgid "Track length:" @@ -4691,7 +4662,7 @@ #: ../src/brasero-song-properties.c:365 #, c-format msgid "Song information for track %02i" -msgstr "" +msgstr "Musiek inligting vir snit %02i" #: ../src/brasero-split-dialog.c:172 msgid "Do you really want to split the track?" @@ -4769,7 +4740,7 @@ #: ../src/brasero-split-dialog.c:1090 msgid "_Slice" -msgstr "" +msgstr "_Skyf" #: ../src/brasero-split-dialog.c:1101 msgid "Add a splitting point" @@ -4817,7 +4788,7 @@ #: ../src/brasero-split-dialog.c:1266 msgid "Remove the selected slices" -msgstr "" +msgstr "Verwyder die gekose sfyf" #: ../src/brasero-split-dialog.c:1280 msgid "Clear the slices preview" @@ -4825,11 +4796,11 @@ #: ../src/brasero-split-dialog.c:1290 msgid "_List of slices that are to be created:" -msgstr "" +msgstr "_Lys skywe wat geskep gaan word:" #: ../src/brasero-split-dialog.c:1298 msgid "Slices Preview" -msgstr "" +msgstr "Skywe voorskou" #: ../src/brasero-time-button.c:287 msgid "Hours" @@ -4873,7 +4844,7 @@ #: ../src/brasero-video-disc.c:369 msgid "_Search Directory" -msgstr "" +msgstr "_Deursoek gids" #: ../src/brasero-video-disc.c:412 #, c-format diff -Nru brasero-3.12.2/po/be.po brasero-3.12.3/po/be.po --- brasero-3.12.2/po/be.po 2014-08-21 12:30:51.000000000 +0000 +++ brasero-3.12.3/po/be.po 2020-04-07 12:27:22.000000000 +0000 @@ -1,13 +1,14 @@ # Alexander Nyakhaychyk , 2009, 2010. # Ihar Hrachyshka , 2010, 2011, 2013, 2014. +# Yuras Shumovich , 2017. msgid "" msgstr "" "Project-Id-Version: brasero.master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" "product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-05-04 14:58+0000\n" -"PO-Revision-Date: 2012-07-15 14:40+0300\n" -"Last-Translator: Ihar Hrachyshka \n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-09-01 14:51+0300\n" +"Last-Translator: Yuras Shumovich \n" "Language-Team: Belarusian \n" "Language: be\n" "MIME-Version: 1.0\n" @@ -15,6 +16,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Poedit 1.8.11\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -23,8 +25,8 @@ "users to create their discs easily and quickly." msgstr "" "Brasero, праграма для асяроддзя GNOME, прызначаная для запісу CD/DVD-дыскаў. " -"Яна адмыслова спраектаваная дзеля таго, каб быць простай у выкарыстанні, " -"і мае колькі ўнікальных функцый для зручнага запісу дыскаў." +"Яна адмыслова спраектаваная дзеля таго, каб быць простай у выкарыстанні, і " +"мае колькі ўнікальных функцый для зручнага запісу дыскаў." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -33,10 +35,11 @@ "files from other local applications or from remote shared drives to easily " "burn them to a disc." msgstr "" -"Brasero дазваляе ствараць, капіраваць і запісваць аўдыядыскі і дыскі з данымі на CD/DVD. " -"Праграма поўнасцю падтрымлівае CD-TEXT, а таксама пашырэнні для шматсесійных дыскаў і Joliet. " -"Дарэчы, вы можаце проста перацягваць файлы з іншых праграм або з аддаленых супольных " -"дыскаў у акно гэтай праграмы, каб запісаць іх на дыску." +"Brasero дазваляе ствараць, капіраваць і запісваць аўдыядыскі і дыскі з " +"данымі на CD/DVD. Праграма поўнасцю падтрымлівае CD-TEXT, а таксама " +"пашырэнні для шматсесійных дыскаў і Joliet. Дарэчы, вы можаце проста " +"перацягваць файлы з іншых праграм або з аддаленых супольных дыскаў у акно " +"гэтай праграмы, каб запісаць іх на дыску." #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -67,10 +70,14 @@ msgstr "Запісаць дыскавы вобраз" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Скапіраваць дыск" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Стварыць аўдыяпраект" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Стварыць відэапраект" @@ -401,24 +408,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (праграма)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (бібліятэка)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (плугін GStreamer)" @@ -450,18 +454,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Узнікла ўнутраная памылка" @@ -1181,8 +1184,7 @@ msgstr "Устаўце дыск, не абаронены ад капіравання." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Не ўсе патрэбныя праграмы і бібліятэкі ўсталяваны ў сістэме." @@ -1242,8 +1244,7 @@ msgid "Video Options" msgstr "Опцыі відэа" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1286,8 +1287,7 @@ msgid "Select disc to copy" msgstr "Выбар дыска для капіравання" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Самастойна ўсталюйце наступныя кампаненты і паўтарыце спробу:" @@ -1812,12 +1812,12 @@ msgid "The drive is empty" msgstr "Дыск у прыводзе адсутнічае" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Выберыце дыск" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Прагрэс" @@ -2077,7 +2077,7 @@ "У месцы, выбраным для часовага дыскавага вобразу, не стае вольнай прасторы " "(патрэбна %ld Мбайт)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Не ўдалося апазнаць памер дыскавага тома" @@ -2372,8 +2372,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Дыск з данымі (%s)" @@ -2382,8 +2382,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Гэты файл не з'яўляецца дыскавым ISO-вобразам" @@ -2743,7 +2742,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3035,7 +3034,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3049,26 +3048,26 @@ "для CD/DVD-прайгравальніка з дапамогай загаду \"regionset %s\", або выканаць " "\"DVDCSS_METHOD=title brasero --no-existing-session\"" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Атрыманне DVD-ключоў" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Не ўдалося адкрыць DVD-відэадыск" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Памылка падчас чытання DVD-відэадыска (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Капіраванне DVD-відэадыска" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "" "Капіраванне DVD-відэадыска, зашыфраванага з дапамогай механізму CSS, у " @@ -3404,6 +3403,7 @@ msgstr "" "Мікалай Цэхан \n" "Ihar Hrachyshka \n" +"Yuras Shumovich \n" "Launchpad Contributions:\n" " Iryna Nikanchuk https://launchpad.net/~unetriste\n" " Alexander Nyakhaychyk https://launchpad.net/~nab" @@ -4136,25 +4136,25 @@ msgid "Copyright %s" msgstr "Аўтарскія правы: %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_Звесткі" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "_Настройка" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "_Уключыць" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "У_ключыць усё" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "_Выключыць усё" @@ -4944,4 +4944,3 @@ #, c-format msgid "Please type \"%s --help\" to see all available options\n" msgstr "Выканайце \"%s --help\", каб убачыць спіс усіх магчымых опцый\n" - diff -Nru brasero-3.12.2/po/bg.po brasero-3.12.3/po/bg.po --- brasero-3.12.2/po/bg.po 2015-04-28 10:49:45.000000000 +0000 +++ brasero-3.12.3/po/bg.po 2020-04-07 12:27:22.000000000 +0000 @@ -1,17 +1,17 @@ # Bulgarian translation of brasero po-file. -# Copyright (C) 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. +# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2017 Free Software Foundation, Inc. # This file is distributed under the same license as the brasero package. # Ivaylo Valkov , 2009, 2010. # Alexander Shopov , 2011, 2012, 2013. # Krasimir Chonov , 2014. -# +# Lyubomir Vasilev , 2017. msgid "" msgstr "" "Project-Id-Version: brasero master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-10-02 06:49+0300\n" -"PO-Revision-Date: 2014-10-02 06:49+0300\n" -"Last-Translator: Krasimir Chonov \n" +"POT-Creation-Date: 2017-09-08 08:06+0300\n" +"PO-Revision-Date: 2017-09-08 08:09+0300\n" +"Last-Translator: Lyubomir Vasilev \n" "Language-Team: Bulgarian \n" "Language: bg\n" "MIME-Version: 1.0\n" @@ -71,10 +71,14 @@ msgstr "Запис на файл с образ" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Копиране на диск" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Създаване на аудио проект" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Създаване на видео проект" @@ -416,24 +420,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "„%s“ — програма" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "„%s“ — библиотека" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "„%s“ — приставка на GStreamer" @@ -464,18 +465,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Възникна вътрешна грешка" @@ -1196,8 +1196,7 @@ msgstr "Поставете диск, който няма защита срещу копиране." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Не са инсталирани всички необходими програми и библиотеки." @@ -1263,8 +1262,7 @@ msgid "Video Options" msgstr "Видео настройки" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1307,8 +1305,7 @@ msgid "Select disc to copy" msgstr "Избор на диск за копиране" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Инсталирайте следния софтуер и опитайте отново:" @@ -2099,7 +2096,7 @@ "Няма достатъчно свободно място в местоположението, което сте избрали за " "съхранение на временния образ (необходими са %ld MiB)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Размерът на тома не може да бъде получен" @@ -2394,8 +2391,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Данни (%s)" @@ -2404,8 +2401,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Не изглежда да е валиден ISO образ" @@ -2765,7 +2761,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3062,7 +3058,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3077,26 +3073,26 @@ "в терминал да изпълните командата „DVDCSS_METHOD=title brasero --no-existing-" "session“." -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Извличане на ключовете на DVD диск" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Видео DVD дискът не може да бъде отворен" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Грешка при разчитане на видео DVD диска (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Копиране на видео DVD диск" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Копиране видео DVD дискове шифрирани чрез CSS във файл с образ" @@ -3432,12 +3428,11 @@ msgid "translator-credits" msgstr "" "Ивайло Вълков \n" +"Любомир Василев \n" "\n" "Проектът за превод на GNOME има нужда от подкрепа.\n" -"Научете повече за нас на http://gnome.cult." -"bg\n" -"Докладвайте за грешки на http://gnome." -"cult.bg/bugs" +"Научете повече за нас на http://gnome.cult.bg\n" +"Докладвайте за грешки на http://gnome.cult.bg/bugs" #: ../src/brasero-app.c:1449 #, c-format @@ -4167,25 +4162,25 @@ msgid "Copyright %s" msgstr "Авторски права %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_Относно" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "_Настройки" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "_Включване" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "Вкл_ючване на всички" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "_Изключване на всички" diff -Nru brasero-3.12.2/po/ca.po brasero-3.12.3/po/ca.po --- brasero-3.12.2/po/ca.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/ca.po 2021-09-17 11:27:28.000000000 +0000 @@ -5,7 +5,7 @@ # Carles Escrig (simkin) , 2006. # Francesc Vilches , 2007. # Joan Duran , 2008-2013. -# Jordi Serratosa , 2012. +# Jordi Serratosa , 2012, 2017. # Josep Sànchez , 2013. # msgid "" @@ -13,7 +13,7 @@ "Project-Id-Version: brasero\n" "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" "product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2017-07-07 06:56+0000\n" +"POT-Creation-Date: 2017-07-08 11:43+0000\n" "PO-Revision-Date: 2017-07-08 12:58+0200\n" "Last-Translator: Jordi Mas \n" "Language-Team: Catalan \n" @@ -30,9 +30,9 @@ "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." msgstr "" -"El Brasero és una aplicació per enregistrar CD/DVD per a l'escriptori GNOME. " -"Està dissenyat per ser senzill i té característiques úniques per permetre " -"als usuaris crear discos de forma ràpida i senzilla." +"El Brasero és una aplicació per a enregistrar CD/DVD per a l'escriptori " +"GNOME. Està dissenyat per a ser senzill i té característiques úniques per a " +"permetre als usuaris crear discos de forma ràpida i senzilla." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -100,7 +100,7 @@ "to true if it should." msgstr "" "Indica si l'extensió del Nautilus ha de treure sentències de depuració. Per " -"indicar-ho establiu el valor a «True» (cert)." +"a indicar-ho establiu el valor a «True» (cert)." #: ../data/org.gnome.brasero.gschema.xml.h:3 msgid "The type of checksum used for images" @@ -149,7 +149,7 @@ "Contains the list of additional plugins Brasero will use to burn discs. If " "set to NULL, Brasero will load them all." msgstr "" -"Conté la llista de connectors addicionals que el Brasero utilitzarà per " +"Conté la llista de connectors addicionals que el Brasero utilitzarà per a " "enregistrar els discs. Si s'estableix a «NULL» (buit), el Brasero els " "carregarà tots." @@ -199,12 +199,12 @@ "True, brasero will use it; it may be a workaround for some drives/setups." msgstr "" "Si s'ha d'utilitzar l'indicador «--driver generic-mmc-raw» amb el cdrdao. " -"Establiu-ho a «True» (cert) per utilitzar-lo; pot ser una solució temporal " +"Establiu-ho a «True» (cert) per a utilitzar-lo; pot ser una solució temporal " "per a algunes unitats/configuracions." #: ../data/org.gnome.brasero.gschema.xml.h:20 msgid "The last browsed folder while looking for images to burn" -msgstr "L'última carpeta examinada quan es cercaven imatges per enregistrar" +msgstr "L'última carpeta examinada quan se cercaven imatges per a enregistrar" #: ../data/org.gnome.brasero.gschema.xml.h:21 msgid "" @@ -212,7 +212,7 @@ "to burn" msgstr "" "Conté el camí absolut al directori que es va examinar per últim cop amb " -"imatges per enregistrar." +"imatges per a enregistrar" #: ../data/org.gnome.brasero.gschema.xml.h:22 msgid "Enable file preview" @@ -222,7 +222,7 @@ msgid "Whether to display file preview. Set to true to use it." msgstr "" "Si s'ha de mostrar la previsualització de fitxers. Establiu-ho a " -"«True» (cert) per utilitzar-la." +"«True» (cert) per a utilitzar-la." #: ../data/org.gnome.brasero.gschema.xml.h:24 msgid "Should brasero filter hidden files" @@ -273,7 +273,7 @@ "negative value disables the plugin." msgstr "" "Quan hi hagi diversos connectors disponibles per a la mateixa tasca, aquest " -"valor s'utilitza per determinar a quin connector s'hauria de donar " +"valor s'utilitza per a determinar a quin connector s'hauria de donar " "preferència. 0 significa que s'utilitza la prioritat nativa del connector. " "Un valor positiu sobreescriu la prioritat nativa del connector. Un valor " "negatiu inhabilita el connector." @@ -322,7 +322,7 @@ #: ../libbrasero-burn/brasero-blank-dialog.c:270 msgid "The disc is ready for use." -msgstr "El disc és llest per ser utilitzat." +msgstr "El disc és llest per a ser utilitzat." #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-blank-dialog.c:371 @@ -449,7 +449,7 @@ #: ../libbrasero-burn/brasero-burn.c:1752 msgid "There is no track to burn" -msgstr "No hi ha cap pista per enregistrar" +msgstr "No hi ha cap pista per a enregistrar" #: ../libbrasero-burn/brasero-burn.c:1859 msgid "" @@ -493,7 +493,8 @@ msgid "Brasero notification" msgstr "Notificació del Brasero" -#. Translators: This string is used in the title bar %s is the action currently performed +#. Translators: This string is used in the title bar %s is the action currently +#. performed #: ../libbrasero-burn/brasero-burn-dialog.c:219 #, c-format msgid "%s (%i%% Done)" @@ -927,7 +928,7 @@ "The disc could not be ejected though it needs to be removed for the current " "operation to continue." msgstr "" -"No s'ha pogut expulsar el disc tot i que cal treure'l per poder continuar " +"No s'ha pogut expulsar el disc tot i que cal treure'l per a poder continuar " "l'actual operació." #: ../libbrasero-burn/brasero-burn-dialog.c:1133 @@ -1058,15 +1059,15 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:2134 msgid "There are some files left to burn" -msgstr "Encara hi ha alguns fitxers per enregistrar" +msgstr "Encara hi ha alguns fitxers per a enregistrar" #: ../libbrasero-burn/brasero-burn-dialog.c:2141 msgid "There are some more videos left to burn" -msgstr "Encara hi ha alguns vídeos per enregistrar" +msgstr "Encara hi ha alguns vídeos per a enregistrar" #: ../libbrasero-burn/brasero-burn-dialog.c:2145 msgid "There are some more songs left to burn" -msgstr "Encara hi ha algunes cançons per enregistrar" +msgstr "Encara hi ha algunes cançons per a enregistrar" #: ../libbrasero-burn/brasero-burn-dialog.c:2451 #: ../libbrasero-burn/brasero-tool-dialog.c:411 @@ -1159,7 +1160,7 @@ #: ../nautilus/nautilus-burn-extension.c:240 ../src/brasero-project.c:1277 #, c-format msgid "There are no files to write to disc" -msgstr "No hi ha fitxers per escriure al disc" +msgstr "No hi ha fitxers per a escriure al disc" #: ../libbrasero-burn/brasero-burn-options.c:483 msgid "Please add songs." @@ -1167,7 +1168,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:484 ../src/brasero-project.c:1268 msgid "There are no songs to write to disc" -msgstr "No hi ha cap cançó per escriure al disc" +msgstr "No hi ha cap cançó per a escriure al disc" #: ../libbrasero-burn/brasero-burn-options.c:489 msgid "Please add videos." @@ -1175,11 +1176,11 @@ #: ../libbrasero-burn/brasero-burn-options.c:490 msgid "There are no videos to write to disc" -msgstr "No hi ha cap vídeo per escriure al disc" +msgstr "No hi ha cap vídeo per a escriure al disc" #: ../libbrasero-burn/brasero-burn-options.c:502 msgid "There is no inserted disc to copy." -msgstr "No s'ha inserit cap disc per copiar." +msgstr "No s'ha inserit cap disc per a copiar." #: ../libbrasero-burn/brasero-burn-options.c:511 msgid "Please select a disc image." @@ -1244,7 +1245,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:569 msgid "" "The drive that holds the source disc will also be the one used to record." -msgstr "La unitat que conté el disc font també s'utilitzarà per enregistrar." +msgstr "La unitat que conté el disc font també s'utilitzarà per a enregistrar." #: ../libbrasero-burn/brasero-burn-options.c:570 msgid "" @@ -1406,7 +1407,7 @@ #: ../plugins/libburnia/burn-libisofs.c:246 #, c-format msgid "You do not have the required permission to write at this location" -msgstr "No teniu els permisos necessaris per escriure a aquesta ubicació" +msgstr "No teniu els permisos necessaris per a escriure a aquesta ubicació" #: ../libbrasero-burn/brasero-drive-properties.c:330 msgid "" @@ -1477,7 +1478,7 @@ #: ../libbrasero-burn/brasero-drive-properties.c:730 msgid "Leave the disc _open to add other files later" -msgstr "Deixa el disc _obert per afegir-hi altres fitxers més endavant" +msgstr "Deixa el disc _obert per a afegir-hi altres fitxers més endavant" #: ../libbrasero-burn/brasero-drive-properties.c:731 msgid "Allow to add more data to the disc later" @@ -1627,7 +1628,7 @@ #: ../libbrasero-burn/brasero-src-image.c:271 #: ../libbrasero-burn/brasero-src-image.c:554 msgid "Click here to select a disc _image" -msgstr "Feu clic per seleccionar una _imatge de disc" +msgstr "Feu clic per a seleccionar una _imatge de disc" #: ../libbrasero-burn/brasero-src-image.c:415 msgid "Select Disc Image" @@ -1693,7 +1694,7 @@ "of the ISO9660 standard to support it?" msgstr "" "Realment voleu afegir «%s» a la selecció i utilitzar la tercera versió de " -"l'estàndard ISO9660 per admetre'l?" +"l'estàndard ISO9660 per a admetre'l?" #: ../libbrasero-burn/brasero-status-dialog.c:290 #: ../src/brasero-data-disc.c:835 @@ -1713,7 +1714,7 @@ "És recomanable utilitzar la tercera versió de l'estàndard ISO9660, la qual " "està admesa en la majoria de sistemes operatius, inclosos el Linux i totes " "les versions del Windows™.\n" -"Tot i així el MacOS X no pot llegir imatges creades amb la tercera versió de " +"Tot i això el MacOS X no pot llegir imatges creades amb la tercera versió de " "l'estàndard ISO9660." #: ../libbrasero-burn/brasero-status-dialog.c:330 @@ -1748,7 +1749,7 @@ #: ../libbrasero-burn/brasero-status-dialog.c:569 msgid "All files need to be analysed to complete this operation." -msgstr "S'han d'analitzar tots els fitxers per completar aquesta operació." +msgstr "S'han d'analitzar tots els fitxers per a completar aquesta operació." #: ../libbrasero-burn/brasero-sum-dialog.c:134 #: ../libbrasero-burn/brasero-sum-dialog.c:215 @@ -1797,7 +1798,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:692 msgid "Use an _MD5 file to check the disc" -msgstr "Utilitza un fitxer _MD5 per comprovar el disc" +msgstr "Utilitza un fitxer _MD5 per a comprovar el disc" #: ../libbrasero-burn/brasero-sum-dialog.c:693 msgid "Use an external .md5 file that stores the checksum of a disc" @@ -2022,7 +2023,7 @@ #: ../libbrasero-burn/burn-basics.c:86 msgid "Preparing to write" -msgstr "S'està preparant per escriure" +msgstr "S'està preparant per a escriure" #: ../libbrasero-burn/burn-basics.c:87 msgid "Writing leadin" @@ -2088,7 +2089,7 @@ "The filesystem you chose to store the temporary image on cannot hold files " "with a size over 2 GiB" msgstr "" -"El sistema de fitxers que heu triat per emmagatzemar la imatge temporal no " +"El sistema de fitxers que heu triat per a emmagatzemar la imatge temporal no " "pot contenir fitxers de mida superior a 2 GiB" #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 @@ -2097,7 +2098,7 @@ "The location you chose to store the temporary image on does not have enough " "free space for the disc image (%ld MiB needed)" msgstr "" -"La ubicació que heu triat per emmagatzemar la imatge temporal no té prou " +"La ubicació que heu triat per a emmagatzemar la imatge temporal no té prou " "espai lliure per a la imatge de disc (són necessaris %ld MiB)" #: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 @@ -2301,7 +2302,6 @@ #. NOTE for translators: the first %s is the medium name, the #. * second %s is the space (kio, gio) used by data on the disc. -#. #. NOTE for translators: the first %s is the medium name, the #. * second %s is the space (time) used by data on the disc. #. * I really don't know if I should set this string as @@ -2370,7 +2370,8 @@ msgid "The disc mount point could not be retrieved" msgstr "No s'ha pogut obtenir el punt de muntatge del disc" -#. NOTE for translators: the first %s is the disc type and Blank is an adjective. +#. NOTE for translators: the first %s is the disc type and Blank is an +#. adjective. #: ../libbrasero-media/brasero-volume.c:409 #, c-format msgid "Blank disc (%s)" @@ -2487,11 +2488,11 @@ #: ../libbrasero-utils/brasero-jacket-background.c:262 msgid "Horizontal gradient" -msgstr "Gradient horitzontal" +msgstr "Degradat horitzontal" #: ../libbrasero-utils/brasero-jacket-background.c:263 msgid "Vertical gradient" -msgstr "Gradient vertical" +msgstr "Degradat vertical" #. second part #. Translators: This is an image, a picture, not a "Disc Image" @@ -2706,7 +2707,7 @@ #. * not fit on small Nautilus windows #: ../nautilus/nautilus-burn-bar.c:407 msgid "Drag or copy files below to write them to disc" -msgstr "Arrossegueu o copieu fitxers a sota per escriure'ls al disc" +msgstr "Arrossegueu o copieu fitxers a sota per a escriure'ls al disc" #: ../nautilus/nautilus-burn-bar.c:423 #: ../nautilus/nautilus-burn-extension.c:323 @@ -2799,7 +2800,7 @@ #: ../plugins/cdrtools/burn-readcd.c:117 ../plugins/cdrtools/burn-readcd.c:123 #, c-format msgid "You do not have the required permissions to use this drive" -msgstr "No teniu els permisos necessaris per utilitzar aquesta unitat" +msgstr "No teniu els permisos necessaris per a utilitzar aquesta unitat" #: ../plugins/cdrdao/burn-cdrdao.c:480 msgid "Converting toc file" @@ -2868,8 +2869,8 @@ "The location you chose to store the image on does not have enough free space " "for the disc image" msgstr "" -"La ubicació que heu seleccionat per emmagatzemar la imatge no té prou espai " -"lliure per a la imatge de disc" +"La ubicació que heu seleccionat per a emmagatzemar la imatge no té prou " +"espai lliure per a la imatge de disc" #: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 msgid "Copies any disc to a disc image" @@ -2887,8 +2888,8 @@ msgid "" "The system is too slow to write the disc at this speed. Try a lower speed" msgstr "" -"El sistema és massa lent per escriure el disc a aquesta velocitat. Intenteu-" -"ho amb una velocitat inferior" +"El sistema és massa lent per a escriure el disc a aquesta velocitat. " +"Intenteu-ho amb una velocitat inferior" #. Translators: %s is the number of the track #: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 @@ -2931,7 +2932,7 @@ #: ../plugins/cdrtools/burn-cdda2wav.c:267 msgid "Preparing to copy audio disc" -msgstr "S'està preparant per copiar un disc d'àudio" +msgstr "S'està preparant per a copiar un disc d'àudio" #: ../plugins/cdrtools/burn-cdda2wav.c:411 msgid "Copy tracks from an audio CD with all associated information" @@ -2998,7 +2999,7 @@ #. * displaying. #: ../plugins/checksum/burn-checksum-files.c:1465 msgid "File Checksum" -msgstr "Fitxer de suma de verificació" +msgstr "Suma de verificació del fitxer" #: ../plugins/checksum/burn-checksum-files.c:1466 msgid "Checks file integrities on a disc" @@ -3071,7 +3072,7 @@ "command or run the \"DVDCSS_METHOD=title brasero --no-existing-session\" " "command" msgstr "" -"S'ha produït un error en obtenir una clau utilitzada per encriptar. Podeu " +"S'ha produït un error en obtenir una clau utilitzada per a xifrar. Podeu " "resoldre aquest problema amb algun d'aquests mètodes: en un terminal podeu " "establir el codi regional de DVD correcte del reproductor de CD/DVD amb " "l'ordre «regionset %s» o executar l'ordre «DVDCSS_METHOD=title brasero --no-" @@ -3428,7 +3429,6 @@ #. * You should also include other translators who have contributed to #. * this translation; in that case, please write each of them on a separate #. * line seperated by newlines (\n). -#. #: ../src/brasero-app.c:1227 msgid "translator-credits" msgstr "" @@ -3591,7 +3591,7 @@ #: ../src/brasero-audio-disc.c:869 msgid "Click here to burn all songs as regular tracks" -msgstr "Feu clic aquí per enregistrar totes les cançons com a pistes normals" +msgstr "Feu clic aquí per a enregistrar totes les cançons com a pistes normals" #: ../src/brasero-audio-disc.c:872 msgid "Create _DTS Tracks" @@ -3600,7 +3600,7 @@ #: ../src/brasero-audio-disc.c:874 msgid "Click here to burn all suitable songs as DTS tracks" msgstr "" -"Feu clic aquí per enregistrar totes les cançons adequades com a pistes DTS" +"Feu clic aquí per a enregistrar totes les cançons adequades com a pistes DTS" #: ../src/brasero-audio-disc.c:1290 msgid "Select one song only please." @@ -3628,7 +3628,7 @@ #: ../src/brasero-cli.c:82 msgid "Set the drive to be used for burning" -msgstr "Estableix la unitat a utilitzar per enregistrar" +msgstr "Estableix la unitat a utilitzar per a enregistrar" #: ../src/brasero-cli.c:83 msgid "DEVICE PATH" @@ -3668,7 +3668,7 @@ #: ../src/brasero-cli.c:110 msgid "URI of an image file to burn (autodetected)" -msgstr "L'URI d'un fitxer d'imatge per enregistrar (autodetectat)" +msgstr "L'URI d'un fitxer d'imatge per a enregistrar (autodetectat)" #: ../src/brasero-cli.c:111 msgid "PATH TO IMAGE" @@ -3728,7 +3728,7 @@ #: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 msgid "Wrong command line option." -msgstr "Opció de la línia d'ordres incorrecte." +msgstr "Opció de la línia d'ordres incorrecta." #: ../src/brasero-cli.c:297 msgid "Incompatible command line options used." @@ -3891,7 +3891,7 @@ #: ../src/brasero-data-disc.c:1111 msgid "Click here to import its contents" -msgstr "Feu clic aquí per importar-ne el contingut" +msgstr "Feu clic aquí per a importar-ne el contingut" #: ../src/brasero-data-disc.c:1490 msgid "Please wait while the project is loading." @@ -4056,7 +4056,7 @@ #: ../src/brasero-layout.c:1193 msgid "Click to close the side pane" -msgstr "Feu clic per tancar la subfinestra lateral" +msgstr "Feu clic per a tancar la subfinestra lateral" #: ../src/brasero-multi-song-props.c:89 ../src/brasero-multi-song-props.c:97 #: ../src/brasero-multi-song-props.c:105 ../src/brasero-multi-song-props.c:123 @@ -4240,7 +4240,7 @@ "To add files to this project click the \"Add\" button or drag files to this " "area" msgstr "" -"Per afegir fitxers a aquest projecte feu clic al botó «Afegeix» o " +"Per a afegir fitxers a aquest projecte feu clic al botó «Afegeix» o " "arrossegueu fitxers a aquesta àrea" #: ../src/brasero-project.c:697 @@ -4248,8 +4248,8 @@ "To remove files select them then click on the \"Remove\" button or press " "\"Delete\" key" msgstr "" -"Per suprimir fitxers seleccioneu-los i feu clic al botó «Suprimeix» o premeu " -"la tecla «Suprimir»" +"Per a suprimir fitxers seleccioneu-los i feu clic al botó «Suprimeix» o " +"premeu la tecla «Suprimir»" #: ../src/brasero-project.c:804 #, c-format @@ -4682,7 +4682,7 @@ #: ../src/brasero-rename.c:325 msgid "Number files according to a pattern" -msgstr "Número de fitxers que coincideixen amb un patró" +msgstr "Nombre de fitxers que coincideixen amb un patró" #: ../src/brasero-rename.c:326 msgid "Insert number sequence at beginning" @@ -4794,7 +4794,7 @@ #: ../src/brasero-split-dialog.c:712 msgid "This will remove all previous results." -msgstr "Es suprimiran tots els resultats anteriors." +msgstr "Se suprimiran tots els resultats anteriors." #: ../src/brasero-split-dialog.c:750 msgid "Do you really want to carry on with automatic splitting?" @@ -4822,7 +4822,7 @@ #: ../src/brasero-split-dialog.c:1078 msgid "Method to be used to split the track" -msgstr "Mètode a utilitzar per partir la pista" +msgstr "Mètode a utilitzar per a partir la pista" #: ../src/brasero-split-dialog.c:1081 msgid "Split track manually" @@ -4964,7 +4964,7 @@ #: ../src/main.c:96 #, c-format msgid "Please type \"%s --help\" to see all available options\n" -msgstr "Escriviu «%s --help» per mostrar totes les opcions disponibles\n" +msgstr "Escriviu «%s --help» per a mostrar totes les opcions disponibles\n" #~ msgid "File is not a valid .desktop file" #~ msgstr "El fitxer no és un fitxer .desktop vàlid" diff -Nru brasero-3.12.2/po/ca@valencia.po brasero-3.12.3/po/ca@valencia.po --- brasero-3.12.2/po/ca@valencia.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/ca@valencia.po 2020-04-07 12:27:22.000000000 +0000 @@ -5,22 +5,24 @@ # Carles Escrig (simkin) , 2006. # Francesc Vilches , 2007. # Joan Duran , 2008-2013. -# Jordi Serratosa , 2012. +# Jordi Serratosa , 2012, 2017. # Josep Sànchez , 2013. # msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-09 00:29+0200\n" -"PO-Revision-Date: 2014-03-01 16:57+0100\n" -"Last-Translator: Pau Iranzo \n" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" +"product=brasero&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2017-09-10 06:39+0000\n" +"PO-Revision-Date: 2017-07-08 12:58+0200\n" +"Last-Translator: Xavi Ivars \n" "Language-Team: Catalan \n" -"Language: ca@valencia\n" +"Language: ca-valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n!=1;\n" +"X-Generator: Poedit 1.8.11\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -28,7 +30,7 @@ "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." msgstr "" -"El Brasero és una aplicació per enregistrar CD/DVD per a l'escriptori GNOME. " +"El Brasero és una aplicació per gravar CD/DVD per a l'escriptori GNOME. " "Està dissenyat per ser senzill i té característiques úniques per permetre " "als usuaris crear discos de forma ràpida i senzilla." @@ -39,8 +41,8 @@ "files from other local applications or from remote shared drives to easily " "burn them to a disc." msgstr "" -"El Brasero pot crear, copiar i enregistrar CD/DVD de dades i d'àudio. És " -"compatible amb CD-TEXT, multisessió i extensions joliet. Podeu enregistrar " +"El Brasero pot crear, copiar i gravar CD/DVD de dades i d'àudio. És " +"compatible amb CD-TEXT, multisessió i extensions joliet. Podeu gravar " "els discos arrossegant i deixant anar fitxers des d'altres aplicacions o " "dispositius remots compartits." @@ -50,7 +52,7 @@ #: ../data/brasero.desktop.in.in.h:2 msgid "Disc Burner and Copier" -msgstr "Enregistrador i copiador de discs" +msgstr "Gravadora i copiador de discs" #: ../data/brasero.desktop.in.in.h:3 msgid "Create and copy CDs and DVDs" @@ -58,11 +60,11 @@ #: ../data/brasero.desktop.in.in.h:4 msgid "disc;cdrom;dvd;burn;audio;video;" -msgstr "disc;cdrom;dvd;enregistra;àudio;vídeo;" +msgstr "disc;cdrom;dvd;grava;àudio;vídeo;" #: ../data/brasero.desktop.in.in.h:5 msgid "Brasero Disc Burner" -msgstr "Enregistrador de discs Brasero" +msgstr "Gravadora de discs Brasero" #: ../data/brasero.desktop.in.in.h:6 msgid "Open a New Window" @@ -70,13 +72,17 @@ #: ../data/brasero.desktop.in.in.h:7 msgid "Burn an Image File" -msgstr "Enregistra un fitxer d'imatge" +msgstr "Grava un fitxer d'imatge" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Copia un disc" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Crea un projecte d'àudio" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Crea un projecte de vídeo" @@ -86,14 +92,14 @@ #: ../data/org.gnome.brasero.gschema.xml.h:1 msgid "Should Nautilus extension output debug statements" -msgstr "Indica si l'extensió del Nautilus ha de traure sentències de depuració" +msgstr "Indica si l'extensió del Nautilus ha de treure sentències de depuració" #: ../data/org.gnome.brasero.gschema.xml.h:2 msgid "" "Should Nautilus extension output debug statements. The value should be set " "to true if it should." msgstr "" -"Indica si l'extensió del Nautilus ha de traure sentències de depuració. Per " +"Indica si l'extensió del Nautilus ha de treure sentències de depuració. Per " "indicar-ho establiu el valor a «True» (cert)." #: ../data/org.gnome.brasero.gschema.xml.h:3 @@ -119,19 +125,19 @@ "used." msgstr "" "Conté el camí al directori on el Brasero hauria d'emmagatzemar els fitxers " -"temporals. Si este valor està buit, s'utilitzarà el directori predeterminat " -"establit per la GLib." +"temporals. Si este valor està buit, s'utilitzarà el directori " +"predeterminat establit per la GLib." #: ../data/org.gnome.brasero.gschema.xml.h:8 msgid "Favourite burn engine" -msgstr "Motor d'enregistrament preferit" +msgstr "Motor d'gravació preferit" #: ../data/org.gnome.brasero.gschema.xml.h:9 msgid "" "Contains the name of the favourite burn engine suite installed. It will be " "used if possible." msgstr "" -"Conté el nom del motor d'enregistrament preferit instal·lat. S'utilitzarà si " +"Conté el nom del motor d'gravació preferit instal·lat. S'utilitzarà si " "és possible." #: ../data/org.gnome.brasero.gschema.xml.h:10 @@ -144,7 +150,7 @@ "set to NULL, Brasero will load them all." msgstr "" "Conté la llista de connectors addicionals que el Brasero utilitzarà per " -"enregistrar els discs. Si s'estableix a «NULL» (buit), el Brasero els " +"gravar els discs. Si s'estableix a «NULL» (buit), el Brasero els " "carregarà tots." #: ../data/org.gnome.brasero.gschema.xml.h:12 @@ -198,7 +204,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:20 msgid "The last browsed folder while looking for images to burn" -msgstr "L'última carpeta examinada quan es cercaven imatges per enregistrar" +msgstr "L'última carpeta examinada quan se cercaven imatges per gravar" #: ../data/org.gnome.brasero.gschema.xml.h:21 msgid "" @@ -206,7 +212,7 @@ "to burn" msgstr "" "Conté el camí absolut al directori que es va examinar per últim cop amb " -"imatges per enregistrar." +"imatges per gravar." #: ../data/org.gnome.brasero.gschema.xml.h:22 msgid "Enable file preview" @@ -274,14 +280,14 @@ #: ../data/org.gnome.brasero.gschema.xml.h:32 msgid "Burning flags to be used" -msgstr "Indicadors d'enregistrament a utilitzar" +msgstr "Indicadors d'gravació a utilitzar" #: ../data/org.gnome.brasero.gschema.xml.h:33 msgid "" "This value represents the burning flags that were used in such a context the " "last time." msgstr "" -"Este valor representa els indicadors d'enregistrament que es van utilitzar " +"Este valor representa els indicadors d'gravació que es van utilitzar " "per últim cop en este context." #: ../data/org.gnome.brasero.gschema.xml.h:34 @@ -293,8 +299,8 @@ "This value represents the speed that was used in such a context the last " "time." msgstr "" -"Este valor representa la velocitat que es va utilitzar per últim cop en este " -"context." +"Este valor representa la velocitat que es va utilitzar per últim cop en " +"este context." #: ../libbrasero-burn/brasero-blank-dialog.c:222 msgid "Error while blanking." @@ -337,7 +343,7 @@ #: ../libbrasero-burn/brasero-burn.c:162 msgid "Burning CD/DVD" -msgstr "S'està enregistrant el CD/DVD" +msgstr "S'està gravant el CD/DVD" #: ../libbrasero-burn/brasero-burn.c:331 #: ../libbrasero-burn/brasero-data-session.c:123 @@ -368,7 +374,7 @@ #: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 #: ../libbrasero-burn/brasero-burn.c:761 msgid "No burner specified" -msgstr "No s'ha especificat cap enregistrador" +msgstr "No s'ha especificat cap gravadora" #: ../libbrasero-burn/brasero-burn.c:586 msgid "No source drive specified" @@ -394,12 +400,12 @@ #: ../libbrasero-burn/brasero-burn.c:770 msgid "The drive cannot burn" -msgstr "La unitat no pot enregistrar" +msgstr "La unitat no pot gravar" #: ../libbrasero-burn/brasero-burn.c:866 #: ../libbrasero-burn/brasero-dest-selection.c:108 msgid "Ongoing burning process" -msgstr "Procés d'enregistrament en curs" +msgstr "Procés d'gravació en curs" #: ../libbrasero-burn/brasero-burn.c:983 msgid "Ongoing checksumming operation" @@ -422,31 +428,28 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (aplicació)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (biblioteca)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (connector de la GStreamer)" #: ../libbrasero-burn/brasero-burn.c:1752 msgid "There is no track to burn" -msgstr "No hi ha cap pista per enregistrar" +msgstr "No hi ha cap pista per gravar" #: ../libbrasero-burn/brasero-burn.c:1859 msgid "" @@ -471,18 +474,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "S'ha produït un error intern" @@ -505,7 +507,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:246 #: ../libbrasero-burn/brasero-burn-dialog.c:1170 msgid "Burning DVD" -msgstr "S'està enregistrant el DVD" +msgstr "S'està gravant el DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:250 #: ../libbrasero-burn/brasero-burn-dialog.c:1166 @@ -515,7 +517,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:256 #: ../libbrasero-burn/brasero-burn-dialog.c:1180 msgid "Burning CD" -msgstr "S'està enregistrant el CD" +msgstr "S'està gravant el CD" #: ../libbrasero-burn/brasero-burn-dialog.c:260 #: ../libbrasero-burn/brasero-burn-dialog.c:381 @@ -526,7 +528,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:266 #: ../libbrasero-burn/brasero-burn-dialog.c:1190 msgid "Burning Disc" -msgstr "S'està enregistrant el disc" +msgstr "S'està gravant el disc" #: ../libbrasero-burn/brasero-burn-dialog.c:270 #: ../libbrasero-burn/brasero-burn-dialog.c:1186 @@ -540,27 +542,27 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:306 msgid "Simulation of video DVD burning" -msgstr "S'està simulant l'enregistrament del DVD de vídeo" +msgstr "S'està simulant l'gravació del DVD de vídeo" #: ../libbrasero-burn/brasero-burn-dialog.c:308 msgid "Burning video DVD" -msgstr "S'està enregistrant el DVD de vídeo" +msgstr "S'està gravant el DVD de vídeo" #: ../libbrasero-burn/brasero-burn-dialog.c:316 msgid "Simulation of data DVD burning" -msgstr "S'està simulant l'enregistrament del DVD de dades" +msgstr "S'està simulant l'gravació del DVD de dades" #: ../libbrasero-burn/brasero-burn-dialog.c:318 msgid "Burning data DVD" -msgstr "S'està enregistrant el DVD de dades" +msgstr "S'està gravant el DVD de dades" #: ../libbrasero-burn/brasero-burn-dialog.c:326 msgid "Simulation of image to DVD burning" -msgstr "S'està simulant l'enregistrament de la imatge al DVD" +msgstr "S'està simulant l'gravació de la imatge al DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:328 msgid "Burning image to DVD" -msgstr "S'està enregistrant la imatge al DVD" +msgstr "S'està gravant la imatge al DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:336 msgid "Simulation of data DVD copying" @@ -572,29 +574,29 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:349 msgid "Simulation of (S)VCD burning" -msgstr "S'està simulant l'enregistrament del VCD o SVCD" +msgstr "S'està simulant l'gravació del VCD o SVCD" #: ../libbrasero-burn/brasero-burn-dialog.c:351 msgid "Burning (S)VCD" -msgstr "S'està enregistrant el VCD o SVCD" +msgstr "S'està gravant el VCD o SVCD" #: ../libbrasero-burn/brasero-burn-dialog.c:359 #: ../libbrasero-burn/brasero-burn-dialog.c:412 msgid "Simulation of audio CD burning" -msgstr "S'està simulant l'enregistrament del CD d'àudio" +msgstr "S'està simulant l'gravació del CD d'àudio" #: ../libbrasero-burn/brasero-burn-dialog.c:361 #: ../libbrasero-burn/brasero-burn-dialog.c:414 msgid "Burning audio CD" -msgstr "S'està enregistrant el CD d'àudio" +msgstr "S'està gravant el CD d'àudio" #: ../libbrasero-burn/brasero-burn-dialog.c:369 msgid "Simulation of data CD burning" -msgstr "S'està simulant l'enregistrament del CD de dades" +msgstr "S'està simulant l'gravació del CD de dades" #: ../libbrasero-burn/brasero-burn-dialog.c:371 msgid "Burning data CD" -msgstr "S'està enregistrant el CD de dades" +msgstr "S'està gravant el CD de dades" #: ../libbrasero-burn/brasero-burn-dialog.c:379 msgid "Simulation of CD copying" @@ -602,27 +604,27 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:389 msgid "Simulation of image to CD burning" -msgstr "S'està simulant l'enregistrament de la imatge al CD" +msgstr "S'està simulant l'gravació de la imatge al CD" #: ../libbrasero-burn/brasero-burn-dialog.c:391 msgid "Burning image to CD" -msgstr "S'està enregistrant la imatge al CD" +msgstr "S'està gravant la imatge al CD" #: ../libbrasero-burn/brasero-burn-dialog.c:402 msgid "Simulation of video disc burning" -msgstr "S'està simulant l'enregistrament del disc de vídeo" +msgstr "S'està simulant l'gravació del disc de vídeo" #: ../libbrasero-burn/brasero-burn-dialog.c:404 msgid "Burning video disc" -msgstr "S'està enregistrant el disc de vídeo" +msgstr "S'està gravant el disc de vídeo" #: ../libbrasero-burn/brasero-burn-dialog.c:422 msgid "Simulation of data disc burning" -msgstr "S'està simulant l'enregistrament del disc de dades" +msgstr "S'està simulant l'gravació del disc de dades" #: ../libbrasero-burn/brasero-burn-dialog.c:424 msgid "Burning data disc" -msgstr "S'està enregistrant el disc de dades" +msgstr "S'està gravant el disc de dades" #: ../libbrasero-burn/brasero-burn-dialog.c:432 msgid "Simulation of disc copying" @@ -635,11 +637,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:442 msgid "Simulation of image to disc burning" -msgstr "S'està simulant l'enregistrament de la imatge al disc" +msgstr "S'està simulant l'gravació de la imatge al disc" #: ../libbrasero-burn/brasero-burn-dialog.c:444 msgid "Burning image to disc" -msgstr "S'està enregistrant la imatge al disc" +msgstr "S'està gravant la imatge al disc" #: ../libbrasero-burn/brasero-burn-dialog.c:549 msgid "Please replace the disc with a rewritable disc holding data." @@ -732,7 +734,7 @@ "Burning will begin as soon as a writable disc is inserted." msgstr "" "S'ha creat una imatge del disc al disc dur.\n" -"L'enregistrament començarà quan s'inserisca un disc enregistrable." +"L'gravació començarà quan s'inserisca un disc enregistrable." #: ../libbrasero-burn/brasero-burn-dialog.c:645 msgid "A data integrity test will begin as soon as the disc is inserted." @@ -742,7 +744,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:646 msgid "Please re-insert the disc in the CD/DVD burner." -msgstr "Torneu a inserir el disc a l'enregistrador de CD/DVD." +msgstr "Torneu a inserir el disc a l'gravadora de CD/DVD." #. Translators: %s is the name of a drive #: ../libbrasero-burn/brasero-burn-dialog.c:650 @@ -818,7 +820,7 @@ #: ../libbrasero-burn/brasero-drive-properties.c:282 #: ../libbrasero-burn/brasero-drive-properties.c:334 msgid "_Keep Current Location" -msgstr "_Manté la ubicació actual" +msgstr "_Mantén la ubicació actual" #: ../libbrasero-burn/brasero-burn-dialog.c:751 #: ../libbrasero-burn/brasero-drive-properties.c:245 @@ -860,7 +862,7 @@ "If you import them you will be able to see and use them once the current " "selection of files is burned." msgstr "" -"Si els importeu podreu veure'ls i utilitzar-los quan s'haja enregistrat la " +"Si els importeu podreu veure'ls i utilitzar-los quan s'haja gravat la " "selecció actual de fitxers." #: ../libbrasero-burn/brasero-burn-dialog.c:948 @@ -871,7 +873,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:951 msgid "" "There are files already burned on this disc. Would you like to import them?" -msgstr "Encara hi ha fitxers enregistrats en este disc. Voleu importar-los?" +msgstr "Encara hi ha fitxers gravats en este disc. Voleu importar-los?" #: ../libbrasero-burn/brasero-burn-dialog.c:953 msgid "_Import" @@ -912,7 +914,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:993 msgid "Recording audio tracks on a rewritable disc is not advised." -msgstr "No es recomana enregistrar pistes d'àudio a un disc reenregistrable." +msgstr "No es recomana gravar pistes d'àudio a un disc reenregistrable." #. Translators: %s is the name of a drive #: ../libbrasero-burn/brasero-burn-dialog.c:1037 @@ -925,7 +927,7 @@ "The disc could not be ejected though it needs to be removed for the current " "operation to continue." msgstr "" -"No s'ha pogut expulsar el disc tot i que cal traure'l per poder continuar " +"No s'ha pogut expulsar el disc tot i que cal treure'l per poder continuar " "l'actual operació." #: ../libbrasero-burn/brasero-burn-dialog.c:1133 @@ -961,11 +963,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1368 msgid "Real disc burning will take place in 10 seconds." -msgstr "L'enregistrament de disc real començarà en 10 segons." +msgstr "L'gravació de disc real començarà en 10 segons." #: ../libbrasero-burn/brasero-burn-dialog.c:1371 msgid "Burn _Now" -msgstr "Enregistra _ara" +msgstr "Grava _ara" #: ../libbrasero-burn/brasero-burn-dialog.c:1660 msgid "Save Current Session" @@ -978,7 +980,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1743 #: ../libbrasero-burn/brasero-burn-dialog.c:1761 ../src/brasero-app.c:620 msgid "Error while burning." -msgstr "S'ha produït un error durant l'enregistrament." +msgstr "S'ha produït un error durant l'gravació ." #: ../libbrasero-burn/brasero-burn-dialog.c:1751 msgid "_Save Log" @@ -986,15 +988,15 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1786 msgid "Video DVD successfully burned" -msgstr "El DVD de vídeo s'ha enregistrat amb èxit" +msgstr "El DVD de vídeo s'ha gravat amb èxit" #: ../libbrasero-burn/brasero-burn-dialog.c:1788 msgid "(S)VCD successfully burned" -msgstr "El VCD o SVCD s'ha enregistrat amb èxit" +msgstr "El VCD o SVCD s'ha gravat amb èxit" #: ../libbrasero-burn/brasero-burn-dialog.c:1791 msgid "Audio CD successfully burned" -msgstr "El CD d'àudio s'ha enregistrat amb èxit" +msgstr "El CD d'àudio s'ha gravat amb èxit" #: ../libbrasero-burn/brasero-burn-dialog.c:1793 #: ../libbrasero-burn/brasero-burn-dialog.c:1824 @@ -1019,24 +1021,24 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1812 msgid "Image successfully burned to DVD" -msgstr "La imatge de DVD s'ha enregistrat correctament" +msgstr "La imatge de DVD s'ha gravat correctament" #: ../libbrasero-burn/brasero-burn-dialog.c:1814 msgid "Image successfully burned to CD" -msgstr "La imatge de CD s'ha enregistrat correctament" +msgstr "La imatge de CD s'ha gravat correctament" #: ../libbrasero-burn/brasero-burn-dialog.c:1820 msgid "Data DVD successfully burned" -msgstr "El DVD de dades s'ha enregistrat correctament" +msgstr "El DVD de dades s'ha gravat correctament" #: ../libbrasero-burn/brasero-burn-dialog.c:1822 msgid "Data CD successfully burned" -msgstr "El CD de dades s'ha enregistrat correctament" +msgstr "El CD de dades s'ha gravat correctament" #: ../libbrasero-burn/brasero-burn-dialog.c:1881 #, c-format msgid "Copy #%i has been burned successfully." -msgstr "La còpia número %i s'ha enregistrat correctament." +msgstr "La còpia número %i s'ha gravat correctament." #: ../libbrasero-burn/brasero-burn-dialog.c:1889 msgid "" @@ -1044,7 +1046,7 @@ "not want to burn another copy, press \"Cancel\"." msgstr "" "S'iniciarà una altra còpia quan inseriu un disc enregistrable nou. Si no en " -"voleu enregistrar una altra, premeu «Cancel·la»." +"voleu gravar una altra, premeu «Cancel·la»." #: ../libbrasero-burn/brasero-burn-dialog.c:1963 msgid "Make _More Copies" @@ -1056,15 +1058,15 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:2134 msgid "There are some files left to burn" -msgstr "Encara hi ha alguns fitxers per enregistrar" +msgstr "Encara hi ha alguns fitxers per gravar" #: ../libbrasero-burn/brasero-burn-dialog.c:2141 msgid "There are some more videos left to burn" -msgstr "Encara hi ha alguns vídeos per enregistrar" +msgstr "Encara hi ha alguns vídeos per gravar" #: ../libbrasero-burn/brasero-burn-dialog.c:2145 msgid "There are some more songs left to burn" -msgstr "Encara hi ha algunes cançons per enregistrar" +msgstr "Encara hi ha algunes cançons per gravar" #: ../libbrasero-burn/brasero-burn-dialog.c:2451 #: ../libbrasero-burn/brasero-tool-dialog.c:411 @@ -1078,11 +1080,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:2458 msgid "C_ontinue Burning" -msgstr "C_ontinua l'enregistrament" +msgstr "C_ontinua l'gravació " #: ../libbrasero-burn/brasero-burn-dialog.c:2465 msgid "_Cancel Burning" -msgstr "_Cancel·la l'enregistrament" +msgstr "_Cancel·la l'gravació " #: ../libbrasero-burn/brasero-burn-options.c:228 ../src/brasero-project.c:1020 msgid "" @@ -1115,7 +1117,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:433 ../src/brasero-project.c:949 msgid "Would you like to burn the selection of files across several media?" -msgstr "Voleu enregistrar els fitxers seleccionats en diversos suports?" +msgstr "Voleu gravar els fitxers seleccionats en diversos suports?" #: ../libbrasero-burn/brasero-burn-options.c:434 #: ../libbrasero-burn/brasero-burn-options.c:451 @@ -1130,7 +1132,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:441 ../src/brasero-project.c:956 msgid "Burn the selection of files across several media" -msgstr "Enregistra els fitxers seleccionats en diversos suports" +msgstr "Grava els fitxers seleccionats en diversos suports" #: ../libbrasero-burn/brasero-burn-options.c:450 ../src/brasero-project.c:965 msgid "Please choose another CD or DVD or insert a new one." @@ -1143,7 +1145,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:465 ../src/brasero-project.c:1011 msgid "This is not supported by the current active burning backend." -msgstr "L'actual rerefons d'enregistrament actiu no ho admet." +msgstr "L'actual rerefons d'gravació actiu no ho admet." #: ../libbrasero-burn/brasero-burn-options.c:477 #: ../nautilus/nautilus-burn-extension.c:239 @@ -1204,8 +1206,7 @@ msgstr "Inseriu un disc que no estiga protegit contra còpia." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "No són instal·lades totes les aplicacions i biblioteques necessàries." @@ -1215,7 +1216,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:549 ../src/brasero-project.c:976 msgid "Would you like to burn beyond the disc's reported capacity?" -msgstr "Voleu enregistrar més enllà de la capacitat del disc?" +msgstr "Voleu gravar més enllà de la capacitat del disc?" #: ../libbrasero-burn/brasero-burn-options.c:550 msgid "" @@ -1238,12 +1239,12 @@ #: ../libbrasero-burn/brasero-burn-options.c:559 ../src/brasero-project.c:985 msgid "Burn beyond the disc's reported capacity" -msgstr "Enregistra més enllà de la capacitat del disc" +msgstr "Grava més enllà de la capacitat del disc" #: ../libbrasero-burn/brasero-burn-options.c:569 msgid "" "The drive that holds the source disc will also be the one used to record." -msgstr "La unitat que conté el disc font també s'utilitzarà per enregistrar." +msgstr "La unitat que conté el disc font també s'utilitzarà per gravar." #: ../libbrasero-burn/brasero-burn-options.c:570 msgid "" @@ -1260,14 +1261,13 @@ #: ../libbrasero-burn/brasero-burn-options.c:755 #: ../libbrasero-burn/brasero-burn-options.c:875 msgid "Disc Burning Setup" -msgstr "Configuració de l'enregistrament del disc" +msgstr "Configuració de l'gravació del disc" #: ../libbrasero-burn/brasero-burn-options.c:764 ../src/brasero-project.c:1544 msgid "Video Options" msgstr "Opcions de vídeo" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1283,19 +1283,19 @@ "contents can be burned." msgstr "" "Només s'ha seleccionat un fitxer («%s»). És la imatge d'un disc i el seu " -"contingut es pot enregistrar." +"contingut es pot gravar." #: ../libbrasero-burn/brasero-burn-options.c:809 msgid "Burn as _File" -msgstr "Enregistra com a _fitxer" +msgstr "Grava com a _fitxer" #: ../libbrasero-burn/brasero-burn-options.c:811 msgid "Burn _Contents…" -msgstr "Enregistra el _contingut…" +msgstr "Grava el _contingut…" #: ../libbrasero-burn/brasero-burn-options.c:893 msgid "Image Burning Setup" -msgstr "Configuració de l'enregistrament de la imatge" +msgstr "Configuració de l'gravació de la imatge" #. pack everything #: ../libbrasero-burn/brasero-burn-options.c:901 @@ -1310,8 +1310,7 @@ msgid "Select disc to copy" msgstr "Seleccioneu el disc a copiar" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Instal·leu manualment el que hi ha a continuació i torneu-ho a provar:" @@ -1371,7 +1370,7 @@ #: ../libbrasero-burn/brasero-dest-selection.c:655 #, c-format msgid "New disc in the burner holding the source disc" -msgstr "El disc nou a l'enregistrador que conté el disc font" +msgstr "El disc nou a l'gravadora que conté el disc font" #. NOTE for translators, the first %s is the medium name #: ../libbrasero-burn/brasero-dest-selection.c:696 @@ -1415,8 +1414,8 @@ "GiB).\n" "This can be a problem when writing DVDs or large images." msgstr "" -"El sistema de fitxers d'este volum no admet fitxers grans (de mida superior " -"a 2 GiB).\n" +"El sistema de fitxers d'este volum no admet fitxers grans (de mida " +"superior a 2 GiB).\n" "Això pot ser un problema quan s'escriuen DVD o imatges grans." #. Translators %s.1f is the speed used to burn @@ -1454,19 +1453,19 @@ #: ../libbrasero-burn/brasero-drive-properties.c:710 msgid "Burning speed" -msgstr "Velocitat d'enregistrament" +msgstr "Velocitat d'gravació " #: ../libbrasero-burn/brasero-drive-properties.c:723 msgid "_Simulate before burning" -msgstr "_Simula abans d'enregistrar" +msgstr "_Simula abans d'gravar" #: ../libbrasero-burn/brasero-drive-properties.c:724 msgid "" "Brasero will simulate the burning and, if it is successful, go on with " "actual burning after 10 seconds" msgstr "" -"El Brasero simularà l'enregistrament i, si és correcte, continuarà amb este " -"després de 10 segons" +"El Brasero simularà l'gravació i, si és correcte, continuarà amb " +"este després de 10 segons" #: ../libbrasero-burn/brasero-drive-properties.c:726 msgid "Use burn_proof (decrease the risk of failures)" @@ -1474,7 +1473,7 @@ #: ../libbrasero-burn/brasero-drive-properties.c:728 msgid "Burn the image directly _without saving it to disc" -msgstr "Enregistra la imatge directament _sense guardar-la al disc" +msgstr "Grava la imatge directament _sense guardar-la al disc" #: ../libbrasero-burn/brasero-drive-properties.c:730 msgid "Leave the disc _open to add other files later" @@ -1566,7 +1565,7 @@ #: ../libbrasero-burn/brasero-medium-properties.c:142 msgid "_Keep Current Extension" -msgstr "_Manté l'extensió actual" +msgstr "_Mantén l'extensió actual" #: ../libbrasero-burn/brasero-medium-properties.c:145 msgid "Change _Extension" @@ -1574,7 +1573,7 @@ #: ../libbrasero-burn/brasero-medium-properties.c:234 msgid "Configure recording options" -msgstr "Configura les opcions d'enregistrament" +msgstr "Configura les opcions d'gravació " #. Translators: first %02i is hours, the second one is minutes and the #. * third one is seconds. @@ -1670,8 +1669,8 @@ "Note: Such a file hierarchy is known to work on Linux." msgstr "" "Els fills d'este directori tindran 7 nivells de directoris pare.\n" -"El Brasero pot crear una imatge amb esta jerarquia de fitxers i enregistrar-" -"la però no tots els sistemes operatius podran llegir el disc.\n" +"El Brasero pot crear una imatge amb esta jerarquia de fitxers i " +"gravar-la però no tots els sistemes operatius podran llegir el disc.\n" "NOTA: esta jerarquia de fitxers funciona a Linux." #: ../libbrasero-burn/brasero-status-dialog.c:232 @@ -1837,12 +1836,12 @@ msgid "The drive is empty" msgstr "La unitat és buida" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Seleccioneu un disc" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Progrés" @@ -2056,16 +2055,16 @@ #: ../libbrasero-burn/burn-debug.c:54 msgid "Display debug statements on stdout for Brasero burn library" msgstr "" -"Mostra els missatges de depuració de la biblioteca d'enregistrament del " +"Mostra els missatges de depuració de la biblioteca d'gravació del " "Brasero a l'eixida estàndard" #: ../libbrasero-burn/burn-debug.c:80 msgid "Brasero media burning library" -msgstr "Biblioteca d'enregistrament de suports del Brasero" +msgstr "Biblioteca d'gravació de suports del Brasero" #: ../libbrasero-burn/burn-debug.c:81 msgid "Display options for Brasero-burn library" -msgstr "Mostra les opcions per a la biblioteca d'enregistrament del Brasero" +msgstr "Mostra les opcions per a la biblioteca d'gravació del Brasero" #. Translators: %s is the plugin name #: ../libbrasero-burn/burn-job.c:322 ../libbrasero-burn/burn-job.c:797 @@ -2101,7 +2100,7 @@ "La ubicació que heu triat per emmagatzemar la imatge temporal no té prou " "espai lliure per a la imatge de disc (són necessaris %ld MiB)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "No s'ha pogut obtindre la mida del volum" @@ -2132,7 +2131,7 @@ #: ../libbrasero-burn/burn-mkisofs-base.c:644 #, c-format msgid "VIDEO_TS directory is missing or invalid" -msgstr "Manca el directori VIDEO_TS o bé no és vàlid" +msgstr "Falta el directori VIDEO_TS o bé no és vàlid" #: ../libbrasero-burn/burn-plugin.c:647 #, c-format @@ -2396,8 +2395,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Disc de dades (%s)" @@ -2406,8 +2405,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Pareix que no és una imatge ISO vàlida" @@ -2489,11 +2487,11 @@ #: ../libbrasero-utils/brasero-jacket-background.c:262 msgid "Horizontal gradient" -msgstr "Gradient horitzontal" +msgstr "Degradat horitzontal" #: ../libbrasero-utils/brasero-jacket-background.c:263 msgid "Vertical gradient" -msgstr "Gradient vertical" +msgstr "Degradat vertical" #. second part #. Translators: This is an image, a picture, not a "Disc Image" @@ -2767,7 +2765,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2780,7 +2778,7 @@ #: ../plugins/cdrdao/burn-cdrdao.c:55 msgid "cdrdao burning suite" -msgstr "Conjunt de programes d'enregistrament cdrdao" +msgstr "Conjunt de programes d'gravació cdrdao" #: ../plugins/cdrdao/burn-cdrdao.c:103 msgid "Copying audio track" @@ -2809,7 +2807,7 @@ #: ../plugins/cdrdao/burn-cdrdao.c:697 msgid "Copies, burns and blanks CDs" -msgstr "Copia, enregistra i esborra CD" +msgstr "Copia, grava i esborra CD" #: ../plugins/cdrdao/burn-cdrdao.c:762 msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" @@ -2818,7 +2816,7 @@ #: ../plugins/cdrkit/burn-cdrkit.h:38 msgid "cdrkit burning suite" -msgstr "Conjunt de programes d'enregistrament cdrkit" +msgstr "Conjunt de programes d'gravació cdrkit" #: ../plugins/cdrkit/burn-genisoimage.c:119 #: ../plugins/cdrtools/burn-mkisofs.c:119 @@ -2889,8 +2887,8 @@ msgid "" "The system is too slow to write the disc at this speed. Try a lower speed" msgstr "" -"El sistema és massa lent per escriure el disc a esta velocitat. Intenteu-ho " -"amb una velocitat inferior" +"El sistema és massa lent per escriure el disc a esta velocitat. Intenteu-" +"ho amb una velocitat inferior" #. Translators: %s is the number of the track #: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 @@ -2909,11 +2907,11 @@ #: ../plugins/cdrkit/burn-wodim.c:394 ../plugins/cdrtools/burn-cdrecord.c:380 #, c-format msgid "The disc needs to be reloaded before being recorded" -msgstr "Cal tornar a carregar el disc abans d'enregistrar-lo" +msgstr "Cal tornar a carregar el disc abans d'gravar-lo" #: ../plugins/cdrkit/burn-wodim.c:1269 msgid "Burns, blanks and formats CDs and DVDs" -msgstr "Enregistra, esborra i formata CD i DVD" +msgstr "Grava, esborra i formata CD i DVD" #: ../plugins/cdrkit/burn-wodim.c:1413 msgid "Enable the \"-immed\" flag (see wodim manual)" @@ -2942,7 +2940,7 @@ #: ../plugins/cdrtools/burn-cdrecord.c:1203 #: ../plugins/libburnia/burn-libburn.c:975 msgid "Burns, blanks and formats CDs, DVDs and BDs" -msgstr "Enregistra, esborra i formata CD, DVD i BD" +msgstr "Grava, esborra i formata CD, DVD i BD" #: ../plugins/cdrtools/burn-cdrecord.c:1416 msgid "Enable the \"-immed\" flag (see cdrecord manual)" @@ -2957,7 +2955,7 @@ #: ../plugins/cdrtools/burn-cdrtools.h:38 msgid "cdrtools burning suite" -msgstr "Conjunt de programes d'enregistrament cdrtools" +msgstr "Conjunt de programes d'gravació cdrtools" #: ../plugins/cdrtools/burn-mkisofs.c:138 msgid "This version of mkisofs is not supported" @@ -3050,7 +3048,7 @@ #: ../plugins/checksum/burn-checksum-image.c:832 msgid "Checks disc integrity after it is burnt" -msgstr "Comprova la integritat de les dades del disc un cop enregistrat" +msgstr "Comprova la integritat de les dades del disc un cop gravat" #: ../plugins/dvdauthor/burn-dvdauthor.c:313 #: ../plugins/vcdimager/burn-vcdimager.c:438 @@ -3064,7 +3062,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3079,26 +3077,26 @@ "l'orde «regionset %s» o executar l'orde «DVDCSS_METHOD=title brasero --no-" "existing-session»" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "S'estan obtenint les claus del DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "No s'ha pogut obrir el DVD de vídeo" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "S'ha produït un error en llegir el DVD de vídeo (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "S'està copiant el DVD de vídeo" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Copia DVD de vídeo xifrats amb CSS a una imatge de disc" @@ -3108,7 +3106,7 @@ #: ../plugins/growisofs/burn-growisofs.c:753 msgid "Burns and blanks DVDs and BDs" -msgstr "Enregistra i esborra DVD i BD" +msgstr "Grava i esborra DVD i BD" #: ../plugins/growisofs/burn-growisofs.c:924 msgid "Allow DAO use" @@ -3116,7 +3114,7 @@ #: ../plugins/growisofs/burn-growisofs-common.h:38 msgid "growisofs burning suite" -msgstr "Conjunt de programes d'enregistrament growisofs" +msgstr "Conjunt de programes d'gravació growisofs" #: ../plugins/libburnia/burn-libburn.c:242 #: ../plugins/libburnia/burn-libburn.c:250 @@ -3141,7 +3139,7 @@ #: ../plugins/libburnia/burn-libburnia.h:38 msgid "libburnia burning suite" -msgstr "Conjunt de programes d'enregistrament libburnia" +msgstr "Conjunt de programes d'gravació libburnia" #: ../plugins/libburnia/burn-libisofs.c:222 #: ../plugins/libburnia/burn-libisofs.c:291 @@ -3205,7 +3203,7 @@ #: ../plugins/local-track/burn-local-image.c:910 msgid "Allows files not stored locally to be burned" -msgstr "Permet enregistrar fitxers remots" +msgstr "Permet gravar fitxers remots" #: ../plugins/local-track/burn-uri.c:207 ../plugins/local-track/burn-uri.c:297 #: ../plugins/local-track/burn-uri.c:472 @@ -3217,7 +3215,7 @@ msgid "" "Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" msgstr "" -"Permet enregistrar els fitxers afegits a la «Carpeta del creador de CD/DVD» " +"Permet gravar els fitxers afegits a la «Carpeta del creador de CD/DVD» " "del Nautilus" #. Translators: This message is sent @@ -3260,11 +3258,11 @@ #: ../plugins/transcode/burn-transcode.c:1238 #, c-format msgid "Error while padding file (%s)" -msgstr "S'ha produït un error en emplenar el fitxer (%s)" +msgstr "S'ha produït un error en omplir el fitxer (%s)" #: ../plugins/transcode/burn-transcode.c:1313 msgid "Error while getting duration" -msgstr "S'ha produït un error en obtindre la durada" +msgstr "S'ha produït un error en obtindre la duració" #: ../plugins/transcode/burn-transcode.c:1462 #, c-format @@ -3364,7 +3362,7 @@ #: ../src/brasero-app.c:420 ../src/brasero-app.c:2069 msgid "Disc Burner" -msgstr "Enregistrador de discs" +msgstr "Gravadora de discs" #: ../src/brasero-app.c:789 ../src/brasero-app.c:822 ../src/brasero-app.c:1451 msgid "Error while loading the project" @@ -3388,8 +3386,8 @@ msgstr "" "El Brasero és programari lliure; el podeu redistribuir i/o modificar sota " "els termes de la llicència de documentació lliure GNU, tal com està publicat " -"per la Free Software Foundation; ja siga a la versió 2 de la llicència, o (a " -"elecció vostra) a qualsevol versió posterior." +"per la Free Software Foundation; ja siga a la versió 2 de la llicència, o " +"(a elecció vostra) a qualsevol versió posterior." #: ../src/brasero-app.c:1181 msgid "" @@ -3417,7 +3415,7 @@ #: ../src/brasero-app.c:1198 msgid "A simple to use CD/DVD burning application for GNOME" msgstr "" -"Una aplicació d'enregistrament de CD/DVD fàcil d'utilitzar per al GNOME" +"Una aplicació d'gravació de CD/DVD fàcil d'utilitzar per al GNOME" #: ../src/brasero-app.c:1215 msgid "Brasero Homepage" @@ -3476,7 +3474,7 @@ #: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 #: ../src/brasero-video-disc.c:107 msgid "Paste files" -msgstr "Apega els fitxers" +msgstr "Enganxa els fitxers" #: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 #: ../src/brasero-video-disc.c:107 @@ -3522,7 +3520,7 @@ #: ../src/brasero-audio-disc.c:488 ../src/brasero-playlist.c:772 #: ../src/brasero-split-dialog.c:1225 msgid "Length" -msgstr "Durada" +msgstr "Duració" #: ../src/brasero-audio-disc.c:585 msgid "The track will be padded at its end." @@ -3546,8 +3544,8 @@ "This file is a video and therefore only the audio part can be written to the " "disc." msgstr "" -"Este fitxer és un vídeo, per la qual cosa només se'n pot escriure l'àudio en " -"el disc." +"Este fitxer és un vídeo, per la qual cosa només se'n pot escriure l'àudio " +"en el disc." #: ../src/brasero-audio-disc.c:674 msgid "_Discard File" @@ -3559,11 +3557,11 @@ #: ../src/brasero-audio-disc.c:748 msgid "Do you want to search for audio files inside the directory?" -msgstr "Voleu cercar fitxers d'àudio dins del directori?" +msgstr "Voleu buscar fitxers d'àudio dins del directori?" #: ../src/brasero-audio-disc.c:758 msgid "Search _Directory" -msgstr "Cerca al _directori" +msgstr "Busca al _directori" #: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 #, c-format @@ -3583,8 +3581,8 @@ msgstr "" "Algunes de les cançons seleccionades són adequades per a la creació de " "pistes DTS.\n" -"Este tipus de pista d'àudio CD proporciona una qualitat de so més alta però " -"només es poden reproduir en reproductors digitals específics.\n" +"Este tipus de pista d'àudio CD proporciona una qualitat de so més alta " +"però només es poden reproduir en reproductors digitals específics.\n" "Nota: si hi esteu d'acord, no s'aplicarà la normalització en estes pistes." #: ../src/brasero-audio-disc.c:867 @@ -3593,7 +3591,7 @@ #: ../src/brasero-audio-disc.c:869 msgid "Click here to burn all songs as regular tracks" -msgstr "Feu clic ací per enregistrar totes les cançons com a pistes normals" +msgstr "Feu clic ací per gravar totes les cançons com a pistes normals" #: ../src/brasero-audio-disc.c:872 msgid "Create _DTS Tracks" @@ -3602,7 +3600,7 @@ #: ../src/brasero-audio-disc.c:874 msgid "Click here to burn all suitable songs as DTS tracks" msgstr "" -"Feu clic ací per enregistrar totes les cançons adequades com a pistes DTS" +"Feu clic ací per gravar totes les cançons adequades com a pistes DTS" #: ../src/brasero-audio-disc.c:1290 msgid "Select one song only please." @@ -3630,7 +3628,7 @@ #: ../src/brasero-cli.c:82 msgid "Set the drive to be used for burning" -msgstr "Estableix la unitat a utilitzar per enregistrar" +msgstr "Estableix la unitat a utilitzar per gravar" #: ../src/brasero-cli.c:83 msgid "DEVICE PATH" @@ -3638,7 +3636,7 @@ #: ../src/brasero-cli.c:86 msgid "Create an image file instead of burning" -msgstr "Crea un fitxer d'imatge en lloc d'enregistrar" +msgstr "Crea un fitxer d'imatge en lloc d'gravar" #: ../src/brasero-cli.c:90 msgid "Open an audio project adding the URIs given on the command line" @@ -3670,7 +3668,7 @@ #: ../src/brasero-cli.c:110 msgid "URI of an image file to burn (autodetected)" -msgstr "L'URI d'un fitxer d'imatge per enregistrar (autodetectat)" +msgstr "L'URI d'un fitxer d'imatge per gravar (autodetectat)" #: ../src/brasero-cli.c:111 msgid "PATH TO IMAGE" @@ -3690,11 +3688,11 @@ #: ../src/brasero-cli.c:126 msgid "Burn the contents of the burn:// URI" -msgstr "Enregistra el contingut de l'URI burn://" +msgstr "Grava el contingut de l'URI burn://" #: ../src/brasero-cli.c:130 msgid "Start burning immediately." -msgstr "Inicia l'enregistrament immediatament." +msgstr "Inicia l'gravació immediatament." #: ../src/brasero-cli.c:134 msgid "Don't connect to an already-running instance" @@ -3705,8 +3703,9 @@ "Burn the specified project and remove it.\n" "This option is mainly useful for integration with other applications." msgstr "" -"Enregistra el projecte especificat i el suprimeix.\n" -"Principalment esta opció és útil per a la integració amb altres aplicacions." +"Grava el projecte especificat i el suprimeix.\n" +"Principalment esta opció és útil per a la integració amb altres " +"aplicacions." #: ../src/brasero-cli.c:139 msgid "PATH" @@ -3787,15 +3786,15 @@ "contents can be burned" msgstr "" "Només s'ha seleccionat un fitxer («%s»). És la imatge d'un disc i el seu " -"contingut es pot enregistrar" +"contingut es pot gravar" #: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" -msgstr "Enregistra com a _dades" +msgstr "Grava com a _dades" #: ../src/brasero-data-disc.c:627 msgid "Burn as _Image" -msgstr "Enregistra com a _imatge" +msgstr "Grava com a _imatge" #: ../src/brasero-data-disc.c:673 ../src/brasero-data-disc.c:691 #: ../src/brasero-data-disc.c:709 @@ -3823,21 +3822,21 @@ "overwrite its contents on the disc to be burnt." msgstr "" "Ja existeix un fitxer amb este nom a la carpeta. Si el reemplaceu, en " -"sobreescriureu el seu contingut al disc a enregistrar." +"sobreescriureu el seu contingut al disc a gravar." #. Translators: Keep means we're keeping the files that already existed #. * in the project. #. * Keep is a verb #: ../src/brasero-data-disc.c:784 msgid "Always K_eep" -msgstr "Manté s_empre" +msgstr "Mantén s_empre" #. Translators: Keep means we're keeping the files that already existed #. * in the project. #. * Keep is a verb #: ../src/brasero-data-disc.c:788 msgid "_Keep" -msgstr "_Manté" +msgstr "_Mantén" #. Translators: Replace means we're replacing the file that already #. * existed in the project with a new one with the same name. @@ -3883,8 +3882,8 @@ msgid "" "That way, old files from previous sessions will be usable after burning." msgstr "" -"D'esta manera els fitxers antics de sessions anteriors es podran utilitzar " -"després d'enregistrar." +"D'esta manera els fitxers antics de sessions anteriors es podran " +"utilitzar després d'gravar." #: ../src/brasero-data-disc.c:1109 msgid "I_mport Session" @@ -4066,7 +4065,7 @@ #: ../src/brasero-multi-song-props.c:270 ../src/brasero-multi-song-props.c:291 #: ../src/brasero-rename.c:90 ../src/brasero-rename.c:321 msgid "" -msgstr "" +msgstr "" #: ../src/brasero-multi-song-props.c:126 ../src/brasero-multi-song-props.c:143 msgid "Remove silences" @@ -4079,8 +4078,8 @@ "This information will be written to the disc using CD-Text technology. It " "can be read and displayed by some audio CD players." msgstr "" -"Esta informació s'escriurà al disc utilitzant la tecnologia CD-Text. Alguns " -"reproductors de CD poden llegir-la i mostrar-la." +"Esta informació s'escriurà al disc utilitzant la tecnologia CD-Text. " +"Alguns reproductors de CD poden llegir-la i mostrar-la." #: ../src/brasero-multi-song-props.c:213 msgid "Song titles" @@ -4100,7 +4099,7 @@ #: ../src/brasero-multi-song-props.c:317 ../src/brasero-song-properties.c:247 msgid "Pause length:" -msgstr "Durada de la pausa:" +msgstr "Duració de la pausa:" #: ../src/brasero-multi-song-props.c:328 ../src/brasero-song-properties.c:256 msgid "Gives the length of the pause that should follow the track" @@ -4163,25 +4162,25 @@ msgid "Copyright %s" msgstr "Copyright %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_Quant a" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "C_onfigura" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "A_ctiva" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "Ac_tiva-ho tot" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "_Desactiva-ho tot" @@ -4234,15 +4233,15 @@ #: ../src/brasero-project.c:207 msgid "Burn the disc" -msgstr "Enregistra el disc" +msgstr "Grava el disc" #: ../src/brasero-project.c:695 msgid "" "To add files to this project click the \"Add\" button or drag files to this " "area" msgstr "" -"Per afegir fitxers a este projecte feu clic al botó «Afig» o arrossegueu " -"fitxers a esta àrea" +"Per afegir fitxers a este projecte feu clic al botó «Afig» o " +"arrossegueu fitxers a esta àrea" #: ../src/brasero-project.c:697 msgid "" @@ -4271,14 +4270,14 @@ "Note: This option might cause failure." msgstr "" "El projecte és massa gran per al disc i n'heu de suprimir fitxers.\n" -"Podeu utilitzar esta opció si esteu utilitzant CD-R(W) de 90 o 100 min que " -"no s'hagen reconegut correctament, per als quals caldrà l'opció de " +"Podeu utilitzar esta opció si esteu utilitzant CD-R(W) de 90 o 100 min " +"que no s'hagen reconegut correctament, per als quals caldrà l'opció de " "sobreescriptura.\n" "NOTA: Esta opció pot provocar fallades." #: ../src/brasero-project.c:1098 msgid "Start to burn the contents of the selection" -msgstr "Comença a enregistrar el contingut de la selecció" +msgstr "Comença a gravar el contingut de la selecció" #: ../src/brasero-project.c:1267 msgid "Please add songs to the project." @@ -4312,7 +4311,7 @@ #: ../src/brasero-project.c:1931 msgid "_Keep File Selection" -msgstr "_Manté la selecció de fitxers" +msgstr "_Mantén la selecció de fitxers" #: ../src/brasero-project.c:1946 msgid "_Discard Project" @@ -4485,13 +4484,13 @@ #: ../src/brasero-project-manager.c:109 msgid "_Burn Image…" -msgstr "Enregistra una _imatge…" +msgstr "Grava una _imatge…" #: ../src/brasero-project-manager.c:110 #: ../src/brasero-project-type-chooser.c:95 #: ../src/brasero-project-type-chooser.c:96 msgid "Burn an existing CD/DVD image to disc" -msgstr "Enregistra una imatge de CD/DVD existent al disc" +msgstr "Grava una imatge de CD/DVD existent al disc" #: ../src/brasero-project-manager.c:112 msgid "_Open…" @@ -4647,7 +4646,7 @@ #: ../src/brasero-project-type-chooser.c:94 msgid "Burn _image" -msgstr "Enregistra una i_matge" +msgstr "Grava una i_matge" #: ../src/brasero-project-type-chooser.c:292 msgid "Last _Unsaved Project" @@ -4655,8 +4654,7 @@ #: ../src/brasero-project-type-chooser.c:308 msgid "Load the last project that was not burned and not saved" -msgstr "" -"Carrega l'últim projecte que no es va enregistrar i tampoc es va guardar" +msgstr "Carrega l'últim projecte que no es va gravar i tampoc es va guardar" #: ../src/brasero-project-type-chooser.c:414 msgid "No recently used project" @@ -4759,7 +4757,7 @@ #: ../src/brasero-song-properties.c:258 msgid "Track length:" -msgstr "Durada de la pista:" +msgstr "Duració de la pista:" #: ../src/brasero-song-properties.c:365 #, c-format @@ -4796,7 +4794,7 @@ #: ../src/brasero-split-dialog.c:712 msgid "This will remove all previous results." -msgstr "Es suprimiran tots els resultats anteriors." +msgstr "Se suprimiran tots els resultats anteriors." #: ../src/brasero-split-dialog.c:750 msgid "Do you really want to carry on with automatic splitting?" @@ -4944,7 +4942,7 @@ #: ../src/brasero-video-disc.c:359 msgid "Do you want to search for video files inside the directory?" -msgstr "Voleu cercar fitxers de vídeo dins del directori?" +msgstr "Voleu buscar fitxers de vídeo dins del directori?" #: ../src/brasero-video-disc.c:369 msgid "_Search Directory" diff -Nru brasero-3.12.2/po/ckb.po brasero-3.12.3/po/ckb.po --- brasero-3.12.2/po/ckb.po 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/po/ckb.po 2021-09-17 11:27:28.000000000 +0000 @@ -0,0 +1,4619 @@ +# Central Kurdish translation for brasero. +# Copyright (C) 2020 brasero's COPYRIGHT HOLDER +# This file is distributed under the same license as the brasero package. +# Jwtiyar Nariman , 2020. +# +msgid "" +msgstr "" +"Project-Id-Version: brasero master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=brasero&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2013-04-15 13:48+0000\n" +"PO-Revision-Date: 2020-08-04 23:40+0300\n" +"Language-Team: Central Kurdish \n" +"Language: ckb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-DamnedLies-Scope: partial\n" +"Last-Translator: Jwtiyar Nariman \n" +"X-Generator: Poedit 2.4\n" + +#: ../data/brasero.desktop.in.in.h:1 +msgid "Brasero" +msgstr "برازێرۆ" + +#: ../data/brasero.desktop.in.in.h:2 +msgid "Disc Burner and Copier" +msgstr "سوتێنەری پەپکە و لەبەرگر" + +#: ../data/brasero.desktop.in.in.h:3 +msgid "Create and copy CDs and DVDs" +msgstr "درووستکردن و لەبەرگرتنەوەی سی-دی و دی-ڤیدی" + +#: ../data/brasero.desktop.in.in.h:4 +msgid "disc;cdrom;dvd;burn;audio;video;" +msgstr "‫disc;cdrom;dvd;burn;audio;video;" + +#: ../data/brasero.desktop.in.in.h:5 +msgid "Brasero Disc Burner" +msgstr "سوتێنەری پەپکی برازێرۆ" + +#: ../data/brasero.desktop.in.in.h:6 +msgid "Open a New Window" +msgstr "لە پەنجەریەکی نوێ بیکەرەوە" + +#: ../data/brasero.desktop.in.in.h:7 +msgid "Burn an Image File" +msgstr "پەڕگە وێنە بسوتێنە" + +#: ../data/brasero.desktop.in.in.h:8 +msgid "Create an Audio Project" +msgstr "پرۆژەیەکی دەنگ درووست بکە" + +#: ../data/brasero.desktop.in.in.h:9 +msgid "Create a Video Project" +msgstr "پرۆژەیەکی ڤیدیۆ درووست بکە" + +#: ../data/mime/brasero.xml.in.h:1 +msgid "Brasero project file" +msgstr "پەڕگە پرۆژەی برازێرۆ" + +#: ../libbrasero-burn/brasero-blank-dialog.c:222 +msgid "Error while blanking." +msgstr "هەڵە لە کاتی بەتاڵکردن" + +#: ../libbrasero-burn/brasero-blank-dialog.c:227 +#: ../libbrasero-burn/brasero-blank-dialog.c:272 +msgid "Blank _Again" +msgstr "" + +#: ../libbrasero-burn/brasero-blank-dialog.c:244 +msgid "Unknown error." +msgstr "هەڵەیەکی نەزانراو." + +#: ../libbrasero-burn/brasero-blank-dialog.c:264 +#: ../libbrasero-burn/brasero-blank-dialog.c:288 +msgid "The disc was successfully blanked." +msgstr "" + +#: ../libbrasero-burn/brasero-blank-dialog.c:270 +msgid "The disc is ready for use." +msgstr "" + +#. Translators: This is a verb, an action +#: ../libbrasero-burn/brasero-blank-dialog.c:371 +msgid "_Blank" +msgstr "" + +#: ../libbrasero-burn/brasero-blank-dialog.c:402 +msgid "_Fast blanking" +msgstr "" + +#: ../libbrasero-burn/brasero-blank-dialog.c:403 +msgid "Activate fast blanking, as opposed to a longer, thorough blanking" +msgstr "" + +#: ../libbrasero-burn/brasero-blank-dialog.c:433 +msgid "Disc Blanking" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:162 +msgid "Burning CD/DVD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:331 +#: ../libbrasero-burn/brasero-data-session.c:123 +#: ../libbrasero-burn/brasero-tool-dialog.c:89 +#: ../libbrasero-media/scsi-error.c:47 ../plugins/cdrdao/burn-cdrdao.c:243 +#: ../plugins/cdrkit/burn-readom.c:110 ../plugins/cdrkit/burn-wodim.c:135 +#: ../plugins/cdrkit/burn-wodim.c:144 ../plugins/cdrtools/burn-cdrecord.c:135 +#: ../plugins/cdrtools/burn-cdrecord.c:144 +#: ../plugins/cdrtools/burn-readcd.c:111 +#: ../plugins/growisofs/burn-dvd-rw-format.c:84 +#: ../plugins/growisofs/burn-growisofs.c:190 +#: ../plugins/libburnia/burn-libburn-common.c:186 +#, c-format +msgid "The drive is busy" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:332 +#: ../libbrasero-burn/brasero-burn-dialog.c:651 +#: ../libbrasero-burn/brasero-tool-dialog.c:90 +msgid "Make sure another application is not using it" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:409 +#, c-format +msgid "\"%s\" cannot be unlocked" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 +#: ../libbrasero-burn/brasero-burn.c:761 +msgid "No burner specified" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:586 +msgid "No source drive specified" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:632 +msgid "Ongoing copying process" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:636 ../libbrasero-burn/brasero-burn.c:735 +#: ../libbrasero-burn/brasero-burn.c:872 ../libbrasero-burn/brasero-burn.c:987 +#, c-format +msgid "The drive cannot be locked (%s)" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:695 +msgid "The drive has no rewriting capabilities" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:731 +msgid "Ongoing blanking process" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:770 +msgid "The drive cannot burn" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:866 +#: ../libbrasero-burn/brasero-dest-selection.c:108 +msgid "Ongoing burning process" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:983 +msgid "Ongoing checksumming operation" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:1623 +#: ../libbrasero-burn/brasero-burn.c:1817 +msgid "Merging data is impossible with this disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:1624 +#: ../libbrasero-burn/brasero-burn-dialog.c:2186 +#: ../plugins/cdrkit/burn-genisoimage.c:206 ../plugins/cdrkit/burn-wodim.c:114 +#: ../plugins/cdrtools/burn-cdrecord.c:114 +#: ../plugins/cdrtools/burn-mkisofs.c:206 +#: ../plugins/growisofs/burn-growisofs.c:198 +#, c-format +msgid "Not enough space available on the disc" +msgstr "" + +#. Translators: %s is the name of a missing application +#: ../libbrasero-burn/brasero-burn.c:1708 +#: ../libbrasero-burn/brasero-burn-options.c:1180 ../src/brasero-project.c:1385 +#, c-format +msgid "%s (application)" +msgstr "" + +#. Translators: %s is the name of a missing library +#: ../libbrasero-burn/brasero-burn.c:1714 +#: ../libbrasero-burn/brasero-burn-options.c:1186 ../src/brasero-project.c:1391 +#, c-format +msgid "%s (library)" +msgstr "" + +#. Translators: %s is the name of a missing GStreamer plugin +#: ../libbrasero-burn/brasero-burn.c:1719 +#: ../libbrasero-burn/brasero-burn-options.c:1191 ../src/brasero-project.c:1396 +#, c-format +msgid "%s (GStreamer plugin)" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:1752 +msgid "There is no track to burn" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:1859 +msgid "" +"Please install the following required applications and libraries manually " +"and try again:" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:2576 +#: ../libbrasero-burn/brasero-caps-burn.c:868 +#, c-format +msgid "Only one track at a time can be checked" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:2635 +msgid "No format for the temporary image could be found" +msgstr "" + +#. Translators: Error message saying no graft point +#. * is specified. A graft point is the path (on the +#. * disc) where a file from any source will be added +#. * ("grafted") +#: ../libbrasero-burn/brasero-burn.c:2846 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/burn-mkisofs-base.c:302 +#: ../nautilus/nautilus-burn-extension.c:218 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:726 +#: ../plugins/cdrkit/burn-wodim.c:838 ../plugins/cdrkit/burn-wodim.c:853 +#: ../plugins/cdrtools/burn-cdrecord.c:836 +#: ../plugins/cdrtools/burn-cdrecord.c:851 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:784 +#, c-format +msgid "An internal error occurred" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:155 +msgid "Brasero notification" +msgstr "" + +#. Translators: This string is used in the title bar %s is the action currently performed +#: ../libbrasero-burn/brasero-burn-dialog.c:219 +#, c-format +msgid "%s (%i%% Done)" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:241 +#: ../libbrasero-burn/brasero-burn-dialog.c:1161 +msgid "Creating Image" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:246 +#: ../libbrasero-burn/brasero-burn-dialog.c:1170 +msgid "Burning DVD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:250 +#: ../libbrasero-burn/brasero-burn-dialog.c:1166 +msgid "Copying DVD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:256 +#: ../libbrasero-burn/brasero-burn-dialog.c:1180 +msgid "Burning CD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:260 +#: ../libbrasero-burn/brasero-burn-dialog.c:381 +#: ../libbrasero-burn/brasero-burn-dialog.c:1176 +msgid "Copying CD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:266 +#: ../libbrasero-burn/brasero-burn-dialog.c:1190 +msgid "Burning Disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:270 +#: ../libbrasero-burn/brasero-burn-dialog.c:1186 +msgid "Copying Disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:300 +#: ../libbrasero-burn/burn-basics.c:78 +msgid "Creating image" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:306 +msgid "Simulation of video DVD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:308 +msgid "Burning video DVD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:316 +msgid "Simulation of data DVD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:318 +msgid "Burning data DVD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:326 +msgid "Simulation of image to DVD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:328 +msgid "Burning image to DVD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:336 +msgid "Simulation of data DVD copying" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:338 +msgid "Copying data DVD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:349 +msgid "Simulation of (S)VCD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:351 +msgid "Burning (S)VCD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:359 +#: ../libbrasero-burn/brasero-burn-dialog.c:412 +msgid "Simulation of audio CD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:361 +#: ../libbrasero-burn/brasero-burn-dialog.c:414 +msgid "Burning audio CD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:369 +msgid "Simulation of data CD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:371 +msgid "Burning data CD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:379 +msgid "Simulation of CD copying" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:389 +msgid "Simulation of image to CD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:391 +msgid "Burning image to CD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:402 +msgid "Simulation of video disc burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:404 +msgid "Burning video disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:422 +msgid "Simulation of data disc burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:424 +msgid "Burning data disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:432 +msgid "Simulation of disc copying" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:434 +#: ../libbrasero-burn/burn-basics.c:82 +msgid "Copying disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:442 +msgid "Simulation of image to disc burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:444 +msgid "Burning image to disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:549 +msgid "Please replace the disc with a rewritable disc holding data." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:551 +msgid "Please replace the disc with a disc holding data." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:555 +msgid "Please insert a rewritable disc holding data." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:557 +#: ../libbrasero-burn/brasero-burn-options.c:494 +msgid "Please insert a disc holding data." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:572 +#, c-format +msgid "" +"Please replace the disc with a writable CD with at least %i MiB of free " +"space." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:575 +msgid "Please replace the disc with a writable CD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:579 +#, c-format +msgid "Please insert a writable CD with at least %i MiB of free space." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:582 +msgid "Please insert a writable CD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:588 +#, c-format +msgid "" +"Please replace the disc with a writable DVD with at least %i MiB of free " +"space." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:591 +msgid "Please replace the disc with a writable DVD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:595 +#, c-format +msgid "Please insert a writable DVD with at least %i MiB of free space." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:598 +msgid "Please insert a writable DVD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:603 +#, c-format +msgid "" +"Please replace the disc with a writable CD or DVD with at least %i MiB of " +"free space." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:606 +msgid "Please replace the disc with a writable CD or DVD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:610 +#, c-format +msgid "Please insert a writable CD or DVD with at least %i MiB of free space." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:613 +#: ../libbrasero-burn/brasero-burn-dialog.c:2171 +#: ../libbrasero-burn/brasero-burn-dialog.c:2185 +#: ../libbrasero-burn/brasero-burn-options.c:450 ../src/brasero-project.c:995 +msgid "Please insert a writable CD or DVD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:640 +msgid "" +"An image of the disc has been created on your hard drive.\n" +"Burning will begin as soon as a writable disc is inserted." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:645 +msgid "A data integrity test will begin as soon as the disc is inserted." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:646 +msgid "Please re-insert the disc in the CD/DVD burner." +msgstr "" + +#. Translators: %s is the name of a drive +#: ../libbrasero-burn/brasero-burn-dialog.c:650 +#, c-format +msgid "\"%s\" is busy." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:654 +#, c-format +msgid "There is no disc in \"%s\"." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:658 +#, c-format +msgid "The disc in \"%s\" is not supported." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:662 +#, c-format +msgid "The disc in \"%s\" is not rewritable." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:666 +#, c-format +msgid "The disc in \"%s\" is empty." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:670 +#, c-format +msgid "The disc in \"%s\" is not writable." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:674 +#, c-format +msgid "Not enough space available on the disc in \"%s\"." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:682 +#, c-format +msgid "The disc in \"%s\" needs to be reloaded." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:683 +msgid "Please eject the disc and reload it." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:728 +#: ../libbrasero-burn/brasero-sum-dialog.c:333 +msgid "" +"A file could not be created at the location specified for temporary files" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:729 +msgid "The image could not be created at the specified location" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:730 +msgid "" +"Do you want to specify another location for this session or retry with the " +"current location?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:742 +msgid "You may want to free some space on the disc and retry" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:749 +#: ../libbrasero-burn/brasero-drive-properties.c:244 +#: ../libbrasero-burn/brasero-drive-properties.c:282 +#: ../libbrasero-burn/brasero-drive-properties.c:334 +msgid "_Keep Current Location" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:751 +#: ../libbrasero-burn/brasero-drive-properties.c:245 +#: ../libbrasero-burn/brasero-drive-properties.c:283 +#: ../libbrasero-burn/brasero-drive-properties.c:335 +msgid "_Change Location" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:773 +#: ../libbrasero-burn/brasero-image-properties.c:459 +msgid "Location for Image File" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:781 +#: ../libbrasero-burn/brasero-drive-properties.c:366 +msgid "Location for Temporary Files" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:889 +#: ../libbrasero-burn/brasero-burn-dialog.c:1135 +msgid "_Replace Disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:930 +msgid "Do you really want to blank the current disc?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:931 +msgid "The disc in the drive holds data." +msgstr "" + +#. Translators: Blank is a verb here +#: ../libbrasero-burn/brasero-burn-dialog.c:933 +msgid "_Blank Disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:947 +msgid "" +"If you import them you will be able to see and use them once the current " +"selection of files is burned." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:948 +msgid "If you don't, they will be invisible (though still readable)." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:951 +msgid "" +"There are files already burned on this disc. Would you like to import them?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:953 +msgid "_Import" +msgstr "_هێنان" + +#: ../libbrasero-burn/brasero-burn-dialog.c:954 +msgid "Only _Append" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:967 +msgid "" +"CD-RW audio discs may not play correctly in older CD players and CD-Text " +"won't be written." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:968 +#: ../libbrasero-burn/brasero-burn-dialog.c:990 +msgid "Do you want to continue anyway?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:971 +msgid "Appending audio tracks to a CD is not advised." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:973 +#: ../libbrasero-burn/brasero-burn-dialog.c:995 +#: ../libbrasero-burn/brasero-tool-dialog.c:422 ../src/brasero-data-disc.c:572 +msgid "_Continue" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:989 +msgid "CD-RW audio discs may not play correctly in older CD players." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:993 +msgid "Recording audio tracks on a rewritable disc is not advised." +msgstr "" + +#. Translators: %s is the name of a drive +#: ../libbrasero-burn/brasero-burn-dialog.c:1037 +#, c-format +msgid "Please eject the disc from \"%s\" manually." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1046 +msgid "" +"The disc could not be ejected though it needs to be removed for the current " +"operation to continue." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1133 +msgid "Do you want to replace the disc and continue?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1134 +msgid "The currently inserted disc could not be blanked." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1143 +msgid "Do you want to continue with full Windows compatibility disabled?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1144 +#: ../libbrasero-burn/brasero-status-dialog.c:340 +#: ../src/brasero-data-disc.c:734 +msgid "" +"Some files don't have a suitable name for a fully Windows-compatible CD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1145 +msgid "C_ontinue" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1365 +#: ../libbrasero-burn/brasero-burn-dialog.c:1386 +msgid "The simulation was successful." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1368 +msgid "Real disc burning will take place in 10 seconds." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1371 +msgid "Burn _Now" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1660 +msgid "Save Current Session" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1735 +msgid "An unknown error occurred." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1743 +#: ../libbrasero-burn/brasero-burn-dialog.c:1761 ../src/brasero-app.c:618 +msgid "Error while burning." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1751 +msgid "_Save Log" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1786 +msgid "Video DVD successfully burned" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1788 +msgid "(S)VCD successfully burned" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1791 +msgid "Audio CD successfully burned" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1793 +#: ../libbrasero-burn/brasero-burn-dialog.c:1824 +msgid "Image successfully created" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1798 +msgid "DVD successfully copied" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1800 +msgid "CD successfully copied" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1804 +msgid "Image of DVD successfully created" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1806 +msgid "Image of CD successfully created" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1812 +msgid "Image successfully burned to DVD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1814 +msgid "Image successfully burned to CD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1820 +msgid "Data DVD successfully burned" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1822 +msgid "Data CD successfully burned" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1881 +#, c-format +msgid "Copy #%i has been burned successfully." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1889 +msgid "" +"Another copy will start as soon as you insert a new writable disc. If you do " +"not want to burn another copy, press \"Cancel\"." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1963 +msgid "Make _More Copies" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1972 +msgid "Create Co_ver" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2134 +msgid "There are some files left to burn" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2141 +msgid "There are some more videos left to burn" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2145 +msgid "There are some more songs left to burn" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2451 +#: ../libbrasero-burn/brasero-tool-dialog.c:411 +msgid "Do you really want to quit?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2455 +#: ../libbrasero-burn/brasero-tool-dialog.c:417 +msgid "Interrupting the process may make disc unusable." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2458 +msgid "C_ontinue Burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2465 +msgid "_Cancel Burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:228 ../src/brasero-project.c:1020 +msgid "" +"Please insert a writable CD or DVD if you don't want to write to an image " +"file." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:302 ../src/brasero-project.c:1595 +msgid "Create _Image" +msgstr "" + +#. Translators: This is a verb, an action +#: ../libbrasero-burn/brasero-burn-options.c:307 +msgid "_Copy" +msgstr "_لەبەرگرتنەوە" + +#: ../libbrasero-burn/brasero-burn-options.c:310 +msgid "Make _Several Copies" +msgstr "" + +#. Translators: This is a verb, an action +#: ../libbrasero-burn/brasero-burn-options.c:314 ../src/brasero-project.c:1524 +msgid "_Burn" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:317 ../src/brasero-project.c:1521 +msgid "Burn _Several Copies" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:426 ../src/brasero-project.c:949 +msgid "Would you like to burn the selection of files across several media?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:427 +#: ../libbrasero-burn/brasero-burn-options.c:444 +msgid "The data size is too large for the disc even with the overburn option." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:432 ../src/brasero-project.c:954 +msgid "_Burn Several Discs" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:434 ../src/brasero-project.c:956 +msgid "Burn the selection of files across several media" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:443 ../src/brasero-project.c:965 +msgid "Please choose another CD or DVD or insert a new one." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:457 ../src/brasero-project.c:1010 +msgid "No track information (artist, title, ...) will be written to the disc." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:458 ../src/brasero-project.c:1011 +msgid "This is not supported by the current active burning backend." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:470 +#: ../nautilus/nautilus-burn-extension.c:239 +msgid "Please add files." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:471 +#: ../libbrasero-burn/brasero-track-data.c:672 +#: ../libbrasero-burn/brasero-track-data-cfg.c:2432 +#: ../libbrasero-burn/brasero-track-stream.c:402 +#: ../nautilus/nautilus-burn-extension.c:240 ../src/brasero-project.c:1277 +#, c-format +msgid "There are no files to write to disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:476 +msgid "Please add songs." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:477 ../src/brasero-project.c:1268 +msgid "There are no songs to write to disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:482 +msgid "Please add videos." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:483 +msgid "There are no videos to write to disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:495 +msgid "There is no inserted disc to copy." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:504 +msgid "Please select a disc image." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:505 +msgid "There is no selected disc image." +msgstr "" + +#. Translators: this is a disc image not a picture +#. Translators: this is a disc image, not a picture +#: ../libbrasero-burn/brasero-burn-options.c:515 +#: ../libbrasero-burn/brasero-src-image.c:167 +msgctxt "disc" +msgid "Please select another image." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:516 +msgid "It doesn't appear to be a valid disc image or a valid cue file." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:525 +msgid "Please insert a disc that is not copy protected." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:526 +#: ../libbrasero-burn/brasero-burn-options.c:1228 ../src/brasero-project.c:1445 +msgid "All required applications and libraries are not installed." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:533 ../src/brasero-project.c:1003 +msgid "Please replace the disc with a supported CD or DVD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:542 ../src/brasero-project.c:976 +msgid "Would you like to burn beyond the disc's reported capacity?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:543 +msgid "" +"The data size is too large for the disc and you must remove files from the " +"selection otherwise.\n" +"You may want to use this option if you're using 90 or 100 min CD-R(W) which " +"cannot be properly recognised and therefore need overburn option.\n" +"NOTE: This option might cause failure." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:550 ../src/brasero-project.c:983 +msgid "_Overburn" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:552 ../src/brasero-project.c:985 +msgid "Burn beyond the disc's reported capacity" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:562 +msgid "" +"The drive that holds the source disc will also be the one used to record." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:563 +msgid "" +"A new writable disc will be required once the currently loaded one has been " +"copied." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:650 +msgid "Select a disc to write to" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:730 +#: ../libbrasero-burn/brasero-burn-options.c:748 +#: ../libbrasero-burn/brasero-burn-options.c:868 +msgid "Disc Burning Setup" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:757 ../src/brasero-project.c:1544 +msgid "Video Options" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:788 ../src/brasero-data-disc.c:613 +msgid "" +"Do you want to create a disc from the contents of the image or with the " +"image file inside?" +msgstr "" + +#. Translators: %s is the name of the image +#: ../libbrasero-burn/brasero-burn-options.c:797 +#, c-format +msgid "" +"There is only one selected file (\"%s\"). It is the image of a disc and its " +"contents can be burned." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:802 +msgid "Burn as _File" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:804 +msgid "Burn _Contents…" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:886 +msgid "Image Burning Setup" +msgstr "" + +#. pack everything +#: ../libbrasero-burn/brasero-burn-options.c:894 +msgid "Select a disc image to write" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:914 +msgid "Copy CD/DVD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:920 +msgid "Select disc to copy" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:1222 ../src/brasero-project.c:1439 +msgid "Please install the following manually and try again:" +msgstr "" + +#: ../libbrasero-burn/brasero-cover.c:119 +msgid "Unknown song" +msgstr "" + +#. Reminder: if this string happens to be used +#. * somewhere else in brasero we'll need a +#. * context with C_() macro +#. Translators: %s is the name of the artist. +#. * This text is the one written on the cover of a disc. +#. * Before it there is the name of the song. +#. * I had to break it because it is in a GtkTextBuffer +#. * and every word has a different tag. +#. Translators: %s is the name of the artist +#. Translators: %s is the name of an artist. +#: ../libbrasero-burn/brasero-cover.c:146 ../src/brasero-player.c:419 +#: ../src/brasero-song-control.c:270 +#, c-format +msgid "by %s" +msgstr "" + +#: ../libbrasero-burn/brasero-data-vfs.c:218 +#, c-format +msgid "\"%s\" cannot be read" +msgstr "" + +#: ../libbrasero-burn/brasero-dest-selection.c:599 +#: ../libbrasero-burn/brasero-image-type-chooser.c:133 +msgid "SVCD image" +msgstr "" + +#: ../libbrasero-burn/brasero-dest-selection.c:601 +#: ../libbrasero-burn/brasero-image-type-chooser.c:127 +msgid "VCD image" +msgstr "" + +#: ../libbrasero-burn/brasero-dest-selection.c:605 +#: ../libbrasero-burn/brasero-image-type-chooser.c:106 +msgid "Video DVD image" +msgstr "" + +#. NOTE for translators: the first %s is medium_name ("File +#. * Image") and the second the path for the image file +#: ../libbrasero-burn/brasero-dest-selection.c:617 +#, c-format +msgid "%s: \"%s\"" +msgstr "" + +#. Translators: this string is only used when the user +#. * wants to copy a disc using the same destination and +#. * source drive. It tells him that brasero will use as +#. * destination disc a new one (once the source has been +#. * copied) which is to be inserted in the drive currently +#. * holding the source disc +#: ../libbrasero-burn/brasero-dest-selection.c:649 +#, c-format +msgid "New disc in the burner holding the source disc" +msgstr "" + +#. NOTE for translators, the first %s is the medium name +#: ../libbrasero-burn/brasero-dest-selection.c:690 +#, c-format +msgid "%s: not enough free space" +msgstr "" + +#. NOTE for translators: the first %s is the medium name, the second %s +#. * is its available free space. "Free" here is the free space available. +#: ../libbrasero-burn/brasero-dest-selection.c:721 +#, c-format +msgid "%s: %s of free space" +msgstr "" + +#. Translators: the first %s is the path of the directory where brasero +#. * will store its temporary files; the second one is the size available +#: ../libbrasero-burn/brasero-drive-properties.c:192 +#, c-format +msgid "%s: %s free" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:233 +#: ../libbrasero-burn/brasero-drive-properties.c:272 +#: ../libbrasero-burn/brasero-drive-properties.c:324 +msgid "Do you really want to choose this location?" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:277 +#: ../libbrasero-burn/brasero-session.c:1287 +#: ../libbrasero-burn/brasero-session.c:1362 ../libbrasero-burn/burn-job.c:490 +#: ../plugins/cdrkit/burn-genisoimage.c:199 +#: ../plugins/cdrtools/burn-mkisofs.c:199 +#: ../plugins/libburnia/burn-libisofs.c:246 +#, c-format +msgid "You do not have the required permission to write at this location" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:330 +msgid "" +"The filesystem on this volume does not support large files (size over 2 " +"GiB).\n" +"This can be a problem when writing DVDs or large images." +msgstr "" + +#. Translators %s.1f is the speed used to burn +#: ../libbrasero-burn/brasero-drive-properties.c:524 +#, c-format +msgid "%.1f× (DVD)" +msgstr "" + +#. Translators %s.1f is the speed used to burn +#: ../libbrasero-burn/brasero-drive-properties.c:528 +#, c-format +msgid "%.1f× (CD)" +msgstr "" + +#. Translators %s.1f is the speed used to burn. BD = Blu Ray +#: ../libbrasero-burn/brasero-drive-properties.c:532 +#, c-format +msgid "%.1f× (BD)" +msgstr "" + +#. Translators %s.1f is the speed used to burn for every medium +#. * type. BD = Blu Ray +#: ../libbrasero-burn/brasero-drive-properties.c:537 +#, c-format +msgid "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:575 +msgid "Impossible to retrieve speeds" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:584 +msgid "Maximum speed" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:710 +msgid "Burning speed" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:723 +msgid "_Simulate before burning" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:724 +msgid "" +"Brasero will simulate the burning and, if it is successful, go on with " +"actual burning after 10 seconds" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:726 +msgid "Use burn_proof (decrease the risk of failures)" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:728 +msgid "Burn the image directly _without saving it to disc" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:730 +msgid "Leave the disc _open to add other files later" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:731 +msgid "Allow to add more data to the disc later" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:751 +#: ../libbrasero-burn/brasero-tool-dialog.c:284 +#: ../src/brasero-multi-song-props.c:308 ../src/brasero-song-properties.c:226 +msgid "Options" +msgstr "هەڵبژاردنەکان" + +#: ../libbrasero-burn/brasero-drive-properties.c:763 +msgid "Location for _Temporary Files" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:783 +msgid "Set the directory where to store temporary files" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:788 +msgid "Temporary files" +msgstr "پەڕگەی کاتیی" + +#: ../libbrasero-burn/brasero-filtered-uri.c:57 +msgid "Hidden file" +msgstr "" + +#: ../libbrasero-burn/brasero-filtered-uri.c:58 +msgid "Unreadable file" +msgstr "" + +#: ../libbrasero-burn/brasero-filtered-uri.c:59 +msgid "Broken symbolic link" +msgstr "" + +#: ../libbrasero-burn/brasero-filtered-uri.c:60 +#: ../libbrasero-utils/brasero-io.c:1188 ../libbrasero-utils/brasero-io.c:2059 +#, c-format +msgid "Recursive symbolic link" +msgstr "" + +#: ../libbrasero-burn/brasero-image-properties.c:243 +msgid "Disc image type:" +msgstr "" + +#: ../libbrasero-burn/brasero-image-type-chooser.c:97 +msgid "Autodetect" +msgstr "" + +#: ../libbrasero-burn/brasero-image-type-chooser.c:106 +msgid "ISO9660 image" +msgstr "" + +#: ../libbrasero-burn/brasero-image-type-chooser.c:115 +msgid "Readcd/Readom image" +msgstr "" + +#: ../libbrasero-burn/brasero-image-type-chooser.c:141 +msgid "Cue image" +msgstr "" + +#: ../libbrasero-burn/brasero-image-type-chooser.c:151 +msgid "Cdrdao image" +msgstr "" + +#: ../libbrasero-burn/brasero-medium-properties.c:93 +#: ../src/brasero-project.c:1503 +#, c-format +msgid "Properties of %s" +msgstr "تایبەتمەندییەکانی ‏‫%s" + +#: ../libbrasero-burn/brasero-medium-properties.c:133 +msgid "" +"Do you really want to keep the current extension for the disc image name?" +msgstr "" + +#: ../libbrasero-burn/brasero-medium-properties.c:139 +msgid "" +"If you choose to keep it, programs may not be able to recognize the file " +"type properly." +msgstr "" + +#: ../libbrasero-burn/brasero-medium-properties.c:142 +msgid "_Keep Current Extension" +msgstr "" + +#: ../libbrasero-burn/brasero-medium-properties.c:145 +msgid "Change _Extension" +msgstr "" + +#: ../libbrasero-burn/brasero-medium-properties.c:233 +msgid "Configure recording options" +msgstr "" + +#. Translators: first %02i is hours, the second one is minutes and the +#. * third one is seconds. +#: ../libbrasero-burn/brasero-progress.c:198 +#, c-format +msgid "Total time: %02i:%02i:%02i" +msgstr "" + +#: ../libbrasero-burn/brasero-progress.c:209 +msgid "Average drive speed:" +msgstr "" + +#. Translators: first %02i is hours, the second one is minutes +#. * and the third one is seconds. +#: ../libbrasero-burn/brasero-progress.c:437 +#, c-format +msgid "Estimated remaining time: %02i:%02i:%02i" +msgstr "" + +#: ../libbrasero-burn/brasero-progress.c:479 +#, c-format +msgid "%i MiB of %i MiB" +msgstr "" + +#: ../libbrasero-burn/brasero-progress.c:505 +msgid "Estimated drive speed:" +msgstr "" + +#. Translators: %s is a path +#: ../libbrasero-burn/brasero-src-image.c:229 +#, c-format +msgid "\"%s\": loading" +msgstr "" + +#. Translators: %s is a path and image refers to a disc image +#: ../libbrasero-burn/brasero-src-image.c:236 +#, c-format +msgid "\"%s\": unknown disc image type" +msgstr "" + +#. NOTE to translators, the first %s is the path of the image +#. * file and the second its size. +#: ../libbrasero-burn/brasero-src-image.c:258 +#, c-format +msgid "\"%s\": %s" +msgstr "" + +#. This is hackish and meant to avoid ellipsization to make the +#. * label too small. +#. Translators: this is a disc image +#: ../libbrasero-burn/brasero-src-image.c:271 +#: ../libbrasero-burn/brasero-src-image.c:554 +msgid "Click here to select a disc _image" +msgstr "" + +#: ../libbrasero-burn/brasero-src-image.c:415 +msgid "Select Disc Image" +msgstr "" + +#: ../libbrasero-burn/brasero-src-image.c:444 +#: ../nautilus/nautilus-burn-bar.c:236 ../src/brasero-file-chooser.c:350 +#: ../src/brasero-project.c:2225 ../src/brasero-project-name.c:162 +msgid "All files" +msgstr "هه‌موو په‌ڕگه‌كان" + +#. Translators: this a disc image here +#: ../libbrasero-burn/brasero-src-image.c:450 +msgctxt "disc" +msgid "Image files" +msgstr "" + +#: ../libbrasero-burn/brasero-src-image.c:467 +msgid "Image type:" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:147 +#, c-format +msgid "Estimated size: %s" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:209 +#: ../src/brasero-data-disc.c:870 +#, c-format +msgid "Do you really want to add \"%s\" to the selection?" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:228 +#: ../src/brasero-data-disc.c:879 +msgid "" +"The children of this directory will have 7 parent directories.\n" +"Brasero can create an image of such a file hierarchy and burn it but the " +"disc may not be readable on all operating systems.\n" +"Note: Such a file hierarchy is known to work on Linux." +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:232 +#: ../libbrasero-burn/brasero-status-dialog.c:294 +#: ../src/brasero-data-disc.c:839 ../src/brasero-data-disc.c:883 +msgid "Ne_ver Add Such File" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:233 +#: ../libbrasero-burn/brasero-status-dialog.c:295 +#: ../src/brasero-data-disc.c:840 ../src/brasero-data-disc.c:884 +msgid "Al_ways Add Such File" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:271 +#: ../src/brasero-data-disc.c:826 +#, c-format +msgid "" +"Do you really want to add \"%s\" to the selection and use the third version " +"of the ISO9660 standard to support it?" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:290 +#: ../src/brasero-data-disc.c:835 +msgid "" +"The size of the file is over 2 GiB. Files larger than 2 GiB are not " +"supported by the ISO9660 standard in its first and second versions (the most " +"widespread ones).\n" +"It is recommended to use the third version of the ISO9660 standard, which is " +"supported by most operating systems, including Linux and all versions of " +"Windows™.\n" +"However, Mac OS X cannot read images created with version 3 of the ISO9660 " +"standard." +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:330 +#: ../src/brasero-data-disc.c:729 +msgid "Should files be renamed to be fully Windows-compatible?" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:341 +#: ../src/brasero-data-disc.c:735 +msgid "Those names should be changed and truncated to 64 characters." +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:346 +#: ../src/brasero-data-disc.c:738 +msgid "_Disable Full Windows Compatibility" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:349 +#: ../src/brasero-data-disc.c:737 +msgid "_Rename for Full Windows Compatibility" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:566 +msgid "Size Estimation" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:568 +msgid "Please wait until the estimation of the size is completed." +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:569 +msgid "All files need to be analysed to complete this operation." +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:134 +#: ../libbrasero-burn/brasero-sum-dialog.c:215 +msgid "Check _Again" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:165 +#: ../libbrasero-burn/brasero-sum-dialog.c:514 +msgid "The file integrity check could not be performed." +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:166 ../src/brasero-data-disc.c:214 +#: ../src/brasero-eject-dialog.c:100 ../src/brasero-playlist.c:393 +#: ../src/brasero-project.c:2625 +msgid "An unknown error occurred" +msgstr "هەڵەیەکی نەزانراو ڕوویدا" + +#: ../libbrasero-burn/brasero-sum-dialog.c:178 +msgid "The file integrity check was performed successfully." +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:179 +msgid "There seem to be no corrupted files on the disc" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:207 +msgid "The following files appear to be corrupted:" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:250 +msgid "Corrupted Files" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:342 +msgid "Downloading MD5 file" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:397 +#, c-format +msgid "\"%s\" is not a valid URI" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:515 +msgid "No MD5 file was given." +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:692 +msgid "Use an _MD5 file to check the disc" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:693 +msgid "Use an external .md5 file that stores the checksum of a disc" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:706 +msgid "Open an MD5 file" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:721 +msgid "_Check" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:752 +msgid "Disc Checking" +msgstr "" + +#: ../libbrasero-burn/brasero-tool-dialog.c:78 +#: ../libbrasero-burn/brasero-tool-dialog.c:92 +#: ../libbrasero-burn/brasero-tool-dialog.c:102 +msgid "The operation cannot be performed." +msgstr "" + +#: ../libbrasero-burn/brasero-tool-dialog.c:79 +#: ../plugins/cdrkit/burn-wodim.c:151 ../plugins/cdrkit/burn-wodim.c:421 +#: ../plugins/cdrtools/burn-cdrecord.c:151 +#: ../plugins/cdrtools/burn-cdrecord.c:407 +#: ../plugins/growisofs/burn-dvd-rw-format.c:77 +#: ../plugins/libburnia/burn-libburn.c:610 +#, c-format +msgid "The disc is not supported" +msgstr "" + +#: ../libbrasero-burn/brasero-tool-dialog.c:103 +msgid "The drive is empty" +msgstr "" + +#: ../libbrasero-burn/brasero-tool-dialog.c:539 +#: ../src/brasero-eject-dialog.c:164 +msgid "Select a disc" +msgstr "" + +#: ../libbrasero-burn/brasero-tool-dialog.c:572 +msgid "Progress" +msgstr "کار" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:617 +#: ../libbrasero-burn/brasero-track-data-cfg.c:716 +#: ../libbrasero-burn/brasero-track-data-cfg.c:727 +#: ../libbrasero-burn/brasero-track-data-cfg.c:788 +#: ../libbrasero-burn/brasero-track-data-cfg.c:793 +#: ../src/brasero-playlist.c:536 ../src/brasero-video-tree-model.c:342 +msgid "(loading…)" +msgstr "" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:619 +#: ../libbrasero-burn/brasero-track-data-cfg.c:799 +#: ../src/brasero-playlist.c:497 +msgid "Empty" +msgstr "بەتاڵ" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:725 +msgid "Disc file" +msgstr "" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:803 +#, c-format +msgid "%d item" +msgid_plural "%d items" +msgstr[0] "%d بڕگە" +msgstr[1] "%d بڕگە" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:1916 +#, c-format +msgid "New folder" +msgstr "" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:1919 +#, c-format +msgid "New folder %i" +msgstr "" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:2406 +#: ../libbrasero-burn/brasero-track-data-cfg.c:2416 +msgid "Analysing files" +msgstr "" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:2552 +#, c-format +msgid "\"%s\" is a recursive symbolic link." +msgstr "" + +#. Translators: %s is the path of a drive +#: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 +#, c-format +msgid "\"%s\" cannot be found." +msgstr "" + +#: ../libbrasero-burn/brasero-track-image-cfg.c:451 +msgid "Retrieving image format and size" +msgstr "" + +#. Translators: This is a disc image +#: ../libbrasero-burn/brasero-track-image-cfg.c:471 +msgid "The format of the disc image could not be identified" +msgstr "" + +#: ../libbrasero-burn/brasero-track-image-cfg.c:472 +msgid "Please set it manually" +msgstr "" + +#. Translators: %s is the name of the file that has just been deleted +#: ../libbrasero-burn/brasero-track-stream-cfg.c:90 +#, c-format +msgid "\"%s\" was removed from the file system." +msgstr "" + +#: ../libbrasero-burn/brasero-track-stream-cfg.c:129 +#: ../src/brasero-audio-disc.c:754 ../src/brasero-video-disc.c:365 +#, c-format +msgid "Directories cannot be added to video or audio discs" +msgstr "" + +#: ../libbrasero-burn/brasero-track-stream-cfg.c:142 +#, c-format +msgid "Playlists cannot be added to video or audio discs" +msgstr "" + +#. Translators: %s is the name of the file +#: ../libbrasero-burn/brasero-track-stream-cfg.c:157 +#: ../libbrasero-burn/brasero-track-stream-cfg.c:174 +#, c-format +msgid "\"%s\" is not suitable for audio or video media" +msgstr "" + +#: ../libbrasero-burn/brasero-track-stream-cfg.c:401 +msgid "Analysing video files" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:447 +msgid "Video format:" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:458 +msgid "_NTSC" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:460 +msgid "Format used mostly on the North American continent" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:473 +msgid "_PAL/SECAM" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:475 +msgid "Format used mostly in Europe" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:489 +msgid "Native _format" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:504 +msgid "Aspect ratio:" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:515 +msgid "_4:3" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:530 +msgid "_16:9" +msgstr "" + +#. Video options for (S)VCD +#: ../libbrasero-burn/brasero-video-options.c:545 +msgid "VCD type:" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:558 +msgid "Create an SVCD" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:573 +msgid "Create a VCD" +msgstr "" + +#: ../libbrasero-burn/brasero-xfer.c:130 ../libbrasero-burn/brasero-xfer.c:266 +#, c-format +msgid "Directory could not be created (%s)" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:77 +msgid "Getting size" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:79 +msgid "Writing" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:80 +msgid "Blanking" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:81 +msgid "Creating checksum" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:83 +msgid "Copying file" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:84 +msgid "Analysing audio files" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:85 +msgid "Transcoding song" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:86 +msgid "Preparing to write" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:87 +msgid "Writing leadin" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:88 +msgid "Writing CD-Text information" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:89 +msgid "Finalizing" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:90 +msgid "Writing leadout" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:91 +msgid "Starting to record" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:92 +msgid "Success" +msgstr "سەرکەوتووبوو" + +#: ../libbrasero-burn/burn-basics.c:93 +msgid "Ejecting medium" +msgstr "" + +#: ../libbrasero-burn/burn-debug.c:54 +msgid "Display debug statements on stdout for Brasero burn library" +msgstr "" + +#: ../libbrasero-burn/burn-debug.c:80 +msgid "Brasero media burning library" +msgstr "" + +#: ../libbrasero-burn/burn-debug.c:81 +msgid "Display options for Brasero-burn library" +msgstr "" + +#. Translators: %s is the plugin name +#: ../libbrasero-burn/burn-job.c:322 ../libbrasero-burn/burn-job.c:797 +#: ../libbrasero-burn/burn-job.c:810 ../libbrasero-burn/burn-job.c:1029 +#: ../libbrasero-burn/burn-job.c:1119 +#, c-format +msgid "\"%s\" did not behave properly" +msgstr "" + +#. Translators: the first %s is the size of the free space on the medium +#. * and the second %s is the size of the space required by the data to be +#. * burnt. +#: ../libbrasero-burn/burn-job.c:430 +#, c-format +msgid "Not enough space available on the disc (%s available for %s)" +msgstr "" + +#: ../libbrasero-burn/burn-job.c:522 +#, c-format +msgid "" +"The filesystem you chose to store the temporary image on cannot hold files " +"with a size over 2 GiB" +msgstr "" + +#: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 +#, c-format +msgid "" +"The location you chose to store the temporary image on does not have enough " +"free space for the disc image (%ld MiB needed)" +msgstr "" + +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#, c-format +msgid "The size of the volume could not be retrieved" +msgstr "" + +#: ../libbrasero-burn/burn-job.c:627 +#, c-format +msgid "No path was specified for the image output" +msgstr "" + +#. Translators: %s is the error returned by libburn +#. Translators: the %s is the error message from errno +#: ../libbrasero-burn/burn-job.c:768 ../plugins/cdrtools/burn-cdrecord.c:710 +#: ../plugins/libburnia/burn-libburn.c:717 +#: ../plugins/transcode/burn-transcode.c:790 +#, c-format +msgid "An internal error occurred (%s)" +msgstr "" + +#: ../libbrasero-burn/burn-mkisofs-base.c:153 +#: ../libbrasero-burn/burn-mkisofs-base.c:494 +#: ../plugins/checksum/burn-checksum-image.c:287 +#: ../plugins/growisofs/burn-growisofs.c:527 +#: ../plugins/libburnia/burn-libisofs.c:707 +#, c-format +msgid "The file is not stored locally" +msgstr "" + +#: ../libbrasero-burn/burn-mkisofs-base.c:644 +#, c-format +msgid "VIDEO_TS directory is missing or invalid" +msgstr "" + +#: ../libbrasero-burn/burn-plugin.c:647 +#, c-format +msgid "\"%s\" could not be found in the path" +msgstr "" + +#: ../libbrasero-burn/burn-plugin.c:651 +#, c-format +msgid "\"%s\" GStreamer plugin could not be found" +msgstr "" + +#: ../libbrasero-burn/burn-plugin.c:655 ../libbrasero-burn/burn-plugin.c:667 +#, c-format +msgid "The version of \"%s\" is too old" +msgstr "" + +#: ../libbrasero-burn/burn-plugin.c:659 +#, c-format +msgid "\"%s\" is a symbolic link pointing to another program" +msgstr "" + +#. Translators: %s is a filename +#: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 +#: ../plugins/growisofs/burn-growisofs.c:509 +#, c-format +msgid "\"%s\" could not be found" +msgstr "" + +#. Translators: %s is the name of the brasero element +#: ../libbrasero-burn/burn-process.c:259 +#, c-format +msgid "Process \"%s\" ended with an error code (%i)" +msgstr "" + +#. Translators: This is a fake drive, a file, and means that +#. * when we're writing, we're writing to a file and create an +#. * image on the hard drive. +#: ../libbrasero-media/brasero-drive.c:607 +#: ../libbrasero-media/brasero-medium.c:206 +#: ../libbrasero-media/brasero-volume.c:382 +msgid "Image File" +msgstr "" + +#: ../libbrasero-media/brasero-drive-selection.c:341 +#: ../libbrasero-media/brasero-drive-selection.c:436 +msgid "Unnamed CD/DVD Drive" +msgstr "" + +#: ../libbrasero-media/brasero-media.c:54 +msgid "Display debug statements on stdout for Brasero media library" +msgstr "" + +#: ../libbrasero-media/brasero-media.c:477 +msgid "Brasero optical media library" +msgstr "" + +#: ../libbrasero-media/brasero-media.c:478 +msgid "Display options for Brasero media library" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:65 +msgid "File" +msgstr "پەڕگە" + +#: ../libbrasero-media/brasero-medium.c:66 +msgid "CD-ROM" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:67 +msgid "CD-R" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:68 +msgid "CD-RW" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:69 +msgid "DVD-ROM" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:70 +msgid "DVD-R" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:71 +msgid "DVD-RW" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:72 +msgid "DVD+R" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:73 +msgid "DVD+RW" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:74 +msgid "DVD+R dual layer" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:75 +msgid "DVD+RW dual layer" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:76 +msgid "DVD-R dual layer" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:77 +msgid "DVD-RAM" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:78 +msgid "Blu-ray disc" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:79 +msgid "Writable Blu-ray disc" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:80 +msgid "Rewritable Blu-ray disc" +msgstr "" + +#. NOTE for translators: the first %s is the disc type and the +#. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:216 +#, c-format +msgid "Blank %s in %s" +msgstr "" + +#. NOTE for translators: the first %s is the disc type and the +#. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:223 +#, c-format +msgid "Audio and data %s in %s" +msgstr "" + +#. NOTE for translators: the first %s is the disc type and the +#. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:230 +#, c-format +msgid "Audio %s in %s" +msgstr "" + +#. NOTE for translators: the first %s is the disc type and the +#. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:237 +#, c-format +msgid "Data %s in %s" +msgstr "" + +#. NOTE for translators: the first %s is the disc type and the +#. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:244 +#, c-format +msgid "%s in %s" +msgstr "" + +#. NOTE for translators, the first %s is the medium name +#: ../libbrasero-media/brasero-medium-selection.c:158 +#, c-format +msgid "%s: empty" +msgstr "" + +#. NOTE for translators: the first %s is the medium name, the +#. * second %s is the space (kio, gio) used by data on the disc. +#. +#. NOTE for translators: the first %s is the medium name, the +#. * second %s is the space (time) used by data on the disc. +#. * I really don't know if I should set this string as +#. * translatable. +#: ../libbrasero-media/brasero-medium-selection.c:174 +#: ../libbrasero-media/brasero-medium-selection.c:186 +#, c-format +msgid "%s: %s" +msgstr "‫%s: %s" + +#: ../libbrasero-media/brasero-medium-selection.c:451 +msgid "Searching for available discs" +msgstr "" + +#: ../libbrasero-media/brasero-medium-selection.c:460 +msgid "No disc available" +msgstr "" + +#. Translators: this is hour minute second like '2 h 14 min 25' +#: ../libbrasero-media/brasero-units.c:71 +#, c-format +msgid "%s h %s min %s" +msgstr "" + +#. Translators: this is hour minute like '2 h 14' +#: ../libbrasero-media/brasero-units.c:77 +#, c-format +msgid "%s h %s" +msgstr "" + +#. Translators: this is hour like '2 h' +#: ../libbrasero-media/brasero-units.c:82 +#, c-format +msgid "%s h" +msgstr "" + +#. Translators: this is 'hour:minute:second' like '2:14:25' +#: ../libbrasero-media/brasero-units.c:86 +#, c-format +msgid "%s:%s:%s" +msgstr "" + +#. Translators: this is 'hour:minute' or 'minute:second' +#: ../libbrasero-media/brasero-units.c:92 +#: ../libbrasero-media/brasero-units.c:107 +#, c-format +msgid "%s:%s" +msgstr "" + +#. Translators: %s is a duration expressed in minutes +#: ../libbrasero-media/brasero-units.c:99 +#, c-format +msgid "%s min" +msgstr "" + +#. Translators: the first %s is the number of minutes +#. * and the second one is the number of seconds. +#. * The whole string expresses a duration +#: ../libbrasero-media/brasero-units.c:104 +#, c-format +msgid "%s:%s min" +msgstr "" + +#: ../libbrasero-media/brasero-volume.c:186 +#, c-format +msgid "The disc mount point could not be retrieved" +msgstr "" + +#. NOTE for translators: the first %s is the disc type and Blank is an adjective. +#: ../libbrasero-media/brasero-volume.c:409 +#, c-format +msgid "Blank disc (%s)" +msgstr "" + +#. NOTE for translators: the first %s is the disc type. +#: ../libbrasero-media/brasero-volume.c:413 +#, c-format +msgid "Audio and data disc (%s)" +msgstr "" + +#. NOTE for translators: the first %s is the disc type. +#. NOTE to translators: the final string must not be over +#. * 32 _bytes_ . +#. * The %s is the date +#: ../libbrasero-media/brasero-volume.c:417 ../src/brasero-project-name.c:322 +#, c-format +msgid "Audio disc (%s)" +msgstr "" + +#. NOTE for translators: the first %s is the disc type. +#. NOTE to translators: the final string must not be over +#. * 32 _bytes_ otherwise it gets truncated. +#. * The %s is the date +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 +#, c-format +msgid "Data disc (%s)" +msgstr "" + +#: ../libbrasero-media/burn-iso9660.c:158 +#: ../libbrasero-media/burn-iso9660.c:167 +#: ../libbrasero-media/burn-iso9660.c:402 +#: ../libbrasero-media/burn-iso9660.c:439 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 +#, c-format +msgid "It does not appear to be a valid ISO image" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:43 ../src/brasero-project-name.c:84 +msgid "Unknown error" +msgstr "هەڵەیەکی نەزانراو" + +#: ../libbrasero-media/scsi-error.c:44 +msgid "Size mismatch" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:45 +msgid "Type mismatch" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:46 +msgid "Bad argument" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:48 +msgid "Outrange address" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:49 +msgid "Invalid address" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:50 +msgid "Invalid command" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:51 +msgid "Invalid parameter in command" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:52 +msgid "Invalid field in command" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:53 +msgid "The device timed out" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:54 +msgid "Key not established" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:55 +msgid "Invalid track mode" +msgstr "" + +#: ../libbrasero-utils/brasero-disc-message.c:133 +msgid "_Hide changes" +msgstr "" + +#: ../libbrasero-utils/brasero-disc-message.c:135 +#: ../libbrasero-utils/brasero-disc-message.c:154 +msgid "_Show changes" +msgstr "" + +#: ../libbrasero-utils/brasero-io.c:1416 +#, c-format +msgid "The file does not appear to be a playlist" +msgstr "" + +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:199 +msgid "Images" +msgstr "وێنەکان" + +#: ../libbrasero-utils/brasero-jacket-background.c:230 +msgid "_Color" +msgstr "_ڕەنگ" + +#: ../libbrasero-utils/brasero-jacket-background.c:261 +msgid "Solid color" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-background.c:262 +msgid "Horizontal gradient" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-background.c:263 +msgid "Vertical gradient" +msgstr "" + +#. second part +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:280 +msgid "_Image" +msgstr "_وێنە" + +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:308 +msgid "Image path:" +msgstr "" + +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:320 +msgid "Choose an image" +msgstr "" + +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:331 +msgid "Image style:" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-background.c:345 +msgid "Centered" +msgstr "لە ناوەڕاست" + +#: ../libbrasero-utils/brasero-jacket-background.c:346 +msgid "Tiled" +msgstr "خشتەیی" + +#: ../libbrasero-utils/brasero-jacket-background.c:347 +msgid "Scaled" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-background.c:384 +msgid "Background Properties" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:589 +msgid "Print" +msgstr "چاپکردن" + +#: ../libbrasero-utils/brasero-jacket-edit.c:601 +msgid "Bac_kground Properties" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:604 +msgid "Background properties" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:619 +msgid "Align right" +msgstr "لەلای ڕاست ڕێکیبخە" + +#: ../libbrasero-utils/brasero-jacket-edit.c:629 +msgid "Center" +msgstr "ناوەڕاست" + +#: ../libbrasero-utils/brasero-jacket-edit.c:639 +msgid "Align left" +msgstr "‫لەلای چەپ ڕێکیبخە" + +#: ../libbrasero-utils/brasero-jacket-edit.c:653 +msgid "Underline" +msgstr "ژێرهێڵ" + +#: ../libbrasero-utils/brasero-jacket-edit.c:663 +msgid "Italic" +msgstr "لار" + +#: ../libbrasero-utils/brasero-jacket-edit.c:673 +msgid "Bold" +msgstr "قەڵەو" + +#: ../libbrasero-utils/brasero-jacket-edit.c:699 +msgid "Font family and size" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:706 +msgid "_Text Color" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:707 +msgid "Text color" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:830 +msgid "Cover Editor" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-view.c:766 +msgid "Set Bac_kground Properties" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-view.c:807 +msgid "SIDES" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-view.c:823 +msgid "BACK COVER" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-view.c:841 +msgid "FRONT COVER" +msgstr "" + +#. Translators: This is an image, +#. * a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-view.c:1021 +msgid "The image could not be loaded." +msgstr "" + +#: ../libbrasero-utils/brasero-metadata.c:1122 ../src/brasero-audio-disc.c:643 +#, c-format +msgid "\"%s\" could not be handled by GStreamer." +msgstr "" + +#. Translators: %s is the name of the object (as in +#. * GObject) from the Gstreamer library that could +#. * not be created +#: ../libbrasero-utils/brasero-metadata.c:1194 +#: ../libbrasero-utils/brasero-metadata.c:1207 +#: ../libbrasero-utils/brasero-metadata.c:1220 +#: ../libbrasero-utils/brasero-metadata.c:1362 +#: ../libbrasero-utils/brasero-metadata.c:1734 +#: ../libbrasero-utils/brasero-metadata.c:1749 +#: ../libbrasero-utils/brasero-metadata.c:1758 +#: ../plugins/transcode/burn-normalize.c:172 +#: ../plugins/transcode/burn-normalize.c:187 +#: ../plugins/transcode/burn-normalize.c:209 +#: ../plugins/transcode/burn-normalize.c:221 +#: ../plugins/transcode/burn-normalize.c:238 +#: ../plugins/transcode/burn-normalize.c:335 +#: ../plugins/transcode/burn-transcode.c:292 +#: ../plugins/transcode/burn-transcode.c:304 +#: ../plugins/transcode/burn-transcode.c:426 +#: ../plugins/transcode/burn-transcode.c:479 +#: ../plugins/transcode/burn-transcode.c:513 +#: ../plugins/transcode/burn-transcode.c:556 +#: ../plugins/transcode/burn-transcode.c:577 +#: ../plugins/transcode/burn-transcode.c:589 +#: ../plugins/transcode/burn-transcode.c:611 +#: ../plugins/transcode/burn-vob.c:308 ../plugins/transcode/burn-vob.c:328 +#: ../plugins/transcode/burn-vob.c:343 ../plugins/transcode/burn-vob.c:355 +#: ../plugins/transcode/burn-vob.c:372 ../plugins/transcode/burn-vob.c:428 +#: ../plugins/transcode/burn-vob.c:445 ../plugins/transcode/burn-vob.c:457 +#: ../plugins/transcode/burn-vob.c:469 ../plugins/transcode/burn-vob.c:481 +#: ../plugins/transcode/burn-vob.c:498 ../plugins/transcode/burn-vob.c:582 +#: ../plugins/transcode/burn-vob.c:599 ../plugins/transcode/burn-vob.c:611 +#: ../plugins/transcode/burn-vob.c:623 ../plugins/transcode/burn-vob.c:642 +#: ../plugins/transcode/burn-vob.c:659 ../plugins/transcode/burn-vob.c:705 +#: ../plugins/transcode/burn-vob.c:782 ../plugins/transcode/burn-vob.c:799 +#: ../plugins/transcode/burn-vob.c:814 ../plugins/transcode/burn-vob.c:826 +#: ../plugins/transcode/burn-vob.c:837 ../plugins/transcode/burn-vob.c:848 +#: ../plugins/transcode/burn-vob.c:1023 ../plugins/transcode/burn-vob.c:1087 +#: ../plugins/transcode/burn-vob.c:1104 ../plugins/transcode/burn-vob.c:1125 +#: ../plugins/transcode/burn-vob.c:1152 +#, c-format +msgid "%s element could not be created" +msgstr "" + +#: ../libbrasero-utils/brasero-tool-color-picker.c:166 +msgid "Pick a Color" +msgstr "ڕەنگێک هەڵبژیرە" + +#: ../nautilus/brasero-nautilus.desktop.in.in.h:1 +#: ../nautilus/nautilus-burn-extension.c:281 +msgid "CD/DVD Creator" +msgstr "" + +#: ../nautilus/brasero-nautilus.desktop.in.in.h:2 +msgid "Create CDs and DVDs" +msgstr "" + +#: ../nautilus/nautilus-burn-bar.c:228 ../src/brasero-project-name.c:154 +msgid "Medium Icon" +msgstr "" + +#. Translators: this is an image, a picture, not a "Disc Image" +#: ../nautilus/nautilus-burn-bar.c:242 ../src/brasero-file-chooser.c:375 +#: ../src/brasero-project.c:2250 ../src/brasero-project-name.c:168 +msgctxt "picture" +msgid "Image files" +msgstr "" + +#. Translators: this is the name of the plugin +#. * which will be translated only when it needs +#. * displaying. +#: ../nautilus/nautilus-burn-bar.c:356 ../plugins/local-track/burn-uri.c:747 +msgid "CD/DVD Creator Folder" +msgstr "" + +#: ../nautilus/nautilus-burn-bar.c:368 +msgid "Disc Name:" +msgstr "" + +#. Translators: be careful, anything longer than the English will likely +#. * not fit on small Nautilus windows +#: ../nautilus/nautilus-burn-bar.c:407 +msgid "Drag or copy files below to write them to disc" +msgstr "" + +#: ../nautilus/nautilus-burn-bar.c:423 +#: ../nautilus/nautilus-burn-extension.c:323 +msgid "Write to Disc" +msgstr "" + +#: ../nautilus/nautilus-burn-bar.c:442 +#: ../nautilus/nautilus-burn-extension.c:723 +msgid "Write contents to a CD or DVD" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:370 +msgid "Copy Disc" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:571 +#: ../nautilus/nautilus-burn-extension.c:722 +msgid "_Write to Disc…" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:572 +msgid "Write disc image to a CD or DVD" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:645 +msgid "_Copy Disc…" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:646 +msgid "Create a copy of this CD or DVD" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:659 +msgid "_Blank Disc…" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:660 +msgid "Blank this CD or DVD" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:676 +msgid "_Check Disc…" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:677 +msgid "Check the data integrity on this CD or DVD" +msgstr "" + +#: ../plugins/audio2cue/burn-audio2cue.c:191 +#: ../plugins/checksum/burn-checksum-image.c:124 +#, c-format +msgid "Data could not be read (%s)" +msgstr "" + +#: ../plugins/audio2cue/burn-audio2cue.c:241 +#: ../plugins/checksum/burn-checksum-files.c:196 +#: ../plugins/checksum/burn-checksum-files.c:219 +#: ../plugins/checksum/burn-checksum-image.c:174 +#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/libburnia/burn-libisofs.c:160 +#: ../plugins/libburnia/burn-libisofs.c:274 +#, c-format +msgid "Data could not be written (%s)" +msgstr "" + +#: ../plugins/audio2cue/burn-audio2cue.c:723 +msgid "Generates .cue files from audio" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:55 +msgid "cdrdao burning suite" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:103 +msgid "Copying audio track" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:109 +msgid "Copying data track" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:145 +#, c-format +msgid "Analysing track %02i" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:249 ../plugins/cdrkit/burn-readom.c:116 +#: ../plugins/cdrkit/burn-readom.c:122 ../plugins/cdrkit/burn-wodim.c:106 +#: ../plugins/cdrtools/burn-cdrecord.c:106 +#: ../plugins/cdrtools/burn-readcd.c:117 ../plugins/cdrtools/burn-readcd.c:123 +#, c-format +msgid "You do not have the required permissions to use this drive" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:480 +msgid "Converting toc file" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:697 +msgid "Copies, burns and blanks CDs" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:762 +msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" +msgstr "" + +#: ../plugins/cdrkit/burn-cdrkit.h:38 +msgid "cdrkit burning suite" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:119 +#: ../plugins/cdrtools/burn-mkisofs.c:119 +#: ../plugins/growisofs/burn-growisofs.c:204 +#: ../plugins/libburnia/burn-libisofs.c:518 +#, c-format +msgid "Last session import failed" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:125 +#: ../plugins/cdrkit/burn-genisoimage.c:132 +#: ../plugins/cdrtools/burn-mkisofs.c:125 +#: ../plugins/cdrtools/burn-mkisofs.c:132 +#: ../plugins/growisofs/burn-growisofs.c:210 +#: ../plugins/growisofs/burn-growisofs.c:217 +msgid "An image could not be created" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:138 +msgid "This version of genisoimage is not supported" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:180 +#: ../plugins/cdrtools/burn-mkisofs.c:180 +#: ../plugins/growisofs/burn-growisofs.c:223 +msgid "Some files have invalid filenames" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:186 +#: ../plugins/cdrtools/burn-mkisofs.c:186 +#: ../plugins/growisofs/burn-growisofs.c:229 +msgid "Unknown character encoding" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:192 +#: ../plugins/cdrtools/burn-mkisofs.c:192 +msgid "There is no space left on the device" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:527 +#: ../plugins/cdrtools/burn-mkisofs.c:531 +#: ../plugins/libburnia/burn-libisofs.c:1078 +msgid "Creates disc images from a file selection" +msgstr "" + +#: ../plugins/cdrkit/burn-readom.c:136 ../plugins/cdrtools/burn-readcd.c:137 +#, c-format +msgid "" +"The location you chose to store the image on does not have enough free space " +"for the disc image" +msgstr "" + +#: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 +msgid "Copies any disc to a disc image" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:122 ../plugins/cdrtools/burn-cdrecord.c:122 +#: ../plugins/libburnia/burn-libburn.c:856 +#: ../plugins/libburnia/burn-libburn.c:887 +#, c-format +msgid "An error occurred while writing to disc" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:128 ../plugins/cdrtools/burn-cdrecord.c:128 +#, c-format +msgid "" +"The system is too slow to write the disc at this speed. Try a lower speed" +msgstr "" + +#. Translators: %s is the number of the track +#: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 +#, c-format +msgid "Writing track %s" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:352 ../plugins/cdrtools/burn-cdrecord.c:346 +msgid "Formatting disc" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 +msgid "Writing cue sheet" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:394 ../plugins/cdrtools/burn-cdrecord.c:380 +#, c-format +msgid "The disc needs to be reloaded before being recorded" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:1270 +msgid "Burns, blanks and formats CDs and DVDs" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:1414 +msgid "Enable the \"-immed\" flag (see wodim manual)" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:1417 +msgid "Minimum drive buffer fill ratio (in %) (see wodim manual):" +msgstr "" + +#: ../plugins/cdrtools/burn-cdda2wav.c:206 +#: ../plugins/cdrtools/burn-cdda2wav.c:216 +#, c-format +msgid "Copying audio track %02d" +msgstr "" + +#: ../plugins/cdrtools/burn-cdda2wav.c:267 +msgid "Preparing to copy audio disc" +msgstr "" + +#: ../plugins/cdrtools/burn-cdda2wav.c:411 +msgid "Copy tracks from an audio CD with all associated information" +msgstr "" + +#: ../plugins/cdrtools/burn-cdrecord.c:1204 +#: ../plugins/libburnia/burn-libburn.c:975 +msgid "Burns, blanks and formats CDs, DVDs and BDs" +msgstr "" + +#: ../plugins/cdrtools/burn-cdrecord.c:1417 +msgid "Enable the \"-immed\" flag (see cdrecord manual)" +msgstr "" + +#: ../plugins/cdrtools/burn-cdrecord.c:1420 +#, c-format +msgid "Minimum drive buffer fill ratio (in %%) (see cdrecord manual):" +msgstr "" + +#: ../plugins/cdrtools/burn-cdrtools.h:38 +msgid "cdrtools burning suite" +msgstr "" + +#: ../plugins/cdrtools/burn-mkisofs.c:138 +msgid "This version of mkisofs is not supported" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:131 +#: ../plugins/checksum/burn-checksum-files.c:589 +#, c-format +msgid "File \"%s\" could not be opened (%s)" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:617 +msgid "Creating checksum for image files" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:859 +#, c-format +msgid "No checksum file could be found on the disc" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:893 +msgid "Checking file integrity" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:987 +#: ../plugins/checksum/burn-checksum-files.c:1012 +#, c-format +msgid "File \"%s\" could not be opened" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:1085 +#: ../plugins/checksum/burn-checksum-files.c:1206 +#: ../plugins/checksum/burn-checksum-image.c:550 +#, c-format +msgid "Some files may be corrupted on the disc" +msgstr "" + +#. Translators: this is the name of the plugin +#. * which will be translated only when it needs +#. * displaying. +#: ../plugins/checksum/burn-checksum-files.c:1465 +msgid "File Checksum" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:1466 +msgid "Checks file integrities on a disc" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:1504 +#: ../plugins/checksum/burn-checksum-image.c:856 +msgid "Hashing algorithm to be used:" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:1507 +#: ../plugins/checksum/burn-checksum-image.c:859 +msgid "MD5" +msgstr "MD5" + +#: ../plugins/checksum/burn-checksum-files.c:1509 +#: ../plugins/checksum/burn-checksum-image.c:861 +msgid "SHA1" +msgstr "SHA1" + +#: ../plugins/checksum/burn-checksum-files.c:1511 +#: ../plugins/checksum/burn-checksum-image.c:863 +msgid "SHA256" +msgstr "SHA256" + +#. Translators: first %s is the filename, second %s +#. * is the error generated from errno +#. Translators: first %s is the filename, second %s is the error +#. * generated from errno +#: ../plugins/checksum/burn-checksum-image.c:313 +#: ../plugins/libburnia/burn-libburn.c:679 +#, c-format +msgid "\"%s\" could not be opened (%s)" +msgstr "" + +#: ../plugins/checksum/burn-checksum-image.c:359 +#: ../plugins/checksum/burn-checksum-image.c:456 +msgid "Creating image checksum" +msgstr "" + +#. Translators: this is the name of the plugin +#. * which will be translated only when it needs +#. * displaying. +#: ../plugins/checksum/burn-checksum-image.c:831 +msgid "Image Checksum" +msgstr "" + +#: ../plugins/checksum/burn-checksum-image.c:832 +msgid "Checks disc integrity after it is burnt" +msgstr "" + +#: ../plugins/dvdauthor/burn-dvdauthor.c:313 +#: ../plugins/vcdimager/burn-vcdimager.c:438 +msgid "Creating file layout" +msgstr "" + +#: ../plugins/dvdauthor/burn-dvdauthor.c:371 +msgid "Creates disc images suitable for video DVDs" +msgstr "" + +#. Translators: %s is the path to a drive. "regionset %s" +#. * should be left as is just like "DVDCSS_METHOD=title +#. * brasero --no-existing-session" +#: ../plugins/dvdcss/burn-dvdcss.c:294 +#, c-format +msgid "" +"Error while retrieving a key used for encryption. You may solve such a " +"problem with one of the following methods: in a terminal either set the " +"proper DVD region code for your CD/DVD player with the \"regionset %s\" " +"command or run the \"DVDCSS_METHOD=title brasero --no-existing-session\" " +"command" +msgstr "" + +#: ../plugins/dvdcss/burn-dvdcss.c:339 +msgid "Retrieving DVD keys" +msgstr "" + +#: ../plugins/dvdcss/burn-dvdcss.c:374 +#, c-format +msgid "Video DVD could not be opened" +msgstr "" + +#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 +#: ../plugins/dvdcss/burn-dvdcss.c:483 +#, c-format +msgid "Error while reading video DVD (%s)" +msgstr "" + +#: ../plugins/dvdcss/burn-dvdcss.c:402 +msgid "Copying video DVD" +msgstr "" + +#: ../plugins/dvdcss/burn-dvdcss.c:695 +msgid "Copies CSS encrypted video DVDs to a disc image" +msgstr "" + +#: ../plugins/growisofs/burn-dvd-rw-format.c:190 +msgid "Blanks and formats rewritable DVDs and BDs" +msgstr "" + +#: ../plugins/growisofs/burn-growisofs.c:753 +msgid "Burns and blanks DVDs and BDs" +msgstr "" + +#: ../plugins/growisofs/burn-growisofs.c:924 +msgid "Allow DAO use" +msgstr "" + +#: ../plugins/growisofs/burn-growisofs-common.h:38 +msgid "growisofs burning suite" +msgstr "" + +#: ../plugins/libburnia/burn-libburn.c:242 +#: ../plugins/libburnia/burn-libburn.c:250 +#, c-format +msgid "libburn track could not be created" +msgstr "" + +#: ../plugins/libburnia/burn-libburn-common.c:158 +#, c-format +msgid "libburn library could not be initialized" +msgstr "" + +#: ../plugins/libburnia/burn-libburn-common.c:173 +#, c-format +msgid "The drive address could not be retrieved" +msgstr "" + +#: ../plugins/libburnia/burn-libburn-common.c:418 +#, c-format +msgid "Writing track %02i" +msgstr "" + +#: ../plugins/libburnia/burn-libburnia.h:38 +msgid "libburnia burning suite" +msgstr "" + +#: ../plugins/libburnia/burn-libisofs.c:222 +#: ../plugins/libburnia/burn-libisofs.c:291 +#: ../plugins/libburnia/burn-libisofs.c:571 +#, c-format +msgid "Volume could not be created" +msgstr "" + +#: ../plugins/libburnia/burn-libisofs.c:345 +#: ../plugins/libburnia/burn-libisofs.c:893 +#, c-format +msgid "libisofs could not be initialized." +msgstr "" + +#: ../plugins/libburnia/burn-libisofs.c:485 +#, c-format +msgid "Read options could not be created" +msgstr "" + +#. Translators: %s is the path +#: ../plugins/libburnia/burn-libisofs.c:684 +#, c-format +msgid "No parent could be found in the tree for the path \"%s\"" +msgstr "" + +#: ../plugins/libburnia/burn-libisofs.c:744 +#: ../plugins/libburnia/burn-libisofs.c:811 +#, c-format +msgid "libisofs reported an error while creating directory \"%s\"" +msgstr "" + +#: ../plugins/libburnia/burn-libisofs.c:759 +#, c-format +msgid "" +"libisofs reported an error while adding contents to directory \"%s\" (%x)" +msgstr "" + +#: ../plugins/libburnia/burn-libisofs.c:782 +#: ../plugins/libburnia/burn-libisofs.c:798 +#, c-format +msgid "libisofs reported an error while adding file at path \"%s\"" +msgstr "" + +#: ../plugins/local-track/burn-local-image.c:260 +msgid "Copying checksum file" +msgstr "" + +#: ../plugins/local-track/burn-local-image.c:527 +#: ../plugins/local-track/burn-uri.c:326 +msgid "Copying files locally" +msgstr "" + +#. Translators: this is the name of the plugin +#. * which will be translated only when it needs +#. * displaying. +#: ../plugins/local-track/burn-local-image.c:909 +msgid "File Downloader" +msgstr "" + +#: ../plugins/local-track/burn-local-image.c:910 +msgid "Allows files not stored locally to be burned" +msgstr "" + +#: ../plugins/local-track/burn-uri.c:207 ../plugins/local-track/burn-uri.c:297 +#: ../plugins/local-track/burn-uri.c:472 +#, c-format +msgid "Impossible to retrieve local file path" +msgstr "" + +#: ../plugins/local-track/burn-uri.c:748 +msgid "" +"Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" +msgstr "" + +#. Translators: This message is sent +#. * when brasero could not link together +#. * two gstreamer plugins so that one +#. * sends its data to the second for further +#. * processing. This data transmission is +#. * done through a pad. Maybe this is a bit +#. * too technical and should be removed? +#: ../plugins/transcode/burn-normalize.c:199 +#: ../plugins/transcode/burn-normalize.c:260 +#: ../plugins/transcode/burn-transcode.c:316 +#: ../plugins/transcode/burn-transcode.c:354 +#: ../plugins/transcode/burn-transcode.c:523 +#: ../plugins/transcode/burn-transcode.c:626 +#: ../plugins/transcode/burn-transcode.c:657 +#: ../plugins/transcode/burn-transcode.c:679 +#: ../plugins/transcode/burn-vob.c:189 ../plugins/transcode/burn-vob.c:392 +#: ../plugins/transcode/burn-vob.c:545 ../plugins/transcode/burn-vob.c:675 +#: ../plugins/transcode/burn-vob.c:1039 ../plugins/transcode/burn-vob.c:1115 +#: ../plugins/transcode/burn-vob.c:1166 +#, c-format +msgid "Impossible to link plugin pads" +msgstr "" + +#: ../plugins/transcode/burn-normalize.c:554 +msgid "Normalizing tracks" +msgstr "" + +#: ../plugins/transcode/burn-normalize.c:643 +msgid "Normalization" +msgstr "" + +#: ../plugins/transcode/burn-normalize.c:644 +msgid "Sets consistent sound levels between tracks" +msgstr "" + +#. Translators: %s is the string error from errno +#: ../plugins/transcode/burn-transcode.c:1050 +#: ../plugins/transcode/burn-transcode.c:1238 +#, c-format +msgid "Error while padding file (%s)" +msgstr "" + +#: ../plugins/transcode/burn-transcode.c:1313 +msgid "Error while getting duration" +msgstr "" + +#: ../plugins/transcode/burn-transcode.c:1462 +#, c-format +msgid "Analysing \"%s\"" +msgstr "" + +#: ../plugins/transcode/burn-transcode.c:1499 +#, c-format +msgid "Transcoding \"%s\"" +msgstr "" + +#: ../plugins/transcode/burn-transcode.c:1736 +msgid "Converts any song file into a format suitable for audio CDs" +msgstr "" + +#: ../plugins/transcode/burn-vob.c:1251 +msgid "Converting video file to MPEG2" +msgstr "" + +#: ../plugins/transcode/burn-vob.c:1353 +msgid "Converts any video file into a format suitable for video DVDs" +msgstr "" + +#: ../plugins/vcdimager/burn-vcdimager.c:478 +msgid "Creates disc images suitable for SVCDs" +msgstr "" + +#: ../src/brasero-app.c:124 +msgid "_Project" +msgstr "" + +#: ../src/brasero-app.c:125 +msgid "_View" +msgstr "_بینین" + +#: ../src/brasero-app.c:126 +msgid "_Edit" +msgstr "ـدەسکاریکردن" + +#: ../src/brasero-app.c:127 +msgid "_Tools" +msgstr "_ئامرازەکان" + +#: ../src/brasero-app.c:129 +msgid "_Help" +msgstr "_یارمەتی" + +#: ../src/brasero-app.c:131 +msgid "P_lugins" +msgstr "" + +#: ../src/brasero-app.c:132 +msgid "Choose plugins for Brasero" +msgstr "" + +#: ../src/brasero-app.c:134 +msgid "E_ject" +msgstr "" + +#: ../src/brasero-app.c:135 +msgid "Eject a disc" +msgstr "" + +#: ../src/brasero-app.c:137 +msgid "_Blank…" +msgstr "" + +#: ../src/brasero-app.c:138 +msgid "Blank a disc" +msgstr "" + +#: ../src/brasero-app.c:140 +msgid "_Check Integrity…" +msgstr "" + +#: ../src/brasero-app.c:141 +msgid "Check data integrity of disc" +msgstr "" + +#: ../src/brasero-app.c:144 +msgid "Quit Brasero" +msgstr "" + +#: ../src/brasero-app.c:146 +msgid "_Contents" +msgstr "_ناوەڕۆک" + +#: ../src/brasero-app.c:146 +msgid "Display help" +msgstr "" + +#: ../src/brasero-app.c:149 +msgid "About" +msgstr "دەربارە" + +#: ../src/brasero-app.c:421 ../src/brasero-app.c:2065 +msgid "Disc Burner" +msgstr "" + +#: ../src/brasero-app.c:787 ../src/brasero-app.c:820 ../src/brasero-app.c:1449 +msgid "Error while loading the project" +msgstr "" + +#: ../src/brasero-app.c:829 ../src/brasero-app.c:858 ../src/brasero-app.c:918 +#: ../src/brasero-project.c:1276 +msgid "Please add files to the project." +msgstr "" + +#: ../src/brasero-app.c:830 ../src/brasero-app.c:859 ../src/brasero-app.c:919 +msgid "The project is empty" +msgstr "" + +#: ../src/brasero-app.c:1174 +msgid "" +"Brasero is free software; you can redistribute it and/or modify it under the " +"terms of the GNU General Public License as published by the Free Software " +"Foundation; either version 2 of the License, or (at your option) any later " +"version." +msgstr "" + +#: ../src/brasero-app.c:1179 +msgid "" +"Brasero is distributed in the hope that it will be useful, but WITHOUT ANY " +"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " +"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " +"details." +msgstr "" + +#: ../src/brasero-app.c:1184 +msgid "" +"You should have received a copy of the GNU General Public License along with " +"Brasero; if not, write to the Free Software Foundation, Inc., 51 Franklin " +"Street, Fifth Floor, Boston, MA 02110-1301, USA" +msgstr "" + +#: ../src/brasero-app.c:1196 +msgid "A simple to use CD/DVD burning application for GNOME" +msgstr "" + +#: ../src/brasero-app.c:1213 +msgid "Brasero Homepage" +msgstr "" + +#. Translators: This is a special message that shouldn't be translated +#. * literally. It is used in the about box to give credits to +#. * the translators. +#. * Thus, you should translate it to your name and email address. +#. * You should also include other translators who have contributed to +#. * this translation; in that case, please write each of them on a separate +#. * line seperated by newlines (\n). +#. +#: ../src/brasero-app.c:1225 +msgid "translator-credits" +msgstr "" +"Launchpad Contributions:\n" +" Jwtiyar Nariman https://launchpad.net/~jwtiyar" + +#: ../src/brasero-app.c:1447 +#, c-format +msgid "The project \"%s\" does not exist" +msgstr "" + +#: ../src/brasero-app.c:1731 ../src/brasero-app.c:1737 +msgid "_Recent Projects" +msgstr "" + +#: ../src/brasero-app.c:1732 +msgid "Display the projects recently opened" +msgstr "" + +#: ../src/brasero-audio-disc.c:155 ../src/brasero-data-disc.c:122 +#: ../src/brasero-video-disc.c:100 +msgid "Menu" +msgstr "پێڕست" + +#: ../src/brasero-audio-disc.c:156 ../src/brasero-data-disc.c:123 +msgid "Open the selected files" +msgstr "" + +#: ../src/brasero-audio-disc.c:158 ../src/brasero-video-disc.c:103 +msgid "_Edit Information…" +msgstr "" + +#: ../src/brasero-audio-disc.c:158 +msgid "Edit the track information (start, end, author, etc.)" +msgstr "" + +#: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 +#: ../src/brasero-project.c:202 +msgid "Remove the selected files from the project" +msgstr "" + +#: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 +#: ../src/brasero-video-disc.c:107 +msgid "Paste files" +msgstr "" + +#: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 +#: ../src/brasero-video-disc.c:107 +msgid "Add the files stored in the clipboard" +msgstr "" + +#: ../src/brasero-audio-disc.c:164 +msgid "I_nsert a Pause" +msgstr "" + +#: ../src/brasero-audio-disc.c:164 +msgid "Add a 2 second pause after the track" +msgstr "" + +#: ../src/brasero-audio-disc.c:166 +msgid "_Split Track…" +msgstr "" + +#: ../src/brasero-audio-disc.c:166 +msgid "Split the selected track" +msgstr "" + +#: ../src/brasero-audio-disc.c:343 ../src/brasero-video-tree-model.c:187 +msgid "Pause" +msgstr "ڕاگرتن" + +#: ../src/brasero-audio-disc.c:349 +msgid "Split" +msgstr "جیاکردنەوە" + +#: ../src/brasero-audio-disc.c:418 +msgid "Track" +msgstr "" + +#: ../src/brasero-audio-disc.c:458 ../src/brasero-video-disc.c:1206 +msgid "Title" +msgstr "ناونیشان" + +#: ../src/brasero-audio-disc.c:480 +msgid "Artist" +msgstr "" + +#: ../src/brasero-audio-disc.c:488 ../src/brasero-playlist.c:772 +#: ../src/brasero-split-dialog.c:1219 +msgid "Length" +msgstr "درێژی‬" + +#: ../src/brasero-audio-disc.c:585 +msgid "The track will be padded at its end." +msgstr "" + +#: ../src/brasero-audio-disc.c:586 +msgid "The track is shorter than 6 seconds" +msgstr "" + +#: ../src/brasero-audio-disc.c:646 +msgid "Make sure the appropriate codec is installed" +msgstr "" + +#: ../src/brasero-audio-disc.c:662 +#, c-format +msgid "Do you want to add \"%s\", which is a video file?" +msgstr "" + +#: ../src/brasero-audio-disc.c:671 +msgid "" +"This file is a video and therefore only the audio part can be written to the " +"disc." +msgstr "" + +#: ../src/brasero-audio-disc.c:674 +msgid "_Discard File" +msgstr "" + +#: ../src/brasero-audio-disc.c:677 +msgid "_Add File" +msgstr "" + +#: ../src/brasero-audio-disc.c:748 +msgid "Do you want to search for audio files inside the directory?" +msgstr "" + +#: ../src/brasero-audio-disc.c:758 +msgid "Search _Directory" +msgstr "" + +#: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 +#, c-format +msgid "\"%s\" could not be opened." +msgstr "" + +#: ../src/brasero-audio-disc.c:857 +msgid "Do you want to create an audio CD with DTS tracks?" +msgstr "" + +#: ../src/brasero-audio-disc.c:858 +msgid "" +"Some of the selected songs are suitable for creating DTS tracks.\n" +"This type of audio CD track provides a higher quality of sound but can only " +"be played by specific digital players.\n" +"Note: if you agree, normalization will not be applied to these tracks." +msgstr "" + +#: ../src/brasero-audio-disc.c:867 +msgid "Create _Regular Tracks" +msgstr "" + +#: ../src/brasero-audio-disc.c:869 +msgid "Click here to burn all songs as regular tracks" +msgstr "" + +#: ../src/brasero-audio-disc.c:872 +msgid "Create _DTS Tracks" +msgstr "" + +#: ../src/brasero-audio-disc.c:874 +msgid "Click here to burn all suitable songs as DTS tracks" +msgstr "" + +#: ../src/brasero-audio-disc.c:1290 +msgid "Select one song only please." +msgstr "" + +#: ../src/brasero-audio-disc.c:1291 +msgid "Impossible to split more than one song at a time" +msgstr "" + +#: ../src/brasero-cli.c:70 +msgid "Open the specified project" +msgstr "" + +#: ../src/brasero-cli.c:71 +msgid "PROJECT" +msgstr "" + +#: ../src/brasero-cli.c:76 +msgid "Open the specified playlist as an audio project" +msgstr "" + +#: ../src/brasero-cli.c:77 +msgid "PLAYLIST" +msgstr "" + +#: ../src/brasero-cli.c:82 +msgid "Set the drive to be used for burning" +msgstr "" + +#: ../src/brasero-cli.c:83 +msgid "DEVICE PATH" +msgstr "" + +#: ../src/brasero-cli.c:86 +msgid "Create an image file instead of burning" +msgstr "" + +#: ../src/brasero-cli.c:90 +msgid "Open an audio project adding the URIs given on the command line" +msgstr "" + +#: ../src/brasero-cli.c:94 +msgid "Open a data project adding the URIs given on the command line" +msgstr "" + +#: ../src/brasero-cli.c:98 +msgid "Copy a disc" +msgstr "" + +#: ../src/brasero-cli.c:99 ../src/brasero-cli.c:119 ../src/brasero-cli.c:123 +msgid "PATH TO DEVICE" +msgstr "" + +#: ../src/brasero-cli.c:102 +msgid "Cover to use" +msgstr "" + +#: ../src/brasero-cli.c:103 +msgid "PATH TO COVER" +msgstr "" + +#: ../src/brasero-cli.c:106 +msgid "Open a video project adding the URIs given on the command line" +msgstr "" + +#: ../src/brasero-cli.c:110 +msgid "URI of an image file to burn (autodetected)" +msgstr "" + +#: ../src/brasero-cli.c:111 +msgid "PATH TO IMAGE" +msgstr "" + +#: ../src/brasero-cli.c:114 +msgid "Force Brasero to display the project selection page" +msgstr "" + +#: ../src/brasero-cli.c:118 +msgid "Open the blank disc dialog" +msgstr "" + +#: ../src/brasero-cli.c:122 +msgid "Open the check disc dialog" +msgstr "" + +#: ../src/brasero-cli.c:126 +msgid "Burn the contents of the burn:// URI" +msgstr "" + +#: ../src/brasero-cli.c:130 +msgid "Start burning immediately." +msgstr "" + +#: ../src/brasero-cli.c:134 +msgid "Don't connect to an already-running instance" +msgstr "" + +#: ../src/brasero-cli.c:138 +msgid "" +"Burn the specified project and remove it.\n" +"This option is mainly useful for integration with other applications." +msgstr "" + +#: ../src/brasero-cli.c:139 +msgid "PATH" +msgstr "" + +#. Translators: the xid is a number identifying each window in the X11 +#. * world (not Windows, MacOS X). The following sentence says that +#. * brasero will be set to be always on top of the window identified by +#. * xid. In other words, the window with the given xid will become brasero +#. * parent as if brasero was a dialog for the parent application +#: ../src/brasero-cli.c:147 +msgid "The XID of the parent window" +msgstr "" + +#. Translators: %s is the path of drive +#: ../src/brasero-cli.c:204 +#, c-format +msgid "\"%s\" cannot write." +msgstr "" + +#: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 +msgid "Wrong command line option." +msgstr "" + +#: ../src/brasero-cli.c:297 +msgid "Incompatible command line options used." +msgstr "" + +#: ../src/brasero-cli.c:298 +msgid "Only one option can be given at a time" +msgstr "" + +#: ../src/brasero-data-disc.c:125 +msgid "R_ename…" +msgstr "" + +#: ../src/brasero-data-disc.c:125 +msgid "Rename the selected file" +msgstr "" + +#: ../src/brasero-data-disc.c:131 ../src/brasero-data-disc.c:1758 +msgid "New _Folder" +msgstr "_بوخچەی نوێ" + +#: ../src/brasero-data-disc.c:131 +msgid "Create a new empty folder" +msgstr "" + +#: ../src/brasero-data-disc.c:213 +msgid "The session could not be imported." +msgstr "" + +#: ../src/brasero-data-disc.c:559 +msgid "The contents of the project changed since it was saved." +msgstr "" + +#: ../src/brasero-data-disc.c:561 +msgid "Discard the current modified project ?" +msgstr "" + +#: ../src/brasero-data-disc.c:567 +msgid "_Discard" +msgstr "_هەڵوەشاندنەوە" + +#: ../src/brasero-data-disc.c:569 +msgid "Discard the current modified project" +msgstr "" + +#: ../src/brasero-data-disc.c:574 +msgid "Continue with the current modified project" +msgstr "" + +#. Translators: %s is the name of the image +#: ../src/brasero-data-disc.c:619 +#, c-format +msgid "" +"There is only one selected file (\"%s\"). It is the image of a disc and its " +"contents can be burned" +msgstr "" + +#: ../src/brasero-data-disc.c:625 +msgid "Burn as _Data" +msgstr "" + +#: ../src/brasero-data-disc.c:627 +msgid "Burn as _Image" +msgstr "" + +#: ../src/brasero-data-disc.c:673 ../src/brasero-data-disc.c:691 +#: ../src/brasero-data-disc.c:709 +#, c-format +msgid "\"%s\" cannot be added to the selection." +msgstr "" + +#: ../src/brasero-data-disc.c:694 +msgid "It is a recursive symlink" +msgstr "" + +#: ../src/brasero-data-disc.c:712 +msgid "It does not exist at the specified location" +msgstr "" + +#. Translators: %s is the name of the file +#: ../src/brasero-data-disc.c:771 +#, c-format +msgid "Do you want to replace \"%s\"?" +msgstr "" + +#: ../src/brasero-data-disc.c:779 +msgid "" +"A file with this name already exists in the folder. Replacing it will " +"overwrite its contents on the disc to be burnt." +msgstr "" + +#. Translators: Keep means we're keeping the files that already existed +#. * in the project. +#. * Keep is a verb +#: ../src/brasero-data-disc.c:784 +msgid "Always K_eep" +msgstr "" + +#. Translators: Keep means we're keeping the files that already existed +#. * in the project. +#. * Keep is a verb +#: ../src/brasero-data-disc.c:788 +msgid "_Keep" +msgstr "_هێشتنەوە" + +#. Translators: Replace means we're replacing the file that already +#. * existed in the project with a new one with the same name. +#. * Replace is a verb +#. Translators: this is a verb +#: ../src/brasero-data-disc.c:792 ../src/brasero-rename.c:385 +msgid "_Replace" +msgstr "‫‫_جێگۆڕکێ" + +#. Translators: Replace means we're replacing the file that already +#. * existed in the project with a new one with the same name. +#. * Replace is a verb +#: ../src/brasero-data-disc.c:796 +msgid "Al_ways Replace" +msgstr "" + +#. Translators: %s is a string describing the type of medium and the +#. * drive it is in. It's a tooltip. +#: ../src/brasero-data-disc.c:979 +#, c-format +msgid "Import %s" +msgstr "" + +#. Translators: %s is the name of the volume to import. It's a menu +#. * entry and toolbar button (text added later). +#: ../src/brasero-data-disc.c:986 +#, c-format +msgid "I_mport %s" +msgstr "" + +#. Translators: This is a verb. It's a toolbar button. +#: ../src/brasero-data-disc.c:1016 +msgid "I_mport" +msgstr "" + +#. Translators: %s is the name of the volume to import +#: ../src/brasero-data-disc.c:1098 +#, c-format +msgid "Do you want to import the session from \"%s\"?" +msgstr "" + +#: ../src/brasero-data-disc.c:1101 +msgid "" +"That way, old files from previous sessions will be usable after burning." +msgstr "" + +#: ../src/brasero-data-disc.c:1109 +msgid "I_mport Session" +msgstr "" + +#: ../src/brasero-data-disc.c:1111 +msgid "Click here to import its contents" +msgstr "" + +#: ../src/brasero-data-disc.c:1490 +msgid "Please wait while the project is loading." +msgstr "" + +#: ../src/brasero-data-disc.c:1500 +msgid "_Cancel Loading" +msgstr "" + +#: ../src/brasero-data-disc.c:1502 +msgid "Cancel loading current project" +msgstr "" + +#: ../src/brasero-data-disc.c:1903 +msgid "File Renaming" +msgstr "" + +#: ../src/brasero-data-disc.c:1907 +msgid "_Rename" +msgstr "_ناوگۆڕین" + +#: ../src/brasero-data-disc.c:1913 +msgid "Renaming mode" +msgstr "" + +#: ../src/brasero-data-disc.c:2336 ../src/brasero-file-filtered.c:256 +msgid "Files" +msgstr "پەڕگەکان" + +#: ../src/brasero-data-disc.c:2350 ../src/brasero-video-disc.c:1224 +msgid "Size" +msgstr "قەبارە" + +#: ../src/brasero-data-disc.c:2364 +msgid "Description" +msgstr "كورتەیەک" + +#: ../src/brasero-data-disc.c:2380 +msgid "Space" +msgstr "بۆشایی" + +#: ../src/brasero-eject-dialog.c:95 +#, c-format +msgid "The disc in \"%s\" cannot be ejected" +msgstr "" + +#: ../src/brasero-eject-dialog.c:190 +msgid "_Eject" +msgstr "_دەرکردن" + +#: ../src/brasero-eject-dialog.c:205 +msgid "Eject Disc" +msgstr "" + +#: ../src/brasero-file-chooser.c:357 ../src/brasero-project.c:2230 +msgid "Audio files" +msgstr "" + +#: ../src/brasero-file-chooser.c:365 ../src/brasero-project.c:2239 +msgid "Movies" +msgstr "" + +#: ../src/brasero-file-filtered.c:75 ../src/brasero-file-filtered.c:81 +msgid "No file filtered" +msgstr "" + +#: ../src/brasero-file-filtered.c:77 +#, c-format +msgid "Hide the _filtered file list (%d file)" +msgid_plural "Hide the _filtered file list (%d files)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-file-filtered.c:83 +#, c-format +msgid "Show the _filtered file list (%d file)" +msgid_plural "Show the _filtered file list (%d files)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-file-filtered.c:135 +msgid "Filter Options" +msgstr "" + +#: ../src/brasero-file-filtered.c:218 +msgid "" +"Select the files you want to restore and click on the \"Restore\" button" +msgstr "" + +#: ../src/brasero-file-filtered.c:265 +msgid "Type" +msgstr "جۆر" + +#: ../src/brasero-file-filtered.c:292 +msgid "_Restore" +msgstr "_هێنانەوە" + +#: ../src/brasero-file-filtered.c:301 +msgid "Restore the selected files" +msgstr "" + +#: ../src/brasero-file-filtered.c:303 +msgid "_Options…" +msgstr "" + +#: ../src/brasero-file-filtered.c:311 +msgid "Set the options for file filtering" +msgstr "" + +#. filter hidden files +#: ../src/brasero-filter-option.c:65 +msgid "Filter _hidden files" +msgstr "" + +#. replace symlink +#: ../src/brasero-filter-option.c:72 +msgid "Re_place symbolic links" +msgstr "" + +#. filter broken symlink button +#: ../src/brasero-filter-option.c:79 +msgid "Filter _broken symbolic links" +msgstr "" + +#: ../src/brasero-filter-option.c:85 +msgid "Filtering options" +msgstr "" + +#: ../src/brasero-layout.c:104 +msgid "P_review" +msgstr "" + +#. Translators: this is an image, a picture, not a "Disc Image" +#: ../src/brasero-layout.c:106 +msgid "Display video, audio and image preview" +msgstr "" + +#: ../src/brasero-layout.c:110 +msgid "_Show Side Panel" +msgstr "" + +#: ../src/brasero-layout.c:111 +msgid "Show a side pane along the project" +msgstr "" + +#: ../src/brasero-layout.c:125 +msgid "_Horizontal Layout" +msgstr "" + +#: ../src/brasero-layout.c:126 +msgid "Set a horizontal layout" +msgstr "" + +#: ../src/brasero-layout.c:128 +msgid "_Vertical Layout" +msgstr "" + +#: ../src/brasero-layout.c:129 +msgid "Set a vertical layout" +msgstr "" + +#: ../src/brasero-layout.c:1193 +msgid "Click to close the side pane" +msgstr "" + +#: ../src/brasero-multi-song-props.c:89 ../src/brasero-multi-song-props.c:97 +#: ../src/brasero-multi-song-props.c:105 ../src/brasero-multi-song-props.c:123 +#: ../src/brasero-multi-song-props.c:139 ../src/brasero-multi-song-props.c:160 +#: ../src/brasero-multi-song-props.c:173 ../src/brasero-multi-song-props.c:249 +#: ../src/brasero-multi-song-props.c:270 ../src/brasero-multi-song-props.c:291 +#: ../src/brasero-rename.c:90 ../src/brasero-rename.c:321 +msgid "" +msgstr "" + +#: ../src/brasero-multi-song-props.c:126 ../src/brasero-multi-song-props.c:143 +msgid "Remove silences" +msgstr "" + +#: ../src/brasero-multi-song-props.c:211 ../src/brasero-multi-song-props.c:252 +#: ../src/brasero-multi-song-props.c:273 ../src/brasero-song-properties.c:187 +#: ../src/brasero-song-properties.c:199 ../src/brasero-song-properties.c:211 +msgid "" +"This information will be written to the disc using CD-Text technology. It " +"can be read and displayed by some audio CD players." +msgstr "" + +#: ../src/brasero-multi-song-props.c:213 +msgid "Song titles" +msgstr "" + +#: ../src/brasero-multi-song-props.c:230 +msgid "Additional song information" +msgstr "" + +#: ../src/brasero-multi-song-props.c:242 ../src/brasero-song-properties.c:189 +msgid "Artist:" +msgstr "هونەرمەند:" + +#: ../src/brasero-multi-song-props.c:263 ../src/brasero-song-properties.c:201 +msgid "Composer:" +msgstr "" + +#: ../src/brasero-multi-song-props.c:317 ../src/brasero-song-properties.c:247 +msgid "Pause length:" +msgstr "" + +#: ../src/brasero-multi-song-props.c:328 ../src/brasero-song-properties.c:256 +msgid "Gives the length of the pause that should follow the track" +msgstr "" + +#: ../src/brasero-multi-song-props.c:345 ../src/brasero-song-properties.c:287 +msgid "Song Information" +msgstr "" + +#: ../src/brasero-player.c:540 +#, c-format +msgid "%i × %i pixels" +msgstr "%i × %i وێنەخاڵ" + +#. No Preview view +#: ../src/brasero-player.c:845 +msgid "No preview" +msgstr "" + +#: ../src/brasero-playlist.c:390 +#, c-format +msgid "Error parsing playlist \"%s\"." +msgstr "" + +#. Translators: %d is the number of songs +#: ../src/brasero-playlist.c:499 +#, c-format +msgid "%d song" +msgid_plural "%d songs" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-playlist.c:584 +msgid "Select Playlist" +msgstr "" + +#: ../src/brasero-playlist.c:751 +msgid "Playlists" +msgstr "لیستی کارپێکردنەکان" + +#: ../src/brasero-playlist.c:762 +msgid "Number of Songs" +msgstr "" + +#: ../src/brasero-playlist.c:782 +msgid "Genre" +msgstr "" + +#: ../src/brasero-plugin-manager-ui.c:62 +msgid "Plugin" +msgstr "پێوەکراو" + +#: ../src/brasero-plugin-manager-ui.c:63 +msgid "Enabled" +msgstr "چالاككراو" + +#: ../src/brasero-plugin-manager-ui.c:143 +#, c-format +msgid "Copyright %s" +msgstr "" + +#: ../src/brasero-plugin-manager-ui.c:579 +#: ../src/brasero-plugin-manager-ui.c:967 +msgid "_About" +msgstr "_دەربارە" + +#: ../src/brasero-plugin-manager-ui.c:587 +#: ../src/brasero-plugin-manager-ui.c:973 +msgid "C_onfigure" +msgstr "" + +#: ../src/brasero-plugin-manager-ui.c:597 +msgid "A_ctivate" +msgstr "چالاک_کردن" + +#: ../src/brasero-plugin-manager-ui.c:609 +msgid "Ac_tivate All" +msgstr "" + +#: ../src/brasero-plugin-manager-ui.c:614 +msgid "_Deactivate All" +msgstr "" + +#. Use the translated name for the plugin. +#: ../src/brasero-plugin-option.c:258 +#, c-format +msgid "Options for plugin %s" +msgstr "" + +#: ../src/brasero-pref.c:61 +msgid "Brasero Plugins" +msgstr "" + +#: ../src/brasero-project.c:196 +msgid "Save current project" +msgstr "" + +#: ../src/brasero-project.c:197 +msgid "Save _As…" +msgstr "پاشەکەوت _وەک..." + +#: ../src/brasero-project.c:198 +msgid "Save current project to a different location" +msgstr "" + +#: ../src/brasero-project.c:199 +msgid "_Add Files" +msgstr "" + +#: ../src/brasero-project.c:200 +msgid "Add files to the project" +msgstr "" + +#: ../src/brasero-project.c:201 +msgid "_Remove Files" +msgstr "" + +#. Translators: "empty" is a verb here +#: ../src/brasero-project.c:204 ../src/brasero-project.c:2312 +msgid "E_mpty Project" +msgstr "" + +#: ../src/brasero-project.c:205 +msgid "Remove all files from the project" +msgstr "" + +#: ../src/brasero-project.c:206 ../src/brasero-project.c:1086 +msgid "_Burn…" +msgstr "" + +#: ../src/brasero-project.c:207 +msgid "Burn the disc" +msgstr "" + +#: ../src/brasero-project.c:695 +msgid "" +"To add files to this project click the \"Add\" button or drag files to this " +"area" +msgstr "" + +#: ../src/brasero-project.c:697 +msgid "" +"To remove files select them then click on the \"Remove\" button or press " +"\"Delete\" key" +msgstr "" + +#: ../src/brasero-project.c:804 +#, c-format +msgid "Estimated project size: %s" +msgstr "" + +#: ../src/brasero-project.c:950 ../src/brasero-project.c:966 +msgid "The project is too large for the disc even with the overburn option." +msgstr "" + +#: ../src/brasero-project.c:977 +msgid "" +"The project is too large for the disc and you must remove files from it.\n" +"You may want to use this option if you're using 90 or 100 min CD-R(W) which " +"cannot be properly recognized and therefore needs the overburn option.\n" +"Note: This option might cause failure." +msgstr "" + +#: ../src/brasero-project.c:1098 +msgid "Start to burn the contents of the selection" +msgstr "" + +#: ../src/brasero-project.c:1267 +msgid "Please add songs to the project." +msgstr "" + +#: ../src/brasero-project.c:1904 ../src/brasero-project.c:1939 +msgid "Do you really want to create a new project and discard the current one?" +msgstr "" + +#: ../src/brasero-project.c:1909 +msgid "If you choose to create a new empty project, all changes will be lost." +msgstr "" + +#: ../src/brasero-project.c:1912 +msgid "_Discard Changes" +msgstr "" + +#: ../src/brasero-project.c:1920 +msgid "Do you want to discard the file selection or add it to the new project?" +msgstr "" + +#: ../src/brasero-project.c:1925 ../src/brasero-project.c:1944 +msgid "" +"If you choose to create a new empty project, the file selection will be " +"discarded." +msgstr "" + +#: ../src/brasero-project.c:1927 +msgid "_Discard File Selection" +msgstr "" + +#: ../src/brasero-project.c:1931 +msgid "_Keep File Selection" +msgstr "" + +#: ../src/brasero-project.c:1946 +msgid "_Discard Project" +msgstr "" + +#: ../src/brasero-project.c:2188 +msgid "Select Files" +msgstr "" + +#: ../src/brasero-project.c:2301 +msgid "Do you really want to empty the current project?" +msgstr "" + +#: ../src/brasero-project.c:2306 +msgid "" +"Emptying a project will remove all files already added. All the work will be " +"lost. Note that files will not be deleted from their own location, just no " +"longer listed here." +msgstr "" + +#: ../src/brasero-project.c:2368 +msgid "_Save" +msgstr "" + +#: ../src/brasero-project.c:2379 +msgid "_Add" +msgstr "_زیادکردن" + +#: ../src/brasero-project.c:2384 ../src/brasero-split-dialog.c:1249 +msgid "_Remove" +msgstr "ـسڕینەوە" + +#. Translators: %s is the name of the project +#: ../src/brasero-project.c:2448 +#, c-format +msgid "Brasero — %s (Data Disc)" +msgstr "" + +#. Translators: %s is the name of the project +#: ../src/brasero-project.c:2451 +#, c-format +msgid "Brasero — %s (Audio Disc)" +msgstr "" + +#. Translators: %s is the name of the project +#: ../src/brasero-project.c:2454 +#, c-format +msgid "Brasero — %s (Video Disc)" +msgstr "" + +#: ../src/brasero-project.c:2624 ../src/brasero-project.c:2927 +msgid "Your project has not been saved." +msgstr "" + +#: ../src/brasero-project.c:2638 +msgid "Save the changes of current project before closing?" +msgstr "" + +#: ../src/brasero-project.c:2643 ../src/brasero-project.c:2932 +msgid "If you don't save, changes will be permanently lost." +msgstr "" + +#: ../src/brasero-project.c:2647 ../src/brasero-project.c:2653 +#: ../src/brasero-project.c:2935 +msgid "Cl_ose Without Saving" +msgstr "" + +#: ../src/brasero-project.c:2735 +msgid "Save Current Project" +msgstr "" + +#: ../src/brasero-project.c:2753 +msgid "Save project as a Brasero audio project" +msgstr "" + +#: ../src/brasero-project.c:2754 +msgid "Save project as a plain text list" +msgstr "" + +#: ../src/brasero-project.c:2758 +msgid "Save project as a PLS playlist" +msgstr "" + +#: ../src/brasero-project.c:2759 +msgid "Save project as an M3U playlist" +msgstr "" + +#: ../src/brasero-project.c:2760 +msgid "Save project as an XSPF playlist" +msgstr "" + +#: ../src/brasero-project.c:2761 +msgid "Save project as an iriver playlist" +msgstr "" + +#: ../src/brasero-project-manager.c:95 +msgid "_Cover Editor" +msgstr "" + +#: ../src/brasero-project-manager.c:96 +msgid "Design and print covers for CDs" +msgstr "" + +#: ../src/brasero-project-manager.c:97 +msgid "_New Project" +msgstr "" + +#: ../src/brasero-project-manager.c:98 +msgid "Create a new project" +msgstr "" + +#: ../src/brasero-project-manager.c:99 +msgid "_Empty Project" +msgstr "" + +#: ../src/brasero-project-manager.c:100 +msgid "Let you choose your new project" +msgstr "" + +#: ../src/brasero-project-manager.c:101 +msgid "New _Audio Project" +msgstr "" + +#: ../src/brasero-project-manager.c:102 +#: ../src/brasero-project-type-chooser.c:76 +msgid "" +"Create a traditional audio CD that will be playable on computers and stereos" +msgstr "" + +#: ../src/brasero-project-manager.c:103 +msgid "New _Data Project" +msgstr "" + +#: ../src/brasero-project-manager.c:104 +#: ../src/brasero-project-type-chooser.c:81 +msgid "" +"Create a CD/DVD containing any type of data that can only be read on a " +"computer" +msgstr "" + +#: ../src/brasero-project-manager.c:105 +msgid "New _Video Project" +msgstr "" + +#: ../src/brasero-project-manager.c:106 +#: ../src/brasero-project-type-chooser.c:86 +msgid "Create a video DVD or an SVCD that is readable on TV readers" +msgstr "" + +#: ../src/brasero-project-manager.c:107 +msgid "Copy _Disc…" +msgstr "" + +#: ../src/brasero-project-manager.c:108 +#: ../src/brasero-project-type-chooser.c:91 +msgid "" +"Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on " +"another CD/DVD" +msgstr "" + +#: ../src/brasero-project-manager.c:109 +msgid "_Burn Image…" +msgstr "" + +#: ../src/brasero-project-manager.c:110 +#: ../src/brasero-project-type-chooser.c:95 +#: ../src/brasero-project-type-chooser.c:96 +msgid "Burn an existing CD/DVD image to disc" +msgstr "" + +#: ../src/brasero-project-manager.c:112 +msgid "_Open…" +msgstr "_بیکەرەوە..." + +#: ../src/brasero-project-manager.c:113 +msgid "Open a project" +msgstr "" + +#. Translators: the %s is a string representing the total size +#. * of the file selection +#: ../src/brasero-project-manager.c:259 +#, c-format +msgid "%d file selected (%s)" +msgid_plural "%d files selected (%s)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-project-manager.c:270 +#, c-format +msgid "%d file is supported (%s)" +msgid_plural "%d files are supported (%s)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-project-manager.c:276 +#, c-format +msgid "%d file can be added (%s)" +msgid_plural "%d selected files can be added (%s)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-project-manager.c:287 +#, c-format +msgid "No file can be added (%i selected file)" +msgid_plural "No file can be added (%i selected files)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-project-manager.c:293 +#, c-format +msgid "No file is supported (%i selected file)" +msgid_plural "No file is supported (%i selected files)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-project-manager.c:299 ../src/brasero-project-manager.c:453 +msgid "No file selected" +msgstr "" + +#: ../src/brasero-project-manager.c:590 +msgid "Brasero — New Audio Disc Project" +msgstr "" + +#: ../src/brasero-project-manager.c:604 +msgid "Brasero — New Data Disc Project" +msgstr "" + +#: ../src/brasero-project-manager.c:618 +msgid "Brasero — New Video Disc Project" +msgstr "" + +#: ../src/brasero-project-manager.c:628 +msgid "Brasero — New Image File" +msgstr "" + +#: ../src/brasero-project-manager.c:643 +msgid "Brasero — Disc Copy" +msgstr "" + +#: ../src/brasero-project-manager.c:727 +msgid "Open Project" +msgstr "" + +#: ../src/brasero-project-manager.c:830 +msgid "_New" +msgstr "_نوێ" + +#: ../src/brasero-project-manager.c:834 +msgid "_Open" +msgstr "_کردنەوە" + +#: ../src/brasero-project-manager.c:885 +msgid "Browse the file system" +msgstr "" + +#: ../src/brasero-project-manager.c:907 +msgid "Display playlists and their contents" +msgstr "" + +#. Translators: this is a picture not +#. * a disc image +#: ../src/brasero-project-name.c:83 +msgctxt "picture" +msgid "Please select another image." +msgstr "" + +#. NOTE to translators: the final string must not be over +#. * 32 _bytes_. +#. * The %s is the date +#: ../src/brasero-project-name.c:269 +#, c-format +msgid "Video disc (%s)" +msgstr "" + +#: ../src/brasero-project-parse.c:62 +msgid "Error while loading the project." +msgstr "" + +#: ../src/brasero-project-parse.c:454 +msgid "The project could not be opened" +msgstr "" + +#: ../src/brasero-project-parse.c:463 +msgid "The file is empty" +msgstr "" + +#: ../src/brasero-project-parse.c:542 ../src/brasero-project-parse.c:607 +msgid "It does not seem to be a valid Brasero project" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:74 +msgid "Audi_o project" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:75 +msgid "Create a traditional audio CD" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:79 +msgid "D_ata project" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:80 +msgid "Create a data CD/DVD" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:84 +msgid "_Video project" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:85 +msgid "Create a video DVD or an SVCD" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:89 +msgid "Disc _copy" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:90 +msgid "Create 1:1 copy of a CD/DVD" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:94 +msgid "Burn _image" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:292 +msgid "Last _Unsaved Project" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:308 +msgid "Load the last project that was not burned and not saved" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:414 +msgid "No recently used project" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:463 +msgid "Create a new project:" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:509 +msgid "Recent projects:" +msgstr "" + +#: ../src/brasero-rename.c:322 +msgid "Insert text" +msgstr "" + +#: ../src/brasero-rename.c:323 +msgid "Delete text" +msgstr "" + +#: ../src/brasero-rename.c:324 +msgid "Substitute text" +msgstr "" + +#: ../src/brasero-rename.c:325 +msgid "Number files according to a pattern" +msgstr "" + +#: ../src/brasero-rename.c:326 +msgid "Insert number sequence at beginning" +msgstr "" + +#. Translators: This is a verb. This is completed later +#: ../src/brasero-rename.c:341 +msgid "Insert" +msgstr "تێخستن" + +#. Translators: This finishes previous action "Insert". It goes like +#. * this: "Insert" [Entry] "at the beginning". +#: ../src/brasero-rename.c:355 +msgid "at the beginning" +msgstr "" + +#. Translators: This finishes previous action "Insert". It goes like +#. * this: "Insert" [Entry] "at the end". +#: ../src/brasero-rename.c:359 +msgid "at the end" +msgstr "" + +#: ../src/brasero-rename.c:370 +msgid "Delete every occurrence of" +msgstr "" + +#. Reminder: if this string happens to be used somewhere else in brasero +#. * we'll need a context with C_() macro +#. Translators: this goes with above verb to say "_Replace" [Entry] +#. * "with" [Entry]. +#: ../src/brasero-rename.c:400 +msgid "with" +msgstr "" + +#: ../src/brasero-rename.c:414 +msgid "Rename to" +msgstr "ناونانەوە بە" + +#: ../src/brasero-rename.c:423 +msgid "{number}" +msgstr "" + +#. * +#. * Translators: this is the position being played in a stream. The +#. * first %s is the position and the second %s is the whole length of +#. * the stream. I chose to make that translatable in case some languages +#. * don't allow the "/" +#: ../src/brasero-song-control.c:99 +#, c-format +msgid "%s / %s" +msgstr "%s / %s" + +#: ../src/brasero-song-control.c:527 +msgid "No file" +msgstr "" + +#: ../src/brasero-song-control.c:562 +msgid "Start and stop playing" +msgstr "" + +#: ../src/brasero-song-properties.c:177 +msgid "Title:" +msgstr "ناونیشان:" + +#: ../src/brasero-song-properties.c:235 +msgid "Song start:" +msgstr "" + +#: ../src/brasero-song-properties.c:241 +msgid "Song end:" +msgstr "" + +#: ../src/brasero-song-properties.c:258 +msgid "Track length:" +msgstr "" + +#: ../src/brasero-song-properties.c:372 +#, c-format +msgid "Song information for track %02i" +msgstr "" + +#: ../src/brasero-split-dialog.c:166 +msgid "Do you really want to split the track?" +msgstr "" + +#: ../src/brasero-split-dialog.c:169 +msgid "" +"If you split the track, the size of the new track will be shorter than 6 " +"seconds and will be padded." +msgstr "" + +#: ../src/brasero-split-dialog.c:175 ../src/brasero-split-dialog.c:746 +msgid "_Split" +msgstr "_جیاکردنەوە" + +#: ../src/brasero-split-dialog.c:603 +msgid "The track wasn't split." +msgstr "" + +#: ../src/brasero-split-dialog.c:604 +msgid "No silence could be detected" +msgstr "" + +#: ../src/brasero-split-dialog.c:627 +msgid "An error occurred while detecting silences." +msgstr "" + +#: ../src/brasero-split-dialog.c:706 +msgid "This will remove all previous results." +msgstr "" + +#: ../src/brasero-split-dialog.c:744 +msgid "Do you really want to carry on with automatic splitting?" +msgstr "" + +#: ../src/brasero-split-dialog.c:745 +msgid "_Don't split" +msgstr "" + +#: ../src/brasero-split-dialog.c:962 +msgid "Do you really want to empty the slices preview?" +msgstr "" + +#: ../src/brasero-split-dialog.c:964 ../src/brasero-split-dialog.c:1263 +msgid "Re_move All" +msgstr "" + +#: ../src/brasero-split-dialog.c:1049 +msgid "Split Track" +msgstr "" + +#: ../src/brasero-split-dialog.c:1066 +msgid "M_ethod:" +msgstr "" + +#: ../src/brasero-split-dialog.c:1072 +msgid "Method to be used to split the track" +msgstr "" + +#: ../src/brasero-split-dialog.c:1075 +msgid "Split track manually" +msgstr "" + +#: ../src/brasero-split-dialog.c:1076 +msgid "Split track in parts with a fixed length" +msgstr "" + +#: ../src/brasero-split-dialog.c:1077 +msgid "Split track in a fixed number of parts" +msgstr "" + +#: ../src/brasero-split-dialog.c:1078 +msgid "Split track for each silence" +msgstr "" + +#: ../src/brasero-split-dialog.c:1084 +msgid "_Slice" +msgstr "" + +#: ../src/brasero-split-dialog.c:1095 +msgid "Add a splitting point" +msgstr "" + +#. Translators: this goes with the next (= "seconds") +#: ../src/brasero-split-dialog.c:1112 +msgid "Split this track every" +msgstr "" + +#. Translators: this goes with the previous (= "Split track every") +#: ../src/brasero-split-dialog.c:1121 +msgid "seconds" +msgstr "چرکه‌" + +#. Translators: this goes with the next (= "parts") +#: ../src/brasero-split-dialog.c:1130 +msgid "Split this track in" +msgstr "" + +#. Translators: this goes with the previous (= "Split this track in") +#: ../src/brasero-split-dialog.c:1139 +msgid "parts" +msgstr "" + +#: ../src/brasero-split-dialog.c:1147 +msgid "Slicing Method" +msgstr "" + +#: ../src/brasero-split-dialog.c:1205 +msgid "Start" +msgstr "دەستپێکردن" + +#: ../src/brasero-split-dialog.c:1212 +msgid "End" +msgstr "کۆتایی" + +#: ../src/brasero-split-dialog.c:1235 +msgid "Mer_ge" +msgstr "" + +#: ../src/brasero-split-dialog.c:1246 +msgid "Merge a selected slice with the next selected one" +msgstr "" + +#: ../src/brasero-split-dialog.c:1260 +msgid "Remove the selected slices" +msgstr "" + +#: ../src/brasero-split-dialog.c:1274 +msgid "Clear the slices preview" +msgstr "" + +#: ../src/brasero-split-dialog.c:1284 +msgid "_List of slices that are to be created:" +msgstr "" + +#: ../src/brasero-split-dialog.c:1292 +msgid "Slices Preview" +msgstr "" + +#: ../src/brasero-time-button.c:287 +msgid "Hours" +msgstr "کاژێر" + +#. Translators: separating hours and minutes +#. Translators: separating minutes and seconds +#. Translators: separating seconds and frames +#: ../src/brasero-time-button.c:292 ../src/brasero-time-button.c:302 +#: ../src/brasero-time-button.c:312 +msgid ":" +msgstr "" + +#: ../src/brasero-time-button.c:297 +msgid "Minutes" +msgstr "خولەک" + +#: ../src/brasero-time-button.c:307 +msgid "Seconds" +msgstr "چرکە" + +#: ../src/brasero-time-button.c:317 +msgid "Frames (1 second = 75 frames)" +msgstr "" + +#: ../src/brasero-video-disc.c:101 +msgid "Open the selected video" +msgstr "" + +#: ../src/brasero-video-disc.c:103 +msgid "Edit the video information (start, end, author, etc.)" +msgstr "" + +#: ../src/brasero-video-disc.c:105 +msgid "Remove the selected videos from the project" +msgstr "" + +#: ../src/brasero-video-disc.c:359 +msgid "Do you want to search for video files inside the directory?" +msgstr "" + +#: ../src/brasero-video-disc.c:369 +msgid "_Search Directory" +msgstr "" + +#: ../src/brasero-video-disc.c:412 +#, c-format +msgid "\"%s\" does not have a suitable type for video projects." +msgstr "" + +#: ../src/brasero-video-disc.c:415 +msgid "Please only add files with video content" +msgstr "" + +#: ../src/eggdesktopfile.c:165 +#, c-format +msgid "File is not a valid .desktop file" +msgstr "" + +#: ../src/eggdesktopfile.c:188 +#, c-format +msgid "Unrecognized desktop file Version '%s'" +msgstr "" + +#: ../src/eggdesktopfile.c:968 +#, c-format +msgid "Starting %s" +msgstr "" + +#: ../src/eggdesktopfile.c:1110 +#, c-format +msgid "Application does not accept documents on command line" +msgstr "" + +#: ../src/eggdesktopfile.c:1178 +#, c-format +msgid "Unrecognized launch option: %d" +msgstr "" + +#: ../src/eggdesktopfile.c:1383 +#, c-format +msgid "Can't pass document URIs to a 'Type=Link' desktop entry" +msgstr "" + +#: ../src/eggdesktopfile.c:1404 +#, c-format +msgid "Not a launchable item" +msgstr "" + +#: ../src/eggsmclient.c:226 +msgid "Disable connection to session manager" +msgstr "" + +#: ../src/eggsmclient.c:229 +msgid "Specify file containing saved configuration" +msgstr "" + +#: ../src/eggsmclient.c:229 +msgid "FILE" +msgstr "پەڕگە" + +#: ../src/eggsmclient.c:232 +msgid "Specify session management ID" +msgstr "" + +#: ../src/eggsmclient.c:232 +msgid "ID" +msgstr "ناسنامە" + +#: ../src/eggsmclient.c:253 +msgid "Session management options:" +msgstr "" + +#: ../src/eggsmclient.c:254 +msgid "Show session management options" +msgstr "" + +#: ../src/main.c:85 +msgid "[URI] [URI] …" +msgstr "" + +#: ../src/main.c:97 +#, c-format +msgid "Please type \"%s --help\" to see all available options\n" +msgstr "" diff -Nru brasero-3.12.2/po/da.po brasero-3.12.3/po/da.po --- brasero-3.12.2/po/da.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/da.po 2021-09-16 14:27:35.000000000 +0000 @@ -1,11 +1,11 @@ # Danish translation of brasero. -# Copyright (C) 2006-10 Free Software Foundation, Inc. +# Copyright (C) 2006-10, 2017 Free Software Foundation, Inc. # This file is distributed under the same license as the brasero package. # Peter Bach , 2008. # Mads Lundby , 2009. # Kris Thomsen , 2010-2013. # Kenneth Nielsen , 2014. -# +# Ask Hjorth Larsen , 2017. # # Konventioner: # blank (v.) = slet @@ -18,17 +18,16 @@ msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: " -"http://bugzilla.gnome.org/enter_bug.cgi?product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-08-31 17:29+0000\n" -"PO-Revision-Date: 2017-03-25 17:33+0100\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2019-03-05 16:51+0000\n" +"PO-Revision-Date: 2019-03-05 17:43+0100\n" "Last-Translator: Kenneth Nielsen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -81,10 +80,14 @@ msgstr "Brænd en aftryksfil" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Kopiér en disk" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Opret et nyt lydprojekt" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Opret et nyt videoprojekt" @@ -155,50 +158,50 @@ #: ../data/org.gnome.brasero.gschema.xml.h:12 msgid "Enable the \"-immed\" flag with cdrecord" -msgstr "Aktivér \"-immed\"-flaget med cdrecord" +msgstr "Aktivér “-immed”-flaget med cdrecord" #: ../data/org.gnome.brasero.gschema.xml.h:13 msgid "" "Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to " "true) as it's only a workaround for some drives/setups." msgstr "" -"Hvorvidt \"-immed\"-flaget med cdrecord skal bruges. Brug med forsigtighed " +"Hvorvidt “-immed”-flaget med cdrecord skal bruges. Brug med forsigtighed " "(sat til sand), da det kun er en alternativ løsning for visse " "drev/opsætninger." #: ../data/org.gnome.brasero.gschema.xml.h:14 msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs" -msgstr "Hvorvidt \"-use-the-force-luke=dao\"-flaget skal bruges med growisofs" +msgstr "Hvorvidt “-use-the-force-luke=dao”-flaget skal bruges med growisofs" #: ../data/org.gnome.brasero.gschema.xml.h:15 msgid "" "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to " "false, brasero won't use it; it may be a workaround for some drives/setups." msgstr "" -"Hvorvidt \"-use-the-force-luke=dao\"-flaget skal bruges med growisofs. Hvis " +"Hvorvidt “-use-the-force-luke=dao”-flaget skal bruges med growisofs. Hvis " "sat til falsk, så vil Brasero ikke bruge det; det kan være en alternativ " "løsning for visse drev/opsætninger." #: ../data/org.gnome.brasero.gschema.xml.h:16 msgid "Used in conjunction with the \"-immed\" flag with cdrecord" -msgstr "Bruges sammen med \"-immed\"-flaget med cdrecord" +msgstr "Bruges sammen med “-immed”-flaget med cdrecord" #: ../data/org.gnome.brasero.gschema.xml.h:17 msgid "Used in conjunction with the \"-immed\" flag with cdrecord." -msgstr "Bruges sammen med \"-immed\"-flaget med cdrecord." +msgstr "Bruges sammen med “-immed”-flaget med cdrecord." #: ../data/org.gnome.brasero.gschema.xml.h:18 msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao" -msgstr "Hvorvidt \"--driver generic-mmc-raw\"-flaget skal bruges med cdrdao" +msgstr "Hvorvidt “--driver generic-mmc-raw”-flaget skal bruges med cdrdao" #: ../data/org.gnome.brasero.gschema.xml.h:19 msgid "" "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to " "True, brasero will use it; it may be a workaround for some drives/setups." msgstr "" -"Hvorvidt \"--driver generic-mmc-raw\"-flaget skal bruges med cdrdao. Hvis " -"sat til sand, så vil Brasero bruge det; det kan være en alternativ løsning " -"for visse drev/opsætninger." +"Hvorvidt “--driver generic-mmc-raw”-flaget skal bruges med cdrdao. Hvis sat " +"til sand, så vil Brasero bruge det; det kan være en alternativ løsning for " +"visse drev/opsætninger." #: ../data/org.gnome.brasero.gschema.xml.h:20 msgid "The last browsed folder while looking for images to burn" @@ -368,7 +371,7 @@ #: ../libbrasero-burn/brasero-burn.c:409 #, c-format msgid "\"%s\" cannot be unlocked" -msgstr "\"%s\" kan ikke låses op" +msgstr "“%s” kan ikke låses op" #: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 #: ../libbrasero-burn/brasero-burn.c:761 @@ -742,42 +745,42 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:650 #, c-format msgid "\"%s\" is busy." -msgstr "\"%s\" er optaget." +msgstr "“%s” er optaget." #: ../libbrasero-burn/brasero-burn-dialog.c:654 #, c-format msgid "There is no disc in \"%s\"." -msgstr "Der er ingen disk i \"%s\"." +msgstr "Der er ingen disk i “%s”." #: ../libbrasero-burn/brasero-burn-dialog.c:658 #, c-format msgid "The disc in \"%s\" is not supported." -msgstr "Disken i \"%s\" er ikke understøttet." +msgstr "Disken i “%s” er ikke understøttet." #: ../libbrasero-burn/brasero-burn-dialog.c:662 #, c-format msgid "The disc in \"%s\" is not rewritable." -msgstr "Disken i \"%s\" er ikke genskrivbar." +msgstr "Disken i “%s” er ikke genskrivbar." #: ../libbrasero-burn/brasero-burn-dialog.c:666 #, c-format msgid "The disc in \"%s\" is empty." -msgstr "Disken i \"%s\" er tom." +msgstr "Disken i “%s” er tom." #: ../libbrasero-burn/brasero-burn-dialog.c:670 #, c-format msgid "The disc in \"%s\" is not writable." -msgstr "Disken i \"%s\" er ikke skrivbar." +msgstr "Disken i “%s” er ikke skrivbar." #: ../libbrasero-burn/brasero-burn-dialog.c:674 #, c-format msgid "Not enough space available on the disc in \"%s\"." -msgstr "Ikke tilstrækkelig plads tilgængelig på disken i \"%s\"." +msgstr "Ikke tilstrækkelig plads tilgængelig på disken i “%s”." #: ../libbrasero-burn/brasero-burn-dialog.c:682 #, c-format msgid "The disc in \"%s\" needs to be reloaded." -msgstr "Disken i \"%s\" har behov for at blive genindlæst." +msgstr "Disken i “%s” har behov for at blive genindlæst." #: ../libbrasero-burn/brasero-burn-dialog.c:683 msgid "Please eject the disc and reload it." @@ -912,7 +915,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1037 #, c-format msgid "Please eject the disc from \"%s\" manually." -msgstr "Skub disken ud fra \"%s\" manuelt." +msgstr "Skub disken ud fra “%s” manuelt." #: ../libbrasero-burn/brasero-burn-dialog.c:1046 msgid "" @@ -1036,7 +1039,7 @@ "not want to burn another copy, press \"Cancel\"." msgstr "" "En anden kopi vil blive påbegyndt, så snart du har indsat en ny skrivbar " -"disk. Hvis du ikke vil påbegynde en ny kopi, så tryk \"Annullér\"." +"disk. Hvis du ikke vil påbegynde en ny kopi, så tryk “Annullér”." #: ../libbrasero-burn/brasero-burn-dialog.c:1963 msgid "Make _More Copies" @@ -1277,7 +1280,7 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned." msgstr "" -"Der er kun valgt én fil(\"%s\"). Denne fil er et aftryk af en disk, og dens " +"Der er kun valgt én fil(“%s”). Denne fil er et aftryk af en disk, og dens " "indhold kan brændes." #: ../libbrasero-burn/brasero-burn-options.c:809 @@ -1332,7 +1335,7 @@ #: ../libbrasero-burn/brasero-data-vfs.c:218 #, c-format msgid "\"%s\" cannot be read" -msgstr "\"%s\" kan ikke læses" +msgstr "“%s” kan ikke læses" #: ../libbrasero-burn/brasero-dest-selection.c:605 #: ../libbrasero-burn/brasero-image-type-chooser.c:133 @@ -1354,7 +1357,7 @@ #: ../libbrasero-burn/brasero-dest-selection.c:623 #, c-format msgid "%s: \"%s\"" -msgstr "%s: \"%s\"" +msgstr "%s: “%s”" #. Translators: this string is only used when the user #. * wants to copy a disc using the same destination and @@ -1605,20 +1608,20 @@ #: ../libbrasero-burn/brasero-src-image.c:229 #, c-format msgid "\"%s\": loading" -msgstr "\"%s\": indlæser" +msgstr "“%s”: indlæser" #. Translators: %s is a path and image refers to a disc image #: ../libbrasero-burn/brasero-src-image.c:236 #, c-format msgid "\"%s\": unknown disc image type" -msgstr "\"%s\": ukendt type diskaftryk" +msgstr "“%s”: ukendt type diskaftryk" #. NOTE to translators, the first %s is the path of the image #. * file and the second its size. #: ../libbrasero-burn/brasero-src-image.c:258 #, c-format msgid "\"%s\": %s" -msgstr "\"%s\": %s" +msgstr "“%s”: %s" #. This is hackish and meant to avoid ellipsization to make the #. * label too small. @@ -1657,7 +1660,7 @@ #: ../src/brasero-data-disc.c:870 #, c-format msgid "Do you really want to add \"%s\" to the selection?" -msgstr "Er du sikker på at du vil tilføje \"\"%s\" til udvalget?" +msgstr "Er du sikker på at du vil tilføje “%s” til udvalget?" #: ../libbrasero-burn/brasero-status-dialog.c:228 #: ../src/brasero-data-disc.c:879 @@ -1691,7 +1694,7 @@ "Do you really want to add \"%s\" to the selection and use the third version " "of the ISO9660 standard to support it?" msgstr "" -"Er du sikker på, at du vil tilføje \"%s\" til udvalget og bruge den tredje " +"Er du sikker på, at du vil tilføje “%s” til udvalget og bruge den tredje " "version af ISO9660-standarden til at understøtte den?" #: ../libbrasero-burn/brasero-status-dialog.c:290 @@ -1787,7 +1790,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:397 #, c-format msgid "\"%s\" is not a valid URI" -msgstr "\"%s\" er ikke en gyldig URI" +msgstr "“%s” er ikke en gyldig URI" #: ../libbrasero-burn/brasero-sum-dialog.c:515 msgid "No MD5 file was given." @@ -1886,13 +1889,13 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:2552 #, c-format msgid "\"%s\" is a recursive symbolic link." -msgstr "\"%s\" er et rekursivt symbolsk link." +msgstr "“%s” er et rekursivt symbolsk link." #. Translators: %s is the path of a drive #: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 #, c-format msgid "\"%s\" cannot be found." -msgstr "\"%s\" kan ikke findes." +msgstr "“%s” kan ikke findes." #: ../libbrasero-burn/brasero-track-image-cfg.c:451 msgid "Retrieving image format and size" @@ -1911,7 +1914,7 @@ #: ../libbrasero-burn/brasero-track-stream-cfg.c:90 #, c-format msgid "\"%s\" was removed from the file system." -msgstr "\"%s\" blev fjernet fra filsystemet." +msgstr "“%s” blev fjernet fra filsystemet." #: ../libbrasero-burn/brasero-track-stream-cfg.c:129 #: ../src/brasero-audio-disc.c:754 ../src/brasero-video-disc.c:365 @@ -1929,7 +1932,7 @@ #: ../libbrasero-burn/brasero-track-stream-cfg.c:174 #, c-format msgid "\"%s\" is not suitable for audio or video media" -msgstr "\"%s\" er ikke egnet til lyd- eller videomedie" +msgstr "“%s” er ikke egnet til lyd- eller videomedie" #: ../libbrasero-burn/brasero-track-stream-cfg.c:401 msgid "Analysing video files" @@ -2067,7 +2070,7 @@ #: ../libbrasero-burn/burn-job.c:1119 #, c-format msgid "\"%s\" did not behave properly" -msgstr "\"%s\" fungerede ikke korrekt" +msgstr "“%s” fungerede ikke korrekt" #. Translators: the first %s is the size of the free space on the medium #. * and the second %s is the size of the space required by the data to be @@ -2096,7 +2099,7 @@ "Den placering, du valgte til at gemme det midlertidige aftryk, har ikke " "tilstrækkelig fri plads til at lagre diskaftrykket (%ld MiB kræves)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Volumens størrelse kunne ikke hentes" @@ -2132,36 +2135,36 @@ #: ../libbrasero-burn/burn-plugin.c:647 #, c-format msgid "\"%s\" could not be found in the path" -msgstr "\"%s\" kunne ikke findes i stien" +msgstr "“%s” kunne ikke findes i stien" #: ../libbrasero-burn/burn-plugin.c:651 #, c-format msgid "\"%s\" GStreamer plugin could not be found" -msgstr "Udvidelsesmodulet til GStreamer \"%s\" kunne ikke findes" +msgstr "Udvidelsesmodulet til GStreamer “%s” kunne ikke findes" #: ../libbrasero-burn/burn-plugin.c:655 ../libbrasero-burn/burn-plugin.c:667 #, c-format msgid "The version of \"%s\" is too old" -msgstr "Denne version af \"%s\" er for gammel" +msgstr "Denne version af “%s” er for gammel" # bruger vi stadig symbolsk henvisning eller går vi over til symbolsk link? #: ../libbrasero-burn/burn-plugin.c:659 #, c-format msgid "\"%s\" is a symbolic link pointing to another program" -msgstr "\"%s\" er et symbolsk link, der henviser til et andet program" +msgstr "“%s” er et symbolsk link, der henviser til et andet program" #. Translators: %s is a filename #: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 #: ../plugins/growisofs/burn-growisofs.c:509 #, c-format msgid "\"%s\" could not be found" -msgstr "\"%s\" kan ikke findes" +msgstr "“%s” kan ikke findes" #. Translators: %s is the name of the brasero element #: ../libbrasero-burn/burn-process.c:259 #, c-format msgid "Process \"%s\" ended with an error code (%i)" -msgstr "Proces \"%s\" afsluttede med en fejlkode (%i)" +msgstr "Proces “%s” afsluttede med en fejlkode (%i)" #. Translators: This is a fake drive, a file, and means that #. * when we're writing, we're writing to a file and create an @@ -2602,7 +2605,7 @@ #: ../libbrasero-utils/brasero-metadata.c:1126 ../src/brasero-audio-disc.c:643 #, c-format msgid "\"%s\" could not be handled by GStreamer." -msgstr "\"%s\" kunne ikke håndteres af GStreamer." +msgstr "“%s” kunne ikke håndteres af GStreamer." #. Translators: %s is the name of the object (as in #. * GObject) from the Gstreamer library that could @@ -2708,7 +2711,7 @@ msgstr "Skriv til disk" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "Skriv indhold til en cd eller dvd" @@ -2717,7 +2720,7 @@ msgstr "Kopiér disk" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" msgstr "_Skriv til disk …" @@ -2759,7 +2762,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2805,7 +2808,7 @@ #: ../plugins/cdrdao/burn-cdrdao.c:762 msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" -msgstr "Aktivér \"--driver generic-mmc-raw\"-flaget (se cdrdao manual)" +msgstr "Aktivér “--driver generic-mmc-raw”-flaget (se cdrdao manual)" #: ../plugins/cdrkit/burn-cdrkit.h:38 msgid "cdrkit burning suite" @@ -2908,7 +2911,7 @@ #: ../plugins/cdrkit/burn-wodim.c:1413 msgid "Enable the \"-immed\" flag (see wodim manual)" -msgstr "Aktiver \"-immed\"-flaget (se wodims manual)" +msgstr "Aktiver “-immed”-flaget (se wodims manual)" #: ../plugins/cdrkit/burn-wodim.c:1416 msgid "Minimum drive buffer fill ratio (in %) (see wodim manual):" @@ -2935,7 +2938,7 @@ #: ../plugins/cdrtools/burn-cdrecord.c:1416 msgid "Enable the \"-immed\" flag (see cdrecord manual)" -msgstr "Aktivér \"-immed\"-flaget (se cdrecords manual)" +msgstr "Aktivér “-immed”-flaget (se cdrecords manual)" #: ../plugins/cdrtools/burn-cdrecord.c:1419 #, c-format @@ -2954,7 +2957,7 @@ #: ../plugins/checksum/burn-checksum-files.c:589 #, c-format msgid "File \"%s\" could not be opened (%s)" -msgstr "Filen \"%s\" kunne ikke åbnes (%s)" +msgstr "Filen “%s” kunne ikke åbnes (%s)" #: ../plugins/checksum/burn-checksum-files.c:617 msgid "Creating checksum for image files" @@ -2973,7 +2976,7 @@ #: ../plugins/checksum/burn-checksum-files.c:1012 #, c-format msgid "File \"%s\" could not be opened" -msgstr "Filen \"%s\" kunne ikke åbnes" +msgstr "Filen “%s” kunne ikke åbnes" #: ../plugins/checksum/burn-checksum-files.c:1085 #: ../plugins/checksum/burn-checksum-files.c:1206 @@ -3021,7 +3024,7 @@ #: ../plugins/libburnia/burn-libburn.c:679 #, c-format msgid "\"%s\" could not be opened (%s)" -msgstr "\"%s\" kunne ikke åbnes (%s)" +msgstr "“%s” kunne ikke åbnes (%s)" #: ../plugins/checksum/burn-checksum-image.c:359 #: ../plugins/checksum/burn-checksum-image.c:456 @@ -3051,7 +3054,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3062,30 +3065,29 @@ msgstr "" "Fejl under hentning af krypteringsnøgle. Du kan muligvis løse et sådant " "problem med én af følgende metoder: I en terminal kan du enten angive den " -"rette dvd-regionskode for din cd-/dvd-afspiller med kommandoen \"regionset " -"%s\" eller køre kommandoen \"DVDCSS_METHOD=title brasero " -"--no-existing-session\"" +"rette dvd-regionskode for din cd-/dvd-afspiller med kommandoen “regionset " +"%s” eller køre kommandoen “DVDCSS_METHOD=title brasero --no-existing-session”" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Henter dvd-nøgler" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Video-dvd kunne ikke åbnes" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Fejl ved læsning af video-dvd (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Kopierer video-dvd" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Kopierer css-krypterede video-dvd'er til et diskaftryk" @@ -3152,26 +3154,27 @@ #: ../plugins/libburnia/burn-libisofs.c:684 #, c-format msgid "No parent could be found in the tree for the path \"%s\"" -msgstr "Ingen overmappe kunne findes i træet for stien \"%s\"" +msgstr "Ingen overmappe kunne findes i træet for stien “%s”" #: ../plugins/libburnia/burn-libisofs.c:744 #: ../plugins/libburnia/burn-libisofs.c:811 #, c-format msgid "libisofs reported an error while creating directory \"%s\"" -msgstr "libisofs rapporterede en fejl under oprettelse af mappe \"%s\"" +msgstr "libisofs rapporterede en fejl under oprettelse af mappe “%s”" #: ../plugins/libburnia/burn-libisofs.c:759 #, c-format msgid "" "libisofs reported an error while adding contents to directory \"%s\" (%x)" -msgstr "libisofs rapporterede en fejl under tilføjelse af indhold til mappen \"%s\" (%x)" +msgstr "" +"libisofs rapporterede en fejl under tilføjelse af indhold til mappen “%s” " +"(%x)" #: ../plugins/libburnia/burn-libisofs.c:782 #: ../plugins/libburnia/burn-libisofs.c:798 #, c-format msgid "libisofs reported an error while adding file at path \"%s\"" -msgstr "" -"libisofs rapporterede en fejl under tilføjelse af fil med stien \"%s\"" +msgstr "libisofs rapporterede en fejl under tilføjelse af fil med stien “%s”" #: ../plugins/local-track/burn-local-image.c:260 msgid "Copying checksum file" @@ -3203,7 +3206,7 @@ msgid "" "Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" msgstr "" -"Tillader brænding af filer, som er tilføjet til \"cd/dvd-brændingsmappen\" i " +"Tillader brænding af filer, som er tilføjet til “cd/dvd-brændingsmappen” i " "Nautilus" #. Translators: This message is sent @@ -3255,12 +3258,12 @@ #: ../plugins/transcode/burn-transcode.c:1462 #, c-format msgid "Analysing \"%s\"" -msgstr "Analyserer \"%s\"" +msgstr "Analyserer “%s”" #: ../plugins/transcode/burn-transcode.c:1499 #, c-format msgid "Transcoding \"%s\"" -msgstr "Omkoder \"%s\"" +msgstr "Omkoder “%s”" #: ../plugins/transcode/burn-transcode.c:1736 msgid "Converts any song file into a format suitable for audio CDs" @@ -3421,13 +3424,14 @@ "Mads Lundby \n" "Peter Bach \n" "\n" -"Dansk-gruppen \n" -"Mere info: http://www.dansk-gruppen.dk" +"Dansk-gruppen\n" +"Websted http://dansk-gruppen.dk\n" +"E-mail " #: ../src/brasero-app.c:1449 #, c-format msgid "The project \"%s\" does not exist" -msgstr "Projektet \"%s\" eksisterer ikke" +msgstr "Projektet “%s” eksisterer ikke" #: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 msgid "_Recent Projects" @@ -3525,7 +3529,7 @@ #: ../src/brasero-audio-disc.c:662 #, c-format msgid "Do you want to add \"%s\", which is a video file?" -msgstr "Vil du tilføje \"%s\", som er en videofil?" +msgstr "Vil du tilføje “%s”, som er en videofil?" #: ../src/brasero-audio-disc.c:671 msgid "" @@ -3552,7 +3556,7 @@ #: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 #, c-format msgid "\"%s\" could not be opened." -msgstr "\"%s\" kunne ikke åbnes." +msgstr "“%s” kunne ikke åbnes." #: ../src/brasero-audio-disc.c:857 msgid "Do you want to create an audio CD with DTS tracks?" @@ -3708,7 +3712,7 @@ #: ../src/brasero-cli.c:204 #, c-format msgid "\"%s\" cannot write." -msgstr "\"%s\" kan ikke skrive." +msgstr "“%s” kan ikke skrive." #: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 msgid "Wrong command line option." @@ -3769,7 +3773,7 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned" msgstr "" -"Der er kun valgt én fil(\"%s\"). Denne fil er et aftryk af en disk, og dens " +"Der er kun valgt én fil(“%s”). Denne fil er et aftryk af en disk, og dens " "indhold kan brændes" #: ../src/brasero-data-disc.c:625 @@ -3784,7 +3788,7 @@ #: ../src/brasero-data-disc.c:709 #, c-format msgid "\"%s\" cannot be added to the selection." -msgstr "\"%s\" kan ikke tilføjes til udvalget." +msgstr "“%s” kan ikke tilføjes til udvalget." #: ../src/brasero-data-disc.c:694 msgid "It is a recursive symlink" @@ -3798,7 +3802,7 @@ #: ../src/brasero-data-disc.c:771 #, c-format msgid "Do you want to replace \"%s\"?" -msgstr "Ønsker du at erstatte \"%s\"?" +msgstr "Ønsker du at erstatte “%s”?" #: ../src/brasero-data-disc.c:779 msgid "" @@ -3860,7 +3864,7 @@ #: ../src/brasero-data-disc.c:1098 #, c-format msgid "Do you want to import the session from \"%s\"?" -msgstr "Vil du importere sessionen fra \"%s\"?" +msgstr "Vil du importere sessionen fra “%s”?" #: ../src/brasero-data-disc.c:1101 msgid "" @@ -3963,7 +3967,7 @@ #: ../src/brasero-file-filtered.c:218 msgid "" "Select the files you want to restore and click on the \"Restore\" button" -msgstr "Markér de filer du ønsker at gendanne og klik på \"Gendan\"-knappen" +msgstr "Markér de filer du ønsker at gendanne og klik på “Gendan”-knappen" #: ../src/brasero-file-filtered.c:265 msgid "Type" @@ -4105,7 +4109,7 @@ #: ../src/brasero-playlist.c:390 #, c-format msgid "Error parsing playlist \"%s\"." -msgstr "Fejl ved fortolkning af spilleliste \"%s\"." +msgstr "Fejl ved fortolkning af spilleliste “%s”." #. Translators: %d is the number of songs #: ../src/brasero-playlist.c:499 @@ -4222,7 +4226,7 @@ "To add files to this project click the \"Add\" button or drag files to this " "area" msgstr "" -"For at tilføje filer til dette projekt skal du klikke på \"Tilføj\"-knappen " +"For at tilføje filer til dette projekt skal du klikke på “Tilføj”-knappen " "eller trække filer til dette område" #: ../src/brasero-project.c:697 @@ -4230,8 +4234,8 @@ "To remove files select them then click on the \"Remove\" button or press " "\"Delete\" key" msgstr "" -"For at fjerne filer skal du markere dem og klikke på \"Fjern\"-knappen eller " -"trykke på \"Delete\"-tasten" +"For at fjerne filer skal du markere dem og klikke på “Fjern”-knappen eller " +"trykke på “Delete”-tasten" #: ../src/brasero-project.c:804 #, c-format @@ -4936,7 +4940,7 @@ #: ../src/brasero-video-disc.c:412 #, c-format msgid "\"%s\" does not have a suitable type for video projects." -msgstr "\"%s\" har ikke en egnet type for videoprojekter." +msgstr "“%s” har ikke en egnet type for videoprojekter." #: ../src/brasero-video-disc.c:415 msgid "Please only add files with video content" @@ -4949,13 +4953,13 @@ #: ../src/main.c:96 #, c-format msgid "Please type \"%s --help\" to see all available options\n" -msgstr "Tast \"%s --help\" for at se alle tilgængelige valgmuligheder\n" +msgstr "Tast “%s --help” for at se alle tilgængelige valgmuligheder\n" #~ msgid "File is not a valid .desktop file" #~ msgstr "Fil er ikke en gyldig .desktop-fil" #~ msgid "Unrecognized desktop file Version '%s'" -#~ msgstr "Ukendt version for skrivebordsfil \"%s\"" +#~ msgstr "Ukendt version for skrivebordsfil “%s”" #~ msgid "Starting %s" #~ msgstr "Starter %s" @@ -4969,7 +4973,7 @@ #~ msgid "Can't pass document URIs to a 'Type=Link' desktop entry" #~ msgstr "" -#~ "Kan ikke overføre dokument-URIer til en \"Type=Link\" skrivebordsindgang" +#~ "Kan ikke overføre dokument-URIer til en “Type=Link” skrivebordsindgang" #~ msgid "Not a launchable item" #~ msgstr "Ikke et startbart element" @@ -5044,7 +5048,7 @@ #~ msgstr "I _videoer" #~ msgid "Type your keywords or choose 'All files' from the menu" -#~ msgstr "Indtast dine nøgleord eller vælg \"Alle filer\" fra menuen" +#~ msgstr "Indtast dine nøgleord eller vælg “Alle filer” fra menuen" #~ msgid "Select if you want to search among image files only" #~ msgstr "Vælg hvis du kun vil søge blandt billedfiler" @@ -5191,22 +5195,22 @@ #~ "The pane to display with audio projects. It should be one of the following: " #~ "\"Chooser\", \"Search\" or \"Playlist\"." #~ msgstr "" -#~ "Panel som vises ved lydprojekter. Det bør være ét af følgende: \"Chooser\", " -#~ "\"Search\" eller \"Playlist\"." +#~ "Panel som vises ved lydprojekter. Det bør være ét af følgende: “Chooser”, " +#~ "“Search” eller “Playlist”." #~ msgid "" #~ "The pane to display with data projects. It should be one of the following: " #~ "\"Chooser\" or \"Search\"." #~ msgstr "" -#~ "Panel som vises ved dataprojekter. Det bør være ét af følgende: \"Chooser\" " -#~ "eller \"Search\"." +#~ "Panel som vises ved dataprojekter. Det bør være ét af følgende: “Chooser” " +#~ "eller “Search”." #~ msgid "" #~ "The pane to display with video projects. It should be one of the following: " #~ "\"Chooser\", \"Search\" or \"Playlist\"." #~ msgstr "" -#~ "Panel som vises ved videoprojekter. Det bør være ét af følgende: " -#~ "\"Chooser\", \"Search\" eller \"Playlist\"." +#~ "Panel som vises ved videoprojekter. Det bør være ét af følgende: “Chooser”, " +#~ "“Search” eller “Playlist”." #~ msgid "" #~ "This key sets where the project pane should be (0 = on the right, 1 = on the " @@ -5228,10 +5232,10 @@ #~ msgstr "For at tilføje filer til dette projekt, kan du:" #~ msgid "click the \"Add\" button to show a selection dialog" -#~ msgstr "klik på \"Tilføj\"-knappen for at vise et udvalgsvindue" +#~ msgstr "klik på “Tilføj”-knappen for at vise et udvalgsvindue" #~ msgid "select files in the selection pane and click the \"Add\" button" -#~ msgstr "vælge filer i udvalgspanelet og klikke på \"Tilføj\"-knappen" +#~ msgstr "vælge filer i udvalgspanelet og klikke på “Tilføj”-knappen" #~ msgid "" #~ "drag files in this area from the selection pane or from the file manager" @@ -5250,13 +5254,13 @@ #~ msgid "click on the \"Remove\" button to remove selected items in this area" #~ msgstr "" -#~ "klikke på \"Fjern\"-knappen for at fjerne markerede elementer i dette område" +#~ "klikke på “Fjern”-knappen for at fjerne markerede elementer i dette område" #~ msgid "select items in this area, and choose \"Remove\" from context menu" -#~ msgstr "vælge elementer i dette område og vælge \"Fjern\" fra menuen kontekst" +#~ msgstr "vælge elementer i dette område og vælge “Fjern” fra menuen kontekst" #~ msgid "select items in this area, and press \"Delete\" key" -#~ msgstr "vælge elementer i dette område og trykke på \"Delete\"-tasten" +#~ msgstr "vælge elementer i dette område og trykke på “Delete”-tasten" #~ msgid "" #~ "If you choose to create a new project, all files already added will be " @@ -5565,7 +5569,7 @@ #~ msgstr "Ikke tilstrækkelig plads tilgængelig på disken (%" #~ msgid "\"%s\" already exists" -#~ msgstr "\"%s\" findes allerede" +#~ msgstr "“%s” findes allerede" #~ msgid "%s only" #~ msgstr "kun %s" @@ -5730,7 +5734,7 @@ #~ msgstr "Mappesøgning" #~ msgid "File \"%s\" can't be opened." -#~ msgstr "Fil \"%s\" kan ikke åbnes." +#~ msgstr "Fil “%s” kan ikke åbnes." #~ msgid "Unreadable File" #~ msgstr "Ikke-læsbar fil" @@ -5809,13 +5813,13 @@ #~ "Den næste brænding vil begynde, så snart et skrivbart medie indsættes." #~ msgid "The disc in \"%s\" is a DVD." -#~ msgstr "Disken i \"%s\" er en dvd." +#~ msgstr "Disken i “%s” er en dvd." #~ msgid "The disc in \"%s\" is a CD." -#~ msgstr "Disken i \"%s\" er en cd." +#~ msgstr "Disken i “%s” er en cd." #~ msgid "The disc in \"%s\" is not big enough." -#~ msgstr "Disken i \"%s\" er ikke stor nok." +#~ msgstr "Disken i “%s” er ikke stor nok." #~ msgid "Possible Data Loss" #~ msgstr "Muligt datatab" @@ -5968,7 +5972,7 @@ #~ "ej." #~ msgid "_Keep using \"%s\"" -#~ msgstr "_Anvend fortsat \"%s\"" +#~ msgstr "_Anvend fortsat “%s”" #~ msgid "_Use Brasero next time" #~ msgstr "_Anvend Brasero næste gang" @@ -6340,10 +6344,10 @@ #~ msgstr "sink kan ikke oprettes" #~ msgid "GST plugin \"rgvolume\" could not be found" -#~ msgstr "GST tilføjelsesmodul \"rgvolume\" kunne ikke findes" +#~ msgstr "GST tilføjelsesmodul “rgvolume” kunne ikke findes" #~ msgid "GST plugin \"rganalysis\" could not be found" -#~ msgstr "GST tilføjelsesmodul \"rganalysis\" kunne ikke findes" +#~ msgstr "GST tilføjelsesmodul “rganalysis” kunne ikke findes" #~ msgid "filter can't be created" #~ msgstr "filter kan ikke oprettes" @@ -6656,7 +6660,7 @@ #~ msgstr "_Luk programmet hvis brændingsprocessen gennemføres korrekt." #~ msgid "\"%s\" is now ready for use" -#~ msgstr "\"%s\" er nu klar til brug" +#~ msgstr "“%s” er nu klar til brug" #~ msgid "DVD is now ready for use" #~ msgstr "Dvd er nu klar til brug" @@ -6737,7 +6741,7 @@ #~ msgstr "%s kan ikke oprettes (%s)" #~ msgid "directory \"%s\" can't be created (%s)" -#~ msgstr "mappen \"%s\" kan ikke oprettes (%s)" +#~ msgstr "mappen “%s” kan ikke oprettes (%s)" #~ msgid "Sorry, no documentation for Brasero." #~ msgstr "Beklager, ingen dokumentation for Brasero." diff -Nru brasero-3.12.2/po/de.po brasero-3.12.3/po/de.po --- brasero-3.12.2/po/de.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/de.po 2021-09-17 11:27:28.000000000 +0000 @@ -8,24 +8,23 @@ # Hendrik Brandt , 2009. # Mario Klug , 2009. # Paul Seyfert , 2010, 2011. -# Christian Kirbach , 2009, 2010, 2012. +# Christian Kirbach , 2009, 2010, 2012, 2020. # Hendrik Knackstedt , 2012. # msgid "" msgstr "" "Project-Id-Version: brasero master\n" -"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2017-06-28 15:14+0000\n" -"PO-Revision-Date: 2017-06-28 20:45+0200\n" -"Last-Translator: Mario Blättermann \n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2019-11-12 16:25+0000\n" +"PO-Revision-Date: 2020-02-09 02:27+0100\n" +"Last-Translator: Christian Kirbach \n" "Language-Team: Deutsch \n" "Language: de\n" "MIME-Version: 1.0\n" "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.2\n" +"X-Generator: Poedit 2.2.4\n" "X-Project-Style: gnome\n" #: ../data/brasero.appdata.xml.in.h:1 @@ -1641,7 +1640,7 @@ #: ../libbrasero-burn/brasero-progress.c:505 msgid "Estimated drive speed:" -msgstr "Geschätzte Brenngeschwindigkeit:" +msgstr "Geschätzte Laufwerksgeschwindigkeit:" #. Translators: %s is a path #: ../libbrasero-burn/brasero-src-image.c:229 @@ -2761,7 +2760,7 @@ msgstr "Auf CD/DVD schreiben" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "Inhalt auf eine CD oder DVD schreiben" @@ -2770,7 +2769,7 @@ msgstr "CD/DVD kopieren" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" msgstr "Auf CD/DVD _schreiben …" diff -Nru brasero-3.12.2/po/dz.po brasero-3.12.3/po/dz.po --- brasero-3.12.2/po/dz.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/dz.po 2021-09-17 11:27:28.000000000 +0000 @@ -3033,7 +3033,7 @@ "The image will be saved to\n" "%s" msgstr "" -" གཟུགས་བརྙན་གཟུགས་བརྙན་དེ་སྲུང་བཞག་འབད་འོང་\n" "%s" #: ../src/recorder-selection.c:939 diff -Nru brasero-3.12.2/po/el.po brasero-3.12.3/po/el.po --- brasero-3.12.2/po/el.po 2015-04-28 10:49:45.000000000 +0000 +++ brasero-3.12.3/po/el.po 2020-04-07 12:27:22.000000000 +0000 @@ -6,23 +6,23 @@ # Fotis Tsamis , 2009. # Simos Xenitellis , 2008, 2009, 2010. # Dimitris Spingos (Δημήτρης Σπίγγος) , 2012, 2013. -# Efstathios Iosifidis , 2013, 2014. +# Efstathios Iosifidis , 2013, 2014, 2017. # msgid "" msgstr "" "Project-Id-Version: el\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" "product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-08-11 02:58+0000\n" -"PO-Revision-Date: 2014-08-18 23:45+0300\n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-08-18 19:51+0300\n" "Last-Translator: Efstathios Iosifidis \n" -"Language-Team: Ελληνικά \n" +"Language-Team: Ελληνικά \n" "Language: el\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Gtranslator 2.91.6\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Generator: Gtranslator 2.91.7\n" "X-Project-Style: gnome\n" #: ../data/brasero.appdata.xml.in.h:1 @@ -78,10 +78,15 @@ msgstr "Εγγραφή αρχείου εικόνας" #: ../data/brasero.desktop.in.in.h:8 +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "Αντιγραφή δίσκου" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Δημιουργία έργου ήχου" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Δημιουργία έργου βίντεο" @@ -434,24 +439,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (εφαρμογή)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (βιβλιοθήκη)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (Πρόσθετο GStreamer)" @@ -483,18 +485,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Συνέβη ένα εσωτερικό σφάλμα" @@ -1219,8 +1220,7 @@ msgstr "Παρακαλούμε, εισάγετε έναν δίσκο που δεν προστατεύεται από αντιγραφή." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Δεν έχουν εγκατασταθεί όλες οι απαραίτητες εφαρμογές και βιβλιοθήκες." @@ -1284,8 +1284,7 @@ msgid "Video Options" msgstr "Επιλογές βίντεο" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1328,8 +1327,7 @@ msgid "Select disc to copy" msgstr "Επιλογή δίσκου για αντιγραφή" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "" "Παρακαλούμε, εγκαταστήστε χειροκίνητα τα ακόλουθα και προσπαθήστε ξανά:" @@ -1858,12 +1856,12 @@ msgid "The drive is empty" msgstr "Η μονάδα δίσκου είναι κενή" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Επιλέξτε δίσκο" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Πρόοδος" @@ -2123,7 +2121,7 @@ "Η επιλεγμένη θέση δεν έχει αρκετό ελεύθερο χώρο για να αποθηκεύσετε την " "εικόνα δίσκου (χρειάζονται %ld MiB)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Δεν ήταν δυνατή η ανάκτηση του μεγέθους του τόμου" @@ -2418,8 +2416,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Δίσκος δεδομένων (%s)" @@ -2428,8 +2426,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Δε φαίνεται να είναι έγκυρη εικόνα ISO" @@ -2789,7 +2786,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3090,7 +3087,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3105,26 +3102,26 @@ "για την περιοχή του DVD σας με την εντολή \"regionset %s\" ή εκτελέστε την " "εντολή \"DVDCSS_METHOD=title brasero --no-existing-session\"" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Ανάκτηση κλειδιών DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Δεν ήταν δυνατό το άνοιγμα του DVD βίντεο" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Σφάλμα κατά την ανάγνωση DVD βίντεο (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Αντιγραφή DVD βίντεο" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Αντιγράφει DVD βίντεο κρυπτογραφημένα με CSS σε μια εικόνα δίσκου" @@ -4202,25 +4199,25 @@ msgid "Copyright %s" msgstr "Πνευματικά δικαιώματα %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_Περί" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "Ρυ_θμίσεις" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "Ε_νεργοποίηση" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "Ενε_ργοποίηση όλων" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "Α_πενεργοποίηση όλων" diff -Nru brasero-3.12.2/po/en_GB.po brasero-3.12.3/po/en_GB.po --- brasero-3.12.2/po/en_GB.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/en_GB.po 2021-09-17 11:27:28.000000000 +0000 @@ -3,21 +3,22 @@ # David Lodge , 2007, 2009. # Bruce Cowan , 2009, 2010, 2011, 2012. # Philip Withnall , 2009, 2010. +# Zander Brown , 2019. +# msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-08-31 17:29+0000\n" -"PO-Revision-Date: 2016-09-04 12:16+0200\n" -"Last-Translator: David King \n" -"Language-Team: British English \n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2018-06-01 10:14+0000\n" +"PO-Revision-Date: 2019-08-25 15:48+0100\n" +"Last-Translator: Zander Brown \n" +"Language-Team: English - United Kingdom \n" "Language: en_GB\n" "MIME-Version: 1.0\n" "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: Gtranslator 3.32.1\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -70,10 +71,15 @@ msgstr "Burn an Image File" #: ../data/brasero.desktop.in.in.h:8 +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "Copy a Disc" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Create an Audio Project" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Create a Video Project" @@ -2069,7 +2075,7 @@ "The location you chose to store the temporary image on does not have enough " "free space for the disc image (%ld MiB needed)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "The size of the volume could not be retrieved" @@ -2730,7 +2736,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3021,7 +3027,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3036,26 +3042,26 @@ "command or run the \"DVDCSS_METHOD=title brasero --no-existing-session\" " "command" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Retrieving DVD keys" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Video DVD could not be opened" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Error while reading video DVD (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Copying video DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Copies CSS encrypted video DVDs to a disc image" diff -Nru brasero-3.12.2/po/eo.po brasero-3.12.3/po/eo.po --- brasero-3.12.2/po/eo.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/eo.po 2021-09-16 14:27:35.000000000 +0000 @@ -4,23 +4,24 @@ # FUSZENECKER Róbert , 2009. # Henning EGGERS < >, 2011. # Michael MORONI < >, 2011. -# Kristjan SCHMIDT , 2010, 2011, 2015. +# Kristjan SCHMIDT , 2010, 2011, 2015, 2017, 2019. # Nicolas MAIA < >, 2015. +# Carmen Bianca BAKKER , 2018, 2019. msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=braser" -"o&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-12-23 16:09+0000\n" -"PO-Revision-Date: 2015-12-24 02:57+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2018-06-01 10:14+0000\n" +"PO-Revision-Date: 2019-01-15 08:36+0200\n" "Last-Translator: Kristjan SCHMIDT \n" -"Language-Team: Esperanto \n" +"Language-Team: Esperanto \n" "Language: eo\n" "MIME-Version: 1.0\n" "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-DamnedLies-Scope: partial\n" "X-Project-Style: gnome\n" #: ../data/brasero.appdata.xml.in.h:1 @@ -29,9 +30,9 @@ "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." msgstr "" -"Brasero estas programo por registri KD-jn aŭ DVD-jn por la GNOME-Labortablo. " -"Ĝi estas fasonita por esti tre simpla kaj enhavas unikajn funkciojn por " -"ebligi al uzantoj krei iliajn diskojn facile kaj rapide." +"Brasero estas programo por registri KD-ojn aŭ DVD-ojn por la GNOME-" +"Labortablo. Ĝi estas fasonita por esti tre simpla kaj enhavas unikajn " +"funkciojn por ebligi al uzantoj krei iliajn diskojn facile kaj rapide." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -41,9 +42,9 @@ "burn them to a disc." msgstr "" "Brasero povas krei, kopii kaj registri datumojn kaj sonojn en KD/DVDj. Ĝi " -"plene subtenas na CD-TEXT, etendaĵojn de Joliet kaj plurseancon. Vi povas simple " -"ŝovi kaj demeti dosierojn de aliaj lokaj programoj aŭ el foraj kunhavaj " -"aparatoj por facile registri ilin al diskon." +"plene subtenas na CD-TEXT, etendaĵojn de Joliet kaj plurseancon. Vi povas " +"simple ŝovi kaj demeti dosierojn de aliaj lokaj programoj aŭ el foraj " +"kunhavaj aparatoj por facile registri ilin al diskon." #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -51,11 +52,11 @@ #: ../data/brasero.desktop.in.in.h:2 msgid "Disc Burner and Copier" -msgstr "Diska Registrilo kaj Kopiilo" +msgstr "Diska registrilo kaj kopiilo" #: ../data/brasero.desktop.in.in.h:3 msgid "Create and copy CDs and DVDs" -msgstr "Krei kaj kopii KD-jn kaj DVD-jn" +msgstr "Krei kaj kopii KD-ojn kaj DVD-ojn" #: ../data/brasero.desktop.in.in.h:4 msgid "disc;cdrom;dvd;burn;audio;video;" @@ -63,7 +64,7 @@ #: ../data/brasero.desktop.in.in.h:5 msgid "Brasero Disc Burner" -msgstr "Diska Registrilo Brasero" +msgstr "Brasero diskregistrilo" #: ../data/brasero.desktop.in.in.h:6 msgid "Open a New Window" @@ -71,13 +72,17 @@ #: ../data/brasero.desktop.in.in.h:7 msgid "Burn an Image File" -msgstr "Registri ekzaktan kopion de disko" +msgstr "Registri diskokopion" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Kopii diskon" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Krei son-projekton" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Krei video-projekton" @@ -99,7 +104,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:3 msgid "The type of checksum used for images" -msgstr "La speco de kontrolsumo uzata por ekzaktaj kopioj de disko" +msgstr "La speco de kontrolsumo uzata por diskokopioj" #: ../data/org.gnome.brasero.gschema.xml.h:4 msgid "Set to 0 for MD5, 1 for SHA1 and 2 for SHA256" @@ -113,151 +118,22 @@ msgid "Directory to use for temporary files" msgstr "Dosierujo por provizoraj dosieroj" -#: ../data/org.gnome.brasero.gschema.xml.h:7 -msgid "" -"Contains the path to the directory where brasero should store temporary " -"files. If that value is empty, the default directory set for glib will be " -"used." -msgstr "" - #: ../data/org.gnome.brasero.gschema.xml.h:8 msgid "Favourite burn engine" msgstr "Plej ŝatata registra motoro" -#: ../data/org.gnome.brasero.gschema.xml.h:9 -msgid "" -"Contains the name of the favourite burn engine suite installed. It will be " -"used if possible." -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:10 -msgid "White list of additional plugins to use" -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:11 -msgid "" -"Contains the list of additional plugins Brasero will use to burn discs. If " -"set to NULL, Brasero will load them all." -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:12 -msgid "Enable the \"-immed\" flag with cdrecord" -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:13 -msgid "" -"Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to " -"true) as it's only a workaround for some drives/setups." -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:14 -msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs" -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:15 -msgid "" -"Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to " -"false, brasero won't use it; it may be a workaround for some drives/setups." -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:16 -msgid "Used in conjunction with the \"-immed\" flag with cdrecord" -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:17 -msgid "Used in conjunction with the \"-immed\" flag with cdrecord." -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:18 -msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao" -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:19 -msgid "" -"Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to " -"True, brasero will use it; it may be a workaround for some drives/setups." -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:20 -msgid "The last browsed folder while looking for images to burn" -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:21 -msgid "" -"Contains the absolute path of the directory that was last browsed for images " -"to burn" -msgstr "" - #: ../data/org.gnome.brasero.gschema.xml.h:22 msgid "Enable file preview" msgstr "Ebligi antaŭvidon de dosiero" -#: ../data/org.gnome.brasero.gschema.xml.h:23 -msgid "Whether to display file preview. Set to true to use it." -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:24 -msgid "Should brasero filter hidden files" -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:25 -msgid "" -"Should brasero filter hidden files. Set to true, brasero will filter hidden " -"files." -msgstr "" - #: ../data/org.gnome.brasero.gschema.xml.h:26 msgid "Replace symbolic links by their targets" msgstr "Anstataŭi simbolajn ligilojn kun iliaj celoj" -#: ../data/org.gnome.brasero.gschema.xml.h:27 -msgid "" -"Should brasero replace symbolic links by their target files in the project. " -"Set to true, brasero will replace symbolic links." -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:28 -msgid "Should brasero filter broken symbolic links" -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:29 -msgid "" -"Should brasero filter broken symbolic links. Set to true, brasero will " -"filter broken symbolic links." -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:30 -msgid "The priority value for the plugin" -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:31 -msgid "" -"When several plugins are available for the same task, this value is used to " -"determine which plugin should be given priority. 0 means the plugin's native " -"priority is used. A positive value overrides the plugin's native priority. A " -"negative value disables the plugin." -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:32 -msgid "Burning flags to be used" -msgstr "" - -#: ../data/org.gnome.brasero.gschema.xml.h:33 -msgid "" -"This value represents the burning flags that were used in such a context the " -"last time." -msgstr "" - #: ../data/org.gnome.brasero.gschema.xml.h:34 msgid "The speed to be used" msgstr "La rapido uzota" -#: ../data/org.gnome.brasero.gschema.xml.h:35 -msgid "" -"This value represents the speed that was used in such a context the last " -"time." -msgstr "" - #: ../libbrasero-burn/brasero-blank-dialog.c:222 msgid "Error while blanking." msgstr "Eraro dum malplenigado." @@ -291,7 +167,7 @@ #: ../libbrasero-burn/brasero-blank-dialog.c:403 msgid "Activate fast blanking, as opposed to a longer, thorough blanking" -msgstr "" +msgstr "Ŝalti rapidan malplenigadon, anstataŭ pli daŭra, funda malplenigado" #: ../libbrasero-burn/brasero-blank-dialog.c:433 msgid "Disc Blanking" @@ -325,16 +201,16 @@ #: ../libbrasero-burn/brasero-burn.c:409 #, c-format msgid "\"%s\" cannot be unlocked" -msgstr "Ne eblas malŝlosi na \"%s\"" +msgstr "Ne eblas malŝlosi “%s”" #: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 #: ../libbrasero-burn/brasero-burn.c:761 msgid "No burner specified" -msgstr "" +msgstr "Neniu registrilo specifita" #: ../libbrasero-burn/brasero-burn.c:586 msgid "No source drive specified" -msgstr "" +msgstr "Neniu fonta diskingo specifita" #: ../libbrasero-burn/brasero-burn.c:632 msgid "Ongoing copying process" @@ -344,11 +220,11 @@ #: ../libbrasero-burn/brasero-burn.c:872 ../libbrasero-burn/brasero-burn.c:987 #, c-format msgid "The drive cannot be locked (%s)" -msgstr "" +msgstr "Ne povas ŝlosi la diskingon (%s)" #: ../libbrasero-burn/brasero-burn.c:695 msgid "The drive has no rewriting capabilities" -msgstr "" +msgstr "La diskingo ne povas reskribi" #: ../libbrasero-burn/brasero-burn.c:731 msgid "Ongoing blanking process" @@ -356,7 +232,7 @@ #: ../libbrasero-burn/brasero-burn.c:770 msgid "The drive cannot burn" -msgstr "" +msgstr "La diskingo ne povas registri" #: ../libbrasero-burn/brasero-burn.c:866 #: ../libbrasero-burn/brasero-dest-selection.c:108 @@ -370,7 +246,7 @@ #: ../libbrasero-burn/brasero-burn.c:1623 #: ../libbrasero-burn/brasero-burn.c:1817 msgid "Merging data is impossible with this disc" -msgstr "" +msgstr "Kunigo de datumoj ne eblas per ĉi tiu disko" #: ../libbrasero-burn/brasero-burn.c:1624 #: ../libbrasero-burn/brasero-burn-dialog.c:2186 @@ -401,23 +277,25 @@ #: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" -msgstr "" +msgstr "%s (GStreamer-kromprogramo)" #: ../libbrasero-burn/brasero-burn.c:1752 msgid "There is no track to burn" -msgstr "" +msgstr "Estas neniu registrenda trako" #: ../libbrasero-burn/brasero-burn.c:1859 msgid "" "Please install the following required applications and libraries manually " "and try again:" msgstr "" +"Bonvolu instali la sekvajn necesajn aplikaĵojn kaj bibliotekojn permane kaj " +"reprovu:" #: ../libbrasero-burn/brasero-burn.c:2576 #: ../libbrasero-burn/brasero-caps-burn.c:868 #, c-format msgid "Only one track at a time can be checked" -msgstr "" +msgstr "Povas kontroli nur po unu trako" #: ../libbrasero-burn/brasero-burn.c:2635 msgid "No format for the temporary image could be found" @@ -441,7 +319,7 @@ #: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" -msgstr "" +msgstr "Interna eraro okazis" #: ../libbrasero-burn/brasero-burn-dialog.c:155 msgid "Brasero notification" @@ -456,28 +334,28 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:241 #: ../libbrasero-burn/brasero-burn-dialog.c:1161 msgid "Creating Image" -msgstr "Kreante ekzaktan kopion de disko" +msgstr "Kreante diskokopion" #: ../libbrasero-burn/brasero-burn-dialog.c:246 #: ../libbrasero-burn/brasero-burn-dialog.c:1170 msgid "Burning DVD" -msgstr "Registrante DVD-n" +msgstr "Registrante DVD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:250 #: ../libbrasero-burn/brasero-burn-dialog.c:1166 msgid "Copying DVD" -msgstr "Kopiante DVD-n" +msgstr "Kopiante DVD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:256 #: ../libbrasero-burn/brasero-burn-dialog.c:1180 msgid "Burning CD" -msgstr "Registrante KD-n" +msgstr "Registrante KD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:260 #: ../libbrasero-burn/brasero-burn-dialog.c:381 #: ../libbrasero-burn/brasero-burn-dialog.c:1176 msgid "Copying CD" -msgstr "Kopiante KD-n" +msgstr "Kopiante KD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:266 #: ../libbrasero-burn/brasero-burn-dialog.c:1190 @@ -496,93 +374,93 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:306 msgid "Simulation of video DVD burning" -msgstr "Simulado de registro de videa DVD" +msgstr "Simulado de registrado de videa DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:308 msgid "Burning video DVD" -msgstr "" +msgstr "Registrante videan DVD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:316 msgid "Simulation of data DVD burning" -msgstr "" +msgstr "Simulado de registrado de datuma DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:318 msgid "Burning data DVD" -msgstr "" +msgstr "Registrante datuman DVD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:326 msgid "Simulation of image to DVD burning" -msgstr "" +msgstr "Simulado de registrado de diskokopio al DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:328 msgid "Burning image to DVD" -msgstr "" +msgstr "Registrante diskokopion al DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:336 msgid "Simulation of data DVD copying" -msgstr "" +msgstr "Simulado de kopiado de datuma DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:338 msgid "Copying data DVD" -msgstr "" +msgstr "Kopiante datuman DVD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:349 msgid "Simulation of (S)VCD burning" -msgstr "" +msgstr "Simulado de registrado de (S)VKD" #: ../libbrasero-burn/brasero-burn-dialog.c:351 msgid "Burning (S)VCD" -msgstr "" +msgstr "Registrante (S)VKD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:359 #: ../libbrasero-burn/brasero-burn-dialog.c:412 msgid "Simulation of audio CD burning" -msgstr "" +msgstr "Simulado de registrado de aŭda KD" #: ../libbrasero-burn/brasero-burn-dialog.c:361 #: ../libbrasero-burn/brasero-burn-dialog.c:414 msgid "Burning audio CD" -msgstr "" +msgstr "Registrante aŭdan KD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:369 msgid "Simulation of data CD burning" -msgstr "" +msgstr "Simulado de registrado de datuma KD" #: ../libbrasero-burn/brasero-burn-dialog.c:371 msgid "Burning data CD" -msgstr "" +msgstr "Registrante datuman KD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:379 msgid "Simulation of CD copying" -msgstr "" +msgstr "Simulado de kopiado de KD" #: ../libbrasero-burn/brasero-burn-dialog.c:389 msgid "Simulation of image to CD burning" -msgstr "" +msgstr "Simulado de registrado de diskokopio al KD" #: ../libbrasero-burn/brasero-burn-dialog.c:391 msgid "Burning image to CD" -msgstr "" +msgstr "Registrante diskokopion al KD" #: ../libbrasero-burn/brasero-burn-dialog.c:402 msgid "Simulation of video disc burning" -msgstr "" +msgstr "Simulado de registrado de videodisko" #: ../libbrasero-burn/brasero-burn-dialog.c:404 msgid "Burning video disc" -msgstr "" +msgstr "Registrante videodiskon" #: ../libbrasero-burn/brasero-burn-dialog.c:422 msgid "Simulation of data disc burning" -msgstr "" +msgstr "Simulado de registrado de datuma disko" #: ../libbrasero-burn/brasero-burn-dialog.c:424 msgid "Burning data disc" -msgstr "" +msgstr "Registrante datuman diskon" #: ../libbrasero-burn/brasero-burn-dialog.c:432 msgid "Simulation of disc copying" -msgstr "" +msgstr "Simulado de kopiado de disko" #: ../libbrasero-burn/brasero-burn-dialog.c:434 #: ../libbrasero-burn/burn-basics.c:82 @@ -591,28 +469,29 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:442 msgid "Simulation of image to disc burning" -msgstr "" +msgstr "Simulado de registrado de diskokopio al disko" #: ../libbrasero-burn/brasero-burn-dialog.c:444 msgid "Burning image to disc" -msgstr "" +msgstr "Registrante diskokopion al disko" #: ../libbrasero-burn/brasero-burn-dialog.c:549 msgid "Please replace the disc with a rewritable disc holding data." msgstr "" +"Bonvolu anstataŭigi la diskon per reskribebla disko kiu tenas datumojn." #: ../libbrasero-burn/brasero-burn-dialog.c:551 msgid "Please replace the disc with a disc holding data." -msgstr "" +msgstr "Bonvolu anstataŭigi la diskon per disko kiu tenas datumojn." #: ../libbrasero-burn/brasero-burn-dialog.c:555 msgid "Please insert a rewritable disc holding data." -msgstr "" +msgstr "Bonvolu enmeti reskribeblan diskon kiu tenas datumojn." #: ../libbrasero-burn/brasero-burn-dialog.c:557 #: ../libbrasero-burn/brasero-burn-options.c:501 msgid "Please insert a disc holding data." -msgstr "" +msgstr "Bonvolu enmeti diskon kiu tenas datumojn." #: ../libbrasero-burn/brasero-burn-dialog.c:572 #, c-format @@ -620,19 +499,22 @@ "Please replace the disc with a writable CD with at least %i MiB of free " "space." msgstr "" +"Bonvolu anstataŭigi la diskon per skribebla KD kiu havas malpleje %i MiB da " +"libera spaco." #: ../libbrasero-burn/brasero-burn-dialog.c:575 msgid "Please replace the disc with a writable CD." -msgstr "" +msgstr "Bonvolu anstataŭigi la diskon per skribebla KD." #: ../libbrasero-burn/brasero-burn-dialog.c:579 #, c-format msgid "Please insert a writable CD with at least %i MiB of free space." msgstr "" +"Bonvolu enmeti skribeblan KD-on kiu havas malpleje %i MiB da libera spaco." #: ../libbrasero-burn/brasero-burn-dialog.c:582 msgid "Please insert a writable CD." -msgstr "Bonvole enmetu skribeblan KD-n." +msgstr "Bonvolu enmeti skribeblan KD-on." #: ../libbrasero-burn/brasero-burn-dialog.c:588 #, c-format @@ -640,19 +522,22 @@ "Please replace the disc with a writable DVD with at least %i MiB of free " "space." msgstr "" +"Bonvolu anstataŭigi la diskon per skribebla DVD kiu havas malpleje %i MiB da " +"libera spaco." #: ../libbrasero-burn/brasero-burn-dialog.c:591 msgid "Please replace the disc with a writable DVD." -msgstr "" +msgstr "Bonvolu anstataŭigi la diskon per skribebla DVD." #: ../libbrasero-burn/brasero-burn-dialog.c:595 #, c-format msgid "Please insert a writable DVD with at least %i MiB of free space." msgstr "" +"Bonvolu enmeti skribeblan DVD-on kiu havas malpleje %i MiB da libera spaco." #: ../libbrasero-burn/brasero-burn-dialog.c:598 msgid "Please insert a writable DVD." -msgstr "" +msgstr "Bonvolu enmeti skribeblan DVD-on." #: ../libbrasero-burn/brasero-burn-dialog.c:603 #, c-format @@ -660,91 +545,97 @@ "Please replace the disc with a writable CD or DVD with at least %i MiB of " "free space." msgstr "" +"Bonvolu anstataŭigi la diskon per skribebla KD aŭ DVD kiu havas malpleje %i " +"MiB da libera spaco." #: ../libbrasero-burn/brasero-burn-dialog.c:606 msgid "Please replace the disc with a writable CD or DVD." -msgstr "" +msgstr "Bonvolu anstataŭigi la diskon per skribebla KD aŭ DVD." #: ../libbrasero-burn/brasero-burn-dialog.c:610 #, c-format msgid "Please insert a writable CD or DVD with at least %i MiB of free space." msgstr "" +"Bonvolu enmeti skribeblan KD-on aŭ DVD-on kiu havas malpleje %i MiB da " +"libera spaco." #: ../libbrasero-burn/brasero-burn-dialog.c:613 #: ../libbrasero-burn/brasero-burn-dialog.c:2171 #: ../libbrasero-burn/brasero-burn-dialog.c:2185 #: ../libbrasero-burn/brasero-burn-options.c:457 ../src/brasero-project.c:995 msgid "Please insert a writable CD or DVD." -msgstr "" +msgstr "Bonvolu enmeti skribeblan KD-on aŭ DVD-on." #: ../libbrasero-burn/brasero-burn-dialog.c:640 msgid "" "An image of the disc has been created on your hard drive.\n" "Burning will begin as soon as a writable disc is inserted." msgstr "" +"Kreis diskokopion de la disko sur via fiksita disko.\n" +"Registrado komencos kiam skribebla disko enmetiĝas." #: ../libbrasero-burn/brasero-burn-dialog.c:645 msgid "A data integrity test will begin as soon as the disc is inserted." -msgstr "" +msgstr "Datuma integreca testo komencos tiam kiam oni enigas la diskon." #: ../libbrasero-burn/brasero-burn-dialog.c:646 msgid "Please re-insert the disc in the CD/DVD burner." -msgstr "" +msgstr "Bonvolu reenmeti la diskon en la KD/DVD-registrilo." #. Translators: %s is the name of a drive #: ../libbrasero-burn/brasero-burn-dialog.c:650 #, c-format msgid "\"%s\" is busy." -msgstr "\"%s\" estas okupata." +msgstr "“%s” estas okupata." #: ../libbrasero-burn/brasero-burn-dialog.c:654 #, c-format msgid "There is no disc in \"%s\"." -msgstr "Ne estas disko en \"%s\"." +msgstr "Ne estas disko en “%s”." #: ../libbrasero-burn/brasero-burn-dialog.c:658 #, c-format msgid "The disc in \"%s\" is not supported." -msgstr "La disko en \"%s\" ne estas subtenata." +msgstr "La disko en “%s” ne estas subtenata." #: ../libbrasero-burn/brasero-burn-dialog.c:662 #, c-format msgid "The disc in \"%s\" is not rewritable." -msgstr "La disko en \"%s\" ne estas reskribebla." +msgstr "La disko en “%s” ne estas reskribebla." #: ../libbrasero-burn/brasero-burn-dialog.c:666 #, c-format msgid "The disc in \"%s\" is empty." -msgstr "La disko en \"%s\" estas malplena." +msgstr "La disko en “%s” estas malplena." #: ../libbrasero-burn/brasero-burn-dialog.c:670 #, c-format msgid "The disc in \"%s\" is not writable." -msgstr "La disko en \"%s\" ne estas skribebla." +msgstr "La disko en “%s” ne estas skribebla." #: ../libbrasero-burn/brasero-burn-dialog.c:674 #, c-format msgid "Not enough space available on the disc in \"%s\"." -msgstr "" +msgstr "Ne sufiĉa diskospaco disponeblas sur la disko en “%s”." #: ../libbrasero-burn/brasero-burn-dialog.c:682 #, c-format msgid "The disc in \"%s\" needs to be reloaded." -msgstr "La disko en \"%s\" devas esti reŝarĝita." +msgstr "La disko en “%s” devas esti reŝargita." #: ../libbrasero-burn/brasero-burn-dialog.c:683 msgid "Please eject the disc and reload it." -msgstr "Bonvole elĵetu la diskon kaj reŝarĝu ĝin." +msgstr "Bonvolu elĵeti la diskon kaj reŝargu ĝin." #: ../libbrasero-burn/brasero-burn-dialog.c:728 #: ../libbrasero-burn/brasero-sum-dialog.c:333 msgid "" "A file could not be created at the location specified for temporary files" -msgstr "" +msgstr "Ne povis krei dosieron ĉe la loko specifita por provizoraj dosieroj" #: ../libbrasero-burn/brasero-burn-dialog.c:729 msgid "The image could not be created at the specified location" -msgstr "" +msgstr "Ne povis krei la diskokopion ĉe la specifita loko" #: ../libbrasero-burn/brasero-burn-dialog.c:730 msgid "" @@ -762,52 +653,54 @@ #: ../libbrasero-burn/brasero-drive-properties.c:282 #: ../libbrasero-burn/brasero-drive-properties.c:334 msgid "_Keep Current Location" -msgstr "" +msgstr "_Teni aktualan lokon" #: ../libbrasero-burn/brasero-burn-dialog.c:751 #: ../libbrasero-burn/brasero-drive-properties.c:245 #: ../libbrasero-burn/brasero-drive-properties.c:283 #: ../libbrasero-burn/brasero-drive-properties.c:335 msgid "_Change Location" -msgstr "" +msgstr "Ŝ_anĝi lokon" #: ../libbrasero-burn/brasero-burn-dialog.c:773 #: ../libbrasero-burn/brasero-image-properties.c:459 msgid "Location for Image File" -msgstr "" +msgstr "Loko por diskokopia dosiero" #: ../libbrasero-burn/brasero-burn-dialog.c:781 #: ../libbrasero-burn/brasero-drive-properties.c:366 msgid "Location for Temporary Files" -msgstr "" +msgstr "Loko por provizoraj dosieroj" #: ../libbrasero-burn/brasero-burn-dialog.c:889 #: ../libbrasero-burn/brasero-burn-dialog.c:1135 msgid "_Replace Disc" -msgstr "" +msgstr "_Anstataŭigi diskon" #: ../libbrasero-burn/brasero-burn-dialog.c:930 msgid "Do you really want to blank the current disc?" -msgstr "" +msgstr "Ĉu vi vere volas malplenigi la aktualan diskon?" #: ../libbrasero-burn/brasero-burn-dialog.c:931 msgid "The disc in the drive holds data." -msgstr "" +msgstr "La disko en la diskingo tenas datumojn." #. Translators: Blank is a verb here #: ../libbrasero-burn/brasero-burn-dialog.c:933 msgid "_Blank Disc" -msgstr "" +msgstr "_Malplenigi diskon" #: ../libbrasero-burn/brasero-burn-dialog.c:947 msgid "" "If you import them you will be able to see and use them once the current " "selection of files is burned." msgstr "" +"Se vi enportas ilin vi eblos vidi kaj uzi ilin post ol la aktuala elekto da " +"dosieroj registriĝas." #: ../libbrasero-burn/brasero-burn-dialog.c:948 msgid "If you don't, they will be invisible (though still readable)." -msgstr "" +msgstr "Se vi ne faras tion, ili estos nevideblah (sed ankoraŭ legeblaj)." #: ../libbrasero-burn/brasero-burn-dialog.c:951 msgid "" @@ -816,26 +709,28 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:953 msgid "_Import" -msgstr "_Importi" +msgstr "_Enporti" #: ../libbrasero-burn/brasero-burn-dialog.c:954 msgid "Only _Append" -msgstr "" +msgstr "Nur _postglui" #: ../libbrasero-burn/brasero-burn-dialog.c:967 msgid "" "CD-RW audio discs may not play correctly in older CD players and CD-Text " "won't be written." msgstr "" +"KD-RW sondiskoj eble ne ludas ĝuste per malnovaj KD-ludiloj kaj KD-Teksto ne " +"estos skribita." #: ../libbrasero-burn/brasero-burn-dialog.c:968 #: ../libbrasero-burn/brasero-burn-dialog.c:990 msgid "Do you want to continue anyway?" -msgstr "" +msgstr "Ĉu vi tamen volas daŭrigi?" #: ../libbrasero-burn/brasero-burn-dialog.c:971 msgid "Appending audio tracks to a CD is not advised." -msgstr "" +msgstr "Postgluadon de aŭdaj trakoj al KD oni ne konsilas." #: ../libbrasero-burn/brasero-burn-dialog.c:973 #: ../libbrasero-burn/brasero-burn-dialog.c:995 @@ -845,42 +740,44 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:989 msgid "CD-RW audio discs may not play correctly in older CD players." -msgstr "" +msgstr "KD-RW sondiskojn eble ne ludas ĝuste per malnovaj KD-ludiloj." #: ../libbrasero-burn/brasero-burn-dialog.c:993 msgid "Recording audio tracks on a rewritable disc is not advised." -msgstr "" +msgstr "Registradon de aŭdaj trakoj sur reskribebla disko oni ne konsilas." #. Translators: %s is the name of a drive #: ../libbrasero-burn/brasero-burn-dialog.c:1037 #, c-format msgid "Please eject the disc from \"%s\" manually." -msgstr "" +msgstr "Bonvolu elĵeti la diskon el “%s” permane." #: ../libbrasero-burn/brasero-burn-dialog.c:1046 msgid "" "The disc could not be ejected though it needs to be removed for the current " "operation to continue." msgstr "" +"Ne povis elĵeti la diskon kvankom oni bezonas elmeti ĝin por daŭrigi la " +"aktualan operacion." #: ../libbrasero-burn/brasero-burn-dialog.c:1133 msgid "Do you want to replace the disc and continue?" -msgstr "" +msgstr "Ĉu vi volas anstataŭigi la diskon kaj daŭrigi?" #: ../libbrasero-burn/brasero-burn-dialog.c:1134 msgid "The currently inserted disc could not be blanked." -msgstr "" +msgstr "La aktuale enmetitan diskon oni ne povas malplenigi." #: ../libbrasero-burn/brasero-burn-dialog.c:1143 msgid "Do you want to continue with full Windows compatibility disabled?" -msgstr "" +msgstr "Ĉu vi volas daŭrigi kun malŝaltita plena subteno de Windows?" #: ../libbrasero-burn/brasero-burn-dialog.c:1144 #: ../libbrasero-burn/brasero-status-dialog.c:340 #: ../src/brasero-data-disc.c:734 msgid "" "Some files don't have a suitable name for a fully Windows-compatible CD." -msgstr "" +msgstr "Kelkaj dosieroj ne havas taŭgan nomon por plena kongruo por Windows." #: ../libbrasero-burn/brasero-burn-dialog.c:1145 msgid "C_ontinue" @@ -889,15 +786,15 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1365 #: ../libbrasero-burn/brasero-burn-dialog.c:1386 msgid "The simulation was successful." -msgstr "" +msgstr "La simulado sukcesis." #: ../libbrasero-burn/brasero-burn-dialog.c:1368 msgid "Real disc burning will take place in 10 seconds." -msgstr "" +msgstr "Vera diskregistrado okazos post 10 sekundoj." #: ../libbrasero-burn/brasero-burn-dialog.c:1371 msgid "Burn _Now" -msgstr "" +msgstr "Registri _nun" #: ../libbrasero-burn/brasero-burn-dialog.c:1660 msgid "Save Current Session" @@ -910,75 +807,77 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1743 #: ../libbrasero-burn/brasero-burn-dialog.c:1761 ../src/brasero-app.c:620 msgid "Error while burning." -msgstr "" +msgstr "Eraro dum registrado." #: ../libbrasero-burn/brasero-burn-dialog.c:1751 msgid "_Save Log" -msgstr "" +msgstr "Kon_servi protokolon" #: ../libbrasero-burn/brasero-burn-dialog.c:1786 msgid "Video DVD successfully burned" -msgstr "" +msgstr "Sukcese registris videan DVD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:1788 msgid "(S)VCD successfully burned" -msgstr "" +msgstr "Sukcese registris (S)VKD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:1791 msgid "Audio CD successfully burned" -msgstr "" +msgstr "Sukcese registris aŭdan KD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:1793 #: ../libbrasero-burn/brasero-burn-dialog.c:1824 msgid "Image successfully created" -msgstr "" +msgstr "Sukcese kreis diskokopion" #: ../libbrasero-burn/brasero-burn-dialog.c:1798 msgid "DVD successfully copied" -msgstr "" +msgstr "Sukcese kopiis DVD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:1800 msgid "CD successfully copied" -msgstr "" +msgstr "Sukcese kopiis KD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:1804 msgid "Image of DVD successfully created" -msgstr "" +msgstr "Sukcese kreis diskokopion de DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:1806 msgid "Image of CD successfully created" -msgstr "" +msgstr "Sukcese kreis diskokopion de KD" #: ../libbrasero-burn/brasero-burn-dialog.c:1812 msgid "Image successfully burned to DVD" -msgstr "" +msgstr "Sukcese registris diskokopion al DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:1814 msgid "Image successfully burned to CD" -msgstr "" +msgstr "Sukcese registris diskokopion al KD" #: ../libbrasero-burn/brasero-burn-dialog.c:1820 msgid "Data DVD successfully burned" -msgstr "" +msgstr "Sukcese registris datuman DVD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:1822 msgid "Data CD successfully burned" -msgstr "" +msgstr "Sukcese registris datuman KD-on" #: ../libbrasero-burn/brasero-burn-dialog.c:1881 #, c-format msgid "Copy #%i has been burned successfully." -msgstr "" +msgstr "Sukcese registris kopion #%i." #: ../libbrasero-burn/brasero-burn-dialog.c:1889 msgid "" "Another copy will start as soon as you insert a new writable disc. If you do " "not want to burn another copy, press \"Cancel\"." msgstr "" +"Alia kopio komencos tiam kiam vi enmetas novan skribeblan diskon. Se vi ne " +"volas registri alian kopion, premu “Nuligi”." #: ../libbrasero-burn/brasero-burn-dialog.c:1963 msgid "Make _More Copies" -msgstr "" +msgstr "Fari _pli da kopioj" #: ../libbrasero-burn/brasero-burn-dialog.c:1972 msgid "Create Co_ver" @@ -986,20 +885,20 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:2134 msgid "There are some files left to burn" -msgstr "" +msgstr "Restas kelkaj registrendaj dosieroj" #: ../libbrasero-burn/brasero-burn-dialog.c:2141 msgid "There are some more videos left to burn" -msgstr "" +msgstr "Restas kelkaj registrendaj videoj" #: ../libbrasero-burn/brasero-burn-dialog.c:2145 msgid "There are some more songs left to burn" -msgstr "" +msgstr "Restas kelkaj registrendaj kantoj" #: ../libbrasero-burn/brasero-burn-dialog.c:2451 #: ../libbrasero-burn/brasero-tool-dialog.c:411 msgid "Do you really want to quit?" -msgstr "" +msgstr "Ĉu vi vere volas ĉesigi?" #: ../libbrasero-burn/brasero-burn-dialog.c:2455 #: ../libbrasero-burn/brasero-tool-dialog.c:417 @@ -1008,21 +907,23 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:2458 msgid "C_ontinue Burning" -msgstr "" +msgstr "_Daŭrigi registradon" #: ../libbrasero-burn/brasero-burn-dialog.c:2465 msgid "_Cancel Burning" -msgstr "" +msgstr "_Nuligi registradon" #: ../libbrasero-burn/brasero-burn-options.c:228 ../src/brasero-project.c:1020 msgid "" "Please insert a writable CD or DVD if you don't want to write to an image " "file." msgstr "" +"Bonvolu enmeti skribeblan KD-on aŭ DVD-on se vi ne volas skribi al " +"diskokopio dosiero." #: ../libbrasero-burn/brasero-burn-options.c:302 ../src/brasero-project.c:1595 msgid "Create _Image" -msgstr "" +msgstr "Krei d_iskokopion" #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-burn-options.c:307 @@ -1031,41 +932,43 @@ #: ../libbrasero-burn/brasero-burn-options.c:310 msgid "Make _Several Copies" -msgstr "" +msgstr "Fari _kelkajn kopiojn" #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-burn-options.c:314 ../src/brasero-project.c:1524 msgid "_Burn" -msgstr "_Skribi" +msgstr "_Registri" #: ../libbrasero-burn/brasero-burn-options.c:317 ../src/brasero-project.c:1521 msgid "Burn _Several Copies" -msgstr "" +msgstr "Registri _kelkajn kopiojn" #: ../libbrasero-burn/brasero-burn-options.c:433 ../src/brasero-project.c:949 msgid "Would you like to burn the selection of files across several media?" -msgstr "" +msgstr "Ĉu vi volas registri elekton da dosieroj trans kelkaj datumportiloj?" #: ../libbrasero-burn/brasero-burn-options.c:434 #: ../libbrasero-burn/brasero-burn-options.c:451 msgid "The data size is too large for the disc even with the overburn option." msgstr "" +"La datuma grandeco estas tro granda por la disko, eĉ kun la superregistra " +"opcio." #: ../libbrasero-burn/brasero-burn-options.c:439 ../src/brasero-project.c:954 msgid "_Burn Several Discs" -msgstr "" +msgstr "_Registri kelkajn diskojn" #: ../libbrasero-burn/brasero-burn-options.c:441 ../src/brasero-project.c:956 msgid "Burn the selection of files across several media" -msgstr "" +msgstr "Registri la elekton da dosieroj trans kelkaj datumportiloj" #: ../libbrasero-burn/brasero-burn-options.c:450 ../src/brasero-project.c:965 msgid "Please choose another CD or DVD or insert a new one." -msgstr "" +msgstr "Bonvolu elekti alian KD-on aŭ DVD-on, aŭ enmetu novan." #: ../libbrasero-burn/brasero-burn-options.c:464 ../src/brasero-project.c:1010 msgid "No track information (artist, title, ...) will be written to the disc." -msgstr "" +msgstr "Neniujn trak-informojn (artisto, titilo, ...) oni skribos al la disko." #: ../libbrasero-burn/brasero-burn-options.c:465 ../src/brasero-project.c:1011 msgid "This is not supported by the current active burning backend." @@ -1074,7 +977,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:477 #: ../nautilus/nautilus-burn-extension.c:239 msgid "Please add files." -msgstr "Bonvole aldonu dosierojn." +msgstr "Bonvolu aldoni dosierojn." #: ../libbrasero-burn/brasero-burn-options.c:478 #: ../libbrasero-burn/brasero-track-data.c:672 @@ -1083,35 +986,35 @@ #: ../nautilus/nautilus-burn-extension.c:240 ../src/brasero-project.c:1277 #, c-format msgid "There are no files to write to disc" -msgstr "" +msgstr "Estas neniuj dosieroj por skribi al disko" #: ../libbrasero-burn/brasero-burn-options.c:483 msgid "Please add songs." -msgstr "Bonvole aldonu kantojn." +msgstr "Bonvolu aldoni kantojn." #: ../libbrasero-burn/brasero-burn-options.c:484 ../src/brasero-project.c:1268 msgid "There are no songs to write to disc" -msgstr "" +msgstr "Estas neniuj kantoj por skribi al disko" #: ../libbrasero-burn/brasero-burn-options.c:489 msgid "Please add videos." -msgstr "Bonvole aldonu videojn." +msgstr "Bonvolu aldoni videojn." #: ../libbrasero-burn/brasero-burn-options.c:490 msgid "There are no videos to write to disc" -msgstr "" +msgstr "Estas neniuj videoj por skribi al disko" #: ../libbrasero-burn/brasero-burn-options.c:502 msgid "There is no inserted disc to copy." -msgstr "" +msgstr "Estas neniu enmetita disko por kopii." #: ../libbrasero-burn/brasero-burn-options.c:511 msgid "Please select a disc image." -msgstr "" +msgstr "Bonvolu elekti diskokopion." #: ../libbrasero-burn/brasero-burn-options.c:512 msgid "There is no selected disc image." -msgstr "" +msgstr "Estas neniu elektita diskokopio." #. Translators: this is a disc image not a picture #. Translators: this is a disc image, not a picture @@ -1119,28 +1022,28 @@ #: ../libbrasero-burn/brasero-src-image.c:167 msgctxt "disc" msgid "Please select another image." -msgstr "" +msgstr "Bonvolu elekti alian diskokopion." #: ../libbrasero-burn/brasero-burn-options.c:523 msgid "It doesn't appear to be a valid disc image or a valid cue file." -msgstr "" +msgstr "Ŝajne ne estas valida diskokopio aŭ valida cue-dosiero." #: ../libbrasero-burn/brasero-burn-options.c:532 msgid "Please insert a disc that is not copy protected." -msgstr "" +msgstr "Bonvolu enmeti diskon, kiu ne havas kontraŭkopian protekton." #: ../libbrasero-burn/brasero-burn-options.c:533 #: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." -msgstr "" +msgstr "Ĉiuj necesaj aplikaĵoj kaj bibliotekoj ne estas instalitaj." #: ../libbrasero-burn/brasero-burn-options.c:540 ../src/brasero-project.c:1003 msgid "Please replace the disc with a supported CD or DVD." -msgstr "" +msgstr "Bonvolu anstataŭigi la diskon per subtenita KD aŭ DVD." #: ../libbrasero-burn/brasero-burn-options.c:549 ../src/brasero-project.c:976 msgid "Would you like to burn beyond the disc's reported capacity?" -msgstr "" +msgstr "Ĉu vi volas registri ekster la raportita kapablo de la disko?" #: ../libbrasero-burn/brasero-burn-options.c:550 msgid "" @@ -1153,11 +1056,11 @@ #: ../libbrasero-burn/brasero-burn-options.c:557 ../src/brasero-project.c:983 msgid "_Overburn" -msgstr "" +msgstr "_Superregistri" #: ../libbrasero-burn/brasero-burn-options.c:559 ../src/brasero-project.c:985 msgid "Burn beyond the disc's reported capacity" -msgstr "" +msgstr "Registri ekster la raportita kapablo de la disko" #: ../libbrasero-burn/brasero-burn-options.c:569 msgid "" @@ -1168,17 +1071,17 @@ msgid "" "A new writable disc will be required once the currently loaded one has been " "copied." -msgstr "" +msgstr "Necesos nova skribebla disko kiam la nuna estas kopiita." #: ../libbrasero-burn/brasero-burn-options.c:657 msgid "Select a disc to write to" -msgstr "" +msgstr "Elektu skribendan diskon" #: ../libbrasero-burn/brasero-burn-options.c:737 #: ../libbrasero-burn/brasero-burn-options.c:755 #: ../libbrasero-burn/brasero-burn-options.c:875 msgid "Disc Burning Setup" -msgstr "" +msgstr "Agordado de diskoregistrado" #: ../libbrasero-burn/brasero-burn-options.c:764 ../src/brasero-project.c:1544 msgid "Video Options" @@ -1189,6 +1092,8 @@ "Do you want to create a disc from the contents of the image or with the " "image file inside?" msgstr "" +"Ĉu vi volas krei diskon de la enhavoj de la diskokopio aŭ diskon kiu enhavas " +"la diskonkopion ene?" #. Translators: %s is the name of the image #: ../libbrasero-burn/brasero-burn-options.c:804 @@ -1197,39 +1102,41 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned." msgstr "" +"Estas nur unu elektita dosiero (“%s”). Ĝi estas diskokopio kaj oni povas " +"registri ĝiajn enhavojn." #: ../libbrasero-burn/brasero-burn-options.c:809 msgid "Burn as _File" -msgstr "Skribi kiel _dosiero" +msgstr "Registri kiel _dosiero" #: ../libbrasero-burn/brasero-burn-options.c:811 msgid "Burn _Contents…" -msgstr "" +msgstr "Registri _enhavojn…" #: ../libbrasero-burn/brasero-burn-options.c:893 msgid "Image Burning Setup" -msgstr "" +msgstr "Agordado de registrado de diskokopio" #. pack everything #: ../libbrasero-burn/brasero-burn-options.c:901 msgid "Select a disc image to write" -msgstr "" +msgstr "Elekti skribendan diskokopion" #: ../libbrasero-burn/brasero-burn-options.c:921 msgid "Copy CD/DVD" -msgstr "Kopii KD/DVD" +msgstr "Kopii KD/DVD-on" #: ../libbrasero-burn/brasero-burn-options.c:927 msgid "Select disc to copy" -msgstr "" +msgstr "Elekti kopiendan diskon" #: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" -msgstr "" +msgstr "Bonvolu instali la sekvakn permane kaj provu denove:" #: ../libbrasero-burn/brasero-cover.c:119 msgid "Unknown song" -msgstr "" +msgstr "Nekonata kanto" #. Reminder: if this string happens to be used #. * somewhere else in brasero we'll need a @@ -1250,29 +1157,29 @@ #: ../libbrasero-burn/brasero-data-vfs.c:218 #, c-format msgid "\"%s\" cannot be read" -msgstr "Ne eblas legi na \"%s\"" +msgstr "Ne eblas legi “%s”" #: ../libbrasero-burn/brasero-dest-selection.c:605 #: ../libbrasero-burn/brasero-image-type-chooser.c:133 msgid "SVCD image" -msgstr "" +msgstr "Diskokopio de SVKD" #: ../libbrasero-burn/brasero-dest-selection.c:607 #: ../libbrasero-burn/brasero-image-type-chooser.c:127 msgid "VCD image" -msgstr "" +msgstr "Diskokopio de VKD" #: ../libbrasero-burn/brasero-dest-selection.c:611 #: ../libbrasero-burn/brasero-image-type-chooser.c:106 msgid "Video DVD image" -msgstr "" +msgstr "Diskokopio de videa DVD" #. NOTE for translators: the first %s is medium_name ("File #. * Image") and the second the path for the image file #: ../libbrasero-burn/brasero-dest-selection.c:623 #, c-format msgid "%s: \"%s\"" -msgstr "%s: \"%s\"" +msgstr "%s: “%s”" #. Translators: this string is only used when the user #. * wants to copy a disc using the same destination and @@ -1283,33 +1190,33 @@ #: ../libbrasero-burn/brasero-dest-selection.c:655 #, c-format msgid "New disc in the burner holding the source disc" -msgstr "" +msgstr "Nova disko en la registrilo tenante la fontan diskon" #. NOTE for translators, the first %s is the medium name #: ../libbrasero-burn/brasero-dest-selection.c:696 #, c-format msgid "%s: not enough free space" -msgstr "" +msgstr "%s: Ne sufiĉa libera spaco" #. NOTE for translators: the first %s is the medium name, the second %s #. * is its available free space. "Free" here is the free space available. #: ../libbrasero-burn/brasero-dest-selection.c:727 #, c-format msgid "%s: %s of free space" -msgstr "" +msgstr "%s: %s da libera spaco" #. Translators: the first %s is the path of the directory where brasero #. * will store its temporary files; the second one is the size available #: ../libbrasero-burn/brasero-drive-properties.c:192 #, c-format msgid "%s: %s free" -msgstr "%s: %s libere" +msgstr "%s: %s libera" #: ../libbrasero-burn/brasero-drive-properties.c:233 #: ../libbrasero-burn/brasero-drive-properties.c:272 #: ../libbrasero-burn/brasero-drive-properties.c:324 msgid "Do you really want to choose this location?" -msgstr "" +msgstr "Ĉu vi vere volas elekti ĉi tiun lokon?" #: ../libbrasero-burn/brasero-drive-properties.c:277 #: ../libbrasero-burn/brasero-session.c:1287 @@ -1319,7 +1226,7 @@ #: ../plugins/libburnia/burn-libisofs.c:246 #, c-format msgid "You do not have the required permission to write at this location" -msgstr "" +msgstr "Vi ne havas la necesajn permesojn por skribi ĉi tie" #: ../libbrasero-burn/brasero-drive-properties.c:330 msgid "" @@ -1327,6 +1234,9 @@ "GiB).\n" "This can be a problem when writing DVDs or large images." msgstr "" +"La dosiersistemo sur ĉi tiu datumportilo ne subtenas grandajn dosierojn (pli " +"ol 2 GiB).\n" +"Ĉi tio povus esti problemo kiam skribante DVD-ojn aŭ grandajn diskokopiojn." #. Translators %s.1f is the speed used to burn #: ../libbrasero-burn/brasero-drive-properties.c:524 @@ -1344,30 +1254,30 @@ #: ../libbrasero-burn/brasero-drive-properties.c:532 #, c-format msgid "%.1f× (BD)" -msgstr "" +msgstr "%.1f× (BD)" #. Translators %s.1f is the speed used to burn for every medium #. * type. BD = Blu Ray #: ../libbrasero-burn/brasero-drive-properties.c:537 #, c-format msgid "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" -msgstr "" +msgstr "%.1f× (BD) %.1f× (DVD) %.1f× (KD)" #: ../libbrasero-burn/brasero-drive-properties.c:575 msgid "Impossible to retrieve speeds" -msgstr "" +msgstr "Neeblas akiri rapidecojn" #: ../libbrasero-burn/brasero-drive-properties.c:584 msgid "Maximum speed" -msgstr "Maksimuma rapido" +msgstr "Maksimuma rapideco" #: ../libbrasero-burn/brasero-drive-properties.c:710 msgid "Burning speed" -msgstr "Skrib-rapido" +msgstr "Registra rapideco" #: ../libbrasero-burn/brasero-drive-properties.c:723 msgid "_Simulate before burning" -msgstr "" +msgstr "_Simuli antaŭ ol registri" #: ../libbrasero-burn/brasero-drive-properties.c:724 msgid "" @@ -1381,7 +1291,7 @@ #: ../libbrasero-burn/brasero-drive-properties.c:728 msgid "Burn the image directly _without saving it to disc" -msgstr "" +msgstr "Registri la diskokopion rekte _sen konservi ĝin al disko" #: ../libbrasero-burn/brasero-drive-properties.c:730 msgid "Leave the disc _open to add other files later" @@ -1399,7 +1309,7 @@ #: ../libbrasero-burn/brasero-drive-properties.c:763 msgid "Location for _Temporary Files" -msgstr "" +msgstr "Loko por _provizoraj dosieroj" #: ../libbrasero-burn/brasero-drive-properties.c:783 msgid "Set the directory where to store temporary files" @@ -1407,11 +1317,11 @@ #: ../libbrasero-burn/brasero-drive-properties.c:788 msgid "Temporary files" -msgstr "" +msgstr "Provizoraj dosieroj" #: ../libbrasero-burn/brasero-filtered-uri.c:57 msgid "Hidden file" -msgstr "Kasita dosiero" +msgstr "Kaŝita dosiero" #: ../libbrasero-burn/brasero-filtered-uri.c:58 msgid "Unreadable file" @@ -1419,25 +1329,25 @@ #: ../libbrasero-burn/brasero-filtered-uri.c:59 msgid "Broken symbolic link" -msgstr "" +msgstr "Rompita simbola ligilo" #: ../libbrasero-burn/brasero-filtered-uri.c:60 #: ../libbrasero-utils/brasero-io.c:1190 ../libbrasero-utils/brasero-io.c:2061 #, c-format msgid "Recursive symbolic link" -msgstr "" +msgstr "Rikura simbola ligilo" #: ../libbrasero-burn/brasero-image-properties.c:243 msgid "Disc image type:" -msgstr "" +msgstr "Speco de diskokopio:" #: ../libbrasero-burn/brasero-image-type-chooser.c:97 msgid "Autodetect" -msgstr "" +msgstr "Aŭtomate detekti" #: ../libbrasero-burn/brasero-image-type-chooser.c:106 msgid "ISO9660 image" -msgstr "" +msgstr "ISO9660-diskokopio" #: ../libbrasero-burn/brasero-image-type-chooser.c:115 msgid "Readcd/Readom image" @@ -1445,36 +1355,40 @@ #: ../libbrasero-burn/brasero-image-type-chooser.c:141 msgid "Cue image" -msgstr "" +msgstr "Cue-diskokopio" #: ../libbrasero-burn/brasero-image-type-chooser.c:151 msgid "Cdrdao image" -msgstr "" +msgstr "Cdrdao-diskokopio" #: ../libbrasero-burn/brasero-medium-properties.c:93 #: ../src/brasero-project.c:1503 #, c-format msgid "Properties of %s" -msgstr "" +msgstr "Ecoj de %s" #: ../libbrasero-burn/brasero-medium-properties.c:133 msgid "" "Do you really want to keep the current extension for the disc image name?" msgstr "" +"Ĉu vi vere volas teni la aktualan dosiersufikson por la nomo de la " +"diskokopio?" #: ../libbrasero-burn/brasero-medium-properties.c:139 msgid "" "If you choose to keep it, programs may not be able to recognize the file " "type properly." msgstr "" +"Se vi elektas teni ĝin, povus esti ke programoj ne rekonos la dosiertipon " +"ĝuste." #: ../libbrasero-burn/brasero-medium-properties.c:142 msgid "_Keep Current Extension" -msgstr "" +msgstr "_Teni aktualan dosiersufikson" #: ../libbrasero-burn/brasero-medium-properties.c:145 msgid "Change _Extension" -msgstr "" +msgstr "Ŝanĝi dosier_sufikson" #: ../libbrasero-burn/brasero-medium-properties.c:234 msgid "Configure recording options" @@ -1485,46 +1399,46 @@ #: ../libbrasero-burn/brasero-progress.c:198 #, c-format msgid "Total time: %02i:%02i:%02i" -msgstr "" +msgstr "Totala tempo: %02i:%02i:%02i" #: ../libbrasero-burn/brasero-progress.c:209 msgid "Average drive speed:" -msgstr "" +msgstr "Meza rapideco de diskingo:" #. Translators: first %02i is hours, the second one is minutes #. * and the third one is seconds. #: ../libbrasero-burn/brasero-progress.c:437 #, c-format msgid "Estimated remaining time: %02i:%02i:%02i" -msgstr "" +msgstr "Antaŭkalkulita restanta tempo: %02i:%02i:%02i" #: ../libbrasero-burn/brasero-progress.c:479 #, c-format msgid "%i MiB of %i MiB" -msgstr "" +msgstr "%i MiB de %i MiB" #: ../libbrasero-burn/brasero-progress.c:505 msgid "Estimated drive speed:" -msgstr "" +msgstr "Antaŭkalkulita rapideco de diskingo:" #. Translators: %s is a path #: ../libbrasero-burn/brasero-src-image.c:229 #, c-format msgid "\"%s\": loading" -msgstr "\"%s\": ŝaĝante" +msgstr "“%s”: ŝargante" #. Translators: %s is a path and image refers to a disc image #: ../libbrasero-burn/brasero-src-image.c:236 #, c-format msgid "\"%s\": unknown disc image type" -msgstr "" +msgstr "“%s”: nekonata speco de diskokopio" #. NOTE to translators, the first %s is the path of the image #. * file and the second its size. #: ../libbrasero-burn/brasero-src-image.c:258 #, c-format msgid "\"%s\": %s" -msgstr "\"%s\": %s" +msgstr "“%s”: %s" #. This is hackish and meant to avoid ellipsization to make the #. * label too small. @@ -1532,11 +1446,11 @@ #: ../libbrasero-burn/brasero-src-image.c:271 #: ../libbrasero-burn/brasero-src-image.c:554 msgid "Click here to select a disc _image" -msgstr "" +msgstr "Alklaku ĉi tie por elekti d_iskokopion" #: ../libbrasero-burn/brasero-src-image.c:415 msgid "Select Disc Image" -msgstr "" +msgstr "Elekti diskokopion" #: ../libbrasero-burn/brasero-src-image.c:444 #: ../nautilus/nautilus-burn-bar.c:236 ../src/brasero-file-chooser.c:350 @@ -1548,22 +1462,22 @@ #: ../libbrasero-burn/brasero-src-image.c:450 msgctxt "disc" msgid "Image files" -msgstr "" +msgstr "Diskokopiaj dosieroj" #: ../libbrasero-burn/brasero-src-image.c:467 msgid "Image type:" -msgstr "" +msgstr "Diskokopia speco:" #: ../libbrasero-burn/brasero-status-dialog.c:147 #, c-format msgid "Estimated size: %s" -msgstr "" +msgstr "Antaŭkalkulita grandeco: %s" #: ../libbrasero-burn/brasero-status-dialog.c:209 #: ../src/brasero-data-disc.c:870 #, c-format msgid "Do you really want to add \"%s\" to the selection?" -msgstr "" +msgstr "Ĉu vi vere volas aldoni “%s” al la elekto?" #: ../libbrasero-burn/brasero-status-dialog.c:228 #: ../src/brasero-data-disc.c:879 @@ -1578,13 +1492,13 @@ #: ../libbrasero-burn/brasero-status-dialog.c:294 #: ../src/brasero-data-disc.c:839 ../src/brasero-data-disc.c:883 msgid "Ne_ver Add Such File" -msgstr "" +msgstr "N_eniam aldoni tian dosieron" #: ../libbrasero-burn/brasero-status-dialog.c:233 #: ../libbrasero-burn/brasero-status-dialog.c:295 #: ../src/brasero-data-disc.c:840 ../src/brasero-data-disc.c:884 msgid "Al_ways Add Such File" -msgstr "" +msgstr "Ĉi_am aldoni tian dosieron" #: ../libbrasero-burn/brasero-status-dialog.c:271 #: ../src/brasero-data-disc.c:826 @@ -1593,6 +1507,8 @@ "Do you really want to add \"%s\" to the selection and use the third version " "of the ISO9660 standard to support it?" msgstr "" +"Ĉu vi vere volas aldoni “%s” al la elekto kaj uzi la trian version de la " +"ISO9660-normo por ĝin subteni?" #: ../libbrasero-burn/brasero-status-dialog.c:290 #: ../src/brasero-data-disc.c:835 @@ -1610,34 +1526,34 @@ #: ../libbrasero-burn/brasero-status-dialog.c:330 #: ../src/brasero-data-disc.c:729 msgid "Should files be renamed to be fully Windows-compatible?" -msgstr "" +msgstr "Ĉu alinomi dosierojn por ke ili estos Widnows-kongruaj?" #: ../libbrasero-burn/brasero-status-dialog.c:341 #: ../src/brasero-data-disc.c:735 msgid "Those names should be changed and truncated to 64 characters." -msgstr "" +msgstr "Tiujn nomojn oni devus ŝanĝi kaj distranĉi al 64 signoj." #: ../libbrasero-burn/brasero-status-dialog.c:346 #: ../src/brasero-data-disc.c:738 msgid "_Disable Full Windows Compatibility" -msgstr "" +msgstr "_Malŝalti plenan kongruon por Windows" #: ../libbrasero-burn/brasero-status-dialog.c:349 #: ../src/brasero-data-disc.c:737 msgid "_Rename for Full Windows Compatibility" -msgstr "" +msgstr "_Alinomi por plena kongruo por Windows" #: ../libbrasero-burn/brasero-status-dialog.c:566 msgid "Size Estimation" -msgstr "" +msgstr "Antaŭkalkulo de grandeco" #: ../libbrasero-burn/brasero-status-dialog.c:568 msgid "Please wait until the estimation of the size is completed." -msgstr "" +msgstr "Bonvolu atendi ĝis la antaŭkalkulado de la grandeco plenumis." #: ../libbrasero-burn/brasero-status-dialog.c:569 msgid "All files need to be analysed to complete this operation." -msgstr "" +msgstr "Necesas analizi ĉiujn dosierojn por plenumi ĉi tiun operacion." #: ../libbrasero-burn/brasero-sum-dialog.c:134 #: ../libbrasero-burn/brasero-sum-dialog.c:215 @@ -1647,54 +1563,54 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:165 #: ../libbrasero-burn/brasero-sum-dialog.c:514 msgid "The file integrity check could not be performed." -msgstr "" +msgstr "Ne povis fari dosierintegrecan kontrolon." #: ../libbrasero-burn/brasero-sum-dialog.c:166 ../src/brasero-data-disc.c:214 #: ../src/brasero-eject-dialog.c:102 ../src/brasero-playlist.c:393 #: ../src/brasero-project.c:2625 msgid "An unknown error occurred" -msgstr "" +msgstr "Okazis nekonata eraro" #: ../libbrasero-burn/brasero-sum-dialog.c:178 msgid "The file integrity check was performed successfully." -msgstr "" +msgstr "Sukcese faris la dosierintegrecan kontrolon." #: ../libbrasero-burn/brasero-sum-dialog.c:179 msgid "There seem to be no corrupted files on the disc" -msgstr "" +msgstr "Ŝajne ne estas difektitaj dosieroj sur la disko" #: ../libbrasero-burn/brasero-sum-dialog.c:207 msgid "The following files appear to be corrupted:" -msgstr "" +msgstr "La sekvaj dosieroj ŝajne estas difektitaj:" #: ../libbrasero-burn/brasero-sum-dialog.c:250 msgid "Corrupted Files" -msgstr "" +msgstr "Difektitaj dosieroj" #: ../libbrasero-burn/brasero-sum-dialog.c:342 msgid "Downloading MD5 file" -msgstr "" +msgstr "Elŝutante MD5-dosieron" #: ../libbrasero-burn/brasero-sum-dialog.c:397 #, c-format msgid "\"%s\" is not a valid URI" -msgstr "" +msgstr "“%s” ne estas valida URI" #: ../libbrasero-burn/brasero-sum-dialog.c:515 msgid "No MD5 file was given." -msgstr "" +msgstr "Neniu MD5-dosiero estis donita." #: ../libbrasero-burn/brasero-sum-dialog.c:692 msgid "Use an _MD5 file to check the disc" -msgstr "" +msgstr "Uzi _MD5-dosieron por kontroli la diskon" #: ../libbrasero-burn/brasero-sum-dialog.c:693 msgid "Use an external .md5 file that stores the checksum of a disc" -msgstr "" +msgstr "Uzi eksteran .md5-dosieron, kiu konservas la kontrolsumon de disko" #: ../libbrasero-burn/brasero-sum-dialog.c:706 msgid "Open an MD5 file" -msgstr "" +msgstr "Malfermi MD5-dosieron" #: ../libbrasero-burn/brasero-sum-dialog.c:721 msgid "_Check" @@ -1702,13 +1618,13 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:752 msgid "Disc Checking" -msgstr "" +msgstr "Kontrolado de disko" #: ../libbrasero-burn/brasero-tool-dialog.c:78 #: ../libbrasero-burn/brasero-tool-dialog.c:92 #: ../libbrasero-burn/brasero-tool-dialog.c:102 msgid "The operation cannot be performed." -msgstr "" +msgstr "Ne povis fari la operacion." #: ../libbrasero-burn/brasero-tool-dialog.c:79 #: ../plugins/cdrkit/burn-wodim.c:151 ../plugins/cdrkit/burn-wodim.c:421 @@ -1718,11 +1634,11 @@ #: ../plugins/libburnia/burn-libburn.c:610 #, c-format msgid "The disc is not supported" -msgstr "" +msgstr "La disko ne estas subtenita" #: ../libbrasero-burn/brasero-tool-dialog.c:103 msgid "The drive is empty" -msgstr "La portilo estas malplene" +msgstr "La diskingo estas malplena" #: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 @@ -1740,24 +1656,24 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:793 #: ../src/brasero-playlist.c:536 ../src/brasero-video-tree-model.c:342 msgid "(loading…)" -msgstr "" +msgstr "(ŝargante…)" #: ../libbrasero-burn/brasero-track-data-cfg.c:619 #: ../libbrasero-burn/brasero-track-data-cfg.c:799 #: ../src/brasero-playlist.c:497 msgid "Empty" -msgstr "Vaka" +msgstr "Malplena" #: ../libbrasero-burn/brasero-track-data-cfg.c:725 msgid "Disc file" -msgstr "" +msgstr "Disk-dosiero" #: ../libbrasero-burn/brasero-track-data-cfg.c:803 #, c-format msgid "%d item" msgid_plural "%d items" -msgstr[0] "%d elemento" -msgstr[1] "%d elementoj" +msgstr[0] "%d ero" +msgstr[1] "%d eroj" #: ../libbrasero-burn/brasero-track-data-cfg.c:1916 #, c-format @@ -1767,68 +1683,68 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:1919 #, c-format msgid "New folder %i" -msgstr "Nova doserujo %i" +msgstr "Nova dosierujo %i" #: ../libbrasero-burn/brasero-track-data-cfg.c:2406 #: ../libbrasero-burn/brasero-track-data-cfg.c:2416 msgid "Analysing files" -msgstr "" +msgstr "Analizante dosierojn" #: ../libbrasero-burn/brasero-track-data-cfg.c:2552 #, c-format msgid "\"%s\" is a recursive symbolic link." -msgstr "" +msgstr "“%s” estas rikura simbola ligilo." #. Translators: %s is the path of a drive #: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 #, c-format msgid "\"%s\" cannot be found." -msgstr "\"%s\" ne troveblas." +msgstr "“%s” ne troveblas." #: ../libbrasero-burn/brasero-track-image-cfg.c:451 msgid "Retrieving image format and size" -msgstr "" +msgstr "Akirante bildformon kaj grandecon" #. Translators: This is a disc image #: ../libbrasero-burn/brasero-track-image-cfg.c:471 msgid "The format of the disc image could not be identified" -msgstr "" +msgstr "Ne povis identigi la formon de la diskokopio" #: ../libbrasero-burn/brasero-track-image-cfg.c:472 msgid "Please set it manually" -msgstr "" +msgstr "Bonvolu agordi ĝin permane" #. Translators: %s is the name of the file that has just been deleted #: ../libbrasero-burn/brasero-track-stream-cfg.c:90 #, c-format msgid "\"%s\" was removed from the file system." -msgstr "" +msgstr "“%s” estis forigita de la dosiersistemo." #: ../libbrasero-burn/brasero-track-stream-cfg.c:129 #: ../src/brasero-audio-disc.c:754 ../src/brasero-video-disc.c:365 #, c-format msgid "Directories cannot be added to video or audio discs" -msgstr "" +msgstr "Ne povas aldoni dosierujojn al videaj aŭ sonaj diskoj" #: ../libbrasero-burn/brasero-track-stream-cfg.c:142 #, c-format msgid "Playlists cannot be added to video or audio discs" -msgstr "" +msgstr "Ne povas aldoni ludlistojn al videaj aŭ sonaj diskoj" #. Translators: %s is the name of the file #: ../libbrasero-burn/brasero-track-stream-cfg.c:157 #: ../libbrasero-burn/brasero-track-stream-cfg.c:174 #, c-format msgid "\"%s\" is not suitable for audio or video media" -msgstr "" +msgstr "“%s” ne taŭgas por aŭdaj aŭ videaj aŭdovidaĵoj" #: ../libbrasero-burn/brasero-track-stream-cfg.c:401 msgid "Analysing video files" -msgstr "" +msgstr "Analizante video-dosierojn" #: ../libbrasero-burn/brasero-video-options.c:447 msgid "Video format:" -msgstr "Video-formato:" +msgstr "Video-formo:" #: ../libbrasero-burn/brasero-video-options.c:458 msgid "_NTSC" @@ -1836,7 +1752,7 @@ #: ../libbrasero-burn/brasero-video-options.c:460 msgid "Format used mostly on the North American continent" -msgstr "" +msgstr "Formo kiu ĉefe estas uzata en la nordamerika kontinento" #: ../libbrasero-burn/brasero-video-options.c:473 msgid "_PAL/SECAM" @@ -1844,11 +1760,11 @@ #: ../libbrasero-burn/brasero-video-options.c:475 msgid "Format used mostly in Europe" -msgstr "Formato kiu prefere estas uzata en Eŭropo" +msgstr "Formo kiu ĉefe estas uzata en Eŭropo" #: ../libbrasero-burn/brasero-video-options.c:489 msgid "Native _format" -msgstr "Indiĝena _formato" +msgstr "Indiĝena _formo" #: ../libbrasero-burn/brasero-video-options.c:504 msgid "Aspect ratio:" @@ -1878,11 +1794,11 @@ #: ../libbrasero-burn/brasero-xfer.c:130 ../libbrasero-burn/brasero-xfer.c:266 #, c-format msgid "Directory could not be created (%s)" -msgstr "" +msgstr "Ne povis krei dosierujon (%s)" #: ../libbrasero-burn/burn-basics.c:77 msgid "Getting size" -msgstr "" +msgstr "Akirante grandecon" #: ../libbrasero-burn/burn-basics.c:79 msgid "Writing" @@ -1890,27 +1806,27 @@ #: ../libbrasero-burn/burn-basics.c:80 msgid "Blanking" -msgstr "" +msgstr "Malplenigante" #: ../libbrasero-burn/burn-basics.c:81 msgid "Creating checksum" -msgstr "" +msgstr "Kreante kontrolsumon" #: ../libbrasero-burn/burn-basics.c:83 msgid "Copying file" -msgstr "" +msgstr "Kopiante dosieron" #: ../libbrasero-burn/burn-basics.c:84 msgid "Analysing audio files" -msgstr "" +msgstr "Analizante aŭdajn dosierojn" #: ../libbrasero-burn/burn-basics.c:85 msgid "Transcoding song" -msgstr "" +msgstr "Transkodante kanton" #: ../libbrasero-burn/burn-basics.c:86 msgid "Preparing to write" -msgstr "" +msgstr "Preparante por skribado" #: ../libbrasero-burn/burn-basics.c:87 msgid "Writing leadin" @@ -1918,11 +1834,11 @@ #: ../libbrasero-burn/burn-basics.c:88 msgid "Writing CD-Text information" -msgstr "" +msgstr "Skribante KD-Tekstan informon" #: ../libbrasero-burn/burn-basics.c:89 msgid "Finalizing" -msgstr "" +msgstr "Finante" #: ../libbrasero-burn/burn-basics.c:90 msgid "Writing leadout" @@ -1930,7 +1846,7 @@ #: ../libbrasero-burn/burn-basics.c:91 msgid "Starting to record" -msgstr "" +msgstr "Komencante registron" #: ../libbrasero-burn/burn-basics.c:92 msgid "Success" @@ -1938,7 +1854,7 @@ #: ../libbrasero-burn/burn-basics.c:93 msgid "Ejecting medium" -msgstr "" +msgstr "Elĵetante datumportilon" #: ../libbrasero-burn/burn-debug.c:54 msgid "Display debug statements on stdout for Brasero burn library" @@ -1946,7 +1862,7 @@ #: ../libbrasero-burn/burn-debug.c:80 msgid "Brasero media burning library" -msgstr "" +msgstr "Brasero registra biblioteko por datumportiloj" #: ../libbrasero-burn/burn-debug.c:81 msgid "Display options for Brasero-burn library" @@ -1958,7 +1874,7 @@ #: ../libbrasero-burn/burn-job.c:1119 #, c-format msgid "\"%s\" did not behave properly" -msgstr "" +msgstr "“%s” ne funkciis ĝuste" #. Translators: the first %s is the size of the free space on the medium #. * and the second %s is the size of the space required by the data to be @@ -1966,7 +1882,7 @@ #: ../libbrasero-burn/burn-job.c:430 #, c-format msgid "Not enough space available on the disc (%s available for %s)" -msgstr "" +msgstr "Ne sufiĉa spaco disponeblas sur la disko (%s disponebla por %s)" #: ../libbrasero-burn/burn-job.c:522 #, c-format @@ -1974,6 +1890,8 @@ "The filesystem you chose to store the temporary image on cannot hold files " "with a size over 2 GiB" msgstr "" +"La dosiersistemo, kiun vi elektis por konservi la provizoran diskokopion, ne " +"povas teni dosierojn kiuj estas pli grandaj ol 2 GiB" #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 #, c-format @@ -1981,16 +1899,18 @@ "The location you chose to store the temporary image on does not have enough " "free space for the disc image (%ld MiB needed)" msgstr "" +"La loko, kiun vi elektis por konservi la provizoran diskokopion, ne havas " +"sufiĉan liberan spacon por la diskokopio (%ld MiB necesas)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" -msgstr "" +msgstr "Ne povis akiri la grandecon de la datumportilo" #: ../libbrasero-burn/burn-job.c:627 #, c-format msgid "No path was specified for the image output" -msgstr "" +msgstr "Neniu vojo estis specifita por la diskokopia eliro" #. Translators: %s is the error returned by libburn #. Translators: the %s is the error message from errno @@ -1999,7 +1919,7 @@ #: ../plugins/transcode/burn-transcode.c:790 #, c-format msgid "An internal error occurred (%s)" -msgstr "" +msgstr "Okazis interna eraro (%s)" #: ../libbrasero-burn/burn-mkisofs-base.c:153 #: ../libbrasero-burn/burn-mkisofs-base.c:494 @@ -2008,45 +1928,45 @@ #: ../plugins/libburnia/burn-libisofs.c:707 #, c-format msgid "The file is not stored locally" -msgstr "" +msgstr "La dosiero ne estas konservita loke" #: ../libbrasero-burn/burn-mkisofs-base.c:644 #, c-format msgid "VIDEO_TS directory is missing or invalid" -msgstr "" +msgstr "VIDEO_TS dosierujo mankas aŭ ne validas" #: ../libbrasero-burn/burn-plugin.c:647 #, c-format msgid "\"%s\" could not be found in the path" -msgstr "" +msgstr "Ne povis trovi “%s” en la vojo" #: ../libbrasero-burn/burn-plugin.c:651 #, c-format msgid "\"%s\" GStreamer plugin could not be found" -msgstr "" +msgstr "Ne povis trovi “%s” GStreamer-kromprogramon" #: ../libbrasero-burn/burn-plugin.c:655 ../libbrasero-burn/burn-plugin.c:667 #, c-format msgid "The version of \"%s\" is too old" -msgstr "" +msgstr "La versio de “%s” estas tro malnova" #: ../libbrasero-burn/burn-plugin.c:659 #, c-format msgid "\"%s\" is a symbolic link pointing to another program" -msgstr "" +msgstr "“%s” estas simbola ligilo indikante alian programon" #. Translators: %s is a filename #: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 #: ../plugins/growisofs/burn-growisofs.c:509 #, c-format msgid "\"%s\" could not be found" -msgstr "" +msgstr "Ne povis trovi “%s”" #. Translators: %s is the name of the brasero element #: ../libbrasero-burn/burn-process.c:259 #, c-format msgid "Process \"%s\" ended with an error code (%i)" -msgstr "" +msgstr "Procezo “%s” ĉesis kun erarkodo (%i)" #. Translators: This is a fake drive, a file, and means that #. * when we're writing, we're writing to a file and create an @@ -2055,12 +1975,12 @@ #: ../libbrasero-media/brasero-medium.c:206 #: ../libbrasero-media/brasero-volume.c:382 msgid "Image File" -msgstr "Bilddosiero" +msgstr "Diskokopia dosiero" #: ../libbrasero-media/brasero-drive-selection.c:341 #: ../libbrasero-media/brasero-drive-selection.c:436 msgid "Unnamed CD/DVD Drive" -msgstr "Nenomita KD/DVD-diskilo" +msgstr "Sennoma KD/DVD-diskingo" #: ../libbrasero-media/brasero-media.c:54 msgid "Display debug statements on stdout for Brasero media library" @@ -2068,7 +1988,7 @@ #: ../libbrasero-media/brasero-media.c:477 msgid "Brasero optical media library" -msgstr "" +msgstr "Brasero biblioteko por lumdiskoj" #: ../libbrasero-media/brasero-media.c:478 msgid "Display options for Brasero media library" @@ -2088,7 +2008,7 @@ #: ../libbrasero-media/brasero-medium.c:68 msgid "CD-RW" -msgstr "" +msgstr "KD-RW" #: ../libbrasero-media/brasero-medium.c:69 msgid "DVD-ROM" @@ -2100,7 +2020,7 @@ #: ../libbrasero-media/brasero-medium.c:71 msgid "DVD-RW" -msgstr "" +msgstr "DVD-RW" #: ../libbrasero-media/brasero-medium.c:72 msgid "DVD+R" @@ -2108,19 +2028,19 @@ #: ../libbrasero-media/brasero-medium.c:73 msgid "DVD+RW" -msgstr "" +msgstr "DVD+RW" #: ../libbrasero-media/brasero-medium.c:74 msgid "DVD+R dual layer" -msgstr "" +msgstr "DVD+R duobla tavolo" #: ../libbrasero-media/brasero-medium.c:75 msgid "DVD+RW dual layer" -msgstr "" +msgstr "DVD+RW duobla tavolo" #: ../libbrasero-media/brasero-medium.c:76 msgid "DVD-R dual layer" -msgstr "" +msgstr "DVD-R duobla tavolo" #: ../libbrasero-media/brasero-medium.c:77 msgid "DVD-RAM" @@ -2128,56 +2048,56 @@ #: ../libbrasero-media/brasero-medium.c:78 msgid "Blu-ray disc" -msgstr "" +msgstr "Blu-radia disko" #: ../libbrasero-media/brasero-medium.c:79 msgid "Writable Blu-ray disc" -msgstr "" +msgstr "Skribebla Blu-radia disko" #: ../libbrasero-media/brasero-medium.c:80 msgid "Rewritable Blu-ray disc" -msgstr "" +msgstr "Reskribebla Blu-radia disko" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:216 #, c-format msgid "Blank %s in %s" -msgstr "" +msgstr "Malplena %s en %s" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:223 #, c-format msgid "Audio and data %s in %s" -msgstr "" +msgstr "Aŭda kaj datuma %s en %s" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:230 #, c-format msgid "Audio %s in %s" -msgstr "" +msgstr "Aŭda %s en %s" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:237 #, c-format msgid "Data %s in %s" -msgstr "" +msgstr "Datuma %s en %s" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:244 #, c-format msgid "%s in %s" -msgstr "" +msgstr "%s en %s" #. NOTE for translators, the first %s is the medium name #: ../libbrasero-media/brasero-medium-selection.c:158 #, c-format msgid "%s: empty" -msgstr "%s: malplene" +msgstr "%s: malplena" #. NOTE for translators: the first %s is the medium name, the #. * second %s is the space (kio, gio) used by data on the disc. @@ -2198,7 +2118,7 @@ #: ../libbrasero-media/brasero-medium-selection.c:460 msgid "No disc available" -msgstr "" +msgstr "Neniu disko disponeblas" #. Translators: this is hour minute second like '2 h 14 min 25' #: ../libbrasero-media/brasero-units.c:71 @@ -2248,19 +2168,19 @@ #: ../libbrasero-media/brasero-volume.c:186 #, c-format msgid "The disc mount point could not be retrieved" -msgstr "" +msgstr "Ne povis akiri la diskan surmetingon" #. NOTE for translators: the first %s is the disc type and Blank is an adjective. #: ../libbrasero-media/brasero-volume.c:409 #, c-format msgid "Blank disc (%s)" -msgstr "" +msgstr "Malplena disko (%s)" #. NOTE for translators: the first %s is the disc type. #: ../libbrasero-media/brasero-volume.c:413 #, c-format msgid "Audio and data disc (%s)" -msgstr "" +msgstr "Aŭda kaj datuma disko (%s)" #. NOTE for translators: the first %s is the disc type. #. NOTE to translators: the final string must not be over @@ -2269,7 +2189,7 @@ #: ../libbrasero-media/brasero-volume.c:417 ../src/brasero-project-name.c:322 #, c-format msgid "Audio disc (%s)" -msgstr "" +msgstr "Sondisko (%s)" #. NOTE for translators: the first %s is the disc type. #. NOTE to translators: the final string must not be over @@ -2279,7 +2199,7 @@ #: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" -msgstr "" +msgstr "Datumdisko (%s)" #: ../libbrasero-media/burn-iso9660.c:158 #: ../libbrasero-media/burn-iso9660.c:167 @@ -2288,23 +2208,23 @@ #: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" -msgstr "" +msgstr "Ŝajne ne estas valida ISO-diskokopio" #: ../libbrasero-media/scsi-error.c:43 ../src/brasero-project-name.c:84 msgid "Unknown error" -msgstr "" +msgstr "Nekonata eraro" #: ../libbrasero-media/scsi-error.c:44 msgid "Size mismatch" -msgstr "" +msgstr "Malkongruo de grandeco" #: ../libbrasero-media/scsi-error.c:45 msgid "Type mismatch" -msgstr "" +msgstr "Malkongruo de speco" #: ../libbrasero-media/scsi-error.c:46 msgid "Bad argument" -msgstr "" +msgstr "Malbona argumento" #: ../libbrasero-media/scsi-error.c:48 msgid "Outrange address" @@ -2312,23 +2232,23 @@ #: ../libbrasero-media/scsi-error.c:49 msgid "Invalid address" -msgstr "" +msgstr "Nevalida adreso" #: ../libbrasero-media/scsi-error.c:50 msgid "Invalid command" -msgstr "" +msgstr "Nevalida komando" #: ../libbrasero-media/scsi-error.c:51 msgid "Invalid parameter in command" -msgstr "" +msgstr "Nevalida parametro en komando" #: ../libbrasero-media/scsi-error.c:52 msgid "Invalid field in command" -msgstr "" +msgstr "Nevalida kampo en komando" #: ../libbrasero-media/scsi-error.c:53 msgid "The device timed out" -msgstr "" +msgstr "La aparato eltempiĝis" #: ../libbrasero-media/scsi-error.c:54 msgid "Key not established" @@ -2350,7 +2270,7 @@ #: ../libbrasero-utils/brasero-io.c:1418 #, c-format msgid "The file does not appear to be a playlist" -msgstr "" +msgstr "La dosiero ŝajne ne estas ludlisto" #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:199 @@ -2367,11 +2287,11 @@ #: ../libbrasero-utils/brasero-jacket-background.c:262 msgid "Horizontal gradient" -msgstr "" +msgstr "Horizontala kolortransiro" #: ../libbrasero-utils/brasero-jacket-background.c:263 msgid "Vertical gradient" -msgstr "" +msgstr "Vertikala kolortransiro" #. second part #. Translators: This is an image, a picture, not a "Disc Image" @@ -2382,21 +2302,21 @@ #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:308 msgid "Image path:" -msgstr "" +msgstr "Vojo de bildo:" #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:320 msgid "Choose an image" -msgstr "" +msgstr "Elektu bildon" #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:331 msgid "Image style:" -msgstr "" +msgstr "Bildstilo:" #: ../libbrasero-utils/brasero-jacket-background.c:345 msgid "Centered" -msgstr "" +msgstr "Centrigita" #: ../libbrasero-utils/brasero-jacket-background.c:346 msgid "Tiled" @@ -2408,7 +2328,7 @@ #: ../libbrasero-utils/brasero-jacket-background.c:384 msgid "Background Properties" -msgstr "" +msgstr "Ecoj de fono" #: ../libbrasero-utils/brasero-jacket-edit.c:534 msgid "Print" @@ -2416,23 +2336,23 @@ #: ../libbrasero-utils/brasero-jacket-edit.c:546 msgid "Bac_kground Properties" -msgstr "" +msgstr "E_coj de fono" #: ../libbrasero-utils/brasero-jacket-edit.c:549 msgid "Background properties" -msgstr "" +msgstr "Ecoj de fono" #: ../libbrasero-utils/brasero-jacket-edit.c:564 msgid "Align right" -msgstr "" +msgstr "Ĝisrandigi dekstre" #: ../libbrasero-utils/brasero-jacket-edit.c:574 msgid "Center" -msgstr "Centre" +msgstr "Centra" #: ../libbrasero-utils/brasero-jacket-edit.c:584 msgid "Align left" -msgstr "" +msgstr "Ĝisrandigi maldekstre" #: ../libbrasero-utils/brasero-jacket-edit.c:598 msgid "Underline" @@ -2440,15 +2360,15 @@ #: ../libbrasero-utils/brasero-jacket-edit.c:608 msgid "Italic" -msgstr "Kursive" +msgstr "Kursiva" #: ../libbrasero-utils/brasero-jacket-edit.c:618 msgid "Bold" -msgstr "Dike" +msgstr "Dika" #: ../libbrasero-utils/brasero-jacket-edit.c:644 msgid "Font family and size" -msgstr "" +msgstr "Tipara familio kaj grandeco" #: ../libbrasero-utils/brasero-jacket-edit.c:651 msgid "_Text Color" @@ -2460,11 +2380,11 @@ #: ../libbrasero-utils/brasero-jacket-edit.c:775 msgid "Cover Editor" -msgstr "" +msgstr "Kovrila redaktilo" #: ../libbrasero-utils/brasero-jacket-view.c:766 msgid "Set Bac_kground Properties" -msgstr "" +msgstr "Agordi ec_ojn de fono" #: ../libbrasero-utils/brasero-jacket-view.c:807 msgid "SIDES" @@ -2472,22 +2392,22 @@ #: ../libbrasero-utils/brasero-jacket-view.c:823 msgid "BACK COVER" -msgstr "" +msgstr "POSTFLANKA KOVRILO" #: ../libbrasero-utils/brasero-jacket-view.c:841 msgid "FRONT COVER" -msgstr "" +msgstr "ANTAŬFLANKA KOVRILO" #. Translators: This is an image, #. * a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-view.c:1021 msgid "The image could not be loaded." -msgstr "" +msgstr "Ne povis ŝargi la bildon." #: ../libbrasero-utils/brasero-metadata.c:1126 ../src/brasero-audio-disc.c:643 #, c-format msgid "\"%s\" could not be handled by GStreamer." -msgstr "" +msgstr "GStreamer ne povis trakti “%s”." #. Translators: %s is the name of the object (as in #. * GObject) from the Gstreamer library that could @@ -2531,7 +2451,7 @@ #: ../plugins/transcode/burn-vob.c:1152 #, c-format msgid "%s element could not be created" -msgstr "" +msgstr "Ne povis krei %s eron" #: ../libbrasero-utils/brasero-misc.c:74 msgid "Display debug statements on stdout for Brasero utilities library" @@ -2552,7 +2472,7 @@ #: ../nautilus/brasero-nautilus.desktop.in.in.h:1 #: ../nautilus/nautilus-burn-extension.c:281 msgid "CD/DVD Creator" -msgstr "" +msgstr "KD/DVD-kreilo" #: ../nautilus/brasero-nautilus.desktop.in.in.h:2 msgid "Create CDs and DVDs" @@ -2567,7 +2487,7 @@ #: ../src/brasero-project.c:2250 ../src/brasero-project-name.c:168 msgctxt "picture" msgid "Image files" -msgstr "" +msgstr "Bilddosieroj" #. Translators: this is the name of the plugin #. * which will be translated only when it needs @@ -2589,12 +2509,12 @@ #: ../nautilus/nautilus-burn-bar.c:423 #: ../nautilus/nautilus-burn-extension.c:323 msgid "Write to Disc" -msgstr "" +msgstr "Skribi al disko" #: ../nautilus/nautilus-burn-bar.c:442 #: ../nautilus/nautilus-burn-extension.c:723 msgid "Write contents to a CD or DVD" -msgstr "" +msgstr "Skribi enhavojn al KD aŭ DVD" #: ../nautilus/nautilus-burn-extension.c:370 msgid "Copy Disc" @@ -2603,11 +2523,11 @@ #: ../nautilus/nautilus-burn-extension.c:571 #: ../nautilus/nautilus-burn-extension.c:722 msgid "_Write to Disc…" -msgstr "" +msgstr "_Skribi al disko…" #: ../nautilus/nautilus-burn-extension.c:572 msgid "Write disc image to a CD or DVD" -msgstr "" +msgstr "Skribi diskokopion al KD aŭ DVD" #: ../nautilus/nautilus-burn-extension.c:645 msgid "_Copy Disc…" @@ -2615,40 +2535,40 @@ #: ../nautilus/nautilus-burn-extension.c:646 msgid "Create a copy of this CD or DVD" -msgstr "" +msgstr "Krei kopion de ĉi tiu KD aŭ DVD" #: ../nautilus/nautilus-burn-extension.c:659 msgid "_Blank Disc…" -msgstr "" +msgstr "_Malplenigi diskon…" #: ../nautilus/nautilus-burn-extension.c:660 msgid "Blank this CD or DVD" -msgstr "" +msgstr "Malplenigi ĉi tiun KD-on aŭ DVD-on" #: ../nautilus/nautilus-burn-extension.c:676 msgid "_Check Disc…" -msgstr "" +msgstr "_Kontroli diskon…" #: ../nautilus/nautilus-burn-extension.c:677 msgid "Check the data integrity on this CD or DVD" -msgstr "" +msgstr "Kontroli la datuman integrecon sur ĉi tiu KD aŭ DVD" #: ../plugins/audio2cue/burn-audio2cue.c:191 #: ../plugins/checksum/burn-checksum-image.c:124 #, c-format msgid "Data could not be read (%s)" -msgstr "" +msgstr "Ne povis legi datumon (%s)" #: ../plugins/audio2cue/burn-audio2cue.c:241 #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format msgid "Data could not be written (%s)" -msgstr "" +msgstr "Ne povis skribi datumon (%s)" #: ../plugins/audio2cue/burn-audio2cue.c:723 msgid "Generates .cue files from audio" @@ -2660,16 +2580,16 @@ #: ../plugins/cdrdao/burn-cdrdao.c:103 msgid "Copying audio track" -msgstr "" +msgstr "Kopiante sonan trakon" #: ../plugins/cdrdao/burn-cdrdao.c:109 msgid "Copying data track" -msgstr "" +msgstr "Kopiante datuman trakon" #: ../plugins/cdrdao/burn-cdrdao.c:145 #, c-format msgid "Analysing track %02i" -msgstr "" +msgstr "Analizante trakon %02i" #: ../plugins/cdrdao/burn-cdrdao.c:249 ../plugins/cdrkit/burn-readom.c:116 #: ../plugins/cdrkit/burn-readom.c:122 ../plugins/cdrkit/burn-wodim.c:106 @@ -2677,7 +2597,7 @@ #: ../plugins/cdrtools/burn-readcd.c:117 ../plugins/cdrtools/burn-readcd.c:123 #, c-format msgid "You do not have the required permissions to use this drive" -msgstr "" +msgstr "Vi ne rajtas uzi ĉi tiun diskingon" #: ../plugins/cdrdao/burn-cdrdao.c:480 msgid "Converting toc file" @@ -2685,7 +2605,7 @@ #: ../plugins/cdrdao/burn-cdrdao.c:697 msgid "Copies, burns and blanks CDs" -msgstr "" +msgstr "Kopias, registras kaj malplenigas KD-ojn" #: ../plugins/cdrdao/burn-cdrdao.c:762 msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" @@ -2710,7 +2630,7 @@ #: ../plugins/growisofs/burn-growisofs.c:210 #: ../plugins/growisofs/burn-growisofs.c:217 msgid "An image could not be created" -msgstr "" +msgstr "Ne povis krei diskokopion" #: ../plugins/cdrkit/burn-genisoimage.c:138 msgid "This version of genisoimage is not supported" @@ -2767,11 +2687,11 @@ #: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 #, c-format msgid "Writing track %s" -msgstr "" +msgstr "Skribante trakon %s" #: ../plugins/cdrkit/burn-wodim.c:352 ../plugins/cdrtools/burn-cdrecord.c:346 msgid "Formatting disc" -msgstr "" +msgstr "Strukturante diskon" #: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 msgid "Writing cue sheet" @@ -2798,20 +2718,20 @@ #: ../plugins/cdrtools/burn-cdda2wav.c:216 #, c-format msgid "Copying audio track %02d" -msgstr "" +msgstr "Kopiante sonan trakon %02d" #: ../plugins/cdrtools/burn-cdda2wav.c:267 msgid "Preparing to copy audio disc" -msgstr "" +msgstr "Preparante kopiadon de sondisko" #: ../plugins/cdrtools/burn-cdda2wav.c:411 msgid "Copy tracks from an audio CD with all associated information" -msgstr "" +msgstr "Kopii trakojn de sona KD kun ĉiuj kunaj informoj" #: ../plugins/cdrtools/burn-cdrecord.c:1203 #: ../plugins/libburnia/burn-libburn.c:975 msgid "Burns, blanks and formats CDs, DVDs and BDs" -msgstr "" +msgstr "Registras, malplenigas kaj strukturas KD-ojn, DVD-ojn kaj BD-ojn" #: ../plugins/cdrtools/burn-cdrecord.c:1416 msgid "Enable the \"-immed\" flag (see cdrecord manual)" @@ -2834,11 +2754,11 @@ #: ../plugins/checksum/burn-checksum-files.c:589 #, c-format msgid "File \"%s\" could not be opened (%s)" -msgstr "" +msgstr "Ne povis malfermi dosieron \"%s\" (%s)" #: ../plugins/checksum/burn-checksum-files.c:617 msgid "Creating checksum for image files" -msgstr "" +msgstr "Kreante kontrolsumon por diskokopiaj dosieroj" #: ../plugins/checksum/burn-checksum-files.c:859 #, c-format @@ -2847,36 +2767,36 @@ #: ../plugins/checksum/burn-checksum-files.c:893 msgid "Checking file integrity" -msgstr "" +msgstr "Kontrolante dosieran integrecon" #: ../plugins/checksum/burn-checksum-files.c:987 #: ../plugins/checksum/burn-checksum-files.c:1012 #, c-format msgid "File \"%s\" could not be opened" -msgstr "" +msgstr "Ne povis malfermi dosieron “%s”" #: ../plugins/checksum/burn-checksum-files.c:1085 #: ../plugins/checksum/burn-checksum-files.c:1206 #: ../plugins/checksum/burn-checksum-image.c:550 #, c-format msgid "Some files may be corrupted on the disc" -msgstr "" +msgstr "Povus esti, ke iuj dosieroj estas difektitaj sur la disko" #. Translators: this is the name of the plugin #. * which will be translated only when it needs #. * displaying. #: ../plugins/checksum/burn-checksum-files.c:1465 msgid "File Checksum" -msgstr "" +msgstr "Dosiera kontrolsumo" #: ../plugins/checksum/burn-checksum-files.c:1466 msgid "Checks file integrities on a disc" -msgstr "" +msgstr "Kontrolas dosieran integrecon sur disko" #: ../plugins/checksum/burn-checksum-files.c:1504 #: ../plugins/checksum/burn-checksum-image.c:856 msgid "Hashing algorithm to be used:" -msgstr "" +msgstr "Uzenda haketa algoritmo:" #: ../plugins/checksum/burn-checksum-files.c:1507 #: ../plugins/checksum/burn-checksum-image.c:859 @@ -2906,14 +2826,14 @@ #: ../plugins/checksum/burn-checksum-image.c:359 #: ../plugins/checksum/burn-checksum-image.c:456 msgid "Creating image checksum" -msgstr "" +msgstr "Kreante kontrolsumon de diskokopio" #. Translators: this is the name of the plugin #. * which will be translated only when it needs #. * displaying. #: ../plugins/checksum/burn-checksum-image.c:831 msgid "Image Checksum" -msgstr "" +msgstr "Kontrolsumo de diskokopio" #: ../plugins/checksum/burn-checksum-image.c:832 msgid "Checks disc integrity after it is burnt" @@ -2931,7 +2851,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -2941,26 +2861,26 @@ "command" msgstr "" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "" @@ -3127,12 +3047,12 @@ #: ../plugins/transcode/burn-transcode.c:1462 #, c-format msgid "Analysing \"%s\"" -msgstr "" +msgstr "Analizante “%s”" #: ../plugins/transcode/burn-transcode.c:1499 #, c-format msgid "Transcoding \"%s\"" -msgstr "" +msgstr "Transkodante “%s”" #: ../plugins/transcode/burn-transcode.c:1736 msgid "Converts any song file into a format suitable for audio CDs" @@ -3148,7 +3068,7 @@ #: ../plugins/vcdimager/burn-vcdimager.c:478 msgid "Creates disc images suitable for SVCDs" -msgstr "" +msgstr "Krei diskokopiojn por SVKD-oj" #: ../src/brasero-app.c:123 msgid "_Project" @@ -3176,7 +3096,7 @@ #: ../src/brasero-app.c:131 msgid "Choose plugins for Brasero" -msgstr "" +msgstr "Elekti kromprogramojn por Brasero" #: ../src/brasero-app.c:133 msgid "E_ject" @@ -3188,19 +3108,19 @@ #: ../src/brasero-app.c:136 msgid "_Blank…" -msgstr "_Malplena…" +msgstr "_Malplenigi…" #: ../src/brasero-app.c:137 msgid "Blank a disc" -msgstr "" +msgstr "Malplenigi diskon" #: ../src/brasero-app.c:139 msgid "_Check Integrity…" -msgstr "" +msgstr "_Kontroli integrecon…" #: ../src/brasero-app.c:140 msgid "Check data integrity of disc" -msgstr "" +msgstr "Kontroli datuman integrecon de disko" #: ../src/brasero-app.c:143 msgid "Quit Brasero" @@ -3212,7 +3132,7 @@ #: ../src/brasero-app.c:145 msgid "Display help" -msgstr "" +msgstr "Montri helpon" #: ../src/brasero-app.c:148 msgid "About" @@ -3220,16 +3140,16 @@ #: ../src/brasero-app.c:420 ../src/brasero-app.c:2069 msgid "Disc Burner" -msgstr "" +msgstr "Diskregistrilo" #: ../src/brasero-app.c:789 ../src/brasero-app.c:822 ../src/brasero-app.c:1451 msgid "Error while loading the project" -msgstr "" +msgstr "Eraro dum ŝargado de la projekto" #: ../src/brasero-app.c:831 ../src/brasero-app.c:860 ../src/brasero-app.c:920 #: ../src/brasero-project.c:1276 msgid "Please add files to the project." -msgstr "" +msgstr "Bonvolu aldoni dosierojn al la projekto." #: ../src/brasero-app.c:832 ../src/brasero-app.c:861 ../src/brasero-app.c:921 msgid "The project is empty" @@ -3242,6 +3162,10 @@ "Foundation; either version 2 of the License, or (at your option) any later " "version." msgstr "" +"Brasero estas libera programaro: vi povas ĝin pludistribui kaj/aŭ modifi je " +"la kondiĉoj de la GNU Ĝenerala Pubika Permesilo, eldonita de la Free " +"Software Foundation, laŭ la versio 2 de la permesilo, aŭ (se vi preferas) " +"ajna posta versio." #: ../src/brasero-app.c:1181 msgid "" @@ -3250,6 +3174,9 @@ "FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " "details." msgstr "" +"Ni distribuas Braseron esperante, ke ĝi estos utila, tamen SEN IA AJN " +"GARANTIO, i.a. sen la implica garantio pri SURMERKATIGEBLO aŭ TAŬGECO POR IU " +"KONKRETA CELO. Pliajn detalojn vidu en la GNU Ĝenerala Publika Permesilo." #: ../src/brasero-app.c:1186 msgid "" @@ -3257,10 +3184,13 @@ "Brasero; if not, write to the Free Software Foundation, Inc., 51 Franklin " "Street, Fifth Floor, Boston, MA 02110-1301, USA" msgstr "" +"Ekzemplero de la GNU Ĝenerala Publika Permesilo devas esti liverita al vi " +"kun ĉi tiu programo; se vi ĝin ne ricevis, turnu vin al Free Software " +"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" #: ../src/brasero-app.c:1198 msgid "A simple to use CD/DVD burning application for GNOME" -msgstr "" +msgstr "Simpla KD/DVD registra programo por GNOME" #: ../src/brasero-app.c:1215 msgid "Brasero Homepage" @@ -3277,21 +3207,25 @@ #: ../src/brasero-app.c:1227 msgid "translator-credits" msgstr "" -"FUSZENECKER Róbert, Henning Eggers, Kristjan SCHMIDT, Michael MORONI, " -"Nicolas MAIA" +"FUSZENECKER Róbert\n" +"Henning EGGERS\n" +"Kristjan SCHMIDT\n" +"Michael MORONI\n" +"Nicolas MAIA\n" +"Carmen Bianca BAKKER " #: ../src/brasero-app.c:1449 #, c-format msgid "The project \"%s\" does not exist" -msgstr "" +msgstr "La projekto “%s” ne ekzistas" #: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 msgid "_Recent Projects" -msgstr "" +msgstr "_Lastatempaj projektoj" #: ../src/brasero-app.c:1734 msgid "Display the projects recently opened" -msgstr "" +msgstr "Montri la lastatempe malfermitajn projektojn" #: ../src/brasero-audio-disc.c:155 ../src/brasero-data-disc.c:122 #: ../src/brasero-video-disc.c:100 @@ -3300,46 +3234,46 @@ #: ../src/brasero-audio-disc.c:156 ../src/brasero-data-disc.c:123 msgid "Open the selected files" -msgstr "" +msgstr "Malfermi la elektitajn dosierojn" #: ../src/brasero-audio-disc.c:158 ../src/brasero-video-disc.c:103 msgid "_Edit Information…" -msgstr "" +msgstr "R_edakti informojn…" #: ../src/brasero-audio-disc.c:158 msgid "Edit the track information (start, end, author, etc.)" -msgstr "" +msgstr "Redakti la trakajn informojn (komenco, fino, aŭtoro, ktp.)" #: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 #: ../src/brasero-project.c:202 msgid "Remove the selected files from the project" -msgstr "" +msgstr "Forigi la elektitajn dosierojn de la projekto" #: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 #: ../src/brasero-video-disc.c:107 msgid "Paste files" -msgstr "" +msgstr "Alglui dosierojn" #: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 #: ../src/brasero-video-disc.c:107 msgid "Add the files stored in the clipboard" -msgstr "" +msgstr "Aldoni la dosierojn, kiuj estas konservitaj en la tondujo" #: ../src/brasero-audio-disc.c:164 msgid "I_nsert a Pause" -msgstr "" +msgstr "E_nmeti paŭzon" #: ../src/brasero-audio-disc.c:164 msgid "Add a 2 second pause after the track" -msgstr "" +msgstr "Aldoni paŭzon de 2 sekundoj post la trako" #: ../src/brasero-audio-disc.c:166 msgid "_Split Track…" -msgstr "" +msgstr "_Dividi trakon…" #: ../src/brasero-audio-disc.c:166 msgid "Split the selected track" -msgstr "" +msgstr "Dividi la elektitan trakon" #: ../src/brasero-audio-disc.c:343 ../src/brasero-video-tree-model.c:187 msgid "Pause" @@ -3347,11 +3281,11 @@ #: ../src/brasero-audio-disc.c:349 msgid "Split" -msgstr "" +msgstr "Divido" #: ../src/brasero-audio-disc.c:418 msgid "Track" -msgstr "" +msgstr "Trako" #: ../src/brasero-audio-disc.c:458 ../src/brasero-video-disc.c:1209 msgid "Title" @@ -3391,7 +3325,7 @@ #: ../src/brasero-audio-disc.c:674 msgid "_Discard File" -msgstr "" +msgstr "_Forĵeti dosieron" #: ../src/brasero-audio-disc.c:677 msgid "_Add File" @@ -3399,16 +3333,16 @@ #: ../src/brasero-audio-disc.c:748 msgid "Do you want to search for audio files inside the directory?" -msgstr "" +msgstr "Ĉu vi volas serĉi aŭdajn dosierojn ene de la dosierujo?" #: ../src/brasero-audio-disc.c:758 msgid "Search _Directory" -msgstr "Serĉ-_dosierujo" +msgstr "Serĉ-_dosierujo" #: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 #, c-format msgid "\"%s\" could not be opened." -msgstr "" +msgstr "Ne povis malfermi “%s”." #: ../src/brasero-audio-disc.c:857 msgid "Do you want to create an audio CD with DTS tracks?" @@ -3472,15 +3406,17 @@ #: ../src/brasero-cli.c:86 msgid "Create an image file instead of burning" -msgstr "" +msgstr "Krei diskokopian dosieron anstataŭ registri" #: ../src/brasero-cli.c:90 msgid "Open an audio project adding the URIs given on the command line" msgstr "" +"Malfermi son-projekton aldonante la URI-ojn specifitaj je la komandlinio" #: ../src/brasero-cli.c:94 msgid "Open a data project adding the URIs given on the command line" msgstr "" +"Malfermi datuman projekton aldonante la URI-ojn specifitaj je la komandlinio" #: ../src/brasero-cli.c:98 msgid "Copy a disc" @@ -3496,43 +3432,44 @@ #: ../src/brasero-cli.c:103 msgid "PATH TO COVER" -msgstr "" +msgstr "VOJO AL KOVRILO" #: ../src/brasero-cli.c:106 msgid "Open a video project adding the URIs given on the command line" msgstr "" +"Malfermi video-projekton aldonante la URI-ojn specifitaj je la komandlinio" #: ../src/brasero-cli.c:110 msgid "URI of an image file to burn (autodetected)" -msgstr "" +msgstr "URI de registrenda diskokopia dosiero (aŭtomate detektita)" #: ../src/brasero-cli.c:111 msgid "PATH TO IMAGE" -msgstr "VOJO AL BILDO" +msgstr "VOJO AL DISKOKOPIO" #: ../src/brasero-cli.c:114 msgid "Force Brasero to display the project selection page" -msgstr "" +msgstr "Devigi, ke Brasero montru la projektan elektopaĝon" #: ../src/brasero-cli.c:118 msgid "Open the blank disc dialog" -msgstr "" +msgstr "Malfermi la malplenan diskan dialogon" #: ../src/brasero-cli.c:122 msgid "Open the check disc dialog" -msgstr "" +msgstr "Malfermi la kontroldiskan dialogon" #: ../src/brasero-cli.c:126 msgid "Burn the contents of the burn:// URI" -msgstr "" +msgstr "Registri la enhavojn de la burn:// URI" #: ../src/brasero-cli.c:130 msgid "Start burning immediately." -msgstr "" +msgstr "Tuj komenci registradon." #: ../src/brasero-cli.c:134 msgid "Don't connect to an already-running instance" -msgstr "" +msgstr "Ne konekti al jam-rulanta ekzemplero" #: ../src/brasero-cli.c:138 msgid "" @@ -3551,17 +3488,17 @@ #. * parent as if brasero was a dialog for the parent application #: ../src/brasero-cli.c:147 msgid "The XID of the parent window" -msgstr "" +msgstr "La XID de la gepatra fenestro" #. Translators: %s is the path of drive #: ../src/brasero-cli.c:204 #, c-format msgid "\"%s\" cannot write." -msgstr "" +msgstr "“%s” ne povas skribi." #: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 msgid "Wrong command line option." -msgstr "" +msgstr "Malĝusta komandlinia opcio." #: ../src/brasero-cli.c:297 msgid "Incompatible command line options used." @@ -3569,7 +3506,7 @@ #: ../src/brasero-cli.c:298 msgid "Only one option can be given at a time" -msgstr "" +msgstr "Nur eblas specifi unu opcion samtempe" #: ../src/brasero-data-disc.c:125 msgid "R_ename…" @@ -3589,27 +3526,27 @@ #: ../src/brasero-data-disc.c:213 msgid "The session could not be imported." -msgstr "" +msgstr "Ne povis enporti la seancon." #: ../src/brasero-data-disc.c:559 msgid "The contents of the project changed since it was saved." -msgstr "" +msgstr "La enhavoj de la projekto ŝanĝis post kiam oni konservis ĝin." #: ../src/brasero-data-disc.c:561 msgid "Discard the current modified project ?" -msgstr "" +msgstr "Ĉu forĵeti la aktualan aliigitan projekton?" #: ../src/brasero-data-disc.c:567 msgid "_Discard" -msgstr "" +msgstr "_Forĵeti" #: ../src/brasero-data-disc.c:569 msgid "Discard the current modified project" -msgstr "" +msgstr "Forĵeti la aktualan aliigitan projekton" #: ../src/brasero-data-disc.c:574 msgid "Continue with the current modified project" -msgstr "" +msgstr "Daŭrigi la aktualan aliigitan projekton" #. Translators: %s is the name of the image #: ../src/brasero-data-disc.c:619 @@ -3618,54 +3555,58 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned" msgstr "" +"Estas nur unu elektita dosiero (“%s”). Ĝi estas la diskokopio de disko kaj " +"ĝiajn enhavojn oni povas registri" #: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" -msgstr "" +msgstr "Registri kiel _datumo" #: ../src/brasero-data-disc.c:627 msgid "Burn as _Image" -msgstr "" +msgstr "Registri kiel d_iskokopio" #: ../src/brasero-data-disc.c:673 ../src/brasero-data-disc.c:691 #: ../src/brasero-data-disc.c:709 #, c-format msgid "\"%s\" cannot be added to the selection." -msgstr "" +msgstr "Ne povas aldoni “%s” al la elekto." #: ../src/brasero-data-disc.c:694 msgid "It is a recursive symlink" -msgstr "" +msgstr "Ĝi estas rikura simbola ligilo" #: ../src/brasero-data-disc.c:712 msgid "It does not exist at the specified location" -msgstr "" +msgstr "Ĝi ne ekzistas ĉe la specifita loko" #. Translators: %s is the name of the file #: ../src/brasero-data-disc.c:771 #, c-format msgid "Do you want to replace \"%s\"?" -msgstr "" +msgstr "Ĉu vi volas anstataŭigi “%s”?" #: ../src/brasero-data-disc.c:779 msgid "" "A file with this name already exists in the folder. Replacing it will " "overwrite its contents on the disc to be burnt." msgstr "" +"Dosiero kun ĉi tiu nomo jam ekzistas en la dosierujo. Anstataŭigado de la " +"dosiero superskribos ĝiajn enhavojn sur la registrenda disko." #. Translators: Keep means we're keeping the files that already existed #. * in the project. #. * Keep is a verb #: ../src/brasero-data-disc.c:784 msgid "Always K_eep" -msgstr "" +msgstr "Ĉiam t_eni" #. Translators: Keep means we're keeping the files that already existed #. * in the project. #. * Keep is a verb #: ../src/brasero-data-disc.c:788 msgid "_Keep" -msgstr "" +msgstr "_Teni" #. Translators: Replace means we're replacing the file that already #. * existed in the project with a new one with the same name. @@ -3680,61 +3621,62 @@ #. * Replace is a verb #: ../src/brasero-data-disc.c:796 msgid "Al_ways Replace" -msgstr "" +msgstr "Ĉ_iam anstataŭigi" #. Translators: %s is a string describing the type of medium and the #. * drive it is in. It's a tooltip. #: ../src/brasero-data-disc.c:979 #, c-format msgid "Import %s" -msgstr "Importi %s" +msgstr "Enporti %s" #. Translators: %s is the name of the volume to import. It's a menu #. * entry and toolbar button (text added later). #: ../src/brasero-data-disc.c:986 #, c-format msgid "I_mport %s" -msgstr "I_mporti %s" +msgstr "E_nport %s" #. Translators: This is a verb. It's a toolbar button. #: ../src/brasero-data-disc.c:1016 msgid "I_mport" -msgstr "I_mporti" +msgstr "E_nporti" #. Translators: %s is the name of the volume to import #: ../src/brasero-data-disc.c:1098 #, c-format msgid "Do you want to import the session from \"%s\"?" -msgstr "" +msgstr "Ĉu vi volas enporti la seancon de “%s”?" #: ../src/brasero-data-disc.c:1101 msgid "" "That way, old files from previous sessions will be usable after burning." msgstr "" +"Tiel, malnovaj dosieroj el antaŭaj seancoj estos uzeblaj post registrado." #: ../src/brasero-data-disc.c:1109 msgid "I_mport Session" -msgstr "I_mporti seancon" +msgstr "E_nport seancon" #: ../src/brasero-data-disc.c:1111 msgid "Click here to import its contents" -msgstr "" +msgstr "Klaku ĉi tie por enporti ĝiajn enhavojn" #: ../src/brasero-data-disc.c:1490 msgid "Please wait while the project is loading." -msgstr "" +msgstr "Bonvolu atendi dum la projekto ŝargas." #: ../src/brasero-data-disc.c:1500 msgid "_Cancel Loading" -msgstr "" +msgstr "_Nuligi ŝargadon" #: ../src/brasero-data-disc.c:1502 msgid "Cancel loading current project" -msgstr "" +msgstr "Nuligi ŝargadon de aktuala projekto" #: ../src/brasero-data-disc.c:1903 msgid "File Renaming" -msgstr "" +msgstr "Alinomado de dosieroj" #: ../src/brasero-data-disc.c:1907 msgid "_Rename" @@ -3742,7 +3684,7 @@ #: ../src/brasero-data-disc.c:1913 msgid "Renaming mode" -msgstr "" +msgstr "Alinoma reĝimo" #: ../src/brasero-data-disc.c:2336 ../src/brasero-file-filtered.c:256 msgid "Files" @@ -3750,7 +3692,7 @@ #: ../src/brasero-data-disc.c:2350 ../src/brasero-video-disc.c:1227 msgid "Size" -msgstr "Grando" +msgstr "Grandeco" #: ../src/brasero-data-disc.c:2364 msgid "Description" @@ -3758,12 +3700,12 @@ #: ../src/brasero-data-disc.c:2380 msgid "Space" -msgstr "" +msgstr "Spaco" #: ../src/brasero-eject-dialog.c:97 #, c-format msgid "The disc in \"%s\" cannot be ejected" -msgstr "" +msgstr "La diskon en “%s” oni ne povas elĵeti" #: ../src/brasero-eject-dialog.c:193 msgid "_Eject" @@ -3783,34 +3725,35 @@ #: ../src/brasero-file-filtered.c:75 ../src/brasero-file-filtered.c:81 msgid "No file filtered" -msgstr "" +msgstr "Neniu dosiero filtrita" #: ../src/brasero-file-filtered.c:77 #, c-format msgid "Hide the _filtered file list (%d file)" msgid_plural "Hide the _filtered file list (%d files)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Kaŝi la _filtritan dosierliston (%d dosiero)" +msgstr[1] "Kaŝi la _filtritan dosierliston (%d dosieroj)" #: ../src/brasero-file-filtered.c:83 #, c-format msgid "Show the _filtered file list (%d file)" msgid_plural "Show the _filtered file list (%d files)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Montri la _filtritan dosierliston (%d dosiero)" +msgstr[1] "Montri la _filtritan dosierliston (%d dosieroj)" #: ../src/brasero-file-filtered.c:135 msgid "Filter Options" -msgstr "" +msgstr "Filtraj opcioj" #: ../src/brasero-file-filtered.c:218 msgid "" "Select the files you want to restore and click on the \"Restore\" button" msgstr "" +"Elektu la dosierojn, kiujn vi volas restaŭri kaj klaku la “Restaŭri” butonon" #: ../src/brasero-file-filtered.c:265 msgid "Type" -msgstr "Tipo" +msgstr "Speco" #: ../src/brasero-file-filtered.c:292 msgid "_Restore" @@ -3818,7 +3761,7 @@ #: ../src/brasero-file-filtered.c:301 msgid "Restore the selected files" -msgstr "" +msgstr "Restaŭri la elektitajn dosierojn" #: ../src/brasero-file-filtered.c:303 msgid "_Options…" @@ -3826,63 +3769,63 @@ #: ../src/brasero-file-filtered.c:311 msgid "Set the options for file filtering" -msgstr "" +msgstr "Agordi filtrajn opciojn" #. filter hidden files #: ../src/brasero-filter-option.c:65 msgid "Filter _hidden files" -msgstr "" +msgstr "Filtri _kaŝitajn dosierojn" #. replace symlink #: ../src/brasero-filter-option.c:72 msgid "Re_place symbolic links" -msgstr "" +msgstr "_Anstataŭigi simbolajn ligilojn" #. filter broken symlink button #: ../src/brasero-filter-option.c:79 msgid "Filter _broken symbolic links" -msgstr "" +msgstr "Filtri _difektajn simbolajn ligilojn" #: ../src/brasero-filter-option.c:85 msgid "Filtering options" -msgstr "" +msgstr "Filtraj opcioj" #: ../src/brasero-layout.c:104 msgid "P_review" -msgstr "" +msgstr "Antaŭ_rigardi" #. Translators: this is an image, a picture, not a "Disc Image" #: ../src/brasero-layout.c:106 msgid "Display video, audio and image preview" -msgstr "" +msgstr "Montri videan, sonan kaj bildan antaŭrigardon" #: ../src/brasero-layout.c:110 msgid "_Show Side Panel" -msgstr "" +msgstr "_Montri flankan panelon" #: ../src/brasero-layout.c:111 msgid "Show a side pane along the project" -msgstr "" +msgstr "Montri flankan panelon flanke de la projekto" #: ../src/brasero-layout.c:125 msgid "_Horizontal Layout" -msgstr "" +msgstr "_Horizontala aranĝo" #: ../src/brasero-layout.c:126 msgid "Set a horizontal layout" -msgstr "" +msgstr "Agordi horizontalan aranĝon" #: ../src/brasero-layout.c:128 msgid "_Vertical Layout" -msgstr "" +msgstr "_Vertikala aranĝo" #: ../src/brasero-layout.c:129 msgid "Set a vertical layout" -msgstr "" +msgstr "Agordi vertikalan aranĝon" #: ../src/brasero-layout.c:1193 msgid "Click to close the side pane" -msgstr "" +msgstr "Alklaku por fermi la flankan panelon" #: ../src/brasero-multi-song-props.c:89 ../src/brasero-multi-song-props.c:97 #: ../src/brasero-multi-song-props.c:105 ../src/brasero-multi-song-props.c:123 @@ -3891,11 +3834,11 @@ #: ../src/brasero-multi-song-props.c:270 ../src/brasero-multi-song-props.c:291 #: ../src/brasero-rename.c:90 ../src/brasero-rename.c:321 msgid "" -msgstr "" +msgstr "" #: ../src/brasero-multi-song-props.c:126 ../src/brasero-multi-song-props.c:143 msgid "Remove silences" -msgstr "Forigi silenton" +msgstr "Forigi silentojn" #: ../src/brasero-multi-song-props.c:211 ../src/brasero-multi-song-props.c:252 #: ../src/brasero-multi-song-props.c:273 ../src/brasero-song-properties.c:187 @@ -3904,14 +3847,16 @@ "This information will be written to the disc using CD-Text technology. It " "can be read and displayed by some audio CD players." msgstr "" +"Ĉi tiu informo estos skribita al la disko uzante KD-Teksto-teĥnologion. Iuj " +"sonludiloj povas legi kaj montri ĝin." #: ../src/brasero-multi-song-props.c:213 msgid "Song titles" -msgstr "Kant-titolo" +msgstr "Kant-titoloj" #: ../src/brasero-multi-song-props.c:230 msgid "Additional song information" -msgstr "" +msgstr "Cetera kanta informo" #: ../src/brasero-multi-song-props.c:242 ../src/brasero-song-properties.c:189 msgid "Artist:" @@ -3919,46 +3864,46 @@ #: ../src/brasero-multi-song-props.c:263 ../src/brasero-song-properties.c:201 msgid "Composer:" -msgstr "" +msgstr "Komponisto:" #: ../src/brasero-multi-song-props.c:317 ../src/brasero-song-properties.c:247 msgid "Pause length:" -msgstr "" +msgstr "Longo de paŭzo:" #: ../src/brasero-multi-song-props.c:328 ../src/brasero-song-properties.c:256 msgid "Gives the length of the pause that should follow the track" -msgstr "" +msgstr "Donas la longon de la paŭzo sekvante la trakon" #: ../src/brasero-multi-song-props.c:345 ../src/brasero-song-properties.c:287 msgid "Song Information" -msgstr "" +msgstr "Kanta informo" #: ../src/brasero-player.c:540 #, c-format msgid "%i × %i pixels" -msgstr "" +msgstr "%i × %i bilderoj" #. No Preview view #: ../src/brasero-player.c:845 msgid "No preview" -msgstr "" +msgstr "Neniu antaŭrigardo" #: ../src/brasero-playlist.c:390 #, c-format msgid "Error parsing playlist \"%s\"." -msgstr "" +msgstr "Eraro dum analizado de ludlisto “%s”." #. Translators: %d is the number of songs #: ../src/brasero-playlist.c:499 #, c-format msgid "%d song" msgid_plural "%d songs" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d kanto" +msgstr[1] "%d kantoj" #: ../src/brasero-playlist.c:584 msgid "Select Playlist" -msgstr "" +msgstr "Elekti ludliston" #: ../src/brasero-playlist.c:751 msgid "Playlists" @@ -3966,7 +3911,7 @@ #: ../src/brasero-playlist.c:762 msgid "Number of Songs" -msgstr "" +msgstr "Nombro da kantoj" #: ../src/brasero-playlist.c:782 msgid "Genre" @@ -4001,11 +3946,11 @@ #: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" -msgstr "Ak_tivigi ĉiujn" +msgstr "Ak_tivigi ĉiujn" #: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" -msgstr "_Malaktivigi ĉiujn" +msgstr "_Malaktivigi ĉiujn" #. Use the translated name for the plugin. #: ../src/brasero-plugin-option.c:258 @@ -4027,7 +3972,7 @@ #: ../src/brasero-project.c:198 msgid "Save current project to a different location" -msgstr "" +msgstr "Konservi aktualan projekton al alia loko" #: ../src/brasero-project.c:199 msgid "_Add Files" @@ -4035,7 +3980,7 @@ #: ../src/brasero-project.c:200 msgid "Add files to the project" -msgstr "" +msgstr "Aldoni dosierojn al la projekto" #: ../src/brasero-project.c:201 msgid "_Remove Files" @@ -4048,11 +3993,11 @@ #: ../src/brasero-project.c:205 msgid "Remove all files from the project" -msgstr "" +msgstr "Forigi ĉiujn dosierojn el la projekto" #: ../src/brasero-project.c:206 ../src/brasero-project.c:1086 msgid "_Burn…" -msgstr "_Skribi…" +msgstr "_Registri…" #: ../src/brasero-project.c:207 msgid "Burn the disc" @@ -4063,21 +4008,26 @@ "To add files to this project click the \"Add\" button or drag files to this " "area" msgstr "" +"Por aldoni dosierojn al ĉi tiu projekto, klaku la “Aldoni” butonon aŭ ŝovi " +"dosierojn al ĉi tiu areo" #: ../src/brasero-project.c:697 msgid "" "To remove files select them then click on the \"Remove\" button or press " "\"Delete\" key" msgstr "" +"Por forigi dosierojn, elektu ilin kaj klaku la “Forigi” butonon aŭ premu " +"tiun klavon" #: ../src/brasero-project.c:804 #, c-format msgid "Estimated project size: %s" -msgstr "" +msgstr "Antaŭkalkulita grandeco de projekto: %s" #: ../src/brasero-project.c:950 ../src/brasero-project.c:966 msgid "The project is too large for the disc even with the overburn option." msgstr "" +"La projekto estas tro granda por la disko eĉ kun la superregistra opcio." #: ../src/brasero-project.c:977 msgid "" @@ -4086,48 +4036,56 @@ "cannot be properly recognized and therefore needs the overburn option.\n" "Note: This option might cause failure." msgstr "" +"La projekto estas tro granda por la disko kaj vi devas forigi dosierojn.\n" +"Povus esti, ke vi ŝatus uzi ĉi tiun opcion se vi uzas 90 aŭ 100 min KD-R(W), " +"kiun oni ne povas bone rekoni kaj tial bezonas la superregistran opcion.\n" +"Rimarku: Ĉi tiu opcio povus kaŭzi fiaskon." #: ../src/brasero-project.c:1098 msgid "Start to burn the contents of the selection" -msgstr "" +msgstr "Komenci registradon de enhavoj de la elekto" #: ../src/brasero-project.c:1267 msgid "Please add songs to the project." -msgstr "Bonvole aldonu kantojn al la projekto." +msgstr "Bonvolu aldoni kantojn al la projekto." #: ../src/brasero-project.c:1904 ../src/brasero-project.c:1939 msgid "Do you really want to create a new project and discard the current one?" -msgstr "" +msgstr "Ĉu vi vere volas krei novan projekton kaj forĵeti la aktualan?" #: ../src/brasero-project.c:1909 msgid "If you choose to create a new empty project, all changes will be lost." msgstr "" +"Se vi elektas krei novan malplenan projekton, ĉiuj ŝanĝoj estos perditaj." #: ../src/brasero-project.c:1912 msgid "_Discard Changes" -msgstr "" +msgstr "_Forĵeti ŝanĝojn" #: ../src/brasero-project.c:1920 msgid "Do you want to discard the file selection or add it to the new project?" msgstr "" +"Ĉu vi volas forĵeti la elekton de dosieroj aŭ aldoni ĝin al la nova projekto?" #: ../src/brasero-project.c:1925 ../src/brasero-project.c:1944 msgid "" "If you choose to create a new empty project, the file selection will be " "discarded." msgstr "" +"Se vi elektas krei novan malplenan projekton, la elekton de dosieroj oni " +"forĵetos." #: ../src/brasero-project.c:1927 msgid "_Discard File Selection" -msgstr "" +msgstr "_Forĵeti elekton de dosieroj" #: ../src/brasero-project.c:1931 msgid "_Keep File Selection" -msgstr "" +msgstr "_Teni elekton de dosieroj" #: ../src/brasero-project.c:1946 msgid "_Discard Project" -msgstr "" +msgstr "_Forĵeti projekton" #: ../src/brasero-project.c:2188 msgid "Select Files" @@ -4135,7 +4093,7 @@ #: ../src/brasero-project.c:2301 msgid "Do you really want to empty the current project?" -msgstr "" +msgstr "Ĉu vi vere volas vakigi la aktualan projekton?" #: ../src/brasero-project.c:2306 msgid "" @@ -4143,6 +4101,9 @@ "lost. Note that files will not be deleted from their own location, just no " "longer listed here." msgstr "" +"Vakigado de projekto forigos ĉiujn jam-aldonitajn dosierojn. La tuta laboro " +"estos perdita. Rimarku, ke la dosieroj ne estos forigitaj de iliaj propraj " +"lokoj; ili nur ne plu estos listigitaj ĉi tie." #: ../src/brasero-project.c:2368 msgid "_Save" @@ -4166,13 +4127,13 @@ #: ../src/brasero-project.c:2451 #, c-format msgid "Brasero — %s (Audio Disc)" -msgstr "Brasero — %s (Son-disko)" +msgstr "Brasero — %s (Sondisko)" #. Translators: %s is the name of the project #: ../src/brasero-project.c:2454 #, c-format msgid "Brasero — %s (Video Disc)" -msgstr "Brasero — %s (Video-disko)" +msgstr "Brasero — %s (Videodisko)" #: ../src/brasero-project.c:2624 ../src/brasero-project.c:2927 msgid "Your project has not been saved." @@ -4197,27 +4158,27 @@ #: ../src/brasero-project.c:2753 msgid "Save project as a Brasero audio project" -msgstr "" +msgstr "Konservi projekton kiel Brasero son-projekto" #: ../src/brasero-project.c:2754 msgid "Save project as a plain text list" -msgstr "" +msgstr "Konservi projekton kiel plata teksta listo" #: ../src/brasero-project.c:2758 msgid "Save project as a PLS playlist" -msgstr "" +msgstr "Konservi projekton kiel PLS-ludlisto" #: ../src/brasero-project.c:2759 msgid "Save project as an M3U playlist" -msgstr "" +msgstr "Konservi projekton kiel M3U-ludlisto" #: ../src/brasero-project.c:2760 msgid "Save project as an XSPF playlist" -msgstr "" +msgstr "Konservi projekton kiel XSPF-ludlisto" #: ../src/brasero-project.c:2761 msgid "Save project as an iriver playlist" -msgstr "" +msgstr "Konservi projekton kiel iriver-ludlisto" #: ../src/brasero-project-manager.c:95 msgid "_Cover Editor" @@ -4225,7 +4186,7 @@ #: ../src/brasero-project-manager.c:96 msgid "Design and print covers for CDs" -msgstr "Fasoni kaj presi kovrilojn por KDj" +msgstr "Fasoni kaj presi kovrilojn por KD-oj" #: ../src/brasero-project-manager.c:97 msgid "_New Project" @@ -4241,17 +4202,18 @@ #: ../src/brasero-project-manager.c:100 msgid "Let you choose your new project" -msgstr "" +msgstr "Lasas al vi elekti vian novan projekton" #: ../src/brasero-project-manager.c:101 msgid "New _Audio Project" -msgstr "" +msgstr "Nova _son-projekto" #: ../src/brasero-project-manager.c:102 #: ../src/brasero-project-type-chooser.c:76 msgid "" "Create a traditional audio CD that will be playable on computers and stereos" msgstr "" +"Krei tradician sonan KD-on kiu estos ludebla sur komputiloj kaj sonludiloj" #: ../src/brasero-project-manager.c:103 msgid "New _Data Project" @@ -4263,15 +4225,16 @@ "Create a CD/DVD containing any type of data that can only be read on a " "computer" msgstr "" +"Krei KD/DVD-on enhavante specon de datumo kiu estas nur legebla sur komputilo" #: ../src/brasero-project-manager.c:105 msgid "New _Video Project" -msgstr "Nova _videa projekto" +msgstr "Nova _video-projekto" #: ../src/brasero-project-manager.c:106 #: ../src/brasero-project-type-chooser.c:86 msgid "Create a video DVD or an SVCD that is readable on TV readers" -msgstr "" +msgstr "Krei videan DVD-on aŭ SVKD-on kiu estas legebla sur TV-legiloj" #: ../src/brasero-project-manager.c:107 msgid "Copy _Disc…" @@ -4283,16 +4246,18 @@ "Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on " "another CD/DVD" msgstr "" +"Krei 1:1-kopion de sondiska KD aŭ datuma KD/DVD sur via fiksita disko aŭ sur " +"alia KD/DVD" #: ../src/brasero-project-manager.c:109 msgid "_Burn Image…" -msgstr "" +msgstr "_Registri diskokopion…" #: ../src/brasero-project-manager.c:110 #: ../src/brasero-project-type-chooser.c:95 #: ../src/brasero-project-type-chooser.c:96 msgid "Burn an existing CD/DVD image to disc" -msgstr "" +msgstr "Registri ekzistantan KD/DVD-an diskokopion al disko" #: ../src/brasero-project-manager.c:112 msgid "_Open…" @@ -4308,60 +4273,60 @@ #, c-format msgid "%d file selected (%s)" msgid_plural "%d files selected (%s)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d dosiero elektita (%s)" +msgstr[1] "%d dosieroj elektitaj (%s)" #: ../src/brasero-project-manager.c:270 #, c-format msgid "%d file is supported (%s)" msgid_plural "%d files are supported (%s)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d dosiero estas subtenita (%s)" +msgstr[1] "%d dosieroj estas subtenitaj (%s)" #: ../src/brasero-project-manager.c:276 #, c-format msgid "%d file can be added (%s)" msgid_plural "%d selected files can be added (%s)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Povas aldoni %d dosieron (%s)" +msgstr[1] "Povas aldoni %d dosierojn (%s)" #: ../src/brasero-project-manager.c:287 #, c-format msgid "No file can be added (%i selected file)" msgid_plural "No file can be added (%i selected files)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Ne povis aldoni iun dosieron (%i elektita dosiero)" +msgstr[1] "Ne povis aldoni iun dosieron (%i elektitaj dosieroj)" #: ../src/brasero-project-manager.c:293 #, c-format msgid "No file is supported (%i selected file)" msgid_plural "No file is supported (%i selected files)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "Neniu dosiero estas subtenita (%i elektita dosiero)" +msgstr[1] "Neniu dosiero estas subtenita (%i elektitaj dosieroj)" #: ../src/brasero-project-manager.c:299 ../src/brasero-project-manager.c:453 msgid "No file selected" -msgstr "Neniu dosiero estas elektite" +msgstr "Neniu dosiero estas elektita" #: ../src/brasero-project-manager.c:590 msgid "Brasero — New Audio Disc Project" -msgstr "" +msgstr "Brasero — Nova sondiska projekto" #: ../src/brasero-project-manager.c:604 msgid "Brasero — New Data Disc Project" -msgstr "" +msgstr "Brasero — Nova datum-diska projekto" #: ../src/brasero-project-manager.c:618 msgid "Brasero — New Video Disc Project" -msgstr "" +msgstr "Brasero — Nova videodiska projekto" #: ../src/brasero-project-manager.c:628 msgid "Brasero — New Image File" -msgstr "" +msgstr "Brasero — Nova diskokopia dosiero" #: ../src/brasero-project-manager.c:643 msgid "Brasero — Disc Copy" -msgstr "Brasero — Diska Kopio" +msgstr "Brasero — Diska kopio" #: ../src/brasero-project-manager.c:727 msgid "Open Project" @@ -4381,14 +4346,14 @@ #: ../src/brasero-project-manager.c:907 msgid "Display playlists and their contents" -msgstr "" +msgstr "Montri ludlistojn kaj iliajn enhavojn" #. Translators: this is a picture not #. * a disc image #: ../src/brasero-project-name.c:83 msgctxt "picture" msgid "Please select another image." -msgstr "Bonvole elektu alian bildon." +msgstr "Bonvolu elekti alian bildon." #. NOTE to translators: the final string must not be over #. * 32 _bytes_. @@ -4396,15 +4361,15 @@ #: ../src/brasero-project-name.c:269 #, c-format msgid "Video disc (%s)" -msgstr "Videa disko (%s)" +msgstr "Videodisko (%s)" #: ../src/brasero-project-parse.c:62 msgid "Error while loading the project." -msgstr "" +msgstr "Eraro dum ŝargado de la projekto." #: ../src/brasero-project-parse.c:458 msgid "The project could not be opened" -msgstr "" +msgstr "Oni ne povis malfermi la projekton" #: ../src/brasero-project-parse.c:467 msgid "The file is empty" @@ -4416,11 +4381,11 @@ #: ../src/brasero-project-type-chooser.c:74 msgid "Audi_o project" -msgstr "S_ona projekto" +msgstr "S_on-projekto" #: ../src/brasero-project-type-chooser.c:75 msgid "Create a traditional audio CD" -msgstr "" +msgstr "Krei tradician aŭdan KD-on" #: ../src/brasero-project-type-chooser.c:79 msgid "D_ata project" @@ -4428,7 +4393,7 @@ #: ../src/brasero-project-type-chooser.c:80 msgid "Create a data CD/DVD" -msgstr "" +msgstr "Krei datuman KD/DVD-on" #: ../src/brasero-project-type-chooser.c:84 msgid "_Video project" @@ -4436,7 +4401,7 @@ #: ../src/brasero-project-type-chooser.c:85 msgid "Create a video DVD or an SVCD" -msgstr "" +msgstr "Krei videan DVD-on aŭ SVKD-on" #: ../src/brasero-project-type-chooser.c:89 msgid "Disc _copy" @@ -4444,23 +4409,23 @@ #: ../src/brasero-project-type-chooser.c:90 msgid "Create 1:1 copy of a CD/DVD" -msgstr "" +msgstr "Krei 1:1-kopion de KD/DVD" #: ../src/brasero-project-type-chooser.c:94 msgid "Burn _image" -msgstr "" +msgstr "Registri d_iskokopion" #: ../src/brasero-project-type-chooser.c:292 msgid "Last _Unsaved Project" -msgstr "" +msgstr "Lasta _nekonservita projekto" #: ../src/brasero-project-type-chooser.c:308 msgid "Load the last project that was not burned and not saved" -msgstr "" +msgstr "Ŝargi la lastan projekton kiu ne estis registrita kaj ne konservita" #: ../src/brasero-project-type-chooser.c:414 msgid "No recently used project" -msgstr "" +msgstr "Neniu lasttempa projekto" #: ../src/brasero-project-type-chooser.c:463 msgid "Create a new project:" @@ -4468,7 +4433,7 @@ #: ../src/brasero-project-type-chooser.c:510 msgid "Recent projects:" -msgstr "" +msgstr "Lasttempaj projektoj:" #: ../src/brasero-rename.c:322 msgid "Insert text" @@ -4480,15 +4445,15 @@ #: ../src/brasero-rename.c:324 msgid "Substitute text" -msgstr "" +msgstr "Anstataŭigi tekston" #: ../src/brasero-rename.c:325 msgid "Number files according to a pattern" -msgstr "" +msgstr "Nombri dosierojn laŭ ripetiĝo" #: ../src/brasero-rename.c:326 msgid "Insert number sequence at beginning" -msgstr "" +msgstr "Enmeti numeran sekvencon ĉe la komenco" #. Translators: This is a verb. This is completed later #: ../src/brasero-rename.c:341 @@ -4509,7 +4474,7 @@ #: ../src/brasero-rename.c:370 msgid "Delete every occurrence of" -msgstr "" +msgstr "Forigi ĉiun okazon de" #. Reminder: if this string happens to be used somewhere else in brasero #. * we'll need a context with C_() macro @@ -4543,7 +4508,7 @@ #: ../src/brasero-song-control.c:562 msgid "Start and stop playing" -msgstr "Eki kaj halti ludadon" +msgstr "Komenci kaj haltigi ludadon" #: ../src/brasero-song-properties.c:177 msgid "Title:" @@ -4551,62 +4516,64 @@ #: ../src/brasero-song-properties.c:235 msgid "Song start:" -msgstr "Kanta eko:" +msgstr "Komenco de kanto:" #: ../src/brasero-song-properties.c:241 msgid "Song end:" -msgstr "Kanta fino:" +msgstr "Fino de kanto:" #: ../src/brasero-song-properties.c:258 msgid "Track length:" -msgstr "Kanta longo:" +msgstr "Longeco de trako:" #: ../src/brasero-song-properties.c:365 #, c-format msgid "Song information for track %02i" -msgstr "Informo pri la kanto %02i" +msgstr "Informoj pri la trako %02i" #: ../src/brasero-split-dialog.c:172 msgid "Do you really want to split the track?" -msgstr "" +msgstr "Ĉu vi vere volas dividi la trakon?" #: ../src/brasero-split-dialog.c:175 msgid "" "If you split the track, the size of the new track will be shorter than 6 " "seconds and will be padded." msgstr "" +"Se oni dividas la trakon, la grandeco de la nova trako estos pli mallonga ol " +"6 sekundoj kaj estos ŝtopigita." #: ../src/brasero-split-dialog.c:181 ../src/brasero-split-dialog.c:752 msgid "_Split" -msgstr "" +msgstr "_Dividi" #: ../src/brasero-split-dialog.c:609 msgid "The track wasn't split." -msgstr "" +msgstr "Trako ne dividiĝis." #: ../src/brasero-split-dialog.c:610 msgid "No silence could be detected" -msgstr "" +msgstr "Ne povis detekti silenton" #: ../src/brasero-split-dialog.c:633 msgid "An error occurred while detecting silences." -msgstr "" +msgstr "Okazis eraro dum detektado de silencoj." #: ../src/brasero-split-dialog.c:712 msgid "This will remove all previous results." -msgstr "" +msgstr "Ĉi tio forigos ĉiujn antaŭajn rezultojn." #: ../src/brasero-split-dialog.c:750 msgid "Do you really want to carry on with automatic splitting?" -msgstr "" +msgstr "Ĉu vi vere volas daŭrigi aŭtomatan dividadon?" #: ../src/brasero-split-dialog.c:751 msgid "_Don't split" -msgstr "" +msgstr "_Ne dividi" #: ../src/brasero-split-dialog.c:968 msgid "Do you really want to empty the slices preview?" -msgstr "" +msgstr "Ĉu vi vere volas vakigi la tranĉan antaŭrigardon?" #: ../src/brasero-split-dialog.c:970 ../src/brasero-split-dialog.c:1269 msgid "Re_move All" @@ -4614,7 +4581,7 @@ #: ../src/brasero-split-dialog.c:1055 msgid "Split Track" -msgstr "" +msgstr "Dividi trakon" #: ../src/brasero-split-dialog.c:1072 msgid "M_ethod:" @@ -4622,36 +4589,36 @@ #: ../src/brasero-split-dialog.c:1078 msgid "Method to be used to split the track" -msgstr "" +msgstr "Uzenda metodo por dividi la trakon" #: ../src/brasero-split-dialog.c:1081 msgid "Split track manually" -msgstr "" +msgstr "Dividi trakon permane" #: ../src/brasero-split-dialog.c:1082 msgid "Split track in parts with a fixed length" -msgstr "" +msgstr "Dividi trakon en partoj kun fiksita longeco" #: ../src/brasero-split-dialog.c:1083 msgid "Split track in a fixed number of parts" -msgstr "" +msgstr "Dividi trakon en fiksita nombro da partoj" #: ../src/brasero-split-dialog.c:1084 msgid "Split track for each silence" -msgstr "" +msgstr "Dividi trakon por ĉiu silento" #: ../src/brasero-split-dialog.c:1090 msgid "_Slice" -msgstr "_Segmento" +msgstr "_Tranĉi" #: ../src/brasero-split-dialog.c:1101 msgid "Add a splitting point" -msgstr "" +msgstr "Aldoni dividpunkton" #. Translators: this goes with the next (= "seconds") #: ../src/brasero-split-dialog.c:1118 msgid "Split this track every" -msgstr "" +msgstr "Dividi ĉi tiun trakon ĉiuj" #. Translators: this goes with the previous (= "Split track every") #: ../src/brasero-split-dialog.c:1127 @@ -4661,7 +4628,7 @@ #. Translators: this goes with the next (= "parts") #: ../src/brasero-split-dialog.c:1136 msgid "Split this track in" -msgstr "" +msgstr "Dividi ĉi tiun trakon en" #. Translators: this goes with the previous (= "Split this track in") #: ../src/brasero-split-dialog.c:1145 @@ -4726,7 +4693,7 @@ #: ../src/brasero-time-button.c:317 msgid "Frames (1 second = 75 frames)" -msgstr "" +msgstr "Kadroj (1 sekundo = 75 kadroj)" #: ../src/brasero-video-disc.c:101 msgid "Open the selected video" @@ -4734,15 +4701,15 @@ #: ../src/brasero-video-disc.c:103 msgid "Edit the video information (start, end, author, etc.)" -msgstr "" +msgstr "Redakti la videajn informojn (komenco, fino, aŭtoro, ktp.)" #: ../src/brasero-video-disc.c:105 msgid "Remove the selected videos from the project" -msgstr "" +msgstr "Forigi elektitajn videojn el la projekto" #: ../src/brasero-video-disc.c:359 msgid "Do you want to search for video files inside the directory?" -msgstr "" +msgstr "Ĉu vi volas serĉi videajn dosierojn ene de la dosierujo?" #: ../src/brasero-video-disc.c:369 msgid "_Search Directory" @@ -4751,11 +4718,11 @@ #: ../src/brasero-video-disc.c:412 #, c-format msgid "\"%s\" does not have a suitable type for video projects." -msgstr "" +msgstr "“%s” ne havas taŭgan specon por video-projektoj." #: ../src/brasero-video-disc.c:415 msgid "Please only add files with video content" -msgstr "" +msgstr "Bonvolu aldoni nur videajn dosierojn" #: ../src/main.c:84 msgid "[URI] [URI] …" @@ -4764,7 +4731,7 @@ #: ../src/main.c:96 #, c-format msgid "Please type \"%s --help\" to see all available options\n" -msgstr "" +msgstr "Bonvolu tajpi \"%s --help\" por vidi ĉiujn opciojn\n" #~ msgid "Starting %s" #~ msgstr "Lanĉante %s" @@ -4791,4 +4758,4 @@ #~ msgstr "Sekvaj rezultoj" #~ msgid "Search:" -#~ msgstr "Serĉi:" +#~ msgstr "Serĉi:" diff -Nru brasero-3.12.2/po/es.po brasero-3.12.3/po/es.po --- brasero-3.12.2/po/es.po 2017-07-31 15:35:41.000000000 +0000 +++ brasero-3.12.3/po/es.po 2021-09-16 14:27:35.000000000 +0000 @@ -4798,7 +4798,7 @@ #: ../src/brasero-split-dialog.c:609 msgid "The track wasn't split." -msgstr "La pista no se partió," +msgstr "La pista no se partió." #: ../src/brasero-split-dialog.c:610 msgid "No silence could be detected" diff -Nru brasero-3.12.2/po/et.po brasero-3.12.3/po/et.po --- brasero-3.12.2/po/et.po 2015-04-28 10:49:45.000000000 +0000 +++ brasero-3.12.3/po/et.po 2020-04-07 12:27:22.000000000 +0000 @@ -11,19 +11,20 @@ msgid "" msgstr "" "Project-Id-Version: brasero master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" "product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-03-15 04:02+0000\n" -"PO-Revision-Date: 2015-03-15 04:35+0300\n" -"Last-Translator: Mattias Põldaru \n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2018-02-08 22:08+0200\n" +"Last-Translator: Mart Raudsepp \n" "Language-Team: Estonian \n" "Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 2.0.6\n" +#: ../data/brasero.appdata.xml.in.h:1 msgid "" "Brasero is a application to burn CD/DVD for the GNOME Desktop. It is " "designed to be as simple as possible and has some unique features to enable " @@ -33,6 +34,7 @@ "tehtud nii lihtsaks kui võimalik ning sisaldab mõningaid unikaalseid " "võimalusi, tänu millele on plaatide kirjutamine lihtne ja kiire." +#: ../data/brasero.appdata.xml.in.h:2 msgid "" "Brasero can create, copy and burn Data and Audio CD/DVDs. It fully supports " "CD-TEXT, multisession and joliet extensions. You can simply drag and drop " @@ -44,40 +46,56 @@ "Paatide kirjutamiseks võid lohistada faile kaustadest, teistest rakendustest " "või kaugketastelt, et need mugavalt plaadile kirjutada." +#: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" msgstr "Brasero" +#: ../data/brasero.desktop.in.in.h:2 msgid "Disc Burner and Copier" msgstr "Plaadikirjutaja ja -kopeerija" +#: ../data/brasero.desktop.in.in.h:3 msgid "Create and copy CDs and DVDs" msgstr "Loo ja kopeeri CD- ja DVD-plaate" +#: ../data/brasero.desktop.in.in.h:4 msgid "disc;cdrom;dvd;burn;audio;video;" msgstr "" "disk;plaat;cdrom;dvd;kirjutamine;kõrvetamine;audio;heliplaat;videoplaat;" +#: ../data/brasero.desktop.in.in.h:5 msgid "Brasero Disc Burner" msgstr "Brasero plaadikirjutaja" +#: ../data/brasero.desktop.in.in.h:6 msgid "Open a New Window" msgstr "Uue akna avamine" +#: ../data/brasero.desktop.in.in.h:7 msgid "Burn an Image File" msgstr "Tõmmise kirjutamine" +#: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Plaadi kopeerimine" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Audioprojekti loomine" +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Videoprojekti loomine" +#: ../data/mime/brasero.xml.in.h:1 msgid "Brasero project file" msgstr "Brasero projektifail" +#: ../data/org.gnome.brasero.gschema.xml.h:1 msgid "Should Nautilus extension output debug statements" msgstr "Kas Nautiluse laiendus peaks väljastama silumisteateid" +#: ../data/org.gnome.brasero.gschema.xml.h:2 msgid "" "Should Nautilus extension output debug statements. The value should be set " "to true if it should." @@ -85,18 +103,23 @@ "Kas Nautiluse laiendus peaks väljastama silumisteateid. Väljastamiseks peab " "väärtus olema tõene." +#: ../data/org.gnome.brasero.gschema.xml.h:3 msgid "The type of checksum used for images" msgstr "Tõmmiste jaoks kasutatava kontrollsumma liik" +#: ../data/org.gnome.brasero.gschema.xml.h:4 msgid "Set to 0 for MD5, 1 for SHA1 and 2 for SHA256" msgstr "Määra 0, et kasutada MD5; 1, et kasutada SHA1; 2, et kasutada SHA256" +#: ../data/org.gnome.brasero.gschema.xml.h:5 msgid "The type of checksum used for files" msgstr "Failide jaoks kasutatava kontrollsumma liik" +#: ../data/org.gnome.brasero.gschema.xml.h:6 msgid "Directory to use for temporary files" msgstr "Ajutiste failide kataloog" +#: ../data/org.gnome.brasero.gschema.xml.h:7 msgid "" "Contains the path to the directory where brasero should store temporary " "files. If that value is empty, the default directory set for glib will be " @@ -105,17 +128,21 @@ "Sisaldab kataloogi, kus brasero võib hoida ajutisi faile. Kui see on tühi, " "kasutatakse glib-i vaikimisi kataloogi." +#: ../data/org.gnome.brasero.gschema.xml.h:8 msgid "Favourite burn engine" msgstr "Eelistatav kirjutusmootor" +#: ../data/org.gnome.brasero.gschema.xml.h:9 msgid "" "Contains the name of the favourite burn engine suite installed. It will be " "used if possible." msgstr "Sisaldab eelistatud kirjutusmootori nime. Võimalusel kasutatakse seda." +#: ../data/org.gnome.brasero.gschema.xml.h:10 msgid "White list of additional plugins to use" msgstr "Täiendavate pluginate lubamise nimekiri" +#: ../data/org.gnome.brasero.gschema.xml.h:11 msgid "" "Contains the list of additional plugins Brasero will use to burn discs. If " "set to NULL, Brasero will load them all." @@ -123,9 +150,11 @@ "Sisaldab nimekirja pluginatest, mida Brasero kasutab plaatide kirjutamisel. " "Kui väärtus on NULL, laadib Brasero need kõik." +#: ../data/org.gnome.brasero.gschema.xml.h:12 msgid "Enable the \"-immed\" flag with cdrecord" msgstr "Luba cdrecord-iga \"-immed\" lipp" +#: ../data/org.gnome.brasero.gschema.xml.h:13 msgid "" "Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to " "true) as it's only a workaround for some drives/setups." @@ -133,9 +162,11 @@ "Kas kasutada cdrecord'iga \"-immed\" lippu. Ettevaatust kasutamisel (tõeseks " "määramisel), see on vaid asenduslahendus mõnede seadmete kasutamiseks." +#: ../data/org.gnome.brasero.gschema.xml.h:14 msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs" msgstr "Kas growisofs'iga kasutada \"-use-the-force-luke=dao\" lippu" +#: ../data/org.gnome.brasero.gschema.xml.h:15 msgid "" "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to " "false, brasero won't use it; it may be a workaround for some drives/setups." @@ -144,15 +175,19 @@ "määrata väär, siis brasero ei kasuta seda; see võib olla asenduslahendus " "mõnede seadmete kasutamiseks." +#: ../data/org.gnome.brasero.gschema.xml.h:16 msgid "Used in conjunction with the \"-immed\" flag with cdrecord" msgstr "cdrecord käsuga kasutatakse \"-immed\" lippu" +#: ../data/org.gnome.brasero.gschema.xml.h:17 msgid "Used in conjunction with the \"-immed\" flag with cdrecord." msgstr "cdrecord käsuga kasutatakse \"-immed\" lippu." +#: ../data/org.gnome.brasero.gschema.xml.h:18 msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao" msgstr "Kas cdrdao'ga kasutada \"--driver generic-mmc-raw\" lippu" +#: ../data/org.gnome.brasero.gschema.xml.h:19 msgid "" "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to " "True, brasero will use it; it may be a workaround for some drives/setups." @@ -161,9 +196,11 @@ "määrata tõene, siis brasero kasutab seda; see võib olla asenduslahendus " "mõnede seadmete kasutamiseks." +#: ../data/org.gnome.brasero.gschema.xml.h:20 msgid "The last browsed folder while looking for images to burn" msgstr "Kataloog, kust viimati otsiti kirjutamiseks tõmmisfaile" +#: ../data/org.gnome.brasero.gschema.xml.h:21 msgid "" "Contains the absolute path of the directory that was last browsed for images " "to burn" @@ -171,15 +208,19 @@ "Sisaldab tõmmisfailide sirvimisel viimati avatud kausta absoluutset " "kataloogiteed" +#: ../data/org.gnome.brasero.gschema.xml.h:22 msgid "Enable file preview" msgstr "Failide eelvaatlus lubatud" +#: ../data/org.gnome.brasero.gschema.xml.h:23 msgid "Whether to display file preview. Set to true to use it." msgstr "Kas näidata faili eelvaadet. Eelvaate jaoks määra väärtus tõeseks." +#: ../data/org.gnome.brasero.gschema.xml.h:24 msgid "Should brasero filter hidden files" msgstr "Kas brasero peaks filtreerima varjatud failid" +#: ../data/org.gnome.brasero.gschema.xml.h:25 msgid "" "Should brasero filter hidden files. Set to true, brasero will filter hidden " "files." @@ -187,9 +228,11 @@ "Kas brasero peaks filtreerima varjatud failid. Kui tõene, filtreerib brasero " "varjatud failid." +#: ../data/org.gnome.brasero.gschema.xml.h:26 msgid "Replace symbolic links by their targets" msgstr "Sümbolviidad asendatakse sihtfailidega" +#: ../data/org.gnome.brasero.gschema.xml.h:27 msgid "" "Should brasero replace symbolic links by their target files in the project. " "Set to true, brasero will replace symbolic links." @@ -197,9 +240,11 @@ "Kas brasero peaks sümbolviidad asendama sihtfailidega. Kui tõene, asendab " "brasero sümbolviidad." +#: ../data/org.gnome.brasero.gschema.xml.h:28 msgid "Should brasero filter broken symbolic links" msgstr "Kas brasero peaks filtreerima vigased sümbolviidad" +#: ../data/org.gnome.brasero.gschema.xml.h:29 msgid "" "Should brasero filter broken symbolic links. Set to true, brasero will " "filter broken symbolic links." @@ -207,9 +252,11 @@ "Kas brasero peaks filtreerima vigased sümbolviidad. Kui tõene, filtreerib " "brasero vigased sümbolviidad." +#: ../data/org.gnome.brasero.gschema.xml.h:30 msgid "The priority value for the plugin" msgstr "Plugina olulisuse hinne" +#: ../data/org.gnome.brasero.gschema.xml.h:31 msgid "" "When several plugins are available for the same task, this value is used to " "determine which plugin should be given priority. 0 means the plugin's native " @@ -221,9 +268,11 @@ "prioriteeti. Positiivne väärtus ületab plugina enda vastavat väärtust. " "Negatiivne number keelab plugina." +#: ../data/org.gnome.brasero.gschema.xml.h:32 msgid "Burning flags to be used" msgstr "Kasutatavad kirjutamisprogrammi lipud" +#: ../data/org.gnome.brasero.gschema.xml.h:33 msgid "" "This value represents the burning flags that were used in such a context the " "last time." @@ -231,112 +280,169 @@ "See näitab, milliseid kirjutamisprogrammi lippe kasutati sarnases kontekstis " "eelmisel korral." +#: ../data/org.gnome.brasero.gschema.xml.h:34 msgid "The speed to be used" msgstr "Kasutatav kiirus" +#: ../data/org.gnome.brasero.gschema.xml.h:35 msgid "" "This value represents the speed that was used in such a context the last " "time." msgstr "" "See näitab, millise kiirusega kirjutati sarnases kontekstis eelmisel korral." +#: ../libbrasero-burn/brasero-blank-dialog.c:222 msgid "Error while blanking." msgstr "Viga tühjendamisel." +#: ../libbrasero-burn/brasero-blank-dialog.c:227 +#: ../libbrasero-burn/brasero-blank-dialog.c:272 msgid "Blank _Again" msgstr "Tühjenda _uuesti" +#: ../libbrasero-burn/brasero-blank-dialog.c:244 msgid "Unknown error." msgstr "Tundmatu tõrge." +#: ../libbrasero-burn/brasero-blank-dialog.c:264 +#: ../libbrasero-burn/brasero-blank-dialog.c:288 msgid "The disc was successfully blanked." msgstr "Plaadi tühjendamine lõpetati edukalt." +#: ../libbrasero-burn/brasero-blank-dialog.c:270 msgid "The disc is ready for use." msgstr "Plaat on kasutamiseks valmis." #. Translators: This is a verb, an action +#: ../libbrasero-burn/brasero-blank-dialog.c:371 msgid "_Blank" msgstr "_Tühjenda" +#: ../libbrasero-burn/brasero-blank-dialog.c:402 msgid "_Fast blanking" msgstr "_Kiire tühjendamine" +#: ../libbrasero-burn/brasero-blank-dialog.c:403 msgid "Activate fast blanking, as opposed to a longer, thorough blanking" msgstr "" "Luba kiire tühjendamine, vastandina kauem aega võtvale põhjalikule " "tühjendamisele" +#: ../libbrasero-burn/brasero-blank-dialog.c:433 msgid "Disc Blanking" msgstr "Plaadi tühjendamine" +#: ../libbrasero-burn/brasero-burn.c:162 msgid "Burning CD/DVD" msgstr "CD/DVD kirjutamine" +#: ../libbrasero-burn/brasero-burn.c:331 +#: ../libbrasero-burn/brasero-data-session.c:123 +#: ../libbrasero-burn/brasero-tool-dialog.c:89 +#: ../libbrasero-media/scsi-error.c:47 ../plugins/cdrdao/burn-cdrdao.c:243 +#: ../plugins/cdrkit/burn-readom.c:110 ../plugins/cdrkit/burn-wodim.c:135 +#: ../plugins/cdrkit/burn-wodim.c:144 ../plugins/cdrtools/burn-cdrecord.c:135 +#: ../plugins/cdrtools/burn-cdrecord.c:144 +#: ../plugins/cdrtools/burn-readcd.c:111 +#: ../plugins/growisofs/burn-dvd-rw-format.c:84 +#: ../plugins/growisofs/burn-growisofs.c:190 +#: ../plugins/libburnia/burn-libburn-common.c:186 #, c-format msgid "The drive is busy" msgstr "Seade on hõivatud" +#: ../libbrasero-burn/brasero-burn.c:332 +#: ../libbrasero-burn/brasero-burn-dialog.c:651 +#: ../libbrasero-burn/brasero-tool-dialog.c:90 msgid "Make sure another application is not using it" msgstr "Veendu, et ükski teine rakendus seda ei kasuta" +#: ../libbrasero-burn/brasero-burn.c:409 #, c-format msgid "\"%s\" cannot be unlocked" msgstr "\"%s\" pole võimalik lukust lahti võtta" +#: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 +#: ../libbrasero-burn/brasero-burn.c:761 msgid "No burner specified" msgstr "Kirjutaja pole määratud" +#: ../libbrasero-burn/brasero-burn.c:586 msgid "No source drive specified" msgstr "Allikseade pole määratud" +#: ../libbrasero-burn/brasero-burn.c:632 msgid "Ongoing copying process" msgstr "Käib kopeerimine" +#: ../libbrasero-burn/brasero-burn.c:636 ../libbrasero-burn/brasero-burn.c:735 +#: ../libbrasero-burn/brasero-burn.c:872 ../libbrasero-burn/brasero-burn.c:987 #, c-format msgid "The drive cannot be locked (%s)" msgstr "Seadet pole võimalik lukustada (%s)" +#: ../libbrasero-burn/brasero-burn.c:695 msgid "The drive has no rewriting capabilities" msgstr "Sellel seadmel pole ülekirjutamise võimalusi" +#: ../libbrasero-burn/brasero-burn.c:731 msgid "Ongoing blanking process" msgstr "Käib tühjendamine" +#: ../libbrasero-burn/brasero-burn.c:770 msgid "The drive cannot burn" msgstr "Seade pole võimeline kirjutama" +#: ../libbrasero-burn/brasero-burn.c:866 +#: ../libbrasero-burn/brasero-dest-selection.c:108 msgid "Ongoing burning process" msgstr "Kirjutamine käib" +#: ../libbrasero-burn/brasero-burn.c:983 msgid "Ongoing checksumming operation" msgstr "Käib kontrollsumma arvutamine" +#: ../libbrasero-burn/brasero-burn.c:1623 +#: ../libbrasero-burn/brasero-burn.c:1817 msgid "Merging data is impossible with this disc" msgstr "Sellel plaadil on andmete ühendamine võimatu" +#: ../libbrasero-burn/brasero-burn.c:1624 +#: ../libbrasero-burn/brasero-burn-dialog.c:2186 +#: ../plugins/cdrkit/burn-genisoimage.c:206 ../plugins/cdrkit/burn-wodim.c:114 +#: ../plugins/cdrtools/burn-cdrecord.c:114 +#: ../plugins/cdrtools/burn-mkisofs.c:206 +#: ../plugins/growisofs/burn-growisofs.c:198 #, c-format msgid "Not enough space available on the disc" msgstr "Kettal pole piisavalt vaba ruumi" #. Translators: %s is the name of a missing application +#: ../libbrasero-burn/brasero-burn.c:1708 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (rakendus)" #. Translators: %s is the name of a missing library +#: ../libbrasero-burn/brasero-burn.c:1714 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (teek)" #. Translators: %s is the name of a missing GStreamer plugin +#: ../libbrasero-burn/brasero-burn.c:1719 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (GStreameri plugin)" +#: ../libbrasero-burn/brasero-burn.c:1752 msgid "There is no track to burn" msgstr "Ei ole rada, mida kirjutada" +#: ../libbrasero-burn/brasero-burn.c:1859 msgid "" "Please install the following required applications and libraries manually " "and try again:" @@ -344,10 +450,13 @@ "Palun paigalda järgmised vajalikud rakendused ja teegid käsitsi ning proovi " "uuesti:" +#: ../libbrasero-burn/brasero-burn.c:2576 +#: ../libbrasero-burn/brasero-caps-burn.c:868 #, c-format msgid "Only one track at a time can be checked" msgstr "Kontrollida saab ainult ühte rada korraga" +#: ../libbrasero-burn/brasero-burn.c:2635 msgid "No format for the temporary image could be found" msgstr "Ajutise tõmmise vormingut pole võimalik leida" @@ -355,129 +464,194 @@ #. * is specified. A graft point is the path (on the #. * disc) where a file from any source will be added #. * ("grafted") +#: ../libbrasero-burn/brasero-burn.c:2846 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/burn-mkisofs-base.c:302 +#: ../nautilus/nautilus-burn-extension.c:218 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrtools/burn-cdrecord.c:850 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Esines sisemine tõrge" +#: ../libbrasero-burn/brasero-burn-dialog.c:155 msgid "Brasero notification" msgstr "Brasero märguanne" #. Translators: This string is used in the title bar %s is the action currently performed +#: ../libbrasero-burn/brasero-burn-dialog.c:219 #, c-format msgid "%s (%i%% Done)" msgstr "%s (%i%% valmis)" +#: ../libbrasero-burn/brasero-burn-dialog.c:241 +#: ../libbrasero-burn/brasero-burn-dialog.c:1161 msgid "Creating Image" msgstr "Tõmmise loomine" +#: ../libbrasero-burn/brasero-burn-dialog.c:246 +#: ../libbrasero-burn/brasero-burn-dialog.c:1170 msgid "Burning DVD" msgstr "DVD kirjutamine" +#: ../libbrasero-burn/brasero-burn-dialog.c:250 +#: ../libbrasero-burn/brasero-burn-dialog.c:1166 msgid "Copying DVD" msgstr "DVD kopeerimine" +#: ../libbrasero-burn/brasero-burn-dialog.c:256 +#: ../libbrasero-burn/brasero-burn-dialog.c:1180 msgid "Burning CD" msgstr "CD kirjutamine" +#: ../libbrasero-burn/brasero-burn-dialog.c:260 +#: ../libbrasero-burn/brasero-burn-dialog.c:381 +#: ../libbrasero-burn/brasero-burn-dialog.c:1176 msgid "Copying CD" msgstr "CD kopeerimine" +#: ../libbrasero-burn/brasero-burn-dialog.c:266 +#: ../libbrasero-burn/brasero-burn-dialog.c:1190 msgid "Burning Disc" msgstr "Plaadi kirjutamine" +#: ../libbrasero-burn/brasero-burn-dialog.c:270 +#: ../libbrasero-burn/brasero-burn-dialog.c:1186 msgid "Copying Disc" msgstr "Plaadi kopeerimine" +#: ../libbrasero-burn/brasero-burn-dialog.c:300 +#: ../libbrasero-burn/burn-basics.c:78 msgid "Creating image" msgstr "Tõmmise loomine" +#: ../libbrasero-burn/brasero-burn-dialog.c:306 msgid "Simulation of video DVD burning" msgstr "Video-DVD kirjutamise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:308 msgid "Burning video DVD" msgstr "Video-DVD kirjutamine" +#: ../libbrasero-burn/brasero-burn-dialog.c:316 msgid "Simulation of data DVD burning" msgstr "Andme-DVD kirjutamise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:318 msgid "Burning data DVD" msgstr "Andme-DVD kirjutamine" +#: ../libbrasero-burn/brasero-burn-dialog.c:326 msgid "Simulation of image to DVD burning" msgstr "DVD-tõmmise kirjutamise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:328 msgid "Burning image to DVD" msgstr "Tõmmise kirjutamine DVD-le" +#: ../libbrasero-burn/brasero-burn-dialog.c:336 msgid "Simulation of data DVD copying" msgstr "Andme-DVD kopeerimise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:338 msgid "Copying data DVD" msgstr "Andme-DVD kopeerimine" +#: ../libbrasero-burn/brasero-burn-dialog.c:349 msgid "Simulation of (S)VCD burning" msgstr "(S)VCD kirjutamise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:351 msgid "Burning (S)VCD" msgstr "(S)VCD kirjutamine" +#: ../libbrasero-burn/brasero-burn-dialog.c:359 +#: ../libbrasero-burn/brasero-burn-dialog.c:412 msgid "Simulation of audio CD burning" msgstr "Audioplaadi kirjutamise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:361 +#: ../libbrasero-burn/brasero-burn-dialog.c:414 msgid "Burning audio CD" msgstr "Audioplaadi kirjutamine" +#: ../libbrasero-burn/brasero-burn-dialog.c:369 msgid "Simulation of data CD burning" msgstr "Andme-CD kirjutamise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:371 msgid "Burning data CD" msgstr "Andme-CD kirjutamine" +#: ../libbrasero-burn/brasero-burn-dialog.c:379 msgid "Simulation of CD copying" msgstr "CD kopeerimise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:389 msgid "Simulation of image to CD burning" msgstr "Tõmmise CD-le kirjutamise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:391 msgid "Burning image to CD" msgstr "Tõmmise kirjutamine CD-le" +#: ../libbrasero-burn/brasero-burn-dialog.c:402 msgid "Simulation of video disc burning" msgstr "Videoplaadi kirjutamise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:404 msgid "Burning video disc" msgstr "Videoplaadi kirjutamine" +#: ../libbrasero-burn/brasero-burn-dialog.c:422 msgid "Simulation of data disc burning" msgstr "Andmeplaadi kirjutamise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:424 msgid "Burning data disc" msgstr "Andmeplaadi kirjutamine" +#: ../libbrasero-burn/brasero-burn-dialog.c:432 msgid "Simulation of disc copying" msgstr "Plaadi kopeerimise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:434 +#: ../libbrasero-burn/burn-basics.c:82 msgid "Copying disc" msgstr "Plaadi kopeerimine" +#: ../libbrasero-burn/brasero-burn-dialog.c:442 msgid "Simulation of image to disc burning" msgstr "Tõmmise plaadile kirjutamise simulatsioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:444 msgid "Burning image to disc" msgstr "Tõmmise kirjutamine plaadile" +#: ../libbrasero-burn/brasero-burn-dialog.c:549 msgid "Please replace the disc with a rewritable disc holding data." msgstr "Palun asenda plaat andmeid sisaldava ülekirjutatava plaadiga." +#: ../libbrasero-burn/brasero-burn-dialog.c:551 msgid "Please replace the disc with a disc holding data." msgstr "Palun asenda plaat andmeid sisaldava plaadiga." +#: ../libbrasero-burn/brasero-burn-dialog.c:555 msgid "Please insert a rewritable disc holding data." msgstr "Palun sisesta andmeid sisaldav ülekirjutatav plaat." +#: ../libbrasero-burn/brasero-burn-dialog.c:557 +#: ../libbrasero-burn/brasero-burn-options.c:501 msgid "Please insert a disc holding data." msgstr "Palun sisesta andmeid sisaldav plaat." +#: ../libbrasero-burn/brasero-burn-dialog.c:572 #, c-format msgid "" "Please replace the disc with a writable CD with at least %i MiB of free " @@ -485,16 +659,20 @@ msgstr "" "Palun asenda plaat vähemalt %i MB vaba ruumi sisaldava kirjutatava CD-ga." +#: ../libbrasero-burn/brasero-burn-dialog.c:575 msgid "Please replace the disc with a writable CD." msgstr "Palun asenda see plaat kirjutatava CD-ga." +#: ../libbrasero-burn/brasero-burn-dialog.c:579 #, c-format msgid "Please insert a writable CD with at least %i MiB of free space." msgstr "Palun sisesta vähemalt %i MB vaba ruumi sisaldav kirjutatav CD." +#: ../libbrasero-burn/brasero-burn-dialog.c:582 msgid "Please insert a writable CD." msgstr "Palun sisesta kirjutatav CD." +#: ../libbrasero-burn/brasero-burn-dialog.c:588 #, c-format msgid "" "Please replace the disc with a writable DVD with at least %i MiB of free " @@ -502,16 +680,20 @@ msgstr "" "Palun asenda plaat vähemalt %i MB vaba ruumi sisaldava kirjutatava DVD-ga." +#: ../libbrasero-burn/brasero-burn-dialog.c:591 msgid "Please replace the disc with a writable DVD." msgstr "Palun asenda plaat kirjutatava DVD-ga." +#: ../libbrasero-burn/brasero-burn-dialog.c:595 #, c-format msgid "Please insert a writable DVD with at least %i MiB of free space." msgstr "Palun sisesta vähemalt %i MB vaba ruumi sisaldav kirjutatav DVD." +#: ../libbrasero-burn/brasero-burn-dialog.c:598 msgid "Please insert a writable DVD." msgstr "Palun sisesta kirjutatav DVD." +#: ../libbrasero-burn/brasero-burn-dialog.c:603 #, c-format msgid "" "Please replace the disc with a writable CD or DVD with at least %i MiB of " @@ -520,17 +702,24 @@ "Palun asenda plaat vähemalt %i MB vaba ruumi sisaldava kirjutatava CD või " "DVD-ga." +#: ../libbrasero-burn/brasero-burn-dialog.c:606 msgid "Please replace the disc with a writable CD or DVD." msgstr "Palun asenda plaat kirjutatava CD või DVD-ga." +#: ../libbrasero-burn/brasero-burn-dialog.c:610 #, c-format msgid "Please insert a writable CD or DVD with at least %i MiB of free space." msgstr "" "Palun sisesta vähemalt %i MB vaba ruumi sisaldav kirjutatav CD või DVD." +#: ../libbrasero-burn/brasero-burn-dialog.c:613 +#: ../libbrasero-burn/brasero-burn-dialog.c:2171 +#: ../libbrasero-burn/brasero-burn-dialog.c:2185 +#: ../libbrasero-burn/brasero-burn-options.c:457 ../src/brasero-project.c:995 msgid "Please insert a writable CD or DVD." msgstr "Palun sisesta kirjutatav CD või DVD." +#: ../libbrasero-burn/brasero-burn-dialog.c:640 msgid "" "An image of the disc has been created on your hard drive.\n" "Burning will begin as soon as a writable disc is inserted." @@ -538,55 +727,70 @@ "Plaadist tehti kõvakettale tõmmis.\n" "Kirjutamine algab kohe, kui sisestatakse kirjutatav plaat." +#: ../libbrasero-burn/brasero-burn-dialog.c:645 msgid "A data integrity test will begin as soon as the disc is inserted." msgstr "Andmete tervikluse kontroll algab kohe, kui sisestatakse plaat." +#: ../libbrasero-burn/brasero-burn-dialog.c:646 msgid "Please re-insert the disc in the CD/DVD burner." msgstr "Palun sisesta plaat uuesti CD/DVD kirjutajasse." #. Translators: %s is the name of a drive +#: ../libbrasero-burn/brasero-burn-dialog.c:650 #, c-format msgid "\"%s\" is busy." msgstr "\"%s\" on hõivatud." +#: ../libbrasero-burn/brasero-burn-dialog.c:654 #, c-format msgid "There is no disc in \"%s\"." msgstr "Seadmes \"%s\" ei ole plaati." +#: ../libbrasero-burn/brasero-burn-dialog.c:658 #, c-format msgid "The disc in \"%s\" is not supported." msgstr "Plaat seadmes \"%s\" pole toetatud." +#: ../libbrasero-burn/brasero-burn-dialog.c:662 #, c-format msgid "The disc in \"%s\" is not rewritable." msgstr "Plaat seadmes \"%s\" pole ülekirjutatav." +#: ../libbrasero-burn/brasero-burn-dialog.c:666 #, c-format msgid "The disc in \"%s\" is empty." msgstr "Plaat seadmes \"%s\" on tühi." +#: ../libbrasero-burn/brasero-burn-dialog.c:670 #, c-format msgid "The disc in \"%s\" is not writable." msgstr "Plaat seadmes \"%s\" pole kirjutatav." +#: ../libbrasero-burn/brasero-burn-dialog.c:674 #, c-format msgid "Not enough space available on the disc in \"%s\"." msgstr "Kettal \"%s\" pole piisavalt vaba ruumi." +#: ../libbrasero-burn/brasero-burn-dialog.c:682 #, c-format msgid "The disc in \"%s\" needs to be reloaded." msgstr "Plaat seadmes \"%s\" tuleb uuesti sisestada." +#: ../libbrasero-burn/brasero-burn-dialog.c:683 msgid "Please eject the disc and reload it." msgstr "Palun väljasta plaat ja sisesta see uuesti." +#: ../libbrasero-burn/brasero-burn-dialog.c:728 +#: ../libbrasero-burn/brasero-sum-dialog.c:333 msgid "" "A file could not be created at the location specified for temporary files" msgstr "Ajutiste failide asukohta pole võimalik uut faili luua" +#: ../libbrasero-burn/brasero-burn-dialog.c:729 msgid "The image could not be created at the specified location" msgstr "Tõmmist pole võmalik määratud asukohta luua" +#: ../libbrasero-burn/brasero-burn-dialog.c:730 msgid "" "Do you want to specify another location for this session or retry with the " "current location?" @@ -594,34 +798,53 @@ "Kas määrata sellele sessioonile uus asukoht või proovida praeguse asukohaga " "uuesti?" +#: ../libbrasero-burn/brasero-burn-dialog.c:742 msgid "You may want to free some space on the disc and retry" msgstr "Vabasta kõvakettal ruumi ning proovi uuesti" +#: ../libbrasero-burn/brasero-burn-dialog.c:749 +#: ../libbrasero-burn/brasero-drive-properties.c:244 +#: ../libbrasero-burn/brasero-drive-properties.c:282 +#: ../libbrasero-burn/brasero-drive-properties.c:334 msgid "_Keep Current Location" msgstr "_Säilita praegune asukoht" +#: ../libbrasero-burn/brasero-burn-dialog.c:751 +#: ../libbrasero-burn/brasero-drive-properties.c:245 +#: ../libbrasero-burn/brasero-drive-properties.c:283 +#: ../libbrasero-burn/brasero-drive-properties.c:335 msgid "_Change Location" msgstr "_Muuda asukohta" +#: ../libbrasero-burn/brasero-burn-dialog.c:773 +#: ../libbrasero-burn/brasero-image-properties.c:459 msgid "Location for Image File" msgstr "Tõmmise asukoht" +#: ../libbrasero-burn/brasero-burn-dialog.c:781 +#: ../libbrasero-burn/brasero-drive-properties.c:366 msgid "Location for Temporary Files" msgstr "Ajutiste failide kataloog" +#: ../libbrasero-burn/brasero-burn-dialog.c:889 +#: ../libbrasero-burn/brasero-burn-dialog.c:1135 msgid "_Replace Disc" msgstr "_Asenda plaat" +#: ../libbrasero-burn/brasero-burn-dialog.c:930 msgid "Do you really want to blank the current disc?" msgstr "Kas tõesti see plaat kustutada?" +#: ../libbrasero-burn/brasero-burn-dialog.c:931 msgid "The disc in the drive holds data." msgstr "Seadmes olev plaat sisaldab andmeid." #. Translators: Blank is a verb here +#: ../libbrasero-burn/brasero-burn-dialog.c:933 msgid "_Blank Disc" msgstr "_Tühjenda plaat" +#: ../libbrasero-burn/brasero-burn-dialog.c:947 msgid "" "If you import them you will be able to see and use them once the current " "selection of files is burned." @@ -629,19 +852,24 @@ "Kui sa need impordid, saad neid näha ja kasutada, kui praegune failide kogum " "on kirjutatud." +#: ../libbrasero-burn/brasero-burn-dialog.c:948 msgid "If you don't, they will be invisible (though still readable)." msgstr "Kui sa ei impordi, jäävad need nähtamatuks (kuigi loetavaks)." +#: ../libbrasero-burn/brasero-burn-dialog.c:951 msgid "" "There are files already burned on this disc. Would you like to import them?" msgstr "Sellele plaadile on juba faile kirjutatud. Kas tahad need importida?" +#: ../libbrasero-burn/brasero-burn-dialog.c:953 msgid "_Import" msgstr "I_mpordi" +#: ../libbrasero-burn/brasero-burn-dialog.c:954 msgid "Only _Append" msgstr "Ainult _lisatakse" +#: ../libbrasero-burn/brasero-burn-dialog.c:967 msgid "" "CD-RW audio discs may not play correctly in older CD players and CD-Text " "won't be written." @@ -649,26 +877,36 @@ "CD-RW audioplaadid ei pruugi vanemates plaadimängijates mängida, CD-Texti ei " "kirjutata." +#: ../libbrasero-burn/brasero-burn-dialog.c:968 +#: ../libbrasero-burn/brasero-burn-dialog.c:990 msgid "Do you want to continue anyway?" msgstr "Kas sellest hoolimata jätkata?" +#: ../libbrasero-burn/brasero-burn-dialog.c:971 msgid "Appending audio tracks to a CD is not advised." msgstr "Audioradade lisamine CD lõppu pole soovitatud." +#: ../libbrasero-burn/brasero-burn-dialog.c:973 +#: ../libbrasero-burn/brasero-burn-dialog.c:995 +#: ../libbrasero-burn/brasero-tool-dialog.c:422 ../src/brasero-data-disc.c:572 msgid "_Continue" msgstr "_Jätka" +#: ../libbrasero-burn/brasero-burn-dialog.c:989 msgid "CD-RW audio discs may not play correctly in older CD players." msgstr "CD-RW audioplaadid ei pruugi vanemates plaadimängijates mängida." +#: ../libbrasero-burn/brasero-burn-dialog.c:993 msgid "Recording audio tracks on a rewritable disc is not advised." msgstr "Audioradade kirjutamine ülekirjutatavale plaadile ei ole soovitatud." #. Translators: %s is the name of a drive +#: ../libbrasero-burn/brasero-burn-dialog.c:1037 #, c-format msgid "Please eject the disc from \"%s\" manually." msgstr "Palun väljasta plaat seadmest \"%s\" käsitsi." +#: ../libbrasero-burn/brasero-burn-dialog.c:1046 msgid "" "The disc could not be ejected though it needs to be removed for the current " "operation to continue." @@ -676,83 +914,114 @@ "Seda plaati pole võimalik väljastada, kuid järgmise tegevuse sooritamiseks " "tuleb see eemaldada." +#: ../libbrasero-burn/brasero-burn-dialog.c:1133 msgid "Do you want to replace the disc and continue?" msgstr "Kas soovid plaadi asendada ja jätkata?" +#: ../libbrasero-burn/brasero-burn-dialog.c:1134 msgid "The currently inserted disc could not be blanked." msgstr "Praegu lugejas olevat plaati pole võimalik tühjendada." +#: ../libbrasero-burn/brasero-burn-dialog.c:1143 msgid "Do you want to continue with full Windows compatibility disabled?" msgstr "Kas jätkata Windowsiga mitteühilduva plaadi kirjutamist?" +#: ../libbrasero-burn/brasero-burn-dialog.c:1144 +#: ../libbrasero-burn/brasero-status-dialog.c:340 +#: ../src/brasero-data-disc.c:734 msgid "" "Some files don't have a suitable name for a fully Windows-compatible CD." msgstr "Mõne faili nimi pole Windows'iga ühilduva plaadi jaoks sobilik." +#: ../libbrasero-burn/brasero-burn-dialog.c:1145 msgid "C_ontinue" msgstr "_Jätka" +#: ../libbrasero-burn/brasero-burn-dialog.c:1365 +#: ../libbrasero-burn/brasero-burn-dialog.c:1386 msgid "The simulation was successful." msgstr "Simulatsioon lõpetati edukalt." +#: ../libbrasero-burn/brasero-burn-dialog.c:1368 msgid "Real disc burning will take place in 10 seconds." msgstr "Plaadi päris kirjutamine algab 10 sekundi pärast." +#: ../libbrasero-burn/brasero-burn-dialog.c:1371 msgid "Burn _Now" msgstr "Kirjuta _kohe" +#: ../libbrasero-burn/brasero-burn-dialog.c:1660 msgid "Save Current Session" msgstr "Salvesta praegune sessioon" +#: ../libbrasero-burn/brasero-burn-dialog.c:1735 msgid "An unknown error occurred." msgstr "Esines tundmatu tõrge." +#: ../libbrasero-burn/brasero-burn-dialog.c:1743 +#: ../libbrasero-burn/brasero-burn-dialog.c:1761 ../src/brasero-app.c:620 msgid "Error while burning." msgstr "Viga kirjutamisel." +#: ../libbrasero-burn/brasero-burn-dialog.c:1751 msgid "_Save Log" msgstr "_Salvesta logi" +#: ../libbrasero-burn/brasero-burn-dialog.c:1786 msgid "Video DVD successfully burned" msgstr "Video-DVD kirjutamine lõpetati edukalt" +#: ../libbrasero-burn/brasero-burn-dialog.c:1788 msgid "(S)VCD successfully burned" msgstr "(S)VCD kirjutamine lõpetati edukalt" +#: ../libbrasero-burn/brasero-burn-dialog.c:1791 msgid "Audio CD successfully burned" msgstr "Audioplaadi kirjutamine lõpetati edukalt" +#: ../libbrasero-burn/brasero-burn-dialog.c:1793 +#: ../libbrasero-burn/brasero-burn-dialog.c:1824 msgid "Image successfully created" msgstr "Tõmmise loomine lõpetati edukalt" +#: ../libbrasero-burn/brasero-burn-dialog.c:1798 msgid "DVD successfully copied" msgstr "DVD kopeerimine lõpetati edukalt" +#: ../libbrasero-burn/brasero-burn-dialog.c:1800 msgid "CD successfully copied" msgstr "CD kopeerimine lõpetati edukalt" +#: ../libbrasero-burn/brasero-burn-dialog.c:1804 msgid "Image of DVD successfully created" msgstr "DVD-st tõmmise loomine lõpetati edukalt" +#: ../libbrasero-burn/brasero-burn-dialog.c:1806 msgid "Image of CD successfully created" msgstr "CD-st tõmmise loomine lõpetati edukalt" +#: ../libbrasero-burn/brasero-burn-dialog.c:1812 msgid "Image successfully burned to DVD" msgstr "Tõmmise DVD-le kirjutamine lõpetati edukalt" +#: ../libbrasero-burn/brasero-burn-dialog.c:1814 msgid "Image successfully burned to CD" msgstr "Tõmmise CD-le kirjutamine lõpetati edukalt" +#: ../libbrasero-burn/brasero-burn-dialog.c:1820 msgid "Data DVD successfully burned" msgstr "Andme-DVD kirjutamine lõpetati edukalt" +#: ../libbrasero-burn/brasero-burn-dialog.c:1822 msgid "Data CD successfully burned" msgstr "Andme-CD kirjutamine lõpetati edukalt" +#: ../libbrasero-burn/brasero-burn-dialog.c:1881 #, c-format msgid "Copy #%i has been burned successfully." msgstr "Koopia nr %i kirjutamine oli edukas." +#: ../libbrasero-burn/brasero-burn-dialog.c:1889 msgid "" "Another copy will start as soon as you insert a new writable disc. If you do " "not want to burn another copy, press \"Cancel\"." @@ -760,33 +1029,45 @@ "Veel ühe koopia tegemist alustatakse kohe, kui sisestad kirjutatava plaadi. " "Kui sa ei taha rohkem koopiaid, vajuta \"Loobu\"." +#: ../libbrasero-burn/brasero-burn-dialog.c:1963 msgid "Make _More Copies" msgstr "Tee _veel koopiaid" +#: ../libbrasero-burn/brasero-burn-dialog.c:1972 msgid "Create Co_ver" msgstr "_Tee plaadiümbris" +#: ../libbrasero-burn/brasero-burn-dialog.c:2134 msgid "There are some files left to burn" msgstr "Veel mõned failid ootavad kirjutamist" +#: ../libbrasero-burn/brasero-burn-dialog.c:2141 msgid "There are some more videos left to burn" msgstr "Veel mõned videod ootavad kirjutamist" +#: ../libbrasero-burn/brasero-burn-dialog.c:2145 msgid "There are some more songs left to burn" msgstr "Veel mõned laulud ootavad kirjutamist" +#: ../libbrasero-burn/brasero-burn-dialog.c:2451 +#: ../libbrasero-burn/brasero-tool-dialog.c:411 msgid "Do you really want to quit?" msgstr "Kas tahad tõesti lõpetada?" +#: ../libbrasero-burn/brasero-burn-dialog.c:2455 +#: ../libbrasero-burn/brasero-tool-dialog.c:417 msgid "Interrupting the process may make disc unusable." msgstr "Selle tegevuse katkestamine võib muuta plaadi kasutamatuks." +#: ../libbrasero-burn/brasero-burn-dialog.c:2458 msgid "C_ontinue Burning" msgstr "_Jätka kirjutamist" +#: ../libbrasero-burn/brasero-burn-dialog.c:2465 msgid "_Cancel Burning" msgstr "_Katkesta kirjutamine" +#: ../libbrasero-burn/brasero-burn-options.c:228 ../src/brasero-project.c:1020 msgid "" "Please insert a writable CD or DVD if you don't want to write to an image " "file." @@ -794,95 +1075,131 @@ "Palun sisesta kirjutatav CD või DVD, kui sa ei taha andmeid salvestada " "tõmmisfaili." +#: ../libbrasero-burn/brasero-burn-options.c:302 ../src/brasero-project.c:1595 msgid "Create _Image" msgstr "Loo _tõmmis" #. Translators: This is a verb, an action +#: ../libbrasero-burn/brasero-burn-options.c:307 msgid "_Copy" msgstr "_Kopeeri" +#: ../libbrasero-burn/brasero-burn-options.c:310 msgid "Make _Several Copies" msgstr "Tee _mitu koopiat" #. Translators: This is a verb, an action +#: ../libbrasero-burn/brasero-burn-options.c:314 ../src/brasero-project.c:1524 msgid "_Burn" msgstr "_Kirjuta" +#: ../libbrasero-burn/brasero-burn-options.c:317 ../src/brasero-project.c:1521 msgid "Burn _Several Copies" msgstr "_Kirjuta mitu koopiat" +#: ../libbrasero-burn/brasero-burn-options.c:433 ../src/brasero-project.c:949 msgid "Would you like to burn the selection of files across several media?" msgstr "Kas valitud failid kirjutada mitmele plaadile?" +#: ../libbrasero-burn/brasero-burn-options.c:434 +#: ../libbrasero-burn/brasero-burn-options.c:451 msgid "The data size is too large for the disc even with the overburn option." msgstr "" "Andmeid on selle plaadi jaoks liiga palju isegi siis, kui kasutada üle mahu " "kirjutamist." +#: ../libbrasero-burn/brasero-burn-options.c:439 ../src/brasero-project.c:954 msgid "_Burn Several Discs" msgstr "_Kirjutatakse mitu plaati" +#: ../libbrasero-burn/brasero-burn-options.c:441 ../src/brasero-project.c:956 msgid "Burn the selection of files across several media" msgstr "Valitud failide jaotamine mitmele plaadile" +#: ../libbrasero-burn/brasero-burn-options.c:450 ../src/brasero-project.c:965 msgid "Please choose another CD or DVD or insert a new one." msgstr "Palun vali teine CD või DVD või sisesta uus." +#: ../libbrasero-burn/brasero-burn-options.c:464 ../src/brasero-project.c:1010 msgid "No track information (artist, title, ...) will be written to the disc." msgstr "Mitte mingit rajateavet (artist, helilooja, …) plaadile ei kirjutata." +#: ../libbrasero-burn/brasero-burn-options.c:465 ../src/brasero-project.c:1011 msgid "This is not supported by the current active burning backend." msgstr "See võimalus pole valitud taustarakenduse poolt toetatud." +#: ../libbrasero-burn/brasero-burn-options.c:477 +#: ../nautilus/nautilus-burn-extension.c:239 msgid "Please add files." msgstr "Palun lisa faile." +#: ../libbrasero-burn/brasero-burn-options.c:478 +#: ../libbrasero-burn/brasero-track-data.c:672 +#: ../libbrasero-burn/brasero-track-data-cfg.c:2432 +#: ../libbrasero-burn/brasero-track-stream.c:402 +#: ../nautilus/nautilus-burn-extension.c:240 ../src/brasero-project.c:1277 #, c-format msgid "There are no files to write to disc" msgstr "Plaadile kirjutamiseks pole ühtki faili" +#: ../libbrasero-burn/brasero-burn-options.c:483 msgid "Please add songs." msgstr "Palun lisa muusikat." +#: ../libbrasero-burn/brasero-burn-options.c:484 ../src/brasero-project.c:1268 msgid "There are no songs to write to disc" msgstr "Pole ühtki lugu, mida plaadile kirjutada" +#: ../libbrasero-burn/brasero-burn-options.c:489 msgid "Please add videos." msgstr "Palun lisa video." +#: ../libbrasero-burn/brasero-burn-options.c:490 msgid "There are no videos to write to disc" msgstr "Pole ühtki videot, mida plaadile kirjutada" +#: ../libbrasero-burn/brasero-burn-options.c:502 msgid "There is no inserted disc to copy." msgstr "Kopeerimiseks pole ühtki plaati sisestatud." +#: ../libbrasero-burn/brasero-burn-options.c:511 msgid "Please select a disc image." msgstr "Palun vali tõmmis." +#: ../libbrasero-burn/brasero-burn-options.c:512 msgid "There is no selected disc image." msgstr "Tõmmis pole valitud." #. Translators: this is a disc image not a picture #. Translators: this is a disc image, not a picture +#: ../libbrasero-burn/brasero-burn-options.c:522 +#: ../libbrasero-burn/brasero-src-image.c:167 msgctxt "disc" msgid "Please select another image." msgstr "Palun vali mõni teine tõmmis." +#: ../libbrasero-burn/brasero-burn-options.c:523 msgid "It doesn't appear to be a valid disc image or a valid cue file." msgstr "Tundub, et tõmmis või cue fail pole sobiv." +#: ../libbrasero-burn/brasero-burn-options.c:532 msgid "Please insert a disc that is not copy protected." msgstr "Palun sisesta koopiakaitseta plaat." +#: ../libbrasero-burn/brasero-burn-options.c:533 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Kõik vajalikud rakendused ja teegid ei ole paigaldatud." +#: ../libbrasero-burn/brasero-burn-options.c:540 ../src/brasero-project.c:1003 msgid "Please replace the disc with a supported CD or DVD." msgstr "Palun asenda plaat toetatud CD või DVD'ga." +#: ../libbrasero-burn/brasero-burn-options.c:549 ../src/brasero-project.c:976 msgid "Would you like to burn beyond the disc's reported capacity?" msgstr "Kas kirjutada üle plaadi raporteeritud suuruse?" +#: ../libbrasero-burn/brasero-burn-options.c:550 msgid "" "The data size is too large for the disc and you must remove files from the " "selection otherwise.\n" @@ -896,16 +1213,20 @@ "tuvastada ja seetõttu vajavad üle mahu kirjutamise valikut.\n" "MÄRKUS: See valik võib põhjustada kirjutamise nurjumise." +#: ../libbrasero-burn/brasero-burn-options.c:557 ../src/brasero-project.c:983 msgid "_Overburn" msgstr "_Üle mahu kirjutamine" +#: ../libbrasero-burn/brasero-burn-options.c:559 ../src/brasero-project.c:985 msgid "Burn beyond the disc's reported capacity" msgstr "Kirjuta üle plaadi raporteeritud mahu" +#: ../libbrasero-burn/brasero-burn-options.c:569 msgid "" "The drive that holds the source disc will also be the one used to record." msgstr "Lähteplaadiga seade on sama, mida kasutatakse kirjutamiseks." +#: ../libbrasero-burn/brasero-burn-options.c:570 msgid "" "A new writable disc will be required once the currently loaded one has been " "copied." @@ -913,15 +1234,21 @@ "Kui praegu seadmes olev plaat saab kopeeritud, tuleb sisestada uus " "kirjutatav plaat." +#: ../libbrasero-burn/brasero-burn-options.c:657 msgid "Select a disc to write to" msgstr "Plaadi valimine, millele kirjutada" +#: ../libbrasero-burn/brasero-burn-options.c:737 +#: ../libbrasero-burn/brasero-burn-options.c:755 +#: ../libbrasero-burn/brasero-burn-options.c:875 msgid "Disc Burning Setup" msgstr "Plaadi kirjutamise sätted" +#: ../libbrasero-burn/brasero-burn-options.c:764 ../src/brasero-project.c:1544 msgid "Video Options" msgstr "Video valikud" +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -930,6 +1257,7 @@ "plaadile failina?" #. Translators: %s is the name of the image +#: ../libbrasero-burn/brasero-burn-options.c:804 #, c-format msgid "" "There is only one selected file (\"%s\"). It is the image of a disc and its " @@ -938,28 +1266,36 @@ "Valiti ainult üks fail (\"%s\"). See on plaaditõmmis ning selle sisu on " "võimalik kirjutada." +#: ../libbrasero-burn/brasero-burn-options.c:809 msgid "Burn as _File" msgstr "Kirjuta _faili" +#: ../libbrasero-burn/brasero-burn-options.c:811 msgid "Burn _Contents…" msgstr "Kirjutamise _sisukord…" +#: ../libbrasero-burn/brasero-burn-options.c:893 msgid "Image Burning Setup" msgstr "Tõmmise kirjutamise sätted" #. pack everything +#: ../libbrasero-burn/brasero-burn-options.c:901 msgid "Select a disc image to write" msgstr "Kirjutamiseks tõmmise valimine" +#: ../libbrasero-burn/brasero-burn-options.c:921 msgid "Copy CD/DVD" msgstr "CD/DVD kopeerimine" +#: ../libbrasero-burn/brasero-burn-options.c:927 msgid "Select disc to copy" msgstr "Kopeeritava plaadi valimine" +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Palun paigalda järgnev käsitsi ja proovi uuesti:" +#: ../libbrasero-burn/brasero-cover.c:119 msgid "Unknown song" msgstr "Tundmatu lugu" @@ -973,25 +1309,35 @@ #. * and every word has a different tag. #. Translators: %s is the name of the artist #. Translators: %s is the name of an artist. +#: ../libbrasero-burn/brasero-cover.c:146 ../src/brasero-player.c:419 +#: ../src/brasero-song-control.c:270 #, c-format msgid "by %s" msgstr "esitaja %s" +#: ../libbrasero-burn/brasero-data-vfs.c:218 #, c-format msgid "\"%s\" cannot be read" msgstr "\"%s\" ei saa lugeda" +#: ../libbrasero-burn/brasero-dest-selection.c:605 +#: ../libbrasero-burn/brasero-image-type-chooser.c:133 msgid "SVCD image" msgstr "SVCD tõmmis" +#: ../libbrasero-burn/brasero-dest-selection.c:607 +#: ../libbrasero-burn/brasero-image-type-chooser.c:127 msgid "VCD image" msgstr "VCD tõmmis" +#: ../libbrasero-burn/brasero-dest-selection.c:611 +#: ../libbrasero-burn/brasero-image-type-chooser.c:106 msgid "Video DVD image" msgstr "Video-DVD tõmmis" #. NOTE for translators: the first %s is medium_name ("File #. * Image") and the second the path for the image file +#: ../libbrasero-burn/brasero-dest-selection.c:623 #, c-format msgid "%s: \"%s\"" msgstr "%s: \"%s\"" @@ -1002,34 +1348,48 @@ #. * destination disc a new one (once the source has been #. * copied) which is to be inserted in the drive currently #. * holding the source disc +#: ../libbrasero-burn/brasero-dest-selection.c:655 #, c-format msgid "New disc in the burner holding the source disc" msgstr "Sisesta plaadilugejasse lähteplaadi asemele tühi plaat" #. NOTE for translators, the first %s is the medium name +#: ../libbrasero-burn/brasero-dest-selection.c:696 #, c-format msgid "%s: not enough free space" msgstr "%s: pole piisavalt vaba ruumi" #. NOTE for translators: the first %s is the medium name, the second %s #. * is its available free space. "Free" here is the free space available. +#: ../libbrasero-burn/brasero-dest-selection.c:727 #, c-format msgid "%s: %s of free space" msgstr "%s: %s vaba ruumi" #. Translators: the first %s is the path of the directory where brasero #. * will store its temporary files; the second one is the size available +#: ../libbrasero-burn/brasero-drive-properties.c:192 #, c-format msgid "%s: %s free" msgstr "%s: %s vaba" +#: ../libbrasero-burn/brasero-drive-properties.c:233 +#: ../libbrasero-burn/brasero-drive-properties.c:272 +#: ../libbrasero-burn/brasero-drive-properties.c:324 msgid "Do you really want to choose this location?" msgstr "Kas tahad selle asukoha tõesti valida?" +#: ../libbrasero-burn/brasero-drive-properties.c:277 +#: ../libbrasero-burn/brasero-session.c:1287 +#: ../libbrasero-burn/brasero-session.c:1362 ../libbrasero-burn/burn-job.c:490 +#: ../plugins/cdrkit/burn-genisoimage.c:199 +#: ../plugins/cdrtools/burn-mkisofs.c:199 +#: ../plugins/libburnia/burn-libisofs.c:246 #, c-format msgid "You do not have the required permission to write at this location" msgstr "Sul puuduvad vajalikud õigused sellesse kataloogi kirjutamiseks" +#: ../libbrasero-burn/brasero-drive-properties.c:330 msgid "" "The filesystem on this volume does not support large files (size over 2 " "GiB).\n" @@ -1039,38 +1399,47 @@ "See võib tekitada probleeme DVD-plaatide või suurte tõmmiste kirjutamisel." #. Translators %s.1f is the speed used to burn +#: ../libbrasero-burn/brasero-drive-properties.c:524 #, c-format msgid "%.1f× (DVD)" msgstr "%.1f× (DVD)" #. Translators %s.1f is the speed used to burn +#: ../libbrasero-burn/brasero-drive-properties.c:528 #, c-format msgid "%.1f× (CD)" msgstr "%.1f× (CD)" #. Translators %s.1f is the speed used to burn. BD = Blu Ray +#: ../libbrasero-burn/brasero-drive-properties.c:532 #, c-format msgid "%.1f× (BD)" msgstr "%.1f× (BD)" #. Translators %s.1f is the speed used to burn for every medium #. * type. BD = Blu Ray +#: ../libbrasero-burn/brasero-drive-properties.c:537 #, c-format msgid "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" msgstr "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" +#: ../libbrasero-burn/brasero-drive-properties.c:575 msgid "Impossible to retrieve speeds" msgstr "Kiiruste tuvastamine pole võimalik" +#: ../libbrasero-burn/brasero-drive-properties.c:584 msgid "Maximum speed" msgstr "Suurim võimalik" +#: ../libbrasero-burn/brasero-drive-properties.c:710 msgid "Burning speed" msgstr "Kirjutamise kiirus" +#: ../libbrasero-burn/brasero-drive-properties.c:723 msgid "_Simulate before burning" msgstr "_Simulatsioon enne kirjutamist" +#: ../libbrasero-burn/brasero-drive-properties.c:724 msgid "" "Brasero will simulate the burning and, if it is successful, go on with " "actual burning after 10 seconds" @@ -1078,69 +1447,94 @@ "Brasero simuleerib kirjutamist ning kui see lõpeb edukalt, jätkab 10 sekundi " "pärast tegeliku kirjutamisega." +#: ../libbrasero-burn/brasero-drive-properties.c:726 msgid "Use burn_proof (decrease the risk of failures)" msgstr "Burn_proof tehnoloogia kasutamine (vähendab ebaõnnestumise riski)" +#: ../libbrasero-burn/brasero-drive-properties.c:728 msgid "Burn the image directly _without saving it to disc" msgstr "Tõmmis kirjutatakse _ilma seda vahepeal kettale salvestamata" +#: ../libbrasero-burn/brasero-drive-properties.c:730 msgid "Leave the disc _open to add other files later" msgstr "Plaat jäetakse _avatuks, et hiljem saaks teisi faile lisada" +#: ../libbrasero-burn/brasero-drive-properties.c:731 msgid "Allow to add more data to the disc later" msgstr "Võimaldab plaadile hiljem andmeid lisada" +#: ../libbrasero-burn/brasero-drive-properties.c:751 +#: ../libbrasero-burn/brasero-tool-dialog.c:284 +#: ../src/brasero-multi-song-props.c:308 ../src/brasero-song-properties.c:226 msgid "Options" msgstr "Valikud" +#: ../libbrasero-burn/brasero-drive-properties.c:763 msgid "Location for _Temporary Files" msgstr "_Ajutiste failide kataloog" +#: ../libbrasero-burn/brasero-drive-properties.c:783 msgid "Set the directory where to store temporary files" msgstr "Ajutiste failide kataloogi määramine" +#: ../libbrasero-burn/brasero-drive-properties.c:788 msgid "Temporary files" msgstr "Ajutised failid" +#: ../libbrasero-burn/brasero-filtered-uri.c:57 msgid "Hidden file" msgstr "Varjatud fail" +#: ../libbrasero-burn/brasero-filtered-uri.c:58 msgid "Unreadable file" msgstr "Loetamatu fail" +#: ../libbrasero-burn/brasero-filtered-uri.c:59 msgid "Broken symbolic link" msgstr "Vigane sümbolviit" +#: ../libbrasero-burn/brasero-filtered-uri.c:60 +#: ../libbrasero-utils/brasero-io.c:1190 ../libbrasero-utils/brasero-io.c:2061 #, c-format msgid "Recursive symbolic link" msgstr "Rekursiivne sümbolviit" +#: ../libbrasero-burn/brasero-image-properties.c:243 msgid "Disc image type:" msgstr "Tõmmise liik:" +#: ../libbrasero-burn/brasero-image-type-chooser.c:97 msgid "Autodetect" msgstr "Isetuvastus" +#: ../libbrasero-burn/brasero-image-type-chooser.c:106 msgid "ISO9660 image" msgstr "ISO9660 tõmmis" +#: ../libbrasero-burn/brasero-image-type-chooser.c:115 msgid "Readcd/Readom image" msgstr "Readcd/Readom tõmmis" +#: ../libbrasero-burn/brasero-image-type-chooser.c:141 msgid "Cue image" msgstr "Cue tõmmis" +#: ../libbrasero-burn/brasero-image-type-chooser.c:151 msgid "Cdrdao image" msgstr "Cdrdao tõmmis" +#: ../libbrasero-burn/brasero-medium-properties.c:93 +#: ../src/brasero-project.c:1503 #, c-format msgid "Properties of %s" msgstr "%s omadused" +#: ../libbrasero-burn/brasero-medium-properties.c:133 msgid "" "Do you really want to keep the current extension for the disc image name?" msgstr "Kas tõesti jätta plaaditõmmise nimele praegune laiend?" +#: ../libbrasero-burn/brasero-medium-properties.c:139 msgid "" "If you choose to keep it, programs may not be able to recognize the file " "type properly." @@ -1148,49 +1542,60 @@ "Kui valid nime säilitamise, ei pruugi programmid seda failitüüpi õigesti ära " "tunda." +#: ../libbrasero-burn/brasero-medium-properties.c:142 msgid "_Keep Current Extension" msgstr "_Säilita praegune laiend" +#: ../libbrasero-burn/brasero-medium-properties.c:145 msgid "Change _Extension" msgstr "Muuda _laiendit" +#: ../libbrasero-burn/brasero-medium-properties.c:234 msgid "Configure recording options" msgstr "Salvestamise valikute seadmine" #. Translators: first %02i is hours, the second one is minutes and the #. * third one is seconds. +#: ../libbrasero-burn/brasero-progress.c:198 #, c-format msgid "Total time: %02i:%02i:%02i" msgstr "Kogupikkus: %02i:%02i:%02i" +#: ../libbrasero-burn/brasero-progress.c:209 msgid "Average drive speed:" msgstr "Seadme keskmine kiirus:" #. Translators: first %02i is hours, the second one is minutes #. * and the third one is seconds. +#: ../libbrasero-burn/brasero-progress.c:437 #, c-format msgid "Estimated remaining time: %02i:%02i:%02i" msgstr "Hinnanguliselt jäänud: %02i:%02i:%02i" +#: ../libbrasero-burn/brasero-progress.c:479 #, c-format msgid "%i MiB of %i MiB" msgstr "%i MiB / %i MiB" +#: ../libbrasero-burn/brasero-progress.c:505 msgid "Estimated drive speed:" msgstr "Hinnanguline kirjutamise kiirus:" #. Translators: %s is a path +#: ../libbrasero-burn/brasero-src-image.c:229 #, c-format msgid "\"%s\": loading" msgstr "\"%s\": laadimine" #. Translators: %s is a path and image refers to a disc image +#: ../libbrasero-burn/brasero-src-image.c:236 #, c-format msgid "\"%s\": unknown disc image type" msgstr "\"%s\": tundmatu tõmmise liik" #. NOTE to translators, the first %s is the path of the image #. * file and the second its size. +#: ../libbrasero-burn/brasero-src-image.c:258 #, c-format msgid "\"%s\": %s" msgstr "\"%s\": %s" @@ -1198,31 +1603,44 @@ #. This is hackish and meant to avoid ellipsization to make the #. * label too small. #. Translators: this is a disc image +#: ../libbrasero-burn/brasero-src-image.c:271 +#: ../libbrasero-burn/brasero-src-image.c:554 msgid "Click here to select a disc _image" msgstr "_Tõmmise valimiseks klõpsa siia" +#: ../libbrasero-burn/brasero-src-image.c:415 msgid "Select Disc Image" msgstr "Tõmmise valimine" +#: ../libbrasero-burn/brasero-src-image.c:444 +#: ../nautilus/nautilus-burn-bar.c:236 ../src/brasero-file-chooser.c:350 +#: ../src/brasero-project.c:2225 ../src/brasero-project-name.c:162 msgid "All files" msgstr "Kõik failid" #. Translators: this a disc image here +#: ../libbrasero-burn/brasero-src-image.c:450 msgctxt "disc" msgid "Image files" msgstr "Tõmmisfailid" +#: ../libbrasero-burn/brasero-src-image.c:467 msgid "Image type:" msgstr "Tõmmise liik:" +#: ../libbrasero-burn/brasero-status-dialog.c:147 #, c-format msgid "Estimated size: %s" msgstr "Eeldatav suurus: %s" +#: ../libbrasero-burn/brasero-status-dialog.c:209 +#: ../src/brasero-data-disc.c:870 #, c-format msgid "Do you really want to add \"%s\" to the selection?" msgstr "Kas \"%s\" lisada tõesti valikusse?" +#: ../libbrasero-burn/brasero-status-dialog.c:228 +#: ../src/brasero-data-disc.c:879 msgid "" "The children of this directory will have 7 parent directories.\n" "Brasero can create an image of such a file hierarchy and burn it but the " @@ -1234,12 +1652,20 @@ "plaat ei pruugi olla kõigis operatsioonisüsteemides loetav.\n" "MÄRKUS: selline failihierarhia töötab Linuxis." +#: ../libbrasero-burn/brasero-status-dialog.c:232 +#: ../libbrasero-burn/brasero-status-dialog.c:294 +#: ../src/brasero-data-disc.c:839 ../src/brasero-data-disc.c:883 msgid "Ne_ver Add Such File" msgstr "Ära _kunagi lisa sellist faili" +#: ../libbrasero-burn/brasero-status-dialog.c:233 +#: ../libbrasero-burn/brasero-status-dialog.c:295 +#: ../src/brasero-data-disc.c:840 ../src/brasero-data-disc.c:884 msgid "Al_ways Add Such File" msgstr "_Lisa alati selline fail" +#: ../libbrasero-burn/brasero-status-dialog.c:271 +#: ../src/brasero-data-disc.c:826 #, c-format msgid "" "Do you really want to add \"%s\" to the selection and use the third version " @@ -1248,6 +1674,8 @@ "Kas tahad \"%s\" tõesti valikusse lisada ja selle võimaldamiseks kasutada " "ISO9660 standardi kolmandat versiooni?" +#: ../libbrasero-burn/brasero-status-dialog.c:290 +#: ../src/brasero-data-disc.c:835 msgid "" "The size of the file is over 2 GiB. Files larger than 2 GiB are not " "supported by the ISO9660 standard in its first and second versions (the most " @@ -1266,251 +1694,355 @@ "Teadaolev erand on MacOS X, mis ei ole võimeline lugema ISO9660 versiooniga " "3 ühilduvaid tõmmiseid." +#: ../libbrasero-burn/brasero-status-dialog.c:330 +#: ../src/brasero-data-disc.c:729 msgid "Should files be renamed to be fully Windows-compatible?" msgstr "Kas failid tuleks ümber nimetada, et saavutada Windowsiga ühilduvus?" +#: ../libbrasero-burn/brasero-status-dialog.c:341 +#: ../src/brasero-data-disc.c:735 msgid "Those names should be changed and truncated to 64 characters." msgstr "Need nimed tuleb lühendada 64 märgini." +#: ../libbrasero-burn/brasero-status-dialog.c:346 +#: ../src/brasero-data-disc.c:738 msgid "_Disable Full Windows Compatibility" msgstr "Windows'iga ühilduvuse _keelamine" +#: ../libbrasero-burn/brasero-status-dialog.c:349 +#: ../src/brasero-data-disc.c:737 msgid "_Rename for Full Windows Compatibility" msgstr "Ümber_nimetamine Windows'iga ühilduvuseks" +#: ../libbrasero-burn/brasero-status-dialog.c:566 msgid "Size Estimation" msgstr "Suuruse hinnang" +#: ../libbrasero-burn/brasero-status-dialog.c:568 msgid "Please wait until the estimation of the size is completed." msgstr "Palun oota, kuni projekti suuruse hindamine lõpetatakse." +#: ../libbrasero-burn/brasero-status-dialog.c:569 msgid "All files need to be analysed to complete this operation." msgstr "Selle operatsiooni teostamiseks tuleb kõiki projekti faile analüüsida." +#: ../libbrasero-burn/brasero-sum-dialog.c:134 +#: ../libbrasero-burn/brasero-sum-dialog.c:215 msgid "Check _Again" msgstr "Kontrolli _uuesti" +#: ../libbrasero-burn/brasero-sum-dialog.c:165 +#: ../libbrasero-burn/brasero-sum-dialog.c:514 msgid "The file integrity check could not be performed." msgstr "Failide tervikluse kontrolli pole võimalik läbi viia." +#: ../libbrasero-burn/brasero-sum-dialog.c:166 ../src/brasero-data-disc.c:214 +#: ../src/brasero-eject-dialog.c:102 ../src/brasero-playlist.c:393 +#: ../src/brasero-project.c:2625 msgid "An unknown error occurred" msgstr "Esines tundmatu tõrge" +#: ../libbrasero-burn/brasero-sum-dialog.c:178 msgid "The file integrity check was performed successfully." msgstr "Failide tervikluse kontroll lõpetati edukalt." +#: ../libbrasero-burn/brasero-sum-dialog.c:179 msgid "There seem to be no corrupted files on the disc" msgstr "Tundub, et plaadil pole vigaseid faile" +#: ../libbrasero-burn/brasero-sum-dialog.c:207 msgid "The following files appear to be corrupted:" msgstr "Järgmised failid tunduvad rikutud:" +#: ../libbrasero-burn/brasero-sum-dialog.c:250 msgid "Corrupted Files" msgstr "Rikutud failid" +#: ../libbrasero-burn/brasero-sum-dialog.c:342 msgid "Downloading MD5 file" msgstr "MD5-faili allalaadimine" +#: ../libbrasero-burn/brasero-sum-dialog.c:397 #, c-format msgid "\"%s\" is not a valid URI" msgstr "\"%s\" pole sobiv URI" +#: ../libbrasero-burn/brasero-sum-dialog.c:515 msgid "No MD5 file was given." msgstr "MD5-faili ei määratud." +#: ../libbrasero-burn/brasero-sum-dialog.c:692 msgid "Use an _MD5 file to check the disc" msgstr "Plaati kontrollitakse _MD5-faili järgi" +#: ../libbrasero-burn/brasero-sum-dialog.c:693 msgid "Use an external .md5 file that stores the checksum of a disc" msgstr "Kasuta välist .md5 faili, milles on plaadi kontrollsumma" +#: ../libbrasero-burn/brasero-sum-dialog.c:706 msgid "Open an MD5 file" msgstr "MD5-faili avamine" +#: ../libbrasero-burn/brasero-sum-dialog.c:721 msgid "_Check" msgstr "_Kontrolli" +#: ../libbrasero-burn/brasero-sum-dialog.c:752 msgid "Disc Checking" msgstr "Plaadi kontrollimine" +#: ../libbrasero-burn/brasero-tool-dialog.c:78 +#: ../libbrasero-burn/brasero-tool-dialog.c:92 +#: ../libbrasero-burn/brasero-tool-dialog.c:102 msgid "The operation cannot be performed." msgstr "Operatsiooni pole võimalik teostada." +#: ../libbrasero-burn/brasero-tool-dialog.c:79 +#: ../plugins/cdrkit/burn-wodim.c:151 ../plugins/cdrkit/burn-wodim.c:421 +#: ../plugins/cdrtools/burn-cdrecord.c:151 +#: ../plugins/cdrtools/burn-cdrecord.c:407 +#: ../plugins/growisofs/burn-dvd-rw-format.c:77 +#: ../plugins/libburnia/burn-libburn.c:610 #, c-format msgid "The disc is not supported" msgstr "See plaat pole toetatud" +#: ../libbrasero-burn/brasero-tool-dialog.c:103 msgid "The drive is empty" msgstr "Seade on tühi" +#: ../libbrasero-burn/brasero-tool-dialog.c:556 +#: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Vali plaat" +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Edenemine" +#: ../libbrasero-burn/brasero-track-data-cfg.c:617 +#: ../libbrasero-burn/brasero-track-data-cfg.c:716 +#: ../libbrasero-burn/brasero-track-data-cfg.c:727 +#: ../libbrasero-burn/brasero-track-data-cfg.c:788 +#: ../libbrasero-burn/brasero-track-data-cfg.c:793 +#: ../src/brasero-playlist.c:536 ../src/brasero-video-tree-model.c:342 msgid "(loading…)" msgstr "(laadimine…)" +#: ../libbrasero-burn/brasero-track-data-cfg.c:619 +#: ../libbrasero-burn/brasero-track-data-cfg.c:799 +#: ../src/brasero-playlist.c:497 msgid "Empty" msgstr "Tühi" +#: ../libbrasero-burn/brasero-track-data-cfg.c:725 msgid "Disc file" msgstr "Plaadifail" +#: ../libbrasero-burn/brasero-track-data-cfg.c:803 #, c-format msgid "%d item" msgid_plural "%d items" msgstr[0] "%d kirje" msgstr[1] "%d kirjet" +#: ../libbrasero-burn/brasero-track-data-cfg.c:1916 #, c-format msgid "New folder" msgstr "Uus kataloog" +#: ../libbrasero-burn/brasero-track-data-cfg.c:1919 #, c-format msgid "New folder %i" msgstr "Uus kataloog %i" +#: ../libbrasero-burn/brasero-track-data-cfg.c:2406 +#: ../libbrasero-burn/brasero-track-data-cfg.c:2416 msgid "Analysing files" msgstr "Failide analüüsimine" +#: ../libbrasero-burn/brasero-track-data-cfg.c:2552 #, c-format msgid "\"%s\" is a recursive symbolic link." msgstr "\"%s\" on rekursiivne sümbolviit." #. Translators: %s is the path of a drive +#: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 #, c-format msgid "\"%s\" cannot be found." msgstr "\"%s\" ei leitud." +#: ../libbrasero-burn/brasero-track-image-cfg.c:451 msgid "Retrieving image format and size" msgstr "Pildi vormingu ja mõõtmete hankimine" #. Translators: This is a disc image +#: ../libbrasero-burn/brasero-track-image-cfg.c:471 msgid "The format of the disc image could not be identified" msgstr "Plaaditõmmise vormingut pole võimalik tuvastada" +#: ../libbrasero-burn/brasero-track-image-cfg.c:472 msgid "Please set it manually" msgstr "Palun määra see käsitsi" #. Translators: %s is the name of the file that has just been deleted +#: ../libbrasero-burn/brasero-track-stream-cfg.c:90 #, c-format msgid "\"%s\" was removed from the file system." msgstr "Fail \"%s\" eemaldati failisüsteemist." +#: ../libbrasero-burn/brasero-track-stream-cfg.c:129 +#: ../src/brasero-audio-disc.c:754 ../src/brasero-video-disc.c:365 #, c-format msgid "Directories cannot be added to video or audio discs" msgstr "Video- ega audioplaadile pole võimalik katalooge lisada" +#: ../libbrasero-burn/brasero-track-stream-cfg.c:142 #, c-format msgid "Playlists cannot be added to video or audio discs" msgstr "Video- ega audioplaadile pole võimalik esitusnimekirju lisada" #. Translators: %s is the name of the file +#: ../libbrasero-burn/brasero-track-stream-cfg.c:157 +#: ../libbrasero-burn/brasero-track-stream-cfg.c:174 #, c-format msgid "\"%s\" is not suitable for audio or video media" msgstr "\"%s\" ei ole sobivat liiki audio- ega videofail" +#: ../libbrasero-burn/brasero-track-stream-cfg.c:401 msgid "Analysing video files" msgstr "Videofailide analüüsimine" +#: ../libbrasero-burn/brasero-video-options.c:447 msgid "Video format:" msgstr "Videovorming:" +#: ../libbrasero-burn/brasero-video-options.c:458 msgid "_NTSC" msgstr "_NTSC" +#: ../libbrasero-burn/brasero-video-options.c:460 msgid "Format used mostly on the North American continent" msgstr "Põhiliselt Põhja-Ameerikas kasutatav vorming" +#: ../libbrasero-burn/brasero-video-options.c:473 msgid "_PAL/SECAM" msgstr "_PAL/SECAM" +#: ../libbrasero-burn/brasero-video-options.c:475 msgid "Format used mostly in Europe" msgstr "Põhiliselt Euroopas kasutatav vorming" +#: ../libbrasero-burn/brasero-video-options.c:489 msgid "Native _format" msgstr "Esialgne _vorming" +#: ../libbrasero-burn/brasero-video-options.c:504 msgid "Aspect ratio:" msgstr "Külgede suhe:" +#: ../libbrasero-burn/brasero-video-options.c:515 msgid "_4:3" msgstr "_4:3" +#: ../libbrasero-burn/brasero-video-options.c:530 msgid "_16:9" msgstr "_16:9" #. Video options for (S)VCD +#: ../libbrasero-burn/brasero-video-options.c:545 msgid "VCD type:" msgstr "VCD liik:" +#: ../libbrasero-burn/brasero-video-options.c:558 msgid "Create an SVCD" msgstr "Loo SVCD" +#: ../libbrasero-burn/brasero-video-options.c:573 msgid "Create a VCD" msgstr "Loo VCD" +#: ../libbrasero-burn/brasero-xfer.c:130 ../libbrasero-burn/brasero-xfer.c:266 #, c-format msgid "Directory could not be created (%s)" msgstr "Kataloogi pole võimalik luua (%s)" +#: ../libbrasero-burn/burn-basics.c:77 msgid "Getting size" msgstr "Suuruse hankimine" +#: ../libbrasero-burn/burn-basics.c:79 msgid "Writing" msgstr "Kirjutamine" +#: ../libbrasero-burn/burn-basics.c:80 msgid "Blanking" msgstr "Tühjendamine" +#: ../libbrasero-burn/burn-basics.c:81 msgid "Creating checksum" msgstr "Kontrollsumma arvutamine" +#: ../libbrasero-burn/burn-basics.c:83 msgid "Copying file" msgstr "Faili kopeerimine" +#: ../libbrasero-burn/burn-basics.c:84 msgid "Analysing audio files" msgstr "Audiofailide analüüsimine" +#: ../libbrasero-burn/burn-basics.c:85 msgid "Transcoding song" msgstr "Laulu ümberkodeerimine" +#: ../libbrasero-burn/burn-basics.c:86 msgid "Preparing to write" msgstr "Kirjutamiseks valmistumine" +#: ../libbrasero-burn/burn-basics.c:87 msgid "Writing leadin" msgstr "Sissejuhatuse kirjutamine" +#: ../libbrasero-burn/burn-basics.c:88 msgid "Writing CD-Text information" msgstr "CD-Text teabe kirjutamine" +#: ../libbrasero-burn/burn-basics.c:89 msgid "Finalizing" msgstr "Lõpetamine" +#: ../libbrasero-burn/burn-basics.c:90 msgid "Writing leadout" msgstr "Lõpetuse kirjutamine" +#: ../libbrasero-burn/burn-basics.c:91 msgid "Starting to record" msgstr "Lindistamise alustamine" +#: ../libbrasero-burn/burn-basics.c:92 msgid "Success" msgstr "Edukas" +#: ../libbrasero-burn/burn-basics.c:93 msgid "Ejecting medium" msgstr "Andmekandja väljastamine" +#: ../libbrasero-burn/burn-debug.c:54 msgid "Display debug statements on stdout for Brasero burn library" msgstr "Brasero plaadikogu silumise teadete kuvamine standardväljundis" +#: ../libbrasero-burn/burn-debug.c:80 msgid "Brasero media burning library" msgstr "Brasero plaadikogu" +#: ../libbrasero-burn/burn-debug.c:81 msgid "Display options for Brasero-burn library" msgstr "Brasero plaadikogu kuvavalikud" #. Translators: %s is the plugin name +#: ../libbrasero-burn/burn-job.c:322 ../libbrasero-burn/burn-job.c:797 +#: ../libbrasero-burn/burn-job.c:810 ../libbrasero-burn/burn-job.c:1029 +#: ../libbrasero-burn/burn-job.c:1119 #, c-format msgid "\"%s\" did not behave properly" msgstr "\"%s\" ei käitunud korrektselt" @@ -1518,10 +2050,12 @@ #. Translators: the first %s is the size of the free space on the medium #. * and the second %s is the size of the space required by the data to be #. * burnt. +#: ../libbrasero-burn/burn-job.c:430 #, c-format msgid "Not enough space available on the disc (%s available for %s)" msgstr "Kettal pole piisavalt vaba ruumi (%s vaba, %s vaja)" +#: ../libbrasero-burn/burn-job.c:522 #, c-format msgid "" "The filesystem you chose to store the temporary image on cannot hold files " @@ -1530,6 +2064,7 @@ "Ajutiste tõmmiste hoidmiseks valitud failisüsteem ei võimalda üle 2 GB " "suuruseid faile" +#: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 #, c-format msgid "" "The location you chose to store the temporary image on does not have enough " @@ -1538,50 +2073,68 @@ "Asukohas, mille valisid ajutiste tõmmiste hoidmiseks, ei ole tõmmise jaoks " "piisavalt vaba ruumi (vaja on %ld MB)" +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Andmekandja suurust pole võimalik tuvastada" +#: ../libbrasero-burn/burn-job.c:627 #, c-format msgid "No path was specified for the image output" msgstr "Tõmmisfaili asukoht pole määratud" #. Translators: %s is the error returned by libburn #. Translators: the %s is the error message from errno +#: ../libbrasero-burn/burn-job.c:768 ../plugins/cdrtools/burn-cdrecord.c:709 +#: ../plugins/libburnia/burn-libburn.c:717 +#: ../plugins/transcode/burn-transcode.c:790 #, c-format msgid "An internal error occurred (%s)" msgstr "Esines sisemine tõrge (%s)" +#: ../libbrasero-burn/burn-mkisofs-base.c:153 +#: ../libbrasero-burn/burn-mkisofs-base.c:494 +#: ../plugins/checksum/burn-checksum-image.c:287 +#: ../plugins/growisofs/burn-growisofs.c:527 +#: ../plugins/libburnia/burn-libisofs.c:707 #, c-format msgid "The file is not stored locally" msgstr "See ei ole kohalik fail" +#: ../libbrasero-burn/burn-mkisofs-base.c:644 #, c-format msgid "VIDEO_TS directory is missing or invalid" msgstr "VIDEO_TS kataloog on vigane või puudu" +#: ../libbrasero-burn/burn-plugin.c:647 #, c-format msgid "\"%s\" could not be found in the path" msgstr "Otsinguteelt ei leitud \"%s\"" +#: ../libbrasero-burn/burn-plugin.c:651 #, c-format msgid "\"%s\" GStreamer plugin could not be found" msgstr "GStreameri pluginat \"%s\" ei leitud" +#: ../libbrasero-burn/burn-plugin.c:655 ../libbrasero-burn/burn-plugin.c:667 #, c-format msgid "The version of \"%s\" is too old" msgstr "\"%s\" versioon on liiga vana" +#: ../libbrasero-burn/burn-plugin.c:659 #, c-format msgid "\"%s\" is a symbolic link pointing to another program" msgstr "\"%s\" on sümbolviit, mis viitab teisele rakendusele" #. Translators: %s is a filename +#: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 +#: ../plugins/growisofs/burn-growisofs.c:509 #, c-format msgid "\"%s\" could not be found" msgstr "\"%s\" ei leitud" #. Translators: %s is the name of the brasero element +#: ../libbrasero-burn/burn-process.c:259 #, c-format msgid "Process \"%s\" ended with an error code (%i)" msgstr "Protsess \"%s\" lõpetas veakoodiga (%i)" @@ -1589,100 +2142,130 @@ #. Translators: This is a fake drive, a file, and means that #. * when we're writing, we're writing to a file and create an #. * image on the hard drive. +#: ../libbrasero-media/brasero-drive.c:607 +#: ../libbrasero-media/brasero-medium.c:206 +#: ../libbrasero-media/brasero-volume.c:382 msgid "Image File" msgstr "Tõmmis" +#: ../libbrasero-media/brasero-drive-selection.c:341 +#: ../libbrasero-media/brasero-drive-selection.c:436 msgid "Unnamed CD/DVD Drive" msgstr "Nimetu CD/DVD ajam" +#: ../libbrasero-media/brasero-media.c:54 msgid "Display debug statements on stdout for Brasero media library" msgstr "Kuva Brasero meediakogu silumise teated standardväljundis" +#: ../libbrasero-media/brasero-media.c:477 msgid "Brasero optical media library" msgstr "Brasero optilise meedia kogu" +#: ../libbrasero-media/brasero-media.c:478 msgid "Display options for Brasero media library" msgstr "Brasero meediakogu kuvavalikud" +#: ../libbrasero-media/brasero-medium.c:65 msgid "File" msgstr "Fail" +#: ../libbrasero-media/brasero-medium.c:66 msgid "CD-ROM" msgstr "CD-ROM" +#: ../libbrasero-media/brasero-medium.c:67 msgid "CD-R" msgstr "CD-R" +#: ../libbrasero-media/brasero-medium.c:68 msgid "CD-RW" msgstr "CD-RW" +#: ../libbrasero-media/brasero-medium.c:69 msgid "DVD-ROM" msgstr "DVD-ROM" +#: ../libbrasero-media/brasero-medium.c:70 msgid "DVD-R" msgstr "DVD-R" +#: ../libbrasero-media/brasero-medium.c:71 msgid "DVD-RW" msgstr "DVD-RW" +#: ../libbrasero-media/brasero-medium.c:72 msgid "DVD+R" msgstr "DVD+R" +#: ../libbrasero-media/brasero-medium.c:73 msgid "DVD+RW" msgstr "DVD+RW" +#: ../libbrasero-media/brasero-medium.c:74 msgid "DVD+R dual layer" msgstr "DVD+R kahekihiline" +#: ../libbrasero-media/brasero-medium.c:75 msgid "DVD+RW dual layer" msgstr "DVD+RW kahekihiline" +#: ../libbrasero-media/brasero-medium.c:76 msgid "DVD-R dual layer" msgstr "DVD-R kahekihiline" +#: ../libbrasero-media/brasero-medium.c:77 msgid "DVD-RAM" msgstr "DVD-RAM" +#: ../libbrasero-media/brasero-medium.c:78 msgid "Blu-ray disc" msgstr "Blu-ray plaat" +#: ../libbrasero-media/brasero-medium.c:79 msgid "Writable Blu-ray disc" msgstr "Kirjutatav Blu-ray plaat" +#: ../libbrasero-media/brasero-medium.c:80 msgid "Rewritable Blu-ray disc" msgstr "Korduvkirjutatav Blu-ray plaat" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:216 #, c-format msgid "Blank %s in %s" msgstr "Tühi %s seadmes %s" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:223 #, c-format msgid "Audio and data %s in %s" msgstr "Audio- ja andme-%s seadmes %s" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:230 #, c-format msgid "Audio %s in %s" msgstr "Audio-%s seadmes %s" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:237 #, c-format msgid "Data %s in %s" msgstr "Andme-%s seadmes %s" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:244 #, c-format msgid "%s in %s" msgstr "%s seadmes %s" #. NOTE for translators, the first %s is the medium name +#: ../libbrasero-media/brasero-medium-selection.c:158 #, c-format msgid "%s: empty" msgstr "%s: tühi" @@ -1694,42 +2277,53 @@ #. * second %s is the space (time) used by data on the disc. #. * I really don't know if I should set this string as #. * translatable. +#: ../libbrasero-media/brasero-medium-selection.c:174 +#: ../libbrasero-media/brasero-medium-selection.c:186 #, c-format msgid "%s: %s" msgstr "%s: %s" +#: ../libbrasero-media/brasero-medium-selection.c:451 msgid "Searching for available discs" msgstr "Saadaolevate plaatide otsimine" +#: ../libbrasero-media/brasero-medium-selection.c:460 msgid "No disc available" msgstr "Ühtki plaati pole saadaval" #. Translators: this is hour minute second like '2 h 14 min 25' +#: ../libbrasero-media/brasero-units.c:71 #, c-format msgid "%s h %s min %s" msgstr "%s h %s min %s" #. Translators: this is hour minute like '2 h 14' +#: ../libbrasero-media/brasero-units.c:77 #, c-format msgid "%s h %s" msgstr "%s h %s min" #. Translators: this is hour like '2 h' +#: ../libbrasero-media/brasero-units.c:82 #, c-format msgid "%s h" msgstr "%s h" #. Translators: this is 'hour:minute:second' like '2:14:25' +#: ../libbrasero-media/brasero-units.c:86 #, c-format msgid "%s:%s:%s" msgstr "%s:%s:%s" #. Translators: this is 'hour:minute' or 'minute:second' +#: ../libbrasero-media/brasero-units.c:92 +#: ../libbrasero-media/brasero-units.c:107 #, c-format msgid "%s:%s" msgstr "%s:%s" #. Translators: %s is a duration expressed in minutes +#: ../libbrasero-media/brasero-units.c:99 #, c-format msgid "%s min" msgstr "%s min" @@ -1737,20 +2331,24 @@ #. Translators: the first %s is the number of minutes #. * and the second one is the number of seconds. #. * The whole string expresses a duration +#: ../libbrasero-media/brasero-units.c:104 #, c-format msgid "%s:%s min" msgstr "%s:%s min" +#: ../libbrasero-media/brasero-volume.c:186 #, c-format msgid "The disc mount point could not be retrieved" msgstr "Plaadi haakepunkti pole võimalik tuvastada" #. NOTE for translators: the first %s is the disc type and Blank is an adjective. +#: ../libbrasero-media/brasero-volume.c:409 #, c-format msgid "Blank disc (%s)" msgstr "Tühi plaat (%s)" #. NOTE for translators: the first %s is the disc type. +#: ../libbrasero-media/brasero-volume.c:413 #, c-format msgid "Audio and data disc (%s)" msgstr "Audio- ja andmeplaat (%s)" @@ -1759,6 +2357,7 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ . #. * The %s is the date +#: ../libbrasero-media/brasero-volume.c:417 ../src/brasero-project-name.c:322 #, c-format msgid "Audio disc (%s)" msgstr "Audioplaat (%s)" @@ -1767,161 +2366,216 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Andmeplaat (%s)" +#: ../libbrasero-media/burn-iso9660.c:158 +#: ../libbrasero-media/burn-iso9660.c:167 +#: ../libbrasero-media/burn-iso9660.c:402 +#: ../libbrasero-media/burn-iso9660.c:439 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Tundub, et see tõmmis pole ISO vormingus" +#: ../libbrasero-media/scsi-error.c:43 ../src/brasero-project-name.c:84 msgid "Unknown error" msgstr "Tundmatu tõrge" +#: ../libbrasero-media/scsi-error.c:44 msgid "Size mismatch" msgstr "Suuruste sobimatus" +#: ../libbrasero-media/scsi-error.c:45 msgid "Type mismatch" msgstr "Tüüpide sobimatus" +#: ../libbrasero-media/scsi-error.c:46 msgid "Bad argument" msgstr "Vigane argument" +#: ../libbrasero-media/scsi-error.c:48 msgid "Outrange address" msgstr "Piirkonnast välja jääv aadress" +#: ../libbrasero-media/scsi-error.c:49 msgid "Invalid address" msgstr "Sobimatu aadress" +#: ../libbrasero-media/scsi-error.c:50 msgid "Invalid command" msgstr "Sobimatu käsk" +#: ../libbrasero-media/scsi-error.c:51 msgid "Invalid parameter in command" msgstr "Käsus esineb sobimatu parameeter" +#: ../libbrasero-media/scsi-error.c:52 msgid "Invalid field in command" msgstr "Käsus esineb sobimatu väli" +#: ../libbrasero-media/scsi-error.c:53 msgid "The device timed out" msgstr "Seade ületas ajalimiidi" +#: ../libbrasero-media/scsi-error.c:54 msgid "Key not established" msgstr "Võti ei ole sisse seatud" +#: ../libbrasero-media/scsi-error.c:55 msgid "Invalid track mode" msgstr "Sobimatu rajarežiim" +#: ../libbrasero-utils/brasero-disc-message.c:133 msgid "_Hide changes" msgstr "_Peida muudatused" +#: ../libbrasero-utils/brasero-disc-message.c:135 +#: ../libbrasero-utils/brasero-disc-message.c:154 msgid "_Show changes" msgstr "_Näita muudatusi" +#: ../libbrasero-utils/brasero-io.c:1418 #, c-format msgid "The file does not appear to be a playlist" msgstr "Tundub, et see fail ei ole esitusnimekiri" #. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:199 msgid "Images" msgstr "Pildid" +#: ../libbrasero-utils/brasero-jacket-background.c:230 msgid "_Color" msgstr "_Värvus" +#: ../libbrasero-utils/brasero-jacket-background.c:261 msgid "Solid color" msgstr "Ühtlane värvus" +#: ../libbrasero-utils/brasero-jacket-background.c:262 msgid "Horizontal gradient" msgstr "Horisontaalne üleminek" +#: ../libbrasero-utils/brasero-jacket-background.c:263 msgid "Vertical gradient" msgstr "Vertikaalne üleminek" #. second part #. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:280 msgid "_Image" msgstr "_Pilt" #. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:308 msgid "Image path:" msgstr "Pildi asukoht:" #. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:320 msgid "Choose an image" msgstr "Pildi valimine" #. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:331 msgid "Image style:" msgstr "Pildi paigutus:" +#: ../libbrasero-utils/brasero-jacket-background.c:345 msgid "Centered" msgstr "Keskel" +#: ../libbrasero-utils/brasero-jacket-background.c:346 msgid "Tiled" msgstr "Korduv" +#: ../libbrasero-utils/brasero-jacket-background.c:347 msgid "Scaled" msgstr "Skaleeritud" +#: ../libbrasero-utils/brasero-jacket-background.c:384 msgid "Background Properties" msgstr "Tausta omadused" +#: ../libbrasero-utils/brasero-jacket-edit.c:534 msgid "Print" msgstr "Printimine" +#: ../libbrasero-utils/brasero-jacket-edit.c:546 msgid "Bac_kground Properties" msgstr "_Tausta omadused" +#: ../libbrasero-utils/brasero-jacket-edit.c:549 msgid "Background properties" msgstr "Tausta omadused" +#: ../libbrasero-utils/brasero-jacket-edit.c:564 msgid "Align right" msgstr "Paremjoondus" +#: ../libbrasero-utils/brasero-jacket-edit.c:574 msgid "Center" msgstr "Keskel" +#: ../libbrasero-utils/brasero-jacket-edit.c:584 msgid "Align left" msgstr "Vasakjoondus" +#: ../libbrasero-utils/brasero-jacket-edit.c:598 msgid "Underline" msgstr "Allajoonitud" +#: ../libbrasero-utils/brasero-jacket-edit.c:608 msgid "Italic" msgstr "Kursiiv" +#: ../libbrasero-utils/brasero-jacket-edit.c:618 msgid "Bold" msgstr "Rasvane" +#: ../libbrasero-utils/brasero-jacket-edit.c:644 msgid "Font family and size" msgstr "Kirjatüüp ja suurus" +#: ../libbrasero-utils/brasero-jacket-edit.c:651 msgid "_Text Color" msgstr "_Teksti värvus" +#: ../libbrasero-utils/brasero-jacket-edit.c:652 msgid "Text color" msgstr "Teksti värvus" +#: ../libbrasero-utils/brasero-jacket-edit.c:775 msgid "Cover Editor" msgstr "Plaadiümbrise redaktor" +#: ../libbrasero-utils/brasero-jacket-view.c:766 msgid "Set Bac_kground Properties" msgstr "Määra _tausta omadused" +#: ../libbrasero-utils/brasero-jacket-view.c:807 msgid "SIDES" msgstr "KÜLJED" +#: ../libbrasero-utils/brasero-jacket-view.c:823 msgid "BACK COVER" msgstr "TAGAKAAS" +#: ../libbrasero-utils/brasero-jacket-view.c:841 msgid "FRONT COVER" msgstr "ESIKAAS" #. Translators: This is an image, #. * a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-view.c:1021 msgid "The image could not be loaded." msgstr "Tõmmist pole võimalik laadida." +#: ../libbrasero-utils/brasero-metadata.c:1126 ../src/brasero-audio-disc.c:643 #, c-format msgid "\"%s\" could not be handled by GStreamer." msgstr "\"%s\" pole võimalik GStreameriga käsitseda." @@ -1929,32 +2583,79 @@ #. Translators: %s is the name of the object (as in #. * GObject) from the Gstreamer library that could #. * not be created +#: ../libbrasero-utils/brasero-metadata.c:1198 +#: ../libbrasero-utils/brasero-metadata.c:1211 +#: ../libbrasero-utils/brasero-metadata.c:1224 +#: ../libbrasero-utils/brasero-metadata.c:1366 +#: ../libbrasero-utils/brasero-metadata.c:1738 +#: ../libbrasero-utils/brasero-metadata.c:1753 +#: ../libbrasero-utils/brasero-metadata.c:1762 +#: ../plugins/transcode/burn-normalize.c:172 +#: ../plugins/transcode/burn-normalize.c:187 +#: ../plugins/transcode/burn-normalize.c:209 +#: ../plugins/transcode/burn-normalize.c:221 +#: ../plugins/transcode/burn-normalize.c:238 +#: ../plugins/transcode/burn-normalize.c:335 +#: ../plugins/transcode/burn-transcode.c:292 +#: ../plugins/transcode/burn-transcode.c:304 +#: ../plugins/transcode/burn-transcode.c:426 +#: ../plugins/transcode/burn-transcode.c:479 +#: ../plugins/transcode/burn-transcode.c:513 +#: ../plugins/transcode/burn-transcode.c:556 +#: ../plugins/transcode/burn-transcode.c:577 +#: ../plugins/transcode/burn-transcode.c:589 +#: ../plugins/transcode/burn-transcode.c:611 +#: ../plugins/transcode/burn-vob.c:308 ../plugins/transcode/burn-vob.c:328 +#: ../plugins/transcode/burn-vob.c:343 ../plugins/transcode/burn-vob.c:355 +#: ../plugins/transcode/burn-vob.c:372 ../plugins/transcode/burn-vob.c:428 +#: ../plugins/transcode/burn-vob.c:445 ../plugins/transcode/burn-vob.c:457 +#: ../plugins/transcode/burn-vob.c:469 ../plugins/transcode/burn-vob.c:481 +#: ../plugins/transcode/burn-vob.c:498 ../plugins/transcode/burn-vob.c:582 +#: ../plugins/transcode/burn-vob.c:599 ../plugins/transcode/burn-vob.c:611 +#: ../plugins/transcode/burn-vob.c:623 ../plugins/transcode/burn-vob.c:642 +#: ../plugins/transcode/burn-vob.c:659 ../plugins/transcode/burn-vob.c:705 +#: ../plugins/transcode/burn-vob.c:782 ../plugins/transcode/burn-vob.c:799 +#: ../plugins/transcode/burn-vob.c:814 ../plugins/transcode/burn-vob.c:826 +#: ../plugins/transcode/burn-vob.c:837 ../plugins/transcode/burn-vob.c:848 +#: ../plugins/transcode/burn-vob.c:1023 ../plugins/transcode/burn-vob.c:1087 +#: ../plugins/transcode/burn-vob.c:1104 ../plugins/transcode/burn-vob.c:1125 +#: ../plugins/transcode/burn-vob.c:1152 #, c-format msgid "%s element could not be created" msgstr "%s elementi pole võimalik luua" +#: ../libbrasero-utils/brasero-misc.c:74 msgid "Display debug statements on stdout for Brasero utilities library" msgstr "Brasero-utils teegi silumise teatete kuvamine standardväljundis" +#: ../libbrasero-utils/brasero-misc.c:91 msgid "Brasero utilities library" msgstr "Brasero utiliitide teek" +#: ../libbrasero-utils/brasero-misc.c:92 msgid "Display options for Brasero-utils library" msgstr "Brasero-utils teegi kuvavalikud" +#: ../libbrasero-utils/brasero-tool-color-picker.c:166 msgid "Pick a Color" msgstr "Värvuse valimine" +#: ../nautilus/brasero-nautilus.desktop.in.in.h:1 +#: ../nautilus/nautilus-burn-extension.c:281 msgid "CD/DVD Creator" msgstr "CD/DVD loomine" +#: ../nautilus/brasero-nautilus.desktop.in.in.h:2 msgid "Create CDs and DVDs" msgstr "Kirjuta CD- ja DVD-plaate" +#: ../nautilus/nautilus-burn-bar.c:228 ../src/brasero-project-name.c:154 msgid "Medium Icon" msgstr "Plaadi ikoon" #. Translators: this is an image, a picture, not a "Disc Image" +#: ../nautilus/nautilus-burn-bar.c:242 ../src/brasero-file-chooser.c:375 +#: ../src/brasero-project.c:2250 ../src/brasero-project-name.c:168 msgctxt "picture" msgid "Image files" msgstr "Pildifailid" @@ -1962,113 +2663,175 @@ #. Translators: this is the name of the plugin #. * which will be translated only when it needs #. * displaying. +#: ../nautilus/nautilus-burn-bar.c:356 ../plugins/local-track/burn-uri.c:747 msgid "CD/DVD Creator Folder" msgstr "CD/DVD loomise kaust" +#: ../nautilus/nautilus-burn-bar.c:368 msgid "Disc Name:" msgstr "Plaadi nimi:" #. Translators: be careful, anything longer than the English will likely #. * not fit on small Nautilus windows +#: ../nautilus/nautilus-burn-bar.c:407 msgid "Drag or copy files below to write them to disc" msgstr "Failide plaadile kirjutamiseks lohista või kopeeri failid siia alla" # Esineb nautiluses nupu peal +#: ../nautilus/nautilus-burn-bar.c:423 +#: ../nautilus/nautilus-burn-extension.c:323 msgid "Write to Disc" msgstr "Kirjuta plaadile" +#: ../nautilus/nautilus-burn-bar.c:442 +#: ../nautilus/nautilus-burn-extension.c:723 msgid "Write contents to a CD or DVD" msgstr "Sisu kirjutamine CD- või DVD-plaadile" +#: ../nautilus/nautilus-burn-extension.c:370 msgid "Copy Disc" msgstr "Plaadi kopeerimine" +#: ../nautilus/nautilus-burn-extension.c:571 +#: ../nautilus/nautilus-burn-extension.c:722 msgid "_Write to Disc…" msgstr "_Kirjuta plaadile…" +#: ../nautilus/nautilus-burn-extension.c:572 msgid "Write disc image to a CD or DVD" msgstr "Kirjuta plaaditõmmise CD- või DVD-plaadile" +#: ../nautilus/nautilus-burn-extension.c:645 msgid "_Copy Disc…" msgstr "Kopeeri _plaat…" +#: ../nautilus/nautilus-burn-extension.c:646 msgid "Create a copy of this CD or DVD" msgstr "Loo sellest CD- või DVD-plaadist koopia" +#: ../nautilus/nautilus-burn-extension.c:659 msgid "_Blank Disc…" msgstr "_Tühjenda plaat…" +#: ../nautilus/nautilus-burn-extension.c:660 msgid "Blank this CD or DVD" msgstr "Tühjenda see CD- või DVD-plaat" +#: ../nautilus/nautilus-burn-extension.c:676 msgid "_Check Disc…" msgstr "_Kontrolli plaati…" +#: ../nautilus/nautilus-burn-extension.c:677 msgid "Check the data integrity on this CD or DVD" msgstr "Kontrolli CD- või DVD-plaadi andmete terviklust" +#: ../plugins/audio2cue/burn-audio2cue.c:191 +#: ../plugins/checksum/burn-checksum-image.c:124 #, c-format msgid "Data could not be read (%s)" msgstr "Andmeid pole võimalik lugeda (%s)" +#: ../plugins/audio2cue/burn-audio2cue.c:241 +#: ../plugins/checksum/burn-checksum-files.c:196 +#: ../plugins/checksum/burn-checksum-files.c:219 +#: ../plugins/checksum/burn-checksum-image.c:174 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 +#: ../plugins/libburnia/burn-libisofs.c:160 +#: ../plugins/libburnia/burn-libisofs.c:274 #, c-format msgid "Data could not be written (%s)" msgstr "Andmeid pole võimalik kirjutada (%s)" +#: ../plugins/audio2cue/burn-audio2cue.c:723 msgid "Generates .cue files from audio" msgstr "Genereerib helist .cue failid" +#: ../plugins/cdrdao/burn-cdrdao.c:55 msgid "cdrdao burning suite" msgstr "cdrdao kirjutamisrakenduste komplekt" +#: ../plugins/cdrdao/burn-cdrdao.c:103 msgid "Copying audio track" msgstr "Audioraja kopeerimine" +#: ../plugins/cdrdao/burn-cdrdao.c:109 msgid "Copying data track" msgstr "Andmeraja kopeerimine" +#: ../plugins/cdrdao/burn-cdrdao.c:145 #, c-format msgid "Analysing track %02i" msgstr "%02i. raja analüüsimine" +#: ../plugins/cdrdao/burn-cdrdao.c:249 ../plugins/cdrkit/burn-readom.c:116 +#: ../plugins/cdrkit/burn-readom.c:122 ../plugins/cdrkit/burn-wodim.c:106 +#: ../plugins/cdrtools/burn-cdrecord.c:106 +#: ../plugins/cdrtools/burn-readcd.c:117 ../plugins/cdrtools/burn-readcd.c:123 #, c-format msgid "You do not have the required permissions to use this drive" msgstr "Tundub, et sul puuduvad vajalikud õigused selle seadme kasutamiseks" +#: ../plugins/cdrdao/burn-cdrdao.c:480 msgid "Converting toc file" msgstr "toc faili konverteerimine" +#: ../plugins/cdrdao/burn-cdrdao.c:697 msgid "Copies, burns and blanks CDs" msgstr "Kopeerib, kirjutab ja tühjendab CD-plaate" +#: ../plugins/cdrdao/burn-cdrdao.c:762 msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" msgstr "\"--driver generic-mmc-raw\" lipu lubamine (vaata cdrdao käsiraamatut)" +#: ../plugins/cdrkit/burn-cdrkit.h:38 msgid "cdrkit burning suite" msgstr "cdrkit kirjutamisrakenduste komplekt" +#: ../plugins/cdrkit/burn-genisoimage.c:119 +#: ../plugins/cdrtools/burn-mkisofs.c:119 +#: ../plugins/growisofs/burn-growisofs.c:204 +#: ../plugins/libburnia/burn-libisofs.c:518 #, c-format msgid "Last session import failed" msgstr "Viimase sessiooni importimine nurjus" +#: ../plugins/cdrkit/burn-genisoimage.c:125 +#: ../plugins/cdrkit/burn-genisoimage.c:132 +#: ../plugins/cdrtools/burn-mkisofs.c:125 +#: ../plugins/cdrtools/burn-mkisofs.c:132 +#: ../plugins/growisofs/burn-growisofs.c:210 +#: ../plugins/growisofs/burn-growisofs.c:217 msgid "An image could not be created" msgstr "Tõmmist pole võimalik luua" +#: ../plugins/cdrkit/burn-genisoimage.c:138 msgid "This version of genisoimage is not supported" msgstr "Tundub, et see genisoimage versioon pole toetatud" +#: ../plugins/cdrkit/burn-genisoimage.c:180 +#: ../plugins/cdrtools/burn-mkisofs.c:180 +#: ../plugins/growisofs/burn-growisofs.c:223 msgid "Some files have invalid filenames" msgstr "Mõnedel failidel on vigased failinimed" +#: ../plugins/cdrkit/burn-genisoimage.c:186 +#: ../plugins/cdrtools/burn-mkisofs.c:186 +#: ../plugins/growisofs/burn-growisofs.c:229 msgid "Unknown character encoding" msgstr "Tundmatu märgikodeering" +#: ../plugins/cdrkit/burn-genisoimage.c:192 +#: ../plugins/cdrtools/burn-mkisofs.c:192 msgid "There is no space left on the device" msgstr "Seadmel ei ole vaba ruumi" +#: ../plugins/cdrkit/burn-genisoimage.c:527 +#: ../plugins/cdrtools/burn-mkisofs.c:531 +#: ../plugins/libburnia/burn-libisofs.c:1078 msgid "Creates disc images from a file selection" msgstr "Failide valikust tehakse plaaditõmmis" +#: ../plugins/cdrkit/burn-readom.c:136 ../plugins/cdrtools/burn-readcd.c:137 #, c-format msgid "" "The location you chose to store the image on does not have enough free space " @@ -2077,13 +2840,18 @@ "Asukohas, mille valisid ajutiste tõmmiste hoidmiseks, ei ole tõmmise jaoks " "piisavalt vaba ruumi" +#: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 msgid "Copies any disc to a disc image" msgstr "Suvalisest plaadist plaaditõmmise tegemine" +#: ../plugins/cdrkit/burn-wodim.c:122 ../plugins/cdrtools/burn-cdrecord.c:122 +#: ../plugins/libburnia/burn-libburn.c:856 +#: ../plugins/libburnia/burn-libburn.c:887 #, c-format msgid "An error occurred while writing to disc" msgstr "Plaadi kirjutamisel esines tõrge" +#: ../plugins/cdrkit/burn-wodim.c:128 ../plugins/cdrtools/burn-cdrecord.c:128 #, c-format msgid "" "The system is too slow to write the disc at this speed. Try a lower speed" @@ -2092,74 +2860,101 @@ "väiksemat kiirust" #. Translators: %s is the number of the track +#: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 #, c-format msgid "Writing track %s" msgstr "Raja %s kirjutamine" +#: ../plugins/cdrkit/burn-wodim.c:352 ../plugins/cdrtools/burn-cdrecord.c:346 msgid "Formatting disc" msgstr "Plaadi vormindamine" +#: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 msgid "Writing cue sheet" msgstr "\"Cue sheet\" kirjutamine" +#: ../plugins/cdrkit/burn-wodim.c:394 ../plugins/cdrtools/burn-cdrecord.c:380 #, c-format msgid "The disc needs to be reloaded before being recorded" msgstr "Meedium tuleb enne kirjutamist uuesti sisestada" +#: ../plugins/cdrkit/burn-wodim.c:1269 msgid "Burns, blanks and formats CDs and DVDs" msgstr "Kirjuta, tühjenda ja vorminda CD- ja DVD-plaate" +#: ../plugins/cdrkit/burn-wodim.c:1413 msgid "Enable the \"-immed\" flag (see wodim manual)" msgstr "Lipu \"-immed\" lubamine (vaata wodim käsiraamatut)" +#: ../plugins/cdrkit/burn-wodim.c:1416 msgid "Minimum drive buffer fill ratio (in %) (see wodim manual):" msgstr "Vähim seadmepuhvri täituvus (protsentides) (vaata wodim käsiraamatut):" +#: ../plugins/cdrtools/burn-cdda2wav.c:206 +#: ../plugins/cdrtools/burn-cdda2wav.c:216 #, c-format msgid "Copying audio track %02d" msgstr "Audioraja %02d kopeerimine" +#: ../plugins/cdrtools/burn-cdda2wav.c:267 msgid "Preparing to copy audio disc" msgstr "Audioplaadi kopeerimiseks valmistumine" +#: ../plugins/cdrtools/burn-cdda2wav.c:411 msgid "Copy tracks from an audio CD with all associated information" msgstr "Radade kopeerimine audioplaadilt koos kogu seonduva teabega" +#: ../plugins/cdrtools/burn-cdrecord.c:1203 +#: ../plugins/libburnia/burn-libburn.c:975 msgid "Burns, blanks and formats CDs, DVDs and BDs" msgstr "Kirjutab, tühjendab ja vormindab CD-, DVD- ja BD-plaate" +#: ../plugins/cdrtools/burn-cdrecord.c:1416 msgid "Enable the \"-immed\" flag (see cdrecord manual)" msgstr "\"-immed\" lipu lubamine (vaata cdrecord käsiraamatut)" +#: ../plugins/cdrtools/burn-cdrecord.c:1419 #, c-format msgid "Minimum drive buffer fill ratio (in %%) (see cdrecord manual):" msgstr "" "Vähim seadmepuhvri täituvus (protsentides) (vaata cdrecord käsiraamatut):" +#: ../plugins/cdrtools/burn-cdrtools.h:38 msgid "cdrtools burning suite" msgstr "cdrtools kirjutamisrakenduste komplekt" +#: ../plugins/cdrtools/burn-mkisofs.c:138 msgid "This version of mkisofs is not supported" msgstr "See versioon mkisofs'ist ei ole toetatud" +#: ../plugins/checksum/burn-checksum-files.c:131 +#: ../plugins/checksum/burn-checksum-files.c:589 #, c-format msgid "File \"%s\" could not be opened (%s)" msgstr "Faili \"%s\" pole võimalik avada (%s)" +#: ../plugins/checksum/burn-checksum-files.c:617 msgid "Creating checksum for image files" msgstr "Tõmmisfaili kontrollsumma arvutamine" +#: ../plugins/checksum/burn-checksum-files.c:859 #, c-format msgid "No checksum file could be found on the disc" msgstr "Plaadilt ei leitud kontrollsummafaili" +#: ../plugins/checksum/burn-checksum-files.c:893 msgid "Checking file integrity" msgstr "Failide tervikluse kontroll" +#: ../plugins/checksum/burn-checksum-files.c:987 +#: ../plugins/checksum/burn-checksum-files.c:1012 #, c-format msgid "File \"%s\" could not be opened" msgstr "Faili \"%s\" pole võimalik avada" +#: ../plugins/checksum/burn-checksum-files.c:1085 +#: ../plugins/checksum/burn-checksum-files.c:1206 +#: ../plugins/checksum/burn-checksum-image.c:550 #, c-format msgid "Some files may be corrupted on the disc" msgstr "Mõned failid plaadil võivad olla viga saanud" @@ -2167,21 +2962,31 @@ #. Translators: this is the name of the plugin #. * which will be translated only when it needs #. * displaying. +#: ../plugins/checksum/burn-checksum-files.c:1465 msgid "File Checksum" msgstr "Faili kontrollsumma" +#: ../plugins/checksum/burn-checksum-files.c:1466 msgid "Checks file integrities on a disc" msgstr "Plaadi andmete tervikluse kontrollimine" +#: ../plugins/checksum/burn-checksum-files.c:1504 +#: ../plugins/checksum/burn-checksum-image.c:856 msgid "Hashing algorithm to be used:" msgstr "Kasutatav räsialgoritm:" +#: ../plugins/checksum/burn-checksum-files.c:1507 +#: ../plugins/checksum/burn-checksum-image.c:859 msgid "MD5" msgstr "MD5" +#: ../plugins/checksum/burn-checksum-files.c:1509 +#: ../plugins/checksum/burn-checksum-image.c:861 msgid "SHA1" msgstr "SHA1" +#: ../plugins/checksum/burn-checksum-files.c:1511 +#: ../plugins/checksum/burn-checksum-image.c:863 msgid "SHA256" msgstr "SHA256" @@ -2189,31 +2994,41 @@ #. * is the error generated from errno #. Translators: first %s is the filename, second %s is the error #. * generated from errno +#: ../plugins/checksum/burn-checksum-image.c:313 +#: ../plugins/libburnia/burn-libburn.c:679 #, c-format msgid "\"%s\" could not be opened (%s)" msgstr "\"%s\" pole võimalik avada (%s)" +#: ../plugins/checksum/burn-checksum-image.c:359 +#: ../plugins/checksum/burn-checksum-image.c:456 msgid "Creating image checksum" msgstr "Tõmmise kontrollsumma arvutamine" #. Translators: this is the name of the plugin #. * which will be translated only when it needs #. * displaying. +#: ../plugins/checksum/burn-checksum-image.c:831 msgid "Image Checksum" msgstr "Tõmmise kontrollsumma" +#: ../plugins/checksum/burn-checksum-image.c:832 msgid "Checks disc integrity after it is burnt" msgstr "Plaadi andmete tervikluse kontrollimine pärast kirjutamist" +#: ../plugins/dvdauthor/burn-dvdauthor.c:313 +#: ../plugins/vcdimager/burn-vcdimager.c:438 msgid "Creating file layout" msgstr "Failipaigutuse loomine" +#: ../plugins/dvdauthor/burn-dvdauthor.c:371 msgid "Creates disc images suitable for video DVDs" msgstr "Loob video-DVD jaoks sobiliku tõmmisfaili" #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -2227,103 +3042,139 @@ "\"regionset %s\" või käivitada brasero käsuga \"DVDCSS_METHOD=title brasero " "--no-existing-session\"" +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "DVD võtmete hankimine" +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Video-DVD'd pole võimalik avada" +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Viga video-DVD lugemisel (%s)" +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Video-DVD kopeerimine" +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Kopeerib CSS-krüpteeringuga video-DVD plaaditõmmiseks" +#: ../plugins/growisofs/burn-dvd-rw-format.c:190 msgid "Blanks and formats rewritable DVDs and BDs" msgstr "Tühjendab ja vormindab ülekirjutatavaid DVD- ja BD-plaate" +#: ../plugins/growisofs/burn-growisofs.c:753 msgid "Burns and blanks DVDs and BDs" msgstr "Kirjutab ja tühjendab DVD- ja BD-plaate" +#: ../plugins/growisofs/burn-growisofs.c:924 msgid "Allow DAO use" msgstr "DAO kasutamise lubamine" +#: ../plugins/growisofs/burn-growisofs-common.h:38 msgid "growisofs burning suite" msgstr "growisofs kirjutamisrakenduste komplekt" +#: ../plugins/libburnia/burn-libburn.c:242 +#: ../plugins/libburnia/burn-libburn.c:250 #, c-format msgid "libburn track could not be created" msgstr "libburn'i rada pole võimalik luua" +#: ../plugins/libburnia/burn-libburn-common.c:158 #, c-format msgid "libburn library could not be initialized" msgstr "libburn teeki pole võimalik lähtestada" +#: ../plugins/libburnia/burn-libburn-common.c:173 #, c-format msgid "The drive address could not be retrieved" msgstr "Seadme aadressi pole võimalik hankida" +#: ../plugins/libburnia/burn-libburn-common.c:418 #, c-format msgid "Writing track %02i" msgstr "Raja %02i kirjutamine" +#: ../plugins/libburnia/burn-libburnia.h:38 msgid "libburnia burning suite" msgstr "libburnia kirjutamisrakenduste komplekt" +#: ../plugins/libburnia/burn-libisofs.c:222 +#: ../plugins/libburnia/burn-libisofs.c:291 +#: ../plugins/libburnia/burn-libisofs.c:571 #, c-format msgid "Volume could not be created" msgstr "Andmeruumi pole võimalik luua" +#: ../plugins/libburnia/burn-libisofs.c:345 +#: ../plugins/libburnia/burn-libisofs.c:893 #, c-format msgid "libisofs could not be initialized." msgstr "libisofs pole võimalik lähtestada" +#: ../plugins/libburnia/burn-libisofs.c:485 #, c-format msgid "Read options could not be created" msgstr "Lugemise valikuid pole võimalik luua" #. Translators: %s is the path +#: ../plugins/libburnia/burn-libisofs.c:684 #, c-format msgid "No parent could be found in the tree for the path \"%s\"" msgstr "Asukoha \"%s\" vanemkataloogi ei leitud" +#: ../plugins/libburnia/burn-libisofs.c:744 +#: ../plugins/libburnia/burn-libisofs.c:811 #, c-format msgid "libisofs reported an error while creating directory \"%s\"" msgstr "libisofs raporteeris kataloogi \"%s\" loomise ajal veast" +#: ../plugins/libburnia/burn-libisofs.c:759 #, c-format msgid "" "libisofs reported an error while adding contents to directory \"%s\" (%x)" msgstr "libisofs raporteeris kataloogi \"%s\" (%x) sisu lisamise ajal veast" +#: ../plugins/libburnia/burn-libisofs.c:782 +#: ../plugins/libburnia/burn-libisofs.c:798 #, c-format msgid "libisofs reported an error while adding file at path \"%s\"" msgstr "libisofs raporteeris faili \"%s\" lisamise ajal veast" +#: ../plugins/local-track/burn-local-image.c:260 msgid "Copying checksum file" msgstr "Kontrollsumma faili kopeerimine" +#: ../plugins/local-track/burn-local-image.c:527 +#: ../plugins/local-track/burn-uri.c:326 msgid "Copying files locally" msgstr "Failide lokaalne kopeerimine" #. Translators: this is the name of the plugin #. * which will be translated only when it needs #. * displaying. +#: ../plugins/local-track/burn-local-image.c:909 msgid "File Downloader" msgstr "Failide allalaadija" +#: ../plugins/local-track/burn-local-image.c:910 msgid "Allows files not stored locally to be burned" msgstr "Võimaldab mittekohalike failide kirjutamise" +#: ../plugins/local-track/burn-uri.c:207 ../plugins/local-track/burn-uri.c:297 +#: ../plugins/local-track/burn-uri.c:472 #, c-format msgid "Impossible to retrieve local file path" msgstr "Kohaliku faili asukoha hankimine pole võimalik" +#: ../plugins/local-track/burn-uri.c:748 msgid "" "Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" msgstr "" @@ -2336,110 +3187,157 @@ #. * processing. This data transmission is #. * done through a pad. Maybe this is a bit #. * too technical and should be removed? +#: ../plugins/transcode/burn-normalize.c:199 +#: ../plugins/transcode/burn-normalize.c:260 +#: ../plugins/transcode/burn-transcode.c:316 +#: ../plugins/transcode/burn-transcode.c:354 +#: ../plugins/transcode/burn-transcode.c:523 +#: ../plugins/transcode/burn-transcode.c:626 +#: ../plugins/transcode/burn-transcode.c:657 +#: ../plugins/transcode/burn-transcode.c:679 +#: ../plugins/transcode/burn-vob.c:189 ../plugins/transcode/burn-vob.c:392 +#: ../plugins/transcode/burn-vob.c:545 ../plugins/transcode/burn-vob.c:675 +#: ../plugins/transcode/burn-vob.c:1039 ../plugins/transcode/burn-vob.c:1115 +#: ../plugins/transcode/burn-vob.c:1166 #, c-format msgid "Impossible to link plugin pads" msgstr "Pluginate plokkide linkimine pole võimalik" +#: ../plugins/transcode/burn-normalize.c:554 msgid "Normalizing tracks" msgstr "Radade normaliseerimine" +#: ../plugins/transcode/burn-normalize.c:643 msgid "Normalization" msgstr "Normaliseerimine" +#: ../plugins/transcode/burn-normalize.c:644 msgid "Sets consistent sound levels between tracks" msgstr "Määrab kõigile radadele sarnase helivaljuse" #. Translators: %s is the string error from errno +#: ../plugins/transcode/burn-transcode.c:1050 +#: ../plugins/transcode/burn-transcode.c:1238 #, c-format msgid "Error while padding file (%s)" msgstr "Viga lõppu vaikuse lisamisel (%s)" +#: ../plugins/transcode/burn-transcode.c:1313 msgid "Error while getting duration" msgstr "Viga kestuse hankimisel" +#: ../plugins/transcode/burn-transcode.c:1462 #, c-format msgid "Analysing \"%s\"" msgstr "\"%s\" analüüsimine" +#: ../plugins/transcode/burn-transcode.c:1499 #, c-format msgid "Transcoding \"%s\"" msgstr "\"%s\" ümberkodeerimine" +#: ../plugins/transcode/burn-transcode.c:1736 msgid "Converts any song file into a format suitable for audio CDs" msgstr "Teisendab suvalise helifaili audioplaadi jaoks sobivasse vormingusse" +#: ../plugins/transcode/burn-vob.c:1251 msgid "Converting video file to MPEG2" msgstr "Videofaili teisendamine MPEG2 vormingusse" +#: ../plugins/transcode/burn-vob.c:1353 msgid "Converts any video file into a format suitable for video DVDs" msgstr "Teisendab suvalise videofaili video-DVD jaoks sobivasse vormingusse" +#: ../plugins/vcdimager/burn-vcdimager.c:478 msgid "Creates disc images suitable for SVCDs" msgstr "Loob SVCD-plaatide jaoks sobilikud plaaditõmmised" +#: ../src/brasero-app.c:123 msgid "_Project" msgstr "_Projekt" +#: ../src/brasero-app.c:124 msgid "_View" msgstr "_Vaade" +#: ../src/brasero-app.c:125 msgid "_Edit" msgstr "_Redigeerimine" +#: ../src/brasero-app.c:126 msgid "_Tools" msgstr "_Tööriistad" +#: ../src/brasero-app.c:128 msgid "_Help" msgstr "A_bi" +#: ../src/brasero-app.c:130 msgid "P_lugins" msgstr "P_luginad" +#: ../src/brasero-app.c:131 msgid "Choose plugins for Brasero" msgstr "Brasero jaoks pluginate valimine" +#: ../src/brasero-app.c:133 msgid "E_ject" msgstr "_Väljasta" +#: ../src/brasero-app.c:134 msgid "Eject a disc" msgstr "Väljasta plaat" +#: ../src/brasero-app.c:136 msgid "_Blank…" msgstr "_Tühjenda…" +#: ../src/brasero-app.c:137 msgid "Blank a disc" msgstr "Plaadi tühjendamine" +#: ../src/brasero-app.c:139 msgid "_Check Integrity…" msgstr "_Kontrolli terviklust…" +#: ../src/brasero-app.c:140 msgid "Check data integrity of disc" msgstr "Plaadi andmete tervikluse kontrollimine" +#: ../src/brasero-app.c:143 msgid "Quit Brasero" msgstr "Brasero sulgemine" +#: ../src/brasero-app.c:145 msgid "_Contents" msgstr "_Sisukord" +#: ../src/brasero-app.c:145 msgid "Display help" msgstr "Abiteabe kuvamine" +#: ../src/brasero-app.c:148 msgid "About" msgstr "Programmist lähemalt" +#: ../src/brasero-app.c:420 ../src/brasero-app.c:2069 msgid "Disc Burner" msgstr "Plaadikirjutaja" +#: ../src/brasero-app.c:789 ../src/brasero-app.c:822 ../src/brasero-app.c:1451 msgid "Error while loading the project" msgstr "Viga projekti laadimisel" +#: ../src/brasero-app.c:831 ../src/brasero-app.c:860 ../src/brasero-app.c:920 +#: ../src/brasero-project.c:1276 msgid "Please add files to the project." msgstr "Palun lisa sellesse projekti faile." +#: ../src/brasero-app.c:832 ../src/brasero-app.c:861 ../src/brasero-app.c:921 msgid "The project is empty" msgstr "See projekt on tühi" +#: ../src/brasero-app.c:1176 msgid "" "Brasero is free software; you can redistribute it and/or modify it under the " "terms of the GNU General Public License as published by the Free Software " @@ -2451,6 +3349,7 @@ "Tarkvara Fondi poolt avaldatud; kas Litsentsi versioon number 2 või " "(vastavalt teie valikule) ükskõik milline hilisem versioon." +#: ../src/brasero-app.c:1181 msgid "" "Brasero is distributed in the hope that it will be useful, but WITHOUT ANY " "WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " @@ -2462,6 +3361,7 @@ "SOBIVUSELE TEATUD KINDLAKS EESMÄRGIKS. Üksikasjade suhtes vaata GNU Üldist " "Avalikku Litsentsi." +#: ../src/brasero-app.c:1186 msgid "" "You should have received a copy of the GNU General Public License along with " "Brasero; if not, write to the Free Software Foundation, Inc., 51 Franklin " @@ -2471,9 +3371,11 @@ "programmiga, kui ei, siis võtke ühendust Free Software Foundation'iga, 51 " "Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" +#: ../src/brasero-app.c:1198 msgid "A simple to use CD/DVD burning application for GNOME" msgstr "Lihtne CD/DVD kirjutamise rakendus GNOME'le" +#: ../src/brasero-app.c:1215 msgid "Brasero Homepage" msgstr "Brasero kodulehekülg" @@ -2485,111 +3387,149 @@ #. * this translation; in that case, please write each of them on a separate #. * line seperated by newlines (\n). #. +#: ../src/brasero-app.c:1227 msgid "translator-credits" msgstr "" "Mattias Põldaru , 2008–2010.\n" "Priit Laes , 2009.\n" "Ivar Smolin , 2009–2011." +#: ../src/brasero-app.c:1449 #, c-format msgid "The project \"%s\" does not exist" msgstr "Projekti \"%s\" ei ole olemas" +#: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 msgid "_Recent Projects" msgstr "_Hiljutised projektid" +#: ../src/brasero-app.c:1734 msgid "Display the projects recently opened" msgstr "Hiljuti avatud projektide kuvamine" +#: ../src/brasero-audio-disc.c:155 ../src/brasero-data-disc.c:122 +#: ../src/brasero-video-disc.c:100 msgid "Menu" msgstr "Menüü" +#: ../src/brasero-audio-disc.c:156 ../src/brasero-data-disc.c:123 msgid "Open the selected files" msgstr "Ava valitud failid" +#: ../src/brasero-audio-disc.c:158 ../src/brasero-video-disc.c:103 msgid "_Edit Information…" msgstr "_Muuda andmeid…" +#: ../src/brasero-audio-disc.c:158 msgid "Edit the track information (start, end, author, etc.)" msgstr "Raja andmete muutmine (algus, lõpp, autor jne)" +#: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 +#: ../src/brasero-project.c:202 msgid "Remove the selected files from the project" msgstr "Eemalda valitud failid projektist" +#: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 +#: ../src/brasero-video-disc.c:107 msgid "Paste files" msgstr "Failide asetamine" +#: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 +#: ../src/brasero-video-disc.c:107 msgid "Add the files stored in the clipboard" msgstr "Lisa lõikelaual asuvad failid" +#: ../src/brasero-audio-disc.c:164 msgid "I_nsert a Pause" msgstr "_Sisesta paus" +#: ../src/brasero-audio-disc.c:164 msgid "Add a 2 second pause after the track" msgstr "Raja lõppu 2-sekundilise pausi lisamine" +#: ../src/brasero-audio-disc.c:166 msgid "_Split Track…" msgstr "_Tükelda rada…" +#: ../src/brasero-audio-disc.c:166 msgid "Split the selected track" msgstr "Valitud raja tükeldamine" +#: ../src/brasero-audio-disc.c:343 ../src/brasero-video-tree-model.c:187 msgid "Pause" msgstr "Paus" +#: ../src/brasero-audio-disc.c:349 msgid "Split" msgstr "Tükelda" +#: ../src/brasero-audio-disc.c:418 msgid "Track" msgstr "Rada" +#: ../src/brasero-audio-disc.c:458 ../src/brasero-video-disc.c:1209 msgid "Title" msgstr "Pealkiri" +#: ../src/brasero-audio-disc.c:480 msgid "Artist" msgstr "Artist" +#: ../src/brasero-audio-disc.c:488 ../src/brasero-playlist.c:772 +#: ../src/brasero-split-dialog.c:1225 msgid "Length" msgstr "Kestus" +#: ../src/brasero-audio-disc.c:585 msgid "The track will be padded at its end." msgstr "Raja lõppu lisatakse vaikust." +#: ../src/brasero-audio-disc.c:586 msgid "The track is shorter than 6 seconds" msgstr "Rada on lühem kui 6 sekundit" +#: ../src/brasero-audio-disc.c:646 msgid "Make sure the appropriate codec is installed" msgstr "Veendu, et sobiv koodek on paigaldatud" +#: ../src/brasero-audio-disc.c:662 #, c-format msgid "Do you want to add \"%s\", which is a video file?" msgstr "Kas lisada videofail \"%s\"?" +#: ../src/brasero-audio-disc.c:671 msgid "" "This file is a video and therefore only the audio part can be written to the " "disc." msgstr "" "See on videofail ja seetõttu saab plaadile kirjutada ainult selle heli." +#: ../src/brasero-audio-disc.c:674 msgid "_Discard File" msgstr "_Hülga fail" +#: ../src/brasero-audio-disc.c:677 msgid "_Add File" msgstr "_Lisa fail" +#: ../src/brasero-audio-disc.c:748 msgid "Do you want to search for audio files inside the directory?" msgstr "Kas otsida kataloogist audiofaile?" +#: ../src/brasero-audio-disc.c:758 msgid "Search _Directory" msgstr "Otsi _kataloogist" +#: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 #, c-format msgid "\"%s\" could not be opened." msgstr "\"%s\" pole võimalik avada." +#: ../src/brasero-audio-disc.c:857 msgid "Do you want to create an audio CD with DTS tracks?" msgstr "Kas luua audioplaat DTS-radadega?" +#: ../src/brasero-audio-disc.c:858 msgid "" "Some of the selected songs are suitable for creating DTS tracks.\n" "This type of audio CD track provides a higher quality of sound but can only " @@ -2601,90 +3541,119 @@ "kasutatavad vaid DTS toega digipleieritel.\n" "Märkus: kui oled nõus, siis neid radasid ei normaliseerita." +#: ../src/brasero-audio-disc.c:867 msgid "Create _Regular Tracks" msgstr "Loo _tavalised rajad" +#: ../src/brasero-audio-disc.c:869 msgid "Click here to burn all songs as regular tracks" msgstr "Klõpsa siin, et kirjutada kõik laulud tavaliste radadena" +#: ../src/brasero-audio-disc.c:872 msgid "Create _DTS Tracks" msgstr "Loo _DTS-rajad" +#: ../src/brasero-audio-disc.c:874 msgid "Click here to burn all suitable songs as DTS tracks" msgstr "Klõpsa siin, et kirjutada kõik sobilikud laulud DTS-radadena" +#: ../src/brasero-audio-disc.c:1290 msgid "Select one song only please." msgstr "Palun vali ainult üks laul." +#: ../src/brasero-audio-disc.c:1291 msgid "Impossible to split more than one song at a time" msgstr "Korraga ei saa tükeldada rohkem kui üht laulu" +#: ../src/brasero-cli.c:70 msgid "Open the specified project" msgstr "Määratud projekti avamine" +#: ../src/brasero-cli.c:71 msgid "PROJECT" msgstr "PROJEKT" +#: ../src/brasero-cli.c:76 msgid "Open the specified playlist as an audio project" msgstr "Määratud lugude nimekirja avamine audioprojektina" +#: ../src/brasero-cli.c:77 msgid "PLAYLIST" msgstr "LUGUDE NIMEKIRI" +#: ../src/brasero-cli.c:82 msgid "Set the drive to be used for burning" msgstr "Määra seade, mida kasutatakse kirjutamiseks" +#: ../src/brasero-cli.c:83 msgid "DEVICE PATH" msgstr "SEADME ASUKOHT" +#: ../src/brasero-cli.c:86 msgid "Create an image file instead of burning" msgstr "Kirjutamise asemel luuakse tõmmisfail" +#: ../src/brasero-cli.c:90 msgid "Open an audio project adding the URIs given on the command line" msgstr "Audioprojekti avamine, lisades käsureal antud URI'd" +#: ../src/brasero-cli.c:94 msgid "Open a data project adding the URIs given on the command line" msgstr "Andmeprojekti avamine, lisades käsureal antud URI'd" +#: ../src/brasero-cli.c:98 msgid "Copy a disc" msgstr "Plaadi kopeerimine" +#: ../src/brasero-cli.c:99 ../src/brasero-cli.c:119 ../src/brasero-cli.c:123 msgid "PATH TO DEVICE" msgstr "SEADME ASUKOHT" +#: ../src/brasero-cli.c:102 msgid "Cover to use" msgstr "Kasutatav plaadiümbris" +#: ../src/brasero-cli.c:103 msgid "PATH TO COVER" msgstr "PLAADIÜMBRISE ASUKOHT" +#: ../src/brasero-cli.c:106 msgid "Open a video project adding the URIs given on the command line" msgstr "Videoprojekti avamine, lisades käsureal antud URI'd" +#: ../src/brasero-cli.c:110 msgid "URI of an image file to burn (autodetected)" msgstr "Kirjutatava tõmmise URI (isetuvastatud)" +#: ../src/brasero-cli.c:111 msgid "PATH TO IMAGE" msgstr "TÕMMISE ASUKOHT" +#: ../src/brasero-cli.c:114 msgid "Force Brasero to display the project selection page" msgstr "Brasero sundimine projektivaliku lehte kuvama" +#: ../src/brasero-cli.c:118 msgid "Open the blank disc dialog" msgstr "Plaaditühjendamise dialoogi avamine" +#: ../src/brasero-cli.c:122 msgid "Open the check disc dialog" msgstr "Plaadikontrolli dialoogi avamine" +#: ../src/brasero-cli.c:126 msgid "Burn the contents of the burn:// URI" msgstr "Kirjuta burn:// URI sisu plaadile" +#: ../src/brasero-cli.c:130 msgid "Start burning immediately." msgstr "Kirjutamist alustatakse koheselt." +#: ../src/brasero-cli.c:134 msgid "Don't connect to an already-running instance" msgstr "Ei ühenduta juba töötava instantsiga" +#: ../src/brasero-cli.c:138 msgid "" "Burn the specified project and remove it.\n" "This option is mainly useful for integration with other applications." @@ -2692,6 +3661,7 @@ "Määratud projekti kirjutamine ning seejärel eemaldamine.\n" "See valik on kasulik peamiselt teiste rakendustega integreerimisel." +#: ../src/brasero-cli.c:139 msgid "PATH" msgstr "ASUKOHT" @@ -2700,54 +3670,70 @@ #. * brasero will be set to be always on top of the window identified by #. * xid. In other words, the window with the given xid will become brasero #. * parent as if brasero was a dialog for the parent application +#: ../src/brasero-cli.c:147 msgid "The XID of the parent window" msgstr "Põhiakna XID-number" #. Translators: %s is the path of drive +#: ../src/brasero-cli.c:204 #, c-format msgid "\"%s\" cannot write." msgstr "\"%s\" pole võimalik kirjutada." +#: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 msgid "Wrong command line option." msgstr "Sobimatu käsureavõti." +#: ../src/brasero-cli.c:297 msgid "Incompatible command line options used." msgstr "Kasutati kokkusobimatud käsurea võtmeid." +#: ../src/brasero-cli.c:298 msgid "Only one option can be given at a time" msgstr "Korraga saab valida ainult ühe valikutest" +#: ../src/brasero-data-disc.c:125 msgid "R_ename…" msgstr "_Nimeta ümber…" +#: ../src/brasero-data-disc.c:125 msgid "Rename the selected file" msgstr "Valitud faili ümbernimetamine" +#: ../src/brasero-data-disc.c:131 ../src/brasero-data-disc.c:1758 msgid "New _Folder" msgstr "Uus _kaust" +#: ../src/brasero-data-disc.c:131 msgid "Create a new empty folder" msgstr "Uue tühja kataloogi loomine" +#: ../src/brasero-data-disc.c:213 msgid "The session could not be imported." msgstr "Sessiooni pole võimalik importida." +#: ../src/brasero-data-disc.c:559 msgid "The contents of the project changed since it was saved." msgstr "Selle projekti sisu on pärast viimast salvestamiskorda muutunud." +#: ../src/brasero-data-disc.c:561 msgid "Discard the current modified project ?" msgstr "Kas visata praegune muudetud projekt minema?" +#: ../src/brasero-data-disc.c:567 msgid "_Discard" msgstr "_Hülga" +#: ../src/brasero-data-disc.c:569 msgid "Discard the current modified project" msgstr "Praeguse muudetud projekti hülgamine" +#: ../src/brasero-data-disc.c:574 msgid "Continue with the current modified project" msgstr "Praeguse muudetud projektiga jätkamine" #. Translators: %s is the name of the image +#: ../src/brasero-data-disc.c:619 #, c-format msgid "" "There is only one selected file (\"%s\"). It is the image of a disc and its " @@ -2756,27 +3742,35 @@ "Valitud on ainult üks fail (\"%s\"). See on plaaditõmmis ning selle sisu on " "võimalik kirjutada" +#: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" msgstr "Kirjuta _failina" +#: ../src/brasero-data-disc.c:627 msgid "Burn as _Image" msgstr "Kirjuta _tõmmisena" +#: ../src/brasero-data-disc.c:673 ../src/brasero-data-disc.c:691 +#: ../src/brasero-data-disc.c:709 #, c-format msgid "\"%s\" cannot be added to the selection." msgstr "\"%s\" pole võimalik valikusse lisada." +#: ../src/brasero-data-disc.c:694 msgid "It is a recursive symlink" msgstr "See on rekursiivne sümbolviit" +#: ../src/brasero-data-disc.c:712 msgid "It does not exist at the specified location" msgstr "See ei asu määratud kohas" #. Translators: %s is the name of the file +#: ../src/brasero-data-disc.c:771 #, c-format msgid "Do you want to replace \"%s\"?" msgstr "Kas soovid faili \"%s\" asendada?" +#: ../src/brasero-data-disc.c:779 msgid "" "A file with this name already exists in the folder. Replacing it will " "overwrite its contents on the disc to be burnt." @@ -2787,12 +3781,14 @@ #. Translators: Keep means we're keeping the files that already existed #. * in the project. #. * Keep is a verb +#: ../src/brasero-data-disc.c:784 msgid "Always K_eep" msgstr "Sä_ilita alati" #. Translators: Keep means we're keeping the files that already existed #. * in the project. #. * Keep is a verb +#: ../src/brasero-data-disc.c:788 msgid "_Keep" msgstr "_Säilita" @@ -2800,180 +3796,237 @@ #. * existed in the project with a new one with the same name. #. * Replace is a verb #. Translators: this is a verb +#: ../src/brasero-data-disc.c:792 ../src/brasero-rename.c:385 msgid "_Replace" msgstr "_Asenda" #. Translators: Replace means we're replacing the file that already #. * existed in the project with a new one with the same name. #. * Replace is a verb +#: ../src/brasero-data-disc.c:796 msgid "Al_ways Replace" msgstr "Asenda ala_ti" #. Translators: %s is a string describing the type of medium and the #. * drive it is in. It's a tooltip. +#: ../src/brasero-data-disc.c:979 #, c-format msgid "Import %s" msgstr "Impordi jätkamiseks plaat %s" #. Translators: %s is the name of the volume to import. It's a menu #. * entry and toolbar button (text added later). +#: ../src/brasero-data-disc.c:986 #, c-format msgid "I_mport %s" msgstr "I_mpordi plaat %s" #. Translators: This is a verb. It's a toolbar button. +#: ../src/brasero-data-disc.c:1016 msgid "I_mport" msgstr "I_mpordi" #. Translators: %s is the name of the volume to import +#: ../src/brasero-data-disc.c:1098 #, c-format msgid "Do you want to import the session from \"%s\"?" msgstr "Kas tahad sessiooni '%s' importida?" +#: ../src/brasero-data-disc.c:1101 msgid "" "That way, old files from previous sessions will be usable after burning." msgstr "" "Sel viisil on vanad failid eelmistest sessioonidest pärast kirjutamist " "kasutatavad." +#: ../src/brasero-data-disc.c:1109 msgid "I_mport Session" msgstr "I_mpordi sessioon" +#: ../src/brasero-data-disc.c:1111 msgid "Click here to import its contents" msgstr "Klõpsa siin sisu importimiseks" +#: ../src/brasero-data-disc.c:1490 msgid "Please wait while the project is loading." msgstr "Palun oota kuni projekti laaditakse." +#: ../src/brasero-data-disc.c:1500 msgid "_Cancel Loading" msgstr "_Katkesta laadimine" +#: ../src/brasero-data-disc.c:1502 msgid "Cancel loading current project" msgstr "Katkseta projekti laadimine" +#: ../src/brasero-data-disc.c:1903 msgid "File Renaming" msgstr "Failide ümbernimetamine" +#: ../src/brasero-data-disc.c:1907 msgid "_Rename" msgstr "_Nimeta ümber" +#: ../src/brasero-data-disc.c:1913 msgid "Renaming mode" msgstr "Ümbernimetamise režiim" +#: ../src/brasero-data-disc.c:2336 ../src/brasero-file-filtered.c:256 msgid "Files" msgstr "Failid" +#: ../src/brasero-data-disc.c:2350 ../src/brasero-video-disc.c:1227 msgid "Size" msgstr "Suurus" +#: ../src/brasero-data-disc.c:2364 msgid "Description" msgstr "Kirjeldus" +#: ../src/brasero-data-disc.c:2380 msgid "Space" msgstr "Ruum" +#: ../src/brasero-eject-dialog.c:97 #, c-format msgid "The disc in \"%s\" cannot be ejected" msgstr "Plaati seadmest \"%s\" pole võimalik väljastada" +#: ../src/brasero-eject-dialog.c:193 msgid "_Eject" msgstr "_Väljasta" +#: ../src/brasero-eject-dialog.c:208 msgid "Eject Disc" msgstr "Plaadi väljastamine" +#: ../src/brasero-file-chooser.c:357 ../src/brasero-project.c:2230 msgid "Audio files" msgstr "Audiofailid" +#: ../src/brasero-file-chooser.c:365 ../src/brasero-project.c:2239 msgid "Movies" msgstr "Filmid" +#: ../src/brasero-file-filtered.c:75 ../src/brasero-file-filtered.c:81 msgid "No file filtered" msgstr "Ükski fail ei jäänud filtrisse" +#: ../src/brasero-file-filtered.c:77 #, c-format msgid "Hide the _filtered file list (%d file)" msgid_plural "Hide the _filtered file list (%d files)" msgstr[0] "Peida _filtreeritud failide nimekiri (%d fail)" msgstr[1] "Peida _filtreeritud failide nimekiri (%d faili)" +#: ../src/brasero-file-filtered.c:83 #, c-format msgid "Show the _filtered file list (%d file)" msgid_plural "Show the _filtered file list (%d files)" msgstr[0] "Näita _filtreeritud failide nimekirja (%d fail)" msgstr[1] "Näita _filtreeritud failide nimekirja (%d faili)" +#: ../src/brasero-file-filtered.c:135 msgid "Filter Options" msgstr "Filtri valikud" +#: ../src/brasero-file-filtered.c:218 msgid "" "Select the files you want to restore and click on the \"Restore\" button" msgstr "Vali failid, mida tahad taastada ja klõpsa nupul \"Taasta\"" +#: ../src/brasero-file-filtered.c:265 msgid "Type" msgstr "Liik" +#: ../src/brasero-file-filtered.c:292 msgid "_Restore" msgstr "_Taasta" +#: ../src/brasero-file-filtered.c:301 msgid "Restore the selected files" msgstr "Taasta valitud failid" +#: ../src/brasero-file-filtered.c:303 msgid "_Options…" msgstr "_Valikud…" +#: ../src/brasero-file-filtered.c:311 msgid "Set the options for file filtering" msgstr "Määra filtreerimise valikud" #. filter hidden files +#: ../src/brasero-filter-option.c:65 msgid "Filter _hidden files" msgstr "_Varjatud failide filter" #. replace symlink +#: ../src/brasero-filter-option.c:72 msgid "Re_place symbolic links" msgstr "Sümbolviitade _asendamine" #. filter broken symlink button +#: ../src/brasero-filter-option.c:79 msgid "Filter _broken symbolic links" msgstr "_Vigaste sümbolviitade filter" +#: ../src/brasero-filter-option.c:85 msgid "Filtering options" msgstr "Failide filtreerimise valikud" +#: ../src/brasero-layout.c:104 msgid "P_review" msgstr "_Eelvaade" #. Translators: this is an image, a picture, not a "Disc Image" +#: ../src/brasero-layout.c:106 msgid "Display video, audio and image preview" msgstr "Näita video-, audio- ja piltide eelvaadet" +#: ../src/brasero-layout.c:110 msgid "_Show Side Panel" msgstr "Näita _külgpaneeli" +#: ../src/brasero-layout.c:111 msgid "Show a side pane along the project" msgstr "Projekti kõrval külgpaneeli näitamine" +#: ../src/brasero-layout.c:125 msgid "_Horizontal Layout" msgstr "_Rõhtlaotus" +#: ../src/brasero-layout.c:126 msgid "Set a horizontal layout" msgstr "Rõhtsa laotuse määramine" +#: ../src/brasero-layout.c:128 msgid "_Vertical Layout" msgstr "_Püstlaotus" +#: ../src/brasero-layout.c:129 msgid "Set a vertical layout" msgstr "Püstise laotuse määramine" +#: ../src/brasero-layout.c:1193 msgid "Click to close the side pane" msgstr "Klõpsa külgpaneeli sulgemiseks" +#: ../src/brasero-multi-song-props.c:89 ../src/brasero-multi-song-props.c:97 +#: ../src/brasero-multi-song-props.c:105 ../src/brasero-multi-song-props.c:123 +#: ../src/brasero-multi-song-props.c:139 ../src/brasero-multi-song-props.c:160 +#: ../src/brasero-multi-song-props.c:173 ../src/brasero-multi-song-props.c:249 +#: ../src/brasero-multi-song-props.c:270 ../src/brasero-multi-song-props.c:291 +#: ../src/brasero-rename.c:90 ../src/brasero-rename.c:321 msgid "" msgstr "" +#: ../src/brasero-multi-song-props.c:126 ../src/brasero-multi-song-props.c:143 msgid "Remove silences" msgstr "Eemalda vaikused" +#: ../src/brasero-multi-song-props.c:211 ../src/brasero-multi-song-props.c:252 +#: ../src/brasero-multi-song-props.c:273 ../src/brasero-song-properties.c:187 +#: ../src/brasero-song-properties.c:199 ../src/brasero-song-properties.c:211 msgid "" "This information will be written to the disc using CD-Text technology. It " "can be read and displayed by some audio CD players." @@ -2981,122 +4034,160 @@ "See teave kirjutatakse plaadile CD-Text tehnoloogiat kasutades. Seda saab " "mõnede audio-CD mängijatega lugeda ja kuvada." +#: ../src/brasero-multi-song-props.c:213 msgid "Song titles" msgstr "Laulude pealkirjad" +#: ../src/brasero-multi-song-props.c:230 msgid "Additional song information" msgstr "Laulude lisateave" +#: ../src/brasero-multi-song-props.c:242 ../src/brasero-song-properties.c:189 msgid "Artist:" msgstr "Artist:" +#: ../src/brasero-multi-song-props.c:263 ../src/brasero-song-properties.c:201 msgid "Composer:" msgstr "Helilooja:" +#: ../src/brasero-multi-song-props.c:317 ../src/brasero-song-properties.c:247 msgid "Pause length:" msgstr "Pausi pikkus:" +#: ../src/brasero-multi-song-props.c:328 ../src/brasero-song-properties.c:256 msgid "Gives the length of the pause that should follow the track" msgstr "Määrab pausi pikkuse, mis tuleb raja lõpus" +#: ../src/brasero-multi-song-props.c:345 ../src/brasero-song-properties.c:287 msgid "Song Information" msgstr "Laulu andmed" +#: ../src/brasero-player.c:540 #, c-format msgid "%i × %i pixels" msgstr "%i × %i pikslit" #. No Preview view +#: ../src/brasero-player.c:845 msgid "No preview" msgstr "Eelvaade puudub" +#: ../src/brasero-playlist.c:390 #, c-format msgid "Error parsing playlist \"%s\"." msgstr "Viga lugude nimekirja \"%s\" töötlemisel." #. Translators: %d is the number of songs +#: ../src/brasero-playlist.c:499 #, c-format msgid "%d song" msgid_plural "%d songs" msgstr[0] "%d laul" msgstr[1] "%d laulu" +#: ../src/brasero-playlist.c:584 msgid "Select Playlist" msgstr "Lugude nimekirja valimine" +#: ../src/brasero-playlist.c:751 msgid "Playlists" msgstr "Lugude nimekirjad" +#: ../src/brasero-playlist.c:762 msgid "Number of Songs" msgstr "Laulude arv" +#: ../src/brasero-playlist.c:782 msgid "Genre" msgstr "Žanr" +#: ../src/brasero-plugin-manager-ui.c:62 msgid "Plugin" msgstr "Plugin" +#: ../src/brasero-plugin-manager-ui.c:63 msgid "Enabled" msgstr "Lubatud" +#: ../src/brasero-plugin-manager-ui.c:143 #, c-format msgid "Copyright %s" msgstr "Autoriõigus %s" +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_Lähemalt" +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "_Seadista" +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "_Aktiveeri" +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "Aktiveeri _kõik" +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "_Deaktiveeri kõik" #. Use the translated name for the plugin. +#: ../src/brasero-plugin-option.c:258 #, c-format msgid "Options for plugin %s" msgstr "Plugina \"%s\" valikud" +#: ../src/brasero-pref.c:61 msgid "Brasero Plugins" msgstr "Brasero pluginad" +#: ../src/brasero-project.c:196 msgid "Save current project" msgstr "Käesoleva projekti salvestamine" +#: ../src/brasero-project.c:197 msgid "Save _As…" msgstr "Sal_vesta kui…" +#: ../src/brasero-project.c:198 msgid "Save current project to a different location" msgstr "Käesoleva projekti salvestamine teise asukohta" +#: ../src/brasero-project.c:199 msgid "_Add Files" msgstr "_Lisa faile" +#: ../src/brasero-project.c:200 msgid "Add files to the project" msgstr "Projektile uute failide lisamine" +#: ../src/brasero-project.c:201 msgid "_Remove Files" msgstr "_Eemalda failid" #. Translators: "empty" is a verb here +#: ../src/brasero-project.c:204 ../src/brasero-project.c:2312 msgid "E_mpty Project" msgstr "_Tühjenda" +#: ../src/brasero-project.c:205 msgid "Remove all files from the project" msgstr "Kõikide failide eemaldamine projektist" +#: ../src/brasero-project.c:206 ../src/brasero-project.c:1086 msgid "_Burn…" msgstr "_Kirjuta…" +#: ../src/brasero-project.c:207 msgid "Burn the disc" msgstr "Plaadi kirjutamine" +#: ../src/brasero-project.c:695 msgid "" "To add files to this project click the \"Add\" button or drag files to this " "area" @@ -3104,6 +4195,7 @@ "Failide lisamiseks projekti klõpsa \"Lisa\" nupul või lohista failid siia " "alale" +#: ../src/brasero-project.c:697 msgid "" "To remove files select them then click on the \"Remove\" button or press " "\"Delete\" key" @@ -3111,15 +4203,18 @@ "Failide eemaldamiseks märgi need ja klõpsa \"Eemalda\" nupul või vajuta " "\"Delete\" klahvi" +#: ../src/brasero-project.c:804 #, c-format msgid "Estimated project size: %s" msgstr "Projekti eeldatav suurus: %s" +#: ../src/brasero-project.c:950 ../src/brasero-project.c:966 msgid "The project is too large for the disc even with the overburn option." msgstr "" "Selle projekti suurus on plaadi jaoks liiga suur isegi siis, kui kasutada " "üle mahu kirjutamist." +#: ../src/brasero-project.c:977 msgid "" "The project is too large for the disc and you must remove files from it.\n" "You may want to use this option if you're using 90 or 100 min CD-R(W) which " @@ -3131,44 +4226,57 @@ "võimalik tuvastada ja seetõttu vajavad üle mahu kirjutamise valikut.\n" "MÄRKUS: See valik võib põhjustada kirjutamise nurjumise." +#: ../src/brasero-project.c:1098 msgid "Start to burn the contents of the selection" msgstr "Alusta valiku plaadile kirjutamisega" +#: ../src/brasero-project.c:1267 msgid "Please add songs to the project." msgstr "Lisa sellese projekti laule." +#: ../src/brasero-project.c:1904 ../src/brasero-project.c:1939 msgid "Do you really want to create a new project and discard the current one?" msgstr "Kas tahad tõesti luua uue projekti ja unustada praeguse?" +#: ../src/brasero-project.c:1909 msgid "If you choose to create a new empty project, all changes will be lost." msgstr "Kui valid uue projekti loomise, lähevad kõik tehtud muudatused kaotsi." +#: ../src/brasero-project.c:1912 msgid "_Discard Changes" msgstr "_Unusta muudatused" +#: ../src/brasero-project.c:1920 msgid "Do you want to discard the file selection or add it to the new project?" msgstr "Kas loobuda failivalikust või lisada need uuele projektile?" +#: ../src/brasero-project.c:1925 ../src/brasero-project.c:1944 msgid "" "If you choose to create a new empty project, the file selection will be " "discarded." msgstr "Kui valid uue projekti loomise, läheb failide valik kaotsi." +#: ../src/brasero-project.c:1927 msgid "_Discard File Selection" msgstr "_Hülga failide valik" +#: ../src/brasero-project.c:1931 msgid "_Keep File Selection" msgstr "_Säilita failide valik" +#: ../src/brasero-project.c:1946 msgid "_Discard Project" msgstr "_Tühista projekt" +#: ../src/brasero-project.c:2188 msgid "Select Files" msgstr "Failide valimine" +#: ../src/brasero-project.c:2301 msgid "Do you really want to empty the current project?" msgstr "Kas tahad praeguse projekti tõesti tühjendada?" +#: ../src/brasero-project.c:2306 msgid "" "Emptying a project will remove all files already added. All the work will be " "lost. Note that files will not be deleted from their own location, just no " @@ -3178,92 +4286,122 @@ "kaotsi. Märkuseks, et faile nende asukohast ei kustutata, need eemaldatakse " "ainult kirjutamise nimekirjast." +#: ../src/brasero-project.c:2368 msgid "_Save" msgstr "_Salvesta" +#: ../src/brasero-project.c:2379 msgid "_Add" msgstr "_Lisa" +#: ../src/brasero-project.c:2384 ../src/brasero-split-dialog.c:1255 msgid "_Remove" msgstr "_Eemalda" #. Translators: %s is the name of the project +#: ../src/brasero-project.c:2448 #, c-format msgid "Brasero — %s (Data Disc)" msgstr "Brasero — %s (andmeplaat)" #. Translators: %s is the name of the project +#: ../src/brasero-project.c:2451 #, c-format msgid "Brasero — %s (Audio Disc)" msgstr "Brasero — %s (audioplaat)" #. Translators: %s is the name of the project +#: ../src/brasero-project.c:2454 #, c-format msgid "Brasero — %s (Video Disc)" msgstr "Brasero — %s (videoplaat)" +#: ../src/brasero-project.c:2624 ../src/brasero-project.c:2927 msgid "Your project has not been saved." msgstr "Sinu projekti pole salvestatud." +#: ../src/brasero-project.c:2638 msgid "Save the changes of current project before closing?" msgstr "Kas enne sulgemist salvestada muudatused selles projektis?" +#: ../src/brasero-project.c:2643 ../src/brasero-project.c:2932 msgid "If you don't save, changes will be permanently lost." msgstr "Kui sa ei salvesta, lähevad muudatused jäädavalt kaotsi." +#: ../src/brasero-project.c:2647 ../src/brasero-project.c:2653 +#: ../src/brasero-project.c:2935 msgid "Cl_ose Without Saving" msgstr "Sulge _ilma salvestamata" +#: ../src/brasero-project.c:2735 msgid "Save Current Project" msgstr "Selle projekti salvestamine" +#: ../src/brasero-project.c:2753 msgid "Save project as a Brasero audio project" msgstr "Salvesta projekt Brasero audioprojektina" +#: ../src/brasero-project.c:2754 msgid "Save project as a plain text list" msgstr "Salvesta projekt lihttekstis nimekirjana" +#: ../src/brasero-project.c:2758 msgid "Save project as a PLS playlist" msgstr "Salvesta projekt PLS lugude nimekirjana" +#: ../src/brasero-project.c:2759 msgid "Save project as an M3U playlist" msgstr "Salvesta projekt M3U lugude nimekirjana" +#: ../src/brasero-project.c:2760 msgid "Save project as an XSPF playlist" msgstr "Salvesta projekt XSPF vormingus lugude nimekirjana" +#: ../src/brasero-project.c:2761 msgid "Save project as an iriver playlist" msgstr "Salvesta projekt iriver vormingus lugude nimekirjana" +#: ../src/brasero-project-manager.c:95 msgid "_Cover Editor" msgstr "_Plaadiümbrise redaktor" +#: ../src/brasero-project-manager.c:96 msgid "Design and print covers for CDs" msgstr "Plaadiümbriste kujundamine ja printimine" +#: ../src/brasero-project-manager.c:97 msgid "_New Project" msgstr "_Uus projekt" +#: ../src/brasero-project-manager.c:98 msgid "Create a new project" msgstr "Uue projekti loomine" +#: ../src/brasero-project-manager.c:99 msgid "_Empty Project" msgstr "_Tühjenda projekt" +#: ../src/brasero-project-manager.c:100 msgid "Let you choose your new project" msgstr "Vali uus projekt" +#: ../src/brasero-project-manager.c:101 msgid "New _Audio Project" msgstr "Uus _audioprojekt" +#: ../src/brasero-project-manager.c:102 +#: ../src/brasero-project-type-chooser.c:76 msgid "" "Create a traditional audio CD that will be playable on computers and stereos" msgstr "" "Tavalise audioplaadi loomine, mida saab kuulata nii arvutis kui CD-mängijas" +#: ../src/brasero-project-manager.c:103 msgid "New _Data Project" msgstr "Uus an_dmeprojekt" +#: ../src/brasero-project-manager.c:104 +#: ../src/brasero-project-type-chooser.c:81 msgid "" "Create a CD/DVD containing any type of data that can only be read on a " "computer" @@ -3271,15 +4409,21 @@ "CD/DVD-plaadi loomine suvalistest andmetest. Seda plaati saab lugeda ainult " "arvutis" +#: ../src/brasero-project-manager.c:105 msgid "New _Video Project" msgstr "Uus _videoprojekt" +#: ../src/brasero-project-manager.c:106 +#: ../src/brasero-project-type-chooser.c:86 msgid "Create a video DVD or an SVCD that is readable on TV readers" msgstr "Video-DVD- või SVCD-plaadi loomine, mida saab vaadata TV-lugeris" +#: ../src/brasero-project-manager.c:107 msgid "Copy _Disc…" msgstr "Kopeeri _plaat…" +#: ../src/brasero-project-manager.c:108 +#: ../src/brasero-project-type-chooser.c:91 msgid "" "Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on " "another CD/DVD" @@ -3287,85 +4431,108 @@ "1:1 koopia loomine audio-CD'st või CD/DVD andmeplaadist kõvakettale või " "teisele CD/DVD-plaadile" +#: ../src/brasero-project-manager.c:109 msgid "_Burn Image…" msgstr "_Kirjuta tõmmis…" +#: ../src/brasero-project-manager.c:110 +#: ../src/brasero-project-type-chooser.c:95 +#: ../src/brasero-project-type-chooser.c:96 msgid "Burn an existing CD/DVD image to disc" msgstr "CD/DVD-tõmmise kirjutamine plaadile" +#: ../src/brasero-project-manager.c:112 msgid "_Open…" msgstr "_Ava…" +#: ../src/brasero-project-manager.c:113 msgid "Open a project" msgstr "Projekti avamine" #. Translators: the %s is a string representing the total size #. * of the file selection +#: ../src/brasero-project-manager.c:259 #, c-format msgid "%d file selected (%s)" msgid_plural "%d files selected (%s)" msgstr[0] "%d fail valitud (%s)" msgstr[1] "%d faili valitud (%s)" +#: ../src/brasero-project-manager.c:270 #, c-format msgid "%d file is supported (%s)" msgid_plural "%d files are supported (%s)" msgstr[0] "%d fail on toetatud (%s)" msgstr[1] "%d faili on toetatud (%s)" +#: ../src/brasero-project-manager.c:276 #, c-format msgid "%d file can be added (%s)" msgid_plural "%d selected files can be added (%s)" msgstr[0] "%d faili saab lisada (%s)" msgstr[1] "%d valitud faili saab lisada (%s)" +#: ../src/brasero-project-manager.c:287 #, c-format msgid "No file can be added (%i selected file)" msgid_plural "No file can be added (%i selected files)" msgstr[0] "Ühtki faili pole võimalik lisada (%i fail valitud)" msgstr[1] "Ühtki faili pole võimalik lisada (%i faili valitud)" +#: ../src/brasero-project-manager.c:293 #, c-format msgid "No file is supported (%i selected file)" msgid_plural "No file is supported (%i selected files)" msgstr[0] "Ükski fail pole toetatud (%i valitud fail)" msgstr[1] "Ükski fail pole toetatud (%i valitud faili)" +#: ../src/brasero-project-manager.c:299 ../src/brasero-project-manager.c:453 msgid "No file selected" msgstr "Ükski fail pole valitud" +#: ../src/brasero-project-manager.c:590 msgid "Brasero — New Audio Disc Project" msgstr "Brasero — Uus audioplaadi projekt" +#: ../src/brasero-project-manager.c:604 msgid "Brasero — New Data Disc Project" msgstr "Brasero — Uus andmeplaadi projekt" +#: ../src/brasero-project-manager.c:618 msgid "Brasero — New Video Disc Project" msgstr "Brasero — Uus videoplaadi projekt" +#: ../src/brasero-project-manager.c:628 msgid "Brasero — New Image File" msgstr "Brasero — Uus tõmmis" +#: ../src/brasero-project-manager.c:643 msgid "Brasero — Disc Copy" msgstr "Brasero — Plaadi kopeerimine" +#: ../src/brasero-project-manager.c:727 msgid "Open Project" msgstr "Projekti avamine" +#: ../src/brasero-project-manager.c:830 msgid "_New" msgstr "_Uus" +#: ../src/brasero-project-manager.c:834 msgid "_Open" msgstr "_Ava" +#: ../src/brasero-project-manager.c:885 msgid "Browse the file system" msgstr "Failisüsteemi sirvimine" +#: ../src/brasero-project-manager.c:907 msgid "Display playlists and their contents" msgstr "Näita lugude nimekirju ja nende sisu" #. Translators: this is a picture not #. * a disc image +#: ../src/brasero-project-name.c:83 msgctxt "picture" msgid "Please select another image." msgstr "Palun vali teine tõmmis." @@ -3373,93 +4540,121 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_. #. * The %s is the date +#: ../src/brasero-project-name.c:269 #, c-format msgid "Video disc (%s)" msgstr "Videoplaat (%s)" +#: ../src/brasero-project-parse.c:62 msgid "Error while loading the project." msgstr "Viga projekti laadimisel." +#: ../src/brasero-project-parse.c:458 msgid "The project could not be opened" msgstr "Seda projekti pole võimalik avada" +#: ../src/brasero-project-parse.c:467 msgid "The file is empty" msgstr "See fail on tühi" +#: ../src/brasero-project-parse.c:546 ../src/brasero-project-parse.c:611 msgid "It does not seem to be a valid Brasero project" msgstr "Tundub, et see pole sobiv Brasero projektifail" +#: ../src/brasero-project-type-chooser.c:74 msgid "Audi_o project" msgstr "Audi_oprojekt" +#: ../src/brasero-project-type-chooser.c:75 msgid "Create a traditional audio CD" msgstr "Tavalise audio-CD loomine" +#: ../src/brasero-project-type-chooser.c:79 msgid "D_ata project" msgstr "_Andmeprojekt" +#: ../src/brasero-project-type-chooser.c:80 msgid "Create a data CD/DVD" msgstr "Andmeplaadi loomine (CD või DVD)" +#: ../src/brasero-project-type-chooser.c:84 msgid "_Video project" msgstr "_Videoprojekt" +#: ../src/brasero-project-type-chooser.c:85 msgid "Create a video DVD or an SVCD" msgstr "Videoplaadi loomine (DVD või SVCD)" +#: ../src/brasero-project-type-chooser.c:89 msgid "Disc _copy" msgstr "Plaadi _koopia" +#: ../src/brasero-project-type-chooser.c:90 msgid "Create 1:1 copy of a CD/DVD" msgstr "Koopia tegemine CD- või DVD-plaadist" +#: ../src/brasero-project-type-chooser.c:94 msgid "Burn _image" msgstr "_Tõmmise kirjutamine" +#: ../src/brasero-project-type-chooser.c:292 msgid "Last _Unsaved Project" msgstr "Viimane _salvestamata projekt" +#: ../src/brasero-project-type-chooser.c:308 msgid "Load the last project that was not burned and not saved" msgstr "Laaditakse viimane kirjutamata ja salvestamata projekt" +#: ../src/brasero-project-type-chooser.c:414 msgid "No recently used project" msgstr "Hiljutisi projekte pole" +#: ../src/brasero-project-type-chooser.c:463 msgid "Create a new project:" msgstr "Uue projekti loomine:" +#: ../src/brasero-project-type-chooser.c:510 msgid "Recent projects:" msgstr "Hiljutised projektid:" +#: ../src/brasero-rename.c:322 msgid "Insert text" msgstr "Sisesta tekst" +#: ../src/brasero-rename.c:323 msgid "Delete text" msgstr "Kustuta tekst" +#: ../src/brasero-rename.c:324 msgid "Substitute text" msgstr "Asenda tekst" +#: ../src/brasero-rename.c:325 msgid "Number files according to a pattern" msgstr "Nummerda failid mustri järgi" +#: ../src/brasero-rename.c:326 msgid "Insert number sequence at beginning" msgstr "Numbrijada lisamine algusesse" #. Translators: This is a verb. This is completed later +#: ../src/brasero-rename.c:341 msgid "Insert" msgstr "Sisesta" #. Translators: This finishes previous action "Insert". It goes like #. * this: "Insert" [Entry] "at the beginning". +#: ../src/brasero-rename.c:355 msgid "at the beginning" msgstr "algusesse" #. Translators: This finishes previous action "Insert". It goes like #. * this: "Insert" [Entry] "at the end". +#: ../src/brasero-rename.c:359 msgid "at the end" msgstr "lõppu" +#: ../src/brasero-rename.c:370 msgid "Delete every occurrence of" msgstr "Kustuta iga esinemine" @@ -3467,12 +4662,15 @@ #. * we'll need a context with C_() macro #. Translators: this goes with above verb to say "_Replace" [Entry] #. * "with" [Entry]. +#: ../src/brasero-rename.c:400 msgid "with" msgstr "millega" +#: ../src/brasero-rename.c:414 msgid "Rename to" msgstr "Nimeta ümber" +#: ../src/brasero-rename.c:423 msgid "{number}" msgstr "{number}" @@ -3481,35 +4679,45 @@ #. * first %s is the position and the second %s is the whole length of #. * the stream. I chose to make that translatable in case some languages #. * don't allow the "/" +#: ../src/brasero-song-control.c:99 #, c-format msgid "%s / %s" msgstr "%s / %s" +#: ../src/brasero-song-control.c:527 msgid "No file" msgstr "Faile pole" +#: ../src/brasero-song-control.c:562 msgid "Start and stop playing" msgstr "Esituse alustamine ja lõpetamine" +#: ../src/brasero-song-properties.c:177 msgid "Title:" msgstr "Pealkiri:" +#: ../src/brasero-song-properties.c:235 msgid "Song start:" msgstr "Loo algus:" +#: ../src/brasero-song-properties.c:241 msgid "Song end:" msgstr "Loo lõpp:" +#: ../src/brasero-song-properties.c:258 msgid "Track length:" msgstr "Raja pikkus:" +#: ../src/brasero-song-properties.c:365 #, c-format msgid "Song information for track %02i" msgstr "Raja %02i andmed" +#: ../src/brasero-split-dialog.c:172 msgid "Do you really want to split the track?" msgstr "Kas tahad tõesti raja tükeldada?" +#: ../src/brasero-split-dialog.c:175 msgid "" "If you split the track, the size of the new track will be shorter than 6 " "seconds and will be padded." @@ -3517,146 +4725,192 @@ "Kui raja tükeldad, jääb uue raja pikkus lühem kui 6 sekundit ning selle " "lõppu lisatakse vaikust." +#: ../src/brasero-split-dialog.c:181 ../src/brasero-split-dialog.c:752 msgid "_Split" msgstr "_Tükelda" +#: ../src/brasero-split-dialog.c:609 msgid "The track wasn't split." msgstr "Rada ei tükeldatud." +#: ../src/brasero-split-dialog.c:610 msgid "No silence could be detected" msgstr "Vaikust ei tuvastatud" +#: ../src/brasero-split-dialog.c:633 msgid "An error occurred while detecting silences." msgstr "Vaikusehetkede tuvastamisel esines viga." +#: ../src/brasero-split-dialog.c:712 msgid "This will remove all previous results." msgstr "See eemaldab kõik eelmised tulemused." +#: ../src/brasero-split-dialog.c:750 msgid "Do you really want to carry on with automatic splitting?" msgstr "Kas tahad tõesti läbi viia automaatse tükeldamise?" +#: ../src/brasero-split-dialog.c:751 msgid "_Don't split" msgstr "Är_a tükelda" +#: ../src/brasero-split-dialog.c:968 msgid "Do you really want to empty the slices preview?" msgstr "Kas tahad praeguse lõikude jaotuse kustutada?" +#: ../src/brasero-split-dialog.c:970 ../src/brasero-split-dialog.c:1269 msgid "Re_move All" msgstr "Eemalda _kõik" +#: ../src/brasero-split-dialog.c:1055 msgid "Split Track" msgstr "Raja tükeldamine" +#: ../src/brasero-split-dialog.c:1072 msgid "M_ethod:" msgstr "_Meetod:" +#: ../src/brasero-split-dialog.c:1078 msgid "Method to be used to split the track" msgstr "Raja tükeldamise meetod" +#: ../src/brasero-split-dialog.c:1081 msgid "Split track manually" msgstr "Käsitsi tükeldamine" +#: ../src/brasero-split-dialog.c:1082 msgid "Split track in parts with a fixed length" msgstr "Määratud pikkusega tükkideks" +#: ../src/brasero-split-dialog.c:1083 msgid "Split track in a fixed number of parts" msgstr "Määratud arvuks tükkideks" +#: ../src/brasero-split-dialog.c:1084 msgid "Split track for each silence" msgstr "Iga vaikusekoha pealt" +#: ../src/brasero-split-dialog.c:1090 msgid "_Slice" msgstr "_Tükelda" +#: ../src/brasero-split-dialog.c:1101 msgid "Add a splitting point" msgstr "Lisa tükeldamise koht" #. Translators: this goes with the next (= "seconds") +#: ../src/brasero-split-dialog.c:1118 msgid "Split this track every" msgstr "Tükelda rada iga" #. Translators: this goes with the previous (= "Split track every") +#: ../src/brasero-split-dialog.c:1127 msgid "seconds" msgstr "sekundi järel" #. Translators: this goes with the next (= "parts") +#: ../src/brasero-split-dialog.c:1136 msgid "Split this track in" msgstr "Tükelda rada" #. Translators: this goes with the previous (= "Split this track in") +#: ../src/brasero-split-dialog.c:1145 msgid "parts" msgstr "osaks" +#: ../src/brasero-split-dialog.c:1153 msgid "Slicing Method" msgstr "Tükeldamise meetod" +#: ../src/brasero-split-dialog.c:1211 msgid "Start" msgstr "Algus" +#: ../src/brasero-split-dialog.c:1218 msgid "End" msgstr "Lõpp" +#: ../src/brasero-split-dialog.c:1241 msgid "Mer_ge" msgstr "_Liida" +#: ../src/brasero-split-dialog.c:1252 msgid "Merge a selected slice with the next selected one" msgstr "Liida valitud tükk järgmise valitud tükiga" +#: ../src/brasero-split-dialog.c:1266 msgid "Remove the selected slices" msgstr "Eemalda valitud tükid" +#: ../src/brasero-split-dialog.c:1280 msgid "Clear the slices preview" msgstr "Kustuta tükelduse eelvaade" +#: ../src/brasero-split-dialog.c:1290 msgid "_List of slices that are to be created:" msgstr "_Loodavate tükkide nimekiri:" +#: ../src/brasero-split-dialog.c:1298 msgid "Slices Preview" msgstr "Tükeldamise eelvaade" +#: ../src/brasero-time-button.c:287 msgid "Hours" msgstr "Tundi" #. Translators: separating hours and minutes #. Translators: separating minutes and seconds #. Translators: separating seconds and frames +#: ../src/brasero-time-button.c:292 ../src/brasero-time-button.c:302 +#: ../src/brasero-time-button.c:312 msgid ":" msgstr ":" +#: ../src/brasero-time-button.c:297 msgid "Minutes" msgstr "Minutit" +#: ../src/brasero-time-button.c:307 msgid "Seconds" msgstr "Sekundit" +#: ../src/brasero-time-button.c:317 msgid "Frames (1 second = 75 frames)" msgstr "Kaadrid (1 sekund = 75 kaadrit)" +#: ../src/brasero-video-disc.c:101 msgid "Open the selected video" msgstr "Ava valitud video" +#: ../src/brasero-video-disc.c:103 msgid "Edit the video information (start, end, author, etc.)" msgstr "Muuda video andmeid (algus, lõpp, autor, jm)" +#: ../src/brasero-video-disc.c:105 msgid "Remove the selected videos from the project" msgstr "Eemalda valitud videod projektist" +#: ../src/brasero-video-disc.c:359 msgid "Do you want to search for video files inside the directory?" msgstr "Kas otsida sellest kataloogist videofaile?" +#: ../src/brasero-video-disc.c:369 msgid "_Search Directory" msgstr "_Otsi kataloogist" +#: ../src/brasero-video-disc.c:412 #, c-format msgid "\"%s\" does not have a suitable type for video projects." msgstr "\"%s\" liik ei ole videoprojekti jaoks sobiv." +#: ../src/brasero-video-disc.c:415 msgid "Please only add files with video content" msgstr "Palun lisa ainult videosisuga faile" +#: ../src/main.c:84 msgid "[URI] [URI] …" msgstr "[URI] [URI] …" +#: ../src/main.c:96 #, c-format msgid "Please type \"%s --help\" to see all available options\n" msgstr "Kõigi saadavalolevate valikute nägemiseks kirjuta \"%s --help\"\n" diff -Nru brasero-3.12.2/po/eu.po brasero-3.12.3/po/eu.po --- brasero-3.12.2/po/eu.po 2014-08-21 12:30:51.000000000 +0000 +++ brasero-3.12.3/po/eu.po 2020-04-07 12:27:22.000000000 +0000 @@ -3,21 +3,21 @@ # This file is distributed under the same license as the PACKAGE package. # # -# Iñaki Larrañaga Murgoitio , 2008, 2009, 2010, 2011, 2013, 2014. +# Iñaki Larrañaga Murgoitio , 2008, 2009, 2010, 2011, 2013, 2014, 2017. msgid "" msgstr "" "Project-Id-Version: brasero.master\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-03-22 15:15+0100\n" -"PO-Revision-Date: 2014-03-22 15:50+0100\n" +"POT-Creation-Date: 2017-09-09 14:19+0200\n" +"PO-Revision-Date: 2017-07-25 15:54+0200\n" "Last-Translator: Iñaki Larrañaga Murgoitio \n" -"Language-Team: Basque \n" +"Language-Team: Basque \n" "Language: eu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.5\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -25,9 +25,9 @@ "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." msgstr "" -"Brasero CDak/DVDak grabatzeko GNOME mahaigaineko aplikazio bat da. " -"Ahalik eta xumeena izateko diseinatua izan da, eta eginbide paregabe " -"batzuk ditu erabiltzaileek beraien diskoak modu errazean eta azkar sortzeko." +"Brasero CDak/DVDak grabatzeko GNOME mahaigaineko aplikazio bat da. Ahalik " +"eta xumeena izateko diseinatua izan da, eta eginbide paregabe batzuk ditu " +"erabiltzaileek beraien diskoak modu errazean eta azkar sortzeko." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -36,11 +36,10 @@ "files from other local applications or from remote shared drives to easily " "burn them to a disc." msgstr "" -"Braserok datuen eta audio formatuko CDak/DVDak sor ditzake. " -"CD-TEXT, saio-anitzak eta Joliet luzapenak osotasunez onartzen " -"ditu. Arrastatu eta jaregin fitxategiak lokaleko beste aplikazio " -"batzuetatik, edo urruneko partekatutako unitateetatik haiek " -"diskoan grabatzeko." +"Braserok datuen eta audio formatuko CDak/DVDak sor ditzake. CD-TEXT, saio-" +"anitzak eta Joliet luzapenak osotasunez onartzen ditu. Arrastatu eta jaregin " +"fitxategiak lokaleko beste aplikazio batzuetatik, edo urruneko partekatutako " +"unitateetatik haiek diskoan grabatzeko." #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -71,10 +70,14 @@ msgstr "Grabatu irudi-fitxategia" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Disko bat kopiatzen du" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Sortu audioaren proiektua" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Sortu bideoaren proiektua" @@ -1829,12 +1832,12 @@ msgid "The drive is empty" msgstr "Unitatea hutsik dago" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Hautatu diskoa" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Aurrerapena" @@ -2093,7 +2096,7 @@ "Hautatutako kokalekuan ez dago nahikoa leku diskoaren irudia biltegiratzeko " "(%ld MiB behar dira)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Ezin izan da bolumenaren tamaina eskuratu" @@ -2759,7 +2762,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3051,7 +3054,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3066,26 +3069,26 @@ "komandoarekin, edo exekutatu \"DVDCSS_METHOD=title brasero --no-existing-" "session\" komandoa" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "DVD gakoak eskuratzen" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Ezin izan da bideo DVDa ireki" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Errorea bideo DVDa irakurtzean (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Bideo DVDa kopiatzen" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "CSSrekin enkriptatutako Bideo DVDak kopiatzen ditu disko-irudi batean" @@ -4147,25 +4150,25 @@ msgid "Copyright %s" msgstr "Copyright %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "Honi _buruz" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "_Konfiguratu" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "A_ktibatu" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "Akt_ibatu denak" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "_Desaktibatu denak" diff -Nru brasero-3.12.2/po/fa.po brasero-3.12.3/po/fa.po --- brasero-3.12.2/po/fa.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/fa.po 2021-09-17 11:27:28.000000000 +0000 @@ -6,11 +6,10 @@ msgid "" msgstr "" "Project-Id-Version: brasero master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=brasero&keywords=I18N" -"+L10N&component=general\n" -"POT-Creation-Date: 2016-04-01 03:12+0000\n" -"PO-Revision-Date: 2016-04-08 20:17+0430\n" -"Last-Translator: Arash Mousavi \n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2020-07-03 08:46+0000\n" +"PO-Revision-Date: 2021-08-31 14:09+0430\n" +"Last-Translator: eshagh \n" "Language-Team: Persian\n" "Language: fa\n" "MIME-Version: 1.0\n" @@ -18,18 +17,18 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Poedit-SourceCharset: utf-8\n" -"X-Generator: Poedit 1.8.7.1\n" +"X-Generator: Poedit 2.4.2\n" # ترجمه لغت enable در واژه نامه فارسی گنوم به صورت «به کار انداختن» است. #: ../data/brasero.appdata.xml.in.h:1 msgid "" -"Brasero is a application to burn CD/DVD for the GNOME Desktop. It is designed to be as simple " -"as possible and has some unique features to enable users to create their discs easily and " -"quickly." -msgstr "" -"برازرو برنامه‌ای برای نوشتن سی‌دی/دی‌وی‌دی در رومیزی گنوم است. این برنامه برای این طراحی شده است " -"که تا جای ممکن ساده باشد و دارای برخی امکانات منحصر به فرد است تا به کاربران امکان ایجاد آسان " -"و سریع دیسک‌هایشان را بدهد." +"Brasero is a application to burn CD/DVD for the GNOME Desktop. It is designed to be as " +"simple as possible and has some unique features to enable users to create their discs " +"easily and quickly." +msgstr "" +"برازرو برنامه‌ای برای نوشتن سی‌دی/دی‌وی‌دی در میزکار گنوم است. این برنامه برای این طراحی شده " +"است که تا جای ممکن ساده باشد و دارای برخی امکانات منحصر به فرد است تا به کاربران امکان " +"ایجاد آسان و سریع دیسک‌هایشان را بدهد." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -37,10 +36,10 @@ "multisession and joliet extensions. You can simply drag and drop files from other local " "applications or from remote shared drives to easily burn them to a disc." msgstr "" -"برازرو میتواند سی‌دی/دی‌وی‌دی‌های صوتی و داده‌ را ایجاد کند، از آن‌ها نسخه‌برداری کند و یا در آن‌ها " -"بنویسد. این برنامه به صورت کامل از پسوندهای multisession، CD-TEXT و joliet پشتیبانی میکند. " -"شما به سادگی میتوانید پرونده‌ها را از برنامه‌های محلی دیگر یا از دیسک‌گردان‌های اشتراکی دوردست " -"بکشید و رها کنید تا به آسانی آنها را روی یک دیسک بنویسید." +"برازرو می‌تواند سی‌دی/دی‌وی‌دی‌های صوتی و داده‌ را ایجاد کند، از آن‌ها نسخه‌برداری کند و یا در " +"آن‌ها بنویسد. این برنامه به صورت کامل از پسوندهای multisession، CD-TEXT و joliet پشتیبانی " +"می‌کند. شما به سادگی میتوانید پرونده‌ها را از برنامه‌های محلی دیگر یا از دیسک‌گردان‌های " +"اشتراکی دوردست بکشید و رها کنید تا به آسانی آنها را روی یک دیسک بنویسید." #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -52,7 +51,7 @@ #: ../data/brasero.desktop.in.in.h:3 msgid "Create and copy CDs and DVDs" -msgstr "ایجاد و نسخه بردای از سی‌دی‌ها و دی‌وی‌دی‌ها" +msgstr "ایجاد و نسخه‌برداری از سی‌دی‌ها و دی‌وی‌دی‌ها" #: ../data/brasero.desktop.in.in.h:4 msgid "disc;cdrom;dvd;burn;audio;video;" @@ -64,19 +63,23 @@ #: ../data/brasero.desktop.in.in.h:6 msgid "Open a New Window" -msgstr "باز کردن پنجره‌ی جدید" +msgstr "گشودن پنجرهٔ جدید" #: ../data/brasero.desktop.in.in.h:7 msgid "Burn an Image File" -msgstr "نوشتن یک پرونده‌ تصویر" +msgstr "نوشتن یک پروندهٔ تصویر" #: ../data/brasero.desktop.in.in.h:8 -msgid "Create an Audio Project" -msgstr "ایجاد یک پروژه صوتی" +msgid "Copy a Disc" +msgstr "رونوشت از یک دیسک" #: ../data/brasero.desktop.in.in.h:9 +msgid "Create an Audio Project" +msgstr "ایجاد یک پروژهٔ صوتی" + +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" -msgstr "ایجاد یک پروژه ویدیویی" +msgstr "ایجاد یک پروژهٔ ویدیویی" #: ../data/mime/brasero.xml.in.h:1 msgid "Brasero project file" @@ -84,15 +87,15 @@ #: ../data/org.gnome.brasero.gschema.xml.h:1 msgid "Should Nautilus extension output debug statements" -msgstr "افزونه‌ ناتیلوس باید گزارشات اشکال‌زدایی را نمایش دهد" +msgstr "افزونه‌ٔ ناتیلوس باید گزارشات اشکال‌زدایی را نمایش دهد" #: ../data/org.gnome.brasero.gschema.xml.h:2 msgid "" "Should Nautilus extension output debug statements. The value should be set to true if it " "should." msgstr "" -"افزونه‌ ناتیلوس باید گزارشات اشکال‌زدایی را نمایش دهد. چناچه اینچنین است، مقدار باید بر روی " -"true تنظیم شود." +"افزونه‌ ناتیلوس باید گزارشات اشکال‌زدایی را نمایش دهد. چناچه اینچنین است، مقدار باید بر " +"روی true تنظیم شود." #: ../data/org.gnome.brasero.gschema.xml.h:3 msgid "The type of checksum used for images" @@ -112,11 +115,11 @@ #: ../data/org.gnome.brasero.gschema.xml.h:7 msgid "" -"Contains the path to the directory where brasero should store temporary files. If that value " -"is empty, the default directory set for glib will be used." +"Contains the path to the directory where brasero should store temporary files. If that " +"value is empty, the default directory set for glib will be used." msgstr "" -"حاوی مسیری که برازرو از آن برای ذخیره کردن پرونده‌های موقت استفاده می‌کند است. اگر مقدار آن " -"خالی باشد، مقدار پیش‌فرضی که برای glib در نظر گرفته شده است استفاده می‌شود." +"حاوی مسیری که برازرو از آن برای ذخیره کردن پرونده‌های موقت استفاده می‌کند است. اگر مقدار " +"آن خالی باشد، مقدار پیش‌فرضی که برای glib در نظر گرفته شده است استفاده می‌شود." #: ../data/org.gnome.brasero.gschema.xml.h:8 msgid "Favourite burn engine" @@ -124,7 +127,8 @@ #: ../data/org.gnome.brasero.gschema.xml.h:9 msgid "" -"Contains the name of the favourite burn engine suite installed. It will be used if possible." +"Contains the name of the favourite burn engine suite installed. It will be used if " +"possible." msgstr "حاوی موتور نوشتن موردعلاقه و نصب شده. چناچه ممکن باشد از آن استفاده می‌شود." #: ../data/org.gnome.brasero.gschema.xml.h:10 @@ -136,8 +140,8 @@ "Contains the list of additional plugins Brasero will use to burn discs. If set to NULL, " "Brasero will load them all." msgstr "" -"حاوی فهرست افزونه‌های اضافی که برازرو توسط آنها روی دیسک‌ها می‌نویسد. اگر بر روی NULL تنظیم شود، " -"برازرو همه آنها را بارگیری می‌کند." +"حاوی فهرست افزونه‌های اضافی که برازرو توسط آنها روی دیسک‌ها می‌نویسد. اگر بر روی NULL تنظیم " +"شود، برازرو همه آنها را بارگیری می‌کند." #: ../data/org.gnome.brasero.gschema.xml.h:12 msgid "Enable the \"-immed\" flag with cdrecord" @@ -145,11 +149,11 @@ #: ../data/org.gnome.brasero.gschema.xml.h:13 msgid "" -"Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to true) as it's only " -"a workaround for some drives/setups." +"Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to true) as it's " +"only a workaround for some drives/setups." msgstr "" -"برای استفاده از پرچم «immed-» با استفاده از cdrecord. با احتیاط استفاده کنید (تنظیم روی true) " -"چون این تنها یک راه حل برای برخی از دیسک‌گردان‌ها/برپاسازی‌ها است." +"برای استفاده از پرچم «immed-» با استفاده از cdrecord. با احتیاط استفاده کنید (تنظیم روی " +"true) چون این تنها یک راه حل برای برخی از دیسک‌گردان‌ها/برپاسازی‌ها است." #: ../data/org.gnome.brasero.gschema.xml.h:14 msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs" @@ -157,11 +161,12 @@ #: ../data/org.gnome.brasero.gschema.xml.h:15 msgid "" -"Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to false, brasero " -"won't use it; it may be a workaround for some drives/setups." +"Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to false, " +"brasero won't use it; it may be a workaround for some drives/setups." msgstr "" -"برای استفاده از پرچم «use-the-force-luke=dao-» با استفاده از growisofs. با تنظیم روی false، " -"برازرو از این استفاده نمی‌کند ؛ این ممکن است یک راه حل برای برخی دیسک‌گردان‌ها/برپاسازی‌ها باشد." +"برای استفاده از پرچم «use-the-force-luke=dao-» با استفاده از growisofs. با تنظیم روی " +"false، برازرو از این استفاده نمی‌کند ؛ این ممکن است یک راه حل برای برخی دیسک‌گردان‌ها/" +"برپاسازی‌ها باشد." #: ../data/org.gnome.brasero.gschema.xml.h:16 msgid "Used in conjunction with the \"-immed\" flag with cdrecord" @@ -177,18 +182,20 @@ #: ../data/org.gnome.brasero.gschema.xml.h:19 msgid "" -"Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to True, brasero will " -"use it; it may be a workaround for some drives/setups." +"Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to True, brasero " +"will use it; it may be a workaround for some drives/setups." msgstr "" "برای استفاده از پرچم «driver generic-mmc-raw--» با استفاده از cdrdao. با تنظیم روی True، " -"برازرو از این استفاده خواهد کرد. این ممکن است یک راه حل برای برخی دیسک‌گردان‌ها/برپاسازی‌ها باشد." +"برازرو از این استفاده خواهد کرد. این ممکن است یک راه حل برای برخی دیسک‌گردان‌ها/برپاسازی‌ها " +"باشد." #: ../data/org.gnome.brasero.gschema.xml.h:20 msgid "The last browsed folder while looking for images to burn" msgstr "آخرین پوشه‌ی مرور شده هنگام گشتن برای تصاویر جهت نوشتن" #: ../data/org.gnome.brasero.gschema.xml.h:21 -msgid "Contains the absolute path of the directory that was last browsed for images to burn" +msgid "" +"Contains the absolute path of the directory that was last browsed for images to burn" msgstr "حاوی مسیر مطلق مرور شده قبلی برای تصاویر جهت نوشتن" #: ../data/org.gnome.brasero.gschema.xml.h:22 @@ -206,8 +213,8 @@ #: ../data/org.gnome.brasero.gschema.xml.h:25 msgid "Should brasero filter hidden files. Set to true, brasero will filter hidden files." msgstr "" -"برازرو باید پرونده‌های مخفی را فیلتر کند. با تنظیم روی true، برازرو پرونده‌های مخفی را فیلتر " -"می‌کند." +"برازرو باید پرونده‌های مخفی را فیلتر کند. با تنظیم روی true، برازرو پرونده‌های مخفی را " +"فیلتر می‌کند." #: ../data/org.gnome.brasero.gschema.xml.h:26 msgid "Replace symbolic links by their targets" @@ -227,11 +234,11 @@ #: ../data/org.gnome.brasero.gschema.xml.h:29 msgid "" -"Should brasero filter broken symbolic links. Set to true, brasero will filter broken symbolic " -"links." +"Should brasero filter broken symbolic links. Set to true, brasero will filter broken " +"symbolic links." msgstr "" -"برازرو باید پیوندهای نمادین خراب را فیلتر کند. با تنظیم روی true، برازرو پیوندهای نمادین خراب " -"را فیلتر می‌کند." +"برازرو باید پیوندهای نمادین خراب را فیلتر کند. با تنظیم روی true، برازرو پیوندهای نمادین " +"خراب را فیلتر می‌کند." #: ../data/org.gnome.brasero.gschema.xml.h:30 msgid "The priority value for the plugin" @@ -239,20 +246,22 @@ #: ../data/org.gnome.brasero.gschema.xml.h:31 msgid "" -"When several plugins are available for the same task, this value is used to determine which " -"plugin should be given priority. 0 means the plugin's native priority is used. A positive " -"value overrides the plugin's native priority. A negative value disables the plugin." +"When several plugins are available for the same task, this value is used to determine " +"which plugin should be given priority. 0 means the plugin's native priority is used. A " +"positive value overrides the plugin's native priority. A negative value disables the " +"plugin." msgstr "" "وقتی افزونه‌های مختلفی برای تکلیف یکسان در دسترس باشند، این مقدار تعیین می‌کند که به کدام " -"افزونه باید اولویت داده شود. عدد ۰ یعنی اولویت بومی افزونه باید استفاده شود. یک مقدار مثبت " -"اولویت بومی افزونه را باطل می‌کند. یک مقدار منفی افزونه را از کار می‌اندازد." +"افزونه باید اولویت داده شود. عدد ۰ یعنی اولویت بومی افزونه باید استفاده شود. یک مقدار " +"مثبت اولویت بومی افزونه را باطل می‌کند. یک مقدار منفی افزونه را از کار می‌اندازد." #: ../data/org.gnome.brasero.gschema.xml.h:32 msgid "Burning flags to be used" msgstr "پرچم‌های نوشتن جهت استفاده" #: ../data/org.gnome.brasero.gschema.xml.h:33 -msgid "This value represents the burning flags that were used in such a context the last time." +msgid "" +"This value represents the burning flags that were used in such a context the last time." msgstr "این مقدار پرچم نوشتن‌ای را که بار قبل در چنین زمینه‌ای استفاده شد نشان می‌دهد." #: ../data/org.gnome.brasero.gschema.xml.h:34 @@ -267,15 +276,17 @@ msgid "Error while blanking." msgstr "خطا در هنگام خالی کردن." -#: ../libbrasero-burn/brasero-blank-dialog.c:227 ../libbrasero-burn/brasero-blank-dialog.c:272 +#: ../libbrasero-burn/brasero-blank-dialog.c:227 +#: ../libbrasero-burn/brasero-blank-dialog.c:272 msgid "Blank _Again" msgstr "خالی کردن _دوباره" #: ../libbrasero-burn/brasero-blank-dialog.c:244 msgid "Unknown error." -msgstr "خطای ناشناخته" +msgstr "خطای ناشناخته." -#: ../libbrasero-burn/brasero-blank-dialog.c:264 ../libbrasero-burn/brasero-blank-dialog.c:288 +#: ../libbrasero-burn/brasero-blank-dialog.c:264 +#: ../libbrasero-burn/brasero-blank-dialog.c:288 msgid "The disc was successfully blanked." msgstr "دیسک با موفقیت خالی شد." @@ -395,14 +406,15 @@ #: ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" -msgstr "%s (افزونه‌ی GStreamer)" +msgstr "%s (افزونهٔ GStreamer)" #: ../libbrasero-burn/brasero-burn.c:1752 msgid "There is no track to burn" msgstr "هیچ شیاری جهت نوشتن وجود ندارد" #: ../libbrasero-burn/brasero-burn.c:1859 -msgid "Please install the following required applications and libraries manually and try again:" +msgid "" +"Please install the following required applications and libraries manually and try again:" msgstr "لطفا نرم‌افزارها و کتابخانه‌های مقابل را بطور دستی نصب کنید و مجددا تلاش کنید:" #: ../libbrasero-burn/brasero-burn.c:2576 ../libbrasero-burn/brasero-caps-burn.c:868 @@ -439,36 +451,43 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:219 #, c-format msgid "%s (%i%% Done)" -msgstr "%s (%Ii انجام شده)" +msgstr "%s (%Ii%% انجام شده)" -#: ../libbrasero-burn/brasero-burn-dialog.c:241 ../libbrasero-burn/brasero-burn-dialog.c:1161 +#: ../libbrasero-burn/brasero-burn-dialog.c:241 +#: ../libbrasero-burn/brasero-burn-dialog.c:1161 msgid "Creating Image" msgstr "در حال ایجاد تصویر" -#: ../libbrasero-burn/brasero-burn-dialog.c:246 ../libbrasero-burn/brasero-burn-dialog.c:1170 +#: ../libbrasero-burn/brasero-burn-dialog.c:246 +#: ../libbrasero-burn/brasero-burn-dialog.c:1170 msgid "Burning DVD" -msgstr "درحال نوشتن دی‌وی‌دی" +msgstr "در حال نوشتن دی‌وی‌دی" -#: ../libbrasero-burn/brasero-burn-dialog.c:250 ../libbrasero-burn/brasero-burn-dialog.c:1166 +#: ../libbrasero-burn/brasero-burn-dialog.c:250 +#: ../libbrasero-burn/brasero-burn-dialog.c:1166 msgid "Copying DVD" -msgstr "درحال نسخه‌برداری از دی‌وی‌دی" +msgstr "در حال نسخه‌برداری از دی‌وی‌دی" -#: ../libbrasero-burn/brasero-burn-dialog.c:256 ../libbrasero-burn/brasero-burn-dialog.c:1180 +#: ../libbrasero-burn/brasero-burn-dialog.c:256 +#: ../libbrasero-burn/brasero-burn-dialog.c:1180 msgid "Burning CD" -msgstr "درحال نوشتن سی‌دی" +msgstr "در حال نوشتن سی‌دی" -#: ../libbrasero-burn/brasero-burn-dialog.c:260 ../libbrasero-burn/brasero-burn-dialog.c:381 +#: ../libbrasero-burn/brasero-burn-dialog.c:260 +#: ../libbrasero-burn/brasero-burn-dialog.c:381 #: ../libbrasero-burn/brasero-burn-dialog.c:1176 msgid "Copying CD" -msgstr "درحال نسخه‌برداری از سی‌دی" +msgstr "در حال نسخه‌برداری از سی‌دی" -#: ../libbrasero-burn/brasero-burn-dialog.c:266 ../libbrasero-burn/brasero-burn-dialog.c:1190 +#: ../libbrasero-burn/brasero-burn-dialog.c:266 +#: ../libbrasero-burn/brasero-burn-dialog.c:1190 msgid "Burning Disc" -msgstr "درحال نوشتن دیسک" +msgstr "در حال نوشتن دیسک" -#: ../libbrasero-burn/brasero-burn-dialog.c:270 ../libbrasero-burn/brasero-burn-dialog.c:1186 +#: ../libbrasero-burn/brasero-burn-dialog.c:270 +#: ../libbrasero-burn/brasero-burn-dialog.c:1186 msgid "Copying Disc" -msgstr "درحال نسخه‌برداری از دیسک" +msgstr "در حال نسخه‌برداری از دیسک" #: ../libbrasero-burn/brasero-burn-dialog.c:300 ../libbrasero-burn/burn-basics.c:78 msgid "Creating image" @@ -480,7 +499,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:308 msgid "Burning video DVD" -msgstr "درحال نوشتن دی‌وی‌دی ویدئویی" +msgstr "در حال نوشتن دی‌وی‌دی ویدیویی" #: ../libbrasero-burn/brasero-burn-dialog.c:316 msgid "Simulation of data DVD burning" @@ -488,7 +507,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:318 msgid "Burning data DVD" -msgstr "درحال نوشتن دی‌وی‌دی داده" +msgstr "در حال نوشتن دی‌وی‌دی داده" #: ../libbrasero-burn/brasero-burn-dialog.c:326 msgid "Simulation of image to DVD burning" @@ -496,7 +515,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:328 msgid "Burning image to DVD" -msgstr "درحال نوشتن تصویر بر روی دی‌وی‌دی" +msgstr "در حال نوشتن تصویر بر روی دی‌وی‌دی" #: ../libbrasero-burn/brasero-burn-dialog.c:336 msgid "Simulation of data DVD copying" @@ -504,7 +523,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:338 msgid "Copying data DVD" -msgstr "درحال نسخه‌برداری از دی‌وی‌دی داده" +msgstr "در حال نسخه‌برداری از دی‌وی‌دی داده" #: ../libbrasero-burn/brasero-burn-dialog.c:349 msgid "Simulation of (S)VCD burning" @@ -512,13 +531,15 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:351 msgid "Burning (S)VCD" -msgstr "درحال نوشتن (اس)وی‌سی‌دی" +msgstr "در حال نوشتن (اس)وی‌سی‌دی" -#: ../libbrasero-burn/brasero-burn-dialog.c:359 ../libbrasero-burn/brasero-burn-dialog.c:412 +#: ../libbrasero-burn/brasero-burn-dialog.c:359 +#: ../libbrasero-burn/brasero-burn-dialog.c:412 msgid "Simulation of audio CD burning" msgstr "شبیه‌سازی نوشتن سی‌دی صوتی" -#: ../libbrasero-burn/brasero-burn-dialog.c:361 ../libbrasero-burn/brasero-burn-dialog.c:414 +#: ../libbrasero-burn/brasero-burn-dialog.c:361 +#: ../libbrasero-burn/brasero-burn-dialog.c:414 msgid "Burning audio CD" msgstr "نوشتن سی‌دی صوتی" @@ -586,7 +607,8 @@ msgid "Please insert a rewritable disc holding data." msgstr "لطفا یک دیسک با قابلیت بازنویسی و حاوی داده را وارد کنید." -#: ../libbrasero-burn/brasero-burn-dialog.c:557 ../libbrasero-burn/brasero-burn-options.c:501 +#: ../libbrasero-burn/brasero-burn-dialog.c:557 +#: ../libbrasero-burn/brasero-burn-options.c:501 msgid "Please insert a disc holding data." msgstr "لطفا یک دیسک حاوی اطلاعات را وارد کنید." @@ -598,7 +620,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:575 msgid "Please replace the disc with a writable CD." -msgstr "لطفا دیسک را با یک سی‌دی قابل نوشتن تعویض کنید" +msgstr "لطفا دیسک را با یک سی‌دی قابل نوشتن تعویض کنید." #: ../libbrasero-burn/brasero-burn-dialog.c:579 #, c-format @@ -607,12 +629,13 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:582 msgid "Please insert a writable CD." -msgstr "لطفا یک سی‌دی قابل نوشتن وارد کنید" +msgstr "لطفا یک سی‌دی قابل نوشتن وارد کنید." #: ../libbrasero-burn/brasero-burn-dialog.c:588 #, c-format msgid "Please replace the disc with a writable DVD with at least %i MiB of free space." -msgstr "لطفا دیسک را با یک دی‌وی‌دی با قابلیت نوشتن و حداقل %Ii مگابایت فضای خالی جای‌گزین کنید." +msgstr "" +"لطفا دیسک را با یک دی‌وی‌دی با قابلیت نوشتن و حداقل %Ii مگابایت فضای خالی جای‌گزین کنید." #: ../libbrasero-burn/brasero-burn-dialog.c:591 msgid "Please replace the disc with a writable DVD." @@ -625,13 +648,15 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:598 msgid "Please insert a writable DVD." -msgstr "لطفا یک دی‌وی‌دی قابل نوشتن وارد کنید" +msgstr "لطفا یک دی‌وی‌دی قابل نوشتن وارد کنید." #: ../libbrasero-burn/brasero-burn-dialog.c:603 #, c-format -msgid "Please replace the disc with a writable CD or DVD with at least %i MiB of free space." +msgid "" +"Please replace the disc with a writable CD or DVD with at least %i MiB of free space." msgstr "" -"لطفا دیسک را با یک سی‌دی یا دی‌وی‌دی با قابلیت نوشتن و حداقل %Ii مگابایت فضای خالی جای‌گزین کنید." +"لطفا دیسک را با یک سی‌دی یا دی‌وی‌دی با قابلیت نوشتن و حداقل %Ii مگابایت فضای خالی جای‌گزین " +"کنید." #: ../libbrasero-burn/brasero-burn-dialog.c:606 msgid "Please replace the disc with a writable CD or DVD." @@ -642,9 +667,10 @@ msgid "Please insert a writable CD or DVD with at least %i MiB of free space." msgstr "لطفا یک سی‌دی یا دی‌وی‌دی قابل بازنویسی و حداقل فضای آزاد %Ii مگابایت وارد کنید." -#: ../libbrasero-burn/brasero-burn-dialog.c:613 ../libbrasero-burn/brasero-burn-dialog.c:2171 -#: ../libbrasero-burn/brasero-burn-dialog.c:2185 ../libbrasero-burn/brasero-burn-options.c:457 -#: ../src/brasero-project.c:995 +#: ../libbrasero-burn/brasero-burn-dialog.c:613 +#: ../libbrasero-burn/brasero-burn-dialog.c:2171 +#: ../libbrasero-burn/brasero-burn-dialog.c:2185 +#: ../libbrasero-burn/brasero-burn-options.c:457 ../src/brasero-project.c:995 msgid "Please insert a writable CD or DVD." msgstr "لطفا یک سی‌دی یا دی‌وی‌دی قابل بازنویسی وارد کنید." @@ -719,8 +745,10 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:730 msgid "" -"Do you want to specify another location for this session or retry with the current location?" -msgstr "آیا می‌خواهید مکان دیگری را برای این نشست تعیین کنید یا با مکان فعلی تلاش مجدد می‌کنید؟" +"Do you want to specify another location for this session or retry with the current " +"location?" +msgstr "" +"آیا می‌خواهید مکان دیگری را برای این نشست تعیین کنید یا با مکان فعلی تلاش مجدد می‌کنید؟" #: ../libbrasero-burn/brasero-burn-dialog.c:742 msgid "You may want to free some space on the disc and retry" @@ -750,7 +778,8 @@ msgid "Location for Temporary Files" msgstr "مکان پرونده‌های موقتی" -#: ../libbrasero-burn/brasero-burn-dialog.c:889 ../libbrasero-burn/brasero-burn-dialog.c:1135 +#: ../libbrasero-burn/brasero-burn-dialog.c:889 +#: ../libbrasero-burn/brasero-burn-dialog.c:1135 msgid "_Replace Disc" msgstr "_جایگزین کردن دیسک" @@ -769,11 +798,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:947 msgid "" -"If you import them you will be able to see and use them once the current selection of files " -"is burned." +"If you import them you will be able to see and use them once the current selection of " +"files is burned." msgstr "" -"اگر آنها را وارد کنید، به محض این که پرونده‌های انتخاب شده فعلی نوشته شوند می‌توانید آنها را " -"ببینید و از آنها استفاده کنید." +"اگر آنها را وارد کنید، به محض این که پرونده‌های انتخاب شده فعلی نوشته شوند می‌توانید آنها " +"را ببینید و از آنها استفاده کنید." #: ../libbrasero-burn/brasero-burn-dialog.c:948 msgid "If you don't, they will be invisible (though still readable)." @@ -793,12 +822,14 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:967 msgid "" -"CD-RW audio discs may not play correctly in older CD players and CD-Text won't be written." +"CD-RW audio discs may not play correctly in older CD players and CD-Text won't be " +"written." msgstr "" -"دیسک‌های صوتی CD-RW ممکن است در پخش کننده‌های سی‌دی قدیمی‌تر به درستی پخش نشوند و CD-Text نوشته " -"نخواهد شد." +"دیسک‌های صوتی CD-RW ممکن است در پخش کننده‌های سی‌دی قدیمی‌تر به درستی پخش نشوند و CD-Text " +"نوشته نخواهد شد." -#: ../libbrasero-burn/brasero-burn-dialog.c:968 ../libbrasero-burn/brasero-burn-dialog.c:990 +#: ../libbrasero-burn/brasero-burn-dialog.c:968 +#: ../libbrasero-burn/brasero-burn-dialog.c:990 msgid "Do you want to continue anyway?" msgstr "آیا می‌خواهید در هر صورت ادامه دهید؟" @@ -806,7 +837,8 @@ msgid "Appending audio tracks to a CD is not advised." msgstr "الحاق شیارهای صوتی در یک سی‌دی توصیه نمی‌شود." -#: ../libbrasero-burn/brasero-burn-dialog.c:973 ../libbrasero-burn/brasero-burn-dialog.c:995 +#: ../libbrasero-burn/brasero-burn-dialog.c:973 +#: ../libbrasero-burn/brasero-burn-dialog.c:995 #: ../libbrasero-burn/brasero-tool-dialog.c:422 ../src/brasero-data-disc.c:572 msgid "_Continue" msgstr "_ادامه" @@ -843,8 +875,8 @@ msgid "Do you want to continue with full Windows compatibility disabled?" msgstr "آیا می‌خواهید با غیرفعال‌سازیِ کاملِ گزینه‌ی سازگاری با ویندوز ادامه دهید؟" -#: ../libbrasero-burn/brasero-burn-dialog.c:1144 ../libbrasero-burn/brasero-status-dialog.c:340 -#: ../src/brasero-data-disc.c:734 +#: ../libbrasero-burn/brasero-burn-dialog.c:1144 +#: ../libbrasero-burn/brasero-status-dialog.c:340 ../src/brasero-data-disc.c:734 msgid "Some files don't have a suitable name for a fully Windows-compatible CD." msgstr "برخی پرونده‌ها نامی مناسب برای یک سی‌دی با سازگاری کامل با ویندوز ندارند." @@ -852,9 +884,10 @@ msgid "C_ontinue" msgstr "_ادامه" -#: ../libbrasero-burn/brasero-burn-dialog.c:1365 ../libbrasero-burn/brasero-burn-dialog.c:1386 +#: ../libbrasero-burn/brasero-burn-dialog.c:1365 +#: ../libbrasero-burn/brasero-burn-dialog.c:1386 msgid "The simulation was successful." -msgstr "شبیه‌سازی موفقیت‌آمیز بود" +msgstr "شبیه‌سازی موفقیت‌آمیز بود." #: ../libbrasero-burn/brasero-burn-dialog.c:1368 msgid "Real disc burning will take place in 10 seconds." @@ -872,8 +905,8 @@ msgid "An unknown error occurred." msgstr "یک خطای ناشناخته رخ داد." -#: ../libbrasero-burn/brasero-burn-dialog.c:1743 ../libbrasero-burn/brasero-burn-dialog.c:1761 -#: ../src/brasero-app.c:620 +#: ../libbrasero-burn/brasero-burn-dialog.c:1743 +#: ../libbrasero-burn/brasero-burn-dialog.c:1761 ../src/brasero-app.c:620 msgid "Error while burning." msgstr "خطا در هنگام نوشتن." @@ -893,7 +926,8 @@ msgid "Audio CD successfully burned" msgstr "سی‌دی صوتی با موفقیت نوشته شد" -#: ../libbrasero-burn/brasero-burn-dialog.c:1793 ../libbrasero-burn/brasero-burn-dialog.c:1824 +#: ../libbrasero-burn/brasero-burn-dialog.c:1793 +#: ../libbrasero-burn/brasero-burn-dialog.c:1824 msgid "Image successfully created" msgstr "تصویر با موفقیت ایجاد شد" @@ -936,8 +970,8 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1889 msgid "" -"Another copy will start as soon as you insert a new writable disc. If you do not want to burn " -"another copy, press \"Cancel\"." +"Another copy will start as soon as you insert a new writable disc. If you do not want to " +"burn another copy, press \"Cancel\"." msgstr "" "نسخه‌برداری دیگر به محض اینکه یک دیسک قابل نوشتن را وارد کنید شروع می‌شود. اگر نمی‌خواهید " "نسخه‌برداری دیگری انجام دهید، دکمه «لغو» را فشار دهید." @@ -962,11 +996,13 @@ msgid "There are some more songs left to burn" msgstr "تعداد بیشتری آهنگ برای نوشتن باقی‌مانده است" -#: ../libbrasero-burn/brasero-burn-dialog.c:2451 ../libbrasero-burn/brasero-tool-dialog.c:411 +#: ../libbrasero-burn/brasero-burn-dialog.c:2451 +#: ../libbrasero-burn/brasero-tool-dialog.c:411 msgid "Do you really want to quit?" msgstr "آیا واقعا می‌خواهید خارج شوید؟" -#: ../libbrasero-burn/brasero-burn-dialog.c:2455 ../libbrasero-burn/brasero-tool-dialog.c:417 +#: ../libbrasero-burn/brasero-burn-dialog.c:2455 +#: ../libbrasero-burn/brasero-tool-dialog.c:417 msgid "Interrupting the process may make disc unusable." msgstr "قطع کردن این فرآیند ممکن است دیسک را غیرقابل استفاده کند." @@ -1009,7 +1045,8 @@ msgid "Would you like to burn the selection of files across several media?" msgstr "آیا مایلید پرونده‌های انتخاب شده را روی رسانه‌های مختلف بنویسید؟" -#: ../libbrasero-burn/brasero-burn-options.c:434 ../libbrasero-burn/brasero-burn-options.c:451 +#: ../libbrasero-burn/brasero-burn-options.c:434 +#: ../libbrasero-burn/brasero-burn-options.c:451 msgid "The data size is too large for the disc even with the overburn option." msgstr "اندازه‌ی داده حتی با استفاده از گزینه‌ی بیش نویسی برای دیسک بسیار بزرگ است." @@ -1037,7 +1074,8 @@ msgid "Please add files." msgstr "لطفا پرونده‌هایی اضافه کنید." -#: ../libbrasero-burn/brasero-burn-options.c:478 ../libbrasero-burn/brasero-track-data.c:672 +#: ../libbrasero-burn/brasero-burn-options.c:478 +#: ../libbrasero-burn/brasero-track-data.c:672 #: ../libbrasero-burn/brasero-track-data-cfg.c:2432 #: ../libbrasero-burn/brasero-track-stream.c:402 ../nautilus/nautilus-burn-extension.c:240 #: ../src/brasero-project.c:1277 @@ -1088,8 +1126,8 @@ msgid "Please insert a disc that is not copy protected." msgstr "لطفا یک دیسک که در برابر نسخه‌برداری محافظت نشده را وارد کنید." -#: ../libbrasero-burn/brasero-burn-options.c:533 ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:533 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "تمام برنامه‌ها و کتابخانه‌های لازم نصب نشده‌اند." @@ -1109,9 +1147,10 @@ "properly recognised and therefore need overburn option.\n" "NOTE: This option might cause failure." msgstr "" -"اندازه‌ی داده برای دیسک بسیار بزرگ است و باید پرونده‌هایی را از فهرست انتخاب شده حذف کنید.\n" -"اگر شما از سی‌دی ۹۰ یا ۱۰۰ دقیقه‌ای که به درستی قابل شناسایی نیست استفاده می‌کنید و به گزینه‌ی " -"بیش نویسی نیاز دارید، ممکن است بخواهید از این گزینه استفاده کنید.\n" +"اندازه‌ی داده برای دیسک بسیار بزرگ است و باید پرونده‌هایی را از فهرست انتخاب شده حذف " +"کنید.\n" +"اگر شما از سی‌دی ۹۰ یا ۱۰۰ دقیقه‌ای که به درستی قابل شناسایی نیست استفاده می‌کنید و به " +"گزینه‌ی بیش نویسی نیاز دارید، ممکن است بخواهید از این گزینه استفاده کنید.\n" "توجه: ممکن است این گزینه باعث نقص شود." #: ../libbrasero-burn/brasero-burn-options.c:557 ../src/brasero-project.c:983 @@ -1134,7 +1173,8 @@ msgid "Select a disc to write to" msgstr "یک دیسک برای نوشتن در آن انتخاب کنید" -#: ../libbrasero-burn/brasero-burn-options.c:737 ../libbrasero-burn/brasero-burn-options.c:755 +#: ../libbrasero-burn/brasero-burn-options.c:737 +#: ../libbrasero-burn/brasero-burn-options.c:755 #: ../libbrasero-burn/brasero-burn-options.c:875 msgid "Disc Burning Setup" msgstr "برپاسازی نوشتن دیسک" @@ -1145,18 +1185,19 @@ #: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" -"Do you want to create a disc from the contents of the image or with the image file inside?" +"Do you want to create a disc from the contents of the image or with the image file " +"inside?" msgstr "می‌خواهید یه دیسک با محتویات تصویر ایجاد کنید یا با درون پرونده‌ی تصویر؟" #. Translators: %s is the name of the image #: ../libbrasero-burn/brasero-burn-options.c:804 #, c-format msgid "" -"There is only one selected file (\"%s\"). It is the image of a disc and its contents can be " -"burned." +"There is only one selected file (\"%s\"). It is the image of a disc and its contents can " +"be burned." msgstr "" -"تنها یک پرونده‌ی انتخاب شده وجود دارد (\"%s\"). این تصویر یک دیسک است و محتویاتش قابل نوشتن " -"است." +"تنها یک پرونده‌ی انتخاب شده وجود دارد (\"%s\"). این تصویر یک دیسک است و محتویاتش قابل " +"نوشتن است." #: ../libbrasero-burn/brasero-burn-options.c:809 msgid "Burn as _File" @@ -1164,7 +1205,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:811 msgid "Burn _Contents…" -msgstr "نوشتن _محتویات..." +msgstr "نوشتن _محتویات…" #: ../libbrasero-burn/brasero-burn-options.c:893 msgid "Image Burning Setup" @@ -1271,10 +1312,10 @@ msgid "Do you really want to choose this location?" msgstr "آیا واقعا می‌خواهید این مکان را انتخاب کنید؟" -#: ../libbrasero-burn/brasero-drive-properties.c:277 ../libbrasero-burn/brasero-session.c:1287 -#: ../libbrasero-burn/brasero-session.c:1362 ../libbrasero-burn/burn-job.c:490 -#: ../plugins/cdrkit/burn-genisoimage.c:199 ../plugins/cdrtools/burn-mkisofs.c:199 -#: ../plugins/libburnia/burn-libisofs.c:246 +#: ../libbrasero-burn/brasero-drive-properties.c:277 +#: ../libbrasero-burn/brasero-session.c:1287 ../libbrasero-burn/brasero-session.c:1362 +#: ../libbrasero-burn/burn-job.c:490 ../plugins/cdrkit/burn-genisoimage.c:199 +#: ../plugins/cdrtools/burn-mkisofs.c:199 ../plugins/libburnia/burn-libisofs.c:246 #, c-format msgid "You do not have the required permission to write at this location" msgstr "شما اجازه‌ی لازم برای نوشتن در این مکان را ندارید" @@ -1330,11 +1371,11 @@ #: ../libbrasero-burn/brasero-drive-properties.c:724 msgid "" -"Brasero will simulate the burning and, if it is successful, go on with actual burning after " -"10 seconds" +"Brasero will simulate the burning and, if it is successful, go on with actual burning " +"after 10 seconds" msgstr "" -"برازرو عملیات نوشتن را شبیه‌سازی می‌کند، اگر موفقیت‌آمیز باشد، نوشتن حقیقی را پس از ۱۰ ثانیه " -"انجام می‌دهد" +"برازرو عملیات نوشتن را شبیه‌سازی می‌کند، اگر موفقیت‌آمیز باشد، نوشتن حقیقی را پس از ۱۰ " +"ثانیه انجام می‌دهد" #: ../libbrasero-burn/brasero-drive-properties.c:726 msgid "Use burn_proof (decrease the risk of failures)" @@ -1422,7 +1463,8 @@ msgstr "آیا واقعا می‌خواهید از استفاده از پسوند فعلی برای نام تصویر دیسک بگذرید؟" #: ../libbrasero-burn/brasero-medium-properties.c:139 -msgid "If you choose to keep it, programs may not be able to recognize the file type properly." +msgid "" +"If you choose to keep it, programs may not be able to recognize the file type properly." msgstr "" "اگر نگهداری ان را انتخاب کنید، برنامه‌ها ممکن است بدرستی قادر به شناسایی نوع پرونده نباشد." @@ -1529,42 +1571,45 @@ "Note: Such a file hierarchy is known to work on Linux." msgstr "" "فرزندان این شاخه شامل ۷ والد خواهند بود.\n" -"برازرو می‌تواند تصویری از این نوع سلسله پرونده‌ها بسازد و آن را بنویسد ولی دیسک ممکن است در همه " -"سیستم‌عامل‌ها قابل خواندن نباشد.\n" +"برازرو می‌تواند تصویری از این نوع سلسله پرونده‌ها بسازد و آن را بنویسد ولی دیسک ممکن است " +"در همه سیستم‌عامل‌ها قابل خواندن نباشد.\n" "نکته: اینچنین سلسله پرونده‌ها در لینوکس قابل خواندن هستند." -#: ../libbrasero-burn/brasero-status-dialog.c:232 ../libbrasero-burn/brasero-status-dialog.c:294 -#: ../src/brasero-data-disc.c:839 ../src/brasero-data-disc.c:883 +#: ../libbrasero-burn/brasero-status-dialog.c:232 +#: ../libbrasero-burn/brasero-status-dialog.c:294 ../src/brasero-data-disc.c:839 +#: ../src/brasero-data-disc.c:883 msgid "Ne_ver Add Such File" msgstr "_هیچ‌وقت این نوع پرونده را اضافه نکن" -#: ../libbrasero-burn/brasero-status-dialog.c:233 ../libbrasero-burn/brasero-status-dialog.c:295 -#: ../src/brasero-data-disc.c:840 ../src/brasero-data-disc.c:884 +#: ../libbrasero-burn/brasero-status-dialog.c:233 +#: ../libbrasero-burn/brasero-status-dialog.c:295 ../src/brasero-data-disc.c:840 +#: ../src/brasero-data-disc.c:884 msgid "Al_ways Add Such File" msgstr "ه_میشه این نوع پرونده را اضافه کن" #: ../libbrasero-burn/brasero-status-dialog.c:271 ../src/brasero-data-disc.c:826 #, c-format msgid "" -"Do you really want to add \"%s\" to the selection and use the third version of the ISO9660 " -"standard to support it?" +"Do you really want to add \"%s\" to the selection and use the third version of the " +"ISO9660 standard to support it?" msgstr "" -"آیا واقعا می‌خواهید «%s» را به انتخاب‌ها اضافه و از سومین نسخه‌ی استاندارد ISO9660 برای پشتیبانی " -"از آن استفاده کنید؟" +"آیا واقعا می‌خواهید «%s» را به انتخاب‌ها اضافه و از سومین نسخه‌ی استاندارد ISO9660 برای " +"پشتیبانی از آن استفاده کنید؟" #: ../libbrasero-burn/brasero-status-dialog.c:290 ../src/brasero-data-disc.c:835 msgid "" -"The size of the file is over 2 GiB. Files larger than 2 GiB are not supported by the ISO9660 " -"standard in its first and second versions (the most widespread ones).\n" -"It is recommended to use the third version of the ISO9660 standard, which is supported by " -"most operating systems, including Linux and all versions of Windows™.\n" +"The size of the file is over 2 GiB. Files larger than 2 GiB are not supported by the " +"ISO9660 standard in its first and second versions (the most widespread ones).\n" +"It is recommended to use the third version of the ISO9660 standard, which is supported " +"by most operating systems, including Linux and all versions of Windows™.\n" "However, Mac OS X cannot read images created with version 3 of the ISO9660 standard." msgstr "" -"اندازه‌ی پرونده بیشتر از ۲ گیگابایت است. پرونده‌های بزرگ‌تر از ۲ گیگابایت توسط استاندارد ISO9660 " -"در نسخه‌های اول و دوم آن پشتیبانی نمی‌شوند (شایع ترین نسخه‌ها).\n" -"توصیه می‌شود از نسخه‌ی سوم استاندارد ISO9660 استفاده شود، که توسط بیشتر سیستم‌های عامل پشتیبانی " -"می‌شود، از جمله لینوکس و همه‌ی نسخه‌های ویندوز.\n" -"هرچند، سیستم عامل مک ۱۰ نمی‌تواند تصاویر ایجاد شده با نسخه‌ی سوم استاندارد ISO9660 را بخواند." +"اندازه‌ی پرونده بیشتر از ۲ گیگابایت است. پرونده‌های بزرگ‌تر از ۲ گیگابایت توسط استاندارد " +"ISO9660 در نسخه‌های اول و دوم آن پشتیبانی نمی‌شوند (شایع ترین نسخه‌ها).\n" +"توصیه می‌شود از نسخه‌ی سوم استاندارد ISO9660 استفاده شود، که توسط بیشتر سیستم‌های عامل " +"پشتیبانی می‌شود، از جمله لینوکس و همه‌ی نسخه‌های ویندوز.\n" +"هرچند، سیستم عامل مک ۱۰ نمی‌تواند تصاویر ایجاد شده با نسخه‌ی سوم استاندارد ISO9660 را " +"بخواند." #: ../libbrasero-burn/brasero-status-dialog.c:330 ../src/brasero-data-disc.c:729 msgid "Should files be renamed to be fully Windows-compatible?" @@ -1603,7 +1648,8 @@ msgstr "بررسی صحت پرونده‌های را نمی‌توان انجام داد." #: ../libbrasero-burn/brasero-sum-dialog.c:166 ../src/brasero-data-disc.c:214 -#: ../src/brasero-eject-dialog.c:102 ../src/brasero-playlist.c:393 ../src/brasero-project.c:2625 +#: ../src/brasero-eject-dialog.c:102 ../src/brasero-playlist.c:393 +#: ../src/brasero-project.c:2625 msgid "An unknown error occurred" msgstr "یک خطای ناشناخته رُخ داد" @@ -1642,7 +1688,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:693 msgid "Use an external .md5 file that stores the checksum of a disc" -msgstr "استفاده از یک پرونده md5 که حاوی مجموع مقابله‌ای (checksum) دیسک است." +msgstr "استفاده از یک پرونده md5 که حاوی مجموع مقابله‌ای (checksum) دیسک است" #: ../libbrasero-burn/brasero-sum-dialog.c:706 msgid "Open an MD5 file" @@ -1917,22 +1963,22 @@ #: ../libbrasero-burn/burn-job.c:522 #, c-format msgid "" -"The filesystem you chose to store the temporary image on cannot hold files with a size over 2 " -"GiB" +"The filesystem you chose to store the temporary image on cannot hold files with a size " +"over 2 GiB" msgstr "" -"سیستم پرونده‌هایی که برای ذخیره‌ی تصویر موقتی انتخاب کرده‌اید نمی‌تواند پرونده‌های بیشتر بزرگ‌تر از " -"۲ گیگابایت را نگه‌ دارد" +"سیستم پرونده‌هایی که برای ذخیره‌ی تصویر موقتی انتخاب کرده‌اید نمی‌تواند پرونده‌های بیشتر " +"بزرگ‌تر از ۲ گیگابایت را نگه‌ دارد" #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 #, c-format msgid "" -"The location you chose to store the temporary image on does not have enough free space for " -"the disc image (%ld MiB needed)" +"The location you chose to store the temporary image on does not have enough free space " +"for the disc image (%ld MiB needed)" msgstr "" -"مکانی که برای ذخیره‌ی تصویر موقتی انتخاب کرده‌اید فضای خالی کافی برای تصویر دیسک ندارد (%ld MiB " -"مورد نیاز است)" +"مکانی که برای ذخیره‌ی تصویر موقتی انتخاب کرده‌اید فضای خالی کافی برای تصویر دیسک ندارد " +"(%ld MiB مورد نیاز است)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "اندازه جلد قابل دریافت نیست" @@ -2285,7 +2331,8 @@ msgid "_Hide changes" msgstr "_مخفی‌کردن تغییرات" -#: ../libbrasero-utils/brasero-disc-message.c:135 ../libbrasero-utils/brasero-disc-message.c:154 +#: ../libbrasero-utils/brasero-disc-message.c:135 +#: ../libbrasero-utils/brasero-disc-message.c:154 msgid "_Show changes" msgstr "_نمایش تغییرات" @@ -2424,7 +2471,7 @@ #. * a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-view.c:1021 msgid "The image could not be loaded." -msgstr "تصویر قابل بارگیری نبود" +msgstr "تصویر قابل بار کردن نبود." #: ../libbrasero-utils/brasero-metadata.c:1126 ../src/brasero-audio-disc.c:643 #, c-format @@ -2520,7 +2567,7 @@ msgid "Write to Disc" msgstr "نوشتن بر روی دیسک" -#: ../nautilus/nautilus-burn-bar.c:442 ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-bar.c:442 ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "نوشتن محتویات بر روی سی‌دی یا دی‌وی‌دی" @@ -2528,9 +2575,9 @@ msgid "Copy Disc" msgstr "رونوشت کردن دیسک" -#: ../nautilus/nautilus-burn-extension.c:571 ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:571 ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" -msgstr "_نوشتن بر روی دیسک..." +msgstr "_نوشتن بر روی دیسک…" #: ../nautilus/nautilus-burn-extension.c:572 msgid "Write disc image to a CD or DVD" @@ -2538,7 +2585,7 @@ #: ../nautilus/nautilus-burn-extension.c:645 msgid "_Copy Disc…" -msgstr "_رونشت کردن دیسک..." +msgstr "_رونوشت کردن دیسک…" #: ../nautilus/nautilus-burn-extension.c:646 msgid "Create a copy of this CD or DVD" @@ -2546,7 +2593,7 @@ #: ../nautilus/nautilus-burn-extension.c:659 msgid "_Blank Disc…" -msgstr "_خالی کردن دیسک..." +msgstr "_خالی کردن دیسک…" #: ../nautilus/nautilus-burn-extension.c:660 msgid "Blank this CD or DVD" @@ -2554,7 +2601,7 @@ #: ../nautilus/nautilus-burn-extension.c:676 msgid "_Check Disc…" -msgstr "_بررسی کردن دیسک..." +msgstr "_بررسی کردن دیسک…" #: ../nautilus/nautilus-burn-extension.c:677 msgid "Check the data integrity on this CD or DVD" @@ -2566,9 +2613,10 @@ msgstr "اطلاعات قابل خواندن نبود (%s)" #: ../plugins/audio2cue/burn-audio2cue.c:241 ../plugins/checksum/burn-checksum-files.c:196 -#: ../plugins/checksum/burn-checksum-files.c:219 ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 -#: ../plugins/libburnia/burn-libisofs.c:160 ../plugins/libburnia/burn-libisofs.c:274 +#: ../plugins/checksum/burn-checksum-files.c:219 +#: ../plugins/checksum/burn-checksum-image.c:174 ../plugins/dvdcss/burn-dvdcss.c:213 +#: ../plugins/dvdcss/burn-dvdcss.c:492 ../plugins/libburnia/burn-libisofs.c:160 +#: ../plugins/libburnia/burn-libisofs.c:274 #, c-format msgid "Data could not be written (%s)" msgstr "اطلاعات قابل نوشتن نبودند (%s)" @@ -2656,8 +2704,8 @@ #: ../plugins/cdrkit/burn-readom.c:136 ../plugins/cdrtools/burn-readcd.c:137 #, c-format msgid "" -"The location you chose to store the image on does not have enough free space for the disc " -"image" +"The location you chose to store the image on does not have enough free space for the " +"disc image" msgstr "مکانی که برای ذخیره‌ی تصویر انتخاب کرده‌اید فضای خالی کافی برای تصویر دیسک ندارد" #: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 @@ -2740,7 +2788,8 @@ msgid "This version of mkisofs is not supported" msgstr "این نسخه‌ی mkisofs پشتیبانی نمی‌شود" -#: ../plugins/checksum/burn-checksum-files.c:131 ../plugins/checksum/burn-checksum-files.c:589 +#: ../plugins/checksum/burn-checksum-files.c:131 +#: ../plugins/checksum/burn-checksum-files.c:589 #, c-format msgid "File \"%s\" could not be opened (%s)" msgstr "پرونده «%s» قابل باز کردن نبود (%s)" @@ -2758,12 +2807,14 @@ msgid "Checking file integrity" msgstr "در حال بررسی صحت پرونده‌ها" -#: ../plugins/checksum/burn-checksum-files.c:987 ../plugins/checksum/burn-checksum-files.c:1012 +#: ../plugins/checksum/burn-checksum-files.c:987 +#: ../plugins/checksum/burn-checksum-files.c:1012 #, c-format msgid "File \"%s\" could not be opened" msgstr "پرونده «%s» قابل باز کردن نبود" -#: ../plugins/checksum/burn-checksum-files.c:1085 ../plugins/checksum/burn-checksum-files.c:1206 +#: ../plugins/checksum/burn-checksum-files.c:1085 +#: ../plugins/checksum/burn-checksum-files.c:1206 #: ../plugins/checksum/burn-checksum-image.c:550 #, c-format msgid "Some files may be corrupted on the disc" @@ -2780,19 +2831,23 @@ msgid "Checks file integrities on a disc" msgstr "صحت پرونده‌های روی دیسک را بررسی می‌کند" -#: ../plugins/checksum/burn-checksum-files.c:1504 ../plugins/checksum/burn-checksum-image.c:856 +#: ../plugins/checksum/burn-checksum-files.c:1504 +#: ../plugins/checksum/burn-checksum-image.c:856 msgid "Hashing algorithm to be used:" -msgstr "روش درهم سازی جهت استفاده" +msgstr "الگوریتم درهم‌سازی برای استفاده:" -#: ../plugins/checksum/burn-checksum-files.c:1507 ../plugins/checksum/burn-checksum-image.c:859 +#: ../plugins/checksum/burn-checksum-files.c:1507 +#: ../plugins/checksum/burn-checksum-image.c:859 msgid "MD5" msgstr "MD5" -#: ../plugins/checksum/burn-checksum-files.c:1509 ../plugins/checksum/burn-checksum-image.c:861 +#: ../plugins/checksum/burn-checksum-files.c:1509 +#: ../plugins/checksum/burn-checksum-image.c:861 msgid "SHA1" msgstr "SHA1" -#: ../plugins/checksum/burn-checksum-files.c:1511 ../plugins/checksum/burn-checksum-image.c:863 +#: ../plugins/checksum/burn-checksum-files.c:1511 +#: ../plugins/checksum/burn-checksum-image.c:863 msgid "SHA256" msgstr "SHA256" @@ -2805,7 +2860,8 @@ msgid "\"%s\" could not be opened (%s)" msgstr "پرونده «%s» قابل باز کردن نبود (%s)" -#: ../plugins/checksum/burn-checksum-image.c:359 ../plugins/checksum/burn-checksum-image.c:456 +#: ../plugins/checksum/burn-checksum-image.c:359 +#: ../plugins/checksum/burn-checksum-image.c:456 msgid "Creating image checksum" msgstr "در حال ایجاد مجموع مقابله‌ای (checksum) تصویر" @@ -2831,39 +2887,39 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" -"Error while retrieving a key used for encryption. You may solve such a problem with one of " -"the following methods: in a terminal either set the proper DVD region code for your CD/DVD " -"player with the \"regionset %s\" command or run the \"DVDCSS_METHOD=title brasero --no-" -"existing-session\" command" +"Error while retrieving a key used for encryption. You may solve such a problem with one " +"of the following methods: in a terminal either set the proper DVD region code for your " +"CD/DVD player with the \"regionset %s\" command or run the \"DVDCSS_METHOD=title brasero " +"--no-existing-session\" command" msgstr "" -"خطا در هنگام بازیابی یک کلید استفاده شده برای رمزنگاری. ممکن است با یکی از روش‌های مقابل چنین " -"مشکلی را حل کنید: در یک پایانه با استفاده از دستور «regionset %s» کد ناحیه‌ی دی‌وی‌دی مناسب را " -"برای پخش کننده‌ی سی‌دی/دی‌وی‌دی خود تنظیم یا دستور «DVDCSS_METHOD=title brasero --no-existing-" -"session» را اجرا کنید." +"خطا در هنگام بازیابی یک کلید استفاده شده برای رمزنگاری. ممکن است با یکی از روش‌های مقابل " +"چنین مشکلی را حل کنید: در یک پایانه با استفاده از دستور «regionset %s» کد ناحیهٔ دی‌وی‌دی " +"مناسب را برای پخش کنندهٔ سی‌دی/دی‌وی‌دی خود تنظیم یا دستور «DVDCSS_METHOD=title brasero --no-" +"existing-session» را اجرا کنید" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "در حال بازیانی کلیدهای دی‌وی‌دی" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "دی‌وی‌دی ویدیویی قابل باز کردن نیست" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "خطا در هنگام خواندن دی‌وی‌دی ویدیویی (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "درحال نسخه‌برداری از دی‌وی‌دی ویدیویی" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "از دی‌وی‌دی‌های ویدیویی رمزنگاری شده‌ی CSS روی یک تصویر دیسک نسخه‌برداری می‌کند" @@ -2916,7 +2972,7 @@ #: ../plugins/libburnia/burn-libisofs.c:345 ../plugins/libburnia/burn-libisofs.c:893 #, c-format msgid "libisofs could not be initialized." -msgstr "libisofs قابل مقدار دهی اولیه نیست" +msgstr "libisofs قابل مقدار دهی اولیه نیست." #: ../plugins/libburnia/burn-libisofs.c:485 #, c-format @@ -2972,8 +3028,8 @@ #: ../plugins/local-track/burn-uri.c:748 msgid "Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" msgstr "" -"اجازه می‌دهد پرونده‌هایی که به «پوشه‌ی ایجاد کننده سی‌دی/دی‌وی‌دی» در ناتیلوس اضافه نشده‌اند نوشته " -"شوند" +"اجازه می‌دهد پرونده‌هایی که به «پوشه‌ی ایجاد کننده سی‌دی/دی‌وی‌دی» در ناتیلوس اضافه نشده‌اند " +"نوشته شوند" #. Translators: This message is sent #. * when brasero could not link together @@ -2992,7 +3048,7 @@ #: ../plugins/transcode/burn-vob.c:1166 #, c-format msgid "Impossible to link plugin pads" -msgstr "پیوند لایی‌های افزونه غیر ممکن است" +msgstr "پیوند لایه‌های افزونه غیرممکن است" #: ../plugins/transcode/burn-normalize.c:554 msgid "Normalizing tracks" @@ -3010,11 +3066,11 @@ #: ../plugins/transcode/burn-transcode.c:1050 ../plugins/transcode/burn-transcode.c:1238 #, c-format msgid "Error while padding file (%s)" -msgstr "خطادر هنگام لایی‌گذاری پرونده «%s»" +msgstr "خطا هنگام لایه‌گذاری پرونده (%s)" #: ../plugins/transcode/burn-transcode.c:1313 msgid "Error while getting duration" -msgstr "خطا در هنگام دریافت مدت زمان" +msgstr "خطا هنگام دریافت مدّت زمان" #: ../plugins/transcode/burn-transcode.c:1462 #, c-format @@ -3024,7 +3080,7 @@ #: ../plugins/transcode/burn-transcode.c:1499 #, c-format msgid "Transcoding \"%s\"" -msgstr "در حال تبدیل قالب «%s»" +msgstr "در حال تبدیل کدگذاری «%s»" #: ../plugins/transcode/burn-transcode.c:1736 msgid "Converts any song file into a format suitable for audio CDs" @@ -3080,7 +3136,7 @@ #: ../src/brasero-app.c:136 msgid "_Blank…" -msgstr "_خالی کردن..." +msgstr "_خالی کردن…" #: ../src/brasero-app.c:137 msgid "Blank a disc" @@ -3088,7 +3144,7 @@ #: ../src/brasero-app.c:139 msgid "_Check Integrity…" -msgstr "_بررسی صحت..." +msgstr "_بررسی صحت…" #: ../src/brasero-app.c:140 msgid "Check data integrity of disc" @@ -3129,32 +3185,32 @@ #: ../src/brasero-app.c:1176 msgid "" -"Brasero is free software; you can redistribute it and/or modify it under the terms of the GNU " -"General Public License as published by the Free Software Foundation; either version 2 of the " -"License, or (at your option) any later version." -msgstr "" -"برازرو نرم‌افزار آزاد است؛ شما می‌توانید بازتوزیعش کنید و/یا تحت پروانه‌ی عمومی همگانی گنو (GPL) " -"که توسط بنیاد نرم‌افزارهای آزاد منتشر شده است تغییرش دهید؛ چه نسخه‌ی ۲ این پروانه، یا هر نسخه‌ی " -"بعدی آن (بنا به نظر خودتان)." +"Brasero is free software; you can redistribute it and/or modify it under the terms of " +"the GNU General Public License as published by the Free Software Foundation; either " +"version 2 of the License, or (at your option) any later version." +msgstr "" +"برازرو نرم‌افزار آزاد است؛ شما می‌توانید بازتوزیعش کنید و/یا تحت پروانه‌ی عمومی همگانی گنو " +"(GPL) که توسط بنیاد نرم‌افزارهای آزاد منتشر شده است تغییرش دهید؛ چه نسخه‌ی ۲ این پروانه، " +"یا هر نسخه‌ی بعدی آن (بنا به نظر خودتان)." #: ../src/brasero-app.c:1181 msgid "" -"Brasero is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without " -"even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the " -"GNU General Public License for more details." +"Brasero is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; " +"without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR " +"PURPOSE. See the GNU General Public License for more details." msgstr "" -"برازرو به امید مفید بودن منتشر شده است، اما بدون هیچ تعهدی؛ حتی بدون تعهد ضمنی قابل فروش بودن " -"یا سازگاری با هدفی خاص. برای جزئیات بیشتر پروانه‌ی عمومی همگانی گنو (GPL) را ببینید." +"برازرو به امید مفید بودن منتشر شده است، اما بدون هیچ تعهدی؛ حتی بدون تعهد ضمنی قابل فروش " +"بودن یا سازگاری با هدفی خاص. برای جزئیات بیشتر پروانه‌ی عمومی همگانی گنو (GPL) را ببینید." #: ../src/brasero-app.c:1186 msgid "" -"You should have received a copy of the GNU General Public License along with Brasero; if not, " -"write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA " -"02110-1301, USA" -msgstr "" -"شما می‌بایست یک رونوشت از پروانه‌ی عمومی همگانی گنو (GPL) را به همراه برازرو دریافت کرده باشید؛ " -"در غیر این صورت پیامی به بنیاد نرم‌افزارهای آزاد به این نشانی بنویسید: Free Software " -"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" +"You should have received a copy of the GNU General Public License along with Brasero; if " +"not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, " +"Boston, MA 02110-1301, USA" +msgstr "" +"شما می‌بایست یک رونوشت از پروانه‌ی عمومی همگانی گنو (GPL) را به همراه برازرو دریافت کرده " +"باشید؛ در غیر این صورت پیامی به بنیاد نرم‌افزارهای آزاد به این نشانی بنویسید: Free " +"Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" #: ../src/brasero-app.c:1198 msgid "A simple to use CD/DVD burning application for GNOME" @@ -3202,13 +3258,14 @@ #: ../src/brasero-audio-disc.c:158 ../src/brasero-video-disc.c:103 msgid "_Edit Information…" -msgstr "_ویرایش اطلاعات..." +msgstr "_ویرایش اطلاعات…" #: ../src/brasero-audio-disc.c:158 msgid "Edit the track information (start, end, author, etc.)" msgstr "ویرایش اطلاعات شیار (شروع، پایان، نویسنده، غیره)" -#: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 ../src/brasero-project.c:202 +#: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 +#: ../src/brasero-project.c:202 msgid "Remove the selected files from the project" msgstr "حذف پرونده‌های انتخاب شده از پروژه" @@ -3232,7 +3289,7 @@ #: ../src/brasero-audio-disc.c:166 msgid "_Split Track…" -msgstr "_تقسیم کردن شیار..." +msgstr "_تقسیم کردن شیار…" #: ../src/brasero-audio-disc.c:166 msgid "Split the selected track" @@ -3317,8 +3374,8 @@ "Note: if you agree, normalization will not be applied to these tracks." msgstr "" "برخی از آهنگ‌های انتخاب شده مناسب ایجاد شیارهای DTS هستند.\n" -"این نوع شیار سی‌دی صوتی کیفیت بالاتری از صدا را فراهم می‌کند اما تنها می‌تواند توسط پخش کننده‌های " -"دیجیتال خاصی پخش شود.\n" +"این نوع شیار سی‌دی صوتی کیفیت بالاتری از صدا را فراهم می‌کند اما تنها می‌تواند توسط پخش " +"کننده‌های دیجیتال خاصی پخش شود.\n" "توجه: اگر موافقید، بهنجارسازی به این شیارها اِعمال نخواهد شد." #: ../src/brasero-audio-disc.c:867 @@ -3474,7 +3531,7 @@ #: ../src/brasero-data-disc.c:125 msgid "R_ename…" -msgstr "تغییر _نام..." +msgstr "تغییر _نام…" #: ../src/brasero-data-disc.c:125 msgid "Rename the selected file" @@ -3516,10 +3573,11 @@ #: ../src/brasero-data-disc.c:619 #, c-format msgid "" -"There is only one selected file (\"%s\"). It is the image of a disc and its contents can be " -"burned" +"There is only one selected file (\"%s\"). It is the image of a disc and its contents can " +"be burned" msgstr "" -"تنها یک پرونده‌ی انتخاب شده وجود دارد (\"%s\"). این تصویر یک دیسک است و محتویاتش قابل نوشتن است" +"تنها یک پرونده‌ی انتخاب شده وجود دارد (\"%s\"). این تصویر یک دیسک است و محتویاتش قابل " +"نوشتن است" #: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" @@ -3529,7 +3587,8 @@ msgid "Burn as _Image" msgstr "نوشتن به عنوان _تصویر" -#: ../src/brasero-data-disc.c:673 ../src/brasero-data-disc.c:691 ../src/brasero-data-disc.c:709 +#: ../src/brasero-data-disc.c:673 ../src/brasero-data-disc.c:691 +#: ../src/brasero-data-disc.c:709 #, c-format msgid "\"%s\" cannot be added to the selection." msgstr "«%s» نمی‌تواند به فهرست پرونده‌های انتخاب شده اضافه شود." @@ -3550,8 +3609,8 @@ #: ../src/brasero-data-disc.c:779 msgid "" -"A file with this name already exists in the folder. Replacing it will overwrite its contents " -"on the disc to be burnt." +"A file with this name already exists in the folder. Replacing it will overwrite its " +"contents on the disc to be burnt." msgstr "" "یک پرونده با این نام در پوشه وجود دارد. جای‌گزینی آن موجب رونویسی محتویاتش روی دیسک مورد " "استفاده برای نوشتن می‌شود." @@ -3721,7 +3780,7 @@ #: ../src/brasero-file-filtered.c:303 msgid "_Options…" -msgstr "_گزینه‌ها..." +msgstr "_گزینه‌ها…" #: ../src/brasero-file-filtered.c:311 msgid "Set the options for file filtering" @@ -3800,11 +3859,11 @@ #: ../src/brasero-multi-song-props.c:273 ../src/brasero-song-properties.c:187 #: ../src/brasero-song-properties.c:199 ../src/brasero-song-properties.c:211 msgid "" -"This information will be written to the disc using CD-Text technology. It can be read and " -"displayed by some audio CD players." +"This information will be written to the disc using CD-Text technology. It can be read " +"and displayed by some audio CD players." msgstr "" -"این اطلاعات از طریق فناوری CD-Text بر روی دیسک نوشته خواهد شد. این اطلاعات می‌تواند توسط برخی " -"از پخش‌کننده‌های صوتی خوانده و نمایش داده شود." +"این اطلاعات از طریق فناوری CD-Text بر روی دیسک نوشته خواهد شد. این اطلاعات می‌تواند توسط " +"برخی از پخش‌کننده‌های صوتی خوانده و نمایش داده شود." #: ../src/brasero-multi-song-props.c:213 msgid "Song titles" @@ -3847,7 +3906,7 @@ #: ../src/brasero-playlist.c:390 #, c-format msgid "Error parsing playlist \"%s\"." -msgstr "خطا در تجزیه فهرست‌پخش «%s»" +msgstr "خطا در تجزیه فهرست‌پخش «%s»." #. Translators: %d is the number of songs #: ../src/brasero-playlist.c:499 @@ -3921,7 +3980,7 @@ #: ../src/brasero-project.c:197 msgid "Save _As…" -msgstr "ذخیره _به نام..." +msgstr "ذخیره _به نام…" #: ../src/brasero-project.c:198 msgid "Save current project to a different location" @@ -3950,7 +4009,7 @@ #: ../src/brasero-project.c:206 ../src/brasero-project.c:1086 msgid "_Burn…" -msgstr "_سوزاندن..." +msgstr "_نوشتن…" #: ../src/brasero-project.c:207 msgid "Burn the disc" @@ -3959,13 +4018,15 @@ #: ../src/brasero-project.c:695 msgid "To add files to this project click the \"Add\" button or drag files to this area" msgstr "" -"برای اضافه کردن پرونده‌‌ها به این پروژه روی دکمه‌ی «اضافه کردن» کلیک کنید یا پرونده‌ها را به این " -"ناحیه بکشید" +"برای اضافه کردن پرونده‌‌ها به این پروژه روی دکمه‌ی «اضافه کردن» کلیک کنید یا پرونده‌ها را به " +"این ناحیه بکشید" #: ../src/brasero-project.c:697 -msgid "To remove files select them then click on the \"Remove\" button or press \"Delete\" key" +msgid "" +"To remove files select them then click on the \"Remove\" button or press \"Delete\" key" msgstr "" -"برای حذف پرونده‌ها آنها را انتخاب کنید سپس روی دکمه‌ی «حذف» کلیک کنید یا کلید «حذف» را فشار دهید" +"برای حذف پرونده‌ها آنها را انتخاب کنید سپس روی دکمه‌ی «حذف» کلیک کنید یا کلید «حذف» را " +"فشار دهید" #: ../src/brasero-project.c:804 #, c-format @@ -3984,8 +4045,8 @@ "Note: This option might cause failure." msgstr "" "پروژه برای دیسک بسیار بزرگ است و باید پرونده‌هایی را از آن حذف کنید.\n" -"اگر شما از سی‌دی ۹۰ یا ۱۰۰ دقیقه‌ای که به درستی قابل شناسایی نیست استفاده می‌کنید و به گزینه‌ی " -"بیش نویسی نیاز دارید، ممکن است بخواهید از این گزینه استفاده کنید.\n" +"اگر شما از سی‌دی ۹۰ یا ۱۰۰ دقیقه‌ای که به درستی قابل شناسایی نیست استفاده می‌کنید و به " +"گزینه‌ی بیش نویسی نیاز دارید، ممکن است بخواهید از این گزینه استفاده کنید.\n" "توجه: ممکن است این گزینه باعث نقص شود." #: ../src/brasero-project.c:1098 @@ -4015,7 +4076,8 @@ #: ../src/brasero-project.c:1925 ../src/brasero-project.c:1944 msgid "If you choose to create a new empty project, the file selection will be discarded." msgstr "" -"اگر شما گزینه‌ی ایجاد پروژه خالی جدید را انتخاب کنید، پرونده‌های انتخاب شده دور انداخته می‌شوند." +"اگر شما گزینه‌ی ایجاد پروژه خالی جدید را انتخاب کنید، پرونده‌های انتخاب شده دور انداخته " +"می‌شوند." #: ../src/brasero-project.c:1927 msgid "_Discard File Selection" @@ -4039,11 +4101,12 @@ #: ../src/brasero-project.c:2306 msgid "" -"Emptying a project will remove all files already added. All the work will be lost. Note that " -"files will not be deleted from their own location, just no longer listed here." +"Emptying a project will remove all files already added. All the work will be lost. Note " +"that files will not be deleted from their own location, just no longer listed here." msgstr "" -"خالی کردن پروژه تمام پرونده‌های اضافه شده تا الان را حذف می‌کند. تمام کارها از بین می‌رود. دقت " -"کنید که پرونده‌ها از محل خودشان بر روی رایانه حذف نمی‌شوند، فقط دیگر در اینجا فهرست نمی‌شوند." +"خالی کردن پروژه تمام پرونده‌های اضافه شده تا الان را حذف می‌کند. تمام کارها از بین می‌رود. " +"دقت کنید که پرونده‌ها از محل خودشان بر روی رایانه حذف نمی‌شوند، فقط دیگر در اینجا فهرست " +"نمی‌شوند." #: ../src/brasero-project.c:2368 msgid "_Save" @@ -4087,7 +4150,8 @@ msgid "If you don't save, changes will be permanently lost." msgstr "اگر ذخیره نکنید، تغییرات به‌طور کامل از دست خواهند رفت." -#: ../src/brasero-project.c:2647 ../src/brasero-project.c:2653 ../src/brasero-project.c:2935 +#: ../src/brasero-project.c:2647 ../src/brasero-project.c:2653 +#: ../src/brasero-project.c:2935 msgid "Cl_ose Without Saving" msgstr "_بستن بدون ذخیره کردن" @@ -4169,17 +4233,18 @@ #: ../src/brasero-project-manager.c:107 msgid "Copy _Disc…" -msgstr "رونوشت _دیسک..." +msgstr "رونوشت _دیسک…" #: ../src/brasero-project-manager.c:108 ../src/brasero-project-type-chooser.c:91 -msgid "Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on another CD/DVD" +msgid "" +"Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on another CD/DVD" msgstr "" "ایجاد یک رونوشت ۱:۱ از یک سی‌دی صوتی یا یک سی‌دی/دی‌وی‌دی داده روی دیسک سخت شما یا روی سی‌دی/" "دی‌وی‌دی دیگر" #: ../src/brasero-project-manager.c:109 msgid "_Burn Image…" -msgstr "_سوزاندن تصویر..." +msgstr "_نوشتن تصویر…" #: ../src/brasero-project-manager.c:110 ../src/brasero-project-type-chooser.c:95 #: ../src/brasero-project-type-chooser.c:96 @@ -4188,7 +4253,7 @@ #: ../src/brasero-project-manager.c:112 msgid "_Open…" -msgstr "_باز کردن..." +msgstr "_گشودن…" #: ../src/brasero-project-manager.c:113 msgid "Open a project" @@ -4459,8 +4524,8 @@ #: ../src/brasero-split-dialog.c:175 msgid "" -"If you split the track, the size of the new track will be shorter than 6 seconds and will be " -"padded." +"If you split the track, the size of the new track will be shorter than 6 seconds and " +"will be padded." msgstr "اگر شیار را تقسیم کنید، اندازه‌ی شیار جدید کوتاه‌تر از ۶ ثانیه و انباشته خواهد شد." #: ../src/brasero-split-dialog.c:181 ../src/brasero-split-dialog.c:752 @@ -4477,7 +4542,7 @@ #: ../src/brasero-split-dialog.c:633 msgid "An error occurred while detecting silences." -msgstr "در هنگام تشخیص سکوت‌ها خطایی رخ داد" +msgstr "در هنگام تشخیص سکوت‌ها خطایی رخ داد." #: ../src/brasero-split-dialog.c:712 msgid "This will remove all previous results." @@ -4638,7 +4703,7 @@ #: ../src/brasero-video-disc.c:412 #, c-format msgid "\"%s\" does not have a suitable type for video projects." -msgstr "«%s» نوع مناسبی برای پروژه‌های ویدیویی ندارد" +msgstr "«%s» گونهٔ مناسبی برای پروژه‌های ویدیویی ندارد." #: ../src/brasero-video-disc.c:415 msgid "Please only add files with video content" diff -Nru brasero-3.12.2/po/fi.po brasero-3.12.3/po/fi.po --- brasero-3.12.2/po/fi.po 2015-04-28 10:49:45.000000000 +0000 +++ brasero-3.12.3/po/fi.po 2020-04-07 12:27:22.000000000 +0000 @@ -12,10 +12,10 @@ msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" "product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-09-06 02:58+0000\n" -"PO-Revision-Date: 2014-09-06 16:06+0300\n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-08-29 23:42+0300\n" "Last-Translator: Jiri Grönroos \n" "Language-Team: suomi \n" "Language: fi\n" @@ -24,7 +24,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Launchpad-Export-Date: 2010-09-13 15:08+0000\n" -"X-Generator: Gtranslator 2.91.6\n" +"X-Generator: Poedit 1.8.7.1\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -77,10 +77,14 @@ msgstr "Kirjoita levykuva" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Kopioi levy" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Luo uusi ääniprojekti" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Luo uusi videoprojekti" @@ -413,24 +417,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (sovellus)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (kirjasto)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (GStreamer-liitännäinen)" @@ -462,18 +463,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Tapahtui sisäinen virhe" @@ -1194,8 +1194,7 @@ msgstr "Laita asemaan levy, joka ei ole kopiosuojattu." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Kaikkia tarvittavia sovelluksia tai kirjastoja ei ole asennettu." @@ -1255,8 +1254,7 @@ msgid "Video Options" msgstr "Videovalinnat" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1299,8 +1297,7 @@ msgid "Select disc to copy" msgstr "Valitse kopioitava levy" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Asenna seuraavat käsin ja yritä uudelleen:" @@ -2083,7 +2080,7 @@ "Väliaikaisen levykuvan tallennukseen valitussa kohteessa ei ole tarpeeksi " "vapaata tilaa levykuvaa varten (vaaditaan %ld MiB)." -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Taltion kokoa ei voitu selvittää" @@ -2376,8 +2373,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Datalevy (%s)" @@ -2386,8 +2383,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Tämä ei näytä olevan kelvollinen ISO-levykuva" @@ -2747,7 +2743,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3041,7 +3037,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3055,26 +3051,26 @@ "DVD-soittimeesi komennolla ”regionset %s” tai aja komento " "”DVDCSS_METHOD=title brasero --no-existing-session”" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Haetaan DVD-levyn avaimia" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "DVD-videolevyä ei voitu avata" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Virhe luettaessa DVD-videolevyä (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Kopioidaan video-DVD-leyvä" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Kopioi CSS-salatun video-DVD-levyn levykuvaksi" @@ -4142,25 +4138,25 @@ msgid "Copyright %s" msgstr "Tekijänoikeudet %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_Tietoja" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "_Asetukset" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "Ota _käyttöön" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "Ota k_aikki käyttöön" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "_Poista kaikki käytöstä" diff -Nru brasero-3.12.2/po/fr.po brasero-3.12.3/po/fr.po --- brasero-3.12.2/po/fr.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/fr.po 2021-09-16 14:27:35.000000000 +0000 @@ -11,16 +11,15 @@ # Laurent Coudeur , 2009. # Pablo Martin-Gomez , 2010. # naybnet , 2014. -# Charles Monzat , 2017. +# Charles Monzat , 2017, 2018. # msgid "" msgstr "" "Project-Id-Version: brasero.HEAD\n" -"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2017-06-28 15:14+0000\n" -"PO-Revision-Date: 2017-07-11 13:26+0200\n" -"Last-Translator: Charles Monzat \n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2018-06-01 10:14+0000\n" +"PO-Revision-Date: 2018-11-08 12:47+0100\n" +"Last-Translator: Charles Monzat \n" "Language-Team: français \n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -35,7 +34,7 @@ "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." msgstr "" -"Brasero est une application pour l'environnement GNOME qui grave des CD/DVD. " +"Brasero est une application pour l’environnement GNOME qui grave des CD/DVD. " "Elle est conçue pour être aussi simple que possible et possède des " "fonctionnalités uniques pour permettre aux utilisateurs de créer leurs " "disques facilement et rapidement." @@ -49,7 +48,7 @@ msgstr "" "Brasero peut créer, copier et graver des CD/DVD de données et de fichiers " "audio. Il prend complètement en charge les extensions CD-TEXT, multisession " -"et joliet. Vous pouvez simplement glisser et déposer des fichiers d'autres " +"et joliet. Vous pouvez simplement glisser et déposer des fichiers d’autres " "applications locales ou provenant de disques partagés distants pour les " "graver facilement sur un disque." @@ -68,7 +67,7 @@ #: ../data/brasero.desktop.in.in.h:4 msgid "disc;cdrom;dvd;burn;audio;video;" -msgstr "disque;cdrom;dvd;graver;audio;video;" +msgstr "disque;cdrom;dvd;graver;audio;vidéo;" #: ../data/brasero.desktop.in.in.h:5 msgid "Brasero Disc Burner" @@ -83,7 +82,6 @@ msgstr "Graver un fichier image" #: ../data/brasero.desktop.in.in.h:8 -#| msgid "Copy a disc" msgid "Copy a Disc" msgstr "Copier un disque" @@ -93,7 +91,7 @@ #: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" -msgstr "Créer un projet video" +msgstr "Créer un projet vidéo" #: ../data/mime/brasero.xml.in.h:1 msgid "Brasero project file" @@ -102,14 +100,14 @@ #: ../data/org.gnome.brasero.gschema.xml.h:1 msgid "Should Nautilus extension output debug statements" msgstr "" -"Indique si l'extension Nautilus doit afficher les informations de débogage" +"Indique si l’extension Nautilus doit afficher les informations de débogage" #: ../data/org.gnome.brasero.gschema.xml.h:2 msgid "" "Should Nautilus extension output debug statements. The value should be set " "to true if it should." msgstr "" -"Indique si l'extension Nautilus doit afficher les informations de débogage. " +"Indique si l’extension Nautilus doit afficher les informations de débogage. " "Si oui, définir la valeur à « true » (vrai)." #: ../data/org.gnome.brasero.gschema.xml.h:3 @@ -135,7 +133,7 @@ "used." msgstr "" "Contient le chemin vers le répertoire où Brasero doit stocker les fichiers " -"temporaires. Si cette valeur est vide, c'est le répertoire par défaut défini " +"temporaires. Si cette valeur est vide, c’est le répertoire par défaut défini " "pour glib qui sera utilisé." #: ../data/org.gnome.brasero.gschema.xml.h:8 @@ -164,22 +162,22 @@ #: ../data/org.gnome.brasero.gschema.xml.h:12 msgid "Enable the \"-immed\" flag with cdrecord" -msgstr "Activer l'option « -immed » avec cdrecord" +msgstr "Activer l’option « -immed » avec cdrecord" #: ../data/org.gnome.brasero.gschema.xml.h:13 msgid "" "Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to " "true) as it's only a workaround for some drives/setups." msgstr "" -"Indique si cdrecord doit être utilisé avec l'option « -immed ». À utiliser " -"avec précaution (si activée) car il s'agit d'un contournement pour résoudre " +"Indique si cdrecord doit être utilisé avec l’option « -immed ». À utiliser " +"avec précaution (si activée) car il s’agit d’un contournement pour résoudre " "des problèmes présents sur certains modèles de graveurs ou configurations " "particulières." #: ../data/org.gnome.brasero.gschema.xml.h:14 msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs" msgstr "" -"Indique s'il faut utiliser l'option « -use-the-force-luke=dao » avec " +"Indique s’il faut utiliser l’option « -use-the-force-luke=dao » avec " "growisofs" #: ../data/org.gnome.brasero.gschema.xml.h:15 @@ -187,37 +185,37 @@ "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to " "false, brasero won't use it; it may be a workaround for some drives/setups." msgstr "" -"Indique si growisofs doit être utilisé avec l'option « -use-the-force-" -"luke=dao ». Si l'option n'est pas active, Brasero ne l'utilise pas ; il se " +"Indique si growisofs doit être utilisé avec l’option « -use-the-force-" +"luke=dao ». Si l’option n’est pas active, Brasero ne l’utilise pas ; il se " "peut que cela soit un contournement pour résoudre des problèmes présents sur " "certains modèles de graveurs ou configurations particulières." #: ../data/org.gnome.brasero.gschema.xml.h:16 msgid "Used in conjunction with the \"-immed\" flag with cdrecord" -msgstr "Utilisé conjointement avec l'option « -immed » de cdrecord" +msgstr "Utilisé conjointement avec l’option « -immed » de cdrecord" #: ../data/org.gnome.brasero.gschema.xml.h:17 msgid "Used in conjunction with the \"-immed\" flag with cdrecord." -msgstr "Utilisé conjointement avec l'option « -immed » de cdrecord." +msgstr "Utilisé conjointement avec l’option « -immed » de cdrecord." #: ../data/org.gnome.brasero.gschema.xml.h:18 msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao" msgstr "" -"Indique s'il faut utiliser l'option « --driver generic-mmc-raw » avec cdrdao" +"Indique s’il faut utiliser l’option « --driver generic-mmc-raw » avec cdrdao" #: ../data/org.gnome.brasero.gschema.xml.h:19 msgid "" "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to " "True, brasero will use it; it may be a workaround for some drives/setups." msgstr "" -"Indique si cdrdao doit être utilisé avec l'option « --driver generic-mmc-" -"raw ». Si l'option est active, Brasero l'utilise ; il se peut que cela soit " +"Indique si cdrdao doit être utilisé avec l’option « --driver generic-mmc-" +"raw ». Si l’option est active, Brasero l’utilise ; il se peut que cela soit " "un contournement pour résoudre des problèmes présents sur certains modèles " "de graveurs ou configurations particulières." #: ../data/org.gnome.brasero.gschema.xml.h:20 msgid "The last browsed folder while looking for images to burn" -msgstr "Le dernier dossier parcouru lors de la recherche d'images à graver" +msgstr "Le dernier dossier parcouru lors de la recherche d’images à graver" #: ../data/org.gnome.brasero.gschema.xml.h:21 msgid "" @@ -225,16 +223,16 @@ "to burn" msgstr "" "Contient le chemin absolu du répertoire qui a été consulté en dernier pour " -"la recherche d'images à graver" +"la recherche d’images à graver" #: ../data/org.gnome.brasero.gschema.xml.h:22 msgid "Enable file preview" -msgstr "Activer l'aperçu des fichiers" +msgstr "Activer l’aperçu des fichiers" #: ../data/org.gnome.brasero.gschema.xml.h:23 msgid "Whether to display file preview. Set to true to use it." msgstr "" -"Indique s'il faut afficher un aperçu des fichiers. Si l'option est active, " +"Indique s’il faut afficher un aperçu des fichiers. Si l’option est active, " "un aperçu des fichiers sera affiché." #: ../data/org.gnome.brasero.gschema.xml.h:24 @@ -246,7 +244,7 @@ "Should brasero filter hidden files. Set to true, brasero will filter hidden " "files." msgstr "" -"Indique si Brasero doit filtrer les fichiers cachés. Si l'option est active, " +"Indique si Brasero doit filtrer les fichiers cachés. Si l’option est active, " "Brasero filtre les fichiers cachés." #: ../data/org.gnome.brasero.gschema.xml.h:26 @@ -259,7 +257,7 @@ "Set to true, brasero will replace symbolic links." msgstr "" "Indique si Brasero remplace les liens symboliques par leur cible dans le " -"projet. Si l'option est active, Brasero remplace les liens symboliques." +"projet. Si l’option est active, Brasero remplace les liens symboliques." #: ../data/org.gnome.brasero.gschema.xml.h:28 msgid "Should brasero filter broken symbolic links" @@ -270,7 +268,7 @@ "Should brasero filter broken symbolic links. Set to true, brasero will " "filter broken symbolic links." msgstr "" -"Indique si Brasero doit filtrer les liens symboliques brisés. Si l'option " +"Indique si Brasero doit filtrer les liens symboliques brisés. Si l’option " "est active, Brasero exclut les liens brisés." #: ../data/org.gnome.brasero.gschema.xml.h:30 @@ -316,7 +314,7 @@ #: ../libbrasero-burn/brasero-blank-dialog.c:222 msgid "Error while blanking." -msgstr "Une erreur est survenue durant l'effacement." +msgstr "Une erreur est survenue durant l’effacement." #: ../libbrasero-burn/brasero-blank-dialog.c:227 #: ../libbrasero-burn/brasero-blank-dialog.c:272 @@ -330,11 +328,11 @@ #: ../libbrasero-burn/brasero-blank-dialog.c:264 #: ../libbrasero-burn/brasero-blank-dialog.c:288 msgid "The disc was successfully blanked." -msgstr "L'effacement du disque a réussi." +msgstr "L’effacement du disque a réussi." #: ../libbrasero-burn/brasero-blank-dialog.c:270 msgid "The disc is ready for use." -msgstr "Le disque est prêt à l'emploi." +msgstr "Le disque est prêt à l’emploi." #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-blank-dialog.c:371 @@ -348,7 +346,7 @@ #: ../libbrasero-burn/brasero-blank-dialog.c:403 msgid "Activate fast blanking, as opposed to a longer, thorough blanking" msgstr "" -"Activer l'effacement rapide par opposition à un effacement complet plus long" +"Activer l’effacement rapide par opposition à un effacement complet plus long" #: ../libbrasero-burn/brasero-blank-dialog.c:433 msgid "Disc Blanking" @@ -377,7 +375,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:651 #: ../libbrasero-burn/brasero-tool-dialog.c:90 msgid "Make sure another application is not using it" -msgstr "Assurez-vous qu'un autre programme ne l'utilise pas" +msgstr "Assurez-vous qu’un autre programme ne l’utilise pas" #: ../libbrasero-burn/brasero-burn.c:409 #, c-format @@ -437,7 +435,7 @@ #: ../plugins/growisofs/burn-growisofs.c:198 #, c-format msgid "Not enough space available on the disc" -msgstr "Il n'y a pas assez d'espace disponible sur le disque" +msgstr "Il n’y a pas assez d’espace disponible sur le disque" #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 @@ -462,7 +460,7 @@ #: ../libbrasero-burn/brasero-burn.c:1752 msgid "There is no track to burn" -msgstr "Il n'y a aucune piste à graver" +msgstr "Il n’y a aucune piste à graver" #: ../libbrasero-burn/brasero-burn.c:1859 msgid "" @@ -476,11 +474,11 @@ #: ../libbrasero-burn/brasero-caps-burn.c:868 #, c-format msgid "Only one track at a time can be checked" -msgstr "Il n'est possible de vérifier qu'une seule piste à la fois" +msgstr "Il n’est possible de vérifier qu’une seule piste à la fois" #: ../libbrasero-burn/brasero-burn.c:2635 msgid "No format for the temporary image could be found" -msgstr "Impossible de trouver un format pour l'image temporaire" +msgstr "Impossible de trouver un format pour l’image temporaire" #. Translators: Error message saying no graft point #. * is specified. A graft point is the path (on the @@ -515,7 +513,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:241 #: ../libbrasero-burn/brasero-burn-dialog.c:1161 msgid "Creating Image" -msgstr "Création de l'image" +msgstr "Création de l’image" #: ../libbrasero-burn/brasero-burn-dialog.c:246 #: ../libbrasero-burn/brasero-burn-dialog.c:1170 @@ -551,7 +549,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:300 #: ../libbrasero-burn/burn-basics.c:78 msgid "Creating image" -msgstr "Création de l'image" +msgstr "Création de l’image" #: ../libbrasero-burn/brasero-burn-dialog.c:306 msgid "Simulation of video DVD burning" @@ -571,11 +569,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:326 msgid "Simulation of image to DVD burning" -msgstr "Simulation de la gravure de l'image sur le DVD" +msgstr "Simulation de la gravure de l’image sur le DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:328 msgid "Burning image to DVD" -msgstr "Gravure de l'image sur le DVD" +msgstr "Gravure de l’image sur le DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:336 msgid "Simulation of data DVD copying" @@ -617,11 +615,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:389 msgid "Simulation of image to CD burning" -msgstr "Simulation de la gravure de l'image sur le CD" +msgstr "Simulation de la gravure de l’image sur le CD" #: ../libbrasero-burn/brasero-burn-dialog.c:391 msgid "Burning image to CD" -msgstr "Gravure de l'image sur le CD" +msgstr "Gravure de l’image sur le CD" #: ../libbrasero-burn/brasero-burn-dialog.c:402 msgid "Simulation of video disc burning" @@ -650,11 +648,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:442 msgid "Simulation of image to disc burning" -msgstr "Simulation de la gravure de l'image sur le disque" +msgstr "Simulation de la gravure de l’image sur le disque" #: ../libbrasero-burn/brasero-burn-dialog.c:444 msgid "Burning image to disc" -msgstr "Gravure de l'image sur le disque" +msgstr "Gravure de l’image sur le disque" #: ../libbrasero-burn/brasero-burn-dialog.c:549 msgid "Please replace the disc with a rewritable disc holding data." @@ -682,7 +680,7 @@ "space." msgstr "" "Veuillez remplacer le disque par un CD enregistrable avec au moins %i Mio " -"d'espace libre." +"d’espace libre." #: ../libbrasero-burn/brasero-burn-dialog.c:575 msgid "Please replace the disc with a writable CD." @@ -692,7 +690,7 @@ #, c-format msgid "Please insert a writable CD with at least %i MiB of free space." msgstr "" -"Veuillez insérer un CD enregistrable avec au moins %i Mio d'espace libre." +"Veuillez insérer un CD enregistrable avec au moins %i Mio d’espace libre." #: ../libbrasero-burn/brasero-burn-dialog.c:582 msgid "Please insert a writable CD." @@ -705,7 +703,7 @@ "space." msgstr "" "Veuillez remplacer le disque par un DVD enregistrable avec au moins %i Mio " -"d'espace libre." +"d’espace libre." #: ../libbrasero-burn/brasero-burn-dialog.c:591 msgid "Please replace the disc with a writable DVD." @@ -715,7 +713,7 @@ #, c-format msgid "Please insert a writable DVD with at least %i MiB of free space." msgstr "" -"Veuillez insérer un DVD enregistrable avec au moins %i Mio d'espace libre." +"Veuillez insérer un DVD enregistrable avec au moins %i Mio d’espace libre." #: ../libbrasero-burn/brasero-burn-dialog.c:598 msgid "Please insert a writable DVD." @@ -728,7 +726,7 @@ "free space." msgstr "" "Veuillez remplacer le disque par un CD ou un DVD enregistrable avec au moins " -"%i Mio d'espace libre." +"%i Mio d’espace libre." #: ../libbrasero-burn/brasero-burn-dialog.c:606 msgid "Please replace the disc with a writable CD or DVD." @@ -738,7 +736,7 @@ #, c-format msgid "Please insert a writable CD or DVD with at least %i MiB of free space." msgstr "" -"Veuillez insérer un CD ou un DVD enregistrable avec au moins %i Mio d'espace " +"Veuillez insérer un CD ou un DVD enregistrable avec au moins %i Mio d’espace " "libre." #: ../libbrasero-burn/brasero-burn-dialog.c:613 @@ -759,7 +757,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:645 msgid "A data integrity test will begin as soon as the disc is inserted." msgstr "" -"Un test d'intégrité de données va démarrer dès qu'un disque aura été inséré." +"Un test d’intégrité de données va démarrer dès qu’un disque aura été inséré." #: ../libbrasero-burn/brasero-burn-dialog.c:646 msgid "Please re-insert the disc in the CD/DVD burner." @@ -774,17 +772,17 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:654 #, c-format msgid "There is no disc in \"%s\"." -msgstr "Il n'y a pas de disque dans « %s »." +msgstr "Il n’y a pas de disque dans « %s »." #: ../libbrasero-burn/brasero-burn-dialog.c:658 #, c-format msgid "The disc in \"%s\" is not supported." -msgstr "Le disque dans « %s » n'est pas pris en charge." +msgstr "Le disque dans « %s » n’est pas pris en charge." #: ../libbrasero-burn/brasero-burn-dialog.c:662 #, c-format msgid "The disc in \"%s\" is not rewritable." -msgstr "Le disque dans « %s » n'est pas réinscriptible." +msgstr "Le disque dans « %s » n’est pas réinscriptible." #: ../libbrasero-burn/brasero-burn-dialog.c:666 #, c-format @@ -794,12 +792,12 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:670 #, c-format msgid "The disc in \"%s\" is not writable." -msgstr "Le disque dans « %s » n'est pas inscriptible." +msgstr "Le disque dans « %s » n’est pas inscriptible." #: ../libbrasero-burn/brasero-burn-dialog.c:674 #, c-format msgid "Not enough space available on the disc in \"%s\"." -msgstr "Il n'y a pas assez d'espace disponible sur le disque dans « %s »." +msgstr "Il n’y a pas assez d’espace disponible sur le disque dans « %s »." #: ../libbrasero-burn/brasero-burn-dialog.c:682 #, c-format @@ -815,12 +813,12 @@ msgid "" "A file could not be created at the location specified for temporary files" msgstr "" -"Un fichier n'a pas pu être créé à l'emplacement indiqué pour les fichiers " +"Un fichier n’a pas pu être créé à l’emplacement indiqué pour les fichiers " "temporaires" #: ../libbrasero-burn/brasero-burn-dialog.c:729 msgid "The image could not be created at the specified location" -msgstr "L'image n'a pas pu être créée à l'emplacement indiqué" +msgstr "L’image n’a pas pu être créée à l’emplacement indiqué" #: ../libbrasero-burn/brasero-burn-dialog.c:730 msgid "" @@ -834,21 +832,21 @@ msgid "You may want to free some space on the disc and retry" msgstr "" "Il est peut-être nécessaire de libérer de la place sur le disque avant " -"d'essayer à nouveau" +"d’essayer à nouveau" #: ../libbrasero-burn/brasero-burn-dialog.c:749 #: ../libbrasero-burn/brasero-drive-properties.c:244 #: ../libbrasero-burn/brasero-drive-properties.c:282 #: ../libbrasero-burn/brasero-drive-properties.c:334 msgid "_Keep Current Location" -msgstr "_Conserver l'emplacement actuel" +msgstr "_Conserver l’emplacement actuel" #: ../libbrasero-burn/brasero-burn-dialog.c:751 #: ../libbrasero-burn/brasero-drive-properties.c:245 #: ../libbrasero-burn/brasero-drive-properties.c:283 #: ../libbrasero-burn/brasero-drive-properties.c:335 msgid "_Change Location" -msgstr "_Modifier l'emplacement" +msgstr "_Modifier l’emplacement" #: ../libbrasero-burn/brasero-burn-dialog.c:773 #: ../libbrasero-burn/brasero-image-properties.c:459 @@ -921,7 +919,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:971 msgid "Appending audio tracks to a CD is not advised." -msgstr "L'ajout de pistes audio à un CD n'est pas conseillé." +msgstr "L’ajout de pistes audio à un CD n’est pas conseillé." #: ../libbrasero-burn/brasero-burn-dialog.c:973 #: ../libbrasero-burn/brasero-burn-dialog.c:995 @@ -937,7 +935,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:993 msgid "Recording audio tracks on a rewritable disc is not advised." msgstr "" -"L'enregistrement de pistes audio sur un disque réinscriptible n'est pas " +"L’enregistrement de pistes audio sur un disque réinscriptible n’est pas " "conseillé." #. Translators: %s is the name of a drive @@ -951,8 +949,8 @@ "The disc could not be ejected though it needs to be removed for the current " "operation to continue." msgstr "" -"Impossible d'éjecter le disque. Il doit cependant être retiré afin que " -"l'opération actuelle puisse continuer." +"Impossible d’éjecter le disque. Il doit cependant être retiré afin que " +"l’opération actuelle puisse continuer." #: ../libbrasero-burn/brasero-burn-dialog.c:1133 msgid "Do you want to replace the disc and continue?" @@ -961,7 +959,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1134 msgid "The currently inserted disc could not be blanked." msgstr "" -"Le disque qui se trouve actuellement dans le lecteur n'a pas pu être effacé." +"Le disque qui se trouve actuellement dans le lecteur n’a pas pu être effacé." #: ../libbrasero-burn/brasero-burn-dialog.c:1143 msgid "Do you want to continue with full Windows compatibility disabled?" @@ -973,7 +971,7 @@ msgid "" "Some files don't have a suitable name for a fully Windows-compatible CD." msgstr "" -"Le nom de certains fichiers n'est pas approprié pour que le CD soit " +"Le nom de certains fichiers n’est pas approprié pour que le CD soit " "totalement compatible avec Windows." #: ../libbrasero-burn/brasero-burn-dialog.c:1145 @@ -1025,7 +1023,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1793 #: ../libbrasero-burn/brasero-burn-dialog.c:1824 msgid "Image successfully created" -msgstr "L'image a été créée avec succès" +msgstr "L’image a été créée avec succès" #: ../libbrasero-burn/brasero-burn-dialog.c:1798 msgid "DVD successfully copied" @@ -1037,19 +1035,19 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1804 msgid "Image of DVD successfully created" -msgstr "L'image du DVD a été créée avec succès" +msgstr "L’image du DVD a été créée avec succès" #: ../libbrasero-burn/brasero-burn-dialog.c:1806 msgid "Image of CD successfully created" -msgstr "L'image du CD a été créée avec succès" +msgstr "L’image du CD a été créée avec succès" #: ../libbrasero-burn/brasero-burn-dialog.c:1812 msgid "Image successfully burned to DVD" -msgstr "L'image a été gravée sur un DVD avec succès" +msgstr "L’image a été gravée sur un DVD avec succès" #: ../libbrasero-burn/brasero-burn-dialog.c:1814 msgid "Image successfully burned to CD" -msgstr "L'image a été gravée sur CD avec succès" +msgstr "L’image a été gravée sur CD avec succès" #: ../libbrasero-burn/brasero-burn-dialog.c:1820 msgid "Data DVD successfully burned" @@ -1151,7 +1149,7 @@ msgid "The data size is too large for the disc even with the overburn option." msgstr "" "La taille des données est supérieure à la capacité du disque même avec " -"l'option surcapacité activée." +"l’option surcapacité activée." #: ../libbrasero-burn/brasero-burn-options.c:439 ../src/brasero-project.c:954 msgid "_Burn Several Discs" @@ -1168,13 +1166,12 @@ #: ../libbrasero-burn/brasero-burn-options.c:464 ../src/brasero-project.c:1010 msgid "No track information (artist, title, ...) will be written to the disc." msgstr "" -"Aucune information de piste (artiste, titre, ...) ne sera gravée sur le " -"disque." +"Aucune information de piste (artiste, titre…) ne sera gravée sur le disque." #: ../libbrasero-burn/brasero-burn-options.c:465 ../src/brasero-project.c:1011 msgid "This is not supported by the current active burning backend." msgstr "" -"Ceci n'est pas pris en charge par le moteur de gravure actuellement actif." +"Ceci n’est pas pris en charge par le moteur de gravure actuellement actif." #: ../libbrasero-burn/brasero-burn-options.c:477 #: ../nautilus/nautilus-burn-extension.c:239 @@ -1188,7 +1185,7 @@ #: ../nautilus/nautilus-burn-extension.c:240 ../src/brasero-project.c:1277 #, c-format msgid "There are no files to write to disc" -msgstr "Il n'y a pas de fichier à graver sur le disque" +msgstr "Il n’y a pas de fichier à graver sur le disque" #: ../libbrasero-burn/brasero-burn-options.c:483 msgid "Please add songs." @@ -1196,7 +1193,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:484 ../src/brasero-project.c:1268 msgid "There are no songs to write to disc" -msgstr "Il n'y a aucun morceau à graver sur le disque" +msgstr "Il n’y a aucun morceau à graver sur le disque" #: ../libbrasero-burn/brasero-burn-options.c:489 msgid "Please add videos." @@ -1204,11 +1201,11 @@ #: ../libbrasero-burn/brasero-burn-options.c:490 msgid "There are no videos to write to disc" -msgstr "Il n'y a aucune vidéo à graver sur le disque" +msgstr "Il n’y a aucune vidéo à graver sur le disque" #: ../libbrasero-burn/brasero-burn-options.c:502 msgid "There is no inserted disc to copy." -msgstr "Aucun disque n'est inséré pour être copié." +msgstr "Aucun disque n’est inséré pour être copié." #: ../libbrasero-burn/brasero-burn-options.c:511 msgid "Please select a disc image." @@ -1216,7 +1213,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:512 msgid "There is no selected disc image." -msgstr "Aucune image disque n'est sélectionnée." +msgstr "Aucune image disque n’est sélectionnée." #. Translators: this is a disc image not a picture #. Translators: this is a disc image, not a picture @@ -1260,7 +1257,7 @@ "La taille des données dépasse la capacité du disque et vous devrez enlever " "des fichiers de la sélection dans le cas contraire.\n" "Cette option peut se révéler utile si vous utilisez des CD-R(W) de 90 ou 100 " -"min. qui ne sont pas reconnus correctement et qui nécessitent donc l'option " +"min. qui ne sont pas reconnus correctement et qui nécessitent donc l’option " "de gravure en surcapacité.\n" "Note : cette option peut provoquer des échecs de gravure." @@ -1277,7 +1274,7 @@ "The drive that holds the source disc will also be the one used to record." msgstr "" "Le lecteur qui contient le disque source sera également celui utilisé pour " -"l'enregistrement." +"l’enregistrement." #: ../libbrasero-burn/brasero-burn-options.c:570 msgid "" @@ -1306,8 +1303,8 @@ "Do you want to create a disc from the contents of the image or with the " "image file inside?" msgstr "" -"Voulez-vous créer un disque à partir du contenu de l'image ou un disque qui " -"contient l'image elle-même ?" +"Voulez-vous créer un disque à partir du contenu de l’image ou un disque qui " +"contient l’image elle-même ?" #. Translators: %s is the name of the image #: ../libbrasero-burn/brasero-burn-options.c:804 @@ -1316,7 +1313,7 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned." msgstr "" -"Un seul fichier est sélectionné (« %s »). C'est une image de disque et son " +"Un seul fichier est sélectionné (« %s »). C’est une image de disque et son " "contenu peut être gravé." #: ../libbrasero-burn/brasero-burn-options.c:809 @@ -1329,7 +1326,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:893 msgid "Image Burning Setup" -msgstr "Options de gravure d'une image" +msgstr "Options de gravure d’une image" #. pack everything #: ../libbrasero-burn/brasero-burn-options.c:901 @@ -1411,21 +1408,21 @@ #: ../libbrasero-burn/brasero-dest-selection.c:696 #, c-format msgid "%s: not enough free space" -msgstr "%s : pas assez d'espace disponible" +msgstr "%s : pas assez d’espace disponible" #. NOTE for translators: the first %s is the medium name, the second %s #. * is its available free space. "Free" here is the free space available. #: ../libbrasero-burn/brasero-dest-selection.c:727 #, c-format msgid "%s: %s of free space" -msgstr "%s : %s d'espace libre" +msgstr "%s : %s d’espace libre" #. Translators: the first %s is the path of the directory where brasero #. * will store its temporary files; the second one is the size available #: ../libbrasero-burn/brasero-drive-properties.c:192 #, c-format msgid "%s: %s free" -msgstr "%s : %s d'espace libre" +msgstr "%s : %s d’espace libre" #: ../libbrasero-burn/brasero-drive-properties.c:233 #: ../libbrasero-burn/brasero-drive-properties.c:272 @@ -1441,7 +1438,7 @@ #: ../plugins/libburnia/burn-libisofs.c:246 #, c-format msgid "You do not have the required permission to write at this location" -msgstr "Vous n'avez pas les droits requis pour écrire à cet emplacement" +msgstr "Vous n’avez pas les droits requis pour écrire à cet emplacement" #: ../libbrasero-burn/brasero-drive-properties.c:330 msgid "" @@ -1451,7 +1448,7 @@ msgstr "" "Le système de fichiers sur ce volume ne prend pas en charge les fichiers " "volumineux (plus de 2 Gio).\n" -"Cela peut poser problème lors de l'écriture de DVD ou de grandes images." +"Cela peut poser problème lors de l’écriture de DVD ou de grandes images." #. Translators %s.1f is the speed used to burn #: ../libbrasero-burn/brasero-drive-properties.c:524 @@ -1480,7 +1477,7 @@ #: ../libbrasero-burn/brasero-drive-properties.c:575 msgid "Impossible to retrieve speeds" -msgstr "impossible d'obtenir les vitesses" +msgstr "impossible d’obtenir les vitesses" #: ../libbrasero-burn/brasero-drive-properties.c:584 msgid "Maximum speed" @@ -1504,19 +1501,19 @@ #: ../libbrasero-burn/brasero-drive-properties.c:726 msgid "Use burn_proof (decrease the risk of failures)" -msgstr "Utiliser la technologie burn_proof (diminue les risques d'échecs)" +msgstr "Utiliser la technologie burn_proof (diminue les risques d’échecs)" #: ../libbrasero-burn/brasero-drive-properties.c:728 msgid "Burn the image directly _without saving it to disc" -msgstr "Graver l'image directement _sans l'enregistrer sur le disque dur" +msgstr "Graver l’image directement _sans l’enregistrer sur le disque dur" #: ../libbrasero-burn/brasero-drive-properties.c:730 msgid "Leave the disc _open to add other files later" -msgstr "Laisser le disque _ouvert afin d'ajouter d'autres fichiers plus tard" +msgstr "Laisser le disque _ouvert afin d’ajouter d’autres fichiers plus tard" #: ../libbrasero-burn/brasero-drive-properties.c:731 msgid "Allow to add more data to the disc later" -msgstr "Permet l'ajout ultérieur de fichiers supplémentaires" +msgstr "Permet l’ajout ultérieur de fichiers supplémentaires" #: ../libbrasero-burn/brasero-drive-properties.c:751 #: ../libbrasero-burn/brasero-tool-dialog.c:284 @@ -1556,7 +1553,7 @@ #: ../libbrasero-burn/brasero-image-properties.c:243 msgid "Disc image type:" -msgstr "Type d'image disque :" +msgstr "Type d’image disque :" #: ../libbrasero-burn/brasero-image-type-chooser.c:97 msgid "Autodetect" @@ -1588,7 +1585,7 @@ msgid "" "Do you really want to keep the current extension for the disc image name?" msgstr "" -"Voulez-vous vraiment conserver l'extension actuelle pour le nom de l'image " +"Voulez-vous vraiment conserver l’extension actuelle pour le nom de l’image " "de disque ?" #: ../libbrasero-burn/brasero-medium-properties.c:139 @@ -1601,15 +1598,15 @@ #: ../libbrasero-burn/brasero-medium-properties.c:142 msgid "_Keep Current Extension" -msgstr "_Conserver l'extension actuelle" +msgstr "_Conserver l’extension actuelle" #: ../libbrasero-burn/brasero-medium-properties.c:145 msgid "Change _Extension" -msgstr "_Modifier l'extension" +msgstr "_Modifier l’extension" #: ../libbrasero-burn/brasero-medium-properties.c:234 msgid "Configure recording options" -msgstr "Configure les options d'enregistrement" +msgstr "Configure les options d’enregistrement" #. Translators: first %02i is hours, the second one is minutes and the #. * third one is seconds. @@ -1648,7 +1645,7 @@ #: ../libbrasero-burn/brasero-src-image.c:236 #, c-format msgid "\"%s\": unknown disc image type" -msgstr "« %s » : type d'image disque inconnu" +msgstr "« %s » : type d’image disque inconnu" #. NOTE to translators, the first %s is the path of the image #. * file and the second its size. @@ -1667,7 +1664,7 @@ #: ../libbrasero-burn/brasero-src-image.c:415 msgid "Select Disc Image" -msgstr "Sélection d'une image disque" +msgstr "Sélection d’une image disque" #: ../libbrasero-burn/brasero-src-image.c:444 #: ../nautilus/nautilus-burn-bar.c:236 ../src/brasero-file-chooser.c:350 @@ -1683,7 +1680,7 @@ #: ../libbrasero-burn/brasero-src-image.c:467 msgid "Image type:" -msgstr "Type d'image :" +msgstr "Type d’image :" #: ../libbrasero-burn/brasero-status-dialog.c:147 #, c-format @@ -1747,8 +1744,8 @@ "La taille du fichier dépasse 2 Gio. Les fichiers de taille supérieure à 2 " "Gio ne sont pas pris en charge par les deux premières versions (les plus " "répandues) du standard ISO9660.\n" -"Il est recommandé d'utiliser la troisième version du standard ISO9660 qui " -"est pris en charge par la plupart des systèmes d'exploitation, y compris " +"Il est recommandé d’utiliser la troisième version du standard ISO9660 qui " +"est pris en charge par la plupart des systèmes d’exploitation, y compris " "Linux et toutes les versions de Windows™.\n" "Une exception connue est le système MacOS X qui ne peut pas lire les images " "créées avec la version 3 du standard ISO9660." @@ -1779,7 +1776,7 @@ #: ../libbrasero-burn/brasero-status-dialog.c:568 msgid "Please wait until the estimation of the size is completed." -msgstr "Veuillez patienter durant l'estimation de la taille." +msgstr "Veuillez patienter durant l’estimation de la taille." #: ../libbrasero-burn/brasero-status-dialog.c:569 msgid "All files need to be analysed to complete this operation." @@ -1793,7 +1790,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:165 #: ../libbrasero-burn/brasero-sum-dialog.c:514 msgid "The file integrity check could not be performed." -msgstr "La vérification de l'intégrité des données n'a pas pu être effectuée." +msgstr "La vérification de l’intégrité des données n’a pas pu être effectuée." #: ../libbrasero-burn/brasero-sum-dialog.c:166 ../src/brasero-data-disc.c:214 #: ../src/brasero-eject-dialog.c:102 ../src/brasero-playlist.c:393 @@ -1803,7 +1800,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:178 msgid "The file integrity check was performed successfully." -msgstr "La vérification de l'intégrité des données a réussi." +msgstr "La vérification de l’intégrité des données a réussi." #: ../libbrasero-burn/brasero-sum-dialog.c:179 msgid "There seem to be no corrupted files on the disc" @@ -1824,11 +1821,11 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:397 #, c-format msgid "\"%s\" is not a valid URI" -msgstr "« %s » n'est pas un URI valide" +msgstr "« %s » n’est pas un URI valide" #: ../libbrasero-burn/brasero-sum-dialog.c:515 msgid "No MD5 file was given." -msgstr "Aucun fichier MD5 n'a été renseigné." +msgstr "Aucun fichier MD5 n’a été renseigné." #: ../libbrasero-burn/brasero-sum-dialog.c:692 msgid "Use an _MD5 file to check the disc" @@ -1837,7 +1834,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:693 msgid "Use an external .md5 file that stores the checksum of a disc" msgstr "" -"Utiliser un fichier md5 externe qui contient la somme de contrôle d'un disque" +"Utiliser un fichier md5 externe qui contient la somme de contrôle d’un disque" #: ../libbrasero-burn/brasero-sum-dialog.c:706 msgid "Open an MD5 file" @@ -1855,7 +1852,7 @@ #: ../libbrasero-burn/brasero-tool-dialog.c:92 #: ../libbrasero-burn/brasero-tool-dialog.c:102 msgid "The operation cannot be performed." -msgstr "Impossible de réaliser l'opération." +msgstr "Impossible de réaliser l’opération." #: ../libbrasero-burn/brasero-tool-dialog.c:79 #: ../plugins/cdrkit/burn-wodim.c:151 ../plugins/cdrkit/burn-wodim.c:421 @@ -1865,7 +1862,7 @@ #: ../plugins/libburnia/burn-libburn.c:610 #, c-format msgid "The disc is not supported" -msgstr "Le disque n'est pas pris en charge" +msgstr "Le disque n’est pas pris en charge" #: ../libbrasero-burn/brasero-tool-dialog.c:103 msgid "The drive is empty" @@ -1934,12 +1931,12 @@ #: ../libbrasero-burn/brasero-track-image-cfg.c:451 msgid "Retrieving image format and size" -msgstr "Récupération du format et de la taille de l'image" +msgstr "Récupération du format et de la taille de l’image" #. Translators: This is a disc image #: ../libbrasero-burn/brasero-track-image-cfg.c:471 msgid "The format of the disc image could not be identified" -msgstr "Le format de l'image disque n'a pas pu être identifié" +msgstr "Le format de l’image disque n’a pas pu être identifié" #: ../libbrasero-burn/brasero-track-image-cfg.c:472 msgid "Please set it manually" @@ -1956,14 +1953,14 @@ #, c-format msgid "Directories cannot be added to video or audio discs" msgstr "" -"Il n'est pas possible d'ajouter des répertoires sur des disques audio ou " +"Il n’est pas possible d’ajouter des répertoires sur des disques audio ou " "vidéo" #: ../libbrasero-burn/brasero-track-stream-cfg.c:142 #, c-format msgid "Playlists cannot be added to video or audio discs" msgstr "" -"Il n'est pas possible d'ajouter des listes de lecture sur des disques audio " +"Il n’est pas possible d’ajouter des listes de lecture sur des disques audio " "ou vidéo" #. Translators: %s is the name of the file @@ -2003,7 +2000,7 @@ #: ../libbrasero-burn/brasero-video-options.c:504 msgid "Aspect ratio:" -msgstr "Rapport d'affichage :" +msgstr "Rapport d’affichage :" #: ../libbrasero-burn/brasero-video-options.c:515 msgid "_4:3" @@ -2065,7 +2062,7 @@ #: ../libbrasero-burn/burn-basics.c:87 msgid "Writing leadin" -msgstr "Écriture de l'en-tête" +msgstr "Écriture de l’en-tête" #: ../libbrasero-burn/burn-basics.c:88 msgid "Writing CD-Text information" @@ -2111,7 +2108,7 @@ #: ../libbrasero-burn/burn-job.c:1119 #, c-format msgid "\"%s\" did not behave properly" -msgstr "« %s » ne s'est pas comporté correctement" +msgstr "« %s » ne s’est pas comporté correctement" #. Translators: the first %s is the size of the free space on the medium #. * and the second %s is the size of the space required by the data to be @@ -2120,7 +2117,7 @@ #, c-format msgid "Not enough space available on the disc (%s available for %s)" msgstr "" -"Il n'y a pas assez d'espace disponible sur le disque (%s disponible pour %s)" +"Il n’y a pas assez d’espace disponible sur le disque (%s disponible pour %s)" #: ../libbrasero-burn/burn-job.c:522 #, c-format @@ -2128,7 +2125,7 @@ "The filesystem you chose to store the temporary image on cannot hold files " "with a size over 2 GiB" msgstr "" -"Le système de fichiers sur lequel vous avez choisi de stocker l'image " +"Le système de fichiers sur lequel vous avez choisi de stocker l’image " "temporaire ne peut pas contenir de fichiers de plus de 2 Gio" #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 @@ -2137,19 +2134,19 @@ "The location you chose to store the temporary image on does not have enough " "free space for the disc image (%ld MiB needed)" msgstr "" -"L'emplacement sélectionné pour accueillir l'image temporaire ne dispose pas " -"de suffisamment d'espace libre pour l'image du disque (%ld Mio sont " +"L’emplacement sélectionné pour accueillir l’image temporaire ne dispose pas " +"de suffisamment d’espace libre pour l’image du disque (%ld Mio sont " "nécessaires)" #: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" -msgstr "Impossible d'obtenir la taille du volume" +msgstr "Impossible d’obtenir la taille du volume" #: ../libbrasero-burn/burn-job.c:627 #, c-format msgid "No path was specified for the image output" -msgstr "Aucun chemin n'a été indiqué pour l'image produite" +msgstr "Aucun chemin n’a été indiqué pour l’image produite" #. Translators: %s is the error returned by libburn #. Translators: the %s is the error message from errno @@ -2167,7 +2164,7 @@ #: ../plugins/libburnia/burn-libisofs.c:707 #, c-format msgid "The file is not stored locally" -msgstr "Le fichier n'est pas stocké localement" +msgstr "Le fichier n’est pas stocké localement" #: ../libbrasero-burn/burn-mkisofs-base.c:644 #, c-format @@ -2205,7 +2202,7 @@ #: ../libbrasero-burn/burn-process.c:259 #, c-format msgid "Process \"%s\" ended with an error code (%i)" -msgstr "Le processus « %s » s'est terminé avec un code d'erreur (%i)" +msgstr "Le processus « %s » s’est terminé avec un code d’erreur (%i)" #. Translators: This is a fake drive, a file, and means that #. * when we're writing, we're writing to a file and create an @@ -2489,7 +2486,7 @@ #: ../libbrasero-media/scsi-error.c:53 msgid "The device timed out" -msgstr "Le délai d'attente du lecteur a expiré" +msgstr "Le délai d’attente du lecteur a expiré" #: ../libbrasero-media/scsi-error.c:54 msgid "Key not established" @@ -2543,7 +2540,7 @@ #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:308 msgid "Image path:" -msgstr "Chemin de l'image :" +msgstr "Chemin de l’image :" #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:320 @@ -2553,11 +2550,11 @@ #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:331 msgid "Image style:" -msgstr "Style de l'image :" +msgstr "Style de l’image :" #: ../libbrasero-utils/brasero-jacket-background.c:345 msgid "Centered" -msgstr "Centrée" +msgstr "Centré" #: ../libbrasero-utils/brasero-jacket-background.c:346 msgid "Tiled" @@ -2565,11 +2562,11 @@ #: ../libbrasero-utils/brasero-jacket-background.c:347 msgid "Scaled" -msgstr "Redimensionnée" +msgstr "Redimensionné" #: ../libbrasero-utils/brasero-jacket-background.c:384 msgid "Background Properties" -msgstr "Propriétés d'arrière-plan" +msgstr "Propriétés d’arrière-plan" #: ../libbrasero-utils/brasero-jacket-edit.c:534 msgid "Print" @@ -2577,11 +2574,11 @@ #: ../libbrasero-utils/brasero-jacket-edit.c:546 msgid "Bac_kground Properties" -msgstr "Propriétés d'_arrière-plan" +msgstr "Propriétés d’_arrière-plan" #: ../libbrasero-utils/brasero-jacket-edit.c:549 msgid "Background properties" -msgstr "Propriétés d'arrière-plan" +msgstr "Propriétés d’arrière-plan" #: ../libbrasero-utils/brasero-jacket-edit.c:564 msgid "Align right" @@ -2625,7 +2622,7 @@ #: ../libbrasero-utils/brasero-jacket-view.c:766 msgid "Set Bac_kground Properties" -msgstr "Définir les propriétés d'_arrière-plan" +msgstr "Définir les propriétés d’_arrière-plan" #: ../libbrasero-utils/brasero-jacket-view.c:807 msgid "SIDES" @@ -2643,12 +2640,12 @@ #. * a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-view.c:1021 msgid "The image could not be loaded." -msgstr "Impossible de charger l'image." +msgstr "Impossible de charger l’image." #: ../libbrasero-utils/brasero-metadata.c:1126 ../src/brasero-audio-disc.c:643 #, c-format msgid "\"%s\" could not be handled by GStreamer." -msgstr "« %s » n'a pas pu être traité par GStreamer." +msgstr "« %s » n’a pas pu être traité par GStreamer." #. Translators: %s is the name of the object (as in #. * GObject) from the Gstreamer library that could @@ -2692,7 +2689,7 @@ #: ../plugins/transcode/burn-vob.c:1152 #, c-format msgid "%s element could not be created" -msgstr "L'élément %s n'a pu être créé" +msgstr "L’élément %s n’a pu être créé" #: ../libbrasero-utils/brasero-misc.c:74 msgid "Display debug statements on stdout for Brasero utilities library" @@ -2772,7 +2769,7 @@ #: ../nautilus/nautilus-burn-extension.c:572 msgid "Write disc image to a CD or DVD" -msgstr "Grave l'image disque sur un CD ou un DVD" +msgstr "Grave l’image disque sur un CD ou un DVD" #: ../nautilus/nautilus-burn-extension.c:645 msgid "_Copy Disc…" @@ -2796,7 +2793,7 @@ #: ../nautilus/nautilus-burn-extension.c:677 msgid "Check the data integrity on this CD or DVD" -msgstr "Vérifie l'intégrité des données de ce CD ou DVD" +msgstr "Vérifie l’intégrité des données de ce CD ou DVD" #: ../plugins/audio2cue/burn-audio2cue.c:191 #: ../plugins/checksum/burn-checksum-image.c:124 @@ -2813,11 +2810,11 @@ #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format msgid "Data could not be written (%s)" -msgstr "Impossible d'écrire les données (%s)" +msgstr "Impossible d’écrire les données (%s)" #: ../plugins/audio2cue/burn-audio2cue.c:723 msgid "Generates .cue files from audio" -msgstr "Génération de fichiers .cue à partir de l'audio" +msgstr "Génération de fichiers .cue à partir de l’audio" #: ../plugins/cdrdao/burn-cdrdao.c:55 msgid "cdrdao burning suite" @@ -2825,11 +2822,11 @@ #: ../plugins/cdrdao/burn-cdrdao.c:103 msgid "Copying audio track" -msgstr "Copie d'une piste audio" +msgstr "Copie d’une piste audio" #: ../plugins/cdrdao/burn-cdrdao.c:109 msgid "Copying data track" -msgstr "Copie d'une piste de données" +msgstr "Copie d’une piste de données" #: ../plugins/cdrdao/burn-cdrdao.c:145 #, c-format @@ -2842,7 +2839,7 @@ #: ../plugins/cdrtools/burn-readcd.c:117 ../plugins/cdrtools/burn-readcd.c:123 #, c-format msgid "You do not have the required permissions to use this drive" -msgstr "Vous n'avez pas les droits requis pour utiliser ce lecteur" +msgstr "Vous n’avez pas les droits requis pour utiliser ce lecteur" #: ../plugins/cdrdao/burn-cdrdao.c:480 msgid "Converting toc file" @@ -2855,7 +2852,7 @@ #: ../plugins/cdrdao/burn-cdrdao.c:762 msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" msgstr "" -"Activer l'option « --driver generic-mmc-raw » (voir le manuel de cdrdao)" +"Activer l’option « --driver generic-mmc-raw » (voir le manuel de cdrdao)" #: ../plugins/cdrkit/burn-cdrkit.h:38 msgid "cdrkit burning suite" @@ -2867,7 +2864,7 @@ #: ../plugins/libburnia/burn-libisofs.c:518 #, c-format msgid "Last session import failed" -msgstr "L'importation de la dernière session a échoué" +msgstr "L’importation de la dernière session a échoué" #: ../plugins/cdrkit/burn-genisoimage.c:125 #: ../plugins/cdrkit/burn-genisoimage.c:132 @@ -2876,11 +2873,11 @@ #: ../plugins/growisofs/burn-growisofs.c:210 #: ../plugins/growisofs/burn-growisofs.c:217 msgid "An image could not be created" -msgstr "Une image n'a pas pu être créée" +msgstr "Une image n’a pas pu être créée" #: ../plugins/cdrkit/burn-genisoimage.c:138 msgid "This version of genisoimage is not supported" -msgstr "Cette version de genisoimage n'est pas prise en charge" +msgstr "Cette version de genisoimage n’est pas prise en charge" #: ../plugins/cdrkit/burn-genisoimage.c:180 #: ../plugins/cdrtools/burn-mkisofs.c:180 @@ -2897,13 +2894,13 @@ #: ../plugins/cdrkit/burn-genisoimage.c:192 #: ../plugins/cdrtools/burn-mkisofs.c:192 msgid "There is no space left on the device" -msgstr "Il n'y a plus d'espace disponible sur le disque" +msgstr "Il n’y a plus d’espace disponible sur le disque" #: ../plugins/cdrkit/burn-genisoimage.c:527 #: ../plugins/cdrtools/burn-mkisofs.c:531 #: ../plugins/libburnia/burn-libisofs.c:1078 msgid "Creates disc images from a file selection" -msgstr "Crée une image de disque à partir d'une sélection de fichiers" +msgstr "Crée une image de disque à partir d’une sélection de fichiers" #: ../plugins/cdrkit/burn-readom.c:136 ../plugins/cdrtools/burn-readcd.c:137 #, c-format @@ -2911,26 +2908,26 @@ "The location you chose to store the image on does not have enough free space " "for the disc image" msgstr "" -"L'emplacement sélectionné pour accueillir l'image ne dispose pas de " -"suffisamment d'espace libre pour l'image du disque" +"L’emplacement sélectionné pour accueillir l’image ne dispose pas de " +"suffisamment d’espace libre pour l’image du disque" #: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 msgid "Copies any disc to a disc image" -msgstr "Copie n'importe quel disque vers une image de disque" +msgstr "Copie n’importe quel disque vers une image de disque" #: ../plugins/cdrkit/burn-wodim.c:122 ../plugins/cdrtools/burn-cdrecord.c:122 #: ../plugins/libburnia/burn-libburn.c:856 #: ../plugins/libburnia/burn-libburn.c:887 #, c-format msgid "An error occurred while writing to disc" -msgstr "Une erreur est survenue lors de l'écriture sur le disque" +msgstr "Une erreur est survenue lors de l’écriture sur le disque" #: ../plugins/cdrkit/burn-wodim.c:128 ../plugins/cdrtools/burn-cdrecord.c:128 #, c-format msgid "" "The system is too slow to write the disc at this speed. Try a lower speed" msgstr "" -"Le système n'est pas assez rapide pour graver un disque à cette vitesse. " +"Le système n’est pas assez rapide pour graver un disque à cette vitesse. " "Essayez avec une vitesse inférieure" #. Translators: %s is the number of the track @@ -2958,7 +2955,7 @@ #: ../plugins/cdrkit/burn-wodim.c:1413 msgid "Enable the \"-immed\" flag (see wodim manual)" -msgstr "Activer l'option « -immed » (voir le manuel de wodim)" +msgstr "Activer l’option « -immed » (voir le manuel de wodim)" #: ../plugins/cdrkit/burn-wodim.c:1416 msgid "Minimum drive buffer fill ratio (in %) (see wodim manual):" @@ -2978,7 +2975,7 @@ #: ../plugins/cdrtools/burn-cdda2wav.c:411 msgid "Copy tracks from an audio CD with all associated information" -msgstr "Copie de pistes d'un CD audio avec toutes les informations associées" +msgstr "Copie de pistes d’un CD audio avec toutes les informations associées" # Utilisation de B-RD car BD est généralemant plus utilisé pour Bande dessinée #: ../plugins/cdrtools/burn-cdrecord.c:1203 @@ -2988,7 +2985,7 @@ #: ../plugins/cdrtools/burn-cdrecord.c:1416 msgid "Enable the \"-immed\" flag (see cdrecord manual)" -msgstr "Activer l'option « -immed » (voir le manuel de cdrecord)" +msgstr "Activer l’option « -immed » (voir le manuel de cdrecord)" #: ../plugins/cdrtools/burn-cdrecord.c:1419 #, c-format @@ -3003,13 +3000,13 @@ #: ../plugins/cdrtools/burn-mkisofs.c:138 msgid "This version of mkisofs is not supported" -msgstr "Cette version de mkisofs n'est pas prise en charge" +msgstr "Cette version de mkisofs n’est pas prise en charge" #: ../plugins/checksum/burn-checksum-files.c:131 #: ../plugins/checksum/burn-checksum-files.c:589 #, c-format msgid "File \"%s\" could not be opened (%s)" -msgstr "Impossible d'ouvrir le fichier « %s » (%s)" +msgstr "Impossible d’ouvrir le fichier « %s » (%s)" #: ../plugins/checksum/burn-checksum-files.c:617 msgid "Creating checksum for image files" @@ -3022,13 +3019,13 @@ #: ../plugins/checksum/burn-checksum-files.c:893 msgid "Checking file integrity" -msgstr "Vérification de l'intégrité du fichier" +msgstr "Vérification de l’intégrité du fichier" #: ../plugins/checksum/burn-checksum-files.c:987 #: ../plugins/checksum/burn-checksum-files.c:1012 #, c-format msgid "File \"%s\" could not be opened" -msgstr "Impossible d'ouvrir le fichier « %s »" +msgstr "Impossible d’ouvrir le fichier « %s »" #: ../plugins/checksum/burn-checksum-files.c:1085 #: ../plugins/checksum/burn-checksum-files.c:1206 @@ -3046,12 +3043,12 @@ #: ../plugins/checksum/burn-checksum-files.c:1466 msgid "Checks file integrities on a disc" -msgstr "Vérifie l'intégrité des fichiers sur un disque" +msgstr "Vérifie l’intégrité des fichiers sur un disque" #: ../plugins/checksum/burn-checksum-files.c:1504 #: ../plugins/checksum/burn-checksum-image.c:856 msgid "Hashing algorithm to be used:" -msgstr "Algorithme de hâchage à utiliser :" +msgstr "Algorithme de hachage à utiliser :" #: ../plugins/checksum/burn-checksum-files.c:1507 #: ../plugins/checksum/burn-checksum-image.c:859 @@ -3076,23 +3073,23 @@ #: ../plugins/libburnia/burn-libburn.c:679 #, c-format msgid "\"%s\" could not be opened (%s)" -msgstr "Impossible d'ouvrir « %s » (%s)" +msgstr "Impossible d’ouvrir « %s » (%s)" #: ../plugins/checksum/burn-checksum-image.c:359 #: ../plugins/checksum/burn-checksum-image.c:456 msgid "Creating image checksum" -msgstr "Création de la somme de contrôle pour l'image" +msgstr "Création de la somme de contrôle pour l’image" #. Translators: this is the name of the plugin #. * which will be translated only when it needs #. * displaying. #: ../plugins/checksum/burn-checksum-image.c:831 msgid "Image Checksum" -msgstr "Somme de contrôle d'image" +msgstr "Somme de contrôle d’image" #: ../plugins/checksum/burn-checksum-image.c:832 msgid "Checks disc integrity after it is burnt" -msgstr "Vérifie l'intégrité du disque après la gravure" +msgstr "Vérifie l’intégrité du disque après la gravure" #: ../plugins/dvdauthor/burn-dvdauthor.c:313 #: ../plugins/vcdimager/burn-vcdimager.c:438 @@ -3115,8 +3112,8 @@ "command or run the \"DVDCSS_METHOD=title brasero --no-existing-session\" " "command" msgstr "" -"Erreur lors de la récupération d'une clé pour le cryptage. Il est possible " -"de résoudre le problème de l'une des façons suivantes : dans un terminal, " +"Erreur lors de la récupération d’une clé pour le cryptage. Il est possible " +"de résoudre le problème de l’une des façons suivantes : dans un terminal, " "soit vous définissez le code correct de région DVD de votre lecteur de CD/" "DVD avec la commande « regionset %s » ou vous lancez la commande " "« DVDCSS_METHOD=title brasero --no-existing-session »" @@ -3128,7 +3125,7 @@ #: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" -msgstr "Impossible d'ouvrir le DVD vidéo" +msgstr "Impossible d’ouvrir le DVD vidéo" #: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 #: ../plugins/dvdcss/burn-dvdcss.c:480 @@ -3154,7 +3151,7 @@ #: ../plugins/growisofs/burn-growisofs.c:924 msgid "Allow DAO use" -msgstr "Permettre l'utilisation de DAO" +msgstr "Permettre l’utilisation de DAO" #: ../plugins/growisofs/burn-growisofs-common.h:38 msgid "growisofs burning suite" @@ -3169,12 +3166,12 @@ #: ../plugins/libburnia/burn-libburn-common.c:158 #, c-format msgid "libburn library could not be initialized" -msgstr "Impossible d'initialiser la bibliothèque libburn" +msgstr "Impossible d’initialiser la bibliothèque libburn" #: ../plugins/libburnia/burn-libburn-common.c:173 #, c-format msgid "The drive address could not be retrieved" -msgstr "Impossible d'obtenir l'adresse du lecteur" +msgstr "Impossible d’obtenir l’adresse du lecteur" #: ../plugins/libburnia/burn-libburn-common.c:418 #, c-format @@ -3190,13 +3187,13 @@ #: ../plugins/libburnia/burn-libisofs.c:571 #, c-format msgid "Volume could not be created" -msgstr "Le volume n'a pas pu être créé" +msgstr "Le volume n’a pas pu être créé" #: ../plugins/libburnia/burn-libisofs.c:345 #: ../plugins/libburnia/burn-libisofs.c:893 #, c-format msgid "libisofs could not be initialized." -msgstr "Impossible d'initialiser libisofs." +msgstr "Impossible d’initialiser libisofs." #: ../plugins/libburnia/burn-libisofs.c:485 #, c-format @@ -3208,7 +3205,7 @@ #, c-format msgid "No parent could be found in the tree for the path \"%s\"" msgstr "" -"Impossible de trouver un parent dans l'arborescence pour le chemin « %s »" +"Impossible de trouver un parent dans l’arborescence pour le chemin « %s »" #: ../plugins/libburnia/burn-libisofs.c:744 #: ../plugins/libburnia/burn-libisofs.c:811 @@ -3221,14 +3218,14 @@ msgid "" "libisofs reported an error while adding contents to directory \"%s\" (%x)" msgstr "" -"libisofs a signalé une erreur lors de l'ajout de contenu au répertoire " +"libisofs a signalé une erreur lors de l’ajout de contenu au répertoire " "« %s » (%x)" #: ../plugins/libburnia/burn-libisofs.c:782 #: ../plugins/libburnia/burn-libisofs.c:798 #, c-format msgid "libisofs reported an error while adding file at path \"%s\"" -msgstr "libisofs a signalé une erreur lors de l'ajout du fichier « %s »" +msgstr "libisofs a signalé une erreur lors de l’ajout du fichier « %s »" #: ../plugins/local-track/burn-local-image.c:260 msgid "Copying checksum file" @@ -3254,7 +3251,7 @@ #: ../plugins/local-track/burn-uri.c:472 #, c-format msgid "Impossible to retrieve local file path" -msgstr "Impossible d'obtenir le chemin du fichier local" +msgstr "Impossible d’obtenir le chemin du fichier local" #: ../plugins/local-track/burn-uri.c:748 msgid "" @@ -3307,7 +3304,7 @@ #: ../plugins/transcode/burn-transcode.c:1313 msgid "Error while getting duration" -msgstr "Erreur lors de l'obtention de la durée" +msgstr "Erreur lors de l’obtention de la durée" #: ../plugins/transcode/burn-transcode.c:1462 #, c-format @@ -3322,7 +3319,7 @@ #: ../plugins/transcode/burn-transcode.c:1736 msgid "Converts any song file into a format suitable for audio CDs" msgstr "" -"Convertit n'importe quel fichier de musique au format utilisé par les CD " +"Convertit n’importe quel fichier de musique au format utilisé par les CD " "audio" #: ../plugins/transcode/burn-vob.c:1251 @@ -3383,11 +3380,11 @@ #: ../src/brasero-app.c:139 msgid "_Check Integrity…" -msgstr "_Vérifier l'intégrité…" +msgstr "_Vérifier l’intégrité…" #: ../src/brasero-app.c:140 msgid "Check data integrity of disc" -msgstr "Vérifie l'intégrité du disque" +msgstr "Vérifie l’intégrité du disque" #: ../src/brasero-app.c:143 msgid "Quit Brasero" @@ -3399,7 +3396,7 @@ #: ../src/brasero-app.c:145 msgid "Display help" -msgstr "Affiche l'aide" +msgstr "Affiche l’aide" #: ../src/brasero-app.c:148 msgid "About" @@ -3441,7 +3438,7 @@ "FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " "details." msgstr "" -"Brasero est distribué dans l'espoir qu'il sera utile, mais SANS AUCUNE " +"Brasero est distribué dans l’espoir qu’il sera utile, mais SANS AUCUNE " "GARANTIE ; sans même une garantie implicite de COMMERCIABILITÉ ou DE " "CONFORMITÉ À UNE UTILISATION PARTICULIÈRE. Voir la Licence Publique Générale " "GNU pour plus de détails." @@ -3453,7 +3450,7 @@ "Street, Fifth Floor, Boston, MA 02110-1301, USA" msgstr "" "Vous devriez avoir reçu un exemplaire de la Licence Publique Générale GNU " -"avec ce programme ; si ce n'est pas le cas, écrivez à la Free Software " +"avec ce programme ; si ce n’est pas le cas, écrivez à la Free Software " "Foundation Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA." #: ../src/brasero-app.c:1198 @@ -3487,7 +3484,7 @@ #: ../src/brasero-app.c:1449 #, c-format msgid "The project \"%s\" does not exist" -msgstr "Le projet « %s » n'existe pas" +msgstr "Le projet « %s » n’existe pas" #: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 msgid "_Recent Projects" @@ -3614,7 +3611,7 @@ #: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 #, c-format msgid "\"%s\" could not be opened." -msgstr "Impossible d'ouvrir « %s »." +msgstr "Impossible d’ouvrir « %s »." #: ../src/brasero-audio-disc.c:857 msgid "Do you want to create an audio CD with DTS tracks?" @@ -3628,9 +3625,9 @@ "Note: if you agree, normalization will not be applied to these tracks." msgstr "" "Certains morceaux sélectionnés peuvent être gravés au format DTS.\n" -"Ce type de piste audio offre une meilleure qualité sonore mais n'est lisible " +"Ce type de piste audio offre une meilleure qualité sonore mais n’est lisible " "que sur certains lecteurs numériques.\n" -"Note : la normalisation n'est pas appliquée à ce type de piste." +"Note : la normalisation n’est pas appliquée à ce type de piste." #: ../src/brasero-audio-disc.c:867 msgid "Create _Regular Tracks" @@ -3651,11 +3648,11 @@ #: ../src/brasero-audio-disc.c:1290 msgid "Select one song only please." -msgstr "Veuillez ne sélectionner qu'un seul morceau." +msgstr "Veuillez ne sélectionner qu’un seul morceau." #: ../src/brasero-audio-disc.c:1291 msgid "Impossible to split more than one song at a time" -msgstr "Impossible de diviser plus d'un morceau à la fois" +msgstr "Impossible de diviser plus d’un morceau à la fois" #: ../src/brasero-cli.c:70 msgid "Open the specified project" @@ -3719,7 +3716,7 @@ #: ../src/brasero-cli.c:110 msgid "URI of an image file to burn (autodetected)" -msgstr "L'URI d'un fichier image à graver (autodétecté)" +msgstr "L’URI d’un fichier image à graver (auto-détecté)" #: ../src/brasero-cli.c:111 msgid "PATH TO IMAGE" @@ -3731,7 +3728,7 @@ #: ../src/brasero-cli.c:118 msgid "Open the blank disc dialog" -msgstr "Ouvre la boîte de dialogue d'effacement de disque" +msgstr "Ouvre la boîte de dialogue d’effacement de disque" #: ../src/brasero-cli.c:122 msgid "Open the check disc dialog" @@ -3739,7 +3736,7 @@ #: ../src/brasero-cli.c:126 msgid "Burn the contents of the burn:// URI" -msgstr "Grave le contenu de l'URI burn://" +msgstr "Grave le contenu de l’URI burn://" #: ../src/brasero-cli.c:130 msgid "Start burning immediately." @@ -3755,7 +3752,7 @@ "This option is mainly useful for integration with other applications." msgstr "" "Grave le projet indiqué et le supprime.\n" -"Cette option est surtout utile pour l'intégration dans d'autres applications." +"Cette option est surtout utile pour l’intégration dans d’autres applications." #: ../src/brasero-cli.c:139 msgid "PATH" @@ -3806,11 +3803,11 @@ #: ../src/brasero-data-disc.c:213 msgid "The session could not be imported." -msgstr "La session n'a pas pu être importée." +msgstr "La session n’a pas pu être importée." #: ../src/brasero-data-disc.c:559 msgid "The contents of the project changed since it was saved." -msgstr "Le contenu du projet a été modifié depuis qu'il a été enregistré." +msgstr "Le contenu du projet a été modifié depuis qu’il a été enregistré." #: ../src/brasero-data-disc.c:561 msgid "Discard the current modified project ?" @@ -3835,8 +3832,8 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned" msgstr "" -"Un seul fichier est sélectionné (« %s »). C'est une image de disque et son " -"contenu peut être gravé" +"Un seul fichier est sélectionné (« %s »). C’est une image de disque et son " +"contenu pouvant être gravés" #: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" @@ -3844,7 +3841,7 @@ #: ../src/brasero-data-disc.c:627 msgid "Burn as _Image" -msgstr "Graver en tant qu'_image" +msgstr "Graver en tant qu’_image" #: ../src/brasero-data-disc.c:673 ../src/brasero-data-disc.c:691 #: ../src/brasero-data-disc.c:709 @@ -3858,7 +3855,7 @@ #: ../src/brasero-data-disc.c:712 msgid "It does not exist at the specified location" -msgstr "Il n'existe pas à l'emplacement indiqué" +msgstr "Il n’existe pas à l’emplacement indiqué" #. Translators: %s is the name of the file #: ../src/brasero-data-disc.c:771 @@ -3871,7 +3868,7 @@ "A file with this name already exists in the folder. Replacing it will " "overwrite its contents on the disc to be burnt." msgstr "" -"Un fichier de même nom existe déja dans ce dossier. Si vous le remplacez, " +"Un fichier de même nom existe déjà dans ce dossier. Si vous le remplacez, " "son contenu sera écrasé sur le disque à graver." #. Translators: Keep means we're keeping the files that already existed @@ -3986,7 +3983,7 @@ #: ../src/brasero-eject-dialog.c:97 #, c-format msgid "The disc in \"%s\" cannot be ejected" -msgstr "Impossible d'éjecter le disque dans « %s »" +msgstr "Impossible d’éjecter le disque dans « %s »" #: ../src/brasero-eject-dialog.c:193 msgid "_Eject" @@ -4051,7 +4048,7 @@ #: ../src/brasero-file-filtered.c:311 msgid "Set the options for file filtering" -msgstr "Définit les options pour le fitrage des fichiers" +msgstr "Définit les options pour le filtrage des fichiers" #. filter hidden files #: ../src/brasero-filter-option.c:65 @@ -4168,12 +4165,12 @@ #. No Preview view #: ../src/brasero-player.c:845 msgid "No preview" -msgstr "Pas d'aperçu" +msgstr "Pas d’aperçu" #: ../src/brasero-playlist.c:390 #, c-format msgid "Error parsing playlist \"%s\"." -msgstr "Erreur lors de l'analyse de la liste de lecture « %s »." +msgstr "Erreur lors de l’analyse de la liste de lecture « %s »." #. Translators: %d is the number of songs #: ../src/brasero-playlist.c:499 @@ -4309,7 +4306,7 @@ #: ../src/brasero-project.c:950 ../src/brasero-project.c:966 msgid "The project is too large for the disc even with the overburn option." msgstr "" -"Le projet est trop grand pour ce disque, même avec l'option surcapacité " +"Le projet est trop grand pour ce disque, même avec l’option surcapacité " "activée." #: ../src/brasero-project.c:977 @@ -4322,7 +4319,7 @@ "Le projet est trop grand pour le disque, vous devez enlever des fichiers du " "projet.\n" "Cette option peut se révéler utile si vous utilisez des CD-R(W) de 90 ou 100 " -"min. qui ne sont pas reconnus correctement et qui nécessitent donc l'option " +"min. qui ne sont pas reconnus correctement et qui nécessitent donc l’option " "de gravure en surcapacité.\n" "Note : cette option peut provoquer des échecs de gravure." @@ -4352,7 +4349,7 @@ #: ../src/brasero-project.c:1920 msgid "Do you want to discard the file selection or add it to the new project?" msgstr "" -"Voulez-vous abandonner la sélection des fichiers ou bien l'ajouter au " +"Voulez-vous abandonner la sélection des fichiers ou bien l’ajouter au " "nouveau projet ?" #: ../src/brasero-project.c:1925 ../src/brasero-project.c:1944 @@ -4389,7 +4386,7 @@ "lost. Note that files will not be deleted from their own location, just no " "longer listed here." msgstr "" -"Vider un projet enlève tous les fichiers déjà ajoutés. L'ensemble du travail " +"Vider un projet enlève tous les fichiers déjà ajoutés. L’ensemble du travail " "sera perdu. Notez que les fichiers ne seront pas supprimés de leur propre " "emplacement, ils ne seront simplement plus listés ici." @@ -4425,7 +4422,7 @@ #: ../src/brasero-project.c:2624 ../src/brasero-project.c:2927 msgid "Your project has not been saved." -msgstr "Le projet n'a pas été enregistré." +msgstr "Le projet n’a pas été enregistré." #: ../src/brasero-project.c:2638 msgid "Save the changes of current project before closing?" @@ -4434,7 +4431,7 @@ #: ../src/brasero-project.c:2643 ../src/brasero-project.c:2932 msgid "If you don't save, changes will be permanently lost." msgstr "" -"Si vous n'enregistrez pas, les modifications seront définitivement perdues." +"Si vous n’enregistrez pas, les modifications seront définitivement perdues." #: ../src/brasero-project.c:2647 ../src/brasero-project.c:2653 #: ../src/brasero-project.c:2935 @@ -4515,8 +4512,8 @@ "Create a CD/DVD containing any type of data that can only be read on a " "computer" msgstr "" -"Crée un CD ou un DVD qui pourra contenir n'importe quel type de données mais " -"qui ne sera lisible qu'avec un ordinateur" +"Crée un CD ou un DVD qui pourra contenir n’importe quel type de données mais " +"qui ne sera lisible qu’avec un ordinateur" #: ../src/brasero-project-manager.c:105 msgid "New _Video Project" @@ -4537,7 +4534,7 @@ "Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on " "another CD/DVD" msgstr "" -"Crée la copie 1:1 d'un CD audio ou d'un CD/DVD sur votre disque dur ou sur " +"Crée la copie 1:1 d’un CD audio ou d’un CD/DVD sur votre disque dur ou sur " "un autre CD/DVD" #: ../src/brasero-project-manager.c:109 @@ -4548,7 +4545,7 @@ #: ../src/brasero-project-type-chooser.c:95 #: ../src/brasero-project-type-chooser.c:96 msgid "Burn an existing CD/DVD image to disc" -msgstr "Grave l'image d'un CD/DVD sur un disque" +msgstr "Grave l’image d’un CD/DVD sur un disque" #: ../src/brasero-project-manager.c:112 msgid "_Open…" @@ -4592,8 +4589,8 @@ #, c-format msgid "No file is supported (%i selected file)" msgid_plural "No file is supported (%i selected files)" -msgstr[0] "Aucun fichier n'est pris en charge (%i fichier sélectionné)" -msgstr[1] "Aucun fichier n'est pris en charge (%i fichiers sélectionnés)" +msgstr[0] "Aucun fichier n’est pris en charge (%i fichier sélectionné)" +msgstr[1] "Aucun fichier n’est pris en charge (%i fichiers sélectionnés)" #: ../src/brasero-project-manager.c:299 ../src/brasero-project-manager.c:453 msgid "No file selected" @@ -4660,7 +4657,7 @@ #: ../src/brasero-project-parse.c:458 msgid "The project could not be opened" -msgstr "Le projet n'a pas pu être ouvert" +msgstr "Le projet n’a pas pu être ouvert" #: ../src/brasero-project-parse.c:467 msgid "The file is empty" @@ -4700,7 +4697,7 @@ #: ../src/brasero-project-type-chooser.c:90 msgid "Create 1:1 copy of a CD/DVD" -msgstr "Crée une copie 1:1 d'un CD/DVD" +msgstr "Crée une copie 1:1 d’un CD/DVD" #: ../src/brasero-project-type-chooser.c:94 msgid "Burn _image" @@ -4840,11 +4837,11 @@ #: ../src/brasero-split-dialog.c:609 msgid "The track wasn't split." -msgstr "La piste n'a pas été divisée." +msgstr "La piste n’a pas été divisée." #: ../src/brasero-split-dialog.c:610 msgid "No silence could be detected" -msgstr "Aucun silence n'a pu être détecté" +msgstr "Aucun silence n’a pu être détecté" #: ../src/brasero-split-dialog.c:633 msgid "An error occurred while detecting silences." @@ -4864,7 +4861,7 @@ #: ../src/brasero-split-dialog.c:968 msgid "Do you really want to empty the slices preview?" -msgstr "Voulez-vous vraiment vider l'aperçu des segments ?" +msgstr "Voulez-vous vraiment vider l’aperçu des segments ?" #: ../src/brasero-split-dialog.c:970 ../src/brasero-split-dialog.c:1269 msgid "Re_move All" @@ -4952,11 +4949,11 @@ #: ../src/brasero-split-dialog.c:1280 msgid "Clear the slices preview" -msgstr "Efface l'aperçu des segments" +msgstr "Efface l’aperçu des segments" #: ../src/brasero-split-dialog.c:1290 msgid "_List of slices that are to be created:" -msgstr "_Liste des segments qui vont être créés :" +msgstr "_Liste des segments qui vont être créés :" #: ../src/brasero-split-dialog.c:1298 msgid "Slices Preview" @@ -4984,7 +4981,7 @@ #: ../src/brasero-time-button.c:317 msgid "Frames (1 second = 75 frames)" -msgstr "Trames (1 seconde = 75 trames)" +msgstr "Trames (1 seconde = 75 trames)" #: ../src/brasero-video-disc.c:101 msgid "Open the selected video" @@ -5009,11 +5006,11 @@ #: ../src/brasero-video-disc.c:412 #, c-format msgid "\"%s\" does not have a suitable type for video projects." -msgstr "« %s » n'a pas le type adéquat pour des projets vidéo." +msgstr "« %s » n’a pas le type adéquat pour des projets vidéo." #: ../src/brasero-video-disc.c:415 msgid "Please only add files with video content" -msgstr "Veuillez n'ajouter que des fichiers ayant du contenu vidéo" +msgstr "Veuillez n’ajouter que des fichiers ayant du contenu vidéo" #: ../src/main.c:84 msgid "[URI] [URI] …" diff -Nru brasero-3.12.2/po/fur.po brasero-3.12.3/po/fur.po --- brasero-3.12.2/po/fur.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/fur.po 2021-09-17 11:27:28.000000000 +0000 @@ -6,10 +6,9 @@ msgid "" msgstr "" "Project-Id-Version: brasero master\n" -"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2017-06-28 15:14+0000\n" -"PO-Revision-Date: 2017-07-07 08:55+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2021-01-21 06:24+0000\n" +"PO-Revision-Date: 2021-07-28 23:40+0200\n" "Last-Translator: Fabio Tomat \n" "Language-Team: Friulian \n" "Language: fur\n" @@ -17,7 +16,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 1.8.12\n" +"X-Generator: Poedit 3.0\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -38,8 +37,8 @@ msgstr "" "Brasero al pues creâ, copiâ e incidi CD/DVD musicâi e di dâts. Al supuarte a " "plen lis estensions CD-TEXT, multisession e joilet. Par scriviju tu puedis " -"semplicementri strissinâ i file da une altre aplicazion locâl o da une " -"unitât rimote condividude." +"semplicementri strissinâ i files di une altre aplicazion locâl o di une " +"unitât lontane condividude." #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -101,7 +100,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:3 msgid "The type of checksum used for images" -msgstr "Gjenar di checksum doprât pas imagjinis" +msgstr "Gjenar di sume di control doprât pas imagjinis" #: ../data/org.gnome.brasero.gschema.xml.h:4 msgid "Set to 0 for MD5, 1 for SHA1 and 2 for SHA256" @@ -109,11 +108,11 @@ #: ../data/org.gnome.brasero.gschema.xml.h:5 msgid "The type of checksum used for files" -msgstr "Gjenar di checksum doprât pai file" +msgstr "Gjenar de sume di control doprât pai files" #: ../data/org.gnome.brasero.gschema.xml.h:6 msgid "Directory to use for temporary files" -msgstr "Cartele di doprâ pai file temporanis" +msgstr "Cartele di doprâ pai files temporanis" #: ../data/org.gnome.brasero.gschema.xml.h:7 msgid "" @@ -122,8 +121,8 @@ "used." msgstr "" "Al conten il percors ae cartele dulà che il program al varès di archiviâ i " -"file temporanis. Se chel valôr al è vueit, la cartele predefinide metude par " -"glib e vegnarà doprade." +"files temporanis. Se chel valôr al è vueit, si doprarà la cartele " +"predefinide stabilide par glib." #: ../data/org.gnome.brasero.gschema.xml.h:8 msgid "Favourite burn engine" @@ -135,7 +134,7 @@ "used if possible." msgstr "" "Al conten il non dal motôr preferît di incision instalât. Se pussibil al " -"vegnarà doprât." +"vignarà doprât." #: ../data/org.gnome.brasero.gschema.xml.h:10 msgid "White list of additional plugins to use" @@ -216,37 +215,37 @@ #: ../data/org.gnome.brasero.gschema.xml.h:24 msgid "Should brasero filter hidden files" -msgstr "Indiche se brasero al à di filtrâ i file platâts" +msgstr "Indiche se brasero al à di filtrâ i files platâts" #: ../data/org.gnome.brasero.gschema.xml.h:25 msgid "" "Should brasero filter hidden files. Set to true, brasero will filter hidden " "files." -msgstr "Indiche se filtrâ i file platâts. Met a VÊR e brasero ju filtrarà." +msgstr "Indiche se filtrâ i files platâts. Met a VÊR e brasero ju filtrarà." #: ../data/org.gnome.brasero.gschema.xml.h:26 msgid "Replace symbolic links by their targets" -msgstr "Sostituìs i leams simbolics cui file a lôr leâts" +msgstr "Sostituìs i colegaments simbolics cui relatîfs file di destinazion" #: ../data/org.gnome.brasero.gschema.xml.h:27 msgid "" "Should brasero replace symbolic links by their target files in the project. " "Set to true, brasero will replace symbolic links." msgstr "" -"Indiche se sostituî tal progjet i leams simbolics cui file che a pontin. Met " -"VÊR e brasero ju sostituirà." +"Indiche se sostituî tal progjet i colegaments simbolics cui files che a " +"pontin. Met VÊR e brasero ju sostituirà." #: ../data/org.gnome.brasero.gschema.xml.h:28 msgid "Should brasero filter broken symbolic links" -msgstr "Indiche se brasero al à di filtrâ i leams simbolics interots" +msgstr "Indiche se brasero al à di filtrâ i colegaments simbolics interots" #: ../data/org.gnome.brasero.gschema.xml.h:29 msgid "" "Should brasero filter broken symbolic links. Set to true, brasero will " "filter broken symbolic links." msgstr "" -"Indiche se brasero al à di filtrâ i leams simbolics interots. Met VÊR e " -"brasero al filtrarà i leams simbolics interots." +"Indiche se brasero al à di filtrâ i colegaments simbolics interots. Met a " +"VÊR e brasero al filtrarà i colegaments simbolics interots." #: ../data/org.gnome.brasero.gschema.xml.h:30 msgid "The priority value for the plugin" @@ -396,7 +395,7 @@ #: ../libbrasero-burn/brasero-burn.c:983 msgid "Ongoing checksumming operation" -msgstr "Procès di calcul dal checksum in cors" +msgstr "Procès di calcul de sume di control in cors" #: ../libbrasero-burn/brasero-burn.c:1623 #: ../libbrasero-burn/brasero-burn.c:1817 @@ -492,7 +491,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:246 #: ../libbrasero-burn/brasero-burn-dialog.c:1170 msgid "Burning DVD" -msgstr "Daûr a incidi DVD" +msgstr "Daûr a incidi il DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:250 #: ../libbrasero-burn/brasero-burn-dialog.c:1166 @@ -502,7 +501,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:256 #: ../libbrasero-burn/brasero-burn-dialog.c:1180 msgid "Burning CD" -msgstr "Daûr a incidi CD" +msgstr "Daûr a incidi il CD" #: ../libbrasero-burn/brasero-burn-dialog.c:260 #: ../libbrasero-burn/brasero-burn-dialog.c:381 @@ -513,7 +512,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:266 #: ../libbrasero-burn/brasero-burn-dialog.c:1190 msgid "Burning Disc" -msgstr "Daûr a incidi Disc" +msgstr "Daûr a incidi il disc" #: ../libbrasero-burn/brasero-burn-dialog.c:270 #: ../libbrasero-burn/brasero-burn-dialog.c:1186 @@ -531,7 +530,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:308 msgid "Burning video DVD" -msgstr "Daûr a incidi DVD video" +msgstr "Daûr a incidi il DVD video" #: ../libbrasero-burn/brasero-burn-dialog.c:316 msgid "Simulation of data DVD burning" @@ -539,7 +538,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:318 msgid "Burning data DVD" -msgstr "Daûr a incidi DVD dâts" +msgstr "Daûr a incidi il DVD di dâts" #: ../libbrasero-burn/brasero-burn-dialog.c:326 msgid "Simulation of image to DVD burning" @@ -547,7 +546,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:328 msgid "Burning image to DVD" -msgstr "Daûr a incidi imagjin su DVD" +msgstr "Daûr a incidi la imagjin su DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:336 msgid "Simulation of data DVD copying" @@ -563,7 +562,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:351 msgid "Burning (S)VCD" -msgstr "Daûr a incidi (S)VCD" +msgstr "Daûr a incidi il (S)VCD" #: ../libbrasero-burn/brasero-burn-dialog.c:359 #: ../libbrasero-burn/brasero-burn-dialog.c:412 @@ -573,7 +572,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:361 #: ../libbrasero-burn/brasero-burn-dialog.c:414 msgid "Burning audio CD" -msgstr "Daûr a incidi CD audio" +msgstr "Daûr a incidi il CD audio" #: ../libbrasero-burn/brasero-burn-dialog.c:369 msgid "Simulation of data CD burning" @@ -581,7 +580,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:371 msgid "Burning data CD" -msgstr "Daûr a incidi CD dâts" +msgstr "Daûr a incidi il CD di dâts" #: ../libbrasero-burn/brasero-burn-dialog.c:379 msgid "Simulation of CD copying" @@ -593,7 +592,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:391 msgid "Burning image to CD" -msgstr "Daûr a incidi imagjin su CD" +msgstr "Daûr a incidi la imagjin su CD" #: ../libbrasero-burn/brasero-burn-dialog.c:402 msgid "Simulation of video disc burning" @@ -601,7 +600,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:404 msgid "Burning video disc" -msgstr "Daûr a incidi disc video" +msgstr "Daûr a incidi il disc video" #: ../libbrasero-burn/brasero-burn-dialog.c:422 msgid "Simulation of data disc burning" @@ -609,7 +608,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:424 msgid "Burning data disc" -msgstr "Daûr a incidi disc dâts" +msgstr "Daûr a incidi il disc di dâts" #: ../libbrasero-burn/brasero-burn-dialog.c:432 msgid "Simulation of disc copying" @@ -626,7 +625,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:444 msgid "Burning image to disc" -msgstr "Daûr a incidi imagjin su disc" +msgstr "Daûr a incidi la imagjin su disc" #: ../libbrasero-burn/brasero-burn-dialog.c:549 msgid "Please replace the disc with a rewritable disc holding data." @@ -718,12 +717,12 @@ "Burning will begin as soon as a writable disc is inserted." msgstr "" "Une imagjin dal disc e je stade creade tal to disc fis.\n" -"La incision e tacarà apene che al vegnarà inserît un disc scrivibil." +"La incision e tacarà apene che al vignarà inserît un disc scrivibil." #: ../libbrasero-burn/brasero-burn-dialog.c:645 msgid "A data integrity test will begin as soon as the disc is inserted." msgstr "" -"La verifiche de integritât dai dâts e tacarà apene che al vegnarà inserît il " +"La verifiche de integritât dai dâts e tacarà apene che al vignarà inserît il " "disc." #: ../libbrasero-burn/brasero-burn-dialog.c:646 @@ -779,7 +778,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:333 msgid "" "A file could not be created at the location specified for temporary files" -msgstr "Impussibil creâ un file te posizion specificade pai file temporanis" +msgstr "Impussibil creâ un file te posizion specificade pai files temporanis" #: ../libbrasero-burn/brasero-burn-dialog.c:729 msgid "The image could not be created at the specified location" @@ -819,7 +818,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:781 #: ../libbrasero-burn/brasero-drive-properties.c:366 msgid "Location for Temporary Files" -msgstr "Posizion pai file temporanis" +msgstr "Posizion pai files temporanis" #: ../libbrasero-burn/brasero-burn-dialog.c:889 #: ../libbrasero-burn/brasero-burn-dialog.c:1135 @@ -845,7 +844,7 @@ "selection of files is burned." msgstr "" "Se a vegnin impuartâts, al sarà pussibil visualizâju e doprâju une volte " -"incidûts i file selezionâts." +"incidûts i files selezionâts." #: ../libbrasero-burn/brasero-burn-dialog.c:948 msgid "If you don't, they will be invisible (though still readable)." @@ -854,7 +853,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:951 msgid "" "There are files already burned on this disc. Would you like to import them?" -msgstr "A son file za scrits sul disc. Impuartâju?" +msgstr "Sul disc a son za stâts scrits dai files. Impuartâju?" #: ../libbrasero-burn/brasero-burn-dialog.c:953 msgid "_Import" @@ -954,7 +953,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1735 msgid "An unknown error occurred." -msgstr " Al è capitât un erôr no cognossût." +msgstr "Al è capitât un erôr no cognossût." #: ../libbrasero-burn/brasero-burn-dialog.c:1743 #: ../libbrasero-burn/brasero-burn-dialog.c:1761 ../src/brasero-app.c:620 @@ -1017,14 +1016,14 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1881 #, c-format msgid "Copy #%i has been burned successfully." -msgstr "Copie #%i e je stade scrite cun sucès." +msgstr "La copie #%i e je stade incidude cun sucès." #: ../libbrasero-burn/brasero-burn-dialog.c:1889 msgid "" "Another copy will start as soon as you insert a new writable disc. If you do " "not want to burn another copy, press \"Cancel\"." msgstr "" -"Une altre copie e vegnarà tacade apene che tu inserissis un gnûf disc " +"Une altre copie e vignarà tacade apene che tu inserissis un gnûf disc " "scrivibil. Se no tu vuelis scrivi une altre copie, sclice \"Anule\"." #: ../libbrasero-burn/brasero-burn-dialog.c:1963 @@ -1037,15 +1036,15 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:2134 msgid "There are some files left to burn" -msgstr "A son presints ancjemò cualchi file di scrivi" +msgstr "Al mancje di incidi ancjemò cualchi file" #: ../libbrasero-burn/brasero-burn-dialog.c:2141 msgid "There are some more videos left to burn" -msgstr "A son presints ancjemò cualchi video di scrivi" +msgstr "Al mancje di incidi ancjemò cualchi video" #: ../libbrasero-burn/brasero-burn-dialog.c:2145 msgid "There are some more songs left to burn" -msgstr "A son presints ancjemò tocs di scrivi" +msgstr "Al mancje di incidi ancjemò cualchi toc" #: ../libbrasero-burn/brasero-burn-dialog.c:2451 #: ../libbrasero-burn/brasero-tool-dialog.c:411 @@ -1096,7 +1095,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:433 ../src/brasero-project.c:949 msgid "Would you like to burn the selection of files across several media?" -msgstr "Incidi i file selezionâts doprant plui di un supuart?" +msgstr "Incidi i files selezionâts doprant plui di un supuart?" #: ../libbrasero-burn/brasero-burn-options.c:434 #: ../libbrasero-burn/brasero-burn-options.c:451 @@ -1111,7 +1110,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:441 ../src/brasero-project.c:956 msgid "Burn the selection of files across several media" -msgstr "Scrîf i file selezionâts su plui supuarts" +msgstr "Scrîf i files selezionâts su plui supuarts" #: ../libbrasero-burn/brasero-burn-options.c:450 ../src/brasero-project.c:965 msgid "Please choose another CD or DVD or insert a new one." @@ -1120,7 +1119,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:464 ../src/brasero-project.c:1010 msgid "No track information (artist, title, ...) will be written to the disc." msgstr "" -"Nissune informazion sul toc (artist, titul, ...) e vegnarà scrite sul disc." +"Nissune informazion sul toc (artist, titul, ...) e vignarà scrite sul disc." #: ../libbrasero-burn/brasero-burn-options.c:465 ../src/brasero-project.c:1011 msgid "This is not supported by the current active burning backend." @@ -1129,7 +1128,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:477 #: ../nautilus/nautilus-burn-extension.c:239 msgid "Please add files." -msgstr "Par plasê, zontâ file." +msgstr "Par plasê, zonte files." #: ../libbrasero-burn/brasero-burn-options.c:478 #: ../libbrasero-burn/brasero-track-data.c:672 @@ -1138,7 +1137,7 @@ #: ../nautilus/nautilus-burn-extension.c:240 ../src/brasero-project.c:1277 #, c-format msgid "There are no files to write to disc" -msgstr "No'ndi son file di scrivi sul disc" +msgstr "Nissun file di scrivi sul disc" #: ../libbrasero-burn/brasero-burn-options.c:483 msgid "Please add songs." @@ -1178,7 +1177,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:523 msgid "It doesn't appear to be a valid disc image or a valid cue file." -msgstr "Nol semee jessi une valide imagjin disc o un valit file cue." +msgstr "Nol somee jessi une valide imagjin disc o un valit file cue." #: ../libbrasero-burn/brasero-burn-options.c:532 msgid "Please insert a disc that is not copy protected." @@ -1205,12 +1204,12 @@ "cannot be properly recognised and therefore need overburn option.\n" "NOTE: This option might cause failure." msgstr "" -"LA dimension dai dâts e je masse largje pal disc e tu scugnis gjavâ file de " +"La dimension dai dâts e je masse largje pal disc e tu scugnis gjavâ files de " "selezion altrimentri.\n" -"Tu podaressis volê doprâ cheste opzion se tu stâs doprant 90 o 100 min CD-" -"R(W) che no puedin jessi ricognossûts e duncje e àn bisugne de opzion " +"Tu podaressis volê doprâ cheste opzion se tu stâs doprant CD-R(W) di 90 o " +"100 minûts che no puedin jessi ricognossûts e duncje a àn bisugne de opzion " "soreincision.\n" -"NOTE: Cheste opzion e pues causâ faliments." +"NOTE: Cheste opzion e pues causâ difiets o mancjancis." #: ../libbrasero-burn/brasero-burn-options.c:557 ../src/brasero-project.c:983 msgid "_Overburn" @@ -1269,7 +1268,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:811 msgid "Burn _Contents…" -msgstr "Scrîf _contignûts..." +msgstr "Incît _contignûts…" #: ../libbrasero-burn/brasero-burn-options.c:893 msgid "Image Burning Setup" @@ -1392,7 +1391,7 @@ "GiB).\n" "This can be a problem when writing DVDs or large images." msgstr "" -"Il filesystem in chest volum nol supuarte i file larcs (dimensions parsore " +"Il filesystem in chest volum nol supuarte i files larcs (dimensions parsore " "dai 2GiB).\n" "Chest al podarès jessi un probleme cuant che si scrîf DVD o imagjins largjis." @@ -1442,7 +1441,7 @@ "Brasero will simulate the burning and, if it is successful, go on with " "actual burning after 10 seconds" msgstr "" -"La incision e vegnarà simulade e, se e va a bon fin, dopo 10 seconts e " +"La incision e vignarà simulade e, se e va a bon fin, dopo 10 seconts e " "tacarà la scriture" #: ../libbrasero-burn/brasero-drive-properties.c:726 @@ -1455,7 +1454,7 @@ #: ../libbrasero-burn/brasero-drive-properties.c:730 msgid "Leave the disc _open to add other files later" -msgstr "Lasse il disc _viert par zontâ altris file plui indenant" +msgstr "Lasse il disc _viert par zontâ plui indenant altris files" #: ../libbrasero-burn/brasero-drive-properties.c:731 msgid "Allow to add more data to the disc later" @@ -1469,15 +1468,15 @@ #: ../libbrasero-burn/brasero-drive-properties.c:763 msgid "Location for _Temporary Files" -msgstr "Posizion pai file _temporanis" +msgstr "Posizion pai files _temporanis" #: ../libbrasero-burn/brasero-drive-properties.c:783 msgid "Set the directory where to store temporary files" -msgstr "Impueste la cartele dulà archiviâ i file temporanis" +msgstr "Impueste la cartele dulà archiviâ i files temporanis" #: ../libbrasero-burn/brasero-drive-properties.c:788 msgid "Temporary files" -msgstr "File temporanis" +msgstr "Files temporanis" #: ../libbrasero-burn/brasero-filtered-uri.c:57 msgid "Hidden file" @@ -1620,7 +1619,7 @@ #: ../libbrasero-burn/brasero-src-image.c:450 msgctxt "disc" msgid "Image files" -msgstr "File imagjin" +msgstr "Files imagjin" #: ../libbrasero-burn/brasero-src-image.c:467 msgid "Image type:" @@ -1684,7 +1683,7 @@ "However, Mac OS X cannot read images created with version 3 of the ISO9660 " "standard." msgstr "" -"La dimension dal file a supere i 2 GiB. I file plui grancj di 2 GiB no son " +"La dimension dal file a supere i 2 GiB. I files plui grancj di 2 GiB no son " "supuartâts dal standard ISO9660 intes sôs primis dôs versions (lis plui " "dopradis).\n" "Si consee di doprâ la tierce version dal standard ISO9660, che al è " @@ -1697,8 +1696,7 @@ #: ../src/brasero-data-disc.c:729 msgid "Should files be renamed to be fully Windows-compatible?" msgstr "" -"Varessino i file di jessi cambiâts di non par vê plene compatibilitât cun " -"Windows?" +"Varessino di cambiâ il non dai files par vê plene compatibilitât cun Windows?" #: ../libbrasero-burn/brasero-status-dialog.c:341 #: ../src/brasero-data-disc.c:735 @@ -1725,7 +1723,7 @@ #: ../libbrasero-burn/brasero-status-dialog.c:569 msgid "All files need to be analysed to complete this operation." -msgstr "Si scugne analizâ ducj i file par completâ cheste operazion." +msgstr "Si scugne analizâ ducj i files par completâ cheste operazion." #: ../libbrasero-burn/brasero-sum-dialog.c:134 #: ../libbrasero-burn/brasero-sum-dialog.c:215 @@ -1741,7 +1739,7 @@ #: ../src/brasero-eject-dialog.c:102 ../src/brasero-playlist.c:393 #: ../src/brasero-project.c:2625 msgid "An unknown error occurred" -msgstr " Al è capitât un erôr no cognossût" +msgstr "Al è capitât un erôr no cognossût" #: ../libbrasero-burn/brasero-sum-dialog.c:178 msgid "The file integrity check was performed successfully." @@ -1749,15 +1747,15 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:179 msgid "There seem to be no corrupted files on the disc" -msgstr "Al semee che no sedin file ruvinâts tal disc" +msgstr "Al somee che tal disc no si vedi nissun file ruvinât" #: ../libbrasero-burn/brasero-sum-dialog.c:207 msgid "The following files appear to be corrupted:" -msgstr "Chei file chi a semein ruvinâts:" +msgstr "Chei files achì a somein ruvinâts:" #: ../libbrasero-burn/brasero-sum-dialog.c:250 msgid "Corrupted Files" -msgstr "File ruvinâts" +msgstr "Files ruvinâts" #: ../libbrasero-burn/brasero-sum-dialog.c:342 msgid "Downloading MD5 file" @@ -1778,7 +1776,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:693 msgid "Use an external .md5 file that stores the checksum of a disc" -msgstr "Dopre un file .md5 esterni che al ten il checksum di un disc" +msgstr "Dopre un file .md5 esterni che al ten la sume di control di un disc" #: ../libbrasero-burn/brasero-sum-dialog.c:706 msgid "Open an MD5 file" @@ -1828,7 +1826,7 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:793 #: ../src/brasero-playlist.c:536 ../src/brasero-video-tree-model.c:342 msgid "(loading…)" -msgstr "(daûr a cjamâ...)" +msgstr "(daûr a cjamâ…)" #: ../libbrasero-burn/brasero-track-data-cfg.c:619 #: ../libbrasero-burn/brasero-track-data-cfg.c:799 @@ -1860,12 +1858,12 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:2406 #: ../libbrasero-burn/brasero-track-data-cfg.c:2416 msgid "Analysing files" -msgstr "Analisi dai file" +msgstr "Analisi dai files" #: ../libbrasero-burn/brasero-track-data-cfg.c:2552 #, c-format msgid "\"%s\" is a recursive symbolic link." -msgstr "\"%s\" al è un leam simbolic ricorsîf" +msgstr "\"%s\" al è un colegament simbolic ricorsîf." #. Translators: %s is the path of a drive #: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 @@ -1912,7 +1910,7 @@ #: ../libbrasero-burn/brasero-track-stream-cfg.c:401 msgid "Analysing video files" -msgstr "Analisi file video" +msgstr "Analisi files video" #: ../libbrasero-burn/brasero-video-options.c:447 msgid "Video format:" @@ -1982,15 +1980,15 @@ #: ../libbrasero-burn/burn-basics.c:81 msgid "Creating checksum" -msgstr "Daûr a creâ il checksum" +msgstr "Creazion de sume di control" #: ../libbrasero-burn/burn-basics.c:83 msgid "Copying file" -msgstr "Daûr a copiâ file" +msgstr "Daûr a copiâ il file" #: ../libbrasero-burn/burn-basics.c:84 msgid "Analysing audio files" -msgstr "Analisi file audio" +msgstr "Analisi files audio" #: ../libbrasero-burn/burn-basics.c:85 msgid "Transcoding song" @@ -2002,11 +2000,11 @@ #: ../libbrasero-burn/burn-basics.c:87 msgid "Writing leadin" -msgstr "Daûr a scrivi la linie di ingrès" +msgstr "Scriture de linie di jentrade" #: ../libbrasero-burn/burn-basics.c:88 msgid "Writing CD-Text information" -msgstr "Daûr a scrivi lis informazions CD-Text" +msgstr "Scriture des informazions CD-Text" #: ../libbrasero-burn/burn-basics.c:89 msgid "Finalizing" @@ -2014,7 +2012,7 @@ #: ../libbrasero-burn/burn-basics.c:90 msgid "Writing leadout" -msgstr "Daûr a scrivi la linie di jessude" +msgstr "Scriture de linie di jessude" #: ../libbrasero-burn/burn-basics.c:91 msgid "Starting to record" @@ -2064,7 +2062,7 @@ "with a size over 2 GiB" msgstr "" "Il filesystem che tu âs sielt par archiviâ lis imagjins temporaniis nol rive " -"a tignî file plui grancj di 2 GiB" +"a tignî files plui grancj di 2 GiB" #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 #, c-format @@ -2126,7 +2124,7 @@ #: ../libbrasero-burn/burn-plugin.c:659 #, c-format msgid "\"%s\" is a symbolic link pointing to another program" -msgstr "\"%s\" al è un leam simbolic che al ponte a un altri program" +msgstr "\"%s\" al è un colegament simbolic che al ponte a un altri program" #. Translators: %s is a filename #: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 @@ -2382,7 +2380,7 @@ #: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" -msgstr "No semee jessi une imagjin ISO valide" +msgstr "No somee jessi une imagjin ISO valide" #: ../libbrasero-media/scsi-error.c:43 ../src/brasero-project-name.c:84 msgid "Unknown error" @@ -2444,7 +2442,7 @@ #: ../libbrasero-utils/brasero-io.c:1418 #, c-format msgid "The file does not appear to be a playlist" -msgstr "Il file nol semee jessi une liste di riproduzion" +msgstr "Il file nol somee jessi une liste di riproduzion" #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:199 @@ -2471,7 +2469,7 @@ #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:280 msgid "_Image" -msgstr "_Imagjin:" +msgstr "_Imagjin" #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:308 @@ -2538,7 +2536,7 @@ #: ../libbrasero-utils/brasero-jacket-edit.c:618 msgid "Bold" -msgstr "Gruessut " +msgstr "Neret" #: ../libbrasero-utils/brasero-jacket-edit.c:644 msgid "Font family and size" @@ -2661,7 +2659,7 @@ #: ../src/brasero-project.c:2250 ../src/brasero-project-name.c:168 msgctxt "picture" msgid "Image files" -msgstr "File figure" +msgstr "Files imagjin" #. Translators: this is the name of the plugin #. * which will be translated only when it needs @@ -2678,7 +2676,7 @@ #. * not fit on small Nautilus windows #: ../nautilus/nautilus-burn-bar.c:407 msgid "Drag or copy files below to write them to disc" -msgstr "Strissine o copie i file chi sot par scriviju tal disc" +msgstr "Strissine o copie i files chi sot par scriviju tal disc" #: ../nautilus/nautilus-burn-bar.c:423 #: ../nautilus/nautilus-burn-extension.c:323 @@ -2686,7 +2684,7 @@ msgstr "Scrîf su Disc" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "Scrîf contignûts su CD o DVD" @@ -2695,9 +2693,9 @@ msgstr "Copie Disc" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" -msgstr "_Scrîf su Disc..." +msgstr "_Scrîf su Disc…" #: ../nautilus/nautilus-burn-extension.c:572 msgid "Write disc image to a CD or DVD" @@ -2705,7 +2703,7 @@ #: ../nautilus/nautilus-burn-extension.c:645 msgid "_Copy Disc…" -msgstr "_Copie Disc..." +msgstr "_Copie Disc…" #: ../nautilus/nautilus-burn-extension.c:646 msgid "Create a copy of this CD or DVD" @@ -2713,7 +2711,7 @@ #: ../nautilus/nautilus-burn-extension.c:659 msgid "_Blank Disc…" -msgstr "Sca_ncele Disc..." +msgstr "Sca_ncele Disc…" #: ../nautilus/nautilus-burn-extension.c:660 msgid "Blank this CD or DVD" @@ -2721,7 +2719,7 @@ #: ../nautilus/nautilus-burn-extension.c:676 msgid "_Check Disc…" -msgstr "_Controle Disc..." +msgstr "_Controle Disc…" #: ../nautilus/nautilus-burn-extension.c:677 msgid "Check the data integrity on this CD or DVD" @@ -2746,7 +2744,7 @@ #: ../plugins/audio2cue/burn-audio2cue.c:723 msgid "Generates .cue files from audio" -msgstr "Creâ file .cue dal audio" +msgstr "Creâ i files .cue dal audio" #: ../plugins/cdrdao/burn-cdrdao.c:55 msgid "cdrdao burning suite" @@ -2815,7 +2813,7 @@ #: ../plugins/cdrtools/burn-mkisofs.c:180 #: ../plugins/growisofs/burn-growisofs.c:223 msgid "Some files have invalid filenames" -msgstr "Diviers file no àn nons valits" +msgstr "Diviers files no àn nons valits" #: ../plugins/cdrkit/burn-genisoimage.c:186 #: ../plugins/cdrtools/burn-mkisofs.c:186 @@ -2864,7 +2862,7 @@ #: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 #, c-format msgid "Writing track %s" -msgstr "Daûr a scrivi linie %s" +msgstr "Scriture de linie %s" #: ../plugins/cdrkit/burn-wodim.c:352 ../plugins/cdrtools/burn-cdrecord.c:346 msgid "Formatting disc" @@ -2872,7 +2870,7 @@ #: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 msgid "Writing cue sheet" -msgstr "Daûr a scrivi cue sheet" +msgstr "Scriture dal cue sheet" #: ../plugins/cdrkit/burn-wodim.c:394 ../plugins/cdrtools/burn-cdrecord.c:380 #, c-format @@ -2939,12 +2937,12 @@ #: ../plugins/checksum/burn-checksum-files.c:617 msgid "Creating checksum for image files" -msgstr "Daûr a creâ il checksum pai file imagjin" +msgstr "Daûr a creâ la sume di control pai files imagjin" #: ../plugins/checksum/burn-checksum-files.c:859 #, c-format msgid "No checksum file could be found on the disc" -msgstr "Nissun file di checksum al è stât cjatât tal disc" +msgstr "Sul disc nol è stât cjatât nissun file pe sume di control" #: ../plugins/checksum/burn-checksum-files.c:893 msgid "Checking file integrity" @@ -2961,14 +2959,14 @@ #: ../plugins/checksum/burn-checksum-image.c:550 #, c-format msgid "Some files may be corrupted on the disc" -msgstr "Diviers file tal disc a podaressin jessi ruvinâts" +msgstr "Diviers files tal disc a podaressin jessi ruvinâts" #. Translators: this is the name of the plugin #. * which will be translated only when it needs #. * displaying. #: ../plugins/checksum/burn-checksum-files.c:1465 msgid "File Checksum" -msgstr "Checksum dai file" +msgstr "Sume di control dai files" #: ../plugins/checksum/burn-checksum-files.c:1466 msgid "Checks file integrities on a disc" @@ -3007,14 +3005,14 @@ #: ../plugins/checksum/burn-checksum-image.c:359 #: ../plugins/checksum/burn-checksum-image.c:456 msgid "Creating image checksum" -msgstr "Daûr a creâ il checksum de imagjin" +msgstr "Daûr a creâ la sume di control de imagjin" #. Translators: this is the name of the plugin #. * which will be translated only when it needs #. * displaying. #: ../plugins/checksum/burn-checksum-image.c:831 msgid "Image Checksum" -msgstr "Checksum de imagjin" +msgstr "Sume di control de imagjin" #: ../plugins/checksum/burn-checksum-image.c:832 msgid "Checks disc integrity after it is burnt" @@ -3041,7 +3039,7 @@ "command or run the \"DVDCSS_METHOD=title brasero --no-existing-session\" " "command" msgstr "" -"Erôr tal otignî une clâf doprade pe cifradure. Tu puedis risolvi chest " +"Erôr tal otignî une clâf doprade pe criptografie. Tu puedis risolvi chest " "gjenar di probleme cuntune di chestis manieris: intun terminâl impuestâ la " "regjon juste dal DVD pal propri letôr CD/DVD cul comant \"regionset %s\", se " "no, eseguî il comant \"DVDCSS_METHOD=title brasero --no-existing-session\"" @@ -3067,7 +3065,7 @@ #: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" -msgstr "Copie DVD video cifrât cun CSS suntune imagjin disc " +msgstr "Copie DVD video criptât cun CSS, suntune imagjin disc" #: ../plugins/growisofs/burn-dvd-rw-format.c:190 msgid "Blanks and formats rewritable DVDs and BDs" @@ -3104,7 +3102,7 @@ #: ../plugins/libburnia/burn-libburn-common.c:418 #, c-format msgid "Writing track %02i" -msgstr "Daûr a scrivi linie %02i" +msgstr "Scriture de linie %02i" #: ../plugins/libburnia/burn-libburnia.h:38 msgid "libburnia burning suite" @@ -3155,12 +3153,12 @@ #: ../plugins/local-track/burn-local-image.c:260 msgid "Copying checksum file" -msgstr "Daûr a copiâ il file di checksum" +msgstr "Daûr a copiâ il file de sume di control" #: ../plugins/local-track/burn-local-image.c:527 #: ../plugins/local-track/burn-uri.c:326 msgid "Copying files locally" -msgstr "Daûr a copiâ file in locâl" +msgstr "Daûr a copiâ i files in locâl" #. Translators: this is the name of the plugin #. * which will be translated only when it needs @@ -3171,7 +3169,7 @@ #: ../plugins/local-track/burn-local-image.c:910 msgid "Allows files not stored locally to be burned" -msgstr "Permet di incidi i file che no son archiviâts in locâl" +msgstr "Permet di incidi i files che no son archiviâts in locâl" #: ../plugins/local-track/burn-uri.c:207 ../plugins/local-track/burn-uri.c:297 #: ../plugins/local-track/burn-uri.c:472 @@ -3183,7 +3181,7 @@ msgid "" "Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" msgstr "" -"Al permet di incidi i file zontâts te \"Cartele dal creatôr di CD/DVD\" in " +"Al permet di incidi i files zontâts te \"Cartele dal creatôr di CD/DVD\" in " "Nautilus" #. Translators: This message is sent @@ -3296,7 +3294,7 @@ #: ../src/brasero-app.c:136 msgid "_Blank…" -msgstr "_Scancele..." +msgstr "_Scancele…" #: ../src/brasero-app.c:137 msgid "Blank a disc" @@ -3304,7 +3302,7 @@ #: ../src/brasero-app.c:139 msgid "_Check Integrity…" -msgstr "_Controle integritât..." +msgstr "_Controle integritât…" #: ../src/brasero-app.c:140 msgid "Check data integrity of disc" @@ -3337,7 +3335,7 @@ #: ../src/brasero-app.c:831 ../src/brasero-app.c:860 ../src/brasero-app.c:920 #: ../src/brasero-project.c:1276 msgid "Please add files to the project." -msgstr "Zonte file al progjet." +msgstr "Zonte files al progjet." #: ../src/brasero-app.c:832 ../src/brasero-app.c:861 ../src/brasero-app.c:921 msgid "The project is empty" @@ -3418,11 +3416,11 @@ #: ../src/brasero-audio-disc.c:156 ../src/brasero-data-disc.c:123 msgid "Open the selected files" -msgstr "Vierç i file selezionâts" +msgstr "Vierç i files selezionâts" #: ../src/brasero-audio-disc.c:158 ../src/brasero-video-disc.c:103 msgid "_Edit Information…" -msgstr "_Modifiche informazion..." +msgstr "_Modifiche informazion…" #: ../src/brasero-audio-disc.c:158 msgid "Edit the track information (start, end, author, etc.)" @@ -3431,17 +3429,17 @@ #: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 #: ../src/brasero-project.c:202 msgid "Remove the selected files from the project" -msgstr "Gjave i file selezionâts dal progjet" +msgstr "Gjave i files selezionâts dal progjet" #: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 #: ../src/brasero-video-disc.c:107 msgid "Paste files" -msgstr "Tache i file" +msgstr "Tache i files" #: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 #: ../src/brasero-video-disc.c:107 msgid "Add the files stored in the clipboard" -msgstr "Zonte i file memorizâts tes notis" +msgstr "Zonte i files memorizâts tes notis" #: ../src/brasero-audio-disc.c:164 msgid "I_nsert a Pause" @@ -3453,7 +3451,7 @@ #: ../src/brasero-audio-disc.c:166 msgid "_Split Track…" -msgstr "_Divît linie/toc..." +msgstr "_Divît linie/toc…" #: ../src/brasero-audio-disc.c:166 msgid "Split the selected track" @@ -3519,7 +3517,7 @@ #: ../src/brasero-audio-disc.c:748 msgid "Do you want to search for audio files inside the directory?" -msgstr "Vûstu cirî file audio dentri te cartele?" +msgstr "Vûstu cirî files audio dentri te cartele?" #: ../src/brasero-audio-disc.c:758 msgid "Search _Directory" @@ -3688,7 +3686,7 @@ #: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 msgid "Wrong command line option." -msgstr "Opzion de rie di comant sbaliade" +msgstr "Opzion de rie di comant sbaliade." #: ../src/brasero-cli.c:297 msgid "Incompatible command line options used." @@ -3700,7 +3698,7 @@ #: ../src/brasero-data-disc.c:125 msgid "R_ename…" -msgstr "Cambi_e non..." +msgstr "Cambi_e non…" #: ../src/brasero-data-disc.c:125 msgid "Rename the selected file" @@ -3764,7 +3762,7 @@ #: ../src/brasero-data-disc.c:694 msgid "It is a recursive symlink" -msgstr "Al è un leam simbolic ricorsîf" +msgstr "Al è un colegament simbolic ricorsîf" #: ../src/brasero-data-disc.c:712 msgid "It does not exist at the specified location" @@ -3842,7 +3840,7 @@ msgid "" "That way, old files from previous sessions will be usable after burning." msgstr "" -"In chest mût, i vecjos file de session precedente e saran doprabii dopo la " +"In chest mût, i vecjos files de session precedente e saran doprabii dopo la " "incision." #: ../src/brasero-data-disc.c:1109 @@ -3879,7 +3877,7 @@ #: ../src/brasero-data-disc.c:2336 ../src/brasero-file-filtered.c:256 msgid "Files" -msgstr "File" +msgstr "Files" #: ../src/brasero-data-disc.c:2350 ../src/brasero-video-disc.c:1227 msgid "Size" @@ -3908,7 +3906,7 @@ #: ../src/brasero-file-chooser.c:357 ../src/brasero-project.c:2230 msgid "Audio files" -msgstr "File audio" +msgstr "Files audio" #: ../src/brasero-file-chooser.c:365 ../src/brasero-project.c:2239 msgid "Movies" @@ -3922,15 +3920,15 @@ #, c-format msgid "Hide the _filtered file list (%d file)" msgid_plural "Hide the _filtered file list (%d files)" -msgstr[0] "Plate la liste dai file _filtrâts (%d file)" -msgstr[1] "Plate la liste dai file _filtrâts (%d file)" +msgstr[0] "Plate la liste dai files _filtrâts (%d file)" +msgstr[1] "Plate la liste dai files _filtrâts (%d files)" #: ../src/brasero-file-filtered.c:83 #, c-format msgid "Show the _filtered file list (%d file)" msgid_plural "Show the _filtered file list (%d files)" -msgstr[0] "Mostre la liste dai file _filtrâts (%d file)" -msgstr[1] "Mostre la liste dai file _filtrâts (%d file)" +msgstr[0] "Mostre la liste dai files _filtrâts (%d file)" +msgstr[1] "Mostre la liste dai files _filtrâts (%d files)" #: ../src/brasero-file-filtered.c:135 msgid "Filter Options" @@ -3940,7 +3938,8 @@ msgid "" "Select the files you want to restore and click on the \"Restore\" button" msgstr "" -"Selezione i file che tu vuelis ripristinâ e fâs clic sul boton \"Ripristine\"" +"Selezione i files che tu vuelis ripristinâ e fâs clic sul boton \"Ripristine" +"\"" #: ../src/brasero-file-filtered.c:265 msgid "Type" @@ -3952,11 +3951,11 @@ #: ../src/brasero-file-filtered.c:301 msgid "Restore the selected files" -msgstr "Ripristine i file selezionâts" +msgstr "Ripristine i files selezionâts" #: ../src/brasero-file-filtered.c:303 msgid "_Options…" -msgstr "_Opzions..." +msgstr "_Opzions…" #: ../src/brasero-file-filtered.c:311 msgid "Set the options for file filtering" @@ -3965,17 +3964,17 @@ #. filter hidden files #: ../src/brasero-filter-option.c:65 msgid "Filter _hidden files" -msgstr "Filtre i file _platâts" +msgstr "Filtre i files _platâts" #. replace symlink #: ../src/brasero-filter-option.c:72 msgid "Re_place symbolic links" -msgstr "Sos_tituìs i leams simbolics" +msgstr "Sos_tituìs i colegaments simbolics" #. filter broken symlink button #: ../src/brasero-filter-option.c:79 msgid "Filter _broken symbolic links" -msgstr "Filtre i leams simbolics _interots" +msgstr "Filtre i colegaments simbolics _interots" #: ../src/brasero-filter-option.c:85 msgid "Filtering options" @@ -4038,7 +4037,7 @@ "This information will be written to the disc using CD-Text technology. It " "can be read and displayed by some audio CD players." msgstr "" -"Cheste informazion e vegnarà scrite tal disc doprant la tecnologjie CD-Text. " +"Cheste informazion e vignarà scrite tal disc doprant la tecnologjie CD-Text. " "E pues vegni lete e mostrade di cualchi letôr CD audio." #: ../src/brasero-multi-song-props.c:213 @@ -4119,7 +4118,7 @@ #: ../src/brasero-plugin-manager-ui.c:143 #, c-format msgid "Copyright %s" -msgstr "dirits di autôr di %s" +msgstr "Dirits di autôr di %s" #: ../src/brasero-plugin-manager-ui.c:575 #: ../src/brasero-plugin-manager-ui.c:963 @@ -4159,7 +4158,7 @@ #: ../src/brasero-project.c:197 msgid "Save _As…" -msgstr "S_alve Come..." +msgstr "S_alve come…" #: ../src/brasero-project.c:198 msgid "Save current project to a different location" @@ -4167,15 +4166,15 @@ #: ../src/brasero-project.c:199 msgid "_Add Files" -msgstr "_Zonte file" +msgstr "_Zonte files" #: ../src/brasero-project.c:200 msgid "Add files to the project" -msgstr "Zonte file al progjet" +msgstr "Zonte files al progjet" #: ../src/brasero-project.c:201 msgid "_Remove Files" -msgstr "_Gjave file" +msgstr "_Gjave files" #. Translators: "empty" is a verb here #: ../src/brasero-project.c:204 ../src/brasero-project.c:2312 @@ -4184,11 +4183,11 @@ #: ../src/brasero-project.c:205 msgid "Remove all files from the project" -msgstr "Gjave ducj i file dal progjet" +msgstr "Gjave ducj i files dal progjet" #: ../src/brasero-project.c:206 ../src/brasero-project.c:1086 msgid "_Burn…" -msgstr "_Incît..." +msgstr "_Incît…" #: ../src/brasero-project.c:207 msgid "Burn the disc" @@ -4199,15 +4198,15 @@ "To add files to this project click the \"Add\" button or drag files to this " "area" msgstr "" -"Par zontâ file a chest progjet cliche il boton \"Zonte\" o strissine i file " -"in cheste aree" +"Par zontâ files a chest progjet fâs clic sul boton \"Zonte\" o strissine i " +"files in cheste aree" #: ../src/brasero-project.c:697 msgid "" "To remove files select them then click on the \"Remove\" button or press " "\"Delete\" key" msgstr "" -"Par gjavâ i file selezioniju daspò cliche sul boton \"Gjave\" o frache il " +"Par gjavâ i files selezioniju daspò fâs clic sul boton \"Gjave\" o frache il " "tast \"Cancele\"" #: ../src/brasero-project.c:804 @@ -4227,11 +4226,11 @@ "cannot be properly recognized and therefore needs the overburn option.\n" "Note: This option might cause failure." msgstr "" -"Il progjet al è masse larc pal disc e tu scugnis gjavâ file.\n" +"Il progjet al è masse larc pal disc e tu scugnis gjavâ files.\n" "Tu podaressis vê voie di doprâ cheste opzion se tu stâs doprant 90 o 100 min " "CD-R(W) che no puedin jessi ricognossûts ben e duncje a àn bisugne de opzion " "di soreincision.\n" -"Note: Cheste opzion a pues causionâ faliments." +"Note: Cheste opzion a pues causionâ difiets o mancjancis." #: ../src/brasero-project.c:1098 msgid "Start to burn the contents of the selection" @@ -4264,7 +4263,7 @@ "If you choose to create a new empty project, the file selection will be " "discarded." msgstr "" -"Se tu sielzis di creâ un gnûf progjet, la selezion dai file e vegnarà butade " +"Se tu sielzis di creâ un gnûf progjet, la selezion dai file e vignarà butade " "vie." #: ../src/brasero-project.c:1927 @@ -4281,7 +4280,7 @@ #: ../src/brasero-project.c:2188 msgid "Select Files" -msgstr "Selezione file" +msgstr "Selezione i files" #: ../src/brasero-project.c:2301 msgid "Do you really want to empty the current project?" @@ -4293,9 +4292,9 @@ "lost. Note that files will not be deleted from their own location, just no " "longer listed here." msgstr "" -"Disvuedâ un progjet al gjave ducj i file zontâts. Dut il lavôr al larà " -"pierdût. Note che i file no laran eliminâts de lôr posizion, nome no saran " -"plui listâts chi." +"Disvuedâ un progjet al gjave ducj i files zontâts. Dut il lavôr al larà " +"pierdût. Note che i files no laran eliminâts de lôr posizion, nome no saran " +"plui listâts achì." #: ../src/brasero-project.c:2368 msgid "_Save" @@ -4432,7 +4431,7 @@ #: ../src/brasero-project-manager.c:107 msgid "Copy _Disc…" -msgstr "Copie _Disc..." +msgstr "Copie _Disc…" #: ../src/brasero-project-manager.c:108 #: ../src/brasero-project-type-chooser.c:91 @@ -4445,7 +4444,7 @@ #: ../src/brasero-project-manager.c:109 msgid "_Burn Image…" -msgstr "_Scrîf imagjin..." +msgstr "_Incît imagjin…" #: ../src/brasero-project-manager.c:110 #: ../src/brasero-project-type-chooser.c:95 @@ -4455,7 +4454,7 @@ #: ../src/brasero-project-manager.c:112 msgid "_Open…" -msgstr "_Vierç..." +msgstr "_Vierç…" #: ../src/brasero-project-manager.c:113 msgid "Open a project" @@ -4468,35 +4467,35 @@ msgid "%d file selected (%s)" msgid_plural "%d files selected (%s)" msgstr[0] "%d file selezionât (%s)" -msgstr[1] "%d file selezionâts (%s)" +msgstr[1] "%d files selezionâts (%s)" #: ../src/brasero-project-manager.c:270 #, c-format msgid "%d file is supported (%s)" msgid_plural "%d files are supported (%s)" msgstr[0] "%d file al è supuartât (%s)" -msgstr[1] "%d file a son supuartâts (%s)" +msgstr[1] "%d files a son supuartâts (%s)" #: ../src/brasero-project-manager.c:276 #, c-format msgid "%d file can be added (%s)" msgid_plural "%d selected files can be added (%s)" msgstr[0] "%d file al pues jessi zontât (%s)" -msgstr[1] "%d file selezionâts a pudin jessi zontâts (%s)" +msgstr[1] "%d files selezionâts a pudin jessi zontâts (%s)" #: ../src/brasero-project-manager.c:287 #, c-format msgid "No file can be added (%i selected file)" msgid_plural "No file can be added (%i selected files)" msgstr[0] "Nissun file al pues jessi zontât (%i file selezionât)" -msgstr[1] "Nissun file al pues jessi zontât (%i file selezionâts)" +msgstr[1] "Nissun file al pues jessi zontât (%i files selezionâts)" #: ../src/brasero-project-manager.c:293 #, c-format msgid "No file is supported (%i selected file)" msgid_plural "No file is supported (%i selected files)" msgstr[0] "Nissun file al è supuartât (%i file selezionât)" -msgstr[1] "Nissun file al è supuartât (%i file selezionâts)" +msgstr[1] "Nissun file al è supuartât (%i files selezionâts)" #: ../src/brasero-project-manager.c:299 ../src/brasero-project-manager.c:453 msgid "No file selected" @@ -4571,7 +4570,7 @@ #: ../src/brasero-project-parse.c:546 ../src/brasero-project-parse.c:611 msgid "It does not seem to be a valid Brasero project" -msgstr "Nol semee jessi un progjet di Brasero valit" +msgstr "Nol somee jessi un progjet di Brasero valit" #: ../src/brasero-project-type-chooser.c:74 msgid "Audi_o project" @@ -4643,7 +4642,7 @@ #: ../src/brasero-rename.c:325 msgid "Number files according to a pattern" -msgstr "Numerâ i file daûr a un model" +msgstr "Numerâ i files daûr un scheme" #: ../src/brasero-rename.c:326 msgid "Insert number sequence at beginning" @@ -4735,7 +4734,7 @@ "seconds and will be padded." msgstr "" "Se tu dividis la linie, la dimension de gnove linie e sarà plui curte di 6 " -"seconts e e vegnarà jemplade." +"seconts e e vignarà jemplade." #: ../src/brasero-split-dialog.c:181 ../src/brasero-split-dialog.c:752 msgid "_Split" @@ -4916,7 +4915,7 @@ #: ../src/brasero-video-disc.c:415 msgid "Please only add files with video content" -msgstr "Zonte nome file cun contignût video" +msgstr "Zonte dome i files cun contignût video" #: ../src/main.c:84 msgid "[URI] [URI] …" diff -Nru brasero-3.12.2/po/gd.po brasero-3.12.3/po/gd.po --- brasero-3.12.2/po/gd.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/gd.po 2020-04-07 12:27:22.000000000 +0000 @@ -2,14 +2,14 @@ # Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 # This file is distributed under the same license as the brasero package. # FIRST AUTHOR , 2009. -# GunChleoc , 2014, 2016. +# GunChleoc , 2014, 2016, 2018. msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=braser" -"o&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-05-19 15:09+0000\n" -"PO-Revision-Date: 2016-06-11 09:02+0100\n" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" +"product=brasero&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2018-03-26 22:07+0000\n" +"PO-Revision-Date: 2018-02-23 09:33+0100\n" "Last-Translator: GunChleoc \n" "Language-Team: Fòram na Gàidhlig\n" "Language: gd\n" @@ -27,11 +27,7 @@ "Brasero is a application to burn CD/DVD for the GNOME Desktop. It is " "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." -msgstr "" -"'S e aplacaid an deasga GNOME a th' ann am Brasero gus CD/DVD a losgadh. " -"Chaidh a dhealbhachadh ach am biodh e cho furasta cleachdadh 's a ghabhas " -"agus tha gleusan àraidh 'na lùib leis an urrainn dhut na diosgan agad a " -"chruthachadh gu furasta 's gu luath." +msgstr "’S e aplacaid an deasga GNOME a th’ ann am Brasero gus CD/DVD a losgadh. Chaidh a dhealbhachadh ach am biodh e cho furasta cleachdadh ’s a ghabhas agus tha gleusan àraidh ’na lùib leis an urrainn dhut na diosgan agad a chruthachadh gu furasta ’s gu luath." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -39,12 +35,7 @@ "CD-TEXT, multisession and joliet extensions. You can simply drag and drop " "files from other local applications or from remote shared drives to easily " "burn them to a disc." -msgstr "" -"Tha comas aig Brasero air CD/DVDan dàta no fuaime a chruthachadh, " -"lethbhreacan dhiubh a dhèanamh 's an losgadh. Cuiridh e làn-taic ris na " -"leudachain CD-TEXT, multisession agus joliet. Cha leig thu leas ach dàta a " -"shlaodadh 's a leigeil às o dh'aplacaid ionadail eile no o dhraibhean cèine " -"co-roinnte gus an losgadh air diosga." +msgstr "Tha comas aig Brasero air CD/DVDan dàta no fuaime a chruthachadh, lethbhreacan dhiubh a dhèanamh ’s an losgadh. Cuiridh e làn-taic ris na leudachain CD-TEXT, multisession agus joliet. Cha leig thu leas ach dàta a shlaodadh ’s a leigeil às o dh’aplacaid ionadail eile no o dhraibhean cèine co-roinnte gus an losgadh air diosga." #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -75,10 +66,14 @@ msgstr "Loisg faidhle ìomhaighe" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Dèan lethbhreac de dhiosga" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Cruthaich pròiseact fuaime" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Cruthaich pròiseact video" @@ -94,14 +89,11 @@ msgid "" "Should Nautilus extension output debug statements. The value should be set " "to true if it should." -msgstr "" -"Co-dhiù an dèan an leudachan Nautilus aithris dì-bhugachaidh. Cuir an luach " -"air \"true\" ma tha thu ga h-iarraidh." +msgstr "Co-dhiù an dèan an leudachan Nautilus aithris dì-bhugachaidh. Cuir an luach air “true” ma tha thu ga h-iarraidh." #: ../data/org.gnome.brasero.gschema.xml.h:3 msgid "The type of checksum used for images" -msgstr "" -"An seòrsa de dh'àireamh dhearbhaidh a thèid a chleachdadh airson ìomhaighean" +msgstr "An seòrsa de dh’àireamh dhearbhaidh a thèid a chleachdadh airson ìomhaighean" #: ../data/org.gnome.brasero.gschema.xml.h:4 msgid "Set to 0 for MD5, 1 for SHA1 and 2 for SHA256" @@ -109,8 +101,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:5 msgid "The type of checksum used for files" -msgstr "" -"An seòrsa de dh'àireamh dhearbhaidh a thèid a chleachdadh airson faidhlichean" +msgstr "An seòrsa de dh’àireamh dhearbhaidh a thèid a chleachdadh airson faidhlichean" #: ../data/org.gnome.brasero.gschema.xml.h:6 msgid "Directory to use for temporary files" @@ -121,10 +112,7 @@ "Contains the path to the directory where brasero should store temporary " "files. If that value is empty, the default directory set for glib will be " "used." -msgstr "" -"Seo an t-slighe dhan phasgan a chleachdas brasero gus faidhlichean sealach a " -"ghlèidheadh. Ma tha an luach falamh, thèid am pasgan bunaiteach aig glib a " -"chleachdadh." +msgstr "Seo an t-slighe dhan phasgan a chleachdas brasero gus faidhlichean sealach a ghlèidheadh. Ma tha an luach falamh, thèid am pasgan bunaiteach aig glib a chleachdadh." #: ../data/org.gnome.brasero.gschema.xml.h:8 msgid "Favourite burn engine" @@ -134,9 +122,7 @@ msgid "" "Contains the name of the favourite burn engine suite installed. It will be " "used if possible." -msgstr "" -"Seo ainm a' phrògraim losgaidh as annsa leat a chaidh a stàladh. Thèid a " -"chleachdadh ma ghabhas seo dèanamh." +msgstr "Seo ainm a’ phrògraim losgaidh as annsa leat a chaidh a stàladh. Thèid a chleachdadh ma ghabhas seo dèanamh." #: ../data/org.gnome.brasero.gschema.xml.h:10 msgid "White list of additional plugins to use" @@ -146,74 +132,55 @@ msgid "" "Contains the list of additional plugins Brasero will use to burn discs. If " "set to NULL, Brasero will load them all." -msgstr "" -"Seo an liosta dhe na plugain eile a chleachdas brasero gus diosgan a loisg. " -"Mas e \"NULL\" a th' ann, luchdaichidh Brasero a h-uile gin dhiubh." +msgstr "Seo an liosta dhe na plugain eile a chleachdas brasero gus diosgan a loisg. Mas e “NULL” a th’ ann, luchdaichidh Brasero a h-uile gin dhiubh." #: ../data/org.gnome.brasero.gschema.xml.h:12 msgid "Enable the \"-immed\" flag with cdrecord" -msgstr "Cuir an comas a' bhratach \"-immed\" le cdrecord" +msgstr "Cuir an comas a’ bhratach “-immed” le cdrecord" #: ../data/org.gnome.brasero.gschema.xml.h:13 msgid "" "Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to " "true) as it's only a workaround for some drives/setups." -msgstr "" -"Co-dhiù an tèid a' bhratach \"-immed\" a chleachdadh le cdrecord. Cleachd gu " -"faiceallach e ('s e air \"true\") on nach e ach oidhirp càraidh a th' ann " -"airson cuid a dhraibhean/rèiteachaidhean." +msgstr "Co-dhiù an tèid a’ bhratach “-immed” a chleachdadh le cdrecord. Cleachd gu faiceallach e (’s e air “true”) on nach e ach oidhirp càraidh a th’ ann airson cuid a dhraibhean/rèiteachaidhean." #: ../data/org.gnome.brasero.gschema.xml.h:14 msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs" -msgstr "" -"Co-dhiù an tèid a' bhratach \"-use-the-force-luke=dao\" a chleachdadh le " -"growisofs." +msgstr "Co-dhiù an tèid a’ bhratach “-use-the-force-luke=dao” a chleachdadh le growisofs." #: ../data/org.gnome.brasero.gschema.xml.h:15 msgid "" "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to " "false, brasero won't use it; it may be a workaround for some drives/setups." -msgstr "" -"Co-dhiù an tèid a' bhratach \"-use-the-force-luke=dao\" a chleachdadh le " -"growisofs. Mas e \"false\" a th' ann cha chleachd brasero e; dh'fhaoidte gun " -"càraich a' bhratach seo duilgheadasan le cuid a dhraibhean/rèiteachaidhean." +msgstr "Co-dhiù an tèid a’ bhratach “-use-the-force-luke=dao” a chleachdadh le growisofs. Mas e “false” a th’ ann cha chleachd brasero e; dh’fhaoidte gun càraich a’ bhratach seo duilgheadasan le cuid a dhraibhean/rèiteachaidhean." #: ../data/org.gnome.brasero.gschema.xml.h:16 msgid "Used in conjunction with the \"-immed\" flag with cdrecord" -msgstr "Ga chleachdadh còmhla ris a' bhratach \"-immed\" le cdrecord" +msgstr "Ga chleachdadh còmhla ris a’ bhratach “-immed” le cdrecord" #: ../data/org.gnome.brasero.gschema.xml.h:17 msgid "Used in conjunction with the \"-immed\" flag with cdrecord." -msgstr "Ga chleachdadh còmhla ris a' bhratach \"-immed\" le cdrecord." +msgstr "Ga chleachdadh còmhla ris a’ bhratach “-immed” le cdrecord." #: ../data/org.gnome.brasero.gschema.xml.h:18 msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao" -msgstr "" -"Co-dhiù an tèid a bhratach \"--driver generic-mmc-raw\" a chleachdadh le " -"cdrdao" +msgstr "Co-dhiù an tèid a bhratach “--driver generic-mmc-raw” a chleachdadh le cdrdao" #: ../data/org.gnome.brasero.gschema.xml.h:19 msgid "" "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to " "True, brasero will use it; it may be a workaround for some drives/setups." -msgstr "" -"Co-dhiù an tèid a bhratach \"--driver generic-mmc-raw\" a chleachdadh le " -"cdrdao. Mas e \"true\" a th' ann cleachdaidh brasero e; dh'fhaoidte gun " -"càraich a' bhratach seo duilgheadasan le cuid a dhraibhean/rèiteachaidhean." +msgstr "Co-dhiù an tèid a bhratach “--driver generic-mmc-raw” a chleachdadh le cdrdao. Mas e “true” a th’ ann cleachdaidh brasero e; dh’fhaoidte gun càraich a’ bhratach seo duilgheadasan le cuid a dhraibhean/rèiteachaidhean." #: ../data/org.gnome.brasero.gschema.xml.h:20 msgid "The last browsed folder while looking for images to burn" -msgstr "" -"Am pasgan mu dheireadh a bhrabhsaich thu fhad 's a bha thu a' lorg airson " -"ìomhaighean ri an losgadh" +msgstr "Am pasgan mu dheireadh a bhrabhsaich thu fhad ’s a bha thu a’ lorg airson ìomhaighean ri an losgadh" #: ../data/org.gnome.brasero.gschema.xml.h:21 msgid "" "Contains the absolute path of the directory that was last browsed for images " "to burn" -msgstr "" -"Seo an t-slighe absaloideach dhan phasgan mu dheireadh a chaidh a bhrabhsadh " -"airson ìomhaighean ri an losgadh" +msgstr "Seo an t-slighe absaloideach dhan phasgan mu dheireadh a chaidh a bhrabhsadh airson ìomhaighean ri an losgadh" #: ../data/org.gnome.brasero.gschema.xml.h:22 msgid "Enable file preview" @@ -221,9 +188,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:23 msgid "Whether to display file preview. Set to true to use it." -msgstr "" -"Co-dhiù an tèid ro-shealladh air na faidhlichean a shealltainn. Suidhich air " -"\"true\" e gus a chleachdadh." +msgstr "Co-dhiù an tèid ro-shealladh air na faidhlichean a shealltainn. Suidhich air “true” e gus a chleachdadh." #: ../data/org.gnome.brasero.gschema.xml.h:24 msgid "Should brasero filter hidden files" @@ -233,9 +198,7 @@ msgid "" "Should brasero filter hidden files. Set to true, brasero will filter hidden " "files." -msgstr "" -"Co-dhiù an dèan brasero criathradh air faidhlichean falaichte. Mas e \"true" -"\" a th' ann, thèid na faidhlichean falaichte a chriathradh air falbh." +msgstr "Co-dhiù an dèan brasero criathradh air faidhlichean falaichte. Mas e “true” a th’ ann, thèid na faidhlichean falaichte a chriathradh air falbh." #: ../data/org.gnome.brasero.gschema.xml.h:26 msgid "Replace symbolic links by their targets" @@ -245,9 +208,7 @@ msgid "" "Should brasero replace symbolic links by their target files in the project. " "Set to true, brasero will replace symbolic links." -msgstr "" -"Co-dhiù an cuir brasero an cinn-uidhe an àite nan ceanglaichean samhlachail " -"sa phròiseact. Mas e \"true\" a th' ann, thèid an cur 'nan àite." +msgstr "Co-dhiù an cuir brasero an cinn-uidhe an àite nan ceanglaichean samhlachail sa phròiseact. Mas e “true” a th’ ann, thèid an cur ’nan àite." #: ../data/org.gnome.brasero.gschema.xml.h:28 msgid "Should brasero filter broken symbolic links" @@ -257,14 +218,11 @@ msgid "" "Should brasero filter broken symbolic links. Set to true, brasero will " "filter broken symbolic links." -msgstr "" -"Co-dhiù an criathraich brasero ceanglaichean samhlachail briste air falbh. " -"Mas e \"true\" a th' ann, thèid na ceanglaichean samhlachail briste a " -"chriathradh air falbh le brasero." +msgstr "Co-dhiù an criathraich brasero ceanglaichean samhlachail briste air falbh. Mas e “true” a th’ ann, thèid na ceanglaichean samhlachail briste a chriathradh air falbh le brasero." #: ../data/org.gnome.brasero.gschema.xml.h:30 msgid "The priority value for the plugin" -msgstr "Luach a' phrìomhachais airson a' phlugain" +msgstr "Luach a’ phrìomhachais airson a’ phlugain" #: ../data/org.gnome.brasero.gschema.xml.h:31 msgid "" @@ -272,12 +230,7 @@ "determine which plugin should be given priority. 0 means the plugin's native " "priority is used. A positive value overrides the plugin's native priority. A " "negative value disables the plugin." -msgstr "" -"Nuair a bhios iomadh plugan ri làimh airson an aon saothair, thèid an luach " -"seo a chleachdadh airson suidheachadh dè am plugan a gheibh prìomhachas. Is " -"ciall dha 0 gun tèid prìomhachas tùsail a' plugain a chleachdadh. Tar-" -"àithnidh luach dearbh sam bith prìomhachas tùsail a' plugain. Cuiridh luach " -"àicheil am plugan à comas." +msgstr "Nuair a bhios iomadh plugan ri làimh airson an aon saothair, thèid an luach seo a chleachdadh airson suidheachadh dè am plugan a gheibh prìomhachas. Is ciall dha 0 gun tèid prìomhachas tùsail a’ plugain a chleachdadh. Tar-àithnidh luach dearbh sam bith prìomhachas tùsail a’ plugain. Cuiridh luach àicheil am plugan à comas." #: ../data/org.gnome.brasero.gschema.xml.h:32 msgid "Burning flags to be used" @@ -287,9 +240,7 @@ msgid "" "This value represents the burning flags that were used in such a context the " "last time." -msgstr "" -"Riochdaichidh an luach seo na brataich losgaidh a chaidh a chleachdadh ann " -"an co-theacs dhen leithid an turas mu dheireadh." +msgstr "Riochdaichidh an luach seo na brataich losgaidh a chaidh a chleachdadh ann an co-theacs dhen leithid an turas mu dheireadh." #: ../data/org.gnome.brasero.gschema.xml.h:34 msgid "The speed to be used" @@ -299,13 +250,11 @@ msgid "" "This value represents the speed that was used in such a context the last " "time." -msgstr "" -"Riochdaichidh an luach seo an luaths a chaidh a chleachdadh ann an co-theacs " -"dhen leithid an turas mu dheireadh." +msgstr "Riochdaichidh an luach seo an luaths a chaidh a chleachdadh ann an co-theacs dhen leithid an turas mu dheireadh." #: ../libbrasero-burn/brasero-blank-dialog.c:222 msgid "Error while blanking." -msgstr "Mearachd rè a' bhànachaidh." +msgstr "Mearachd rè a’ bhànachaidh." #: ../libbrasero-burn/brasero-blank-dialog.c:227 #: ../libbrasero-burn/brasero-blank-dialog.c:272 @@ -336,16 +285,15 @@ #: ../libbrasero-burn/brasero-blank-dialog.c:403 msgid "Activate fast blanking, as opposed to a longer, thorough blanking" -msgstr "" -"Cuir an gnìomh bànachadh luath seach mion-bhànachadh a bheir barrachd ùine" +msgstr "Cuir an gnìomh bànachadh luath seach mion-bhànachadh a bheir barrachd ùine" #: ../libbrasero-burn/brasero-blank-dialog.c:433 msgid "Disc Blanking" -msgstr "A' bànachadh diosga" +msgstr "A’ bànachadh diosga" #: ../libbrasero-burn/brasero-burn.c:162 msgid "Burning CD/DVD" -msgstr "A' losgadh CD/DVD" +msgstr "A’ losgadh CD/DVD" #: ../libbrasero-burn/brasero-burn.c:331 #: ../libbrasero-burn/brasero-data-session.c:123 @@ -371,7 +319,7 @@ #: ../libbrasero-burn/brasero-burn.c:409 #, c-format msgid "\"%s\" cannot be unlocked" -msgstr "Chan urrainn dhuinn a' ghlais a thoirt far \"%s\"" +msgstr "Chan urrainn dhuinn a’ ghlais a thoirt far “%s”" #: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 #: ../libbrasero-burn/brasero-burn.c:761 @@ -384,7 +332,7 @@ #: ../libbrasero-burn/brasero-burn.c:632 msgid "Ongoing copying process" -msgstr "Tha lethbhreac 'ga dhèanamh" +msgstr "Tha lethbhreac ’ga dhèanamh" #: ../libbrasero-burn/brasero-burn.c:636 ../libbrasero-burn/brasero-burn.c:735 #: ../libbrasero-burn/brasero-burn.c:872 ../libbrasero-burn/brasero-burn.c:987 @@ -398,7 +346,7 @@ #: ../libbrasero-burn/brasero-burn.c:731 msgid "Ongoing blanking process" -msgstr "Tha bànachadh a' dol" +msgstr "Tha bànachadh a’ dol" #: ../libbrasero-burn/brasero-burn.c:770 msgid "The drive cannot burn" @@ -407,11 +355,11 @@ #: ../libbrasero-burn/brasero-burn.c:866 #: ../libbrasero-burn/brasero-dest-selection.c:108 msgid "Ongoing burning process" -msgstr "Tha losgadh a' dol" +msgstr "Tha losgadh a’ dol" #: ../libbrasero-burn/brasero-burn.c:983 msgid "Ongoing checksumming operation" -msgstr "Tha àireamh dearbhaidh 'ga chruthachadh" +msgstr "Tha àireamh dearbhaidh ’ga chruthachadh" #: ../libbrasero-burn/brasero-burn.c:1623 #: ../libbrasero-burn/brasero-burn.c:1817 @@ -457,9 +405,7 @@ msgid "" "Please install the following required applications and libraries manually " "and try again:" -msgstr "" -"Stàlaich na h-aplacaidean is leabhar-lannan riatanach seo a làimh is feuch " -"ris a-rithist:" +msgstr "Stàlaich na h-aplacaidean is leabhar-lannan riatanach seo a làimh is feuch ris a-rithist:" #: ../libbrasero-burn/brasero-burn.c:2576 #: ../libbrasero-burn/brasero-caps-burn.c:868 @@ -509,147 +455,145 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:246 #: ../libbrasero-burn/brasero-burn-dialog.c:1170 msgid "Burning DVD" -msgstr "A' losgadh DVD" +msgstr "A’ losgadh DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:250 #: ../libbrasero-burn/brasero-burn-dialog.c:1166 msgid "Copying DVD" -msgstr "A' dèanamh lethbhreac de DVD" +msgstr "A’ dèanamh lethbhreac de DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:256 #: ../libbrasero-burn/brasero-burn-dialog.c:1180 msgid "Burning CD" -msgstr "A' losgadh CD" +msgstr "A’ losgadh CD" #: ../libbrasero-burn/brasero-burn-dialog.c:260 #: ../libbrasero-burn/brasero-burn-dialog.c:381 #: ../libbrasero-burn/brasero-burn-dialog.c:1176 msgid "Copying CD" -msgstr "A' dèanamh lethbhreac de CD" +msgstr "A’ dèanamh lethbhreac de CD" #: ../libbrasero-burn/brasero-burn-dialog.c:266 #: ../libbrasero-burn/brasero-burn-dialog.c:1190 msgid "Burning Disc" -msgstr "A' losgadh diosga" +msgstr "A’ losgadh diosga" #: ../libbrasero-burn/brasero-burn-dialog.c:270 #: ../libbrasero-burn/brasero-burn-dialog.c:1186 msgid "Copying Disc" -msgstr "A' dèanamh lethbhreac de dhiosga" +msgstr "A’ dèanamh lethbhreac de dhiosga" #: ../libbrasero-burn/brasero-burn-dialog.c:300 #: ../libbrasero-burn/burn-basics.c:78 msgid "Creating image" -msgstr "A' cruthachadh ìomhaigh" +msgstr "A’ cruthachadh ìomhaigh" #: ../libbrasero-burn/brasero-burn-dialog.c:306 msgid "Simulation of video DVD burning" -msgstr "A' losgadh DVD video mas-fhìor" +msgstr "A’ losgadh DVD video mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:308 msgid "Burning video DVD" -msgstr "A' losgadh DVD video" +msgstr "A’ losgadh DVD video" #: ../libbrasero-burn/brasero-burn-dialog.c:316 msgid "Simulation of data DVD burning" -msgstr "A' losgadh DVD dàta mas-fhìor" +msgstr "A’ losgadh DVD dàta mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:318 msgid "Burning data DVD" -msgstr "A' losgadh DVD dàta" +msgstr "A’ losgadh DVD dàta" #: ../libbrasero-burn/brasero-burn-dialog.c:326 msgid "Simulation of image to DVD burning" -msgstr "A' losgadh ìomhaigh gu DVD mas-fhìor" +msgstr "A’ losgadh ìomhaigh gu DVD mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:328 msgid "Burning image to DVD" -msgstr "A' losgadh ìomhaigh gu DVD" +msgstr "A’ losgadh ìomhaigh gu DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:336 msgid "Simulation of data DVD copying" -msgstr "A' dèanamh lethbhreac de DVD mas-fhìor" +msgstr "A’ dèanamh lethbhreac de DVD mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:338 msgid "Copying data DVD" -msgstr "A' dèanamh lethbhreac de DVD" +msgstr "A’ dèanamh lethbhreac de DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:349 msgid "Simulation of (S)VCD burning" -msgstr "A' losgadh (S)VCD mas-fhìor" +msgstr "A’ losgadh (S)VCD mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:351 msgid "Burning (S)VCD" -msgstr "A' losgadh (S)VCD" +msgstr "A’ losgadh (S)VCD" #: ../libbrasero-burn/brasero-burn-dialog.c:359 #: ../libbrasero-burn/brasero-burn-dialog.c:412 msgid "Simulation of audio CD burning" -msgstr "A' losgadh CD fuaime mas-fhìor" +msgstr "A’ losgadh CD fuaime mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:361 #: ../libbrasero-burn/brasero-burn-dialog.c:414 msgid "Burning audio CD" -msgstr "A' losgadh CD fuaime" +msgstr "A’ losgadh CD fuaime" #: ../libbrasero-burn/brasero-burn-dialog.c:369 msgid "Simulation of data CD burning" -msgstr "A' losgadh CD dàta mas-fhìor" +msgstr "A’ losgadh CD dàta mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:371 msgid "Burning data CD" -msgstr "A' losgadh CD dàta" +msgstr "A’ losgadh CD dàta" #: ../libbrasero-burn/brasero-burn-dialog.c:379 msgid "Simulation of CD copying" -msgstr "A' dèanamh lethbhreac de CD mas-fhìor" +msgstr "A’ dèanamh lethbhreac de CD mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:389 msgid "Simulation of image to CD burning" -msgstr "A' losgadh ìomhaigh gu CD mas-fhìor" +msgstr "A’ losgadh ìomhaigh gu CD mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:391 msgid "Burning image to CD" -msgstr "A' losgadh ìomhaigh gu CD" +msgstr "A’ losgadh ìomhaigh gu CD" #: ../libbrasero-burn/brasero-burn-dialog.c:402 msgid "Simulation of video disc burning" -msgstr "A' losgadh diosga video mas-fhìor" +msgstr "A’ losgadh diosga video mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:404 msgid "Burning video disc" -msgstr "A' losgadh diosga video" +msgstr "A’ losgadh diosga video" #: ../libbrasero-burn/brasero-burn-dialog.c:422 msgid "Simulation of data disc burning" -msgstr "A' losgadh diosga dàta mas-fhìor" +msgstr "A’ losgadh diosga dàta mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:424 msgid "Burning data disc" -msgstr "A' losgadh diosga dàta" +msgstr "A’ losgadh diosga dàta" #: ../libbrasero-burn/brasero-burn-dialog.c:432 msgid "Simulation of disc copying" -msgstr "A' dèanamh lethbhreac de dhiosga mas-fhìor" +msgstr "A’ dèanamh lethbhreac de dhiosga mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:434 #: ../libbrasero-burn/burn-basics.c:82 msgid "Copying disc" -msgstr "A' dèanamh lethbhreac de dhiosga" +msgstr "A’ dèanamh lethbhreac de dhiosga" #: ../libbrasero-burn/brasero-burn-dialog.c:442 msgid "Simulation of image to disc burning" -msgstr "A' losgadh ìomhaigh gu diosga mas-fhìor" +msgstr "A’ losgadh ìomhaigh gu diosga mas-fhìor" #: ../libbrasero-burn/brasero-burn-dialog.c:444 msgid "Burning image to disc" -msgstr "A' losgadh ìomhaigh gu diosga" +msgstr "A’ losgadh ìomhaigh gu diosga" #: ../libbrasero-burn/brasero-burn-dialog.c:549 msgid "Please replace the disc with a rewritable disc holding data." -msgstr "" -"An cuir thu diosga a ghabhas ath-sgrìobhadh le dàta air an àite an diosga " -"seo?" +msgstr "An cuir thu diosga a ghabhas ath-sgrìobhadh le dàta air an àite an diosga seo?" #: ../libbrasero-burn/brasero-burn-dialog.c:551 msgid "Please replace the disc with a disc holding data." @@ -669,9 +613,7 @@ msgid "" "Please replace the disc with a writable CD with at least %i MiB of free " "space." -msgstr "" -"An cuir thu CD a ghabhas sgrìobhadh le co-dhiù %i MiB dhe rum saor air an " -"àite an diosga seo?" +msgstr "An cuir thu CD a ghabhas sgrìobhadh le co-dhiù %i MiB dhe rum saor air an àite an diosga seo?" #: ../libbrasero-burn/brasero-burn-dialog.c:575 msgid "Please replace the disc with a writable CD." @@ -680,9 +622,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:579 #, c-format msgid "Please insert a writable CD with at least %i MiB of free space." -msgstr "" -"An cuir thu a-steach CD a ghabhas sgrìobhadh le co-dhiù %i MiB dhe rum saor " -"air?" +msgstr "An cuir thu a-steach CD a ghabhas sgrìobhadh le co-dhiù %i MiB dhe rum saor air?" #: ../libbrasero-burn/brasero-burn-dialog.c:582 msgid "Please insert a writable CD." @@ -693,9 +633,7 @@ msgid "" "Please replace the disc with a writable DVD with at least %i MiB of free " "space." -msgstr "" -"An cuir thu DVD a ghabhas sgrìobhadh le co-dhiù %i MiB dhe rum saor air an " -"àite an diosga seo?" +msgstr "An cuir thu DVD a ghabhas sgrìobhadh le co-dhiù %i MiB dhe rum saor air an àite an diosga seo?" #: ../libbrasero-burn/brasero-burn-dialog.c:591 msgid "Please replace the disc with a writable DVD." @@ -704,9 +642,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:595 #, c-format msgid "Please insert a writable DVD with at least %i MiB of free space." -msgstr "" -"An cuir thu a-steach DVD a ghabhas sgrìobhadh le co-dhiù %i MiB dhe rum saor " -"air?" +msgstr "An cuir thu a-steach DVD a ghabhas sgrìobhadh le co-dhiù %i MiB dhe rum saor air?" #: ../libbrasero-burn/brasero-burn-dialog.c:598 msgid "Please insert a writable DVD." @@ -717,9 +653,7 @@ msgid "" "Please replace the disc with a writable CD or DVD with at least %i MiB of " "free space." -msgstr "" -"An cuir thu CD no DVD a ghabhas sgrìobhadh le co-dhiù %i MiB dhe rum saor " -"air an àite an diosga seo?" +msgstr "An cuir thu CD no DVD a ghabhas sgrìobhadh le co-dhiù %i MiB dhe rum saor air an àite an diosga seo?" #: ../libbrasero-burn/brasero-burn-dialog.c:606 msgid "Please replace the disc with a writable CD or DVD." @@ -728,9 +662,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:610 #, c-format msgid "Please insert a writable CD or DVD with at least %i MiB of free space." -msgstr "" -"An cuir thu a-steach CD no DVD a ghabhas sgrìobhadh le co-dhiù %i MiB dhe " -"rum saor air?" +msgstr "An cuir thu a-steach CD no DVD a ghabhas sgrìobhadh le co-dhiù %i MiB dhe rum saor air?" #: ../libbrasero-burn/brasero-burn-dialog.c:613 #: ../libbrasero-burn/brasero-burn-dialog.c:2171 @@ -743,16 +675,11 @@ msgid "" "An image of the disc has been created on your hard drive.\n" "Burning will begin as soon as a writable disc is inserted." -msgstr "" -"Chaidh ìomhaigh dhen diosga a chruthachadh air a' chlàr-chruaidh agad.\n" -"Tòisichidh sinn leis an losgadh cho luath 's a chuireas tu a-steach diosga a " -"ghabhas sgrìobhadh." +msgstr "Chaidh ìomhaigh dhen diosga a chruthachadh air a’ chlàr-chruaidh agad.\nTòisichidh sinn leis an losgadh cho luath ’s a chuireas tu a-steach diosga a ghabhas sgrìobhadh." #: ../libbrasero-burn/brasero-burn-dialog.c:645 msgid "A data integrity test will begin as soon as the disc is inserted." -msgstr "" -"Nì sinn deuchainn air an dàta ach a bheil e mar bu chòir gus nach eil cho " -"luath 's a chuireas tu an diosga a-steach." +msgstr "Nì sinn deuchainn air an dàta ach a bheil e mar bu chòir gus nach eil cho luath ’s a chuireas tu an diosga a-steach." #: ../libbrasero-burn/brasero-burn-dialog.c:646 msgid "Please re-insert the disc in the CD/DVD burner." @@ -762,42 +689,42 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:650 #, c-format msgid "\"%s\" is busy." -msgstr "Tha \"%s\" trang." +msgstr "Tha “%s” trang." #: ../libbrasero-burn/brasero-burn-dialog.c:654 #, c-format msgid "There is no disc in \"%s\"." -msgstr "Chan eil diosga ann an \"%s\"." +msgstr "Chan eil diosga ann an “%s”." #: ../libbrasero-burn/brasero-burn-dialog.c:658 #, c-format msgid "The disc in \"%s\" is not supported." -msgstr "Cha chuirear taic ris an diosga ann an \"%s\"." +msgstr "Cha chuirear taic ris an diosga ann an “%s”." #: ../libbrasero-burn/brasero-burn-dialog.c:662 #, c-format msgid "The disc in \"%s\" is not rewritable." -msgstr "Cha ghabh an diosga ann an \"%s\" ath-sgrìobhadh." +msgstr "Cha ghabh an diosga ann an “%s” ath-sgrìobhadh." #: ../libbrasero-burn/brasero-burn-dialog.c:666 #, c-format msgid "The disc in \"%s\" is empty." -msgstr "Tha an diosga ann an \"%s\" falamh." +msgstr "Tha an diosga ann an “%s” falamh." #: ../libbrasero-burn/brasero-burn-dialog.c:670 #, c-format msgid "The disc in \"%s\" is not writable." -msgstr "Cha ghabh an diosga ann an \"%s\" sgrìobhadh." +msgstr "Cha ghabh an diosga ann an “%s” sgrìobhadh." #: ../libbrasero-burn/brasero-burn-dialog.c:674 #, c-format msgid "Not enough space available on the disc in \"%s\"." -msgstr "Cha eil rum gu leòr ri làimh air an diosga ann an \"%s\"." +msgstr "Cha eil rum gu leòr ri làimh air an diosga ann an “%s”." #: ../libbrasero-burn/brasero-burn-dialog.c:682 #, c-format msgid "The disc in \"%s\" needs to be reloaded." -msgstr "Tha an diosga ann an \"%s\" feumach air ath-luchdadh." +msgstr "Tha an diosga ann an “%s” feumach air ath-luchdadh." #: ../libbrasero-burn/brasero-burn-dialog.c:683 msgid "Please eject the disc and reload it." @@ -807,29 +734,21 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:333 msgid "" "A file could not be created at the location specified for temporary files" -msgstr "" -"Cha b' urrainn dhuinn faidhle a chruthachadh air an ionad a chaidh a " -"shònrachadh airson faidhlichean sealach." +msgstr "Cha b’ urrainn dhuinn faidhle a chruthachadh air an ionad a chaidh a shònrachadh airson faidhlichean sealach." #: ../libbrasero-burn/brasero-burn-dialog.c:729 msgid "The image could not be created at the specified location" -msgstr "" -"Cha b' urrainn dhuinn an ìomhaigh a chruthachadh air an ionad a chaidh a " -"shònrachadh" +msgstr "Cha b’ urrainn dhuinn an ìomhaigh a chruthachadh air an ionad a chaidh a shònrachadh" #: ../libbrasero-burn/brasero-burn-dialog.c:730 msgid "" "Do you want to specify another location for this session or retry with the " "current location?" -msgstr "" -"A bheil thu airson ionad eile a shònrachadh airson an t-seisein seo no am b' " -"fhearr leat feuchainn a-rithist leis an ionad làithreach?" +msgstr "A bheil thu airson ionad eile a shònrachadh airson an t-seisein seo no am b’ fhearr leat feuchainn a-rithist leis an ionad làithreach?" #: ../libbrasero-burn/brasero-burn-dialog.c:742 msgid "You may want to free some space on the disc and retry" -msgstr "" -"Dh'fhaoidte gum bu chòir dhut rum a shaoradh air an diosga is feuchainn a-" -"rithist" +msgstr "Dh’fhaoidte gum bu chòir dhut rum a shaoradh air an diosga is feuchainn a-rithist" #: ../libbrasero-burn/brasero-burn-dialog.c:749 #: ../libbrasero-burn/brasero-drive-properties.c:244 @@ -858,7 +777,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:889 #: ../libbrasero-burn/brasero-burn-dialog.c:1135 msgid "_Replace Disc" -msgstr "Cui_r diosga 'na àite" +msgstr "Cui_r diosga ’na àite" #: ../libbrasero-burn/brasero-burn-dialog.c:930 msgid "Do you really want to blank the current disc?" @@ -877,9 +796,7 @@ msgid "" "If you import them you will be able to see and use them once the current " "selection of files is burned." -msgstr "" -"Ma dh'ion-phortaicheas tu iad, 's urrainn dhut am faicinn is cleachdadh " -"nuair a bhios an taghadh làithreach dhe dh'fhaidhlichean air a losgadh." +msgstr "Ma dh’ion-phortaicheas tu iad, ’s urrainn dhut am faicinn is cleachdadh nuair a bhios an taghadh làithreach dhe dh’fhaidhlichean air a losgadh." #: ../libbrasero-burn/brasero-burn-dialog.c:948 msgid "If you don't, they will be invisible (though still readable)." @@ -888,9 +805,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:951 msgid "" "There are files already burned on this disc. Would you like to import them?" -msgstr "" -"Tha faidhlichean air an losgadh air an diosga seo mar-thà. A bheil thu " -"airson an ion-phortadh?" +msgstr "Tha faidhlichean air an losgadh air an diosga seo mar-thà. A bheil thu airson an ion-phortadh?" #: ../libbrasero-burn/brasero-burn-dialog.c:953 msgid "_Import" @@ -904,9 +819,7 @@ msgid "" "CD-RW audio discs may not play correctly in older CD players and CD-Text " "won't be written." -msgstr "" -"Dh'fhaoidte nach tèid diosgan CD-RW fuaime a chluich mar bu chòir le seann " -"chluicheadairean CD is cha tèid CD-Text a sgrìobhadh." +msgstr "Dh’fhaoidte nach tèid diosgan CD-RW fuaime a chluich mar bu chòir le seann chluicheadairean CD is cha tèid CD-Text a sgrìobhadh." #: ../libbrasero-burn/brasero-burn-dialog.c:968 #: ../libbrasero-burn/brasero-burn-dialog.c:990 @@ -925,53 +838,42 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:989 msgid "CD-RW audio discs may not play correctly in older CD players." -msgstr "" -"Dh'fhaoidte nach tèid diosgan CD-RW fuaime a chluich mar bu chòir le seann " -"chluicheadairean CD." +msgstr "Dh’fhaoidte nach tèid diosgan CD-RW fuaime a chluich mar bu chòir le seann chluicheadairean CD." #: ../libbrasero-burn/brasero-burn-dialog.c:993 msgid "Recording audio tracks on a rewritable disc is not advised." -msgstr "" -"Cha mholamaid gun clàraich thu tracaichean fuaime air diosga a ghabhas ath-" -"sgrìobhadh." +msgstr "Cha mholamaid gun clàraich thu tracaichean fuaime air diosga a ghabhas ath-sgrìobhadh." #. Translators: %s is the name of a drive #: ../libbrasero-burn/brasero-burn-dialog.c:1037 #, c-format msgid "Please eject the disc from \"%s\" manually." -msgstr "An gluais thu an dioga a-mach à \"%s\" a làimh?" +msgstr "An gluais thu an dioga a-mach à “%s” a làimh?" #: ../libbrasero-burn/brasero-burn-dialog.c:1046 msgid "" "The disc could not be ejected though it needs to be removed for the current " "operation to continue." -msgstr "" -"Cha b' urrainn dhuinn an diosga a ghluasad a-mach ach feumar a thoirt air " -"falbh mus urrainn dhan obrachadh làithreach a leantainn air adhart" +msgstr "Cha b’ urrainn dhuinn an diosga a ghluasad a-mach ach feumar a thoirt air falbh mus urrainn dhan obrachadh làithreach a leantainn air adhart" #: ../libbrasero-burn/brasero-burn-dialog.c:1133 msgid "Do you want to replace the disc and continue?" -msgstr "A bheil thu airson diosga a chur 'na àite is leantainn air adhart?" +msgstr "A bheil thu airson diosga a chur ’na àite is leantainn air adhart?" #: ../libbrasero-burn/brasero-burn-dialog.c:1134 msgid "The currently inserted disc could not be blanked." -msgstr "" -"Cha b' urrainn dhuinn an diosga a tha san draibh an-dràsta a bhànachadh." +msgstr "Cha b’ urrainn dhuinn an diosga a tha san draibh an-dràsta a bhànachadh." #: ../libbrasero-burn/brasero-burn-dialog.c:1143 msgid "Do you want to continue with full Windows compatibility disabled?" -msgstr "" -"A bheil thu airson leantainn air adhart leis a' chò-chòrdalachd shlàn ri " -"Windows air a chur à comas?" +msgstr "A bheil thu airson leantainn air adhart leis a’ chò-chòrdalachd shlàn ri Windows air a chur à comas?" #: ../libbrasero-burn/brasero-burn-dialog.c:1144 #: ../libbrasero-burn/brasero-status-dialog.c:340 #: ../src/brasero-data-disc.c:734 msgid "" "Some files don't have a suitable name for a fully Windows-compatible CD." -msgstr "" -"Chan eil ainm freagarrach air a h-uile faidhle ach am biodh an CD co-" -"chòrdail ri Windows gu slàn." +msgstr "Chan eil ainm freagarrach air a h-uile faidhle ach am biodh an CD co-chòrdail ri Windows gu slàn." #: ../libbrasero-burn/brasero-burn-dialog.c:1145 msgid "C_ontinue" @@ -984,7 +886,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1368 msgid "Real disc burning will take place in 10 seconds." -msgstr "Tòisichidh sinn a' losgadh an diosga dha-rìribh an ceann 10 diogan." +msgstr "Tòisichidh sinn a’ losgadh an diosga dha-rìribh an ceann 10 diogan." #: ../libbrasero-burn/brasero-burn-dialog.c:1371 msgid "Burn _Now" @@ -1009,15 +911,15 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1786 msgid "Video DVD successfully burned" -msgstr "Shoirbhich le losgadh a' DVD video" +msgstr "Shoirbhich le losgadh a’ DVD video" #: ../libbrasero-burn/brasero-burn-dialog.c:1788 msgid "(S)VCD successfully burned" -msgstr "Shoirbhich le losgadh a' (S)VCD" +msgstr "Shoirbhich le losgadh a’ (S)VCD" #: ../libbrasero-burn/brasero-burn-dialog.c:1791 msgid "Audio CD successfully burned" -msgstr "Shoirbhich le losgadh a' CD fuaime" +msgstr "Shoirbhich le losgadh a’ CD fuaime" #: ../libbrasero-burn/brasero-burn-dialog.c:1793 #: ../libbrasero-burn/brasero-burn-dialog.c:1824 @@ -1034,11 +936,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1804 msgid "Image of DVD successfully created" -msgstr "Shoirbhich le cruthachadh ìomhaigh a' DVD" +msgstr "Shoirbhich le cruthachadh ìomhaigh a’ DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:1806 msgid "Image of CD successfully created" -msgstr "Shoirbhich le cruthachadh ìomhaigh a' CD" +msgstr "Shoirbhich le cruthachadh ìomhaigh a’ CD" #: ../libbrasero-burn/brasero-burn-dialog.c:1812 msgid "Image successfully burned to DVD" @@ -1050,11 +952,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1820 msgid "Data DVD successfully burned" -msgstr "Shoirbhich le losgadh a' DVD dàta" +msgstr "Shoirbhich le losgadh a’ DVD dàta" #: ../libbrasero-burn/brasero-burn-dialog.c:1822 msgid "Data CD successfully burned" -msgstr "Shoirbhich le losgadh a' CD dàta" +msgstr "Shoirbhich le losgadh a’ CD dàta" #: ../libbrasero-burn/brasero-burn-dialog.c:1881 #, c-format @@ -1065,10 +967,7 @@ msgid "" "Another copy will start as soon as you insert a new writable disc. If you do " "not want to burn another copy, press \"Cancel\"." -msgstr "" -"Tòisichidh sinn air lethbhreac eile a dhèanamh cho luath 's a chuireas tu " -"diosga ùr a ghabhas sgrìobhadh a-steach. Briog air \"Sguir dheth\" mur eil " -"thu airson lethbhreac eile a losgadh." +msgstr "Tòisichidh sinn air lethbhreac eile a dhèanamh cho luath ’s a chuireas tu diosga ùr a ghabhas sgrìobhadh a-steach. Briog air “Sguir dheth” mur eil thu airson lethbhreac eile a losgadh." #: ../libbrasero-burn/brasero-burn-dialog.c:1963 msgid "Make _More Copies" @@ -1098,8 +997,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:2455 #: ../libbrasero-burn/brasero-tool-dialog.c:417 msgid "Interrupting the process may make disc unusable." -msgstr "" -"Dh'fhaoidte nach gabh an diosga cleachdadh ma sguireas tu dhen phròiseas." +msgstr "Dh’fhaoidte nach gabh an diosga cleachdadh ma sguireas tu dhen phròiseas." #: ../libbrasero-burn/brasero-burn-dialog.c:2458 msgid "C_ontinue Burning" @@ -1107,15 +1005,13 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:2465 msgid "_Cancel Burning" -msgstr "_Sguir dhen losgadh" +msgstr "_Sguir dhen losgadh" #: ../libbrasero-burn/brasero-burn-options.c:228 ../src/brasero-project.c:1020 msgid "" "Please insert a writable CD or DVD if you don't want to write to an image " "file." -msgstr "" -"Cuir a-steach CD no DVD a ghabhas sgrìobhadh mur eil thu airson sgrìobhadh " -"gu faidhle ìomhaighe." +msgstr "Cuir a-steach CD no DVD a ghabhas sgrìobhadh mur eil thu airson sgrìobhadh gu faidhle ìomhaighe." #: ../libbrasero-burn/brasero-burn-options.c:302 ../src/brasero-project.c:1595 msgid "Create _Image" @@ -1141,16 +1037,12 @@ #: ../libbrasero-burn/brasero-burn-options.c:433 ../src/brasero-project.c:949 msgid "Would you like to burn the selection of files across several media?" -msgstr "" -"A bheil thu airson an taghadh de dh'fhaidhlichean a losgadh thar iomadh " -"meadhain?" +msgstr "A bheil thu airson an taghadh de dh’fhaidhlichean a losgadh thar iomadh meadhain?" #: ../libbrasero-burn/brasero-burn-options.c:434 #: ../libbrasero-burn/brasero-burn-options.c:451 msgid "The data size is too large for the disc even with the overburn option." -msgstr "" -"Tha cus dàta ann airson an diosga fiù 's leis an roghainn losgaidh " -"anabarraich." +msgstr "Tha cus dàta ann airson an diosga fiù ’s leis an roghainn losgaidh anabarraich." #: ../libbrasero-burn/brasero-burn-options.c:439 ../src/brasero-project.c:954 msgid "_Burn Several Discs" @@ -1158,7 +1050,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:441 ../src/brasero-project.c:956 msgid "Burn the selection of files across several media" -msgstr "Loisg an taghadh dhe dh'fhaoidhlichean thar iomadh meadhain" +msgstr "Loisg an taghadh dhe dh’fhaoidhlichean thar iomadh meadhain" #: ../libbrasero-burn/brasero-burn-options.c:450 ../src/brasero-project.c:965 msgid "Please choose another CD or DVD or insert a new one." @@ -1166,9 +1058,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:464 ../src/brasero-project.c:1010 msgid "No track information (artist, title, ...) will be written to the disc." -msgstr "" -"Cha tèid fiosrachadh air na tracaichean (neach-ciùil, tiotal, ...) a " -"sgrìobhadh gun diosga." +msgstr "Cha tèid fiosrachadh air na tracaichean (neach-ciùil, tiotal, ...) a sgrìobhadh gun diosga." #: ../libbrasero-burn/brasero-burn-options.c:465 ../src/brasero-project.c:1011 msgid "This is not supported by the current active burning backend." @@ -1226,9 +1116,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:523 msgid "It doesn't appear to be a valid disc image or a valid cue file." -msgstr "" -"Chan e faidhle ìomhaigh diosga no faidhle cue dligheach a th' ann a-rèir " -"coltais." +msgstr "Chan e faidhle ìomhaigh diosga no faidhle cue dligheach a th’ ann a-rèir coltais." #: ../libbrasero-burn/brasero-burn-options.c:532 msgid "Please insert a disc that is not copy protected." @@ -1245,9 +1133,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:549 ../src/brasero-project.c:976 msgid "Would you like to burn beyond the disc's reported capacity?" -msgstr "" -"A bheil thu airson barrachd a losgadh dha na chaidh aithris de rum air an " -"diosga?" +msgstr "A bheil thu airson barrachd a losgadh dha na chaidh aithris de rum air an diosga?" #: ../libbrasero-burn/brasero-burn-options.c:550 msgid "" @@ -1256,14 +1142,7 @@ "You may want to use this option if you're using 90 or 100 min CD-R(W) which " "cannot be properly recognised and therefore need overburn option.\n" "NOTE: This option might cause failure." -msgstr "" -"Mur tèid seo a dhèanamh, bidh cus dàta ann airson an diosga is feumaidh tu " -"faidhlichean a thoirt far na thagh thu.\n" -"Dh'fhaoidte gu bheil thu airson an roghainne seo a chleachdadh ma tha thu a' " -"cleachdadh CD-R(W) le 90 no 100 mionaid nach urrainn dhuinn aithneachadh mar " -"bu chòir 's tu feumach air an roghainn losgaidh anabarraich air an adhbhar " -"seo.\n" -"AN AIRE: Dh'fhaoidte gun adhbharaich an roghainn seo fàilligeadh." +msgstr "Mur tèid seo a dhèanamh, bidh cus dàta ann airson an diosga is feumaidh tu faidhlichean a thoirt far na thagh thu.\nDh’fhaoidte gu bheil thu airson an roghainne seo a chleachdadh ma tha thu a’ cleachdadh CD-R(W) le 90 no 100 mionaid nach urrainn dhuinn aithneachadh mar bu chòir ’s tu feumach air an roghainn losgaidh anabarraich air an adhbhar seo.\nAN AIRE: Dh’fhaoidte gun adhbharaich an roghainn seo fàilligeadh." #: ../libbrasero-burn/brasero-burn-options.c:557 ../src/brasero-project.c:983 msgid "_Overburn" @@ -1276,17 +1155,13 @@ #: ../libbrasero-burn/brasero-burn-options.c:569 msgid "" "The drive that holds the source disc will also be the one used to record." -msgstr "" -"Thèid an draibh sa bheil an diosga tùsail a chleachdadh airson a' chlàraidh " -"cuideachd." +msgstr "Thèid an draibh sa bheil an diosga tùsail a chleachdadh airson a’ chlàraidh cuideachd." #: ../libbrasero-burn/brasero-burn-options.c:570 msgid "" "A new writable disc will be required once the currently loaded one has been " "copied." -msgstr "" -"Bidh feum air diosga a ghabhas losgadh nuair a chaidh lethbhreac a dhèanamh " -"dhen fhear a tha ann an-dràsta." +msgstr "Bidh feum air diosga a ghabhas losgadh nuair a chaidh lethbhreac a dhèanamh dhen fhear a tha ann an-dràsta." #: ../libbrasero-burn/brasero-burn-options.c:657 msgid "Select a disc to write to" @@ -1306,9 +1181,7 @@ msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" -msgstr "" -"A bheil thu airson diosga a chruthachadh o shusbaint na h-ìomhaighe no le " -"faidhle na h-ìomhaighe 'na bhroinn?" +msgstr "A bheil thu airson diosga a chruthachadh o shusbaint na h-ìomhaighe no le faidhle na h-ìomhaighe ’na bhroinn?" #. Translators: %s is the name of the image #: ../libbrasero-burn/brasero-burn-options.c:804 @@ -1316,9 +1189,7 @@ msgid "" "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned." -msgstr "" -"Cha deach ach aon fhaidhle (\"%s\") a thaghadh. Seo ìomhaigh diosga is " -"gabhaidh a shusbaint a losgadh." +msgstr "Cha deach ach aon fhaidhle (“%s”) a thaghadh. Seo ìomhaigh diosga is gabhaidh a shusbaint a losgadh." #: ../libbrasero-burn/brasero-burn-options.c:809 msgid "Burn as _File" @@ -1372,7 +1243,7 @@ #: ../libbrasero-burn/brasero-data-vfs.c:218 #, c-format msgid "\"%s\" cannot be read" -msgstr "Cha ghabh \"%s\" a leughadh" +msgstr "Cha ghabh “%s” a leughadh" #: ../libbrasero-burn/brasero-dest-selection.c:605 #: ../libbrasero-burn/brasero-image-type-chooser.c:133 @@ -1394,7 +1265,7 @@ #: ../libbrasero-burn/brasero-dest-selection.c:623 #, c-format msgid "%s: \"%s\"" -msgstr "%s: \"%s\"" +msgstr "%s: “%s”" #. Translators: this string is only used when the user #. * wants to copy a disc using the same destination and @@ -1448,11 +1319,7 @@ "The filesystem on this volume does not support large files (size over 2 " "GiB).\n" "This can be a problem when writing DVDs or large images." -msgstr "" -"Cha chuir an siostam-fhaidhlichean air an draibh seo taic ri faidhlichean " -"mòra (nas motha na 2 GiB).\n" -"Faodaidh seo a bhith 'na dhuilgheadas nuair a thèid DVDan no ìomhaighean " -"mòra a sgrìobhadh." +msgstr "Cha chuir an siostam-fhaidhlichean air an draibh seo taic ri faidhlichean mòra (nas motha na 2 GiB).\nFaodaidh seo a bhith ’na dhuilgheadas nuair a thèid DVDan no ìomhaighean mòra a sgrìobhadh." #. Translators %s.1f is the speed used to burn #: ../libbrasero-burn/brasero-drive-properties.c:524 @@ -1499,9 +1366,7 @@ msgid "" "Brasero will simulate the burning and, if it is successful, go on with " "actual burning after 10 seconds" -msgstr "" -"Nì Brasero losgadh mas-fhìor is ma shoirbhicheas leis, tòisichidh sinn air " -"an losgadh fhèin an ceann 10 diogan an uairsin" +msgstr "Nì Brasero losgadh mas-fhìor is ma shoirbhicheas leis, tòisichidh sinn air an losgadh fhèin an ceann 10 diogan an uairsin" #: ../libbrasero-burn/brasero-drive-properties.c:726 msgid "Use burn_proof (decrease the risk of failures)" @@ -1509,13 +1374,11 @@ #: ../libbrasero-burn/brasero-drive-properties.c:728 msgid "Burn the image directly _without saving it to disc" -msgstr "Loisg an ìomhaigh gu _dìreach gun a bhith 'ga shàbhaladh air an diosga" +msgstr "Loisg an ìomhaigh gu _dìreach gun a bhith ’ga shàbhaladh air an diosga" #: ../libbrasero-burn/brasero-drive-properties.c:730 msgid "Leave the disc _open to add other files later" -msgstr "" -"Fàg an diosga f_osgailte ach an gabh barrachd fhaidhlichean a chur ris àm " -"eile" +msgstr "Fàg an diosga f_osgailte ach an gabh barrachd fhaidhlichean a chur ris àm eile" #: ../libbrasero-burn/brasero-drive-properties.c:731 msgid "Allow to add more data to the disc later" @@ -1590,17 +1453,13 @@ #: ../libbrasero-burn/brasero-medium-properties.c:133 msgid "" "Do you really want to keep the current extension for the disc image name?" -msgstr "" -"A bheil thu cinnteach gu bheil thu airson an leudachan làithreach a chumail " -"airson ainm na h-ìomhaighe diosga?" +msgstr "A bheil thu cinnteach gu bheil thu airson an leudachan làithreach a chumail airson ainm na h-ìomhaighe diosga?" #: ../libbrasero-burn/brasero-medium-properties.c:139 msgid "" "If you choose to keep it, programs may not be able to recognize the file " "type properly." -msgstr "" -"Ma chumas tu e, dh'fhaoidte nach aithnich prògraman seòrsa an fhaidhle mar " -"bu chòir." +msgstr "Ma chumas tu e, dh’fhaoidte nach aithnich prògraman seòrsa an fhaidhle mar bu chòir." #: ../libbrasero-burn/brasero-medium-properties.c:142 msgid "_Keep Current Extension" @@ -1612,7 +1471,7 @@ #: ../libbrasero-burn/brasero-medium-properties.c:234 msgid "Configure recording options" -msgstr "Rèitich roghainnean a' chlàraidh" +msgstr "Rèitich roghainnean a’ chlàraidh" #. Translators: first %02i is hours, the second one is minutes and the #. * third one is seconds. @@ -1645,20 +1504,20 @@ #: ../libbrasero-burn/brasero-src-image.c:229 #, c-format msgid "\"%s\": loading" -msgstr "\"%s\": 'ga luchdadh" +msgstr "“%s”: ’ga luchdadh" #. Translators: %s is a path and image refers to a disc image #: ../libbrasero-burn/brasero-src-image.c:236 #, c-format msgid "\"%s\": unknown disc image type" -msgstr "\"%s\": seòrsa ìomhaighe diosga neo-aithnichte" +msgstr "“%s”: seòrsa ìomhaighe diosga neo-aithnichte" #. NOTE to translators, the first %s is the path of the image #. * file and the second its size. #: ../libbrasero-burn/brasero-src-image.c:258 #, c-format msgid "\"%s\": %s" -msgstr "\"%s\": %s" +msgstr "“%s”: %s" #. This is hackish and meant to avoid ellipsization to make the #. * label too small. @@ -1691,14 +1550,13 @@ #: ../libbrasero-burn/brasero-status-dialog.c:147 #, c-format msgid "Estimated size: %s" -msgstr "Tuairmse air a' mheud: %s" +msgstr "Tuairmse air a’ mheud: %s" #: ../libbrasero-burn/brasero-status-dialog.c:209 #: ../src/brasero-data-disc.c:870 #, c-format msgid "Do you really want to add \"%s\" to the selection?" -msgstr "" -"A bheil thu cinnteach gu bheil thu airson \"%s\" a chur ris an taghadh?" +msgstr "A bheil thu cinnteach gu bheil thu airson “%s” a chur ris an taghadh?" #: ../libbrasero-burn/brasero-status-dialog.c:228 #: ../src/brasero-data-disc.c:879 @@ -1707,12 +1565,7 @@ "Brasero can create an image of such a file hierarchy and burn it but the " "disc may not be readable on all operating systems.\n" "Note: Such a file hierarchy is known to work on Linux." -msgstr "" -"Bidh 7 pasganan pàraint aig clann a' phasgain seo.\n" -"'S urrainn do Brasero ìomhaigh de rangachd fhaidhlichean mar sin a " -"chruthachadh is a losgadh ach dh'fhaoidte nach gabh an diosga a leughadh " -"leis a h-uile siostam-obrachaidh.\n" -"An aire: Obraichidh rangachd dhen leithid air Linux." +msgstr "Bidh 7 pasganan pàraint aig clann a’ phasgain seo.\n’S urrainn do Brasero ìomhaigh de rangachd fhaidhlichean mar sin a chruthachadh is a losgadh ach dh’fhaoidte nach gabh an diosga a leughadh leis a h-uile siostam-obrachaidh.\nAn aire: Obraichidh rangachd dhen leithid air Linux." #: ../libbrasero-burn/brasero-status-dialog.c:232 #: ../libbrasero-burn/brasero-status-dialog.c:294 @@ -1732,9 +1585,7 @@ msgid "" "Do you really want to add \"%s\" to the selection and use the third version " "of the ISO9660 standard to support it?" -msgstr "" -"A bheil thu cinnteach gu bheil thu airson \"%s\" a chur ris an taghadh is an " -"treas tionndadh dhen bhun-tomhas ISO9660 a chleachdadh gus taic a thoirt ris?" +msgstr "A bheil thu cinnteach gu bheil thu airson “%s” a chur ris an taghadh is an treas tionndadh dhen bhun-tomhas ISO9660 a chleachdadh gus taic a thoirt ris?" #: ../libbrasero-burn/brasero-status-dialog.c:290 #: ../src/brasero-data-disc.c:835 @@ -1747,33 +1598,22 @@ "Windows™.\n" "However, Mac OS X cannot read images created with version 3 of the ISO9660 " "standard." -msgstr "" -"Tha meud an fhaidhle nas motha na 2 GiB. Cha toir a' chiad no an dàrna " -"tionndadh dhen bhun-tomhas ISO9660 (seo an fheadhainn as cumanta) taic ri " -"faidhlichean nas motha na 2 GiB.\n" -"Mholamaid gun cleachd thu an treas tionndadh dhen bhun-tomhas ISO9660 on a " -"bheir a' mhòrchuid dhe siostaman-obrachaidh taic ris, a' gabhail a-steach " -"Linux is a h-uile tionndadh de Windows.\n" -"Co-dhiù, chan urrainn dha Mac OS X ìomhaighean a leughadh a chaidh a " -"chruthachadh leis an treas tionndadh dhen bhun-tomhas ISO9660." +msgstr "Tha meud an fhaidhle nas motha na 2 GiB. Cha toir a’ chiad no an dàrna tionndadh dhen bhun-tomhas ISO9660 (seo an fheadhainn as cumanta) taic ri faidhlichean nas motha na 2 GiB.\nMholamaid gun cleachd thu an treas tionndadh dhen bhun-tomhas ISO9660 on a bheir a’ mhòrchuid dhe siostaman-obrachaidh taic ris, a’ gabhail a-steach Linux is a h-uile tionndadh de Windows.\nCo-dhiù, chan urrainn dha Mac OS X ìomhaighean a leughadh a chaidh a chruthachadh leis an treas tionndadh dhen bhun-tomhas ISO9660." #: ../libbrasero-burn/brasero-status-dialog.c:330 #: ../src/brasero-data-disc.c:729 msgid "Should files be renamed to be fully Windows-compatible?" -msgstr "" -"A bheil thu airson 's gun tèid ainmean ùra a thoirt air na faidhlichean ach " -"am bi iad co-chòrdail ri Windows gu slàn?" +msgstr "A bheil thu airson ’s gun tèid ainmean ùra a thoirt air na faidhlichean ach am bi iad co-chòrdail ri Windows gu slàn?" #: ../libbrasero-burn/brasero-status-dialog.c:341 #: ../src/brasero-data-disc.c:735 msgid "Those names should be changed and truncated to 64 characters." -msgstr "" -"B' fheairrde na h-ainmean seo atharrachadh is giorrachadh gu 64 caractar." +msgstr "B’ fheairrde na h-ainmean seo atharrachadh is giorrachadh gu 64 caractar." #: ../libbrasero-burn/brasero-status-dialog.c:346 #: ../src/brasero-data-disc.c:738 msgid "_Disable Full Windows Compatibility" -msgstr "Cuir a' cho-chòr_dalachd Windows shlàn à comas" +msgstr "Cuir a’ cho-chòr_dalachd Windows shlàn à comas" #: ../libbrasero-burn/brasero-status-dialog.c:349 #: ../src/brasero-data-disc.c:737 @@ -1782,17 +1622,15 @@ #: ../libbrasero-burn/brasero-status-dialog.c:566 msgid "Size Estimation" -msgstr "Tuairmse air a' mheud" +msgstr "Tuairmse air a’ mheud" #: ../libbrasero-burn/brasero-status-dialog.c:568 msgid "Please wait until the estimation of the size is completed." -msgstr "Fuirich ort gus am bi an tuairmse air a' mheud coileanta." +msgstr "Fuirich ort gus am bi an tuairmse air a’ mheud coileanta." #: ../libbrasero-burn/brasero-status-dialog.c:569 msgid "All files need to be analysed to complete this operation." -msgstr "" -"Feumaidh sinn a h-uile faidhle a sgrùdadh gus an t-obrachadh seo a " -"choileanadh." +msgstr "Feumaidh sinn a h-uile faidhle a sgrùdadh gus an t-obrachadh seo a choileanadh." #: ../libbrasero-burn/brasero-sum-dialog.c:134 #: ../libbrasero-burn/brasero-sum-dialog.c:215 @@ -1802,9 +1640,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:165 #: ../libbrasero-burn/brasero-sum-dialog.c:514 msgid "The file integrity check could not be performed." -msgstr "" -"Cha b' urrainn dhuinn dearbhadh co-dhiù a bheil na faidhlichean mar bu chòir " -"gus nach eil." +msgstr "Cha b’ urrainn dhuinn dearbhadh co-dhiù a bheil na faidhlichean mar bu chòir gus nach eil." #: ../libbrasero-burn/brasero-sum-dialog.c:166 ../src/brasero-data-disc.c:214 #: ../src/brasero-eject-dialog.c:102 ../src/brasero-playlist.c:393 @@ -1830,12 +1666,12 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:342 msgid "Downloading MD5 file" -msgstr "A' luchdadh a-nuas faidhle MD5" +msgstr "A’ luchdadh a-nuas faidhle MD5" #: ../libbrasero-burn/brasero-sum-dialog.c:397 #, c-format msgid "\"%s\" is not a valid URI" -msgstr "Chan e URI dligheach th' ann an \"%s\"" +msgstr "Chan e URI dligheach th’ ann an “%s”" #: ../libbrasero-burn/brasero-sum-dialog.c:515 msgid "No MD5 file was given." @@ -1847,8 +1683,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:693 msgid "Use an external .md5 file that stores the checksum of a disc" -msgstr "" -"Cleachd faidhle .md5 taobh a-muigh sa bheil an àireamh-dearbhaidh aig diosga" +msgstr "Cleachd faidhle .md5 taobh a-muigh sa bheil an àireamh-dearbhaidh aig diosga" #: ../libbrasero-burn/brasero-sum-dialog.c:706 msgid "Open an MD5 file" @@ -1860,7 +1695,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:752 msgid "Disc Checking" -msgstr "A' sgrùdadh diosga" +msgstr "A’ sgrùdadh diosga" #: ../libbrasero-burn/brasero-tool-dialog.c:78 #: ../libbrasero-burn/brasero-tool-dialog.c:92 @@ -1898,7 +1733,7 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:793 #: ../src/brasero-playlist.c:536 ../src/brasero-video-tree-model.c:342 msgid "(loading…)" -msgstr "('ga luchdadh…)" +msgstr "(’ga luchdadh…)" #: ../libbrasero-burn/brasero-track-data-cfg.c:619 #: ../libbrasero-burn/brasero-track-data-cfg.c:799 @@ -1932,27 +1767,27 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:2406 #: ../libbrasero-burn/brasero-track-data-cfg.c:2416 msgid "Analysing files" -msgstr "A' sgrùdadh nam faidhlichean" +msgstr "A’ sgrùdadh nam faidhlichean" #: ../libbrasero-burn/brasero-track-data-cfg.c:2552 #, c-format msgid "\"%s\" is a recursive symbolic link." -msgstr "'S e ceangal samhlachail ath-chùrsach th' ann an \"%s\"." +msgstr "’S e ceangal samhlachail ath-chùrsach th’ ann an “%s”." #. Translators: %s is the path of a drive #: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 #, c-format msgid "\"%s\" cannot be found." -msgstr "Cha deach \"%s\" a lorg." +msgstr "Cha deach “%s” a lorg." #: ../libbrasero-burn/brasero-track-image-cfg.c:451 msgid "Retrieving image format and size" -msgstr "A' faighinn fòrmat is meud na h-ìomhaighe" +msgstr "A’ faighinn fòrmat is meud na h-ìomhaighe" #. Translators: This is a disc image #: ../libbrasero-burn/brasero-track-image-cfg.c:471 msgid "The format of the disc image could not be identified" -msgstr "Cha b' urrainn dhuinn am fòrmat aig an ìomhaigh diosga aithneachadh" +msgstr "Cha b’ urrainn dhuinn am fòrmat aig an ìomhaigh diosga aithneachadh" #: ../libbrasero-burn/brasero-track-image-cfg.c:472 msgid "Please set it manually" @@ -1962,7 +1797,7 @@ #: ../libbrasero-burn/brasero-track-stream-cfg.c:90 #, c-format msgid "\"%s\" was removed from the file system." -msgstr "Chaidh \"%s\" a thoirt air falbh on t-siostam-fhaidhlichean." +msgstr "Chaidh “%s” a thoirt air falbh on t-siostam-fhaidhlichean." #: ../libbrasero-burn/brasero-track-stream-cfg.c:129 #: ../src/brasero-audio-disc.c:754 ../src/brasero-video-disc.c:365 @@ -1980,15 +1815,15 @@ #: ../libbrasero-burn/brasero-track-stream-cfg.c:174 #, c-format msgid "\"%s\" is not suitable for audio or video media" -msgstr "Chan eil \"%s\" freagarrach airson meadhanan fuaime no video" +msgstr "Chan eil “%s” freagarrach airson meadhanan fuaime no video" #: ../libbrasero-burn/brasero-track-stream-cfg.c:401 msgid "Analysing video files" -msgstr "A' sgrùdadh nam faidhlichean video" +msgstr "A’ sgrùdadh nam faidhlichean video" #: ../libbrasero-burn/brasero-video-options.c:447 msgid "Video format:" -msgstr "Fòrmat a' video:" +msgstr "Fòrmat a’ video:" #: ../libbrasero-burn/brasero-video-options.c:458 msgid "_NTSC" @@ -2025,7 +1860,7 @@ #. Video options for (S)VCD #: ../libbrasero-burn/brasero-video-options.c:545 msgid "VCD type:" -msgstr "Seòrsa a' VCD:" +msgstr "Seòrsa a’ VCD:" #: ../libbrasero-burn/brasero-video-options.c:558 msgid "Create an SVCD" @@ -2038,35 +1873,35 @@ #: ../libbrasero-burn/brasero-xfer.c:130 ../libbrasero-burn/brasero-xfer.c:266 #, c-format msgid "Directory could not be created (%s)" -msgstr "Cha b' urrainn dhuinn am pasgan a chruthachadh (%s)" +msgstr "Cha b’ urrainn dhuinn am pasgan a chruthachadh (%s)" #: ../libbrasero-burn/burn-basics.c:77 msgid "Getting size" -msgstr "A' faighainn am meud" +msgstr "A’ faighainn am meud" #: ../libbrasero-burn/burn-basics.c:79 msgid "Writing" -msgstr "'Ga sgrìobhadh" +msgstr "’Ga sgrìobhadh" #: ../libbrasero-burn/burn-basics.c:80 msgid "Blanking" -msgstr "'Ga bhànachadh" +msgstr "’Ga bhànachadh" #: ../libbrasero-burn/burn-basics.c:81 msgid "Creating checksum" -msgstr "A' sgrùdadh na h-àireimh-dearbhaidh" +msgstr "A’ sgrùdadh na h-àireimh-dearbhaidh" #: ../libbrasero-burn/burn-basics.c:83 msgid "Copying file" -msgstr "A' dèanamh lethbhreac dhen fhaidhle" +msgstr "A’ dèanamh lethbhreac dhen fhaidhle" #: ../libbrasero-burn/burn-basics.c:84 msgid "Analysing audio files" -msgstr "A' sgrùdadh nam faidhlichean fuaime" +msgstr "A’ sgrùdadh nam faidhlichean fuaime" #: ../libbrasero-burn/burn-basics.c:85 msgid "Transcoding song" -msgstr "A' tar-chòdachadh òran" +msgstr "A’ tar-chòdachadh òran" #: ../libbrasero-burn/burn-basics.c:86 msgid "Preparing to write" @@ -2074,23 +1909,23 @@ #: ../libbrasero-burn/burn-basics.c:87 msgid "Writing leadin" -msgstr "A' sgrìobhadh an leadin" +msgstr "A’ sgrìobhadh an leadin" #: ../libbrasero-burn/burn-basics.c:88 msgid "Writing CD-Text information" -msgstr "A' sgrìobhadh fiosrachadh CD-Text" +msgstr "A’ sgrìobhadh fiosrachadh CD-Text" #: ../libbrasero-burn/burn-basics.c:89 msgid "Finalizing" -msgstr "'Ga chrìochnachadh" +msgstr "’Ga chrìochnachadh" #: ../libbrasero-burn/burn-basics.c:90 msgid "Writing leadout" -msgstr "A' sgrìobhadh an leadout" +msgstr "A’ sgrìobhadh an leadout" #: ../libbrasero-burn/burn-basics.c:91 msgid "Starting to record" -msgstr "A' tòiseachadh air a' chlàradh" +msgstr "A’ tòiseachadh air a’ chlàradh" #: ../libbrasero-burn/burn-basics.c:92 msgid "Success" @@ -2098,12 +1933,11 @@ #: ../libbrasero-burn/burn-basics.c:93 msgid "Ejecting medium" -msgstr "A' gluasad am meadhan a-mach" +msgstr "A’ gluasad am meadhan a-mach" #: ../libbrasero-burn/burn-debug.c:54 msgid "Display debug statements on stdout for Brasero burn library" -msgstr "" -"Seall aithris dì-bhugachaidh air stdout airson leabhar-lann losgaidh Brasero" +msgstr "Seall aithris dì-bhugachaidh air stdout airson leabhar-lann losgaidh Brasero" #: ../libbrasero-burn/burn-debug.c:80 msgid "Brasero media burning library" @@ -2119,7 +1953,7 @@ #: ../libbrasero-burn/burn-job.c:1119 #, c-format msgid "\"%s\" did not behave properly" -msgstr "Cha robh an giùlan aig \"%s\" mar bu chòir" +msgstr "Cha robh an giùlan aig “%s” mar bu chòir" #. Translators: the first %s is the size of the free space on the medium #. * and the second %s is the size of the space required by the data to be @@ -2134,23 +1968,19 @@ msgid "" "The filesystem you chose to store the temporary image on cannot hold files " "with a size over 2 GiB" -msgstr "" -"Chan chuir an siostam-fhaidhlichean taic ri faidhlichean nas motha na 2 GiB " -"'s tu air a thaghadh gus an ìomhaigh shealach a chumail" +msgstr "Chan chuir an siostam-fhaidhlichean taic ri faidhlichean nas motha na 2 GiB ’s tu air a thaghadh gus an ìomhaigh shealach a chumail" #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 #, c-format msgid "" "The location you chose to store the temporary image on does not have enough " "free space for the disc image (%ld MiB needed)" -msgstr "" -"Chan eil rum saor gu leòr gus an ìomhaigh diosga a chur san ionad a thagh " -"thu airson na h-ìomhaighe sealaich a chumail (feum air %ld MiB)" +msgstr "Chan eil rum saor gu leòr gus an ìomhaigh diosga a chur san ionad a thagh thu airson na h-ìomhaighe sealaich a chumail (feum air %ld MiB)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" -msgstr "Cha b' urrainn dhuinn meud an draibh fhaighinn" +msgstr "Cha b’ urrainn dhuinn meud an draibh fhaighinn" #: ../libbrasero-burn/burn-job.c:627 #, c-format @@ -2183,35 +2013,35 @@ #: ../libbrasero-burn/burn-plugin.c:647 #, c-format msgid "\"%s\" could not be found in the path" -msgstr "Cha deach \"%s\" a lorg san t-slighe" +msgstr "Cha deach “%s” a lorg san t-slighe" #: ../libbrasero-burn/burn-plugin.c:651 #, c-format msgid "\"%s\" GStreamer plugin could not be found" -msgstr "Cha deach am plugan GStreamer \"%s\" a lorg" +msgstr "Cha deach am plugan GStreamer “%s” a lorg" #: ../libbrasero-burn/burn-plugin.c:655 ../libbrasero-burn/burn-plugin.c:667 #, c-format msgid "The version of \"%s\" is too old" -msgstr "Tha an tionndadh de \"%s\" ro shean" +msgstr "Tha an tionndadh de “%s” ro shean" #: ../libbrasero-burn/burn-plugin.c:659 #, c-format msgid "\"%s\" is a symbolic link pointing to another program" -msgstr "'S e ceangal samhlachail a th' ann an \"%s\" thomhas ri prògram eile" +msgstr "’S e ceangal samhlachail a th’ ann an “%s” thomhas ri prògram eile" #. Translators: %s is a filename #: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 #: ../plugins/growisofs/burn-growisofs.c:509 #, c-format msgid "\"%s\" could not be found" -msgstr "Cha deach \"%s\" a lorg" +msgstr "Cha deach “%s” a lorg" #. Translators: %s is the name of the brasero element #: ../libbrasero-burn/burn-process.c:259 #, c-format msgid "Process \"%s\" ended with an error code (%i)" -msgstr "Chrìochnaich am pròiseas \"%s\" le còd mearachd (%i)" +msgstr "Chrìochnaich am pròiseas “%s” le còd mearachd (%i)" #. Translators: This is a fake drive, a file, and means that #. * when we're writing, we're writing to a file and create an @@ -2229,8 +2059,7 @@ #: ../libbrasero-media/brasero-media.c:54 msgid "Display debug statements on stdout for Brasero media library" -msgstr "" -"Seall aithris dì-bhugachaidh air stdout airson leabhar-lann meadhanan Brasero" +msgstr "Seall aithris dì-bhugachaidh air stdout airson leabhar-lann meadhanan Brasero" #: ../libbrasero-media/brasero-media.c:477 msgid "Brasero optical media library" @@ -2360,7 +2189,7 @@ #: ../libbrasero-media/brasero-medium-selection.c:451 msgid "Searching for available discs" -msgstr "A' lorg airson diosgan ri làimh" +msgstr "A’ lorg airson diosgan ri làimh" #: ../libbrasero-media/brasero-medium-selection.c:460 msgid "No disc available" @@ -2414,7 +2243,7 @@ #: ../libbrasero-media/brasero-volume.c:186 #, c-format msgid "The disc mount point could not be retrieved" -msgstr "Cha deach a' phuing-mhunntachaidh aig an diosga fhaighinn" +msgstr "Cha deach a’ phuing-mhunntachaidh aig an diosga fhaighinn" #. NOTE for translators: the first %s is the disc type and Blank is an adjective. #: ../libbrasero-media/brasero-volume.c:409 @@ -2454,7 +2283,7 @@ #: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" -msgstr "Chan e ìomhaigh ISO dhligheach a th' ann a-rèir coltais" +msgstr "Chan e ìomhaigh ISO dhligheach a th’ ann a-rèir coltais" #: ../libbrasero-media/scsi-error.c:43 ../src/brasero-project-name.c:84 msgid "Unknown error" @@ -2494,7 +2323,7 @@ #: ../libbrasero-media/scsi-error.c:53 msgid "The device timed out" -msgstr "Dh'fhalbh an ùine air an uidheam" +msgstr "Dh’fhalbh an ùine air an uidheam" #: ../libbrasero-media/scsi-error.c:54 msgid "Key not established" @@ -2574,7 +2403,7 @@ #: ../libbrasero-utils/brasero-jacket-background.c:384 msgid "Background Properties" -msgstr "Roghainnean a' chùlaibh" +msgstr "Roghainnean a’ chùlaibh" #: ../libbrasero-utils/brasero-jacket-edit.c:534 msgid "Print" @@ -2582,11 +2411,11 @@ #: ../libbrasero-utils/brasero-jacket-edit.c:546 msgid "Bac_kground Properties" -msgstr "Roghainnean a' _chùlaibh" +msgstr "Roghainnean a’ _chùlaibh" #: ../libbrasero-utils/brasero-jacket-edit.c:549 msgid "Background properties" -msgstr "Roghainnean a' chùlaibh" +msgstr "Roghainnean a’ chùlaibh" #: ../libbrasero-utils/brasero-jacket-edit.c:564 msgid "Align right" @@ -2614,7 +2443,7 @@ #: ../libbrasero-utils/brasero-jacket-edit.c:644 msgid "Font family and size" -msgstr "Teaghlach is meud a' chruth-chlò" +msgstr "Teaghlach is meud a’ chruth-chlò" #: ../libbrasero-utils/brasero-jacket-edit.c:651 msgid "_Text Color" @@ -2630,7 +2459,7 @@ #: ../libbrasero-utils/brasero-jacket-view.c:766 msgid "Set Bac_kground Properties" -msgstr "Suidhich roghainnean a' _chùlaibh" +msgstr "Suidhich roghainnean a’ _chùlaibh" #: ../libbrasero-utils/brasero-jacket-view.c:807 msgid "SIDES" @@ -2638,7 +2467,7 @@ #: ../libbrasero-utils/brasero-jacket-view.c:823 msgid "BACK COVER" -msgstr "CÒMHDACH A' CHÙIL" +msgstr "CÒMHDACH A’ CHÙIL" #: ../libbrasero-utils/brasero-jacket-view.c:841 msgid "FRONT COVER" @@ -2648,12 +2477,12 @@ #. * a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-view.c:1021 msgid "The image could not be loaded." -msgstr "Cha b' urrainn dhuinn an dealbh a luchdadh" +msgstr "Cha b’ urrainn dhuinn an dealbh a luchdadh" #: ../libbrasero-utils/brasero-metadata.c:1126 ../src/brasero-audio-disc.c:643 #, c-format msgid "\"%s\" could not be handled by GStreamer." -msgstr "Cha b' urrainn do GStreamer \"%s\" a làimhseachadh." +msgstr "Cha b’ urrainn do GStreamer “%s” a làimhseachadh." #. Translators: %s is the name of the object (as in #. * GObject) from the Gstreamer library that could @@ -2697,12 +2526,11 @@ #: ../plugins/transcode/burn-vob.c:1152 #, c-format msgid "%s element could not be created" -msgstr "Cha b' urrainn dhuinn an eileamaid %s a cruthachadh" +msgstr "Cha b’ urrainn dhuinn an eileamaid %s a cruthachadh" #: ../libbrasero-utils/brasero-misc.c:74 msgid "Display debug statements on stdout for Brasero utilities library" -msgstr "" -"Seall aithris dì-bhugachaidh air stdout airson leabhar-lann innealan Brasero" +msgstr "Seall aithris dì-bhugachaidh air stdout airson leabhar-lann innealan Brasero" #: ../libbrasero-utils/brasero-misc.c:91 msgid "Brasero utilities library" @@ -2741,7 +2569,7 @@ #. * displaying. #: ../nautilus/nautilus-burn-bar.c:356 ../plugins/local-track/burn-uri.c:747 msgid "CD/DVD Creator Folder" -msgstr "Pasgan a' chruthadair CDan/DVDan" +msgstr "Pasgan a’ chruthadair CDan/DVDan" #: ../nautilus/nautilus-burn-bar.c:368 msgid "Disc Name:" @@ -2751,9 +2579,7 @@ #. * not fit on small Nautilus windows #: ../nautilus/nautilus-burn-bar.c:407 msgid "Drag or copy files below to write them to disc" -msgstr "" -"Slaod faidhlichean no cuir lethbhreac dhiubh gu h-ìosal gus an sgrìobhadh gu " -"diosga" +msgstr "Slaod faidhlichean no cuir lethbhreac dhiubh gu h-ìosal gus an sgrìobhadh gu diosga" #: ../nautilus/nautilus-burn-bar.c:423 #: ../nautilus/nautilus-burn-extension.c:323 @@ -2800,25 +2626,24 @@ #: ../nautilus/nautilus-burn-extension.c:677 msgid "Check the data integrity on this CD or DVD" -msgstr "" -"Sgrùd an dàta air a' CD/DVD seo co-dhiù a bheil e mar bu chòir gus nach eil" +msgstr "Sgrùd an dàta air a’ CD/DVD seo co-dhiù a bheil e mar bu chòir gus nach eil" #: ../plugins/audio2cue/burn-audio2cue.c:191 #: ../plugins/checksum/burn-checksum-image.c:124 #, c-format msgid "Data could not be read (%s)" -msgstr "Cha b' urrainn dhuinn an dàta a leughadh (%s)" +msgstr "Cha b’ urrainn dhuinn an dàta a leughadh (%s)" #: ../plugins/audio2cue/burn-audio2cue.c:241 #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format msgid "Data could not be written (%s)" -msgstr "Cha b' urrainn dhuinn an dàta a sgrìobhadh (%s)" +msgstr "Cha b’ urrainn dhuinn an dàta a sgrìobhadh (%s)" #: ../plugins/audio2cue/burn-audio2cue.c:723 msgid "Generates .cue files from audio" @@ -2830,16 +2655,16 @@ #: ../plugins/cdrdao/burn-cdrdao.c:103 msgid "Copying audio track" -msgstr "A' dèanamh lethbhreac dhen traca fuaime" +msgstr "A’ dèanamh lethbhreac dhen traca fuaime" #: ../plugins/cdrdao/burn-cdrdao.c:109 msgid "Copying data track" -msgstr "A' dèanamh lethbhreac dhen traca dàta" +msgstr "A’ dèanamh lethbhreac dhen traca dàta" #: ../plugins/cdrdao/burn-cdrdao.c:145 #, c-format msgid "Analysing track %02i" -msgstr "A' sgrùdadh an traca %02i" +msgstr "A’ sgrùdadh an traca %02i" #: ../plugins/cdrdao/burn-cdrdao.c:249 ../plugins/cdrkit/burn-readom.c:116 #: ../plugins/cdrkit/burn-readom.c:122 ../plugins/cdrkit/burn-wodim.c:106 @@ -2859,9 +2684,7 @@ #: ../plugins/cdrdao/burn-cdrdao.c:762 msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" -msgstr "" -"Cuir an comas a' bhratach \"--driver generic-mmc-raw\" (seall air an leabhar-" -"mhìneachaidhean cdrdao)" +msgstr "Cuir an comas a’ bhratach “--driver generic-mmc-raw” (seall air an leabhar-mhìneachaidhean cdrdao)" #: ../plugins/cdrkit/burn-cdrkit.h:38 msgid "cdrkit burning suite" @@ -2873,7 +2696,7 @@ #: ../plugins/libburnia/burn-libisofs.c:518 #, c-format msgid "Last session import failed" -msgstr "Dh'fhàillig le ion-phortachadh an t-seisein mu dheireadh" +msgstr "Dh’fhàillig le ion-phortachadh an t-seisein mu dheireadh" #: ../plugins/cdrkit/burn-genisoimage.c:125 #: ../plugins/cdrkit/burn-genisoimage.c:132 @@ -2882,7 +2705,7 @@ #: ../plugins/growisofs/burn-growisofs.c:210 #: ../plugins/growisofs/burn-growisofs.c:217 msgid "An image could not be created" -msgstr "Dh'fhàillig le cruthachadh ìomhaighe" +msgstr "Dh’fhàillig le cruthachadh ìomhaighe" #: ../plugins/cdrkit/burn-genisoimage.c:138 msgid "This version of genisoimage is not supported" @@ -2909,16 +2732,14 @@ #: ../plugins/cdrtools/burn-mkisofs.c:531 #: ../plugins/libburnia/burn-libisofs.c:1078 msgid "Creates disc images from a file selection" -msgstr "Cruthaichidh seo ìomhaighean diosga o thaghadh de dh'fhaidhlichean" +msgstr "Cruthaichidh seo ìomhaighean diosga o thaghadh de dh’fhaidhlichean" #: ../plugins/cdrkit/burn-readom.c:136 ../plugins/cdrtools/burn-readcd.c:137 #, c-format msgid "" "The location you chose to store the image on does not have enough free space " "for the disc image" -msgstr "" -"Chan eil rum saor gu leòr airson ìomhaigh an diosga air an ionad a thagh thu " -"gus an ìomhaigh a chumail" +msgstr "Chan eil rum saor gu leòr airson ìomhaigh an diosga air an ionad a thagh thu gus an ìomhaigh a chumail" #: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 msgid "Copies any disc to a disc image" @@ -2935,23 +2756,21 @@ #, c-format msgid "" "The system is too slow to write the disc at this speed. Try a lower speed" -msgstr "" -"Tha an siostam ro shlaodach gus a bhith a' sgrìobhadh gun diosg aig an " -"luaths seo. Feuch ri luaths nas maille" +msgstr "Tha an siostam ro shlaodach gus a bhith a’ sgrìobhadh gun diosg aig an luaths seo. Feuch ri luaths nas maille" #. Translators: %s is the number of the track #: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 #, c-format msgid "Writing track %s" -msgstr "A' sgrìobhadh traca %s" +msgstr "A’ sgrìobhadh traca %s" #: ../plugins/cdrkit/burn-wodim.c:352 ../plugins/cdrtools/burn-cdrecord.c:346 msgid "Formatting disc" -msgstr "A' fòrmatadh an diosga" +msgstr "A’ fòrmatadh an diosga" #: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 msgid "Writing cue sheet" -msgstr "A' sgrìobhadh an siota cue" +msgstr "A’ sgrìobhadh an siota cue" #: ../plugins/cdrkit/burn-wodim.c:394 ../plugins/cdrtools/burn-cdrecord.c:380 #, c-format @@ -2964,21 +2783,17 @@ #: ../plugins/cdrkit/burn-wodim.c:1413 msgid "Enable the \"-immed\" flag (see wodim manual)" -msgstr "" -"Cuir an comas a' bhratach \"-immed\" (seall air an leabhar-mhìneachaidhean " -"aig wodim)" +msgstr "Cuir an comas a’ bhratach “-immed” (seall air an leabhar-mhìneachaidhean aig wodim)" #: ../plugins/cdrkit/burn-wodim.c:1416 msgid "Minimum drive buffer fill ratio (in %) (see wodim manual):" -msgstr "" -"An co-mheas lionaidh as lugha aig bufair an draibh (ann an %) (seall air an " -"leabhar-mhìneachaidhean aig wodim)" +msgstr "An co-mheas lionaidh as lugha aig bufair an draibh (ann an %) (seall air an leabhar-mhìneachaidhean aig wodim)" #: ../plugins/cdrtools/burn-cdda2wav.c:206 #: ../plugins/cdrtools/burn-cdda2wav.c:216 #, c-format msgid "Copying audio track %02d" -msgstr "A' dèanamh lethbhreac dhen traca fuaime %02d" +msgstr "A’ dèanamh lethbhreac dhen traca fuaime %02d" #: ../plugins/cdrtools/burn-cdda2wav.c:267 msgid "Preparing to copy audio disc" @@ -2986,9 +2801,7 @@ #: ../plugins/cdrtools/burn-cdda2wav.c:411 msgid "Copy tracks from an audio CD with all associated information" -msgstr "" -"Dèan lethbhreac dhe na tracaichean o CD fuaime leis a h-uile fiosrachaidh a " -"tha nan cois" +msgstr "Dèan lethbhreac dhe na tracaichean o CD fuaime leis a h-uile fiosrachaidh a tha nan cois" #: ../plugins/cdrtools/burn-cdrecord.c:1203 #: ../plugins/libburnia/burn-libburn.c:975 @@ -2997,16 +2810,12 @@ #: ../plugins/cdrtools/burn-cdrecord.c:1416 msgid "Enable the \"-immed\" flag (see cdrecord manual)" -msgstr "" -"Cuir an comas a' bhratach \"-immed\" (seall air an leabhar-mhìneachaidhean " -"aig cdrecord)" +msgstr "Cuir an comas a’ bhratach “-immed” (seall air an leabhar-mhìneachaidhean aig cdrecord)" #: ../plugins/cdrtools/burn-cdrecord.c:1419 #, c-format msgid "Minimum drive buffer fill ratio (in %%) (see cdrecord manual):" -msgstr "" -"An co-mheas lionaidh as lugha aig bufair an draibh (ann an %%) (seall air an " -"leabhar-mhìneachaidhean aig cdrecord)" +msgstr "An co-mheas lionaidh as lugha aig bufair an draibh (ann an %%) (seall air an leabhar-mhìneachaidhean aig cdrecord)" #: ../plugins/cdrtools/burn-cdrtools.h:38 msgid "cdrtools burning suite" @@ -3020,11 +2829,11 @@ #: ../plugins/checksum/burn-checksum-files.c:589 #, c-format msgid "File \"%s\" could not be opened (%s)" -msgstr "Cha b' urrainn dhuinn am faidhle \"%s\" fhosgladh (%s)" +msgstr "Cha b’ urrainn dhuinn am faidhle “%s” fhosgladh (%s)" #: ../plugins/checksum/burn-checksum-files.c:617 msgid "Creating checksum for image files" -msgstr "A' cruthachadh àireamh-dearbhaidh airson nam faidhlichean ìomhaighe" +msgstr "A’ cruthachadh àireamh-dearbhaidh airson nam faidhlichean ìomhaighe" #: ../plugins/checksum/burn-checksum-files.c:859 #, c-format @@ -3033,20 +2842,20 @@ #: ../plugins/checksum/burn-checksum-files.c:893 msgid "Checking file integrity" -msgstr "A' sgrùdadh a bheil na faidhlichean mar bu chòir" +msgstr "A’ sgrùdadh a bheil na faidhlichean mar bu chòir" #: ../plugins/checksum/burn-checksum-files.c:987 #: ../plugins/checksum/burn-checksum-files.c:1012 #, c-format msgid "File \"%s\" could not be opened" -msgstr "Cha b' urrainn dhuinn am faidhle \"%s\" fhosgladh" +msgstr "Cha b’ urrainn dhuinn am faidhle “%s” fhosgladh" #: ../plugins/checksum/burn-checksum-files.c:1085 #: ../plugins/checksum/burn-checksum-files.c:1206 #: ../plugins/checksum/burn-checksum-image.c:550 #, c-format msgid "Some files may be corrupted on the disc" -msgstr "Dh'fhaoidte gu bheil cuid a dh'faidhlichean coirbte air an diosga" +msgstr "Dh’fhaoidte gu bheil cuid a dh’faidhlichean coirbte air an diosga" #. Translators: this is the name of the plugin #. * which will be translated only when it needs @@ -3057,9 +2866,7 @@ #: ../plugins/checksum/burn-checksum-files.c:1466 msgid "Checks file integrities on a disc" -msgstr "" -"Nì seo sgrùdadh co-dhiù a bheil na faidhlichean air an diosga mar bu chòir " -"gus nach eil" +msgstr "Nì seo sgrùdadh co-dhiù a bheil na faidhlichean air an diosga mar bu chòir gus nach eil" #: ../plugins/checksum/burn-checksum-files.c:1504 #: ../plugins/checksum/burn-checksum-image.c:856 @@ -3089,12 +2896,12 @@ #: ../plugins/libburnia/burn-libburn.c:679 #, c-format msgid "\"%s\" could not be opened (%s)" -msgstr "Cha b' urrainn dhuinn \"%s\" fhosgladh (%s)" +msgstr "Cha b’ urrainn dhuinn “%s” fhosgladh (%s)" #: ../plugins/checksum/burn-checksum-image.c:359 #: ../plugins/checksum/burn-checksum-image.c:456 msgid "Creating image checksum" -msgstr "A' cruthachadh àireamh-dearbhaidh na h-ìomhaighe" +msgstr "A’ cruthachadh àireamh-dearbhaidh na h-ìomhaighe" #. Translators: this is the name of the plugin #. * which will be translated only when it needs @@ -3105,14 +2912,12 @@ #: ../plugins/checksum/burn-checksum-image.c:832 msgid "Checks disc integrity after it is burnt" -msgstr "" -"Nì seo sgrùdadh air an diosga às dèidh a losgaidh co-dhiù a bheil e mar bu " -"chòir gus nach eil" +msgstr "Nì seo sgrùdadh air an diosga às dèidh a losgaidh co-dhiù a bheil e mar bu chòir gus nach eil" #: ../plugins/dvdauthor/burn-dvdauthor.c:313 #: ../plugins/vcdimager/burn-vcdimager.c:438 msgid "Creating file layout" -msgstr "A' cruthachadh co-dhealbhachd nam faidhlichean" +msgstr "A’ cruthachadh co-dhealbhachd nam faidhlichean" #: ../plugins/dvdauthor/burn-dvdauthor.c:371 msgid "Creates disc images suitable for video DVDs" @@ -3121,7 +2926,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3129,37 +2934,30 @@ "proper DVD region code for your CD/DVD player with the \"regionset %s\" " "command or run the \"DVDCSS_METHOD=title brasero --no-existing-session\" " "command" -msgstr "" -"Thachair mearachd a' faighinn iuchair airson a' chrioptachaidh. Dh'fhaoidte " -"gum fuasgail thu an seòrsa seo de dhuilgheadas le aon dhe na dhòighean seo " -"ann an tèirmineal: suidhich an DVD region code airson a' chluicheadair CDan/" -"DVDan agad mar bu chòir leis an àithne \"regionset %s\" no ruith an àithne " -"\"DVDCSS_METHOD=title brasero --no-existing-session\"" +msgstr "Thachair mearachd a’ faighinn iuchair airson a’ chrioptachaidh. Dh’fhaoidte gum fuasgail thu an seòrsa seo de dhuilgheadas le aon dhe na dhòighean seo ann an tèirmineal: suidhich an DVD region code airson a’ chluicheadair CDan/DVDan agad mar bu chòir leis an àithne “regionset %s” no ruith an àithne “DVDCSS_METHOD=title brasero --no-existing-session”" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" -msgstr "A' faighinn iuchraichean DVD" +msgstr "A’ faighinn iuchraichean DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" -msgstr "Cha b' urrainn dhuinn an DVD video fhosgladh" +msgstr "Cha b’ urrainn dhuinn an DVD video fhosgladh" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Mearachd le leughadh an DVD video (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" -msgstr "A' dèanamh lethbhreac dhen DVD video" +msgstr "A’ dèanamh lethbhreac dhen DVD video" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" -msgstr "" -"Cuiridh seo lethbhreac de DVD video le crioptachadh CSS air gu ìomhaigh " -"diosga" +msgstr "Cuiridh seo lethbhreac de DVD video le crioptachadh CSS air gu ìomhaigh diosga" #: ../plugins/growisofs/burn-dvd-rw-format.c:190 msgid "Blanks and formats rewritable DVDs and BDs" @@ -3181,22 +2979,22 @@ #: ../plugins/libburnia/burn-libburn.c:250 #, c-format msgid "libburn track could not be created" -msgstr "Cha b' urrainn dhuinn an traca libburn a chruthachadh" +msgstr "Cha b’ urrainn dhuinn an traca libburn a chruthachadh" #: ../plugins/libburnia/burn-libburn-common.c:158 #, c-format msgid "libburn library could not be initialized" -msgstr "Cha b' urrainn dhuinn an leabhar-lann libburn a thòiseachadh" +msgstr "Cha b’ urrainn dhuinn an leabhar-lann libburn a thòiseachadh" #: ../plugins/libburnia/burn-libburn-common.c:173 #, c-format msgid "The drive address could not be retrieved" -msgstr "Cha b'urrainn dhuinn seòladh an draibh fhaighinn" +msgstr "Cha b’urrainn dhuinn seòladh an draibh fhaighinn" #: ../plugins/libburnia/burn-libburn-common.c:418 #, c-format msgid "Writing track %02i" -msgstr "A' sgrìobhadh traca %02i" +msgstr "A’ sgrìobhadh traca %02i" #: ../plugins/libburnia/burn-libburnia.h:38 msgid "libburnia burning suite" @@ -3207,52 +3005,51 @@ #: ../plugins/libburnia/burn-libisofs.c:571 #, c-format msgid "Volume could not be created" -msgstr "Cha b' urrainn dhuinn an draibh a chruthachadh" +msgstr "Cha b’ urrainn dhuinn an draibh a chruthachadh" #: ../plugins/libburnia/burn-libisofs.c:345 #: ../plugins/libburnia/burn-libisofs.c:893 #, c-format msgid "libisofs could not be initialized." -msgstr "Cha b' urrainn dhuinn libisofs a thòiseachadh." +msgstr "Cha b’ urrainn dhuinn libisofs a thòiseachadh." #: ../plugins/libburnia/burn-libisofs.c:485 #, c-format msgid "Read options could not be created" -msgstr "Cha b' urrainn dhuinn na roghainnean leughaidh a chruthachadh" +msgstr "Cha b’ urrainn dhuinn na roghainnean leughaidh a chruthachadh" #. Translators: %s is the path #: ../plugins/libburnia/burn-libisofs.c:684 #, c-format msgid "No parent could be found in the tree for the path \"%s\"" -msgstr "Cha deach pàrant a lorg sa chraobh airson na slighe \"%s\"" +msgstr "Cha deach pàrant a lorg sa chraobh airson na slighe “%s”" #: ../plugins/libburnia/burn-libisofs.c:744 #: ../plugins/libburnia/burn-libisofs.c:811 #, c-format msgid "libisofs reported an error while creating directory \"%s\"" -msgstr "Dh'aithris libisofs mearachd le cruthachadh a' phasgain \"%s\"" +msgstr "Dh’aithris libisofs mearachd le cruthachadh a’ phasgain “%s”" #: ../plugins/libburnia/burn-libisofs.c:759 #, c-format msgid "" "libisofs reported an error while adding contents to directory \"%s\" (%x)" -msgstr "" -"Dh'aithris libisofs mearachd a' cur susbaint ris a' phasgan \"%s\" (%x)" +msgstr "Dh’aithris libisofs mearachd a’ cur susbaint ris a’ phasgan “%s” (%x)" #: ../plugins/libburnia/burn-libisofs.c:782 #: ../plugins/libburnia/burn-libisofs.c:798 #, c-format msgid "libisofs reported an error while adding file at path \"%s\"" -msgstr "Dh'aithris libisofs mearachd a' cur faidhle ris aig an t-slighe \"%s\"" +msgstr "Dh’aithris libisofs mearachd a’ cur faidhle ris aig an t-slighe “%s”" #: ../plugins/local-track/burn-local-image.c:260 msgid "Copying checksum file" -msgstr "A' dèanamh lethbhreac de dh'fhaidhle àireimh-dearbhaidh" +msgstr "A’ dèanamh lethbhreac de dh’fhaidhle àireimh-dearbhaidh" #: ../plugins/local-track/burn-local-image.c:527 #: ../plugins/local-track/burn-uri.c:326 msgid "Copying files locally" -msgstr "A' dèanamh lethbhreach ionadail de dh'fhaidhlichean" +msgstr "A’ dèanamh lethbhreach ionadail de dh’fhaidhlichean" #. Translators: this is the name of the plugin #. * which will be translated only when it needs @@ -3263,8 +3060,7 @@ #: ../plugins/local-track/burn-local-image.c:910 msgid "Allows files not stored locally to be burned" -msgstr "" -"Ceadaichidh seo nach tèid faidhlichean ri an losgadh a chumail gu h-ionadail" +msgstr "Ceadaichidh seo nach tèid faidhlichean ri an losgadh a chumail gu h-ionadail" #: ../plugins/local-track/burn-uri.c:207 ../plugins/local-track/burn-uri.c:297 #: ../plugins/local-track/burn-uri.c:472 @@ -3275,9 +3071,7 @@ #: ../plugins/local-track/burn-uri.c:748 msgid "" "Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" -msgstr "" -"Ceadaichidh seo gun tèid faidhlichean a losgadh a chaidh a chur gu \"Pasgan " -"a' chruthadair CDan/DVDan\" aig Nautilus" +msgstr "Ceadaichidh seo gun tèid faidhlichean a losgadh a chaidh a chur gu “Pasgan a’ chruthadair CDan/DVDan” aig Nautilus" #. Translators: This message is sent #. * when brasero could not link together @@ -3323,23 +3117,21 @@ #: ../plugins/transcode/burn-transcode.c:1313 msgid "Error while getting duration" -msgstr "Merachd a' faighinn na faide" +msgstr "Merachd a’ faighinn na faide" #: ../plugins/transcode/burn-transcode.c:1462 #, c-format msgid "Analysing \"%s\"" -msgstr "A' sgrùdadh \"%s\"" +msgstr "A’ sgrùdadh “%s”" #: ../plugins/transcode/burn-transcode.c:1499 #, c-format msgid "Transcoding \"%s\"" -msgstr "A' tar-chòdachadh \"%s\"" +msgstr "A’ tar-chòdachadh “%s”" #: ../plugins/transcode/burn-transcode.c:1736 msgid "Converts any song file into a format suitable for audio CDs" -msgstr "" -"Nì seo fòrmat a bhios freagarrach airson CDan fuaime de dh'fhaidhle òrain " -"sam bith" +msgstr "Nì seo fòrmat a bhios freagarrach airson CDan fuaime de dh’fhaidhle òrain sam bith" #: ../plugins/transcode/burn-vob.c:1251 msgid "Converting video file to MPEG2" @@ -3347,9 +3139,7 @@ #: ../plugins/transcode/burn-vob.c:1353 msgid "Converts any video file into a format suitable for video DVDs" -msgstr "" -"Nì seo fòrmat a bhios freagarrach airson DVDan video de dh'fhaidhle video " -"sam bith" +msgstr "Nì seo fòrmat a bhios freagarrach airson DVDan video de dh’fhaidhle video sam bith" #: ../plugins/vcdimager/burn-vcdimager.c:478 msgid "Creates disc images suitable for SVCDs" @@ -3417,7 +3207,7 @@ #: ../src/brasero-app.c:145 msgid "Display help" -msgstr "Seall a' chobhair" +msgstr "Seall a’ chobhair" #: ../src/brasero-app.c:148 msgid "About" @@ -3429,12 +3219,12 @@ #: ../src/brasero-app.c:789 ../src/brasero-app.c:822 ../src/brasero-app.c:1451 msgid "Error while loading the project" -msgstr "Mearachd le luchdadh a' phròiseict" +msgstr "Mearachd le luchdadh a’ phròiseict" #: ../src/brasero-app.c:831 ../src/brasero-app.c:860 ../src/brasero-app.c:920 #: ../src/brasero-project.c:1276 msgid "Please add files to the project." -msgstr "An cuir thu faidhle no dhà ris a' phròiseact?" +msgstr "An cuir thu faidhle no dhà ris a’ phròiseact?" #: ../src/brasero-app.c:832 ../src/brasero-app.c:861 ../src/brasero-app.c:921 msgid "The project is empty" @@ -3446,11 +3236,7 @@ "terms of the GNU General Public License as published by the Free Software " "Foundation; either version 2 of the License, or (at your option) any later " "version." -msgstr "" -"'S e bathar-bog saor a th' anns an Brasero; faodaidh tu a sgaoileadh is/no " -"atharrachadh fo cheadachas GNU General Public License mar a chaidh " -"fhoillseachadh le Free Software Foundation; tionndadh 2 dhen cheadachas no " -"(ma thogras tu) tionndadh sam bith nas àirde." +msgstr "’S e bathar-bog saor a th’ anns an Brasero; faodaidh tu a sgaoileadh is/no atharrachadh fo cheadachas GNU General Public License mar a chaidh fhoillseachadh le Free Software Foundation; tionndadh 2 dhen cheadachas no (ma thogras tu) tionndadh sam bith nas àirde." #: ../src/brasero-app.c:1181 msgid "" @@ -3458,21 +3244,14 @@ "WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " "FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " "details." -msgstr "" -"Tha sinn a' sgaoileadh Brasero an dòchas gum bi e feumail ach GUN BHARANTAS " -"SAM BITH; chan toir sinn eadhon barantas GUN GABH A REIC no gu bheil e " -"FREAGARRACH AIRSON AMAIS SHÒNRAICHTE. Thoir sùil air GNU General Public " -"License airson barrachd fiosrachaidh." +msgstr "Tha sinn a’ sgaoileadh Brasero an dòchas gum bi e feumail ach GUN BHARANTAS SAM BITH; chan toir sinn eadhon barantas GUN GABH A REIC no gu bheil e FREAGARRACH AIRSON AMAIS SHÒNRAICHTE. Thoir sùil air GNU General Public License airson barrachd fiosrachaidh." #: ../src/brasero-app.c:1186 msgid "" "You should have received a copy of the GNU General Public License along with " "Brasero; if not, write to the Free Software Foundation, Inc., 51 Franklin " "Street, Fifth Floor, Boston, MA 02110-1301, USA" -msgstr "" -"Bu chòir do lethbhreac dhe GNU General Public License a bhith an cois " -"Brasero; mur eil, sgrìobh gun Free Software Foundation, Inc., 51 Franklin " -"Street, Fifth Floor, Boston, MA 02110-1301, USA" +msgstr "Bu chòir do lethbhreac dhe GNU General Public License a bhith an cois Brasero; mur eil, sgrìobh gun Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" #: ../src/brasero-app.c:1198 msgid "A simple to use CD/DVD burning application for GNOME" @@ -3492,16 +3271,12 @@ #. #: ../src/brasero-app.c:1227 msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" Akerbeltz https://launchpad.net/~fios\n" -" GunChleoc https://launchpad.net/~gunchleoc\n" -" alasdair caimbeul https://launchpad.net/~alexd-deactivatedaccount" +msgstr "Launchpad Contributions:\n Akerbeltz https://launchpad.net/~fios\n GunChleoc https://launchpad.net/~gunchleoc\n alasdair caimbeul https://launchpad.net/~alexd-deactivatedaccount" #: ../src/brasero-app.c:1449 #, c-format msgid "The project \"%s\" does not exist" -msgstr "Chan eil am pròiseact \"%s\" ann" +msgstr "Chan eil am pròiseact “%s” ann" #: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 msgid "_Recent Projects" @@ -3531,7 +3306,7 @@ #: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 #: ../src/brasero-project.c:202 msgid "Remove the selected files from the project" -msgstr "Thoir na faidhlichean a thagh thu far a' phròiseict" +msgstr "Thoir na faidhlichean a thagh thu far a’ phròiseict" #: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 #: ../src/brasero-video-disc.c:107 @@ -3549,7 +3324,7 @@ #: ../src/brasero-audio-disc.c:164 msgid "Add a 2 second pause after the track" -msgstr "Cuir stad de dhà dhiog an-steach às dèidh an traca" +msgstr "Cuir stad de dhà dhiog a-steach às dèidh an traca" #: ../src/brasero-audio-disc.c:166 msgid "_Split Track…" @@ -3561,7 +3336,7 @@ #: ../src/brasero-audio-disc.c:343 ../src/brasero-video-tree-model.c:187 msgid "Pause" -msgstr "Cuir 'na stad" +msgstr "Cuir ’na stad" #: ../src/brasero-audio-disc.c:349 msgid "Split" @@ -3599,15 +3374,13 @@ #: ../src/brasero-audio-disc.c:662 #, c-format msgid "Do you want to add \"%s\", which is a video file?" -msgstr "A bheil thu airson \"%s\" a chur ris a tha na fhaidhle video?" +msgstr "A bheil thu airson “%s” a chur ris a tha na fhaidhle video?" #: ../src/brasero-audio-disc.c:671 msgid "" "This file is a video and therefore only the audio part can be written to the " "disc." -msgstr "" -"Seo faidhle video 's mar sin cha ghabh ach an fhuaim aige a sgrìobhadh gun " -"diosga." +msgstr "Seo faidhle video ’s mar sin cha ghabh ach an fhuaim aige a sgrìobhadh gun diosga." #: ../src/brasero-audio-disc.c:674 msgid "_Discard File" @@ -3628,7 +3401,7 @@ #: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 #, c-format msgid "\"%s\" could not be opened." -msgstr "Cha b' urrainn dhuinn \"%s\" fhosgladh." +msgstr "Cha b’ urrainn dhuinn “%s” fhosgladh." #: ../src/brasero-audio-disc.c:857 msgid "Do you want to create an audio CD with DTS tracks?" @@ -3640,12 +3413,7 @@ "This type of audio CD track provides a higher quality of sound but can only " "be played by specific digital players.\n" "Note: if you agree, normalization will not be applied to these tracks." -msgstr "" -"Gabhaidh tracaichean DTS a chruthachadh à cuid dhe na h-òrain a thagh thu.\n" -"Bheir an seòrsa seo de thraca CD fuaim le càileachd as àirde dhut ach cha " -"ghabh a chluich ach le cluicheadairean digiteach sònraichte.\n" -"An aire: ma ghabhas tu ris, cha tèid àbhaisteachadh a chur an sàs air na " -"tracaichean seo." +msgstr "Gabhaidh tracaichean DTS a chruthachadh à cuid dhe na h-òrain a thagh thu.\nBheir an seòrsa seo de thraca CD fuaim le càileachd as àirde dhut ach cha ghabh a chluich ach le cluicheadairean digiteach sònraichte.\nAn aire: ma ghabhas tu ris, cha tèid àbhaisteachadh a chur an sàs air na tracaichean seo." #: ../src/brasero-audio-disc.c:867 msgid "Create _Regular Tracks" @@ -3661,8 +3429,7 @@ #: ../src/brasero-audio-disc.c:874 msgid "Click here to burn all suitable songs as DTS tracks" -msgstr "" -"Briog an-seo gus a h-uile òran freagarrach a losgadh mar thracaichean DTS" +msgstr "Briog an-seo gus a h-uile òran freagarrach a losgadh mar thracaichean DTS" #: ../src/brasero-audio-disc.c:1290 msgid "Select one song only please." @@ -3698,19 +3465,15 @@ #: ../src/brasero-cli.c:86 msgid "Create an image file instead of burning" -msgstr "Cruthaich faidhle ìomhaighe an àite a bhith 'ga losgadh" +msgstr "Cruthaich faidhle ìomhaighe an àite a bhith ’ga losgadh" #: ../src/brasero-cli.c:90 msgid "Open an audio project adding the URIs given on the command line" -msgstr "" -"Fosgail pròiseact fuaime a' cur nan URIean ris a chaidh a thoirt seachad air " -"an loidhne-àithne" +msgstr "Fosgail pròiseact fuaime a’ cur nan URIean ris a chaidh a thoirt seachad air an loidhne-àithne" #: ../src/brasero-cli.c:94 msgid "Open a data project adding the URIs given on the command line" -msgstr "" -"Fosgail pròiseact dàta a' cur nan URIean ris a chaidh a thoirt seachad air " -"an loidhne-àithne" +msgstr "Fosgail pròiseact dàta a’ cur nan URIean ris a chaidh a thoirt seachad air an loidhne-àithne" #: ../src/brasero-cli.c:98 msgid "Copy a disc" @@ -3730,9 +3493,7 @@ #: ../src/brasero-cli.c:106 msgid "Open a video project adding the URIs given on the command line" -msgstr "" -"Fosgail pròiseact video a' cur nan URIean ris a chaidh a thoirt seachad air " -"an loidhne-àithne" +msgstr "Fosgail pròiseact video a’ cur nan URIean ris a chaidh a thoirt seachad air an loidhne-àithne" #: ../src/brasero-cli.c:110 msgid "URI of an image file to burn (autodetected)" @@ -3764,16 +3525,13 @@ #: ../src/brasero-cli.c:134 msgid "Don't connect to an already-running instance" -msgstr "Na dèan ceangal gu ionstans a tha a' ruith mar-thà" +msgstr "Na dèan ceangal gu ionstans a tha a’ ruith mar-thà" #: ../src/brasero-cli.c:138 msgid "" "Burn the specified project and remove it.\n" "This option is mainly useful for integration with other applications." -msgstr "" -"Loisg am pròiseact sònraichte is thoir air falbh e.\n" -"Tha an roghainn seo feumail gu h-àraidh airson a chur am broinn aplacaid " -"eile." +msgstr "Loisg am pròiseact sònraichte is thoir air falbh e.\nTha an roghainn seo feumail gu h-àraidh airson a chur am broinn aplacaid eile." #: ../src/brasero-cli.c:139 msgid "PATH" @@ -3792,7 +3550,7 @@ #: ../src/brasero-cli.c:204 #, c-format msgid "\"%s\" cannot write." -msgstr "Chan urrainn do \"%s\" sgrìobhadh." +msgstr "Chan urrainn do “%s” sgrìobhadh." #: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 msgid "Wrong command line option." @@ -3824,19 +3582,15 @@ #: ../src/brasero-data-disc.c:213 msgid "The session could not be imported." -msgstr "Cha b' urrainn dhuinn an seisean ion-phortadh." +msgstr "Cha b’ urrainn dhuinn an seisean ion-phortadh." #: ../src/brasero-data-disc.c:559 msgid "The contents of the project changed since it was saved." -msgstr "" -"Chaidh susbaint a' phròiseict atharrachadh on turas mu dheireadh a chaidh a " -"shàbhaladh." +msgstr "Chaidh susbaint a’ phròiseict atharrachadh on turas mu dheireadh a chaidh a shàbhaladh." #: ../src/brasero-data-disc.c:561 msgid "Discard the current modified project ?" -msgstr "" -"A bheil thu airson am pròiseact làithreach air atharrachadh a thilgeil air " -"falbh?" +msgstr "A bheil thu airson am pròiseact làithreach air atharrachadh a thilgeil air falbh?" #: ../src/brasero-data-disc.c:567 msgid "_Discard" @@ -3848,7 +3602,7 @@ #: ../src/brasero-data-disc.c:574 msgid "Continue with the current modified project" -msgstr "Lean air adhart leis a' phròiseact làithreach air atharrachadh" +msgstr "Lean air adhart leis a’ phròiseact làithreach air atharrachadh" #. Translators: %s is the name of the image #: ../src/brasero-data-disc.c:619 @@ -3856,9 +3610,7 @@ msgid "" "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned" -msgstr "" -"Chan eil ach aon fhaidhle air a thaghadh ann (\"%s\"). Seo ìomhaigh diosga " -"is gabhaidh a shusbaint losgadh" +msgstr "Chan eil ach aon fhaidhle air a thaghadh ann (“%s”). Seo ìomhaigh diosga is gabhaidh a shusbaint losgadh" #: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" @@ -3872,11 +3624,11 @@ #: ../src/brasero-data-disc.c:709 #, c-format msgid "\"%s\" cannot be added to the selection." -msgstr "Chan urrainn dhuinn \"%s\" a chur ris an taghadh." +msgstr "Chan urrainn dhuinn “%s” a chur ris an taghadh." #: ../src/brasero-data-disc.c:694 msgid "It is a recursive symlink" -msgstr "'S e ceangal samhlachail ath-chùrsach th' ann" +msgstr "’S e ceangal samhlachail ath-chùrsach th’ ann" #: ../src/brasero-data-disc.c:712 msgid "It does not exist at the specified location" @@ -3886,15 +3638,13 @@ #: ../src/brasero-data-disc.c:771 #, c-format msgid "Do you want to replace \"%s\"?" -msgstr "A bheil thu airson rud a chur an àite \"%s\"?" +msgstr "A bheil thu airson rud a chur an àite “%s”?" #: ../src/brasero-data-disc.c:779 msgid "" "A file with this name already exists in the folder. Replacing it will " "overwrite its contents on the disc to be burnt." -msgstr "" -"Tha faidhle air a bheil an t-ainm seo sa phasgan mar-thà. Ma chuireas tu rud " -"'na àite, thèid sgrìobhadh thairis air a shusbaint air an diosga ri losgadh." +msgstr "Tha faidhle air a bheil an t-ainm seo sa phasgan mar-thà. Ma chuireas tu rud ’na àite, thèid sgrìobhadh thairis air a shusbaint air an diosga ri losgadh." #. Translators: Keep means we're keeping the files that already existed #. * in the project. @@ -3916,14 +3666,14 @@ #. Translators: this is a verb #: ../src/brasero-data-disc.c:792 ../src/brasero-rename.c:385 msgid "_Replace" -msgstr "_Cuir am fear ùr 'na àite" +msgstr "_Cuir am fear ùr ’na àite" #. Translators: Replace means we're replacing the file that already #. * existed in the project with a new one with the same name. #. * Replace is a verb #: ../src/brasero-data-disc.c:796 msgid "Al_ways Replace" -msgstr "Cuir am fear ùr 'na àite an-còmh_naidh" +msgstr "Cuir am fear ùr ’na àite an-còmh_naidh" #. Translators: %s is a string describing the type of medium and the #. * drive it is in. It's a tooltip. @@ -3948,14 +3698,12 @@ #: ../src/brasero-data-disc.c:1098 #, c-format msgid "Do you want to import the session from \"%s\"?" -msgstr "A bheil thu airson an seisean ion-phortadh o \"%s\"?" +msgstr "A bheil thu airson an seisean ion-phortadh o “%s”?" #: ../src/brasero-data-disc.c:1101 msgid "" "That way, old files from previous sessions will be usable after burning." -msgstr "" -"San dòigh sin, gabhaidh seann fhaidhlichean o sheiseanan roimhe a " -"chleachdadh às dèidh an losgaidh." +msgstr "San dòigh sin, gabhaidh seann fhaidhlichean o sheiseanan roimhe a chleachdadh às dèidh an losgaidh." #: ../src/brasero-data-disc.c:1109 msgid "I_mport Session" @@ -3967,7 +3715,7 @@ #: ../src/brasero-data-disc.c:1490 msgid "Please wait while the project is loading." -msgstr "Fuirich greis fhad 's a tha am pròiseact 'ga luchdadh." +msgstr "Fuirich greis fhad ’s a tha am pròiseact ’ga luchdadh." #: ../src/brasero-data-disc.c:1500 msgid "_Cancel Loading" @@ -3975,11 +3723,11 @@ #: ../src/brasero-data-disc.c:1502 msgid "Cancel loading current project" -msgstr "Sguir dhe luchdadh a' phròiseict làithrich" +msgstr "Sguir dhe luchdadh a’ phròiseict làithrich" #: ../src/brasero-data-disc.c:1903 msgid "File Renaming" -msgstr "A' toirt ainm ùr air faidhle" +msgstr "A’ toirt ainm ùr air faidhle" #: ../src/brasero-data-disc.c:1907 msgid "_Rename" @@ -4008,7 +3756,7 @@ #: ../src/brasero-eject-dialog.c:97 #, c-format msgid "The disc in \"%s\" cannot be ejected" -msgstr "Chan urrainn dhuinn an diosga ann an \"%s\" a ghluasad a-mach" +msgstr "Chan urrainn dhuinn an diosga ann an “%s” a ghluasad a-mach" #: ../src/brasero-eject-dialog.c:193 msgid "_Eject" @@ -4055,8 +3803,7 @@ #: ../src/brasero-file-filtered.c:218 msgid "" "Select the files you want to restore and click on the \"Restore\" button" -msgstr "" -"Tagh na faidhlichean a tha thu airson aiseag is briog air a' phutan \"Aisig\"" +msgstr "Tagh na faidhlichean a tha thu airson aiseag is briog air a’ phutan “Aisig”" #: ../src/brasero-file-filtered.c:265 msgid "Type" @@ -4108,11 +3855,11 @@ #: ../src/brasero-layout.c:110 msgid "_Show Side Panel" -msgstr "_Seall a' phanail-taoibh" +msgstr "_Seall a’ phanail-taoibh" #: ../src/brasero-layout.c:111 msgid "Show a side pane along the project" -msgstr "Seall a' phanail-taoibh air fhad a' phròiseict" +msgstr "Seall a’ phanail-taoibh air fhad a’ phròiseict" #: ../src/brasero-layout.c:125 msgid "_Horizontal Layout" @@ -4132,7 +3879,7 @@ #: ../src/brasero-layout.c:1193 msgid "Click to close the side pane" -msgstr "Briog gus a' phanail-taoibh a dhùnadh" +msgstr "Briog gus a’ phanail-taoibh a dhùnadh" #: ../src/brasero-multi-song-props.c:89 ../src/brasero-multi-song-props.c:97 #: ../src/brasero-multi-song-props.c:105 ../src/brasero-multi-song-props.c:123 @@ -4153,9 +3900,7 @@ msgid "" "This information will be written to the disc using CD-Text technology. It " "can be read and displayed by some audio CD players." -msgstr "" -"Thèid am fiosrachadh seo a sgrìobhadh air an diosga le taic teicneolais CD-" -"Text. Gabhaidh a leughadh is a shealltainn le cuid a chluicheadairean CD." +msgstr "Thèid am fiosrachadh seo a sgrìobhadh air an diosga le taic teicneolais CD-Text. Gabhaidh a leughadh is a shealltainn le cuid a chluicheadairean CD." #: ../src/brasero-multi-song-props.c:213 msgid "Song titles" @@ -4198,7 +3943,7 @@ #: ../src/brasero-playlist.c:390 #, c-format msgid "Error parsing playlist \"%s\"." -msgstr "Mearachd a' parsadh na liosta-cluiche \"%s\"." +msgstr "Mearachd a’ parsadh na liosta-cluiche “%s”." #. Translators: %d is the number of songs #: ../src/brasero-playlist.c:499 @@ -4289,7 +4034,7 @@ #: ../src/brasero-project.c:200 msgid "Add files to the project" -msgstr "Cuir faidhlichean ris a' phròiseact" +msgstr "Cuir faidhlichean ris a’ phròiseact" #: ../src/brasero-project.c:201 msgid "_Remove Files" @@ -4316,28 +4061,22 @@ msgid "" "To add files to this project click the \"Add\" button or drag files to this " "area" -msgstr "" -"Briog air a' phutan \"Cuir ris\" no slaod faidhlichean dhan raon seo gus " -"faidhlichean a chur ris a' phròiseact seo" +msgstr "Briog air a’ phutan “Cuir ris” no slaod faidhlichean dhan raon seo gus faidhlichean a chur ris a’ phròiseact seo" #: ../src/brasero-project.c:697 msgid "" "To remove files select them then click on the \"Remove\" button or press " "\"Delete\" key" -msgstr "" -"Tagh faidhlichean is an uairsin briog air a' phutan \"Thoir air falbh\" no " -"brùth air an iuchair \"Delete\" gus an toirt air falbh" +msgstr "Tagh faidhlichean is an uairsin briog air a’ phutan “Thoir air falbh” no brùth air an iuchair “Delete” gus an toirt air falbh" #: ../src/brasero-project.c:804 #, c-format msgid "Estimated project size: %s" -msgstr "Tuairmse air meud a' phròiseict: %s" +msgstr "Tuairmse air meud a’ phròiseict: %s" #: ../src/brasero-project.c:950 ../src/brasero-project.c:966 msgid "The project is too large for the disc even with the overburn option." -msgstr "" -"Tha am pròiseact ro mhòr airson an diosga fiù 's le losgadh anabarrach air a " -"chur air." +msgstr "Tha am pròiseact ro mhòr airson an diosga fiù ’s le losgadh anabarrach air a chur air." #: ../src/brasero-project.c:977 msgid "" @@ -4345,13 +4084,7 @@ "You may want to use this option if you're using 90 or 100 min CD-R(W) which " "cannot be properly recognized and therefore needs the overburn option.\n" "Note: This option might cause failure." -msgstr "" -"Tha am pròiseact ro mhòr airson an diosga is feumaidh tu faidhle no dhà a " -"thoirt air falbh.\n" -"Dh'fhaoidte gu bheil thu airson an roghainn seo a chleachdadh le CD-R(W) de " -"90 no 10 mionaid nach gabh aithneachadh mar bu chòir is a tha feumach air " -"roghainn an losgaidh anabarraich.\n" -"An aire: Dh'fhaoidte gun adhbharaich an roghainn seo fàilligeadh." +msgstr "Tha am pròiseact ro mhòr airson an diosga is feumaidh tu faidhle no dhà a thoirt air falbh.\nDh’fhaoidte gu bheil thu airson an roghainn seo a chleachdadh le CD-R(W) de 90 no 10 mionaid nach gabh aithneachadh mar bu chòir is a tha feumach air roghainn an losgaidh anabarraich.\nAn aire: Dh’fhaoidte gun adhbharaich an roghainn seo fàilligeadh." #: ../src/brasero-project.c:1098 msgid "Start to burn the contents of the selection" @@ -4359,19 +4092,15 @@ #: ../src/brasero-project.c:1267 msgid "Please add songs to the project." -msgstr "An cuir thu òran no dhà ris a' phròiseact?" +msgstr "An cuir thu òran no dhà ris a’ phròiseact?" #: ../src/brasero-project.c:1904 ../src/brasero-project.c:1939 msgid "Do you really want to create a new project and discard the current one?" -msgstr "" -"A bheil thu cinnteach gu bheil thu airson pròiseact ùr a chruthachadh is am " -"fear làithreach a thilgeil air falbh?" +msgstr "A bheil thu cinnteach gu bheil thu airson pròiseact ùr a chruthachadh is am fear làithreach a thilgeil air falbh?" #: ../src/brasero-project.c:1909 msgid "If you choose to create a new empty project, all changes will be lost." -msgstr "" -"Ma chuireas tu romhad pròiseact falamh ùr a chruthachadh, thèid a h-uile " -"atharrachadh air chall." +msgstr "Ma chuireas tu romhad pròiseact falamh ùr a chruthachadh, thèid a h-uile atharrachadh air chall." #: ../src/brasero-project.c:1912 msgid "_Discard Changes" @@ -4379,17 +4108,13 @@ #: ../src/brasero-project.c:1920 msgid "Do you want to discard the file selection or add it to the new project?" -msgstr "" -"A bheil thu airson na thagh thu a dh'fhaidhlichean a thilgeil air falbh no a " -"chur ris a' phròiseact ùr?" +msgstr "A bheil thu airson na thagh thu a dh’fhaidhlichean a thilgeil air falbh no a chur ris a’ phròiseact ùr?" #: ../src/brasero-project.c:1925 ../src/brasero-project.c:1944 msgid "" "If you choose to create a new empty project, the file selection will be " "discarded." -msgstr "" -"Ma chuireas tu romhad pròiseact falamh ùr a chruthachadh, thèid an taghadh a " -"rinn thu air faidhlichean a thilgeil air falbh." +msgstr "Ma chuireas tu romhad pròiseact falamh ùr a chruthachadh, thèid an taghadh a rinn thu air faidhlichean a thilgeil air falbh." #: ../src/brasero-project.c:1927 msgid "_Discard File Selection" @@ -4409,20 +4134,14 @@ #: ../src/brasero-project.c:2301 msgid "Do you really want to empty the current project?" -msgstr "" -"A bheil thu cinnteach gu bheil thu airson am pròiseact làithreach " -"fhalamhachadh?" +msgstr "A bheil thu cinnteach gu bheil thu airson am pròiseact làithreach fhalamhachadh?" #: ../src/brasero-project.c:2306 msgid "" "Emptying a project will remove all files already added. All the work will be " "lost. Note that files will not be deleted from their own location, just no " "longer listed here." -msgstr "" -"Ma fhalamhaicheas tu pròiseact, thèid a h-uile faidhle air a chur ris a " -"thoirt air falbh is an obair gu lèir air chall. Thoir an aire nach tèid na " -"faidhlichean fhèin a sguabadh às o na h-ionadan aca fhèin ach chan fhaic thu " -"iad an-seo tuilleadh." +msgstr "Ma fhalamhaicheas tu pròiseact, thèid a h-uile faidhle air a chur ris a thoirt air falbh is an obair gu lèir air chall. Thoir an aire nach tèid na faidhlichean fhèin a sguabadh às o na h-ionadan aca fhèin ach chan fhaic thu iad an-seo tuilleadh." #: ../src/brasero-project.c:2368 msgid "_Save" @@ -4460,14 +4179,11 @@ #: ../src/brasero-project.c:2638 msgid "Save the changes of current project before closing?" -msgstr "" -"A bheil thu airson na h-atharraichean air a' phròiseact làithreach a " -"shàbhaladh mus dùin thu e?" +msgstr "A bheil thu airson na h-atharraichean air a’ phròiseact làithreach a shàbhaladh mus dùin thu e?" #: ../src/brasero-project.c:2643 ../src/brasero-project.c:2932 msgid "If you don't save, changes will be permanently lost." -msgstr "" -"Mur an sàbhail thu e, thèid atharrachadh sam bith a rinn thu air chall." +msgstr "Mur an sàbhail thu e, thèid atharrachadh sam bith a rinn thu air chall." #: ../src/brasero-project.c:2647 ../src/brasero-project.c:2653 #: ../src/brasero-project.c:2935 @@ -4534,9 +4250,7 @@ #: ../src/brasero-project-type-chooser.c:76 msgid "" "Create a traditional audio CD that will be playable on computers and stereos" -msgstr "" -"Cruthaich CD fuaime tradaiseanta a ghabhas cluich air coimpiutairean is " -"stereothan" +msgstr "Cruthaich CD fuaime tradaiseanta a ghabhas cluich air coimpiutairean is stereothan" #: ../src/brasero-project-manager.c:103 msgid "New _Data Project" @@ -4547,9 +4261,7 @@ msgid "" "Create a CD/DVD containing any type of data that can only be read on a " "computer" -msgstr "" -"Cruthaich CD/DVD sa bheil seòrsa sam bith de dhàta nach gabh leughadh ach le " -"coimpiutair" +msgstr "Cruthaich CD/DVD sa bheil seòrsa sam bith de dhàta nach gabh leughadh ach le coimpiutair" #: ../src/brasero-project-manager.c:105 msgid "New _Video Project" @@ -4569,9 +4281,7 @@ msgid "" "Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on " "another CD/DVD" -msgstr "" -"Cruthaich lethbhreac 1:1 de CD fuaime no CD/DVD dàta air an diosga-cruaidh " -"agad no air CD/DVD eile" +msgstr "Cruthaich lethbhreac 1:1 de CD fuaime no CD/DVD dàta air an diosga-cruaidh agad no air CD/DVD eile" #: ../src/brasero-project-manager.c:109 msgid "_Burn Image…" @@ -4699,11 +4409,11 @@ #: ../src/brasero-project-parse.c:62 msgid "Error while loading the project." -msgstr "Mearachd le luchdadh a' phròiseict" +msgstr "Mearachd le luchdadh a’ phròiseict" #: ../src/brasero-project-parse.c:458 msgid "The project could not be opened" -msgstr "Cha b' urrainn dhuinn am pròiseact fhosgladh" +msgstr "Cha b’ urrainn dhuinn am pròiseact fhosgladh" #: ../src/brasero-project-parse.c:467 msgid "The file is empty" @@ -4711,7 +4421,7 @@ #: ../src/brasero-project-parse.c:546 ../src/brasero-project-parse.c:611 msgid "It does not seem to be a valid Brasero project" -msgstr "Chan e pròiseact Brasero dligheach a th' ann a-rèir coltais" +msgstr "Chan e pròiseact Brasero dligheach a th’ ann a-rèir coltais" #: ../src/brasero-project-type-chooser.c:74 msgid "Audi_o project" @@ -4755,8 +4465,7 @@ #: ../src/brasero-project-type-chooser.c:308 msgid "Load the last project that was not burned and not saved" -msgstr "" -"Luchdaich am pròiseact mu dheireadh nach deach a losgadh no a shàbhaladh" +msgstr "Luchdaich am pròiseact mu dheireadh nach deach a losgadh no a shàbhaladh" #: ../src/brasero-project-type-chooser.c:414 msgid "No recently used project" @@ -4780,11 +4489,11 @@ #: ../src/brasero-rename.c:324 msgid "Substitute text" -msgstr "Cuir teacsa 'na àite" +msgstr "Cuir teacsa ’na àite" #: ../src/brasero-rename.c:325 msgid "Number files according to a pattern" -msgstr "An uiread a dh'fhaidhlichean a-rèir pàtrain" +msgstr "An uiread a dh’fhaidhlichean a-rèir pàtrain" #: ../src/brasero-rename.c:326 msgid "Insert number sequence at beginning" @@ -4843,7 +4552,7 @@ #: ../src/brasero-song-control.c:562 msgid "Start and stop playing" -msgstr "Tòisich agus sguir a' cluich" +msgstr "Tòisich agus sguir a’ cluich" #: ../src/brasero-song-properties.c:177 msgid "Title:" @@ -4874,9 +4583,7 @@ msgid "" "If you split the track, the size of the new track will be shorter than 6 " "seconds and will be padded." -msgstr "" -"Ma sgoilteas tu an traca, bidh an traca ùr nas giorra na 6 diogan is thèid a " -"phadadh." +msgstr "Ma sgoilteas tu an traca, bidh an traca ùr nas giorra na 6 diogan is thèid a phadadh." #: ../src/brasero-split-dialog.c:181 ../src/brasero-split-dialog.c:752 msgid "_Split" @@ -4888,7 +4595,7 @@ #: ../src/brasero-split-dialog.c:610 msgid "No silence could be detected" -msgstr "Cha b' urrainn dhuinn sàmhchair a mhothachadh" +msgstr "Cha b’ urrainn dhuinn sàmhchair a mhothachadh" #: ../src/brasero-split-dialog.c:633 msgid "An error occurred while detecting silences." @@ -4900,9 +4607,7 @@ #: ../src/brasero-split-dialog.c:750 msgid "Do you really want to carry on with automatic splitting?" -msgstr "" -"A bheil thu cinnteach gu bheil thu airson leantainn air adhart leis an " -"sgoilteadh fèin-obrachail?" +msgstr "A bheil thu cinnteach gu bheil thu airson leantainn air adhart leis an sgoilteadh fèin-obrachail?" #: ../src/brasero-split-dialog.c:751 msgid "_Don't split" @@ -4910,9 +4615,7 @@ #: ../src/brasero-split-dialog.c:968 msgid "Do you really want to empty the slices preview?" -msgstr "" -"A bheil thu cinnteach gu bheil thu airson ro-shealladh na sàmhchair " -"fhalamhachadh?" +msgstr "A bheil thu cinnteach gu bheil thu airson ro-shealladh na sàmhchair fhalamhachadh?" #: ../src/brasero-split-dialog.c:970 ../src/brasero-split-dialog.c:1269 msgid "Re_move All" @@ -4936,7 +4639,7 @@ #: ../src/brasero-split-dialog.c:1082 msgid "Split track in parts with a fixed length" -msgstr "Sgaoilt an traca na phàirtean a dh'fhaide socraichte" +msgstr "Sgaoilt an traca na phàirtean a dh’fhaide socraichte" #: ../src/brasero-split-dialog.c:1083 msgid "Split track in a fixed number of parts" @@ -5036,11 +4739,11 @@ #: ../src/brasero-video-disc.c:101 msgid "Open the selected video" -msgstr "Fosgail a' video a thagh thu" +msgstr "Fosgail a’ video a thagh thu" #: ../src/brasero-video-disc.c:103 msgid "Edit the video information (start, end, author, etc.)" -msgstr "Deasaich fiosrachadh a' video (toiseach, deireadh, ùghdar, agus msaa.)" +msgstr "Deasaich fiosrachadh a’ video (toiseach, deireadh, ùghdar, agus msaa.)" #: ../src/brasero-video-disc.c:105 msgid "Remove the selected videos from the project" @@ -5057,7 +4760,7 @@ #: ../src/brasero-video-disc.c:412 #, c-format msgid "\"%s\" does not have a suitable type for video projects." -msgstr "Chan eil seòrsa freagarrach aig \"%s\" airson pròiseactan video." +msgstr "Chan eil seòrsa freagarrach aig “%s” airson pròiseactan video." #: ../src/brasero-video-disc.c:415 msgid "Please only add files with video content" @@ -5070,8 +4773,7 @@ #: ../src/main.c:96 #, c-format msgid "Please type \"%s --help\" to see all available options\n" -msgstr "" -"Sgrìobh \"%s --help\" gus na h-uile roghainn a shealltainn a tha ri làimh\n" +msgstr "Sgrìobh “%s --help” gus na h-uile roghainn a shealltainn a tha ri làimh\n" #~ msgid "File is not a valid .desktop file" #~ msgstr "Chan eil am faidhle seo na fhaidhle .desktop dligheach" diff -Nru brasero-3.12.2/po/gl.po brasero-3.12.3/po/gl.po --- brasero-3.12.2/po/gl.po 2015-04-28 10:49:45.000000000 +0000 +++ brasero-3.12.3/po/gl.po 2021-09-17 11:27:28.000000000 +0000 @@ -10,22 +10,22 @@ # Antón Méixome , 2009. # Fran Diéguez , 2009, 2010, 2011, 2012. # Leandro Regueiro , 2012. -# Fran Dieguez , 2012, 2013. +# Fran Dieguez , 2012, 2013, 2017, 2021. msgid "" msgstr "" "Project-Id-Version: brasero-master-po-gl-6740\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-04-14 15:06+0000\n" -"PO-Revision-Date: 2013-11-01 13:53+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2020-07-03 08:46+0000\n" +"PO-Revision-Date: 2021-02-23 13:48+0100\n" "Last-Translator: Fran Dieguez \n" -"Language-Team: gnome-l10n-gl@gnome.org\n" +"Language-Team: Proxecto Trasno \n" "Language: gl\n" "MIME-Version: 1.0\n" "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: Gtranslator 3.38.0\n" +"X-Project-Style: gnome\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -33,8 +33,8 @@ "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." msgstr "" -"Brasero é un aplicativo de gravación de CD/DVD para o escritorio GNOME. Está " -"deseñado para ser tan simple como sexa posíbel e ten algunhas " +"Brasero é unha aplicación de gravación de CD/DVD para o escritorio GNOME. " +"Está deseñado para ser tan simple como sexa posíbel e ten algunhas " "características únicas que lle permiten aos usuarios crear os seus propios " "discos de forma doada e rápida." @@ -47,7 +47,7 @@ msgstr "" "Brasero pode crear, copiar e gravar CDs ou DVDs de datos ou son. Admite " "perfectamente as extensións de CD-TEXT, multisesión e joliet. Pode arrastrar " -"e soltar ficheiros desde outros aplicativos locais ou desde unidades " +"e soltar ficheiros desde outras aplicacións locais ou desde unidades " "compartidas remotas para gravalos nun disco." #: ../data/brasero.desktop.in.in.h:1 @@ -79,10 +79,14 @@ msgstr "Gravar un ficheiro de imaxe" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Copiar un disco" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Crear un proxecto de son" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Crear un proxecto de vídeo" @@ -360,7 +364,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:651 #: ../libbrasero-burn/brasero-tool-dialog.c:90 msgid "Make sure another application is not using it" -msgstr "Asegúrese de que outro aplicativo non o está usando" +msgstr "Asegúrese de que outra aplicación non o está usando" #: ../libbrasero-burn/brasero-burn.c:409 #, c-format @@ -424,24 +428,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" -msgstr "%s (aplicativo)" +msgstr "%s (aplicación)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (biblioteca)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (engadido de Gstreamer)" @@ -455,7 +456,7 @@ "Please install the following required applications and libraries manually " "and try again:" msgstr "" -"Instale os seguintes aplicativos e bibliotecas manualmente e probe de novo:" +"Instale as seguintes aplicacións e bibliotecas manualmente e probe de novo:" #: ../libbrasero-burn/brasero-burn.c:2576 #: ../libbrasero-burn/brasero-caps-burn.c:868 @@ -472,18 +473,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Produciuse un erro interno" @@ -1204,11 +1204,10 @@ msgstr "Insira un disco que non estea protexido contra a copia." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "" -"Ningún dos aplicativos nin das bibliotecas requiridas están instaladas." +"Ningún das aplicacións nin das bibliotecas requiridas están instaladas." #: ../libbrasero-burn/brasero-burn-options.c:540 ../src/brasero-project.c:1003 msgid "Please replace the disc with a supported CD or DVD." @@ -1268,8 +1267,7 @@ msgid "Video Options" msgstr "Opcións de vídeo" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1312,8 +1310,7 @@ msgid "Select disc to copy" msgstr "Seleccione o disco para copiar" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Instale o seguinte manualmente e probe outra vez:" @@ -2103,7 +2100,7 @@ "A localización seleccionada non ten espazo libre abondo para gardar a imaxe " "do disco (precísanse %ld MiB)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Non é posíbel obter o tamaño do volume" @@ -2398,8 +2395,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Disco de datos (%s)" @@ -2408,8 +2405,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Non parece ser unha imaxe ISO correcta" @@ -2718,7 +2714,7 @@ msgstr "Gravar no disco" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "Gravar o contido nun CD ou nun DVD" @@ -2727,7 +2723,7 @@ msgstr "Copiar o disco" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" msgstr "_Gravar no disco…" @@ -2769,7 +2765,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3065,7 +3061,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3079,26 +3075,26 @@ "código de rexión de DVD para o seu reprodutor de CD/DVD coa orde «regionset " "%s» ou execute a orde «DVDCSS_METHOD=title brasero --no-existing-session»" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Estanse a obter as chaves do DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Non foi posíbel abrir o DVD de vídeo" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Produciuse un erro ao ler o DVD de vídeo (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Copiando un DVD de vídeo" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Copia os DVD de vídeo cifrado con CSS a unha imaxe de disco" @@ -3413,7 +3409,7 @@ #: ../src/brasero-app.c:1198 msgid "A simple to use CD/DVD burning application for GNOME" -msgstr "Un aplicativo de gravación de CD e DVD fácil de usar para o GNOME" +msgstr "Unha aplicación de gravación de CD e DVD fácil de usar para o GNOME" #: ../src/brasero-app.c:1215 msgid "Brasero Homepage" @@ -3430,14 +3426,15 @@ #: ../src/brasero-app.c:1227 msgid "translator-credits" msgstr "" +"Fran Diéguez , 2009-2020\n" "Leandro Regueiro , 2012\n" -"Fran Diéguez , 2009, 2010, 2011, 2012\n" "Antón Méixome , 2009\n" "Suso Baleato , 2009\n" "Mancomún - Centro de Referencia e Servizos de Software Libre , 2009\n" "Iván Méndez López , 2007, 2008\n" "Ignacio Casal Quinteiro , 2006\n" +"\n" "Proxecto Trasno - Tradución de software libre ao galego , 1999-2012" @@ -3694,7 +3691,7 @@ #: ../src/brasero-cli.c:126 msgid "Burn the contents of the burn:// URI" -msgstr "Gravar os contidos do URI burn://" +msgstr "Gravar os contidos do URI burn:/" #: ../src/brasero-cli.c:130 msgid "Start burning immediately." @@ -3710,7 +3707,7 @@ "This option is mainly useful for integration with other applications." msgstr "" "Gravar o proxecto especificado e retiralo.\n" -"Esta opción é útil principalmente para a integración con outros aplicativos." +"Esta opción é útil principalmente para a integración con outras aplicacións." #: ../src/brasero-cli.c:139 msgid "PATH" @@ -3791,7 +3788,7 @@ "contents can be burned" msgstr "" "Só hai un ficheiro seleccionado (\"%s\"). É a imaxe dun disco e os seus " -"contidos poden ser gravados." +"contidos poden ser gravados" #: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" @@ -3826,7 +3823,7 @@ "A file with this name already exists in the folder. Replacing it will " "overwrite its contents on the disc to be burnt." msgstr "" -"Xa existe un ficheiro con este nome no cartafol. Se o reempraza " +"Xa existe un ficheiro con este nome no cartafol. Se o substitúe " "sobrescribiranse os seus contidos no disco a gravar." #. Translators: Keep means we're keeping the files that already existed @@ -4253,7 +4250,7 @@ "\"Delete\" key" msgstr "" "Para retirar ficheiros, seleccióneos e logo prema no botón «Eliminar» ou " -"prema a tecla «Suprimir»." +"prema a tecla «Suprimir»" #: ../src/brasero-project.c:804 #, c-format @@ -4972,174 +4969,3 @@ #, c-format msgid "Please type \"%s --help\" to see all available options\n" msgstr "Escriba \"%s --help\" para ver todas as opcións dispoñíbeis\n" - -#~ msgid "File is not a valid .desktop file" -#~ msgstr "O ficheiro non é un ficheiro .desktop correcto" - -#~ msgid "Unrecognized desktop file Version '%s'" -#~ msgstr "Non se recoñece a versión '%s' do ficheiro .desktop" - -#~ msgid "Starting %s" -#~ msgstr "Iniciando %s" - -#~ msgid "Application does not accept documents on command line" -#~ msgstr "O aplicativo non acepta documentos na liña de ordes" - -#~ msgid "Unrecognized launch option: %d" -#~ msgstr "Non se recoñece a opción de inicio: %d" - -#~ msgid "Can't pass document URIs to a 'Type=Link' desktop entry" -#~ msgstr "" -#~ "Non é posíbel pasar o URI do documento a unha entrada de escritorio " -#~ "'Type=Link'" - -#~ msgid "Not a launchable item" -#~ msgstr "Non é un elemento iniciábel" - -#~ msgid "Disable connection to session manager" -#~ msgstr "Desactivar a conexión ao xestor de sesións" - -#~ msgid "Specify file containing saved configuration" -#~ msgstr "Especifique o ficheiro que contén a configuración gardada" - -#~ msgid "FILE" -#~ msgstr "FICHEIRO" - -#~ msgid "Specify session management ID" -#~ msgstr "Especificar o ID de xestión de sesión" - -#~ msgid "ID" -#~ msgstr "ID" - -#~ msgid "Session management options:" -#~ msgstr "Opcións de xestión de sesión:" - -#~ msgid "Show session management options" -#~ msgstr "Mostrar as opcións de xestión de sesión" - -#~ msgid "Copying `%s` locally" -#~ msgstr "Copiando `%s` localmente" - -#~ msgid "Results %i–%i (out of %i)" -#~ msgstr "Resultados %i–%i (de %i)" - -#~ msgid "No results" -#~ msgstr "Sen resultados" - -#~ msgid "Error querying for keywords." -#~ msgstr "Produciuse un erro ao consultar polas palabras chave." - -#~ msgid "Previous Results" -#~ msgstr "Resultados anteriores" - -#~ msgid "Next Results" -#~ msgstr "Seguintes resultados" - -#~ msgid "Number of results displayed" -#~ msgstr "Número de resultados que se mostran" - -#~ msgid "Search:" -#~ msgstr "Buscar:" - -#~ msgid "In _text documents" -#~ msgstr "En documentos de _texto" - -#~ msgid "In _pictures" -#~ msgstr "En _imaxes" - -#~ msgid "In _music" -#~ msgstr "En _música" - -#~ msgid "In _videos" -#~ msgstr "En _vídeos" - -#~ msgid "Type your keywords or choose 'All files' from the menu" -#~ msgstr "Escriba os contrasinais ou seleccione 'Todos os ficheiros' no menú" - -#~ msgid "Select if you want to search among image files only" -#~ msgstr "Elixa se quere buscar só en ficheiros de imaxe" - -#~ msgid "Select if you want to search among video files only" -#~ msgstr "Elixa se quere buscar só en ficheiros de vídeo" - -#~ msgid "Select if you want to search among audio files only" -#~ msgstr "Elixa se quere buscar só en ficheiros de son" - -#~ msgid "Select if you want to search among your text documents only" -#~ msgstr "Elixa se quere buscar só en documentos de texto" - -#~ msgid "Click to start the search" -#~ msgstr "Prema para comezar a busca" - -#~ msgid "Search files using keywords" -#~ msgstr "Procurar ficheiros por medio de palabras chave" - -#~ msgid "Cancel ongoing burning" -#~ msgstr "Cancelar a gravación en curso" - -#~ msgid "Show _Dialog" -#~ msgstr "Mostrar _diálogo" - -#~ msgid "Show dialog" -#~ msgstr "Mostrar o diálogo" - -#~ msgid "%s, %d%% done, %s remaining" -#~ msgstr "%s, feito %02i%%, queda %s" - -#~ msgid "%s, %d%% done" -#~ msgstr "%s, %d%% feito" - -#~ msgid "by" -#~ msgstr "por" - -#~ msgid "Directories cannot be added to an audio disc." -#~ msgstr "Non é posíbel engadir cartafoles a un disco de son." - -#~ msgid "Name:" -#~ msgstr "Nome:" - -#~ msgid "" -#~ "Size:\t %i × %i " -#~ "pixels" -#~ msgstr "" -#~ "Tamaño:\t %i × %i " -#~ "píxeles" - -#~ msgid "" -#~ "%s\n" -#~ "by %s" -#~ msgstr "" -#~ "%s\n" -#~ "por %s" - -#~ msgid "" -#~ "Loading information\n" -#~ "about %s" -#~ msgstr "" -#~ "Cargando a información\n" -#~ "sobre %s" - -#~ msgid "" -#~ "Do you really want to create a new project and discard the changes to " -#~ "current one?" -#~ msgstr "" -#~ "Está seguro de que quere crear un novo proxecto e rexeitar as " -#~ "modificacións do actual?" - -#~ msgid "An error occured while writing to disc" -#~ msgstr "Produciuse un erro ao gravar no disco" - -#~ msgid "Error reading video DVD (%s)" -#~ msgstr "Produciuse un erro ao ler o DVD de vídeo (%s)" - -#~ msgid "Directories cannot be added to video discs." -#~ msgstr "Non é posíbel engadir directorios a discos de vídeo." - -#~ msgid "Brasero Disc Copier" -#~ msgstr "Copiador de disco Brasero" - -#~ msgid "Copy CDs and DVDs" -#~ msgstr "Copiar CD e DVD" - -#~ msgid "Disc Copier" -#~ msgstr "Copiador de discos" diff -Nru brasero-3.12.2/po/he.po brasero-3.12.3/po/he.po --- brasero-3.12.2/po/he.po 2014-02-19 09:16:54.000000000 +0000 +++ brasero-3.12.3/po/he.po 2021-09-17 11:27:28.000000000 +0000 @@ -1,21 +1,20 @@ -# -# Yosef Or Boczko , 2014. -# msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-01-26 00:26+0200\n" -"PO-Revision-Date: 2014-01-26 00:37+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2018-08-16 17:05+0000\n" +"PO-Revision-Date: 2018-05-23 09:01+0000\n" "Last-Translator: Yosef Or Boczko \n" -"Language-Team: עברית <>\n" +"Language-Team: עברית\n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Loco-Source-Locale: en_IL\n" "X-Poedit-SourceCharset: UTF-8\n" -"X-Generator: Gtranslator 2.91.6\n" +"X-Generator: Loco https://localise.biz/\n" +"X-Loco-Parser: loco_parse_po\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -68,10 +67,14 @@ msgstr "צריבת קובץ תמונה" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "העתקת תקליטור" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "יצירת מיזם שמע" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "יצירת מיזם וידאו" @@ -119,7 +122,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:8 msgid "Favourite burn engine" -msgstr "Favourite burn engine" +msgstr "מנגנון צריבה מועדף" #: ../data/org.gnome.brasero.gschema.xml.h:9 msgid "" @@ -199,7 +202,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:22 msgid "Enable file preview" -msgstr "Enable file preview" +msgstr "הפעלת תצוגה מקדימה של קבצים" #: ../data/org.gnome.brasero.gschema.xml.h:23 msgid "Whether to display file preview. Set to true to use it." @@ -219,7 +222,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:26 msgid "Replace symbolic links by their targets" -msgstr "Replace symbolic links by their targets" +msgstr "החלפת קבצים סמליים ביעד שלהם" #: ../data/org.gnome.brasero.gschema.xml.h:27 msgid "" @@ -288,7 +291,7 @@ #: ../libbrasero-burn/brasero-blank-dialog.c:227 #: ../libbrasero-burn/brasero-blank-dialog.c:272 msgid "Blank _Again" -msgstr "מחק _שוב" +msgstr "למחוק _שוב" #: ../libbrasero-burn/brasero-blank-dialog.c:244 msgid "Unknown error." @@ -306,7 +309,7 @@ #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-blank-dialog.c:371 msgid "_Blank" -msgstr "_מחיקה" +msgstr "מ_חיקה" #: ../libbrasero-burn/brasero-blank-dialog.c:402 msgid "_Fast blanking" @@ -348,7 +351,7 @@ #: ../libbrasero-burn/brasero-burn.c:409 #, c-format msgid "\"%s\" cannot be unlocked" -msgstr "לא ניתן לפתוח את \"%s\"" +msgstr "לא ניתן לשחרר את „%s”" #: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 #: ../libbrasero-burn/brasero-burn.c:761 @@ -407,24 +410,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" -msgstr "%s (ישום)" +msgstr "%s (יישום)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (ספרייה)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (תוסף של GStreamer)" @@ -454,18 +454,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "אירעה שגיאה פנימית" @@ -589,7 +588,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:391 msgid "Burning image to CD" -msgstr "צרוב תמונת תקליטור" +msgstr "צריבת תמונת תקליטור" #: ../libbrasero-burn/brasero-burn-dialog.c:402 msgid "Simulation of video disc burning" @@ -646,11 +645,12 @@ msgid "" "Please replace the disc with a writable CD with at least %i MiB of free " "space." -msgstr "החלף את הדיסק בתקליטור מסוג CD הניתן לצריבה עם לפחות %i MiB פנויים." +msgstr "" +"נא להחליף את התקליטור בתקליטור מסוג CD הניתן לצריבה עם לפחות %i MiB פנויים." #: ../libbrasero-burn/brasero-burn-dialog.c:575 msgid "Please replace the disc with a writable CD." -msgstr "נא להחליף את הדיסק בתקליטור מסוג CD הניתן לצריבה." +msgstr "נא להחליף את התקליטור בתקליטור מסוג CD הניתן לצריבה." #: ../libbrasero-burn/brasero-burn-dialog.c:579 #, c-format @@ -666,11 +666,12 @@ msgid "" "Please replace the disc with a writable DVD with at least %i MiB of free " "space." -msgstr "נא להחליף את הדיסק בתקליטור DVD הניתן לצריבה עם לפחות %i MiB פנויים." +msgstr "" +"נא להחליף את התקליטור בתקליטור DVD הניתן לצריבה עם לפחות %i MiB פנויים." #: ../libbrasero-burn/brasero-burn-dialog.c:591 msgid "Please replace the disc with a writable DVD." -msgstr "נא להחליף את הדיסק בתקליטור DVD הניתן לצריבה." +msgstr "נא להחליף את התקליטור בתקליטור DVD הניתן לצריבה." #: ../libbrasero-burn/brasero-burn-dialog.c:595 #, c-format @@ -687,11 +688,11 @@ "Please replace the disc with a writable CD or DVD with at least %i MiB of " "free space." msgstr "" -"נא להחליף את הדיסק בתקליטור CD או DVD הניתן לצריבה עם לפחות %i MiB פנוי." +"נא להחליף את התקליטור בתקליטור CD או DVD הניתן לצריבה עם לפחות %i MiB פנויים." #: ../libbrasero-burn/brasero-burn-dialog.c:606 msgid "Please replace the disc with a writable CD or DVD." -msgstr "החלף את הדיסק בתקליטור CD או DVD הניתן לצריבה." +msgstr "נא להחליף את התקליטור בתקליטור CD או DVD הניתן לצריבה." #: ../libbrasero-burn/brasero-burn-dialog.c:610 #, c-format @@ -725,32 +726,32 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:650 #, c-format msgid "\"%s\" is busy." -msgstr "‏\"%s\" לא זמין." +msgstr "„%s” עסוק." #: ../libbrasero-burn/brasero-burn-dialog.c:654 #, c-format msgid "There is no disc in \"%s\"." -msgstr "אין תקליטור ב־\"%s\"." +msgstr "אין תקליטור ב־„%s”." #: ../libbrasero-burn/brasero-burn-dialog.c:658 #, c-format msgid "The disc in \"%s\" is not supported." -msgstr "התקליטור ב־\"%s\" לא נתמך." +msgstr "התקליטור ב־„%s” לא נתמך." #: ../libbrasero-burn/brasero-burn-dialog.c:662 #, c-format msgid "The disc in \"%s\" is not rewritable." -msgstr "התקליטור ב־\"%s\" לא ניתן לצריבה חוזרת." +msgstr "התקליטור ב־„%s” לא ניתן לצריבה חוזרת." #: ../libbrasero-burn/brasero-burn-dialog.c:666 #, c-format msgid "The disc in \"%s\" is empty." -msgstr "התקליטור ב־\"%s\" ריק." +msgstr "התקליטור ב־„%s” ריק." #: ../libbrasero-burn/brasero-burn-dialog.c:670 #, c-format msgid "The disc in \"%s\" is not writable." -msgstr "התקליטור ב־\"%s\" לא ניתן לכתיבה." +msgstr "התקליטור ב־„%s” לא ניתן לכתיבה." #: ../libbrasero-burn/brasero-burn-dialog.c:674 #, c-format @@ -760,7 +761,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:682 #, c-format msgid "The disc in \"%s\" needs to be reloaded." -msgstr "נדרשת טעינה מחדש של התקליטור ב־\"%s\"." +msgstr "נדרשת טעינה מחדש של התקליטור ב־„%s”." #: ../libbrasero-burn/brasero-burn-dialog.c:683 msgid "Please eject the disc and reload it." @@ -780,18 +781,18 @@ msgid "" "Do you want to specify another location for this session or retry with the " "current location?" -msgstr "האם ברצונך לציין מיקום אחר או לנסות שוב אם המיקום הנוכחי?" +msgstr "לציין מיקום אחר או לנסות שוב אם המיקום הנוכחי?" #: ../libbrasero-burn/brasero-burn-dialog.c:742 msgid "You may want to free some space on the disc and retry" -msgstr "ייתכן שתרצה לפנות קצת מקום על התקליטור ולנסות שוב" +msgstr "עדיף לך לפנות קצת מקום על התקליטור ולנסות שוב" #: ../libbrasero-burn/brasero-burn-dialog.c:749 #: ../libbrasero-burn/brasero-drive-properties.c:244 #: ../libbrasero-burn/brasero-drive-properties.c:282 #: ../libbrasero-burn/brasero-drive-properties.c:334 msgid "_Keep Current Location" -msgstr "ה_שארת המיקום הנוכחי" +msgstr "_שמירה על המיקום הנוכחי" #: ../libbrasero-burn/brasero-burn-dialog.c:751 #: ../libbrasero-burn/brasero-drive-properties.c:245 @@ -817,7 +818,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:930 msgid "Do you really want to blank the current disc?" -msgstr "באמת ברצונך למחוק את התקליטור הנוכחי?" +msgstr "למחוק את התקליטור הנוכחי?" #: ../libbrasero-burn/brasero-burn-dialog.c:931 msgid "The disc in the drive holds data." @@ -826,7 +827,7 @@ #. Translators: Blank is a verb here #: ../libbrasero-burn/brasero-burn-dialog.c:933 msgid "_Blank Disc" -msgstr "_מחיקת תקליטור" +msgstr "מחיקת _תקליטור" #: ../libbrasero-burn/brasero-burn-dialog.c:947 msgid "" @@ -841,7 +842,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:951 msgid "" "There are files already burned on this disc. Would you like to import them?" -msgstr "ישנם קבצים שנצרבו על תקליטור זה. האם ברצונך לייבא אותם?" +msgstr "ישנם קבצים שנצרבו על תקליטור זה. לייבא אותם?" #: ../libbrasero-burn/brasero-burn-dialog.c:953 msgid "_Import" @@ -886,7 +887,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1037 #, c-format msgid "Please eject the disc from \"%s\" manually." -msgstr "נא להוציא את התקליטור \"%s\" ולטעון אותו מחדש." +msgstr "נא להוציא את התקליטור „%s” ולטעון אותו מחדש." #: ../libbrasero-burn/brasero-burn-dialog.c:1046 msgid "" @@ -897,11 +898,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1133 msgid "Do you want to replace the disc and continue?" -msgstr "האם ברצונך להחליף את הדיסק ולהמשיך?" +msgstr "להחליף את התקליטור ולהמשיך?" #: ../libbrasero-burn/brasero-burn-dialog.c:1134 msgid "The currently inserted disc could not be blanked." -msgstr "לא ניתן למחוק את הדיסק שהוכנס." +msgstr "לא ניתן למחוק את התקליטור שהוכנס." #: ../libbrasero-burn/brasero-burn-dialog.c:1143 msgid "Do you want to continue with full Windows compatibility disabled?" @@ -916,7 +917,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1145 msgid "C_ontinue" -msgstr "ה_משך" +msgstr "המ_שך" #: ../libbrasero-burn/brasero-burn-dialog.c:1365 #: ../libbrasero-burn/brasero-burn-dialog.c:1386 @@ -929,15 +930,15 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1371 msgid "Burn _Now" -msgstr "צרוב _עכשיו" +msgstr "לצרוב _עכשיו" #: ../libbrasero-burn/brasero-burn-dialog.c:1660 msgid "Save Current Session" -msgstr "שמור צריבה נוכחית" +msgstr "שמירת צריבה נוכחית" #: ../libbrasero-burn/brasero-burn-dialog.c:1735 msgid "An unknown error occurred." -msgstr "ארעה שגיאה לא ידועה." +msgstr "אירעה שגיאה לא ידועה." #: ../libbrasero-burn/brasero-burn-dialog.c:1743 #: ../libbrasero-burn/brasero-burn-dialog.c:1761 ../src/brasero-app.c:620 @@ -946,7 +947,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1751 msgid "_Save Log" -msgstr "שמור _יומן" +msgstr "שמירת _יומן" #: ../libbrasero-burn/brasero-burn-dialog.c:1786 msgid "Video DVD successfully burned" @@ -954,7 +955,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1788 msgid "(S)VCD successfully burned" -msgstr "התקליטור ניצרב בהצלחה" +msgstr "התקליטור נצרב בהצלחה" #: ../libbrasero-burn/brasero-burn-dialog.c:1791 msgid "Audio CD successfully burned" @@ -995,20 +996,20 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1822 msgid "Data CD successfully burned" -msgstr "התקליטור ניצרב בהצלחה" +msgstr "התקליטור נצרב בהצלחה" #: ../libbrasero-burn/brasero-burn-dialog.c:1881 #, c-format msgid "Copy #%i has been burned successfully." -msgstr "עותק מס' %i נצרב בהצלחה." +msgstr "עותק מס׳ %i נצרב בהצלחה." #: ../libbrasero-burn/brasero-burn-dialog.c:1889 msgid "" "Another copy will start as soon as you insert a new writable disc. If you do " "not want to burn another copy, press \"Cancel\"." msgstr "" -"עותק נוסף יחל ברגע שיוכנס דיסק חדש הניתן לצריבה. אם אין לך עניין בצריבת עותק " -"נוסף יש ללחוץ על \"ביטול\"." +"עותק נוסף יחל ברגע שיוכנס תקליטור חדש הניתן לצריבה. אם אין לך עניין בצריבת " +"עותק נוסף יש ללחוץ על „ביטול”." #: ../libbrasero-burn/brasero-burn-dialog.c:1963 msgid "Make _More Copies" @@ -1033,7 +1034,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:2451 #: ../libbrasero-burn/brasero-tool-dialog.c:411 msgid "Do you really want to quit?" -msgstr "באמת ברצונך לצאת?" +msgstr "לצאת?" #: ../libbrasero-burn/brasero-burn-dialog.c:2455 #: ../libbrasero-burn/brasero-tool-dialog.c:417 @@ -1042,11 +1043,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:2458 msgid "C_ontinue Burning" -msgstr "ה_משך צריבה" +msgstr "להמ_שיך בצריבה" #: ../libbrasero-burn/brasero-burn-dialog.c:2465 msgid "_Cancel Burning" -msgstr "_בטל צריבה" +msgstr "_ביטול צריבה" #: ../libbrasero-burn/brasero-burn-options.c:228 ../src/brasero-project.c:1020 msgid "" @@ -1063,7 +1064,7 @@ #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-burn-options.c:307 msgid "_Copy" -msgstr "_העתק" +msgstr "ה_עתקה" #: ../libbrasero-burn/brasero-burn-options.c:310 msgid "Make _Several Copies" @@ -1072,7 +1073,7 @@ #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-burn-options.c:314 ../src/brasero-project.c:1524 msgid "_Burn" -msgstr "_צרוב" +msgstr "_צריבה" #: ../libbrasero-burn/brasero-burn-options.c:317 ../src/brasero-project.c:1521 msgid "Burn _Several Copies" @@ -1080,7 +1081,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:433 ../src/brasero-project.c:949 msgid "Would you like to burn the selection of files across several media?" -msgstr "האם ברצונך לצרוב את הקבצים על מספר סוגי מדיה?" +msgstr "לצרוב את הקבצים על מספר סוגי מדיה?" #: ../libbrasero-burn/brasero-burn-options.c:434 #: ../libbrasero-burn/brasero-burn-options.c:451 @@ -1089,7 +1090,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:439 ../src/brasero-project.c:954 msgid "_Burn Several Discs" -msgstr "_צרוב מספר תקליטורים" +msgstr "_צריבת מספר תקליטורים" #: ../libbrasero-burn/brasero-burn-options.c:441 ../src/brasero-project.c:956 msgid "Burn the selection of files across several media" @@ -1097,7 +1098,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:450 ../src/brasero-project.c:965 msgid "Please choose another CD or DVD or insert a new one." -msgstr "נא לבחור תקליטור CD או DVD אחר או הכנס אחד חדש." +msgstr "נא לבחור תקליטור CD או DVD אחר או להכניס אחד חדש." #: ../libbrasero-burn/brasero-burn-options.c:464 ../src/brasero-project.c:1010 msgid "No track information (artist, title, ...) will be written to the disc." @@ -1105,7 +1106,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:465 ../src/brasero-project.c:1011 msgid "This is not supported by the current active burning backend." -msgstr "דבר זה אינו נתמך ע\"י המנוע הנוכחי." +msgstr "פעולה זו אינה נתמכת ע״י המנוע הנוכחי." #: ../libbrasero-burn/brasero-burn-options.c:477 #: ../nautilus/nautilus-burn-extension.c:239 @@ -1166,14 +1167,13 @@ msgstr "נא להכניס תקליטור שלא מוגן מפני העתקה." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "כל היישומים הנדרשים וספריותיהם אינם מותקנים." #: ../libbrasero-burn/brasero-burn-options.c:540 ../src/brasero-project.c:1003 msgid "Please replace the disc with a supported CD or DVD." -msgstr "נא להחליף את התקליטור בתקליטור CD או DVD ניתמך." +msgstr "נא להחליף את התקליטור בתקליטור CD או DVD נתמך." #: ../libbrasero-burn/brasero-burn-options.c:549 ../src/brasero-project.c:976 msgid "Would you like to burn beyond the disc's reported capacity?" @@ -1213,7 +1213,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:657 msgid "Select a disc to write to" -msgstr "בחר תקליטור לכתיבה" +msgstr "בחירת תקליטור לכתיבה" #: ../libbrasero-burn/brasero-burn-options.c:737 #: ../libbrasero-burn/brasero-burn-options.c:755 @@ -1225,14 +1225,11 @@ msgid "Video Options" msgstr "אפשרויות וידאו" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" -msgstr "" -"האם ברצונך ליצור תקליטור מתכני תמונת התקליטור או עם הקובץ המכיל את התמונה " -"בפנים?" +msgstr "ליצור תקליטור מתכני תמונת התקליטור או עם הקובץ המכיל את התמונה בפנים?" #. Translators: %s is the name of the image #: ../libbrasero-burn/brasero-burn-options.c:804 @@ -1240,11 +1237,11 @@ msgid "" "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned." -msgstr "הקובץ שנבחר (\"%s\") הינו תמונת תקליטור וניתן לצרוב את תכניו." +msgstr "הקובץ שנבחר (\"%s\") הנו תמונת תקליטור וניתן לצרוב את תכניו." #: ../libbrasero-burn/brasero-burn-options.c:809 msgid "Burn as _File" -msgstr "צרוב כ_קובץ" +msgstr "צריבה כ_קובץ" #: ../libbrasero-burn/brasero-burn-options.c:811 msgid "Burn _Contents…" @@ -1257,7 +1254,7 @@ #. pack everything #: ../libbrasero-burn/brasero-burn-options.c:901 msgid "Select a disc image to write" -msgstr "בחר תמונת תקליטור לצריבה" +msgstr "בחירת תמונת תקליטור לצריבה" #: ../libbrasero-burn/brasero-burn-options.c:921 msgid "Copy CD/DVD" @@ -1265,10 +1262,9 @@ #: ../libbrasero-burn/brasero-burn-options.c:927 msgid "Select disc to copy" -msgstr "בחר תקליטור להעתקה" +msgstr "בחירת תקליטור להעתקה" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "נא להתקין את הבאים באופן ידני ולנסות שוב:" @@ -1295,17 +1291,17 @@ #: ../libbrasero-burn/brasero-data-vfs.c:218 #, c-format msgid "\"%s\" cannot be read" -msgstr "‏\"%s\" לא ניתן לקריאה" +msgstr "לא ניתן לקרוא את „%s”" #: ../libbrasero-burn/brasero-dest-selection.c:605 #: ../libbrasero-burn/brasero-image-type-chooser.c:133 msgid "SVCD image" -msgstr "תמונת cue.*" +msgstr "תמונת SVCD" #: ../libbrasero-burn/brasero-dest-selection.c:607 #: ../libbrasero-burn/brasero-image-type-chooser.c:127 msgid "VCD image" -msgstr "תמונת cue.*" +msgstr "תמונת VCD" #: ../libbrasero-burn/brasero-dest-selection.c:611 #: ../libbrasero-burn/brasero-image-type-chooser.c:106 @@ -1317,7 +1313,7 @@ #: ../libbrasero-burn/brasero-dest-selection.c:623 #, c-format msgid "%s: \"%s\"" -msgstr "‏%s: \"‏%s\"" +msgstr "‏%s:‏ „%s”" #. Translators: this string is only used when the user #. * wants to copy a disc using the same destination and @@ -1372,7 +1368,7 @@ "GiB).\n" "This can be a problem when writing DVDs or large images." msgstr "" -"מערכת הקבצים על כרך זה לא תומכת בקבצים גדולים (שגודלם עולה על 2 GB).\n" +"מערכת הקבצים על כרך זה לא תומכת בקבצים גדולים (שגודלם עולה על 2 GiB).\n" "מצב זה עלול להוות בעיה בכתיבת תקליטורי DVD או תמונות תקליטור גדולות." #. Translators %s.1f is the speed used to burn @@ -1414,7 +1410,7 @@ #: ../libbrasero-burn/brasero-drive-properties.c:723 msgid "_Simulate before burning" -msgstr "בצע _הדמיה לפני הצריבה" +msgstr "ביצוע ה_דמיה לפני הצריבה" #: ../libbrasero-burn/brasero-drive-properties.c:724 msgid "" @@ -1430,15 +1426,15 @@ #: ../libbrasero-burn/brasero-drive-properties.c:728 msgid "Burn the image directly _without saving it to disc" -msgstr "צרוב את תמונת התקליטור ישירות _ללא שמירה על הכונן הקשיח" +msgstr "לצרוב את תמונת התקליטור ישירות _ללא שמירה על הכונן הקשיח" #: ../libbrasero-burn/brasero-drive-properties.c:730 msgid "Leave the disc _open to add other files later" -msgstr "השאר את התקליטור _פתוח כדי להוסיף קבצים מאוחר יותר" +msgstr "להשאיר את התקליטור _פתוח כדי להוסיף קבצים מאוחר יותר" #: ../libbrasero-burn/brasero-drive-properties.c:731 msgid "Allow to add more data to the disc later" -msgstr "אפשר הוספת נתונים נוספים לתקליטור מאוחר יותר" +msgstr "לאפשר הוספת נתונים נוספים לתקליטור מאוחר יותר" #: ../libbrasero-burn/brasero-drive-properties.c:751 #: ../libbrasero-burn/brasero-tool-dialog.c:284 @@ -1452,7 +1448,7 @@ #: ../libbrasero-burn/brasero-drive-properties.c:783 msgid "Set the directory where to store temporary files" -msgstr "קביעת התיקייה לאחסון קבצים זמניים" +msgstr "הגדרת התיקייה לאחסון קבצים זמניים" #: ../libbrasero-burn/brasero-drive-properties.c:788 msgid "Temporary files" @@ -1468,13 +1464,13 @@ #: ../libbrasero-burn/brasero-filtered-uri.c:59 msgid "Broken symbolic link" -msgstr "קישור סימבולי שבור" +msgstr "קישור סמלי שבור" #: ../libbrasero-burn/brasero-filtered-uri.c:60 #: ../libbrasero-utils/brasero-io.c:1190 ../libbrasero-utils/brasero-io.c:2061 #, c-format msgid "Recursive symbolic link" -msgstr "קישור סימבולי רקורסיבי" +msgstr "קישור סמלי רקורסיבי" #: ../libbrasero-burn/brasero-image-properties.c:243 msgid "Disc image type:" @@ -1490,11 +1486,11 @@ #: ../libbrasero-burn/brasero-image-type-chooser.c:115 msgid "Readcd/Readom image" -msgstr "יוצר תמונת תקליטור" +msgstr "תמונת Readcd/Readom" #: ../libbrasero-burn/brasero-image-type-chooser.c:141 msgid "Cue image" -msgstr "תמונת cue.*" +msgstr "תמונת ‎*.cue" #: ../libbrasero-burn/brasero-image-type-chooser.c:151 msgid "Cdrdao image" @@ -1509,7 +1505,7 @@ #: ../libbrasero-burn/brasero-medium-properties.c:133 msgid "" "Do you really want to keep the current extension for the disc image name?" -msgstr "האם אתה בטוח שברצונך לשמור את הסיומת הנוכחית של שם תמונת התקליטור?" +msgstr "לשמור את הסיומת הנוכחית של שם תמונת התקליטור?" #: ../libbrasero-burn/brasero-medium-properties.c:139 msgid "" @@ -1519,11 +1515,11 @@ #: ../libbrasero-burn/brasero-medium-properties.c:142 msgid "_Keep Current Extension" -msgstr "_השאר את הסיומת הנוכחית" +msgstr "_שמירה על הסיומת הנוכחית" #: ../libbrasero-burn/brasero-medium-properties.c:145 msgid "Change _Extension" -msgstr "שנה את ה_סיומת" +msgstr "שינוי ה_סיומת" #: ../libbrasero-burn/brasero-medium-properties.c:234 msgid "Configure recording options" @@ -1560,20 +1556,20 @@ #: ../libbrasero-burn/brasero-src-image.c:229 #, c-format msgid "\"%s\": loading" -msgstr "‏\"%s\": בטעינה" +msgstr "„%s”: בטעינה" #. Translators: %s is a path and image refers to a disc image #: ../libbrasero-burn/brasero-src-image.c:236 #, c-format msgid "\"%s\": unknown disc image type" -msgstr "‏\"%s\": סוג תמונת תקליטור לא מזוהה" +msgstr "„%s”: סוג תמונת תקליטור לא ידוע" #. NOTE to translators, the first %s is the path of the image #. * file and the second its size. #: ../libbrasero-burn/brasero-src-image.c:258 #, c-format msgid "\"%s\": %s" -msgstr "\"%s\": %s" +msgstr "„%s”:‏ %s" #. This is hackish and meant to avoid ellipsization to make the #. * label too small. @@ -1581,11 +1577,11 @@ #: ../libbrasero-burn/brasero-src-image.c:271 #: ../libbrasero-burn/brasero-src-image.c:554 msgid "Click here to select a disc _image" -msgstr "לחץ כאן כדי לבחור _תמונת תקליטור" +msgstr "יש ללחוץ כאן כדי לבחור _תמונת תקליטור" #: ../libbrasero-burn/brasero-src-image.c:415 msgid "Select Disc Image" -msgstr "בחר קובץ תמונת תקליטור" +msgstr "בחירת קובץ תמונת תקליטור" #: ../libbrasero-burn/brasero-src-image.c:444 #: ../nautilus/nautilus-burn-bar.c:236 ../src/brasero-file-chooser.c:350 @@ -1612,7 +1608,7 @@ #: ../src/brasero-data-disc.c:870 #, c-format msgid "Do you really want to add \"%s\" to the selection?" -msgstr "להוסיף את \"%s\" לבחירה?" +msgstr "להוסיף את „%s” לבחירה?" #: ../libbrasero-burn/brasero-status-dialog.c:228 #: ../src/brasero-data-disc.c:879 @@ -1637,7 +1633,7 @@ #: ../libbrasero-burn/brasero-status-dialog.c:295 #: ../src/brasero-data-disc.c:840 ../src/brasero-data-disc.c:884 msgid "Al_ways Add Such File" -msgstr "צמי_ד להוסיף קובץ כזה" +msgstr "תמי_ד להוסיף קובץ כזה" #: ../libbrasero-burn/brasero-status-dialog.c:271 #: ../src/brasero-data-disc.c:826 @@ -1645,8 +1641,7 @@ msgid "" "Do you really want to add \"%s\" to the selection and use the third version " "of the ISO9660 standard to support it?" -msgstr "" -"ברצונך להוסיף את \"%s\" ולהשתמש בגרסה השלישית של תקן ISO9660 כדי לתמוך בו?" +msgstr "להוסיף את „%s” ולהשתמש בגרסה השלישית של תקן ISO9660 כדי לתמוך בו?" #: ../libbrasero-burn/brasero-status-dialog.c:290 #: ../src/brasero-data-disc.c:835 @@ -1680,12 +1675,12 @@ #: ../libbrasero-burn/brasero-status-dialog.c:346 #: ../src/brasero-data-disc.c:738 msgid "_Disable Full Windows Compatibility" -msgstr "_בטל תאימות עם Windows" +msgstr "ה_שבתת תאימות מלאה עם Windows" #: ../libbrasero-burn/brasero-status-dialog.c:349 #: ../src/brasero-data-disc.c:737 msgid "_Rename for Full Windows Compatibility" -msgstr "_שנה את השמות בשביל להתאים ל־Windows" +msgstr "ה_חלפת השמות כדי להתאים ל־Windows" #: ../libbrasero-burn/brasero-status-dialog.c:566 msgid "Size Estimation" @@ -1702,7 +1697,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:134 #: ../libbrasero-burn/brasero-sum-dialog.c:215 msgid "Check _Again" -msgstr "בדוק _שוב" +msgstr "בדיקה _חוזרת" #: ../libbrasero-burn/brasero-sum-dialog.c:165 #: ../libbrasero-burn/brasero-sum-dialog.c:514 @@ -1713,7 +1708,7 @@ #: ../src/brasero-eject-dialog.c:102 ../src/brasero-playlist.c:393 #: ../src/brasero-project.c:2625 msgid "An unknown error occurred" -msgstr "ארעה שגיאה לא ידועה" +msgstr "אירעה שגיאה לא ידועה" #: ../libbrasero-burn/brasero-sum-dialog.c:178 msgid "The file integrity check was performed successfully." @@ -1733,12 +1728,12 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:342 msgid "Downloading MD5 file" -msgstr "מוריד קובץ md5" +msgstr "מתקבל קובץ md5" #: ../libbrasero-burn/brasero-sum-dialog.c:397 #, c-format msgid "\"%s\" is not a valid URI" -msgstr "הכתובת \"%s\" אינה תקינה" +msgstr "הכתובת „%s” אינה תקינה" #: ../libbrasero-burn/brasero-sum-dialog.c:515 msgid "No MD5 file was given." @@ -1754,11 +1749,11 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:706 msgid "Open an MD5 file" -msgstr "פתח קובץ md5" +msgstr "פתיחת קובץ md5" #: ../libbrasero-burn/brasero-sum-dialog.c:721 msgid "_Check" -msgstr "_בדוק" +msgstr "_בדיקה" #: ../libbrasero-burn/brasero-sum-dialog.c:752 msgid "Disc Checking" @@ -1778,18 +1773,18 @@ #: ../plugins/libburnia/burn-libburn.c:610 #, c-format msgid "The disc is not supported" -msgstr "התקליטור לא ניתמך" +msgstr "התקליטור לא נתמך" #: ../libbrasero-burn/brasero-tool-dialog.c:103 msgid "The drive is empty" msgstr "הכונן ריק" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" -msgstr "בחר תקליטור" +msgstr "בחירת תקליטור" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "התקדמות" @@ -1832,18 +1827,18 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:2406 #: ../libbrasero-burn/brasero-track-data-cfg.c:2416 msgid "Analysing files" -msgstr "מנתח את הקבצים" +msgstr "קבצים מנותחים" #: ../libbrasero-burn/brasero-track-data-cfg.c:2552 #, c-format msgid "\"%s\" is a recursive symbolic link." -msgstr "\"%s\" הנו קישור סימבולי רקורסיבי. " +msgstr "„%s” הוא קישור סמלי רקורסיבי. " #. Translators: %s is the path of a drive #: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 #, c-format msgid "\"%s\" cannot be found." -msgstr "\"%s\" cannot be found." +msgstr "לא ניתן למצוא את „%s”." #: ../libbrasero-burn/brasero-track-image-cfg.c:451 msgid "Retrieving image format and size" @@ -1862,7 +1857,7 @@ #: ../libbrasero-burn/brasero-track-stream-cfg.c:90 #, c-format msgid "\"%s\" was removed from the file system." -msgstr "‏\"%s\" הוסר ממערכת הקבצים." +msgstr " „%s” הוסר ממערכת הקבצים." #: ../libbrasero-burn/brasero-track-stream-cfg.c:129 #: ../src/brasero-audio-disc.c:754 ../src/brasero-video-disc.c:365 @@ -1880,7 +1875,7 @@ #: ../libbrasero-burn/brasero-track-stream-cfg.c:174 #, c-format msgid "\"%s\" is not suitable for audio or video media" -msgstr "‏\"%s\" לא מתאים למדיה מסוג שמע או וידאו" +msgstr "„%s” לא מתאים למדיה מסוג שמע או וידאו" #: ../libbrasero-burn/brasero-track-stream-cfg.c:401 msgid "Analysing video files" @@ -1942,7 +1937,7 @@ #: ../libbrasero-burn/burn-basics.c:77 msgid "Getting size" -msgstr "מקבל גודל" +msgstr "מתקבל גודל" #: ../libbrasero-burn/burn-basics.c:79 msgid "Writing" @@ -1950,11 +1945,11 @@ #: ../libbrasero-burn/burn-basics.c:80 msgid "Blanking" -msgstr "מוחק" +msgstr "מתבצעת מחיקה" #: ../libbrasero-burn/burn-basics.c:81 msgid "Creating checksum" -msgstr "יוצר סכום ביקורת" +msgstr "נוצר סכום ביקורת" #: ../libbrasero-burn/burn-basics.c:83 msgid "Copying file" @@ -1962,15 +1957,15 @@ #: ../libbrasero-burn/burn-basics.c:84 msgid "Analysing audio files" -msgstr "מנתח קובצי שמע" +msgstr "קובצי שמע מנותחים" #: ../libbrasero-burn/burn-basics.c:85 msgid "Transcoding song" -msgstr "מקודד מחדש את השיר" +msgstr "השיר מקודד מחדש" #: ../libbrasero-burn/burn-basics.c:86 msgid "Preparing to write" -msgstr "מתכונן לכתיבה" +msgstr "בהכנות לכתיבה" #: ../libbrasero-burn/burn-basics.c:87 msgid "Writing leadin" @@ -1990,7 +1985,7 @@ #: ../libbrasero-burn/burn-basics.c:91 msgid "Starting to record" -msgstr "מתחיל לצרוב" +msgstr "הצריבה מתחילה" #: ../libbrasero-burn/burn-basics.c:92 msgid "Success" @@ -1998,7 +1993,7 @@ #: ../libbrasero-burn/burn-basics.c:93 msgid "Ejecting medium" -msgstr "הוצא מדיה" +msgstr "הוצאת מדיה" #: ../libbrasero-burn/burn-debug.c:54 msgid "Display debug statements on stdout for Brasero burn library" @@ -2018,7 +2013,7 @@ #: ../libbrasero-burn/burn-job.c:1119 #, c-format msgid "\"%s\" did not behave properly" -msgstr "‏\"%s\" לא התנהג כראוי" +msgstr "ההתנהגות של „%s” לא הייתה כראוי" #. Translators: the first %s is the size of the free space on the medium #. * and the second %s is the size of the space required by the data to be @@ -2046,7 +2041,7 @@ "למיקום שנבחר לאחסון תמונת התקליטור הזמנית אין מספיק מקום פנוי עבור תמונת " "התקליטור (%ld ‏MiB נדרש)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "לא ניתן לאחזר את גודל הנפח" @@ -2063,7 +2058,7 @@ #: ../plugins/transcode/burn-transcode.c:790 #, c-format msgid "An internal error occurred (%s)" -msgstr "התרחשה שגיאה פנימית (%s)" +msgstr "אירעה שגיאה פנימית (%s)" #: ../libbrasero-burn/burn-mkisofs-base.c:153 #: ../libbrasero-burn/burn-mkisofs-base.c:494 @@ -2082,35 +2077,35 @@ #: ../libbrasero-burn/burn-plugin.c:647 #, c-format msgid "\"%s\" could not be found in the path" -msgstr "‏\"%s\" לא נמצא בנתיב" +msgstr "לא ניתן למצוא את „%s” בנתיב" #: ../libbrasero-burn/burn-plugin.c:651 #, c-format msgid "\"%s\" GStreamer plugin could not be found" -msgstr "לא ניתן למצוא את תוסף ה־GStreamer‏ \"%s\"" +msgstr "לא ניתן למצוא את תוסף ה־GStreamer‏‏ „%s”" #: ../libbrasero-burn/burn-plugin.c:655 ../libbrasero-burn/burn-plugin.c:667 #, c-format msgid "The version of \"%s\" is too old" -msgstr "גרסת ה־\"%s\" ישנה מדי" +msgstr "גרסת ה־„%s” ישנה מדי" #: ../libbrasero-burn/burn-plugin.c:659 #, c-format msgid "\"%s\" is a symbolic link pointing to another program" -msgstr "\"%s\" הוא קישור סימבולי המצביע לתכנית אחרת" +msgstr "„%s” הוא קישור סמלי המצביע לתכנית אחרת" #. Translators: %s is a filename #: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 #: ../plugins/growisofs/burn-growisofs.c:509 #, c-format msgid "\"%s\" could not be found" -msgstr "‏\"%s\" לא נמצא." +msgstr "לא ניתן למצוא את „%s”" #. Translators: %s is the name of the brasero element #: ../libbrasero-burn/burn-process.c:259 #, c-format msgid "Process \"%s\" ended with an error code (%i)" -msgstr "התהליך \"%s\" הסתיים עם קוד שגיאה (%i)" +msgstr "התהליך „%s” הסתיים עם קוד שגיאה (%i)" #. Translators: This is a fake drive, a file, and means that #. * when we're writing, we're writing to a file and create an @@ -2176,15 +2171,15 @@ #: ../libbrasero-media/brasero-medium.c:74 msgid "DVD+R dual layer" -msgstr "DVD+R dual layer" +msgstr "DVD+R דו־שכבתי" #: ../libbrasero-media/brasero-medium.c:75 msgid "DVD+RW dual layer" -msgstr "DVD+RW dual layer" +msgstr "DVD+RW דו־שכבתי" #: ../libbrasero-media/brasero-medium.c:76 msgid "DVD-R dual layer" -msgstr "DVD-R dual layer" +msgstr "DVD-R דו־שכבתי" #: ../libbrasero-media/brasero-medium.c:77 msgid "DVD-RAM" @@ -2258,7 +2253,7 @@ #: ../libbrasero-media/brasero-medium-selection.c:451 msgid "Searching for available discs" -msgstr "מחפש תקליטורים זמינים" +msgstr "מתבצע חיפוש אחר תקליטורים זמינים" #: ../libbrasero-media/brasero-medium-selection.c:460 msgid "No disc available" @@ -2268,19 +2263,19 @@ #: ../libbrasero-media/brasero-units.c:71 #, c-format msgid "%s h %s min %s" -msgstr "‏%s ש' %s ד' %s" +msgstr "‏%s שע׳ %s דק׳ %s" #. Translators: this is hour minute like '2 h 14' #: ../libbrasero-media/brasero-units.c:77 #, c-format msgid "%s h %s" -msgstr "‏%s ש' %s" +msgstr "‏%s שע׳ %s" #. Translators: this is hour like '2 h' #: ../libbrasero-media/brasero-units.c:82 #, c-format msgid "%s h" -msgstr "‏%s ש'" +msgstr "‏%s שע׳" #. Translators: this is 'hour:minute:second' like '2:14:25' #: ../libbrasero-media/brasero-units.c:86 @@ -2299,7 +2294,7 @@ #: ../libbrasero-media/brasero-units.c:99 #, c-format msgid "%s min" -msgstr "‏%s ד'" +msgstr "‏%s דק׳" #. Translators: the first %s is the number of minutes #. * and the second one is the number of seconds. @@ -2307,7 +2302,7 @@ #: ../libbrasero-media/brasero-units.c:104 #, c-format msgid "%s:%s min" -msgstr "‏%s:%s ד'" +msgstr "‏%s:%s דק׳" #: ../libbrasero-media/brasero-volume.c:186 #, c-format @@ -2339,8 +2334,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "תקליטור נתונים (%s)" @@ -2349,8 +2344,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "נראה שקובץ ה־ISO לא תקין" @@ -2385,7 +2379,7 @@ #: ../libbrasero-media/scsi-error.c:51 msgid "Invalid parameter in command" -msgstr "פרמטר לא תקין בפקודה" +msgstr "משתנה לא תקין בפקודה" #: ../libbrasero-media/scsi-error.c:52 msgid "Invalid field in command" @@ -2405,12 +2399,12 @@ #: ../libbrasero-utils/brasero-disc-message.c:133 msgid "_Hide changes" -msgstr "ה_סתר שינויים" +msgstr "ה_סתרת שינויים" #: ../libbrasero-utils/brasero-disc-message.c:135 #: ../libbrasero-utils/brasero-disc-message.c:154 msgid "_Show changes" -msgstr "הצג _שינויים" +msgstr "הצגת _שינויים" #: ../libbrasero-utils/brasero-io.c:1418 #, c-format @@ -2452,7 +2446,7 @@ #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:320 msgid "Choose an image" -msgstr "בחר תמונה" +msgstr "בחירת תמונה" #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:331 @@ -2552,7 +2546,7 @@ #: ../libbrasero-utils/brasero-metadata.c:1126 ../src/brasero-audio-disc.c:643 #, c-format msgid "\"%s\" could not be handled by GStreamer." -msgstr "‏„%s“ לא נתמך על ידי Gstreamer." +msgstr "אין אפשרות לטפל ב־„%s” עם GStreamer." #. Translators: %s is the name of the object (as in #. * GObject) from the Gstreamer library that could @@ -2612,7 +2606,7 @@ #: ../libbrasero-utils/brasero-tool-color-picker.c:166 msgid "Pick a Color" -msgstr "בחר צבע" +msgstr "בחירת צבע" #: ../nautilus/brasero-nautilus.desktop.in.in.h:1 #: ../nautilus/nautilus-burn-extension.c:281 @@ -2625,7 +2619,7 @@ #: ../nautilus/nautilus-burn-bar.c:228 ../src/brasero-project-name.c:154 msgid "Medium Icon" -msgstr "צלמית בגודל בינוני" +msgstr "סמל בגודל בינוני" #. Translators: this is an image, a picture, not a "Disc Image" #: ../nautilus/nautilus-burn-bar.c:242 ../src/brasero-file-chooser.c:375 @@ -2649,7 +2643,7 @@ #. * not fit on small Nautilus windows #: ../nautilus/nautilus-burn-bar.c:407 msgid "Drag or copy files below to write them to disc" -msgstr "גרור או העתק קבצים למטה כדי לצרוב אותם על התקליטור" +msgstr "יש לגרור או להעתיק קבצים למטה כדי לצרוב אותם על התקליטור" #: ../nautilus/nautilus-burn-bar.c:423 #: ../nautilus/nautilus-burn-extension.c:323 @@ -2657,7 +2651,7 @@ msgstr "כתיבה על התקליטור" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "כתיבת תוכן לתקליטור" @@ -2666,9 +2660,9 @@ msgstr "העתקת תקליטור" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" -msgstr "_כתיבה על התקליטור…" +msgstr "_כתיבה לתקליטור…" #: ../nautilus/nautilus-burn-extension.c:572 msgid "Write disc image to a CD or DVD" @@ -2684,7 +2678,7 @@ #: ../nautilus/nautilus-burn-extension.c:659 msgid "_Blank Disc…" -msgstr "_מחיקת תקליטור" +msgstr "מחיקת _תקליטור…" #: ../nautilus/nautilus-burn-extension.c:660 msgid "Blank this CD or DVD" @@ -2708,7 +2702,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2750,7 +2744,7 @@ #: ../plugins/cdrdao/burn-cdrdao.c:697 msgid "Copies, burns and blanks CDs" -msgstr "העתק צריבה ומחיקה של תקליטורים" +msgstr "העתקה, צריבה ומחיקה של תקליטורים" #: ../plugins/cdrdao/burn-cdrdao.c:762 msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" @@ -2802,7 +2796,7 @@ #: ../plugins/cdrtools/burn-mkisofs.c:531 #: ../plugins/libburnia/burn-libisofs.c:1078 msgid "Creates disc images from a file selection" -msgstr "נוצרת תמונות דיסק מקבצים שנבחרו" +msgstr "נוצרות תמונות תקליטורים מקבצים שנבחרו" #: ../plugins/cdrkit/burn-readom.c:136 ../plugins/cdrtools/burn-readcd.c:137 #, c-format @@ -2815,7 +2809,7 @@ #: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 msgid "Copies any disc to a disc image" -msgstr "העתקת כל דיסק שהוא לתמונת דיסק" +msgstr "העתקת כל תקליטור שהוא לתמונת תקליטור" #: ../plugins/cdrkit/burn-wodim.c:122 ../plugins/cdrtools/burn-cdrecord.c:122 #: ../plugins/libburnia/burn-libburn.c:856 @@ -2843,7 +2837,7 @@ #: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 msgid "Writing cue sheet" -msgstr "כותב גיליון cue" +msgstr "נכתב גיליון cue" #: ../plugins/cdrkit/burn-wodim.c:394 ../plugins/cdrtools/burn-cdrecord.c:380 #, c-format @@ -2902,7 +2896,7 @@ #: ../plugins/checksum/burn-checksum-files.c:589 #, c-format msgid "File \"%s\" could not be opened (%s)" -msgstr "לא ניתן לפתוח את הקובץ \"%s\" ‏(%s)" +msgstr "לא ניתן לפתוח את הקובץ „%s” ‏(%s)" #: ../plugins/checksum/burn-checksum-files.c:617 msgid "Creating checksum for image files" @@ -2921,7 +2915,7 @@ #: ../plugins/checksum/burn-checksum-files.c:1012 #, c-format msgid "File \"%s\" could not be opened" -msgstr "לא ניתן לפתוח את הקובץ \"%s\"" +msgstr "לא ניתן לפתוח את הקובץ „%s”" #: ../plugins/checksum/burn-checksum-files.c:1085 #: ../plugins/checksum/burn-checksum-files.c:1206 @@ -2969,7 +2963,7 @@ #: ../plugins/libburnia/burn-libburn.c:679 #, c-format msgid "\"%s\" could not be opened (%s)" -msgstr "לא ניתן לפתוח את \"%s\" ‏(%s)" +msgstr "לא ניתן לפתוח את „%s” ‏(%s)" #: ../plugins/checksum/burn-checksum-image.c:359 #: ../plugins/checksum/burn-checksum-image.c:456 @@ -2999,7 +2993,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3010,31 +3004,31 @@ msgstr "" "אירעה שגיאה בעת קבלת המפתח המשמש להצפנה. ניתן לפתור בעיה כזאת באחת השיטות " "הבאות: במסוף אפשר להגדיר את קוד אזור ה־DVD התקני בנגן תקליטורי ה־CD/DVD שלך " -"באמצעות הפקודה \"regionset %s\" או להריץ את הפקודה \"DVDCSS_METHOD=title " -"brasero --no-existing-session\"" +"באמצעות הפקודה „regionset %s” או להריץ את הפקודה „DVDCSS_METHOD=title " +"brasero --no-existing-session”" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "מתקבלים מפתחות DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "לא ניתן לפתוח DVD וידאו" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "שגיאה במהלך קריאת תקליטור DVD וידאו (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "ה־DVD וידאו מועתק" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" -msgstr "העתקת וידאו DVD שהוצפן באמצעות CSS לתמונת דיסק" +msgstr "העתקת וידאו DVD שהוצפן באמצעות CSS לתמונת תקליטור" #: ../plugins/growisofs/burn-dvd-rw-format.c:190 msgid "Blanks and formats rewritable DVDs and BDs" @@ -3093,7 +3087,7 @@ #: ../plugins/libburnia/burn-libisofs.c:485 #, c-format msgid "Read options could not be created" -msgstr "לא ניתן היה לשחזר חלק מהקבצים." +msgstr "לא ניתן ליצור אפשרויות קריאה" #. Translators: %s is the path #: ../plugins/libburnia/burn-libisofs.c:684 @@ -3105,19 +3099,19 @@ #: ../plugins/libburnia/burn-libisofs.c:811 #, c-format msgid "libisofs reported an error while creating directory \"%s\"" -msgstr "libisofs דיווחה על שגיאה בעת יצירת התיקייה \"%s\"" +msgstr "libisofs דיווחה על שגיאה בעת יצירת התיקייה „%s”" #: ../plugins/libburnia/burn-libisofs.c:759 #, c-format msgid "" "libisofs reported an error while adding contents to directory \"%s\" (%x)" -msgstr "libisofs דיווחה על שגיאה בעת הוספת תכנים לתיקייה \"%s\" (%x)" +msgstr "libisofs דיווחה על שגיאה בעת הוספת תכנים לתיקייה „%s” ‏(%x)" #: ../plugins/libburnia/burn-libisofs.c:782 #: ../plugins/libburnia/burn-libisofs.c:798 #, c-format msgid "libisofs reported an error while adding file at path \"%s\"" -msgstr "libisofs דיווחה על שגיאה בעת הוספת קובץ מהנתיב \"%s\"" +msgstr "libisofs דיווחה על שגיאה בעת הוספת קובץ מהנתיב „%s”" #: ../plugins/local-track/burn-local-image.c:260 msgid "Copying checksum file" @@ -3126,7 +3120,7 @@ #: ../plugins/local-track/burn-local-image.c:527 #: ../plugins/local-track/burn-uri.c:326 msgid "Copying files locally" -msgstr "מעתיק קבצים מקומית" +msgstr "קבצים מועתקים מקומית" #. Translators: this is the name of the plugin #. * which will be translated only when it needs @@ -3148,7 +3142,7 @@ #: ../plugins/local-track/burn-uri.c:748 msgid "" "Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" -msgstr "מאפשר לצרוב קבצים אשר הוספו לתיקיית יוצר התקליטורים" +msgstr "מאפשר לצרוב קבצים אשר נוספו לתיקיית יוצר התקליטורים" #. Translators: This message is sent #. * when brasero could not link together @@ -3194,17 +3188,17 @@ #: ../plugins/transcode/burn-transcode.c:1313 msgid "Error while getting duration" -msgstr "שגיאה בתהליך הצריבה:" +msgstr "שגיאה בעת קבלת משך זמן הנגינה" #: ../plugins/transcode/burn-transcode.c:1462 #, c-format msgid "Analysing \"%s\"" -msgstr "\"%s\" מנותקח" +msgstr "„%s” מנותח" #: ../plugins/transcode/burn-transcode.c:1499 #, c-format msgid "Transcoding \"%s\"" -msgstr "\"%s\" מקודד מחדש" +msgstr "„%s” מקודד מחדש" #: ../plugins/transcode/burn-transcode.c:1736 msgid "Converts any song file into a format suitable for audio CDs" @@ -3220,7 +3214,7 @@ #: ../plugins/vcdimager/burn-vcdimager.c:478 msgid "Creates disc images suitable for SVCDs" -msgstr "יוצר תמונות דיסק התואמות ל־SVCD" +msgstr "נוצרות תמונות תקליטור התואמות ל־SVCD" #: ../src/brasero-app.c:123 msgid "_Project" @@ -3228,7 +3222,7 @@ #: ../src/brasero-app.c:124 msgid "_View" -msgstr "_תצוגה" +msgstr "ת_צוגה" #: ../src/brasero-app.c:125 msgid "_Edit" @@ -3240,7 +3234,7 @@ #: ../src/brasero-app.c:128 msgid "_Help" -msgstr "_עזרה" +msgstr "ע_זרה" #: ../src/brasero-app.c:130 msgid "P_lugins" @@ -3256,11 +3250,11 @@ #: ../src/brasero-app.c:134 msgid "Eject a disc" -msgstr "הוצאת התקליטור" +msgstr "הוצאת תקליטור" #: ../src/brasero-app.c:136 msgid "_Blank…" -msgstr "_מחיקה…" +msgstr "מ_חיקה…" #: ../src/brasero-app.c:137 msgid "Blank a disc" @@ -3343,7 +3337,7 @@ #: ../src/brasero-app.c:1198 msgid "A simple to use CD/DVD burning application for GNOME" -msgstr "יישום פשוט לשימוש לצריבת CD/DVD ב־GNOME" +msgstr "יישום פשוט לשימוש לצריבת תקליטורי CD/DVD ב־GNOME" #: ../src/brasero-app.c:1215 msgid "Brasero Homepage" @@ -3371,7 +3365,7 @@ #: ../src/brasero-app.c:1449 #, c-format msgid "The project \"%s\" does not exist" -msgstr "המיזם „%s“ לא קיים." +msgstr "המיזם „%s” לא קיים." #: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 msgid "_Recent Projects" @@ -3388,7 +3382,7 @@ #: ../src/brasero-audio-disc.c:156 ../src/brasero-data-disc.c:123 msgid "Open the selected files" -msgstr "פתח קבצים מסומנים" +msgstr "פתיחת קבצים מסומנים" #: ../src/brasero-audio-disc.c:158 ../src/brasero-video-disc.c:103 msgid "_Edit Information…" @@ -3396,7 +3390,7 @@ #: ../src/brasero-audio-disc.c:158 msgid "Edit the track information (start, end, author, etc.)" -msgstr "ערוך את נתוני הרצועה (התחלה, סיום, יוצר, …)" +msgstr "עריכת נתוני הרצועה (התחלה, סיום, יוצר…)" #: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 #: ../src/brasero-project.c:202 @@ -3415,11 +3409,11 @@ #: ../src/brasero-audio-disc.c:164 msgid "I_nsert a Pause" -msgstr "ה_כנס הפסקה" +msgstr "הו_ספת הפסקה" #: ../src/brasero-audio-disc.c:164 msgid "Add a 2 second pause after the track" -msgstr "הוסף הפסקה של 2 שניות אחרי הרצועה" +msgstr "הוספת הפסקה של 2 שניות אחרי הרצועה" #: ../src/brasero-audio-disc.c:166 msgid "_Split Track…" @@ -3427,7 +3421,7 @@ #: ../src/brasero-audio-disc.c:166 msgid "Split the selected track" -msgstr "פצל את הרצועה הנבחרת" +msgstr "פיצול הרצועה הנבחרת" #: ../src/brasero-audio-disc.c:343 ../src/brasero-video-tree-model.c:187 msgid "Pause" @@ -3460,7 +3454,7 @@ #: ../src/brasero-audio-disc.c:586 msgid "The track is shorter than 6 seconds" -msgstr "הרצועה קטנה יותר מ־6 שניות" +msgstr "הרצועה קצרה מ־6 שניות" #: ../src/brasero-audio-disc.c:646 msgid "Make sure the appropriate codec is installed" @@ -3469,7 +3463,7 @@ #: ../src/brasero-audio-disc.c:662 #, c-format msgid "Do you want to add \"%s\", which is a video file?" -msgstr "האם ברצונך להוסיף את קובץ הווידאו \"%s\"?" +msgstr "האם ברצונך להוסיף את קובץ הווידאו „%s”?" #: ../src/brasero-audio-disc.c:671 msgid "" @@ -3479,15 +3473,15 @@ #: ../src/brasero-audio-disc.c:674 msgid "_Discard File" -msgstr "_התעלם מהקובץ" +msgstr "הת_עלמות מהקובץ" #: ../src/brasero-audio-disc.c:677 msgid "_Add File" -msgstr "_הוסף קובץ" +msgstr "הוספת _קובץ" #: ../src/brasero-audio-disc.c:748 msgid "Do you want to search for audio files inside the directory?" -msgstr "האם לחפש קובצי שמע בתוך התיקייה?" +msgstr "לחפש קובצי שמע בתוך התיקייה?" #: ../src/brasero-audio-disc.c:758 msgid "Search _Directory" @@ -3496,7 +3490,7 @@ #: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 #, c-format msgid "\"%s\" could not be opened." -msgstr "לא ניתן לפתוח את \"%s\"." +msgstr "לא ניתן לפתוח את „%s”." #: ../src/brasero-audio-disc.c:857 msgid "Do you want to create an audio CD with DTS tracks?" @@ -3520,15 +3514,15 @@ #: ../src/brasero-audio-disc.c:869 msgid "Click here to burn all songs as regular tracks" -msgstr "לחץ כאן כדי לצרוב את כל השירים כרצועות רגילות" +msgstr "יש ללחוץ כאן כדי לצרוב את כל השירים כרצועות רגילות" #: ../src/brasero-audio-disc.c:872 msgid "Create _DTS Tracks" -msgstr "צור _רצועות שמע בקידוד DTS" +msgstr "יצירת _רצועות שמע בקידוד DTS" #: ../src/brasero-audio-disc.c:874 msgid "Click here to burn all suitable songs as DTS tracks" -msgstr "לחץ כאן כדי לצרוב את כל השירים המתאימים כרצועות שמע בקידוד DTS" +msgstr "יש ללחוץ כאן כדי לצרוב את כל השירים המתאימים כרצועות שמע בקידוד DTS" #: ../src/brasero-audio-disc.c:1290 msgid "Select one song only please." @@ -3556,7 +3550,7 @@ #: ../src/brasero-cli.c:82 msgid "Set the drive to be used for burning" -msgstr "Set the drive to be used for burning" +msgstr "הגדרת הכונן שישמש לצריבה" #: ../src/brasero-cli.c:83 msgid "DEVICE PATH" @@ -3564,7 +3558,7 @@ #: ../src/brasero-cli.c:86 msgid "Create an image file instead of burning" -msgstr "Create an image file instead of burning" +msgstr "יצירת תמונה במקום לצרוב" #: ../src/brasero-cli.c:90 msgid "Open an audio project adding the URIs given on the command line" @@ -3576,7 +3570,7 @@ #: ../src/brasero-cli.c:98 msgid "Copy a disc" -msgstr "Copy a disc" +msgstr "העתקת תקליטור" #: ../src/brasero-cli.c:99 ../src/brasero-cli.c:119 ../src/brasero-cli.c:123 msgid "PATH TO DEVICE" @@ -3584,7 +3578,7 @@ #: ../src/brasero-cli.c:102 msgid "Cover to use" -msgstr "Cover to use" +msgstr "עטיפה לשימוש" #: ../src/brasero-cli.c:103 msgid "PATH TO COVER" @@ -3604,7 +3598,7 @@ #: ../src/brasero-cli.c:114 msgid "Force Brasero to display the project selection page" -msgstr "Force Brasero to display the project selection page" +msgstr "לאלץ את Brasero להציג את עמוד בחירת המיזמים" #: ../src/brasero-cli.c:118 msgid "Open the blank disc dialog" @@ -3620,11 +3614,11 @@ #: ../src/brasero-cli.c:130 msgid "Start burning immediately." -msgstr "Start burning immediately." +msgstr "להתחיל לצרוב מיידית." #: ../src/brasero-cli.c:134 msgid "Don't connect to an already-running instance" -msgstr "Don't connect to an already-running instance" +msgstr "לא להתחבר לעותק פעיל" #: ../src/brasero-cli.c:138 msgid "" @@ -3651,7 +3645,7 @@ #: ../src/brasero-cli.c:204 #, c-format msgid "\"%s\" cannot write." -msgstr "\"%s\" cannot write." +msgstr "ל־„%s” אין אפשרות לכתוב." #: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 msgid "Wrong command line option." @@ -3671,7 +3665,7 @@ #: ../src/brasero-data-disc.c:125 msgid "Rename the selected file" -msgstr "שנה את שם הקובץ המסומן" +msgstr "שינוי שם הקובץ המסומן" #: ../src/brasero-data-disc.c:131 ../src/brasero-data-disc.c:1758 msgid "New _Folder" @@ -3695,7 +3689,7 @@ #: ../src/brasero-data-disc.c:567 msgid "_Discard" -msgstr "_התעלם" +msgstr "הת_עלמות" #: ../src/brasero-data-disc.c:569 msgid "Discard the current modified project" @@ -3711,7 +3705,7 @@ msgid "" "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned" -msgstr "ישנו רק קובץ אחד שנבחר (\"%s\"). זוהי תמונת דיסק וניתן לצרוב את תוכנה" +msgstr "ישנו רק קובץ אחד שנבחר („%s”). זוהי תמונת תקליטור וניתן לצרוב את תוכנה" #: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" @@ -3725,7 +3719,7 @@ #: ../src/brasero-data-disc.c:709 #, c-format msgid "\"%s\" cannot be added to the selection." -msgstr "לא ניתן להוסיף את \"%s\" לבחירה." +msgstr "לא ניתן להוסיף את „%s” לבחירה." #: ../src/brasero-data-disc.c:694 msgid "It is a recursive symlink" @@ -3739,7 +3733,7 @@ #: ../src/brasero-data-disc.c:771 #, c-format msgid "Do you want to replace \"%s\"?" -msgstr "באמת להחליף את \"%s\"?" +msgstr "להחליף את „%s”?" #: ../src/brasero-data-disc.c:779 msgid "" @@ -3752,14 +3746,14 @@ #. * Keep is a verb #: ../src/brasero-data-disc.c:784 msgid "Always K_eep" -msgstr "שמור ת_מיד" +msgstr "לשמור ת_מיד" #. Translators: Keep means we're keeping the files that already existed #. * in the project. #. * Keep is a verb #: ../src/brasero-data-disc.c:788 msgid "_Keep" -msgstr "_שמור" +msgstr "_שמירה" #. Translators: Replace means we're replacing the file that already #. * existed in the project with a new one with the same name. @@ -3767,14 +3761,14 @@ #. Translators: this is a verb #: ../src/brasero-data-disc.c:792 ../src/brasero-rename.c:385 msgid "_Replace" -msgstr "_החלף" +msgstr "ה_חלפה" #. Translators: Replace means we're replacing the file that already #. * existed in the project with a new one with the same name. #. * Replace is a verb #: ../src/brasero-data-disc.c:796 msgid "Al_ways Replace" -msgstr "החלף ת_מיד" +msgstr "להחליף ת_מיד" #. Translators: %s is a string describing the type of medium and the #. * drive it is in. It's a tooltip. @@ -3788,7 +3782,7 @@ #: ../src/brasero-data-disc.c:986 #, c-format msgid "I_mport %s" -msgstr "יי_בא %s" +msgstr "יי_בוא %s" #. Translators: This is a verb. It's a toolbar button. #: ../src/brasero-data-disc.c:1016 @@ -3799,7 +3793,7 @@ #: ../src/brasero-data-disc.c:1098 #, c-format msgid "Do you want to import the session from \"%s\"?" -msgstr "האם לייבא את הצריבה מ־'%s'?" +msgstr "לייבא את הצריבה מ־‚%s’?" #: ../src/brasero-data-disc.c:1101 msgid "" @@ -3820,7 +3814,7 @@ #: ../src/brasero-data-disc.c:1500 msgid "_Cancel Loading" -msgstr "_ביטול טעינה" +msgstr "ביטול _טעינה" #: ../src/brasero-data-disc.c:1502 msgid "Cancel loading current project" @@ -3861,11 +3855,11 @@ #: ../src/brasero-eject-dialog.c:193 msgid "_Eject" -msgstr "הו_צאה" +msgstr "ש_ליפה" #: ../src/brasero-eject-dialog.c:208 msgid "Eject Disc" -msgstr "הוצאת התקליטור" +msgstr "הוצאת תקליטור" #: ../src/brasero-file-chooser.c:357 ../src/brasero-project.c:2230 msgid "Audio files" @@ -3900,7 +3894,7 @@ #: ../src/brasero-file-filtered.c:218 msgid "" "Select the files you want to restore and click on the \"Restore\" button" -msgstr "נא לבחור את הקבצים שברצונך לשחזר וללחוץ על הכפתור „שחזור“" +msgstr "נא לבחור את הקבצים שברצונך לשחזר וללחוץ על הכפתור „שחזור”" #: ../src/brasero-file-filtered.c:265 msgid "Type" @@ -3925,17 +3919,17 @@ #. filter hidden files #: ../src/brasero-filter-option.c:65 msgid "Filter _hidden files" -msgstr "סינון קבצים _חבויים" +msgstr "סינון קבצים מו_סתרים" #. replace symlink #: ../src/brasero-filter-option.c:72 msgid "Re_place symbolic links" -msgstr "הח_לפת קישורים סימבוליים" +msgstr "הח_לפת קישורים סמליים" #. filter broken symlink button #: ../src/brasero-filter-option.c:79 msgid "Filter _broken symbolic links" -msgstr "סינון קישורים סימבוליים _שבורים" +msgstr "סינון קישורים סמליים _שבורים" #: ../src/brasero-filter-option.c:85 msgid "Filtering options" @@ -3952,11 +3946,11 @@ #: ../src/brasero-layout.c:110 msgid "_Show Side Panel" -msgstr "_הצג תפריט צד" +msgstr "הצ_גת תפריט צד" #: ../src/brasero-layout.c:111 msgid "Show a side pane along the project" -msgstr "הצג תפריט צד לצד המיזם" +msgstr "הצגת תפריט צד לצד המיזם" #: ../src/brasero-layout.c:125 msgid "_Horizontal Layout" @@ -3964,7 +3958,7 @@ #: ../src/brasero-layout.c:126 msgid "Set a horizontal layout" -msgstr "קבע פריסה אופקית" +msgstr "הגדרת פריסה אופקית" #: ../src/brasero-layout.c:128 msgid "_Vertical Layout" @@ -3972,11 +3966,11 @@ #: ../src/brasero-layout.c:129 msgid "Set a vertical layout" -msgstr "קבע פריסה אנכית" +msgstr "הגדרת פריסה אנכית" #: ../src/brasero-layout.c:1193 msgid "Click to close the side pane" -msgstr "סגור את תפריט הצד" +msgstr "סגירת תפריט הצד" #: ../src/brasero-multi-song-props.c:89 ../src/brasero-multi-song-props.c:97 #: ../src/brasero-multi-song-props.c:105 ../src/brasero-multi-song-props.c:123 @@ -4023,7 +4017,7 @@ #: ../src/brasero-multi-song-props.c:328 ../src/brasero-song-properties.c:256 msgid "Gives the length of the pause that should follow the track" -msgstr "נותן את גובה ההשהיה שלאחר הרצועה" +msgstr "נותן את זמן ההשהיה שלאחר הרצועה" #: ../src/brasero-multi-song-props.c:345 ../src/brasero-song-properties.c:287 msgid "Song Information" @@ -4042,7 +4036,7 @@ #: ../src/brasero-playlist.c:390 #, c-format msgid "Error parsing playlist \"%s\"." -msgstr "שגיאה בפירוק רשימת ההשמעה \"%s\"." +msgstr "שגיאה בפירוק רשימת ההשמעה „%s”." #. Translators: %d is the number of songs #: ../src/brasero-playlist.c:499 @@ -4054,7 +4048,7 @@ #: ../src/brasero-playlist.c:584 msgid "Select Playlist" -msgstr "בחר רשימת השמעה" +msgstr "נא לבחור רשימת השמעה" #: ../src/brasero-playlist.c:751 msgid "Playlists" @@ -4066,7 +4060,7 @@ #: ../src/brasero-playlist.c:782 msgid "Genre" -msgstr "ז'אנר" +msgstr "ז׳אנר" #: ../src/brasero-plugin-manager-ui.c:62 msgid "Plugin" @@ -4081,27 +4075,27 @@ msgid "Copyright %s" msgstr "זכויות יוצרים %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" -msgstr "_אודות" +msgstr "על _אודות" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "ה_גדרות" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" -msgstr "ה_פעל" +msgstr "ה_פעלה" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "הפ_על הכל" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" -msgstr "_הפסק הכל" +msgstr "ה_שבתת הכול" #. Use the translated name for the plugin. #: ../src/brasero-plugin-option.c:258 @@ -4127,7 +4121,7 @@ #: ../src/brasero-project.c:199 msgid "_Add Files" -msgstr "_הוספת קבצים" +msgstr "הוספת קב_צים" #: ../src/brasero-project.c:200 msgid "Add files to the project" @@ -4140,7 +4134,7 @@ #. Translators: "empty" is a verb here #: ../src/brasero-project.c:204 ../src/brasero-project.c:2312 msgid "E_mpty Project" -msgstr "_ריקון מיזם" +msgstr "_פינוי המיזם" #: ../src/brasero-project.c:205 msgid "Remove all files from the project" @@ -4159,15 +4153,15 @@ "To add files to this project click the \"Add\" button or drag files to this " "area" msgstr "" -"כדי להוסיף קבצים למיזם זה יש ללחוץ על הלחצן „הוספה“ או לגרור קבצים לאזור זה" +"כדי להוסיף קבצים למיזם זה יש ללחוץ על הלחצן „הוספה” או לגרור קבצים לאזור זה" #: ../src/brasero-project.c:697 msgid "" "To remove files select them then click on the \"Remove\" button or press " "\"Delete\" key" msgstr "" -"כדי להסיר קבצים יש ללחוץ עליהם וללחוץ על הלחצן „הסרה“ או ללחוץ על המקש " -"„Delete“" +"כדי להסיר קבצים יש ללחוץ עליהם וללחוץ על הלחצן „הסרה” או ללחוץ על המקש " +"„Delete”" #: ../src/brasero-project.c:804 #, c-format @@ -4192,7 +4186,7 @@ #: ../src/brasero-project.c:1098 msgid "Start to burn the contents of the selection" -msgstr "התחל את צריבת התוכן הנבחר" +msgstr "התחלת צריבת התוכן הנבחר" #: ../src/brasero-project.c:1267 msgid "Please add songs to the project." @@ -4200,7 +4194,7 @@ #: ../src/brasero-project.c:1904 ../src/brasero-project.c:1939 msgid "Do you really want to create a new project and discard the current one?" -msgstr "האם ליצור מיזם חדש ולבטל את הפרויקט הנוכחי?" +msgstr "ליצור מיזם חדש ולבטל את המיזם הנוכחי?" #: ../src/brasero-project.c:1909 msgid "If you choose to create a new empty project, all changes will be lost." @@ -4208,11 +4202,11 @@ #: ../src/brasero-project.c:1912 msgid "_Discard Changes" -msgstr "_לבטל שינויים" +msgstr "הת_עלמות מהשינויים" #: ../src/brasero-project.c:1920 msgid "Do you want to discard the file selection or add it to the new project?" -msgstr "האם להתעלם מבחירת הקבצים או להוסיף אותם למיזם החדש?" +msgstr "להתעלם מבחירת הקבצים או להוסיף אותם למיזם החדש?" #: ../src/brasero-project.c:1925 ../src/brasero-project.c:1944 msgid "" @@ -4222,7 +4216,7 @@ #: ../src/brasero-project.c:1927 msgid "_Discard File Selection" -msgstr "_התעלמות מבחירת הקובץ" +msgstr "הת_עלמות מבחירת הקובץ" #: ../src/brasero-project.c:1931 msgid "_Keep File Selection" @@ -4230,7 +4224,7 @@ #: ../src/brasero-project.c:1946 msgid "_Discard Project" -msgstr "_ביטול המיזם" +msgstr "הת_עלמות מהמיזם" #: ../src/brasero-project.c:2188 msgid "Select Files" @@ -4238,7 +4232,7 @@ #: ../src/brasero-project.c:2301 msgid "Do you really want to empty the current project?" -msgstr "האם למחוק את כל הקבצים מהמיזם הנוכחי?" +msgstr "למחוק את כל הקבצים מהמיזם הנוכחי?" #: ../src/brasero-project.c:2306 msgid "" @@ -4251,15 +4245,15 @@ #: ../src/brasero-project.c:2368 msgid "_Save" -msgstr "_שמור" +msgstr "_שמירה" #: ../src/brasero-project.c:2379 msgid "_Add" -msgstr "_הוסף" +msgstr "הו_ספה" #: ../src/brasero-project.c:2384 ../src/brasero-split-dialog.c:1255 msgid "_Remove" -msgstr "_הסר" +msgstr "ה_סרה" #. Translators: %s is the name of the project #: ../src/brasero-project.c:2448 @@ -4289,7 +4283,7 @@ #: ../src/brasero-project.c:2643 ../src/brasero-project.c:2932 msgid "If you don't save, changes will be permanently lost." -msgstr "אם לא תשמור, השינויים יאבדו לתמיד." +msgstr "בהעדר שמירה, השינויים יאבדו לתמיד." #: ../src/brasero-project.c:2647 ../src/brasero-project.c:2653 #: ../src/brasero-project.c:2935 @@ -4342,7 +4336,7 @@ #: ../src/brasero-project-manager.c:99 msgid "_Empty Project" -msgstr "_ריקון המיזם" +msgstr "_פינוי המיזם" #: ../src/brasero-project-manager.c:100 msgid "Let you choose your new project" @@ -4626,7 +4620,7 @@ #: ../src/brasero-rename.c:414 msgid "Rename to" -msgstr "שינוי שם ל" +msgstr "שינוי שם לשם" #: ../src/brasero-rename.c:423 msgid "{number}" @@ -4673,7 +4667,7 @@ #: ../src/brasero-split-dialog.c:172 msgid "Do you really want to split the track?" -msgstr "האם באמת ברצונך לפצל את הרצועה?" +msgstr "לפצל את הרצועה?" #: ../src/brasero-split-dialog.c:175 msgid "" @@ -4707,11 +4701,11 @@ #: ../src/brasero-split-dialog.c:751 msgid "_Don't split" -msgstr "_לא לפצל" +msgstr "לא ל_פצל" #: ../src/brasero-split-dialog.c:968 msgid "Do you really want to empty the slices preview?" -msgstr "האם באמת לרוקן את התצוגה מקדימה של הפיצול?" +msgstr "לרוקן את התצוגה מקדימה של הפיצול?" #: ../src/brasero-split-dialog.c:970 ../src/brasero-split-dialog.c:1269 msgid "Re_move All" @@ -4787,7 +4781,7 @@ #: ../src/brasero-split-dialog.c:1241 msgid "Mer_ge" -msgstr "מיז_וג" +msgstr "מי_זוג" #: ../src/brasero-split-dialog.c:1252 msgid "Merge a selected slice with the next selected one" @@ -4795,11 +4789,11 @@ #: ../src/brasero-split-dialog.c:1266 msgid "Remove the selected slices" -msgstr "הסר את הפיצולים הנבחרים" +msgstr "הסרת הפיצולים הנבחרים" #: ../src/brasero-split-dialog.c:1280 msgid "Clear the slices preview" -msgstr "נקה את תצוגת הפיצולים המקדימה" +msgstr "ניקוי תצוגת הפיצולים המקדימה" #: ../src/brasero-split-dialog.c:1290 msgid "_List of slices that are to be created:" @@ -4831,7 +4825,7 @@ #: ../src/brasero-time-button.c:317 msgid "Frames (1 second = 75 frames)" -msgstr "שקופיות (1 שנייה = 75 שקופיות)" +msgstr "שקופיות (שנייה = 75 שקופיות)" #: ../src/brasero-video-disc.c:101 msgid "Open the selected video" @@ -4839,7 +4833,7 @@ #: ../src/brasero-video-disc.c:103 msgid "Edit the video information (start, end, author, etc.)" -msgstr "עריכת נתוני הווידאו (התחלה, סיום, יוצר וכו')" +msgstr "עריכת נתוני הווידאו (התחלה, סיום, יוצר וכו׳)" #: ../src/brasero-video-disc.c:105 msgid "Remove the selected videos from the project" @@ -4847,7 +4841,7 @@ #: ../src/brasero-video-disc.c:359 msgid "Do you want to search for video files inside the directory?" -msgstr "האם ברצונך לחפש קובצי וידאו בתוך התיקייה?" +msgstr "לחפש קובצי וידאו בתוך התיקייה?" #: ../src/brasero-video-disc.c:369 msgid "_Search Directory" @@ -4856,7 +4850,7 @@ #: ../src/brasero-video-disc.c:412 #, c-format msgid "\"%s\" does not have a suitable type for video projects." -msgstr "ל־„%s“ אין סוג מתאים למיזמי וידאו." +msgstr "ל־„%s” אין סוג מתאים למיזמי וידאו." #: ../src/brasero-video-disc.c:415 msgid "Please only add files with video content" @@ -4870,1444 +4864,3 @@ #, c-format msgid "Please type \"%s --help\" to see all available options\n" msgstr "Please type %s --help to see all available options\n" - -#~ msgid "File is not a valid .desktop file" -#~ msgstr "הקובץ אינו קובץ ‎.desktop תקין" - -#~ msgid "Unrecognized desktop file Version '%s'" -#~ msgstr "גרסת קובץ desktop '%s' לא מוכרת" - -#~ msgid "Starting %s" -#~ msgstr "מתחיל את %s" - -#~ msgid "Application does not accept documents on command line" -#~ msgstr "היישום לא מקבל מסמכים בשורת הפקודה" - -#~ msgid "Unrecognized launch option: %d" -#~ msgstr "אפשרות שיגור לא מוכרת: %d" - -#~ msgid "Can't pass document URIs to a 'Type=Link' desktop entry" -#~ msgstr "לא ניתן להעביר את כתובת המסמך לרשומת שולחן עבודה מסוג 'Type=Link'" - -#~ msgid "Not a launchable item" -#~ msgstr "הפריט לא ניתן להרצה" - -#~ msgid "Disable connection to session manager" -#~ msgstr "Disable connection to session manager" - -#~ msgid "Specify file containing saved configuration" -#~ msgstr "Specify file containing saved configuration" - -#~ msgid "FILE" -#~ msgstr "FILE" - -#~ msgid "Specify session management ID" -#~ msgstr "Specify session management ID" - -#~ msgid "ID" -#~ msgstr "ID" - -#~ msgid "Session management options:" -#~ msgstr "Session management options:" - -#~ msgid "Show session management options" -#~ msgstr "Show session management options" - -#~ msgid "Copying `%s` locally" -#~ msgstr "`%s` מועתק מקומית" - -#~ msgid "Results %i–%i (out of %i)" -#~ msgstr "תוצאות ‏%i‏-%i (מתוך %i)" - -#~ msgid "No results" -#~ msgstr "אין תוצאות" - -#~ msgid "Error querying for keywords." -#~ msgstr "שגיאה בתשאול מילות המפתח" - -#~ msgid "Previous Results" -#~ msgstr "תוצאות קודמות" - -#~ msgid "Next Results" -#~ msgstr "תוצאות הבאות" - -#~ msgid "Number of results displayed" -#~ msgstr "מספר התוצאות להצגה" - -#~ msgid "Search:" -#~ msgstr "חיפוש:" - -#~ msgid "In _text documents" -#~ msgstr "במסמכי _טקסט" - -#~ msgid "In _pictures" -#~ msgstr "_בתמונות" - -#~ msgid "In _music" -#~ msgstr "ב_מוזיקה" - -#~ msgid "In _videos" -#~ msgstr "ב_וידאו" - -#~ msgid "Type your keywords or choose 'All files' from the menu" -#~ msgstr "הקלד את מילות החיפוש שלך או בחר ב 'כל הקבצים' מהתפריט" - -#~ msgid "Select if you want to search among image files only" -#~ msgstr "יש לסמן אם ברצונך לחפש בין קובצי תמונה בלבד" - -#~ msgid "Select if you want to search among video files only" -#~ msgstr "סמן אם ברצונך לחפש בין קובצי וידאו בלבד" - -#~ msgid "Select if you want to search among audio files only" -#~ msgstr "סמן אם ברצונך לחפש בין קובצי שמע בלבד" - -#~ msgid "Select if you want to search among your text documents only" -#~ msgstr "סמן אם ברצונך לחפש בין מסמכי טקסט בלבד" - -#~ msgid "Click to start the search" -#~ msgstr "לחץ כאן כדי להתחיל את החיפוש" - -#~ msgid "Search files using keywords" -#~ msgstr "חיפוש קבצים בעזרת מילות חיפוש" - -#~ msgid "Cancel ongoing burning" -#~ msgstr "בטל צריבה פעילה" - -#~ msgid "Show _Dialog" -#~ msgstr "הצג _חלון" - -#~ msgid "Show dialog" -#~ msgstr "הצג חלון" - -#~ msgid "%s, %d%% done, %s remaining" -#~ msgstr "‏%s, %d%% הושלם, %s נותר" - -#~ msgid "%s, %d%% done" -#~ msgstr "‏%s, %d%% הושלם" - -#~ msgid "by" -#~ msgstr "על־ידי" - -#~ msgid "Directories cannot be added to an audio disc." -#~ msgstr "לא ניתן להוסיף תיקיות לתקליטור שמע." - -#~ msgid "Name:" -#~ msgstr "שם:" - -#~ msgid "" -#~ "Size:\t %i × %i " -#~ "pixels" -#~ msgstr "" -#~ "גודל:\t %i x %i " -#~ "פיקסלים" - -#~ msgid "" -#~ "%s\n" -#~ "by %s" -#~ msgstr "" -#~ "%s\n" -#~ "על ידי %s" - -#~ msgid "" -#~ "Loading information\n" -#~ "about %s" -#~ msgstr "" -#~ "טוען מידע\n" -#~ "על %s" - -#~ msgid "" -#~ "Do you really want to create a new project and discard the changes to " -#~ "current one?" -#~ msgstr "ליצור פרויקט חדש ולבטל את השינויים לפרויקט הנוכחי?" - -#~ msgid "An error occured while writing to disc" -#~ msgstr "התרחשה שגיאה לא ידועה בזמן הכתיבה אל התקליטור" - -#~ msgid "Error reading video DVD (%s)" -#~ msgstr "שגיאה במהלך קריאת תקליטור DVD וידאו (%s)" - -#~ msgid "Preview" -#~ msgstr "תצוגה מקדימה" - -#~ msgid "Directories cannot be added to video discs." -#~ msgstr "לא ניתן להוסיף תיקיות לתקליטור וידאו." - -#~ msgid "Brasero Disc Copier" -#~ msgstr "מעתיק התקליטורים Brasero" - -#~ msgid "Copy CDs and DVDs" -#~ msgstr "העתקת תקליטורים" - -#~ msgid "Disc Copier" -#~ msgstr "מעתיק תקליטורים" - -#~ msgid "Appending new files to a multisession disc is not advised." -#~ msgstr "צירוף קבצים חדשים לתקליטור מרובה בצריבות לא מומלץ." - -#~ msgid "Such a disc cannot be copied without the proper plugins." -#~ msgstr "לא ניתן להעתיק תקליטור מסוג זה ללא התוספים מתאימים." - -#~ msgid "It is not possible to write with the current set of plugins." -#~ msgstr "לא ניתן לכתוב על המדיה עם התוספים הפעילים." - -#~ msgid "_Eject after burning" -#~ msgstr "_הוצא אחרי הצריבה" - -#~ msgid "_Show errors" -#~ msgstr "_הצג שגיאות" - -#~ msgid "Close this notification window" -#~ msgstr "סגור את חלון ההודעות הזה" - -#~ msgid "To add files to this project you can:" -#~ msgstr "כדי להוסיף קבצים לפרויקט:" - -#~ msgid "click the \"Add\" button to show a selection dialog" -#~ msgstr "לחץ על הכפתור \"הוסף\" כדי להציג תפריט בחירה" - -#~ msgid "select files in the selection pane and click the \"Add\" button" -#~ msgstr "בחר קבצים מהתפריט ולחץ על הכפתור \"הוסף\" " - -#~ msgid "" -#~ "drag files in this area from the selection pane or from the file manager" -#~ msgstr "גרור קבצים לאזור הזה מתוך תפריט הקבצים או ממנהל הקבצים" - -#~| msgid "double click on files in the selection pane" -#~ msgid "double-click on files in the selection pane" -#~ msgstr "לחיצה כפולה על קבצים בתפריט הקבצים" - -#~ msgid "copy files (from file manager for example) and paste in this area" -#~ msgstr "העתקת קבצים (ממנהל הקבצים לדוגמה) והדבק אותם פה" - -#~ msgid "To remove files from this project you can:" -#~ msgstr "כדי להסיר קבצים מהפרויקט:" - -#~ msgid "click on the \"Remove\" button to remove selected items in this area" -#~ msgstr "לחץ על הכפתור \"הסר\" כדי להסיר פריטים נבחרים מהאזור הזה" - -#~ msgid "select items in this area, and choose \"Remove\" from context menu" -#~ msgstr "בחר בפריטים מהאזור הזה, ובחר באפשרות \"הסר\" מתפריט ההקשר" - -#~ msgid "select items in this area, and press \"Delete\" key" -#~ msgstr "בחר בפריטים מהאזור הזה, לחץ על המקש \"Delete\"" - -#~ msgid "" -#~ "If you choose to create a new project, all files already added will be " -#~ "discarded. Note that files will not be deleted from their own location, " -#~ "just no longer listed here." -#~ msgstr "" -#~ "אם תיצור פרויקט חדש, כל הקבצים שהתווספו לפרויקט יבוטלו. הקבצים לא ימחקו " -#~ "מהמיקום המקורי שלהם, הם רק לא יופיעו כאן." - -#~ msgid "PATH TO PLAYLIST" -#~ msgstr "PATH TO PLAYLIST" - -#~ msgid "Your version of cdrdao does not seem to be supported by libbrasero" -#~ msgstr "גרסת cdrdao המותקנת אצלך לא נתמכת על ידי libbrasero" - -#~ msgid "Use cdrdao to copy and burn CDs" -#~ msgstr "השתמש ב־cdrdao להעתקת וצריבת תקליטורים" - -#~ msgid "Use readom to create disc images" -#~ msgstr "השתמש ב־readom כדי ליצור תמונות תקליטור" - -#~| msgid "Create and copy CDs and DVDs" -#~ msgid "Use wodim to burn CDs and DVDs" -#~ msgstr "יצירה והעתקה של תקליטורי CD ו-DVD" - -#~| msgid "Create CDs and DVDs" -#~ msgid "Use cdrecord to burn CDs and DVDs" -#~ msgstr "יצירת תקליטורים" - -#~ msgid "Encrypted DVD: please install libdvdcss version 1.2.x" -#~ msgstr "‏DVD מוצפן: נא להתקין את libdvdcss גרסה ‎1.2.x" - -#~| msgid "" -#~| "Libdvdcss version %s is not supported.\n" -#~| "Please install libdvdcss version 1.2.x" -#~ msgid "" -#~ "libdvdcss version %s is not supported.\n" -#~ "Please install libdvdcss version 1.2.x" -#~ msgstr "" -#~ "גרסת libdvdcss ‏%s לא נתמכת.\n" -#~ "נא להתקין את גרסה ‎1.2.x של libdvdcss" - -#~| msgid "Libdvdcss could not be loaded properly" -#~ msgid "libdvdcss could not be loaded properly" -#~ msgstr "לא ניתן לטעון את Libdvdcss כראוי" - -#~| msgid "Allows to check file integrities on a disc" -#~ msgid "Allow file integrities to be checked on a disc" -#~ msgstr "מאפשר בדיקת תקינות הנתונים על תקליטור" - -#~| msgid "Allows to check data integrity on disc after it is burnt" -#~ msgid "Allows data integrity to be checked on disc after it is burned" -#~ msgstr "מאפשר בדיקת תקינות הנתונים על תקליטור לאחר הצריבה" - -#~ msgid "Use dvdauthor to create Video DVDs" -#~ msgstr "השתמש ב־dvdauthor ליצירת תקליטורי וידאו מסוג DVD" - -#~ msgid "Use vcdimager to create SVCDs" -#~ msgstr "השתמש ב־vcdimager ליצירת תקליטורי וידאו מסוג SVCD" - -#~ msgid "Brasero - Creating Image" -#~ msgstr "‏Brasero - יוצר תמונת דיסק" - -#~ msgid "Brasero - Burning DVD (Simulation)" -#~ msgstr "‏Brasero - צורב DVD (הדמיה)" - -#~ msgid "Brasero - Burning DVD" -#~ msgstr "‏Brasero - צורב DVD" - -#~ msgid "Burning DVD (Simulation)" -#~ msgstr "צורב DVD (הדמיה)" - -#~ msgid "Brasero - Copying DVD (Simulation)" -#~ msgstr "‏Brasero - מעתיק DVD (הדמיה)" - -#~ msgid "Brasero - Copying DVD" -#~ msgstr "‏Brasero - מעתיק DVD" - -#~ msgid "Brasero - Burning CD (Simulation)" -#~ msgstr "‏Brasero - צורב תקליטור CD (הדמיה)" - -#~ msgid "Brasero - Burning CD" -#~ msgstr "‏Brasero - צורב תקליטור CD" - -#~ msgid "Brasero - Copying CD (Simulation)" -#~ msgstr "‏Brasero - מעתיק תקליטור (הדמיה)" - -#~ msgid "Brasero - Copying CD" -#~ msgstr "‏Brasero - מעתיק תקליטור" - -#~ msgid "Brasero - Burning disc" -#~ msgstr "‏Brasero - צורב דיסק" - -#~ msgid "Brasero - Burning Disc (Simulation)" -#~ msgstr "‏Brasero - צורב דיסק (הדמיה)" - -#~ msgid "Brasero - Burning Disc" -#~ msgstr "‏Brasero - צורב דיסק" - -#~ msgid "Brasero - Copying Disc (Simulation)" -#~ msgstr "‏Brasero - מעתיק דיסק (הדמיה)" - -#~ msgid "Brasero - Copying Disc" -#~ msgstr "‏Brasero - מעתיק דיסק" - -#~ msgid "Brasero - Creating Image (%i%% Done)" -#~ msgstr "‏Brasero - יוצר תמונת דיסק (%i%% הושלם)" - -#~ msgid "Brasero - Copying DVD (%i%% Done)" -#~ msgstr "‏Brasero - מעתיק DVD‏ (%i%% הושלם)" - -#~ msgid "Brasero - Burning DVD (%i%% Done)" -#~ msgstr "‏Brasero - צורב DVD‏ (%i%% הושלם)" - -#~ msgid "Brasero - Copying CD (%i%% Done)" -#~ msgstr "‏Brasero - מעתיק CD‏ (%i%% הושלם)" - -#~ msgid "Brasero - Burning CD (simulation)" -#~ msgstr "‏Brasero - צורב תקליטור (הדמיה)" - -#~ msgid "Brasero - Burning CD (%i%% Done)" -#~ msgstr "‏Brasero - צורב CD‏ (%i%% הושלם)" - -#~ msgid "Brasero - Copying Disc (%i%% Done)" -#~ msgstr "‏Brasero - מעתיק דיסק (%i%% הושלם)" - -#~ msgid "Brasero - Burning Disc (%i%% Done)" -#~ msgstr "‏Brasero - צורב דיסק (%i%% הושלם)" - -#~ msgid "Session Log" -#~ msgstr "יומן צריבות" - -#~ msgid "The session log cannot be displayed." -#~ msgstr "לא ניתן להציג את יומן הצריבות." - -#~ msgid "The log file could not be found" -#~ msgstr "לא ניתן למצוא את קובץ היומן" - -#~ msgid "" -#~ "This is a excerpt from the session log (the last 10 MiB):\n" -#~ "\n" -#~ msgstr "" -#~ "זהו קטע מיומן הצריבה (‏10 MiB האחרונים):\n" -#~ "\n" - -#~ msgid "_View Log" -#~ msgstr "ה_צג יומן" - -#~ msgid "There is no recordable disc inserted." -#~ msgstr "לא נמצא דיסק הניתן לכתיבה." - -#~ msgid "CD/DVD Copy Options" -#~ msgstr "אפשרויות העתקת CD/DVD" - -#~ msgid "The drive cannot burn or the disc cannot be burnt" -#~ msgstr "הכונן לא מסוגל לצרוב או שלא ניתן לצרוב על הדיסק" - -#~ msgid "_Write to Disc..." -#~ msgstr "_כתיבה על הדיסק..." - -#~ msgid "_Blank Disc..." -#~ msgstr "_מחיקת דיסק..." - -#~ msgid "_Blank..." -#~ msgstr "_מחיקה..." - -#~ msgid "Default height for image preview." -#~ msgstr "Default height for image preview." - -#~ msgid "Default height for video preview." -#~ msgstr "Default height for video preview." - -#~ msgid "Default width for image preview." -#~ msgstr "Default width for image preview." - -#~ msgid "Default width for video preview." -#~ msgstr "Default width for video preview." - -#~ msgid "Enable side pane" -#~ msgstr "Enable side pane" - -#~ msgid "Height for video preview" -#~ msgstr "Height for video preview" - -#~ msgid "Height of image preview" -#~ msgstr "Height of image preview" - -#~ msgid "Layout of UI" -#~ msgstr "Layout of UI" - -#~ msgid "Pane to display audio projects" -#~ msgstr "Pane to display audio projects" - -#~ msgid "Pane to display data projects" -#~ msgstr "Pane to display data projects" - -#~ msgid "Pane to display video projects" -#~ msgstr "Pane to display video projects" - -#~ msgid "Should brasero notify when files are filtered" -#~ msgstr "Should brasero notify when files are filtered" - -#~ msgid "" -#~ "Should brasero notify when files are filtered. Set to true, brasero will " -#~ "display the notification." -#~ msgstr "" -#~ "Should brasero notify when files are filtered. Set to true, brasero will " -#~ "display the notification." - -#~ msgid "" -#~ "The pane to display with audio projects. It should be one of the " -#~ "following: \"Chooser\", \"Search\" or \"Playlist\"." -#~ msgstr "" -#~ "The pane to display with audio projects. It should be one of the " -#~ "following: \"Chooser\", \"Search\" or \"Playlist\"." - -#~ msgid "" -#~ "The pane to display with data projects. It should be one of the " -#~ "following: \"Chooser\" or \"Search\"." -#~ msgstr "" -#~ "The pane to display with data projects. It should be one of the " -#~ "following: \"Chooser\" or \"Search\"." - -#~ msgid "" -#~ "The pane to display with video projects. It should be one of the " -#~ "following: \"Chooser\", \"Search\" or \"Playlist\"." -#~ msgstr "" -#~ "The pane to display with video projects. It should be one of the " -#~ "following: \"Chooser\", \"Search\" or \"Playlist\"." - -#~ msgid "" -#~ "This key sets where the project pane should be (0 = on the right, 1 = on " -#~ "the left, 2 = at the top, 3 = at the bottom)" -#~ msgstr "" -#~ "This key sets where the project pane should be (0 = on the right, 1 = on " -#~ "the left, 2 = at the top, 3 = at the bottom)" - -#~ msgid "Whether to display a side pane. Set to true to use it." -#~ msgstr "Whether to display a side pane. Set to true to use it." - -#~ msgid "Width for image preview" -#~ msgstr "Width for image preview" - -#~ msgid "Width for video preview" -#~ msgstr "Width for video preview" - -#~ msgid "_Split Track..." -#~ msgstr "_פצל רצועה..." - -#~ msgid "R_ename..." -#~ msgstr "שנה שם..." - -#~ msgid "_Burn..." -#~ msgstr "_צרוב..." - -#~ msgid "Project estimated size: %s" -#~ msgstr "הגודל המשוער של הפרויקט: %s" - -#~ msgid "Save project as an IRIVER playlist" -#~ msgstr "שמור את הפרויקט כרשימת השמעה מסוג IRIVER" - -#~ msgid "_Open..." -#~ msgstr "_פתח..." - -#~ msgid "_Options..." -#~ msgstr "_אפשרויות..." - -#~ msgid "Increase compatibility with _Windows systems" -#~ msgstr "שיפור התאימות עם מערכות _Windows" - -#~ msgid "" -#~ "Improve compatibility with Windows systems by allowing to display long " -#~ "filenames (maximum 64 characters)" -#~ msgstr "" -#~ "שיפור התאימות עם מערכות Windows על ידי הפעלת אפשרות הצגת שמות קבצים " -#~ "ארוכים (מקסימום 64 תווים)" - -#~ msgid "Disc options" -#~ msgstr "אפשרויות דיסק" - -#~ msgid "_Erase Disc" -#~ msgstr "מח_ק דיסק" - -#~ msgid "You might not be able to listen to it with stereos." -#~ msgstr "ייתכן ולא תוכל להקשיב לזה במערכות סטריאו." - -#~ msgid "_Add to Project" -#~ msgstr "_הוסף לפרויקט" - -#~ msgid "Blank %s" -#~ msgstr "‏%s ריק" - -#~ msgid "Audio %s" -#~ msgstr "‏%s שמע" - -#~ msgid "Data %s" -#~ msgstr "‏%s נתונים" - -#~ msgid "Unknown" -#~ msgstr "לא ידוע" - -#~ msgid "It will be removed from the project" -#~ msgstr "יוסר מהפרויקט" - -#~ msgid "Please delete some files from the project." -#~ msgstr "נא למחוק מספר קבצים מהפרויקט" - -#~ msgid "It already exists in the directory." -#~ msgstr "כבר קיים בתיקייה." - -#~ msgid "_Keep Project File" -#~ msgstr "_שמור את קובץ הפרויקט" - -#~ msgid "_Replace Project File" -#~ msgstr "_החלף את קובץ הפרויקט" - -#~ msgid "_Name:" -#~ msgstr "_שם:" - -#~ msgid "Project estimated size: %s/%s" -#~ msgstr "הגודל המשוער של הפרויקט: %s/%s" - -#~ msgid "drag and release items out from this area" -#~ msgstr "גרור ושחרר פריטים מהאזור הזה" - -#~ msgid "Drive" -#~ msgstr "כונן" - -#~ msgid "%lli:%02lli min" -#~ msgstr "‏%lli:%02lli דקות" - -#~ msgid "Unable to launch the cd burner application" -#~ msgstr "לא ניתן להפעיל את יישון צריבת התקליטורים" - -#~ msgid "Image files only" -#~ msgstr "קבצי תמונת תקליטור בלבד" - -#~| msgid "" -#~| "The size of the project is too large for the disc.\n" -#~| "You may want to use this option if you're using 90 or 100 min CD-R(W) " -#~| "which can't be properly recognised and therefore need overburn option.\n" -#~| "NOTE: This option might cause failure." -#~ msgid "" -#~ "The size of the project is too large for the disc.\n" -#~ "You may want to use this option if you are using 90 or 100 min CD-R(W) " -#~ "which cannot be properly recognised and therefore need overburn option.\n" -#~ "NOTE: This option might cause failure." -#~ msgstr "" -#~ "גודל הפרויקט גדול מידי עבור הדיסק.\n" -#~ "כדאי לך להשתמש באפשרות זו במידה ואתה משתמש בתקליטור (W)‏CD-R ‏90 או 100 " -#~ "דקות שלא ניתן לזהות את נפחם כראוי ולכן זקוקים לאפשרות צריבת יתר.\n" -#~ "הערה: אפשרות זו עלולה לגרום לכישלון הצריבה." - -#~ msgid "_Erase..." -#~ msgstr "_מחק..." - -#~ msgid "Erase a disc" -#~ msgstr "מחיקת דיסק" - -#~ msgid "Exit the program" -#~ msgstr "יציאה מהתוכנה" - -#~ msgid "%s only" -#~ msgstr "%s בלבד" - -#~ msgid "_Temporary directory free space:" -#~ msgstr "מקום פנוי בתיקיית הקבצים הז_מניים:" - -#~ msgid "Let brasero choose (safest)" -#~ msgstr "לתת ל-brasero לבחור (בטוח יותר)" - -#~ msgid "*.iso image" -#~ msgstr "תמונת iso.*" - -#~ msgid "*.raw image" -#~ msgstr "תמונת raw.*" - -#~ msgid "*.toc image (cdrdao)" -#~ msgstr "תמונת toc.* ‏(cdrdao)" - -#~ msgid "\"%s\" already exists" -#~ msgstr "‏\"%s\" כבר קיים" - -#~ msgid "Display debug statements on stdout" -#~ msgstr "Display debug statements on stdout" - -#~| msgid "the file %s couldn't be read (%s)" -#~ msgid "The size could not be retrieved (%s)" -#~ msgstr "לא ניתן לקרוא את הגודל (%s)" - -#~ msgid "1 item" -#~ msgstr "פריט 1" - -#~| msgid "a directory couldn't be created (%s)" -#~ msgid "A directory could not be created (%s)" -#~ msgstr "לא ניתן ליצור תיקייה (%s)" - -#~ msgid "" -#~ msgstr "<השאר ערכים קיימים>" - -#~ msgid "Substitute" -#~ msgstr "החלפה" - -#~ msgid "Cdrdao toc file" -#~ msgstr "קובץ Cdrdao toc" - -#~| msgid "the disc could not be closed" -#~ msgid "The disc could not be mounted (max attemps reached)" -#~ msgstr "לא ניתן לסגור את הדיסק" - -#~ msgid "Image Extension" -#~ msgstr "סיומת תמונת תקליטור" - -#~ msgid "_Don't change extension" -#~ msgstr "_אל תשנה את הסיומת" - -#~ msgid "Number of copies " -#~ msgstr "מספר עותקים " - -#~ msgid "Contents" -#~ msgstr "תכנים" - -#~ msgid "_Disc Info" -#~ msgstr "נתוני _הדיסק" - -#~ msgid "Display information on blank discs currently inserted" -#~ msgstr "הצג נתונים על דיסקים ריקים שכרגע הוכנסו." - -#~ msgid "Brasero projects" -#~ msgstr "פרוייקטים של Brasero" - -#~ msgid "Should brasero ask to be set as the default app to burn" -#~ msgstr "Should brasero ask to be set as the default app to burn" - -#~ msgid "" -#~ "Should brasero ask to be set as the default app to burn audio or data. " -#~ "Set to true, brasero won't ask." -#~ msgstr "" -#~ "Should brasero ask to be set as the default app to burn audio or data. " -#~ "Set to true, brasero won't ask." - -#~ msgid "Track Length" -#~ msgstr "אורך הרצועה" - -#~ msgid "_Ignore video" -#~ msgstr "_התעלם מווידאו" - -#~ msgid "_Add video" -#~ msgstr "_הוסף וידאו" - -#~ msgid "Directory Search" -#~ msgstr "חיפוש תיקייה" - -#~ msgid "File \"%s\" can't be opened." -#~ msgstr "הקובץ \"%s\" לא ניתן לפתיחה." - -#~ msgid "Unreadable File" -#~ msgstr "קובץ לא ניתן לקיראה" - -#~ msgid "Error" -#~ msgstr "שגיאה" - -#~ msgid "Error Blanking:" -#~ msgstr "שגיאת מחיקה:" - -#~ msgid "Blanking Finished" -#~ msgstr "מחיקה הושלמה" - -#~ msgid "Unexpected error" -#~ msgstr "שגיאה לא צפויה" - -#~ msgid "this format is not supported by gstreamer" -#~ msgstr "סוג הקובץ לא ניתמך על ידי gstreamer" - -#~ msgid "Show" -#~ msgstr "הצג" - -#~ msgid "Playlist Loading Error" -#~ msgstr "שגיאה בטעינת רשימת השמעה" - -#~ msgid "Plugins" -#~ msgstr "תוספים" - -#~ msgid "Total time:" -#~ msgstr "סך כל הזמן:" - -#~ msgid "only in\t" -#~ msgstr "רק ב\t" - -#~ msgid "Search Error" -#~ msgstr "שגיאת חיפוש" - -#~ msgid "Cancel" -#~ msgstr "ביטול" - -#~ msgid "waiting" -#~ msgstr "ממתין" - -#~ msgid "This file can't be opened:" -#~ msgstr "הקובץ לא ניתן לפתיחה:" - -#~ msgid "File Error" -#~ msgstr "שגיאת קובץ" - -#~ msgid "" -#~ "A recording was successfully completed.\n" -#~ "The next recording will begin as soon as a recordable medium is inserted." -#~ msgstr "" -#~ "צריבה הושלמה בהצלחה.\n" -#~ "הצריבה הבאה תתחיל אחרי שמדיה הניתנת לצריבה תוכנס לכונן." - -#~ msgid "The disc in \"%s\" is a DVD." -#~ msgstr "הדיסק ב-\"%s\" הוא DVD." - -#~ msgid "The disc in \"%s\" is a CD." -#~ msgstr "הדיסק ב-\"%s\" הוא תקליטור." - -#~ msgid "The disc in \"%s\" is not big enough." -#~ msgstr "הדיסק ב-\"%s\" לא גדול מספיק." - -#~ msgid "Possible Data Loss" -#~ msgstr "ייתכן איבוד נתונים" - -#~ msgid "Multisession Disc" -#~ msgstr "דיסק רב־צריבות" - -#~ msgid "Rewritable Disc" -#~ msgstr "דיסק הניתן לצריבה חוזרת" - -#~ msgid "Successful Simulation" -#~ msgstr "הדמיה מוצלחת" - -#~ msgid "Session Log Error" -#~ msgstr "שגיאת יומן צריבות" - -#~ msgid "Burning Error" -#~ msgstr "שגיאת צריבה" - -#~ msgid "Confirm" -#~ msgstr "אישור" - -#~ msgid "Session Import Error" -#~ msgstr "שגיאת ייבוא צריבה" - -#~ msgid "unknown error" -#~ msgstr "שגיאה לא ידוע" - -#~ msgid "_Cancel" -#~ msgstr "_ביטול" - -#~ msgid "Do you want to continue or discard the old project layout?" -#~ msgstr "ברצונך להמשיך או לבטל את תבנית הפרויקט הישנה?" - -#~ msgid "File Not Found" -#~ msgstr "קובץ לא נמצא" - -#~ msgid "Already Existing File" -#~ msgstr "קובץ קיים" - -#~ msgid "_Don't replace" -#~ msgstr "_אל תחליף" - -#~ msgid "File Over 2 GiB" -#~ msgstr "קובץ מעל 2 GiB " - -#~ msgid "_Don't add" -#~ msgstr "_אל תוסיף" - -#~ msgid "_Import Session" -#~ msgstr "יי_בוא צריבה" - -#~ msgid "Press if you want to cancel current project loading" -#~ msgstr "לחץ עם ברצונך לבטל את טעינת הפרויקט הנוכחי" - -#~ msgid "_Don't rename" -#~ msgstr "_אל תשנה שם" - -#~ msgid "" -#~ "Some files don't have a suitable name for a Windows-compatible CD. Those " -#~ "names will be changed and truncated to 64 characters." -#~ msgstr "" -#~ "לחלק מהקבצים יש שם שלא תואם למערכות Windows. השמות האלו ישונו ויקוצרו " -#~ "ל-64 תווים." - -#~ msgid "Leave the disc _open to add a data session later" -#~ msgstr "השאר את הדיסק _פתוח כדי להוסיף נתוני צריבה מאוחר יותר" - -#~ msgid "Allow create what is called an enhanced CD or CD+" -#~ msgstr "אפשר יצירת מה שנקרא תקליטור משופר או CD+" - -#~ msgid "Audio Options" -#~ msgstr "אפשרויות שמע" - -#~ msgid "Burning speed" -#~ msgstr "מהירות צריבה" - -#~ msgid "Image File Properties" -#~ msgstr "מאפייני קובץ תמונת התקליטור" - -#~ msgid "Please wait:" -#~ msgstr "נא להמתין:" - -#~ msgid "some tasks are not completed yet." -#~ msgstr "חלק מהפעולות עדיין לא הושלמו." - -#~ msgid "Ongoing Tasks" -#~ msgstr "פעולות קיימות" - -#~ msgid "Empty Project" -#~ msgstr "רוקן פרויקט" - -#~ msgid "New Project" -#~ msgstr "פרויקט חדש" - -#~ msgid "Add" -#~ msgstr "הוסף" - -#~ msgid "Remove" -#~ msgstr "הסר" - -#~ msgid "Project Loading Error" -#~ msgstr "שגיאת בטעינת פרויקט" - -#~ msgid "Modified Project" -#~ msgstr "הפרויקט שונה" - -#~ msgid "Create a new data project" -#~ msgstr "יצירת פרויקט נתונים חדש" - -#~ msgid "Display File Browser" -#~ msgstr "הצג דפדפן קבצים" - -#~ msgid "Display Playlists" -#~ msgstr "הצג רשימות השמעה" - -#~ msgid "Audi_o project" -#~ msgstr "פרויקט שמ_ע" - -#~ msgid "D_ata project" -#~ msgstr "פרויקט נ_תונים" - -#~ msgid "_Video project" -#~ msgstr "פרויקט ויד_או" - -#~ msgid "Disc _copy" -#~ msgstr "העתקת דיסק_" - -#~ msgid "Burn _image" -#~ msgstr "צרוב תמו_נת תקליטור" - -#~ msgid "File Integrity Check Error" -#~ msgstr "שגיאה בבדיקת התקינות של הקובץ" - -#~ msgid "File Integrity Check Success" -#~ msgstr "בדיקת תקינות הקובץ הצליחה" - -#~ msgid "a temporary file couldn't be created" -#~ msgstr "לא ניתן ליצור קובץ זמני" - -#~ msgid "the inserted media is busy." -#~ msgstr "המדיה שהוכנסה לא זמינה." - -#~ msgid "Media Error" -#~ msgstr "שגיאת מדיה" - -#~ msgid "the inserted media is not supported." -#~ msgstr "המדיה שהוכנסה לא ניתמכת." - -#~ msgid "Choose a media" -#~ msgstr "בחר מדיה" - -#~ msgid "no drive specified as source" -#~ msgstr "לא צוין כונן מקור" - -#~ msgid "the drive has no burning capabilities" -#~ msgstr "לכונן אין יכולות צריבה" - -#~ msgid "" -#~ "it's not possible to merge to this media because it hasn't got enough " -#~ "space" -#~ msgstr "בלתי אפשרי למזג למדיה הזו בגלל שאין עליה מספיק מקום" - -#~ msgid "internal error in plugin system" -#~ msgstr "שגיאה פנימית במערכת התוספים" - -#~ msgid "file name is too long" -#~ msgstr "שם הקובץ ארוך מידי" - -#~ msgid "plugin %s did not want to work. Try to deactivate it" -#~ msgstr "התוסף %s לא רוצה לפעול. נסה לכבות אותו" - -#~ msgid "" -#~ "the selected location does not have enough free space to store the disc " -#~ "image (%ld MiB needed)" -#~ msgstr "" -#~ "למיקום הנבחר אין מספיק מקום פנוי כדי לאחסן את תמונת התקליטור (%ld ‏MiB " -#~ "נדרש)" - -#~ msgid "" -#~ "plugin %s did not work properly.\n" -#~ "Try to deactivate it" -#~ msgstr "" -#~ "התוסף %s לא פועל כראוי.\n" -#~ "נסה לבטל אותו" - -#~ msgid "" -#~ "plugin %s didn't work properly (it does not support operation).\n" -#~ "Try to deactivate it" -#~ msgstr "" -#~ "התוסף %s לא פעל כראוי (התוסף לא תומך בפעולה).\n" -#~ "נסה לבטל אותו" - -#~ msgid "file" -#~ msgstr "קובץ" - -#~ msgid "wrong path" -#~ msgstr "נתיב שגוי" - -#~ msgid "impossible to retrieve information" -#~ msgstr "בלתי אפשרי לקבל נתונים" - -#~ msgid "a temporary directory could not be created (%s)" -#~ msgstr "לא ניתן ליצור תיקייה זמנית (%s)" - -#~ msgid "a temporary file can't be created: %s" -#~ msgstr "לא ניתן יצור קובץ זמני: %s" - -#~ msgid "Incompatible Options" -#~ msgstr "Incompatible Options" - -#~ msgid "CD/DVD burning" -#~ msgstr "CD/DVD burning" - -#~ msgid "the image can't be created" -#~ msgstr "לא ניתן ליצור תמונת תקליטור" - -#~ msgid "The file is too large for a CD" -#~ msgstr "הקובץ גדול מידי בשביל תקליטור" - -#~ msgid "the drive is not ready" -#~ msgstr "הכונן לא מוכן" - -#~ msgid "you don't seem to have the required permissions to access the drive" -#~ msgstr "נראה שאין לך את ההרשאות הנדרשות כדי לגשת לכונן" - -#~ msgid "internal error" -#~ msgstr "שגיאה פנימית" - -#~ msgid "There doesn't seem to be a disc in the drive" -#~ msgstr "נראה שאין שיש דיסק בכונן" - -#~ msgid "The CD has already been recorded" -#~ msgstr "התקליטור כבר ניצרב" - -#~ msgid "a write error occured which was likely due to overburning the disc" -#~ msgstr "התרחשה שגיאת צריבה שכנראה נגרמה בגלל צריבת יתר על הדיסק." - -#~ msgid "the file /proc/self/fd/0 is missing" -#~ msgstr "הקובץ ‎/proc/self/fd/0 חסר" - -#~ msgid "/dev/null can't be opened" -#~ msgstr "לא ניתן לפתוח את /dev/null" - -#, fuzzy -#~ msgid "rganalysis can't be created" -#~ msgstr "לא ניתן ליצור מסנן" - -#, fuzzy -#~ msgid "GST plugin \"rgvolume\" could not be found" -#~ msgstr "לא ניתן למצוא את קובץ היומן." - -#, fuzzy -#~ msgid "GST plugin \"rganalysis\" could not be found" -#~ msgstr "לא ניתן למצוא את קובץ היומן." - -#~ msgid "filter can't be created" -#~ msgstr "לא ניתן ליצור מסנן" - -#~ msgid "Size Error" -#~ msgstr "שגיאת גודל" - -#, fuzzy -#~ msgid "No Silence" -#~ msgstr "אין קובץ" - -#~ msgid "Automatic Split" -#~ msgstr "פיצול אוטומטי" - -#~ msgid "Unhandled file" -#~ msgstr "קובץ לא מטופל" - -#, fuzzy -#~ msgid "queue element can't be created" -#~ msgstr "לא ניתן ליצור תמונת תקליטור" - -#~ msgid "ffenc_mp2 can't be created" -#~ msgstr "לא ניתן ליצור ffenc_mp2" - -#, fuzzy -#~ msgid "queue1 element can't be created" -#~ msgstr "לא ניתן ליצור תמונת תקליטור" - -#~ msgid "ffenc_ac3 can't be created" -#~ msgstr "לא ניתן ליצור את ffenc_ac3" - -#, fuzzy -#~ msgid "tee element can't be created" -#~ msgstr "לא ניתן ליצור תמונת תקליטור" - -#, fuzzy -#~ msgid "framerate can't be created" -#~ msgstr "לא ניתן ליצור מסנן" - -#~ msgid "scale can't be created" -#~ msgstr "לא ניתן ליצור את scale" - -#~ msgid "ffmpegcolorspace can't be created" -#~ msgstr "לא ניתן ליצור ffmpegcolorspace" - -#~ msgid "mpeg2enc can't be created" -#~ msgstr "לא ניתן ליצור את mpeg2enc" - -#~ msgid "mplex can't be created" -#~ msgstr "לא ניתן ליצור את mplex" - -#~ msgid "Brasero Disc Burning" -#~ msgstr "תוכנת הצריבה Brasero" - -#~ msgid "" -#~ "Only used in conjunction with -immed flag with cdrecord. See immed_flag." -#~ msgstr "" -#~ "Only used in conjunction with -immed flag with cdrecord. See immed_flag." - -#~ msgid "Loading ..." -#~ msgstr "טוען ..." - -#~ msgid "%i MiB" -#~ msgstr "%i MiB" - -#~ msgid "%i KiB" -#~ msgstr "%i KiB" - -#~ msgid "%i bytes" -#~ msgstr "%i bytes" - -#~ msgid "KiB" -#~ msgstr "KiB" - -#~ msgid "MiB" -#~ msgstr "MiB" - -#~ msgid "GiB" -#~ msgstr "GiB" - -#~ msgid "Open a data project with the contents of nautilus-cd-burner" -#~ msgstr "Open a data project with the contents of nautilus-cd-burner" - -#~ msgid "no disc could be found" -#~ msgstr "לא ניתן למצוא דיסק" - -#~ msgid "Open project" -#~ msgstr "פתח פרויקט" - -#~ msgid "Choose the disc to write to" -#~ msgstr "בחר דיסק לכתיבה" - -#~ msgid "Pause" -#~ msgstr "הפסקה" - -#~ msgid "" -#~ "%s\n" -#~ "%s\n" -#~ "%s" -#~ msgstr "" -#~ "%s\n" -#~ "%s\n" -#~ "%s" - -#~ msgid "No results" -#~ msgstr "אין תוצאות" - -#~ msgid "Options" -#~ msgstr "אפשרויות" - -#~ msgid "Creating image" -#~ msgstr "יוצר תמונת תקליטור" - -#~ msgid "Burning data DVD" -#~ msgstr "צורב נתונים ל-DVD" - -#~ msgid "Burning image to DVD" -#~ msgstr "צורב תמונת תקליטור ל-DVD" - -#~ msgid "Copying data DVD" -#~ msgstr "מעתיק דיסק DVD" - -#~ msgid "Burning audio CD" -#~ msgstr "צורב תקליטור שמע" - -#~ msgid "Burning data CD" -#~ msgstr "צורב תקליטור נתונים" - -#~ msgid "Copying CD" -#~ msgstr "מעתיק תקליטור" - -#~ msgid "Burning data disc" -#~ msgstr "צורב דיסק נתונים" - -#~ msgid "Copying disc" -#~ msgstr "מעתיק דיסק" - -#~ msgid "Burning image to disc" -#~ msgstr "צורב תמונת תקליטור לדיסק" - -#~ msgid "A data integrity test is about to begin:" -#~ msgstr "בדיקת תקינות הנתונים עומדת להתחיל:" - -#~ msgid "Import session" -#~ msgstr "ייבוא צריבה" - -#~ msgid "A multisession disc is inserted:" -#~ msgstr "הוכנס דיסק מרובה צריבות:" - -#~ msgid "Label of the disc" -#~ msgstr "תווית הדיסק" - -#~ msgid "Title" -#~ msgstr "כותרת" - -#~ msgid "the medium is not writable" -#~ msgstr "לא ניתן לכתוב על המדיה" - -#~ msgid "the medium can be recorded" -#~ msgstr "ניתן לצרוב על המדיה" - -#~ msgid "data can be written or appended to the medium" -#~ msgstr "ניתן לכתוב או להוסיף נתונים למדיה" - -#~ msgid "data can be appended to the medium" -#~ msgstr "ניתן להוסיף נתונים למדיה" - -#~ msgid "" -#~ "The image will be saved to\n" -#~ "%s" -#~ msgstr "" -#~ "קובץ תמונת התקליטור ישמר ב\n" -#~ "%s" - -#~ msgid "Size:" -#~ msgstr "גודל:" - -#~ msgid "Status:" -#~ msgstr "מצב:" - -#~ msgid "This image can't be burnt:" -#~ msgstr "לא ניתן לצרוב את תמונת התקליטור:" - -#, fuzzy -#~ msgid "No Image" -#~ msgstr "אין קובץ תמונת תקליטור" - -#~ msgid "Path:" -#~ msgstr "נתיב:" - -#~ msgid "Open an image" -#~ msgstr "פתח תמונת תקליטור" - -#~ msgid "Image" -#~ msgstr "תמונת תקליטור" - -#~ msgid "Name:\t %s" -#~ msgstr "שם:\t %s" - -#~ msgid "%s\n" -#~ msgstr "%s\n" - -#~ msgid "Would you like to activate overburn?" -#~ msgstr "להפעיל את אפשרות צריבת היתר?" - -#~ msgid "_Don't use overburn" -#~ msgstr "_אל תשתמש בצריבת יתר" - -#, fuzzy -#~ msgid "Default Burning Application" -#~ msgstr "יישום ברירת המחדל לצריבה" - -#~ msgid "" -#~ "This is a first time running dialog that won't be shown again. If you " -#~ "change your mind, you can change your choice later in the Removable " -#~ "Drives and Media Preferences whether or not you chose brasero." -#~ msgstr "" -#~ "זו חלון המופעל פעם אחת ולא יוצג שוב. את תשנה את דעתך, ניתן לשנות את " -#~ "הבחירה בהעדפות כוננים ומדיה נשלפים ולבחור או לבטל את הבחירה ב-brasero." - -#~ msgid "_Keep Using \"%s\"" -#~ msgstr "_המשך להשתמש ב \"%s\"" - -#~ msgid "_Use Brasero next time" -#~ msgstr "_השתמש ב-Brasero בפעם הבאה" - -#~ msgid "Would you like to use Brasero in the future to burn audio discs?" -#~ msgstr "להשתמש ב-Brasero בעתיד כדי לצרוב תקליטורי שמע?" - -#~ msgid "%s is busy" -#~ msgstr "%s בשימוש" - -#~ msgid "%s not properly supported" -#~ msgstr "%s לא נתמך כראוי" - -#~ msgid "The disc in %s is not supported" -#~ msgstr "הדיסק ב-%s לא ניתמך" - -#~ msgid "Empty (%s free for %s)" -#~ msgstr "‏ריק ‏(%s פנוי עבור %s)" - -#~ msgid "Empty (%s free)" -#~ msgstr "ריק (%s פנוי)" - -#~ msgid "%s (DVD-R Dual Layer)" -#~ msgstr "%s (DVD-R Dual Layer)" - -#~ msgid "%s (DVD-R)" -#~ msgstr "%s (DVD-R)" - -#~ msgid "%s (CD-R)" -#~ msgstr "%s (CD-R)" - -#~ msgid "Create a new project:" -#~ msgstr "יצירת פרויקט חדש:" - -#~ msgid "" -#~ "Choose from the following options" -#~ msgstr "בחר מהאפשרויות הבאות" - -#~ msgid "Choose a recently opened project:" -#~ msgstr "בחר פרויקט שנפתח לאחרונה:" - -#~ msgid "Options:" -#~ msgstr "אפשרויות:" - -#~ msgid "Choose the disc to read from" -#~ msgstr "בחר את הדיסק הדיסק לקריאה" - -#~ msgid "there isn't any available session on the disc" -#~ msgstr "איו צריבות זמינות על הדיסק" - -#~ msgid "Hide the _filtered file list (no file)" -#~ msgstr "הסתר את רשימת הקבצים ה_מסוננים (אין קבצים)" - -#~ msgid "Show the _filtered file list (no file)" -#~ msgstr "הצג את רשימת הקבצים ה_מסוננים (אין קבצים)" - -#~ msgid "Filtering options" -#~ msgstr "אפשרויות סינון" - -#, fuzzy -#~ msgid "Data %s: \"%s\"" -#~ msgstr "%s בשימוש" - -#~ msgid "%s in %s" -#~ msgstr "‏%s ב-%s" - -#~ msgid "_Image" -#~ msgstr "_תמונה" - -#~ msgid "%d:%02i hour" -#~ msgid_plural "%i:%02i hours" -#~ msgstr[0] "%d:%02i שעות" -#~ msgstr[1] "%i:%02i שעות" - -#~ msgid "Disc Insertion" -#~ msgstr "הכנסת דיסק" - -#~ msgid "Disc Replacement" -#~ msgstr "החלפת דיסק" - -#~ msgid "_Hide errors" -#~ msgstr "_הסתר שגיאות" - -#~ msgid "Find all available videos" -#~ msgstr "מצא את כל הווידאו הזמין" - -#~ msgid "Find all available documents" -#~ msgstr "מצא את כל המסמכים הזמינים" - -#~ msgid "Find all available spreadsheets" -#~ msgstr "מצא את כל הגליונות האלקטרוניים הזמינים" - -#~ msgid "Find all available presentations" -#~ msgstr "מצא את כל המצגות הזמינות" - -#~ msgid "Text File" -#~ msgstr "קובץ טקסט" - -#~ msgid "Waiting for disc insertion" -#~ msgstr "ממתין להכנסת דיסק" - -#~ msgid "Import session error" -#~ msgstr "שגיאת ייבוא צריבה" - -#~ msgid "Waiting for ongoing tasks" -#~ msgstr "ממתין למשימות פעילות." - -#~ msgid "Empty project" -#~ msgstr "ריקון פרויקט" - -#~ msgid "New project" -#~ msgstr "פרויקט חדש" - -#~ msgid "No title" -#~ msgstr "אין כותרת" - -#~ msgid "Options" -#~ msgstr "אפשרויות" - -#~ msgid "Close if successful" -#~ msgstr "סגור אחרי הצריבה" - -#~ msgid "Display file chooser" -#~ msgstr "הצג בוחר קבצים" - -#~ msgid "_Close the application if the burn process is successful" -#~ msgstr "_סגור את היישום אם תהליך הצריבה מסתיים בהצלחה" - -#~ msgid "Sorry, no documentation for Brasero." -#~ msgstr "סליחה, אין תיעוד עבור Brasero." - -#, fuzzy -#~ msgid "Song information for all tracks" -#~ msgstr "נתוני שיר עבור רצועה מספר %02i" - -#, fuzzy -#~ msgid "Insert a string" -#~ msgstr "ה_כנס הפסקה" - -#~ msgid "" -#~ "Do you want to erase the current disc?\n" -#~ "Or replace the current disc with a new disc?" -#~ msgstr "" -#~ "למחוק את הדיסק הנוכחי?\n" -#~ "או להחליף את הדיסק הנוכחי בדיסק חדש?" - -#~ msgid "you must delete some files." -#~ msgstr "עליך למחוק מספר קבצים." - -#~ msgid "don't _show this dialog again" -#~ msgstr "אל _תציג את החלון הזה שוב" - -#~ msgid "Brasero is not the default application to burn audio CDs:" -#~ msgstr "‏Brasero אינו יישום ברירת המחדל לצריבת תקליטורי שמע:" - -#~ msgid "Brasero is not the default application to burn data discs:" -#~ msgstr "‏Brasero אינו יישום ברירת המחדל לצריבת תקליטורי נתונים:" - -#~ msgid "Removed files" -#~ msgstr "קבצים שהוסרו" - -#~ msgid "" -#~ "The following files were removed " -#~ "automatically from the project." -#~ msgstr "" -#~ "הקבצים הבאים הוסרו אוטומטית " -#~ "מהפרויקט." - -#~ msgid "_Notify when files are filtered" -#~ msgstr "_להודיע לי כשקבצים מסוננים" - -#~ msgid "\"%s\" is now ready for use" -#~ msgstr "\"%s\" כעת מוכן לשימוש" - -#~ msgid "Removed Files" -#~ msgstr "קבצים שהוסרו" - -#~ msgid "Display the files filtered from the project" -#~ msgstr "הצגת הקבצים שסוננו מהפרויקט" - -#~ msgid "Filtered Files" -#~ msgstr "קבצים מסוננים" - -#~ msgid "(empty)" -#~ msgstr "(ריק)" - -#~ msgid "Some files were filtered:" -#~ msgstr "חלק מהקבצים סוננו:" - -#~ msgid "The file \"%s\" is unreadable:" -#~ msgstr "הקובץ \"%s\" לא ניתן לקריאה:" - -#~ msgid "The directory \"%s\" is unreadable:" -#~ msgstr "הספרייה \"%s\" לא ניתנת לקריאה:" - -#~ msgid "loading project" -#~ msgstr "טוען פרויקט" - -#~ msgid "Project loading failure" -#~ msgstr "שגיאת בטעינת הפרויקט" - -#~ msgid "no disc" -#~ msgstr "אין דיסק" - -#~ msgid "unknown type" -#~ msgstr "סוג לא ידוע" - -#~ msgid "busy disc" -#~ msgstr "דיסק עסוק" - -#~ msgid "data tracks" -#~ msgstr "רצועות נתונים" - -#~ msgid "Type:" -#~ msgstr "סוג:" - -#~ msgid "Burn..." -#~ msgstr "צרוב..." - -#~ msgid "Choose the drive that holds the media" -#~ msgstr "בחר את ההתקן המחזיק במדיה" - -#~ msgid "Creating local image checksum" -#~ msgstr "יוצר סכום ביקורת לתמונת תקליטור" diff -Nru brasero-3.12.2/po/hi.po brasero-3.12.3/po/hi.po --- brasero-3.12.2/po/hi.po 2015-04-28 10:49:45.000000000 +0000 +++ brasero-3.12.3/po/hi.po 2021-09-17 11:27:28.000000000 +0000 @@ -6,21 +6,21 @@ # Rajesh Ranjan , 2009. # chandankumar(ciypro) , 2012. # rajesh , 2012, 2013, 2014. +# G Karunakar , 2020. msgid "" msgstr "" "Project-Id-Version: brasero.master.hi\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-09-17 02:58+0000\n" -"PO-Revision-Date: 2014-09-17 11:33+0630\n" -"Last-Translator: rajesh \n" -"Language-Team: Hindi \n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2020-07-03 08:46+0000\n" +"PO-Revision-Date: 2020-07-28 20:27+0530\n" +"Last-Translator: G Karunakar \n" +"Language-Team: Hindi \n" "Language: hi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" "X-DamnedLies-Scope: partial\n" #: ../data/brasero.appdata.xml.in.h:1 @@ -29,9 +29,11 @@ "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." msgstr "" -"ब्रसेरो गनोम डेस्कटॉप के लिए CD/DVD लिखने के लिए अनुप्रयोग है. इसे सरलतम रहने " -"के लिए डिज़ायन किया है और उपयोक्ता को सक्रिय करने के लिए कुछ अनूठी विशेषताएँ " -"रखता है ताकि उन डिस्क को आसानी से और तेजी से बनाया जा सके." +"ब्रसेरो गनोम डेस्कटॉप के लिए CD/DVD लिखने के लिए अनुप्रयोग है. इसे सरलतम रहने" +" के लिए " +"डिज़ायन किया है और उपयोक्ता को सक्रिय करने के लिए कुछ अनूठी विशेषताएँ रखता है" +" ताकि उन " +"डिस्क को आसानी से और तेजी से बनाया जा सके." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -40,10 +42,11 @@ "files from other local applications or from remote shared drives to easily " "burn them to a disc." msgstr "" -"ब्रसेरो डाटा और CD/DVD का निर्माण, नक़ल और लिख सकता है. यह पूरी तरह से " -"CD-TEXT, मल्टीस्क्रीन और ज्वाइलेट विस्तार का समर्थन करता है. आप अन्य स्थानीय " -"अनुप्रयोग से फ़ाइल को खींच कर ला सकते हैं या दूरस्थ साझा ड्राइव से डिस्क में " -"लिख सकते हैं." +"ब्रसेरो डाटा और CD/DVD का निर्माण, नक़ल और लिख सकता है. यह पूरी तरह से" +" CD-TEXT, " +"मल्टीस्क्रीन और ज्वाइलेट विस्तार का समर्थन करता है. आप अन्य स्थानीय अनुप्रयोग" +" से फ़ाइल को " +"खींच कर ला सकते हैं या दूरस्थ साझा ड्राइव से डिस्क में लिख सकते हैं." #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -74,10 +77,15 @@ msgstr "एक छवि फ़ाइल लिखें" #: ../data/brasero.desktop.in.in.h:8 +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "डिस्क की नक़ल करें" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "एक ऑडियो प्रोजेक्ट बनाएँ" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "एक वीडियो प्रोजेक्ट बनाएँ" @@ -94,8 +102,8 @@ "Should Nautilus extension output debug statements. The value should be set " "to true if it should." msgstr "" -"नॉटिलस एक्सटेंशन आउटपुट डिबग कथन चाहिए. मान को सही पर निर्धारित किया जाना " -"चाहिए " +"नॉटिलस एक्सटेंशन आउटपुट डिबग कथन चाहिए. मान को सही पर निर्धारित किया जाना" +" चाहिए " "अगर यह हुआ तो." #: ../data/org.gnome.brasero.gschema.xml.h:3 @@ -120,10 +128,10 @@ "files. If that value is empty, the default directory set for glib will be " "used." msgstr "" -"निर्देशिका जहां ब्रैसेरो अस्थायी फ़ाइलों को भंडारित करता हैं के लिए पथ शामिल " -"हैं . यदि वह " -"मान रिक्त है, तो glib के लिए निर्धारित डिफ़ॉल्ट निर्देशिका का इस्तेमाल किया " -"जाएगा." +"निर्देशिका जहां ब्रैसेरो अस्थायी फ़ाइलों को भंडारित करता हैं के लिए पथ शामिल" +" हैं . यदि वह " +"मान रिक्त है, तो glib के लिए निर्धारित डिफ़ॉल्ट निर्देशिका का इस्तेमाल किया" +" जाएगा." #: ../data/org.gnome.brasero.gschema.xml.h:8 msgid "Favourite burn engine" @@ -134,8 +142,8 @@ "Contains the name of the favourite burn engine suite installed. It will be " "used if possible." msgstr "" -"संस्थापित पसंदीदा बर्न इंजन सूइट का नाम समाहित करता है. यह प्रयोग किया जाएगा " -"यदि संभव " +"संस्थापित पसंदीदा बर्न इंजन सूइट का नाम समाहित करता है. यह प्रयोग किया जाएगा" +" यदि संभव " "है." #: ../data/org.gnome.brasero.gschema.xml.h:10 @@ -147,8 +155,8 @@ "Contains the list of additional plugins Brasero will use to burn discs. If " "set to NULL, Brasero will load them all." msgstr "" -"अतिरिक्त प्लगइन की सूची समाहित करता है जो ब्रैसेरो डिस्क को लिखने के लिए " -"प्रयोग करेगा. " +"अतिरिक्त प्लगइन की सूची समाहित करता है जो ब्रैसेरो डिस्क को लिखने के लिए" +" प्रयोग करेगा. " "यदि रिक्त पर सेट है , ब्रैसेरो उसे लोड करेगा." #: ../data/org.gnome.brasero.gschema.xml.h:12 @@ -160,8 +168,8 @@ "Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to " "true) as it's only a workaround for some drives/setups." msgstr "" -"क्या \"-immed\" फ्लैग को cdrecord के साथ प्रयोग करना है. सावधानी से प्रयोग " -"करें (सही " +"क्या \"-immed\" फ्लैग को cdrecord के साथ प्रयोग करना है. सावधानी से प्रयोग" +" करें (सही " "पर सेट करें) क्योंकि यह कुछ ड्राइव/सेटअप के लिए समाधान का कार्य करता है." #: ../data/org.gnome.brasero.gschema.xml.h:14 @@ -174,10 +182,10 @@ "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to " "false, brasero won't use it; it may be a workaround for some drives/setups." msgstr "" -"क्या \"-use-the-force-luke=dao\" फ्लैग को growisofs के साथ प्रयोग करना है. " -"इसे गलत " -"पर सेट करें, ब्रैसेरो इसे प्रयोग नहीं करेगा; यह कुछ ड्राइव/सेटअप के साथ " -"समाधान के रूप में होता " +"क्या \"-use-the-force-luke=dao\" फ्लैग को growisofs के साथ प्रयोग करना है." +" इसे गलत " +"पर सेट करें, ब्रैसेरो इसे प्रयोग नहीं करेगा; यह कुछ ड्राइव/सेटअप के साथ" +" समाधान के रूप में होता " "है." #: ../data/org.gnome.brasero.gschema.xml.h:16 @@ -197,8 +205,8 @@ "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to " "True, brasero will use it; it may be a workaround for some drives/setups." msgstr "" -"क्या \"--driver generic-mmc-raw\" का प्रयोग cdrdao के साथ करना है. सही पर सेट " -"करें, " +"क्या \"--driver generic-mmc-raw\" का प्रयोग cdrdao के साथ करना है. सही पर सेट" +" करें, " "ब्रैसेरो इसे प्रयोग करेगा; यह कुछ ड्राइव/सेटअप के लिए समाधान का कार्य करेगा." #: ../data/org.gnome.brasero.gschema.xml.h:20 @@ -211,8 +219,8 @@ "Contains the absolute path of the directory that was last browsed for images " "to burn" msgstr "" -"निर्देशिका जहाँ छवियों को बर्न करने के लिए आखरी बार ब्राउज किया गया था का " -"पूर्ण पथ " +"निर्देशिका जहाँ छवियों को बर्न करने के लिए आखरी बार ब्राउज किया गया था का" +" पूर्ण पथ " "शामिल हैं." #: ../data/org.gnome.brasero.gschema.xml.h:22 @@ -232,8 +240,8 @@ "Should brasero filter hidden files. Set to true, brasero will filter hidden " "files." msgstr "" -"क्या ब्रैसेरो को छुपी फ़ाइलों को फिल्टर करना चाहिए. सही पर सेट करें, ब्रैसेरो " -"को छुपी फ़ाइलों " +"क्या ब्रैसेरो को छुपी फ़ाइलों को फिल्टर करना चाहिए. सही पर सेट करें, ब्रैसेरो" +" को छुपी फ़ाइलों " "को फिल्टर करेगा." #: ../data/org.gnome.brasero.gschema.xml.h:26 @@ -245,8 +253,8 @@ "Should brasero replace symbolic links by their target files in the project. " "Set to true, brasero will replace symbolic links." msgstr "" -"क्या ब्रैसेरो को परियोजना में लक्षित फाइलों के द्वारा सांकेतिक कड़ी से बदला " -"जाना चाहिए. " +"क्या ब्रैसेरो को परियोजना में लक्षित फाइलों के द्वारा सांकेतिक कड़ी से बदला" +" जाना चाहिए. " "सही पर सेट करें, ब्रैसेरो सांकेतिक कड़ी को बदलेगा." #: ../data/org.gnome.brasero.gschema.xml.h:28 @@ -258,8 +266,8 @@ "Should brasero filter broken symbolic links. Set to true, brasero will " "filter broken symbolic links." msgstr "" -"क्या ब्रैसेरो को टूटी सांकेतिक कड़ी को फिल्टर करना चाहिए. सही पर सेट करें, " -"ब्रैसेरो टूटी " +"क्या ब्रैसेरो को टूटी सांकेतिक कड़ी को फिल्टर करना चाहिए. सही पर सेट करें," +" ब्रैसेरो टूटी " "सांकेतिक कड़ी को फिल्टर करेगा." #: ../data/org.gnome.brasero.gschema.xml.h:30 @@ -273,12 +281,12 @@ "priority is used. A positive value overrides the plugin's native priority. A " "negative value disables the plugin." msgstr "" -"जब कई प्लगइन एक ही कार्य के लिए उपलब्ध हैं, इस मान किस प्लगइन को प्राथमिकता " -"दी जानी " -"चाहिए निर्धारित करने के लिए प्रयोग किया जाता है . 0 मतलब प्लगइन देशी " -"प्राथमिकता का " -"प्रयोग किया जाता है. एक सकारात्मक मान प्लगइन के देशी प्राथमिकता को ओवरराइड कर " -"देता " +"जब कई प्लगइन एक ही कार्य के लिए उपलब्ध हैं, इस मान किस प्लगइन को प्राथमिकता" +" दी जानी " +"चाहिए निर्धारित करने के लिए प्रयोग किया जाता है . 0 मतलब प्लगइन देशी" +" प्राथमिकता का " +"प्रयोग किया जाता है. एक सकारात्मक मान प्लगइन के देशी प्राथमिकता को ओवरराइड कर" +" देता " "हैं. नकारात्मक मान प्लगइन को निष्क्रिय करता है." #: ../data/org.gnome.brasero.gschema.xml.h:32 @@ -290,8 +298,8 @@ "This value represents the burning flags that were used in such a context the " "last time." msgstr "" -"यह मान जलते ध्वजों का प्रतिनिधित्व करता है जो कि इस तरह के संदर्भ में पिछली " -"बार प्रयुक्त थे." +"यह मान जलते ध्वजों का प्रतिनिधित्व करता है जो कि इस तरह के संदर्भ में पिछली" +" बार प्रयुक्त थे." #: ../data/org.gnome.brasero.gschema.xml.h:34 msgid "The speed to be used" @@ -302,8 +310,8 @@ "This value represents the speed that was used in such a context the last " "time." msgstr "" -"यह मान गति का प्रतिनिधित्व करता है जो कि इस तरह के संदर्भ में पिछली बार " -"प्रयुक्त थे." +"यह मान गति का प्रतिनिधित्व करता है जो कि इस तरह के संदर्भ में पिछली बार" +" प्रयुक्त थे." #: ../libbrasero-burn/brasero-blank-dialog.c:222 msgid "Error while blanking." @@ -431,24 +439,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (application)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (library)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (GStreamer plugin)" @@ -462,8 +467,8 @@ "Please install the following required applications and libraries manually " "and try again:" msgstr "" -"कृपया निम्न आवश्यक अनुप्रयोगों और लायब्रेरीज़ को दस्ती रूप से अधिष्ठापित और " -"फिर कोशिश करें:" +"कृपया निम्न आवश्यक अनुप्रयोगों और लायब्रेरीज़ को दस्ती रूप से अधिष्ठापित और" +" फिर कोशिश करें:" #: ../libbrasero-burn/brasero-burn.c:2576 #: ../libbrasero-burn/brasero-caps-burn.c:868 @@ -480,18 +485,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "आंतरिक त्रुटि पैदा हुआ" @@ -673,8 +677,8 @@ "Please replace the disc with a writable CD with at least %i MiB of free " "space." msgstr "" -"कृपया डिस्क को किसी लिखने योग्य सीडी के साथ कम से कम %i MiB खाली स्थान के साथ " -"बदलें." +"कृपया डिस्क को किसी लिखने योग्य सीडी के साथ कम से कम %i MiB खाली स्थान के साथ" +" बदलें." #: ../libbrasero-burn/brasero-burn-dialog.c:575 msgid "Please replace the disc with a writable CD." @@ -684,8 +688,8 @@ #, c-format msgid "Please insert a writable CD with at least %i MiB of free space." msgstr "" -"कृपया डिस्क को किसी लिखने योग्य सीडी को कम से कम %i MiB खाली स्थान के साथ " -"डालें." +"कृपया डिस्क को किसी लिखने योग्य सीडी को कम से कम %i MiB खाली स्थान के साथ" +" डालें." #: ../libbrasero-burn/brasero-burn-dialog.c:582 msgid "Please insert a writable CD." @@ -697,8 +701,8 @@ "Please replace the disc with a writable DVD with at least %i MiB of free " "space." msgstr "" -"कृपया डिस्क को किसी लिखने योग्य सीडी के साथ कम से कम %i MiB खाली स्थान के साथ " -"बदलें." +"कृपया डिस्क को किसी लिखने योग्य सीडी के साथ कम से कम %i MiB खाली स्थान के साथ" +" बदलें." #: ../libbrasero-burn/brasero-burn-dialog.c:591 msgid "Please replace the disc with a writable DVD." @@ -708,8 +712,8 @@ #, c-format msgid "Please insert a writable DVD with at least %i MiB of free space." msgstr "" -"कृपया डिस्क को किसी लिखने योग्य डीवीडी के साथ कम से कम %i MiB खाली स्थान के " -"साथ डालें." +"कृपया डिस्क को किसी लिखने योग्य डीवीडी के साथ कम से कम %i MiB खाली स्थान के" +" साथ डालें." #: ../libbrasero-burn/brasero-burn-dialog.c:598 msgid "Please insert a writable DVD." @@ -721,8 +725,8 @@ "Please replace the disc with a writable CD or DVD with at least %i MiB of " "free space." msgstr "" -"कृपया डिस्क को किसी लिखने योग्य सीडी या डीवीडी के साथ कम से कम %i MiB खाली " -"स्थान के " +"कृपया डिस्क को किसी लिखने योग्य सीडी या डीवीडी के साथ कम से कम %i MiB खाली" +" स्थान के " "साथ बदलें." #: ../libbrasero-burn/brasero-burn-dialog.c:606 @@ -733,8 +737,8 @@ #, c-format msgid "Please insert a writable CD or DVD with at least %i MiB of free space." msgstr "" -"कृपया डिस्क को किसी लिखने योग्य सीडी या डीवीडी के साथ कम से कम %i MiB खाली " -"स्थान के " +"कृपया डिस्क को किसी लिखने योग्य सीडी या डीवीडी के साथ कम से कम %i MiB खाली" +" स्थान के " "साथ घुसाएँ." #: ../libbrasero-burn/brasero-burn-dialog.c:613 @@ -821,8 +825,8 @@ "Do you want to specify another location for this session or retry with the " "current location?" msgstr "" -"क्या आप इस सत्र के लिए दूसरा स्थान निर्दिष्ट करना चाहते हैं या मौजूदा स्थान " -"के साथ फिर " +"क्या आप इस सत्र के लिए दूसरा स्थान निर्दिष्ट करना चाहते हैं या मौजूदा स्थान" +" के साथ फिर " "कोशिश करना चाहते हैं?" #: ../libbrasero-burn/brasero-burn-dialog.c:742 @@ -876,8 +880,8 @@ "If you import them you will be able to see and use them once the current " "selection of files is burned." msgstr "" -"यदि आप उन्हें आयात करते हैं तो आप एक बार लिखे हुए फाइल के मौजूदा चयन को देख " -"और उन्हें " +"यदि आप उन्हें आयात करते हैं तो आप एक बार लिखे हुए फाइल के मौजूदा चयन को देख" +" और उन्हें " "उपयोग कर सकेगे." #: ../libbrasero-burn/brasero-burn-dialog.c:948 @@ -889,8 +893,8 @@ msgid "" "There are files already burned on this disc. Would you like to import them?" msgstr "" -"इस डिस्क पर फाइल को पहले से ही लिखा गया है. क्या आप उन्हें आयात करना चाहते है " -"?" +"इस डिस्क पर फाइल को पहले से ही लिखा गया है. क्या आप उन्हें आयात करना चाहते है" +" ?" #: ../libbrasero-burn/brasero-burn-dialog.c:953 msgid "_Import" @@ -905,8 +909,8 @@ "CD-RW audio discs may not play correctly in older CD players and CD-Text " "won't be written." msgstr "" -"CD-RW ऑडियो डिस्क पुराने CD प्लेयर में ठीक से बज नहीं सकता है और CD-Text नहीं " -"लिखा " +"CD-RW ऑडियो डिस्क पुराने CD प्लेयर में ठीक से बज नहीं सकता है और CD-Text नहीं" +" लिखा " "जाएगा." #: ../libbrasero-burn/brasero-burn-dialog.c:968 @@ -943,8 +947,8 @@ "The disc could not be ejected though it needs to be removed for the current " "operation to continue." msgstr "" -"डिस्क बाहर निकाला नहीं जा सकता हालांकि इसे हटाना जरुरी है मौजूदा प्रक्रिया को " -"जारी " +"डिस्क बाहर निकाला नहीं जा सकता हालांकि इसे हटाना जरुरी है मौजूदा प्रक्रिया को" +" जारी " "रखने के लिए." #: ../libbrasero-burn/brasero-burn-dialog.c:1133 @@ -1060,8 +1064,8 @@ "Another copy will start as soon as you insert a new writable disc. If you do " "not want to burn another copy, press \"Cancel\"." msgstr "" -"दूसरी प्रतिलिपि को जल्दी शुरू करने के लिए आप एक नया लिखने योग्य डिस्क " -"सम्मिलित करे. अगर " +"दूसरी प्रतिलिपि को जल्दी शुरू करने के लिए आप एक नया लिखने योग्य डिस्क" +" सम्मिलित करे. अगर " "आप दुसरे प्रतिलिपि को नहीं लिखना नहीं चाहते है, \"रद्द करे\" दबाये." #: ../libbrasero-burn/brasero-burn-dialog.c:1963 @@ -1107,8 +1111,8 @@ "Please insert a writable CD or DVD if you don't want to write to an image " "file." msgstr "" -"कृपया एक लिखने योग्य सीडी या डीवीडी घुसाएँ यदि आप किसी छवि फ़ाइल पर लिखना " -"नहीं चाहते " +"कृपया एक लिखने योग्य सीडी या डीवीडी घुसाएँ यदि आप किसी छवि फ़ाइल पर लिखना" +" नहीं चाहते " "हैं." #: ../libbrasero-burn/brasero-burn-options.c:302 ../src/brasero-project.c:1595 @@ -1221,8 +1225,7 @@ msgstr "कृपया डिस्क घुसाएँ जो नकल संरक्षित नहीं है." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "सभी आवश्यक अनुप्रयोगों और लायब्रेरीज़ संस्थापित नहीं हैं." @@ -1242,10 +1245,10 @@ "cannot be properly recognised and therefore need overburn option.\n" "NOTE: This option might cause failure." msgstr "" -"डिस्क के लिए आँकड़ा आकार काफी बड़ा है और आपको फ़ाइलों को अन्यथा चयन से हटानी " -"चाहिए.\n" -"आप इस विकल्प को प्रयोग कर सकते हैं यदि आप 90 या 100 मिनट CD-R(W) का प्रयोग " -"करते हैं " +"डिस्क के लिए आँकड़ा आकार काफी बड़ा है और आपको फ़ाइलों को अन्यथा चयन से हटानी" +" चाहिए.\n" +"आप इस विकल्प को प्रयोग कर सकते हैं यदि आप 90 या 100 मिनट CD-R(W) का प्रयोग" +" करते हैं " "जो कि ठीक से जाना नहीं जा सकता है और इसलिए अतिलेखन की जरूरत है.\n" "नोट: यह विकल्प विफलता दे सकती है." @@ -1283,8 +1286,7 @@ msgid "Video Options" msgstr "वीडियो विकल्प" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1298,8 +1300,8 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned." msgstr "" -"केवल एक चयनित फ़ाइल (\"%s\") है. यह डिस्क की छवि है और इसकी सामग्री लिखी जा " -"सकती है." +"केवल एक चयनित फ़ाइल (\"%s\") है. यह डिस्क की छवि है और इसकी सामग्री लिखी जा" +" सकती है." #: ../libbrasero-burn/brasero-burn-options.c:809 msgid "Burn as _File" @@ -1326,8 +1328,7 @@ msgid "Select disc to copy" msgstr "डिस्क को कॉपी करने के लिए चुनें" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "निम्नलिखित को दस्ती रूप से अधिष्ठापित और फिर कोशिश करें:" @@ -1431,8 +1432,8 @@ "GiB).\n" "This can be a problem when writing DVDs or large images." msgstr "" -"इस आयतन पर फ़ाइलतंत्र बड़ी फ़ाइलों का समर्थन नहीं करता है (2 GiB से ऊपर का " -"आकार).\n" +"इस आयतन पर फ़ाइलतंत्र बड़ी फ़ाइलों का समर्थन नहीं करता है (2 GiB से ऊपर का" +" आकार).\n" "यह एक समस्या हो सकती है जब DVD या बड़ी छवि को लिखा जा रहा हो." #. Translators %s.1f is the speed used to burn @@ -1481,8 +1482,8 @@ "Brasero will simulate the burning and, if it is successful, go on with " "actual burning after 10 seconds" msgstr "" -"ब्रैसेरो लिखने का सिमुलेट करेगा और यदि यह सफल है, 10 सेकेंड में वास्तविक लेखन " -"करें" +"ब्रैसेरो लिखने का सिमुलेट करेगा और यदि यह सफल है, 10 सेकेंड में वास्तविक लेखन" +" करें" #: ../libbrasero-burn/brasero-drive-properties.c:726 msgid "Use burn_proof (decrease the risk of failures)" @@ -1576,8 +1577,8 @@ "If you choose to keep it, programs may not be able to recognize the file " "type properly." msgstr "" -"यदि आप इसे बनाए रखना चाहते हैं, प्रोग्राम फ़ाइल प्रकार को ठीक से पहचानने में " -"समर्थ नहीं है." +"यदि आप इसे बनाए रखना चाहते हैं, प्रोग्राम फ़ाइल प्रकार को ठीक से पहचानने में" +" समर्थ नहीं है." #: ../libbrasero-burn/brasero-medium-properties.c:142 msgid "_Keep Current Extension" @@ -1685,8 +1686,8 @@ "Note: Such a file hierarchy is known to work on Linux." msgstr "" "इस निर्देशिका की संतति के पास 7 जनक निर्देशिका रहेगी.\n" -"ब्रैसेरो ऐसी फ़ाइल पदक्रम की एक छवि बनाएगी और इसे लिखेगी लेकिन डिस्क सभी " -"ऑपरेटिंग तंत्र " +"ब्रैसेरो ऐसी फ़ाइल पदक्रम की एक छवि बनाएगी और इसे लिखेगी लेकिन डिस्क सभी" +" ऑपरेटिंग तंत्र " "पर पठनीय नहीं होगी.\n" "नोट: ऐसा फाइल पदक्रम लिनक्स पर काम करने वाला माना जाता है." @@ -1709,8 +1710,8 @@ "Do you really want to add \"%s\" to the selection and use the third version " "of the ISO9660 standard to support it?" msgstr "" -"क्या आप वाकई चयन में \"%s\" को जोड़ना चाहते हैं और इसे समर्थन देने के लिए " -"ISO9660 मानक के " +"क्या आप वाकई चयन में \"%s\" को जोड़ना चाहते हैं और इसे समर्थन देने के लिए" +" ISO9660 मानक के " "तीसरे संस्करण को प्रयोग करना चाहते हैं?" #: ../libbrasero-burn/brasero-status-dialog.c:290 @@ -1725,14 +1726,14 @@ "However, Mac OS X cannot read images created with version 3 of the ISO9660 " "standard." msgstr "" -"फाइल का आकार 2 GiB से अधिक है. 2 GiB से अधिक फ़ाइल को ISO9660 मानक के आधार " -"पर " +"फाइल का आकार 2 GiB से अधिक है. 2 GiB से अधिक फ़ाइल को ISO9660 मानक के आधार" +" पर " "समर्थित नहीं है इसके पहले और दूसरे संस्करण में (जो अधिक लोकप्रिय है).\n" -"इसकी सलाह दी जाती है कि ISO9660 मानक के तीसरे संस्करण का प्रयोग करें जो " -"अधिकतर " +"इसकी सलाह दी जाती है कि ISO9660 मानक के तीसरे संस्करण का प्रयोग करें जो" +" अधिकतर " "ऑपरेटिंग तंत्र के द्वारा समर्थित है, लिनक्स और Windows™ के सभी संस्करण में.\n" -"हालांकि Mac OS X ISO9660 मानक के तीसरे संस्करण से बनाई गई छवि नहीं पढ़ सकता " -"है." +"हालांकि Mac OS X ISO9660 मानक के तीसरे संस्करण से बनाई गई छवि नहीं पढ़ सकता" +" है." #: ../libbrasero-burn/brasero-status-dialog.c:330 #: ../src/brasero-data-disc.c:729 @@ -2103,8 +2104,8 @@ "The filesystem you chose to store the temporary image on cannot hold files " "with a size over 2 GiB" msgstr "" -"फ़ाइलतंत्र जिसे आपने चुना अस्थायी छवियों को जमा करने के लिए वह 2 GiB से अधिक " -"आकार की " +"फ़ाइलतंत्र जिसे आपने चुना अस्थायी छवियों को जमा करने के लिए वह 2 GiB से अधिक" +" आकार की " "फ़ाइलों को रख नहीं सकता है" #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 @@ -2113,11 +2114,11 @@ "The location you chose to store the temporary image on does not have enough " "free space for the disc image (%ld MiB needed)" msgstr "" -"स्थान जिसे आपने अस्थायी छवि को जमा करने के लिए चुना है वह डिस्क स्थान के लिए " -"पर्याप्त " +"स्थान जिसे आपने अस्थायी छवि को जमा करने के लिए चुना है वह डिस्क स्थान के लिए" +" पर्याप्त " "खाली स्थान नहीं रखता है (%ld MiB की जरूरत है)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "आयतन का आकार लौटाया नहीं जा सका" @@ -2410,8 +2411,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "आँकड़ा डिस्क (%s)" @@ -2420,8 +2421,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "यह कोई वैध ISO छवि नहीं प्रतीत होता है" @@ -2670,17 +2670,14 @@ msgstr "%s तत्व को बनाया नहीं जा सका" #: ../libbrasero-utils/brasero-misc.c:74 -#| msgid "Display debug statements on stdout for Brasero burn library" msgid "Display debug statements on stdout for Brasero utilities library" msgstr "ब्रैसेरो उपयोगिता लाइब्रेरी के लिए stdout पर डिबग कथन दिखाएँ" #: ../libbrasero-utils/brasero-misc.c:91 -#| msgid "Brasero optical media library" msgid "Brasero utilities library" msgstr "ब्रैसेरो उपयोगिता लाइबेरी" #: ../libbrasero-utils/brasero-misc.c:92 -#| msgid "Display options for Brasero-burn library" msgid "Display options for Brasero-utils library" msgstr "ब्रैसेरो-उपयोगिता लाइब्रेरी के लिए प्रदर्शक विकल्प" @@ -2731,7 +2728,7 @@ msgstr "डिस्क पर लिखें" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "सामग्रियों को एक सीडी या डीवीडी पर लिखें" @@ -2740,7 +2737,7 @@ msgstr "डिस्क कॉपी करें" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" msgstr "डिस्क पर लिखें" @@ -2782,7 +2779,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2884,8 +2881,8 @@ "The location you chose to store the image on does not have enough free space " "for the disc image" msgstr "" -"स्थान जिसे आप छवि को जमा करने के लिए चुनते हैं वह डिस्क छवि के लिए पर्याप्त " -"खाली स्थान " +"स्थान जिसे आप छवि को जमा करने के लिए चुनते हैं वह डिस्क छवि के लिए पर्याप्त" +" खाली स्थान " "नहीं रखता है" #: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 @@ -3074,7 +3071,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3083,34 +3080,34 @@ "command or run the \"DVDCSS_METHOD=title brasero --no-existing-session\" " "command" msgstr "" -"कूटलेखन के लिए उपयोग में कुंजी को पुन: प्राप्त करने में त्रुटि. आप निम्न " -"तरीकों में से किसी एक " -"के साथ एक ऐसी समस्या को हल कर सकते हैं: टर्मिनल में या तो उचित डीवीडी " -"क्षेत्र कोड " -"निर्धारित अपने सीडी / डीवीडी प्लेयर के लिए \"regionset %s\" कमांड या चालू " -"करें " +"कूटलेखन के लिए उपयोग में कुंजी को पुन: प्राप्त करने में त्रुटि. आप निम्न" +" तरीकों में से किसी एक " +"के साथ एक ऐसी समस्या को हल कर सकते हैं: टर्मिनल में या तो उचित डीवीडी" +" क्षेत्र कोड " +"निर्धारित अपने सीडी / डीवीडी प्लेयर के लिए \"regionset %s\" कमांड या चालू" +" करें " "\"DVDCSS_METHOD=title brasero --no-existing-session\" कमांड" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "डीवीडी कुंजी पुनःप्राप्त कर रहा है" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "वीडियो डीवीडी नहीं खोली जा सकी" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "वीडियो DVD पढ़ने में त्रुटि (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "वीडियो DVD की नक़ल कर रहा है" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "डिस्क छवि के लिए सीएसएस गोपित वीडियो डीवीडी नक़ल लें" @@ -3228,8 +3225,8 @@ msgid "" "Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" msgstr "" -"\"CD/DVD Creator Folder\" में नॉटिलस में जोड़ा गया फ़ाइल लिखने की अनुमति देता " -"है" +"\"CD/DVD Creator Folder\" में नॉटिलस में जोड़ा गया फ़ाइल लिखने की अनुमति देता" +" है" #. Translators: This message is sent #. * when brasero could not link together @@ -3585,8 +3582,8 @@ "Note: if you agree, normalization will not be applied to these tracks." msgstr "" "चयनित गीतोँ में से कुछ डीटीएस ट्रैकस बनाने के लिए उपयुक्त हैं.\n" -"इस प्रकार का ऑडियो ट्रैक उच्च गुणवत्ता ध्वनि प्रदान करता है लेकिन केवल " -"विशिष्ट डिजिटल " +"इस प्रकार का ऑडियो ट्रैक उच्च गुणवत्ता ध्वनि प्रदान करता है लेकिन केवल" +" विशिष्ट डिजिटल " "प्लेयर्स में बजाया जायेगा\n" "नोट: अगर आप सहमत हैं, इन ट्रैकस पर सामान्यकरण नहीं लागू होगा." @@ -3789,8 +3786,8 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned" msgstr "" -"केवल एक चयनित फ़ाइल (\"%s\") है. यह डिस्क की छवि है और इसकी सामग्री लिखी जा " -"सकती है" +"केवल एक चयनित फ़ाइल (\"%s\") है. यह डिस्क की छवि है और इसकी सामग्री लिखी जा" +" सकती है" #: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" @@ -3825,8 +3822,8 @@ "A file with this name already exists in the folder. Replacing it will " "overwrite its contents on the disc to be burnt." msgstr "" -"इस नाम के साथ फ़ाइल पहले से फोल्डर में मौजूद है. इसे बदलना डिस्क पर इसकी " -"सामग्री के ऊपर " +"इस नाम के साथ फ़ाइल पहले से फोल्डर में मौजूद है. इसे बदलना डिस्क पर इसकी" +" सामग्री के ऊपर " "लिख देगा. ." #. Translators: Keep means we're keeping the files that already existed @@ -3983,8 +3980,8 @@ msgid "" "Select the files you want to restore and click on the \"Restore\" button" msgstr "" -"फाइल चुनें जिसको आप पुनर्भंडारित करना चाहते हैं और \"Restore\" बटन पर क्लिक " -"करें" +"फाइल चुनें जिसको आप पुनर्भंडारित करना चाहते हैं और \"Restore\" बटन पर क्लिक" +" करें" #: ../src/brasero-file-filtered.c:265 msgid "Type" @@ -4082,8 +4079,8 @@ "This information will be written to the disc using CD-Text technology. It " "can be read and displayed by some audio CD players." msgstr "" -"यह सूचना को डिस्क में CD-Text तकनीक के प्रयोग से लिखा जाएगा. इसे कुछ ध्वनि " -"सीडी प्लेयर के " +"यह सूचना को डिस्क में CD-Text तकनीक के प्रयोग से लिखा जाएगा. इसे कुछ ध्वनि" +" सीडी प्लेयर के " "द्वारा पढ़ा और दिखाया जा सकता है." #: ../src/brasero-multi-song-props.c:213 @@ -4166,25 +4163,25 @@ msgid "Copyright %s" msgstr "कॉपीराइट %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "के बारे में (_A)" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "कॉन्फ़िगर करें (_o)" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "सक्रिय करें (_c)" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "सभी सक्रिय करें (_t)" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "सभी निष्क्रिय करें (_D)" @@ -4244,8 +4241,8 @@ "To add files to this project click the \"Add\" button or drag files to this " "area" msgstr "" -"इस परियोजना में फ़ाइलें जोड़ने के लिए \"जोड़ें\" बटन पर क्लिक करें या इस " -"एरिया में फ़ाइलें को " +"इस परियोजना में फ़ाइलें जोड़ने के लिए \"जोड़ें\" बटन पर क्लिक करें या इस" +" एरिया में फ़ाइलें को " "खींचें" #: ../src/brasero-project.c:697 @@ -4253,8 +4250,8 @@ "To remove files select them then click on the \"Remove\" button or press " "\"Delete\" key" msgstr "" -"फाइलो को हटाने के लिए उन्हें चयनित करे उसके बाद \"हटायें\" बटन पर क्लिक करे " -"या दबाएँ " +"फाइलो को हटाने के लिए उन्हें चयनित करे उसके बाद \"हटायें\" बटन पर क्लिक करे" +" या दबाएँ " "\"मिटाए\" कुंजी " #: ../src/brasero-project.c:804 @@ -4265,8 +4262,8 @@ #: ../src/brasero-project.c:950 ../src/brasero-project.c:966 msgid "The project is too large for the disc even with the overburn option." msgstr "" -"इस परियोजना का आकार काफी बड़ा है डिस्क के लिए यहाँ तक कि अतिलेखन विकल्प के " -"साथ." +"इस परियोजना का आकार काफी बड़ा है डिस्क के लिए यहाँ तक कि अतिलेखन विकल्प के" +" साथ." #: ../src/brasero-project.c:977 msgid "" @@ -4275,11 +4272,11 @@ "cannot be properly recognized and therefore needs the overburn option.\n" "Note: This option might cause failure." msgstr "" -"इस परियोजना का आकार काफी बड़ा है डिस्क के लिए आप फाइलों को अन्यथा परियोजना से " -"जरूर " +"इस परियोजना का आकार काफी बड़ा है डिस्क के लिए आप फाइलों को अन्यथा परियोजना से" +" जरूर " "हटाएँ.\n" -"आप इस विकल्प का प्रयोग कर सकते हैं यदि आर 90 या 100 मिनट CD-R(W) का प्रयोग कर " -"रहे हैं " +"आप इस विकल्प का प्रयोग कर सकते हैं यदि आर 90 या 100 मिनट CD-R(W) का प्रयोग कर" +" रहे हैं " "जो कि ठीक से पहचाना नहीं जा सकता है और इसलिए अतिलेखन विकल्प की जरूरत है.\n" "नोट: यह विकल्प विफलता का कारण बन सकती है." @@ -4342,10 +4339,10 @@ "lost. Note that files will not be deleted from their own location, just no " "longer listed here." msgstr "" -"किसी परियोजना को खाली करना जोड़ी गई सभी पहले की फाइलों को हटा देगा. सभी कार्य " -"नष्ट " -"हो जाएंगे. नोट करें कि फाइल जो मिटाई नहीं जाएगी इनके अपने स्थान से, बस अब " -"केवल सूचीबद्ध " +"किसी परियोजना को खाली करना जोड़ी गई सभी पहले की फाइलों को हटा देगा. सभी कार्य" +" नष्ट " +"हो जाएंगे. नोट करें कि फाइल जो मिटाई नहीं जाएगी इनके अपने स्थान से, बस अब" +" केवल सूचीबद्ध " "नहीं है." #: ../src/brasero-project.c:2368 @@ -4468,8 +4465,8 @@ "Create a CD/DVD containing any type of data that can only be read on a " "computer" msgstr "" -"कोई सीडी/डीवीडी बनाएँ जो किसी प्रकार का आँकड़ा समाहित करता है जो किसी " -"कंप्यूटर पर " +"कोई सीडी/डीवीडी बनाएँ जो किसी प्रकार का आँकड़ा समाहित करता है जो किसी" +" कंप्यूटर पर " "पढ़ा जा सके" #: ../src/brasero-project-manager.c:105 @@ -4491,8 +4488,8 @@ "Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on " "another CD/DVD" msgstr "" -"किसी ऑडियो सीडी का 1:1 नक़ल बनाएँ या अपने हार्ड डिस्क पर डेटा CD/DVD किसी " -"दूसरे CD/" +"किसी ऑडियो सीडी का 1:1 नक़ल बनाएँ या अपने हार्ड डिस्क पर डेटा CD/DVD किसी" +" दूसरे CD/" "DVD पर" #: ../src/brasero-project-manager.c:109 @@ -4786,8 +4783,8 @@ "If you split the track, the size of the new track will be shorter than 6 " "seconds and will be padded." msgstr "" -"यदि आप ट्रैक को बांटते हैं, नए ट्रैक का आकार 6 सेकेंड से कम छोटा होगा और पैड " -"किया जाएगा." +"यदि आप ट्रैक को बांटते हैं, नए ट्रैक का आकार 6 सेकेंड से कम छोटा होगा और पैड" +" किया जाएगा." #: ../src/brasero-split-dialog.c:181 ../src/brasero-split-dialog.c:752 msgid "_Split" diff -Nru brasero-3.12.2/po/hu.po brasero-3.12.3/po/hu.po --- brasero-3.12.2/po/hu.po 2014-08-21 12:30:51.000000000 +0000 +++ brasero-3.12.3/po/hu.po 2020-04-07 12:27:22.000000000 +0000 @@ -1,25 +1,25 @@ # Hungarian translation of brasero. -# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2017 Free Software Foundation, Inc. # This file is distributed under the same license as the brasero package. # # Laszlo Dvornik , 2006. # Gabor Kelemen , 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2014. # Attila Hammer , 2010. -# Balázs Úr , 2013. +# Balázs Úr , 2013, 2017. msgid "" msgstr "" "Project-Id-Version: brasero master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" "product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-03-07 04:02+0000\n" -"PO-Revision-Date: 2014-03-09 05:06+0100\n" -"Last-Translator: Gabor Kelemen \n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-09-03 16:09+0200\n" +"Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" "Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 1.4\n" +"X-Generator: Lokalize 1.2\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../data/brasero.appdata.xml.in.h:1 @@ -29,9 +29,9 @@ "users to create their discs easily and quickly." msgstr "" "A Brasero egy GNOME asztali környezethez készült CD/DVD író alkalmazás. Az " -"alkalmazást minél egyszerűbben használhatónak tervezték, de mégis rendelkezik " -"egyedi jellemzőkkel, amelyekkel a felhasználók egyszerűen és gyorsan " -"hozhatnak létre lemezeket." +"alkalmazást minél egyszerűbben használhatónak tervezték, de mégis " +"rendelkezik egyedi jellemzőkkel, amelyekkel a felhasználók egyszerűen és " +"gyorsan hozhatnak létre lemezeket." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -40,11 +40,10 @@ "files from other local applications or from remote shared drives to easily " "burn them to a disc." msgstr "" -"A Braseroval létrehozhat, másolhat és kiírhat adat és hang CD-ket vagy " -"DVD-ket. Az alkalmazás teljesen támogatja a CD-TEXT, többmenetes és Joliet " -"kiterjesztéseket. Más alkalmazásokból vagy megosztott távoli " -"meghajtókról egyszerűen áthúzhat fájlokat, majd ezeket egyszerűen lemezre " -"írhatja." +"A Braseroval létrehozhat, másolhat és kiírhat adat és hang CD-ket vagy DVD-" +"ket. Az alkalmazás teljesen támogatja a CD-TEXT, többmenetes és Joliet " +"kiterjesztéseket. Más alkalmazásokból vagy megosztott távoli meghajtókról " +"egyszerűen áthúzhat fájlokat, majd ezeket egyszerűen lemezre írhatja." #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -75,10 +74,15 @@ msgstr "Lemezképfájl kiírása" #: ../data/brasero.desktop.in.in.h:8 +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "Lemez másolása" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Hangprojekt létrehozása" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Videoprojekt létrehozása" @@ -415,24 +419,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (alkalmazás)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (programkönyvtár)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (GStreamer bővítmény)" @@ -464,18 +465,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Belső hiba történt" @@ -1190,8 +1190,7 @@ msgstr "Helyezzen be egy nem másolásvédett lemezt." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Nincs minden szükséges alkalmazás és programkönyvtár telepítve." @@ -1253,8 +1252,7 @@ msgid "Video Options" msgstr "Videobeállítások" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1297,8 +1295,7 @@ msgid "Select disc to copy" msgstr "Válassza ki a másolandó lemezt" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Telepítse saját kezűleg a következőket, majd próbálja meg újra:" @@ -1820,12 +1817,12 @@ msgid "The drive is empty" msgstr "A meghajtó üres" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Válasszon lemezt" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Előrehaladás" @@ -2084,7 +2081,7 @@ "Az ideiglenes lemezkép tárolására kiválasztott helyen nincs elegendő szabad " "terület a lemezkép tárolásához (%ld MiB szükséges)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "A kötet mérete nem kérhető le" @@ -2381,8 +2378,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Adat lemez (%s)" @@ -2391,8 +2388,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Nem tűnik érvényes ISO lemezképnek" @@ -2752,7 +2748,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3050,7 +3046,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3064,26 +3060,26 @@ "lejátszóhoz a „regionset %s” paranccsal, vagy futtassa a " "„DVDCSS_METHOD=title brasero --no-existing-session” parancsot." -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "DVD kulcsok lekérése" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "A videó DVD nem nyitható meg" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Hiba a videó DVD olvasása közben (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Videó DVD másolása" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "CSS titkosítású videó DVD lemezek másolása lemezképbe" @@ -4139,25 +4135,25 @@ msgid "Copyright %s" msgstr "Copyright %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_Névjegy" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "_Beállítás" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "_Aktiválás" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "Összes a_ktiválása" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "Összes l_etiltása" @@ -4945,48 +4941,3 @@ msgid "Please type \"%s --help\" to see all available options\n" msgstr "Az összes kapcsoló megjelenítéséhez adja ki a „%s --help” parancsot\n" -#~ msgid "File is not a valid .desktop file" -#~ msgstr "A fájl nem egy érvényes .desktop fájl" - -#~ msgid "Unrecognized desktop file Version '%s'" -#~ msgstr "Ismeretlen .desktop fájl verzió: „%s”" - -#~ msgid "Starting %s" -#~ msgstr "%s indítása" - -#~ msgid "Application does not accept documents on command line" -#~ msgstr "Az alkalmazás nem fogad el dokumentumokat a parancssorban" - -#~ msgid "Unrecognized launch option: %d" -#~ msgstr "Ismeretlen indítási kapcsoló: %d" - -#~ msgid "Can't pass document URIs to a 'Type=Link' desktop entry" -#~ msgstr "" -#~ "Nem adhatók dokumentum-URI címek egy „Type=Link” asztali bejegyzésnek" - -#~ msgid "Not a launchable item" -#~ msgstr "Nem futtatható elem" - -#~ msgid "Disable connection to session manager" -#~ msgstr "A munkamenet-kezelőhöz való csatlakozás tiltása" - -#~ msgid "Specify file containing saved configuration" -#~ msgstr "A mentett beállításokat tartalmazó fájl megadása" - -#~ msgid "FILE" -#~ msgstr "FÁJL" - -#~ msgid "Specify session management ID" -#~ msgstr "A munkamenet-kezelő azonosítójának megadása" - -#~ msgid "ID" -#~ msgstr "AZONOSÍTÓ" - -#~ msgid "Session management options:" -#~ msgstr "Munkamenet-kezelés kapcsolói:" - -#~ msgid "Show session management options" -#~ msgstr "Munkamenet-kezelési kapcsolók megjelenítése" - -#~ msgid "Copying `%s` locally" -#~ msgstr "„%s” másolása helyileg" diff -Nru brasero-3.12.2/po/id.po brasero-3.12.3/po/id.po --- brasero-3.12.2/po/id.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/id.po 2021-09-16 14:27:35.000000000 +0000 @@ -8,18 +8,17 @@ msgid "" msgstr "" "Project-Id-Version: brasero master\n" -"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2017-06-28 15:14+0000\n" -"PO-Revision-Date: 2017-07-03 13:34+0700\n" -"Last-Translator: Kukuh Syafaat \n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2018-06-01 10:14+0000\n" +"PO-Revision-Date: 2019-01-12 12:42+0700\n" +"Last-Translator: Andika Triwidada \n" "Language-Team: Indonesian \n" "Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 2.0.2\n" +"Plural-Forms: nplurals=2; plural= n!=1;\n" +"X-Generator: Poedit 1.8.11\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -1858,6 +1857,7 @@ msgid "%d item" msgid_plural "%d items" msgstr[0] "%d butir" +msgstr[1] "%d butir" #: ../libbrasero-burn/brasero-track-data-cfg.c:1916 #, c-format @@ -3933,12 +3933,14 @@ msgid "Hide the _filtered file list (%d file)" msgid_plural "Hide the _filtered file list (%d files)" msgstr[0] "Sembunyikan daftar _filter berkas (%d berkas)" +msgstr[1] "Sembunyikan daftar _filter berkas (%d berkas)" #: ../src/brasero-file-filtered.c:83 #, c-format msgid "Show the _filtered file list (%d file)" msgid_plural "Show the _filtered file list (%d files)" msgstr[0] "Tampilkan daftar _filter berkas (%d berkas)" +msgstr[1] "Tampilkan daftar _filter berkas (%d berkas)" #: ../src/brasero-file-filtered.c:135 msgid "Filter Options" @@ -4097,6 +4099,7 @@ msgid "%d song" msgid_plural "%d songs" msgstr[0] "%d lagu" +msgstr[1] "%d lagu" #: ../src/brasero-playlist.c:584 msgid "Select Playlist" @@ -4476,30 +4479,35 @@ msgid "%d file selected (%s)" msgid_plural "%d files selected (%s)" msgstr[0] "%d berkas dipilih (%s)" +msgstr[1] "%d berkas dipilih (%s)" #: ../src/brasero-project-manager.c:270 #, c-format msgid "%d file is supported (%s)" msgid_plural "%d files are supported (%s)" -msgstr[0] "%d file yang didukung (%s)" +msgstr[0] "%d berkas didukung (%s)" +msgstr[1] "%d berkas didukung (%s)" #: ../src/brasero-project-manager.c:276 #, c-format msgid "%d file can be added (%s)" msgid_plural "%d selected files can be added (%s)" -msgstr[0] "%d file dapat ditambah (%s)" +msgstr[0] "%d berkas dapat ditambahkan (%s)" +msgstr[1] "%d berkas yang dipilih dapat ditambahkan (%s)" #: ../src/brasero-project-manager.c:287 #, c-format msgid "No file can be added (%i selected file)" msgid_plural "No file can be added (%i selected files)" -msgstr[0] "Tak ada file yang dapat ditambah (%i file dipilih)" +msgstr[0] "Tidak ada berkas yang dapat ditambahkan (%i berkas dipilih)" +msgstr[1] "Tidak ada berkas yang dapat ditambahkan (%i berkas dipilih)" #: ../src/brasero-project-manager.c:293 #, c-format msgid "No file is supported (%i selected file)" msgid_plural "No file is supported (%i selected files)" -msgstr[0] "Tak ada berkas yang didukung (%i berkas dipilih)" +msgstr[0] "Tidak ada berkas yang didukung (%i berkas dipilih)" +msgstr[1] "Tidak ada berkas yang didukung (%i berkas dipilih)" #: ../src/brasero-project-manager.c:299 ../src/brasero-project-manager.c:453 msgid "No file selected" diff -Nru brasero-3.12.2/po/is.po brasero-3.12.3/po/is.po --- brasero-3.12.2/po/is.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/is.po 2021-09-16 14:27:35.000000000 +0000 @@ -1,22 +1,21 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # -# Sveinn í Felli , 2015, 2016, 2017. +# Sveinn í Felli , 2015, 2016, 2017, 2019. msgid "" msgstr "" "Project-Id-Version: \n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2017-01-10 06:44+0000\n" -"PO-Revision-Date: 2017-03-02 10:56+0000\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2018-06-01 10:14+0000\n" +"PO-Revision-Date: 2019-02-22 08:15+0000\n" "Last-Translator: Sveinn í Felli \n" -"Language-Team: Icelandic \n" +"Language-Team: Icelandic \n" "Language: is\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -62,10 +61,14 @@ msgstr "Brenna diskmynd" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Afrita disk" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Búa til hljóðskráaverkefni" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Búa til myndskeiðsverkefni" @@ -240,7 +243,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:34 msgid "The speed to be used" -msgstr "" +msgstr "Hraðinn sem á að nota" #: ../data/org.gnome.brasero.gschema.xml.h:35 msgid "" @@ -370,7 +373,7 @@ #: ../plugins/growisofs/burn-growisofs.c:198 #, c-format msgid "Not enough space available on the disc" -msgstr "" +msgstr "Ekki nógu mikið pláss eftir á disknum" #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 @@ -402,12 +405,13 @@ "Please install the following required applications and libraries manually " "and try again:" msgstr "" +"Settu handvirkt upp eftirfarandi forrit og aðgerðasöfn og reyndu svo aftur:" #: ../libbrasero-burn/brasero-burn.c:2576 #: ../libbrasero-burn/brasero-caps-burn.c:868 #, c-format msgid "Only one track at a time can be checked" -msgstr "" +msgstr "Aðeins er hægt að yfirfara eitt spor í einu." #: ../libbrasero-burn/brasero-burn.c:2635 msgid "No format for the temporary image could be found" @@ -1153,7 +1157,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:557 ../src/brasero-project.c:983 msgid "_Overburn" -msgstr "" +msgstr "_Yfirbrennsla" #: ../libbrasero-burn/brasero-burn-options.c:559 ../src/brasero-project.c:985 msgid "Burn beyond the disc's reported capacity" @@ -1982,7 +1986,7 @@ "free space for the disc image (%ld MiB needed)" msgstr "" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "" @@ -2643,7 +2647,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2652,7 +2656,7 @@ #: ../plugins/audio2cue/burn-audio2cue.c:723 msgid "Generates .cue files from audio" -msgstr "" +msgstr "Framkallar .cue skrár út frá hljóði" #: ../plugins/cdrdao/burn-cdrdao.c:55 msgid "cdrdao burning suite" @@ -2681,7 +2685,7 @@ #: ../plugins/cdrdao/burn-cdrdao.c:480 msgid "Converting toc file" -msgstr "" +msgstr "Umbreyti TOC-skrá" #: ../plugins/cdrdao/burn-cdrdao.c:697 msgid "Copies, burns and blanks CDs" @@ -2748,14 +2752,14 @@ #: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 msgid "Copies any disc to a disc image" -msgstr "" +msgstr "Afritar hvaða disk sem er yfir í diskmynd" #: ../plugins/cdrkit/burn-wodim.c:122 ../plugins/cdrtools/burn-cdrecord.c:122 #: ../plugins/libburnia/burn-libburn.c:856 #: ../plugins/libburnia/burn-libburn.c:887 #, c-format msgid "An error occurred while writing to disc" -msgstr "" +msgstr "Villa kom upp við skrifun á disk" #: ../plugins/cdrkit/burn-wodim.c:128 ../plugins/cdrtools/burn-cdrecord.c:128 #, c-format @@ -2802,7 +2806,7 @@ #: ../plugins/cdrtools/burn-cdda2wav.c:267 msgid "Preparing to copy audio disc" -msgstr "" +msgstr "Undirbý það að afrita hljómdisk" #: ../plugins/cdrtools/burn-cdda2wav.c:411 msgid "Copy tracks from an audio CD with all associated information" @@ -2828,17 +2832,17 @@ #: ../plugins/cdrtools/burn-mkisofs.c:138 msgid "This version of mkisofs is not supported" -msgstr "" +msgstr "Þessi útgáfa mkisofs er ekki studd" #: ../plugins/checksum/burn-checksum-files.c:131 #: ../plugins/checksum/burn-checksum-files.c:589 #, c-format msgid "File \"%s\" could not be opened (%s)" -msgstr "" +msgstr "Ekki var hægt að opna skrána \"%s\" (%s)" #: ../plugins/checksum/burn-checksum-files.c:617 msgid "Creating checksum for image files" -msgstr "" +msgstr "Bý til gátsummu fyrir diskmyndaskrár" #: ../plugins/checksum/burn-checksum-files.c:859 #, c-format @@ -2871,12 +2875,12 @@ #: ../plugins/checksum/burn-checksum-files.c:1466 msgid "Checks file integrities on a disc" -msgstr "" +msgstr "Athugar áreiðanleika skráa á diski" #: ../plugins/checksum/burn-checksum-files.c:1504 #: ../plugins/checksum/burn-checksum-image.c:856 msgid "Hashing algorithm to be used:" -msgstr "" +msgstr "Reiknirit tætigildis sem á að nota:" #: ../plugins/checksum/burn-checksum-files.c:1507 #: ../plugins/checksum/burn-checksum-image.c:859 @@ -2931,7 +2935,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -2941,26 +2945,26 @@ "command" msgstr "" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Sæki DVD-lykla" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Afrita DVD mynddisk" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "" @@ -2974,7 +2978,7 @@ #: ../plugins/growisofs/burn-growisofs.c:924 msgid "Allow DAO use" -msgstr "" +msgstr "Leyfa notkun DAO" #: ../plugins/growisofs/burn-growisofs-common.h:38 msgid "growisofs burning suite" @@ -3049,7 +3053,7 @@ #: ../plugins/local-track/burn-local-image.c:260 msgid "Copying checksum file" -msgstr "" +msgstr "Afrita gátsummuskrá" #: ../plugins/local-track/burn-local-image.c:527 #: ../plugins/local-track/burn-uri.c:326 @@ -3061,7 +3065,7 @@ #. * displaying. #: ../plugins/local-track/burn-local-image.c:909 msgid "File Downloader" -msgstr "" +msgstr "Niðurhalsforrit" #: ../plugins/local-track/burn-local-image.c:910 msgid "Allows files not stored locally to be burned" @@ -3103,15 +3107,15 @@ #: ../plugins/transcode/burn-normalize.c:554 msgid "Normalizing tracks" -msgstr "" +msgstr "Hljóðstyrkstaðla spor" #: ../plugins/transcode/burn-normalize.c:643 msgid "Normalization" -msgstr "" +msgstr "Hljóðstyrksstöðlun" #: ../plugins/transcode/burn-normalize.c:644 msgid "Sets consistent sound levels between tracks" -msgstr "" +msgstr "Setur samræmi í hljóðstyrk laga" #. Translators: %s is the string error from errno #: ../plugins/transcode/burn-transcode.c:1050 @@ -3715,16 +3719,16 @@ #: ../src/brasero-data-disc.c:1098 #, c-format msgid "Do you want to import the session from \"%s\"?" -msgstr "" +msgstr "Viltu flytja inn setuna úr '%s'?" #: ../src/brasero-data-disc.c:1101 msgid "" "That way, old files from previous sessions will be usable after burning." -msgstr "" +msgstr "Þannig verða eldri skrár úr fyrri setum aðgengilegar eftir brennslu." #: ../src/brasero-data-disc.c:1109 msgid "I_mport Session" -msgstr "" +msgstr "Flytja _inn setu" #: ../src/brasero-data-disc.c:1111 msgid "Click here to import its contents" @@ -3736,11 +3740,11 @@ #: ../src/brasero-data-disc.c:1500 msgid "_Cancel Loading" -msgstr "" +msgstr "_Hætta við hleðslu" #: ../src/brasero-data-disc.c:1502 msgid "Cancel loading current project" -msgstr "" +msgstr "Hætta við að hlaða inn fyrirliggjandi verkefni" #: ../src/brasero-data-disc.c:1903 msgid "File Renaming" @@ -3864,7 +3868,7 @@ #. Translators: this is an image, a picture, not a "Disc Image" #: ../src/brasero-layout.c:106 msgid "Display video, audio and image preview" -msgstr "" +msgstr "Birta forskoðun af myndskeiðum, hljóði og ljósmyndum" #: ../src/brasero-layout.c:110 msgid "_Show Side Panel" @@ -4133,11 +4137,11 @@ #: ../src/brasero-project.c:1927 msgid "_Discard File Selection" -msgstr "" +msgstr "Hen_da skráavali" #: ../src/brasero-project.c:1931 msgid "_Keep File Selection" -msgstr "" +msgstr "Halda s_kráavali" #: ../src/brasero-project.c:1946 msgid "_Discard Project" @@ -4506,11 +4510,11 @@ #: ../src/brasero-rename.c:325 msgid "Number files according to a pattern" -msgstr "" +msgstr "Númera skrár eftir mynstri" #: ../src/brasero-rename.c:326 msgid "Insert number sequence at beginning" -msgstr "" +msgstr "Setja fremst inn raðnúmer" #. Translators: This is a verb. This is completed later #: ../src/brasero-rename.c:341 @@ -4789,3 +4793,4 @@ msgstr "" "Skrifaðu \"%s --help\" til að sjá lista með öllum mögulegum valkostum.\n" + diff -Nru brasero-3.12.2/po/it.po brasero-3.12.3/po/it.po --- brasero-3.12.2/po/it.po 2014-02-19 09:16:54.000000000 +0000 +++ brasero-3.12.3/po/it.po 2020-04-07 12:27:22.000000000 +0000 @@ -9,21 +9,23 @@ # burn -> masterizza # song -> brano, ho usato la stessa convenzione di Rhythmbox # Milo Casagrande , 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013. +# Gianvito Cavasoli , 2017. # msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-12-11 10:22+0100\n" -"PO-Revision-Date: 2013-12-11 10:26+0100\n" -"Last-Translator: Milo Casagrande \n" -"Language-Team: Italian \n" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" +"product=brasero&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-08-11 11:04+0200\n" +"Last-Translator: Gianvito Cavasoli \n" +"Language-Team: Italiano \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8-bit\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n" -"X-Generator: Gtranslator 2.91.6\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Gtranslator 2.91.7\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -83,10 +85,15 @@ msgstr "Masterizza un file immagine" #: ../data/brasero.desktop.in.in.h:8 +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "Copia un disco" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Crea un progetto audio" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Crea un progetto video" @@ -430,24 +437,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (applicazione)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (libreria)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (plugin GStreamer)" @@ -479,18 +483,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:784 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Si è verificato un errore interno" @@ -985,7 +988,7 @@ msgstr "Si è verificato un errore sconosciuto." #: ../libbrasero-burn/brasero-burn-dialog.c:1743 -#: ../libbrasero-burn/brasero-burn-dialog.c:1761 ../src/brasero-app.c:618 +#: ../libbrasero-burn/brasero-burn-dialog.c:1761 ../src/brasero-app.c:620 msgid "Error while burning." msgstr "Errore durante la masterizzazione." @@ -1220,8 +1223,7 @@ msgstr "Inserire un disco che non sia protetto dalla copia." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Tutte le applicazioni e le librerie richieste non sono installate." @@ -1284,8 +1286,7 @@ msgstr "Opzioni video" # (ndt) sarebbe da trovare di meglio... -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1328,8 +1329,7 @@ msgid "Select disc to copy" msgstr "Scegliere il disco da copiare" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Installare manualmente quanto segue e provare di nuovo:" @@ -1867,12 +1867,12 @@ msgid "The drive is empty" msgstr "L'unità è vuota" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Scegliere un disco" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Avanzamento" @@ -2138,7 +2138,7 @@ "La posizione scelta per memorizzare l'immagine temporanea non dispone di " "sufficiente spazio libero (%ld MiB necessari)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Impossibile recuperare la dimensione del volume" @@ -2433,8 +2433,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Disco dati (%s)" @@ -2443,8 +2443,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Non sembra essere un'immagine ISO valida" @@ -2820,7 +2819,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3119,7 +3118,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3134,26 +3133,26 @@ "riproduttore CD/DVD attraverso il comando \"regionset %s\" oppure eseguire " "il comando \"DVDCSS_METHOD=title brasero --no-existing-session\"." -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Recupero chiavi DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Impossibile aprire il DVD video" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Errore nel leggere il DVD video (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Copia DVD video" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Copia DVD video cifrati con CSS in un'immagine disco" @@ -3351,94 +3350,94 @@ msgid "Creates disc images suitable for SVCDs" msgstr "Crea immagini disco utilizzabili per SVCD" -#: ../src/brasero-app.c:124 +#: ../src/brasero-app.c:123 msgid "_Project" msgstr "_Progetto" -#: ../src/brasero-app.c:125 +#: ../src/brasero-app.c:124 msgid "_View" msgstr "_Visualizza" -#: ../src/brasero-app.c:126 +#: ../src/brasero-app.c:125 msgid "_Edit" msgstr "_Modifica" -#: ../src/brasero-app.c:127 +#: ../src/brasero-app.c:126 msgid "_Tools" msgstr "_Strumenti" -#: ../src/brasero-app.c:129 +#: ../src/brasero-app.c:128 msgid "_Help" msgstr "A_iuto" -#: ../src/brasero-app.c:131 +#: ../src/brasero-app.c:130 msgid "P_lugins" msgstr "P_lugin" -#: ../src/brasero-app.c:132 +#: ../src/brasero-app.c:131 msgid "Choose plugins for Brasero" msgstr "Sceglie i plugin per Brasero" -#: ../src/brasero-app.c:134 +#: ../src/brasero-app.c:133 msgid "E_ject" msgstr "_Espelli" -#: ../src/brasero-app.c:135 +#: ../src/brasero-app.c:134 msgid "Eject a disc" msgstr "Espelle un disco" -#: ../src/brasero-app.c:137 +#: ../src/brasero-app.c:136 msgid "_Blank…" msgstr "Cance_lla..." # (ndt) suggerimento -#: ../src/brasero-app.c:138 +#: ../src/brasero-app.c:137 msgid "Blank a disc" msgstr "Cancella un disco" -#: ../src/brasero-app.c:140 +#: ../src/brasero-app.c:139 msgid "_Check Integrity…" msgstr "C_ontrollo integrità..." -#: ../src/brasero-app.c:141 +#: ../src/brasero-app.c:140 msgid "Check data integrity of disc" msgstr "Controlla l'integrità dei dati sul disco" # (ndt) dovrebbe essere il suggerimento -#: ../src/brasero-app.c:144 +#: ../src/brasero-app.c:143 msgid "Quit Brasero" msgstr "Esce dal programma" -#: ../src/brasero-app.c:146 +#: ../src/brasero-app.c:145 msgid "_Contents" msgstr "_Sommario" -#: ../src/brasero-app.c:146 +#: ../src/brasero-app.c:145 msgid "Display help" msgstr "Visualizza l'aiuto" -#: ../src/brasero-app.c:149 +#: ../src/brasero-app.c:148 msgid "About" msgstr "Informazioni" -#: ../src/brasero-app.c:421 ../src/brasero-app.c:2070 +#: ../src/brasero-app.c:420 ../src/brasero-app.c:2069 msgid "Disc Burner" msgstr "Masterizzatore dischi" -#: ../src/brasero-app.c:787 ../src/brasero-app.c:820 ../src/brasero-app.c:1449 +#: ../src/brasero-app.c:789 ../src/brasero-app.c:822 ../src/brasero-app.c:1451 msgid "Error while loading the project" msgstr "Errore nello scaricare il progetto" -#: ../src/brasero-app.c:829 ../src/brasero-app.c:858 ../src/brasero-app.c:918 +#: ../src/brasero-app.c:831 ../src/brasero-app.c:860 ../src/brasero-app.c:920 #: ../src/brasero-project.c:1276 msgid "Please add files to the project." msgstr "Aggiungere dei file al progetto." -#: ../src/brasero-app.c:830 ../src/brasero-app.c:859 ../src/brasero-app.c:919 +#: ../src/brasero-app.c:832 ../src/brasero-app.c:861 ../src/brasero-app.c:921 msgid "The project is empty" msgstr "Il progetto è vuoto" -#: ../src/brasero-app.c:1174 +#: ../src/brasero-app.c:1176 msgid "" "Brasero is free software; you can redistribute it and/or modify it under the " "terms of the GNU General Public License as published by the Free Software " @@ -3449,7 +3448,7 @@ "termini della GNU General Public License come pubblicata dalla Free Software " "Foundation; o la versione 2 o (a propria scelta) una versione successiva." -#: ../src/brasero-app.c:1179 +#: ../src/brasero-app.c:1181 msgid "" "Brasero is distributed in the hope that it will be useful, but WITHOUT ANY " "WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " @@ -3461,7 +3460,7 @@ "APPLICABILITÀ PER UN PARTICOLARE SCOPO. Si veda la licenza GNU General " "Public License per maggiori dettagli." -#: ../src/brasero-app.c:1184 +#: ../src/brasero-app.c:1186 msgid "" "You should have received a copy of the GNU General Public License along with " "Brasero; if not, write to the Free Software Foundation, Inc., 51 Franklin " @@ -3471,11 +3470,11 @@ "General Public License; in caso contrario, scrivere alla Free Software " "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" -#: ../src/brasero-app.c:1196 +#: ../src/brasero-app.c:1198 msgid "A simple to use CD/DVD burning application for GNOME" msgstr "Una semplice applicazione di masterizzazione CD/DVD per GNOME" -#: ../src/brasero-app.c:1213 +#: ../src/brasero-app.c:1215 msgid "Brasero Homepage" msgstr "Sito web di Brasero" @@ -3487,20 +3486,20 @@ #. * this translation; in that case, please write each of them on a separate #. * line seperated by newlines (\n). #. -#: ../src/brasero-app.c:1225 +#: ../src/brasero-app.c:1227 msgid "translator-credits" msgstr "Milo Casagrande , 2006-2010" -#: ../src/brasero-app.c:1447 +#: ../src/brasero-app.c:1449 #, c-format msgid "The project \"%s\" does not exist" msgstr "Il progetto «%s» non esiste" -#: ../src/brasero-app.c:1731 ../src/brasero-app.c:1737 +#: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 msgid "_Recent Projects" msgstr "Progetti _recenti" -#: ../src/brasero-app.c:1732 +#: ../src/brasero-app.c:1734 msgid "Display the projects recently opened" msgstr "Visualizza gli ultimi progetti aperti" @@ -4230,25 +4229,25 @@ msgid "Copyright %s" msgstr "Diritti d'autore di %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "I_nformazioni" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "C_onfigura" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "A_ttiva" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "Attiva t_utti" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "_Disattiva tutti" @@ -5057,75 +5056,11 @@ msgid "Please only add files with video content" msgstr "Aggiungere solo file con contenuto video" -#: ../src/eggdesktopfile.c:165 -#, c-format -msgid "File is not a valid .desktop file" -msgstr "Il file non è un file .desktop valido" - -#: ../src/eggdesktopfile.c:188 -#, c-format -msgid "Unrecognized desktop file Version '%s'" -msgstr "Versione «%s» del file desktop non riconosciuta" - -#: ../src/eggdesktopfile.c:968 -#, c-format -msgid "Starting %s" -msgstr "Avvio di «%s»" - -#: ../src/eggdesktopfile.c:1110 -#, c-format -msgid "Application does not accept documents on command line" -msgstr "L'applicazione non accetta documenti sulla riga di comando" - -#: ../src/eggdesktopfile.c:1178 -#, c-format -msgid "Unrecognized launch option: %d" -msgstr "Opzione di lancio non riconosciuta: %d" - -#: ../src/eggdesktopfile.c:1383 -#, c-format -msgid "Can't pass document URIs to a 'Type=Link' desktop entry" -msgstr "" -"Impossibile passare l'URI di un documento a una voce desktop «Type=Link»" - -#: ../src/eggdesktopfile.c:1404 -#, c-format -msgid "Not a launchable item" -msgstr "Non è un oggetto lanciabile" - -#: ../src/eggsmclient.c:226 -msgid "Disable connection to session manager" -msgstr "Disabilita la connessione al gestore di sessione" - -#: ../src/eggsmclient.c:229 -msgid "Specify file containing saved configuration" -msgstr "Specifica il file contenente la configurazione salvata" - -#: ../src/eggsmclient.c:229 -msgid "FILE" -msgstr "FILE" - -#: ../src/eggsmclient.c:232 -msgid "Specify session management ID" -msgstr "Specifica l'ID di gestione sessione" - -#: ../src/eggsmclient.c:232 -msgid "ID" -msgstr "ID" - -#: ../src/eggsmclient.c:253 -msgid "Session management options:" -msgstr "Opzioni di gestione sessione:" - -#: ../src/eggsmclient.c:254 -msgid "Show session management options" -msgstr "Mostra le opzioni di gestione sessione" - -#: ../src/main.c:86 +#: ../src/main.c:84 msgid "[URI] [URI] …" msgstr "[URI] [URI] ..." -#: ../src/main.c:99 +#: ../src/main.c:96 #, c-format msgid "Please type \"%s --help\" to see all available options\n" msgstr "Digitare \"%s --help\" per consultare tutte le opzioni disponibili\n" diff -Nru brasero-3.12.2/po/ja.po brasero-3.12.3/po/ja.po --- brasero-3.12.2/po/ja.po 2015-04-28 10:49:45.000000000 +0000 +++ brasero-3.12.3/po/ja.po 2020-04-07 12:27:22.000000000 +0000 @@ -11,9 +11,10 @@ msgid "" msgstr "" "Project-Id-Version: brasero master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-11-29 16:01+0000\n" -"PO-Revision-Date: 2014-11-30 10:30+0900\n" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" +"product=brasero&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2018-01-19 14:33+0700\n" "Last-Translator: Jiro Matsuzawa \n" "Language-Team: Japanese \n" "Language: ja\n" @@ -21,15 +22,30 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 2.0.6\n" # このストリングだけ、burn を「書き込み」と訳すると日本語が不自然に感じたので、「作成する」と訳しています #: ../data/brasero.appdata.xml.in.h:1 -msgid "Brasero is a application to burn CD/DVD for the GNOME Desktop. It is designed to be as simple as possible and has some unique features to enable users to create their discs easily and quickly." -msgstr "Brasero は CD/DVD を作成する GNOME デスクトップ向けアプリケーションです。Brasero はできる限りシンプルにデザインされ、ユニークな機能も搭載しており、素早く簡単にディスクを作成できます。" +msgid "" +"Brasero is a application to burn CD/DVD for the GNOME Desktop. It is " +"designed to be as simple as possible and has some unique features to enable " +"users to create their discs easily and quickly." +msgstr "" +"Brasero は CD/DVD を作成する GNOME デスクトップ向けアプリケーションです。" +"Brasero はできる限りシンプルにデザインされ、ユニークな機能も搭載しており、素" +"早く簡単にディスクを作成できます。" #: ../data/brasero.appdata.xml.in.h:2 -msgid "Brasero can create, copy and burn Data and Audio CD/DVDs. It fully supports CD-TEXT, multisession and joliet extensions. You can simply drag and drop files from other local applications or from remote shared drives to easily burn them to a disc." -msgstr "Brasero はデータや音楽の CD/DVD のコピーおよび書き込みができます。また、CD-TEXT や、マルチセッション、Joliet 拡張規格にも対応しています。他のアプリケーションやリモートの共有ドライブからファイルをドラッグ・アンド・ドロップするだけでて、簡単にディスクを作成できます。" +msgid "" +"Brasero can create, copy and burn Data and Audio CD/DVDs. It fully supports " +"CD-TEXT, multisession and joliet extensions. You can simply drag and drop " +"files from other local applications or from remote shared drives to easily " +"burn them to a disc." +msgstr "" +"Brasero はデータや音楽の CD/DVD のコピーおよび書き込みができます。また、CD-" +"TEXT や、マルチセッション、Joliet 拡張規格にも対応しています。他のアプリケー" +"ションやリモートの共有ドライブからファイルをドラッグ・アンド・ドロップするだ" +"けでて、簡単にディスクを作成できます。" #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -45,7 +61,9 @@ #: ../data/brasero.desktop.in.in.h:4 msgid "disc;cdrom;dvd;burn;audio;video;" -msgstr "disc;cdrom;dvd;burn;audio;video;ディスク;音楽;オーディオ;音声;楽曲;映像;ビデオ;動画;movie;ムービー;iso;イメージ;" +msgstr "" +"disc;cdrom;dvd;burn;audio;video;ディスク;音楽;オーディオ;音声;楽曲;映像;ビデ" +"オ;動画;movie;ムービー;iso;イメージ;" #: ../data/brasero.desktop.in.in.h:5 msgid "Brasero Disc Burner" @@ -60,10 +78,14 @@ msgstr "イメージを書き込みます" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "ディスクのコピーを作成する" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "音楽プロジェクトを作成します" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "映像プロジェクトを作成します" @@ -76,8 +98,12 @@ msgstr "Nautilus 拡張はデバッグステートメントを出力しなければなりません" #: ../data/org.gnome.brasero.gschema.xml.h:2 -msgid "Should Nautilus extension output debug statements. The value should be set to true if it should." -msgstr "Nautilus 拡張はデバッグステートメントを出力しなければなりません。出力する場合は、値を TRUE に設定してください。" +msgid "" +"Should Nautilus extension output debug statements. The value should be set " +"to true if it should." +msgstr "" +"Nautilus 拡張はデバッグステートメントを出力しなければなりません。出力する場合" +"は、値を TRUE に設定してください。" #: ../data/org.gnome.brasero.gschema.xml.h:3 msgid "The type of checksum used for images" @@ -96,40 +122,63 @@ msgstr "作業ファイルで利用するディレクトリ" #: ../data/org.gnome.brasero.gschema.xml.h:7 -msgid "Contains the path to the directory where brasero should store temporary files. If that value is empty, the default directory set for glib will be used." -msgstr "Brasero が一時ファイルを保存するためのディレクトリのパスを指定します。値が空の場合は、glib が設定するデフォルトのディレクトリを使用します。" +msgid "" +"Contains the path to the directory where brasero should store temporary " +"files. If that value is empty, the default directory set for glib will be " +"used." +msgstr "" +"Brasero が一時ファイルを保存するためのディレクトリのパスを指定します。値が空" +"の場合は、glib が設定するデフォルトのディレクトリを使用します。" #: ../data/org.gnome.brasero.gschema.xml.h:8 msgid "Favourite burn engine" msgstr "お気に入りの書き込みエンジン" #: ../data/org.gnome.brasero.gschema.xml.h:9 -msgid "Contains the name of the favourite burn engine suite installed. It will be used if possible." -msgstr "インストールされているお気に入りの書き込みエンジンの名前をリスト形式で指定します。" +msgid "" +"Contains the name of the favourite burn engine suite installed. It will be " +"used if possible." +msgstr "" +"インストールされているお気に入りの書き込みエンジンの名前をリスト形式で指定し" +"ます。" #: ../data/org.gnome.brasero.gschema.xml.h:10 msgid "White list of additional plugins to use" msgstr "使用する追加プラグインのリスト" #: ../data/org.gnome.brasero.gschema.xml.h:11 -msgid "Contains the list of additional plugins Brasero will use to burn discs. If set to NULL, Brasero will load them all." -msgstr "ディスクの書き込みで使用する追加のプラグインをリスト形式で指定します。何も指定しないと、すべてのプラグインを読み込みます。" +msgid "" +"Contains the list of additional plugins Brasero will use to burn discs. If " +"set to NULL, Brasero will load them all." +msgstr "" +"ディスクの書き込みで使用する追加のプラグインをリスト形式で指定します。何も指" +"定しないと、すべてのプラグインを読み込みます。" #: ../data/org.gnome.brasero.gschema.xml.h:12 msgid "Enable the \"-immed\" flag with cdrecord" msgstr "cdrecord コマンドの \"-immed\" フラグを有効にするかどうか" #: ../data/org.gnome.brasero.gschema.xml.h:13 -msgid "Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to true) as it's only a workaround for some drives/setups." -msgstr "cdrecord コマンドで \"-immed\" フラグを使用するかどうかです。有効にする場合は、一部のドライブ/設定の問題を回避するためだけに注意して使用してください。" +msgid "" +"Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to " +"true) as it's only a workaround for some drives/setups." +msgstr "" +"cdrecord コマンドで \"-immed\" フラグを使用するかどうかです。有効にする場合" +"は、一部のドライブ/設定の問題を回避するためだけに注意して使用してください。" #: ../data/org.gnome.brasero.gschema.xml.h:14 msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs" -msgstr "growisofs コマンドで \"-use-the-force-luke=dao\" フラグを使用するかどうか" +msgstr "" +"growisofs コマンドで \"-use-the-force-luke=dao\" フラグを使用するかどうか" #: ../data/org.gnome.brasero.gschema.xml.h:15 -msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to false, brasero won't use it; it may be a workaround for some drives/setups." -msgstr "growisofs コマンドで \"-use-the-force-luke=dao\" フラグを使用するかどうかです。一部のドライブ/設定の問題を回避するためだけに有効にするようにしてください。" +msgid "" +"Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to " +"false, brasero won't use it; it may be a workaround for some drives/setups." +msgstr "" +"growisofs コマンドで \"-use-the-force-luke=dao\" フラグを使用するかどうかで" +"す。一部のドライブ/設定の問題を回避するためだけに有効にするようにしてくださ" +"い。" #: ../data/org.gnome.brasero.gschema.xml.h:16 msgid "Used in conjunction with the \"-immed\" flag with cdrecord" @@ -137,22 +186,28 @@ #: ../data/org.gnome.brasero.gschema.xml.h:17 msgid "Used in conjunction with the \"-immed\" flag with cdrecord." -msgstr "cdrecord コマンドで \"-immed\" フラグを使用するかどうか" +msgstr "cdrecord コマンドで \"-immed\" フラグを使用するかどうか。" #: ../data/org.gnome.brasero.gschema.xml.h:18 msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao" msgstr "cdrdao で \"--driver generic-mmc-raw\" フラグを使用するかどうか" #: ../data/org.gnome.brasero.gschema.xml.h:19 -msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to True, brasero will use it; it may be a workaround for some drives/setups." -msgstr "cdrdao で \"--driver generic-mmc-raw\" フラグを使用するかどうかです。一部のドライブ/設定の問題を回避するときのみ有効にするようにしてください。" +msgid "" +"Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to " +"True, brasero will use it; it may be a workaround for some drives/setups." +msgstr "" +"cdrdao で \"--driver generic-mmc-raw\" フラグを使用するかどうかです。一部のド" +"ライブ/設定の問題を回避するときのみ有効にするようにしてください。" #: ../data/org.gnome.brasero.gschema.xml.h:20 msgid "The last browsed folder while looking for images to burn" msgstr "書き込むイメージを検索したときに最後に閲覧していたフォルダー" #: ../data/org.gnome.brasero.gschema.xml.h:21 -msgid "Contains the absolute path of the directory that was last browsed for images to burn" +msgid "" +"Contains the absolute path of the directory that was last browsed for images " +"to burn" msgstr "書き込むイメージを最後に閲覧したディレクトリの絶対パスを指定します" #: ../data/org.gnome.brasero.gschema.xml.h:22 @@ -168,39 +223,61 @@ msgstr "隠しファイルをフィルターするかどうか" #: ../data/org.gnome.brasero.gschema.xml.h:25 -msgid "Should brasero filter hidden files. Set to true, brasero will filter hidden files." -msgstr "隠しファイルを Brasero でフィルターするかどうかです。TRUE にすると隠しファイルを無視します。" +msgid "" +"Should brasero filter hidden files. Set to true, brasero will filter hidden " +"files." +msgstr "" +"隠しファイルを Brasero でフィルターするかどうかです。TRUE にすると隠しファイ" +"ルを無視します。" #: ../data/org.gnome.brasero.gschema.xml.h:26 msgid "Replace symbolic links by their targets" msgstr "シンボリックリンクを実体に置き換える" #: ../data/org.gnome.brasero.gschema.xml.h:27 -msgid "Should brasero replace symbolic links by their target files in the project. Set to true, brasero will replace symbolic links." -msgstr "シンボリックリンクをリンクが指す先のファイルで置き換えるかどうか。TRUE にするとシンボリックリンクをリンクが指す先のファイルで置き換えます。" +msgid "" +"Should brasero replace symbolic links by their target files in the project. " +"Set to true, brasero will replace symbolic links." +msgstr "" +"シンボリックリンクをリンクが指す先のファイルで置き換えるかどうか。TRUE にする" +"とシンボリックリンクをリンクが指す先のファイルで置き換えます。" #: ../data/org.gnome.brasero.gschema.xml.h:28 msgid "Should brasero filter broken symbolic links" msgstr "Brasero がリンク切れのシンボリックリンクを無視する" #: ../data/org.gnome.brasero.gschema.xml.h:29 -msgid "Should brasero filter broken symbolic links. Set to true, brasero will filter broken symbolic links." -msgstr "Brasero がリンク切れのシンボリックリンクを無視するかどうか。TRUE にするとリンク切れのシンボリックリンクを無視します。" +msgid "" +"Should brasero filter broken symbolic links. Set to true, brasero will " +"filter broken symbolic links." +msgstr "" +"Brasero がリンク切れのシンボリックリンクを無視するかどうか。TRUE にするとリン" +"ク切れのシンボリックリンクを無視します。" #: ../data/org.gnome.brasero.gschema.xml.h:30 msgid "The priority value for the plugin" msgstr "プラグインで優先する値" #: ../data/org.gnome.brasero.gschema.xml.h:31 -msgid "When several plugins are available for the same task, this value is used to determine which plugin should be given priority. 0 means the plugin's native priority is used. A positive value overrides the plugin's native priority. A negative value disables the plugin." -msgstr "複数のプラグインが同時にタスクを処理できる時に、どのプラグインが優先度を得るか決定するのにこの値を使用します。0 の場合はプラグインのネイティブな優先度を利用します。正の値の場合はプラグインのネイティブな優先度を上書きします。負の値の場合はプラグインを無効にします。" +msgid "" +"When several plugins are available for the same task, this value is used to " +"determine which plugin should be given priority. 0 means the plugin's native " +"priority is used. A positive value overrides the plugin's native priority. A " +"negative value disables the plugin." +msgstr "" +"複数のプラグインが同時にタスクを処理できる時に、どのプラグインが優先度を得る" +"か決定するのにこの値を使用します。0 の場合はプラグインのネイティブな優先度を" +"利用します。正の値の場合はプラグインのネイティブな優先度を上書きします。負の" +"値の場合はプラグインを無効にします。" #: ../data/org.gnome.brasero.gschema.xml.h:32 msgid "Burning flags to be used" msgstr "利用する書き込みフラグ" #: ../data/org.gnome.brasero.gschema.xml.h:33 -msgid "This value represents the burning flags that were used in such a context the last time." +msgid "" +"This value represents the burning flags that were used in such a context the " +"last time." msgstr "この値は、最後にそういった状況で使われた書き込みフラグを表しています。" #: ../data/org.gnome.brasero.gschema.xml.h:34 @@ -208,7 +285,9 @@ msgstr "利用する速度" #: ../data/org.gnome.brasero.gschema.xml.h:35 -msgid "This value represents the speed that was used in such a context the last time." +msgid "" +"This value represents the speed that was used in such a context the last " +"time." msgstr "この値は、最後にそういった状況で使われた速度を表しています。" #: ../libbrasero-burn/brasero-blank-dialog.c:222 @@ -337,24 +416,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (アプリケーション)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (ライブラリ)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (GStreamer プラグイン)" @@ -364,8 +440,12 @@ msgstr "書き込むトラックがありません" #: ../libbrasero-burn/brasero-burn.c:1859 -msgid "Please install the following required applications and libraries manually and try again:" -msgstr "以下の必要なアプリケーションとライブラリを手動でインストールして再試行してください:" +msgid "" +"Please install the following required applications and libraries manually " +"and try again:" +msgstr "" +"以下の必要なアプリケーションとライブラリを手動でインストールして再試行してく" +"ださい:" #: ../libbrasero-burn/brasero-burn.c:2576 #: ../libbrasero-burn/brasero-caps-burn.c:868 @@ -382,18 +462,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "内部エラーが発生しました" @@ -572,7 +651,9 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:572 #, c-format -msgid "Please replace the disc with a writable CD with at least %i MiB of free space." +msgid "" +"Please replace the disc with a writable CD with at least %i MiB of free " +"space." msgstr "少なくとも %i MiB の空きがある書き込み可能な CD に入れ替えてください。" #: ../libbrasero-burn/brasero-burn-dialog.c:575 @@ -590,8 +671,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:588 #, c-format -msgid "Please replace the disc with a writable DVD with at least %i MiB of free space." -msgstr "少なくとも %i MiB の空きがある書き込み可能な DVD に入れ替えてください。" +msgid "" +"Please replace the disc with a writable DVD with at least %i MiB of free " +"space." +msgstr "" +"少なくとも %i MiB の空きがある書き込み可能な DVD に入れ替えてください。" #: ../libbrasero-burn/brasero-burn-dialog.c:591 msgid "Please replace the disc with a writable DVD." @@ -608,8 +692,12 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:603 #, c-format -msgid "Please replace the disc with a writable CD or DVD with at least %i MiB of free space." -msgstr "少なくとも %i MiB の空きがある書き込み可能な CD または DVD に入れ替えてください。" +msgid "" +"Please replace the disc with a writable CD or DVD with at least %i MiB of " +"free space." +msgstr "" +"少なくとも %i MiB の空きがある書き込み可能な CD または DVD に入れ替えてくださ" +"い。" #: ../libbrasero-burn/brasero-burn-dialog.c:606 msgid "Please replace the disc with a writable CD or DVD." @@ -618,7 +706,9 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:610 #, c-format msgid "Please insert a writable CD or DVD with at least %i MiB of free space." -msgstr "少なくとも %i MiB の空きがある書き込み可能な CD または DVD を挿入してください。" +msgstr "" +"少なくとも %i MiB の空きがある書き込み可能な CD または DVD を挿入してくださ" +"い。" #: ../libbrasero-burn/brasero-burn-dialog.c:613 #: ../libbrasero-burn/brasero-burn-dialog.c:2171 @@ -691,7 +781,8 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:728 #: ../libbrasero-burn/brasero-sum-dialog.c:333 -msgid "A file could not be created at the location specified for temporary files" +msgid "" +"A file could not be created at the location specified for temporary files" msgstr "一時ファイル用に指定した場所にファイルを作成できませんでした" #: ../libbrasero-burn/brasero-burn-dialog.c:729 @@ -699,8 +790,11 @@ msgstr "指定した場所にイメージを作成できませんでした" #: ../libbrasero-burn/brasero-burn-dialog.c:730 -msgid "Do you want to specify another location for this session or retry with the current location?" -msgstr "このセッションで別の場所を指定するか、または現在の場所で再度実行してみますか?" +msgid "" +"Do you want to specify another location for this session or retry with the " +"current location?" +msgstr "" +"このセッションで別の場所を指定するか、または現在の場所で再度実行してみますか?" #: ../libbrasero-burn/brasero-burn-dialog.c:742 msgid "You may want to free some space on the disc and retry" @@ -749,16 +843,23 @@ msgstr "ディスクを消去(_B)" #: ../libbrasero-burn/brasero-burn-dialog.c:947 -msgid "If you import them you will be able to see and use them once the current selection of files is burned." -msgstr "ファイルをインポートした場合は、現在選択されているファイルを書き込めば表示したり利用できるようになります。" +msgid "" +"If you import them you will be able to see and use them once the current " +"selection of files is burned." +msgstr "" +"ファイルをインポートした場合は、現在選択されているファイルを書き込めば表示し" +"たり利用できるようになります。" #: ../libbrasero-burn/brasero-burn-dialog.c:948 msgid "If you don't, they will be invisible (though still readable)." msgstr "そうしない場合はファイルが見えなくなります (読み込みは可能)。" #: ../libbrasero-burn/brasero-burn-dialog.c:951 -msgid "There are files already burned on this disc. Would you like to import them?" -msgstr "このディスクにはすでにファイルが書き込まれています。これらのファイルをインポートしますか?" +msgid "" +"There are files already burned on this disc. Would you like to import them?" +msgstr "" +"このディスクにはすでにファイルが書き込まれています。これらのファイルをイン" +"ポートしますか?" #: ../libbrasero-burn/brasero-burn-dialog.c:953 msgid "_Import" @@ -769,8 +870,12 @@ msgstr "追記のみ(_A)" #: ../libbrasero-burn/brasero-burn-dialog.c:967 -msgid "CD-RW audio discs may not play correctly in older CD players and CD-Text won't be written." -msgstr "CD-RW の音楽ディスクは古い CD プレイヤーではきちんと再生できない可能性があります。また、CD-TEXT も書き込めません。" +msgid "" +"CD-RW audio discs may not play correctly in older CD players and CD-Text " +"won't be written." +msgstr "" +"CD-RW の音楽ディスクは古い CD プレイヤーではきちんと再生できない可能性があり" +"ます。また、CD-TEXT も書き込めません。" #: ../libbrasero-burn/brasero-burn-dialog.c:968 #: ../libbrasero-burn/brasero-burn-dialog.c:990 @@ -789,7 +894,9 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:989 msgid "CD-RW audio discs may not play correctly in older CD players." -msgstr "CD-RWの音楽用ディスクは古い CD プレイヤーではちゃんと再生できないかもしれません。" +msgstr "" +"CD-RWの音楽用ディスクは古い CD プレイヤーではちゃんと再生できないかもしれませ" +"ん。" #: ../libbrasero-burn/brasero-burn-dialog.c:993 msgid "Recording audio tracks on a rewritable disc is not advised." @@ -802,8 +909,12 @@ msgstr "\"%s\" からディスクを手動で取り出してください。" #: ../libbrasero-burn/brasero-burn-dialog.c:1046 -msgid "The disc could not be ejected though it needs to be removed for the current operation to continue." -msgstr "ディスクが取り出せませんでした。現在の作業を続行するにはディスクを取り出す必要があります。" +msgid "" +"The disc could not be ejected though it needs to be removed for the current " +"operation to continue." +msgstr "" +"ディスクが取り出せませんでした。現在の作業を続行するにはディスクを取り出す必" +"要があります。" #: ../libbrasero-burn/brasero-burn-dialog.c:1133 msgid "Do you want to replace the disc and continue?" @@ -820,7 +931,8 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1144 #: ../libbrasero-burn/brasero-status-dialog.c:340 #: ../src/brasero-data-disc.c:734 -msgid "Some files don't have a suitable name for a fully Windows-compatible CD." +msgid "" +"Some files don't have a suitable name for a fully Windows-compatible CD." msgstr "一部のファイルは Windows 互換の CD で利用できない名前です。" #: ../libbrasero-burn/brasero-burn-dialog.c:1145 @@ -912,8 +1024,13 @@ msgstr "#%i のコピーは成功しました。" #: ../libbrasero-burn/brasero-burn-dialog.c:1889 -msgid "Another copy will start as soon as you insert a new writable disc. If you do not want to burn another copy, press \"Cancel\"." -msgstr "もう一枚コピーを作成する場合は、新しい書き込み可能なディスクを挿入すれば自動的にコピーが始まります。これ以上ディスクの書き込みを行わない場合は、\"キャンセル\" ボタンを押してください。" +msgid "" +"Another copy will start as soon as you insert a new writable disc. If you do " +"not want to burn another copy, press \"Cancel\"." +msgstr "" +"もう一枚コピーを作成する場合は、新しい書き込み可能なディスクを挿入すれば自動" +"的にコピーが始まります。これ以上ディスクの書き込みを行わない場合は、\"キャン" +"セル\" ボタンを押してください。" #: ../libbrasero-burn/brasero-burn-dialog.c:1963 msgid "Make _More Copies" @@ -954,8 +1071,12 @@ msgstr "書き込みのキャンセル(_C)" #: ../libbrasero-burn/brasero-burn-options.c:228 ../src/brasero-project.c:1020 -msgid "Please insert a writable CD or DVD if you don't want to write to an image file." -msgstr "イメージファイルに書き込みたくない場合は、書き込み可能な CD または DVD のメディアを挿入してください。" +msgid "" +"Please insert a writable CD or DVD if you don't want to write to an image " +"file." +msgstr "" +"イメージファイルに書き込みたくない場合は、書き込み可能な CD または DVD のメ" +"ディアを挿入してください。" #: ../libbrasero-burn/brasero-burn-options.c:302 ../src/brasero-project.c:1595 msgid "Create _Image" @@ -986,7 +1107,9 @@ #: ../libbrasero-burn/brasero-burn-options.c:434 #: ../libbrasero-burn/brasero-burn-options.c:451 msgid "The data size is too large for the disc even with the overburn option." -msgstr "オーバーバーンのオプションを指定したとしても、ディスク容量よりもデータサイズが大きすぎます。" +msgstr "" +"オーバーバーンのオプションを指定したとしても、ディスク容量よりもデータサイズ" +"が大きすぎます。" #: ../libbrasero-burn/brasero-burn-options.c:439 ../src/brasero-project.c:954 msgid "_Burn Several Discs" @@ -1070,10 +1193,11 @@ msgstr "コピー防止機能付きでないディスクを挿入してください。" #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." -msgstr "必要なアプリケーションやライブラリがすべてインストールされているわけでないようです。" +msgstr "" +"必要なアプリケーションやライブラリがすべてインストールされているわけでないよ" +"うです。" #: ../libbrasero-burn/brasero-burn-options.c:540 ../src/brasero-project.c:1003 msgid "Please replace the disc with a supported CD or DVD." @@ -1085,12 +1209,17 @@ #: ../libbrasero-burn/brasero-burn-options.c:550 msgid "" -"The data size is too large for the disc and you must remove files from the selection otherwise.\n" -"You may want to use this option if you're using 90 or 100 min CD-R(W) which cannot be properly recognised and therefore need overburn option.\n" +"The data size is too large for the disc and you must remove files from the " +"selection otherwise.\n" +"You may want to use this option if you're using 90 or 100 min CD-R(W) which " +"cannot be properly recognised and therefore need overburn option.\n" "NOTE: This option might cause failure." msgstr "" -"データサイズがディスクの容量を越えているので、選択リストからファイルをいくつか削除しなければなりません。\n" -"もしシステムで正しい容量を認識できない 90 分または 100 分の CD-R(W) を使おうとしているならば、このオーバーバーンのオプションを有効にした方が良いかもしれません。\n" +"データサイズがディスクの容量を越えているので、選択リストからファイルをいくつ" +"か削除しなければなりません。\n" +"もしシステムで正しい容量を認識できない 90 分または 100 分の CD-R(W) を使おう" +"としているならば、このオーバーバーンのオプションを有効にした方が良いかもしれ" +"ません。\n" "注意: このオプションが使えない場合もあります。" #: ../libbrasero-burn/brasero-burn-options.c:557 ../src/brasero-project.c:983 @@ -1102,12 +1231,17 @@ msgstr "ディスクの容量を超えたデータを書き込みます" #: ../libbrasero-burn/brasero-burn-options.c:569 -msgid "The drive that holds the source disc will also be the one used to record." +msgid "" +"The drive that holds the source disc will also be the one used to record." msgstr "読み込むディスクを格納しているドライブは書き込みにも利用できます。" #: ../libbrasero-burn/brasero-burn-options.c:570 -msgid "A new writable disc will be required once the currently loaded one has been copied." -msgstr "現在読み込んでいるもののコピーが完了したら、新しい記録可能なメディアが必要です。" +msgid "" +"A new writable disc will be required once the currently loaded one has been " +"copied." +msgstr "" +"現在読み込んでいるもののコピーが完了したら、新しい記録可能なメディアが必要で" +"す。" #: ../libbrasero-burn/brasero-burn-options.c:657 msgid "Select a disc to write to" @@ -1123,16 +1257,23 @@ msgid "Video Options" msgstr "映像のオプション" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 -msgid "Do you want to create a disc from the contents of the image or with the image file inside?" -msgstr "ディスクイメージの内容からディスクを作成しますか? それともディスクイメージそのものを中に書き込みますか?" +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 +msgid "" +"Do you want to create a disc from the contents of the image or with the " +"image file inside?" +msgstr "" +"ディスクイメージの内容からディスクを作成しますか? それともディスクイメージそ" +"のものを中に書き込みますか?" #. Translators: %s is the name of the image #: ../libbrasero-burn/brasero-burn-options.c:804 #, c-format -msgid "There is only one selected file (\"%s\"). It is the image of a disc and its contents can be burned." -msgstr "選択されたファイルが \"%s\" 一つしかありません。これはディスクイメージで内容をディスクに書き込むことが可能です。" +msgid "" +"There is only one selected file (\"%s\"). It is the image of a disc and its " +"contents can be burned." +msgstr "" +"選択されたファイルが \"%s\" 一つしかありません。これはディスクイメージで内容" +"をディスクに書き込むことが可能です。" #: ../libbrasero-burn/brasero-burn-options.c:809 msgid "Burn as _File" @@ -1159,8 +1300,7 @@ msgid "Select disc to copy" msgstr "コピー元のディスクの選択" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "以下を手動でインストールして再試行してください:" @@ -1260,10 +1400,12 @@ #: ../libbrasero-burn/brasero-drive-properties.c:330 msgid "" -"The filesystem on this volume does not support large files (size over 2 GiB).\n" +"The filesystem on this volume does not support large files (size over 2 " +"GiB).\n" "This can be a problem when writing DVDs or large images." msgstr "" -"このボリュームにあるファイルシステムは 2GiB を越える大きなファイルをサポートしていません。\n" +"このボリュームにあるファイルシステムは 2GiB を越える大きなファイルをサポート" +"していません。\n" "これは、DVD や大きなイメージを書き込む際に問題になるかもしれません。" #. Translators %s.1f is the speed used to burn @@ -1308,8 +1450,12 @@ msgstr "テスト書き込みを行う(_S)" #: ../libbrasero-burn/brasero-drive-properties.c:724 -msgid "Brasero will simulate the burning and, if it is successful, go on with actual burning after 10 seconds" -msgstr "まず書き込みのシミュレーションを行い、問題がなければ10秒後に実際に書き込みます" +msgid "" +"Brasero will simulate the burning and, if it is successful, go on with " +"actual burning after 10 seconds" +msgstr "" +"まず書き込みのシミュレーションを行い、問題がなければ10秒後に実際に書き込みま" +"す" #: ../libbrasero-burn/brasero-drive-properties.c:726 msgid "Use burn_proof (decrease the risk of failures)" @@ -1395,11 +1541,15 @@ msgstr "%s のプロパティ" #: ../libbrasero-burn/brasero-medium-properties.c:133 -msgid "Do you really want to keep the current extension for the disc image name?" -msgstr "本当にディスクのイメージの拡張子を変更せずに、そのままにしておきますか?" +msgid "" +"Do you really want to keep the current extension for the disc image name?" +msgstr "" +"本当にディスクのイメージの拡張子を変更せずに、そのままにしておきますか?" #: ../libbrasero-burn/brasero-medium-properties.c:139 -msgid "If you choose to keep it, programs may not be able to recognize the file type properly." +msgid "" +"If you choose to keep it, programs may not be able to recognize the file " +"type properly." msgstr "このままにしておくとファイルの種類を正しく認識できないかもしれません。" #: ../libbrasero-burn/brasero-medium-properties.c:142 @@ -1503,11 +1653,13 @@ #: ../src/brasero-data-disc.c:879 msgid "" "The children of this directory will have 7 parent directories.\n" -"Brasero can create an image of such a file hierarchy and burn it but the disc may not be readable on all operating systems.\n" +"Brasero can create an image of such a file hierarchy and burn it but the " +"disc may not be readable on all operating systems.\n" "Note: Such a file hierarchy is known to work on Linux." msgstr "" "フォルダーを追加すると、このフォルダーの深さが 7 になります。\n" -"Brasero は、このような階層を持つイメージの作成や書き込みをサポートしていますが、一部の OS では読み込めない可能性があります。\n" +"Brasero は、このような階層を持つイメージの作成や書き込みをサポートしています" +"が、一部の OS では読み込めない可能性があります。\n" "注記: Linux では問題なく動作することが報告されています。" #: ../libbrasero-burn/brasero-status-dialog.c:232 @@ -1525,19 +1677,30 @@ #: ../libbrasero-burn/brasero-status-dialog.c:271 #: ../src/brasero-data-disc.c:826 #, c-format -msgid "Do you really want to add \"%s\" to the selection and use the third version of the ISO9660 standard to support it?" -msgstr "本当に \"%s\" をセレクションに追加し ISO9660 レベル3の標準を利用しますか?" +msgid "" +"Do you really want to add \"%s\" to the selection and use the third version " +"of the ISO9660 standard to support it?" +msgstr "" +"本当に \"%s\" をセレクションに追加し ISO9660 レベル3の標準を利用しますか?" #: ../libbrasero-burn/brasero-status-dialog.c:290 #: ../src/brasero-data-disc.c:835 msgid "" -"The size of the file is over 2 GiB. Files larger than 2 GiB are not supported by the ISO9660 standard in its first and second versions (the most widespread ones).\n" -"It is recommended to use the third version of the ISO9660 standard, which is supported by most operating systems, including Linux and all versions of Windows™.\n" -"However, Mac OS X cannot read images created with version 3 of the ISO9660 standard." -msgstr "" -"ファイルのサイズが 2 GiB を越えています。2 GiB以上のファイルは、最も広く使われている ISO9660 の標準 (レベル 1 と 2) ではサポートされていません。\n" -"Linux やすべてのバージョンの Windows™ を含めたほとんどの OS でサポートされている ISO9660 レベル3の利用をお薦めします。\n" -"しかしながら Mac OS X では、ISO9660 レベル3 で作成したイメージを読み込むことはできません。" +"The size of the file is over 2 GiB. Files larger than 2 GiB are not " +"supported by the ISO9660 standard in its first and second versions (the most " +"widespread ones).\n" +"It is recommended to use the third version of the ISO9660 standard, which is " +"supported by most operating systems, including Linux and all versions of " +"Windows™.\n" +"However, Mac OS X cannot read images created with version 3 of the ISO9660 " +"standard." +msgstr "" +"ファイルのサイズが 2 GiB を越えています。2 GiB以上のファイルは、最も広く使わ" +"れている ISO9660 の標準 (レベル 1 と 2) ではサポートされていません。\n" +"Linux やすべてのバージョンの Windows™ を含めたほとんどの OS でサポートされて" +"いる ISO9660 レベル3の利用をお薦めします。\n" +"しかしながら Mac OS X では、ISO9660 レベル3 で作成したイメージを読み込むこと" +"はできません。" #: ../libbrasero-burn/brasero-status-dialog.c:330 #: ../src/brasero-data-disc.c:729 @@ -1901,15 +2064,23 @@ #: ../libbrasero-burn/burn-job.c:522 #, c-format -msgid "The filesystem you chose to store the temporary image on cannot hold files with a size over 2 GiB" -msgstr "作業用のイメージを格納するために選択したファイルシステムには 2GiB を越える大きさのファイルを格納できません" +msgid "" +"The filesystem you chose to store the temporary image on cannot hold files " +"with a size over 2 GiB" +msgstr "" +"作業用のイメージを格納するために選択したファイルシステムには 2GiB を越える大" +"きさのファイルを格納できません" #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 #, c-format -msgid "The location you chose to store the temporary image on does not have enough free space for the disc image (%ld MiB needed)" -msgstr "保存先として選択した場所はディスクイメージを保存するだけの十分な空きがありません (%ld MiB は必要です)" +msgid "" +"The location you chose to store the temporary image on does not have enough " +"free space for the disc image (%ld MiB needed)" +msgstr "" +"保存先として選択した場所はディスクイメージを保存するだけの十分な空きがありま" +"せん (%ld MiB は必要です)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "ボリュームのサイズを取得できませんでした" @@ -2202,8 +2373,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "データディスク (%s)" @@ -2212,8 +2383,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "正しい ISO イメージではないようです" @@ -2571,7 +2741,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2617,7 +2787,8 @@ #: ../plugins/cdrdao/burn-cdrdao.c:762 msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" -msgstr "\"--driver generic-mmc-raw\" フラグを有効にする (cdrdao のマニュアル参照)" +msgstr "" +"\"--driver generic-mmc-raw\" フラグを有効にする (cdrdao のマニュアル参照)" #: ../plugins/cdrkit/burn-cdrkit.h:38 msgid "cdrkit burning suite" @@ -2669,8 +2840,12 @@ #: ../plugins/cdrkit/burn-readom.c:136 ../plugins/cdrtools/burn-readcd.c:137 #, c-format -msgid "The location you chose to store the image on does not have enough free space for the disc image" -msgstr "保存先として選択した場所はディスクイメージを保存するだけの十分な空きがありません" +msgid "" +"The location you chose to store the image on does not have enough free space " +"for the disc image" +msgstr "" +"保存先として選択した場所はディスクイメージを保存するだけの十分な空きがありま" +"せん" #: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 msgid "Copies any disc to a disc image" @@ -2685,8 +2860,11 @@ #: ../plugins/cdrkit/burn-wodim.c:128 ../plugins/cdrtools/burn-cdrecord.c:128 #, c-format -msgid "The system is too slow to write the disc at this speed. Try a lower speed" -msgstr "この速度で CD に書き込むにはシステムが遅すぎます (より遅い速度で試してください)" +msgid "" +"The system is too slow to write the disc at this speed. Try a lower speed" +msgstr "" +"この速度で CD に書き込むにはシステムが遅すぎます (より遅い速度で試してくださ" +"い)" #. Translators: %s is the number of the track #: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 @@ -2717,7 +2895,9 @@ #: ../plugins/cdrkit/burn-wodim.c:1416 msgid "Minimum drive buffer fill ratio (in %) (see wodim manual):" -msgstr "ドライブの FIFO の Fill Ratio の最小値を百分率で指定する (wodim の man ページ参照のこと)" +msgstr "" +"ドライブの FIFO の Fill Ratio の最小値を百分率で指定する (wodim の man ページ" +"参照のこと)" #: ../plugins/cdrtools/burn-cdda2wav.c:206 #: ../plugins/cdrtools/burn-cdda2wav.c:216 @@ -2745,7 +2925,9 @@ #: ../plugins/cdrtools/burn-cdrecord.c:1419 #, c-format msgid "Minimum drive buffer fill ratio (in %%) (see cdrecord manual):" -msgstr "ドライブバッファーの Fill Ratio の最小値を %% で指定する (cdrecord のマニュアル参照):" +msgstr "" +"ドライブバッファーの Fill Ratio の最小値を %% で指定する (cdrecord のマニュア" +"ル参照):" #: ../plugins/cdrtools/burn-cdrtools.h:38 msgid "cdrtools burning suite" @@ -2856,31 +3038,40 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format -msgid "Error while retrieving a key used for encryption. You may solve such a problem with one of the following methods: in a terminal either set the proper DVD region code for your CD/DVD player with the \"regionset %s\" command or run the \"DVDCSS_METHOD=title brasero --no-existing-session\" command" -msgstr "暗号化のキーの取得中にエラーが発生しました。次のような方法でこの問題を解決できるかもしれません。端末で CD/DVD プレイヤーの適切な DVD リージョンコードを \"regionset %s\" コマンドで設定する。あるいは、\"DVDCSS_METHOD=title brasero --no-existing-session\" を実行する。" +msgid "" +"Error while retrieving a key used for encryption. You may solve such a " +"problem with one of the following methods: in a terminal either set the " +"proper DVD region code for your CD/DVD player with the \"regionset %s\" " +"command or run the \"DVDCSS_METHOD=title brasero --no-existing-session\" " +"command" +msgstr "" +"暗号化のキーの取得中にエラーが発生しました。次のような方法でこの問題を解決で" +"きるかもしれません。端末で CD/DVD プレイヤーの適切な DVD リージョンコードを " +"\"regionset %s\" コマンドで設定する。あるいは、\"DVDCSS_METHOD=title brasero " +"--no-existing-session\" を実行する。" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "DVD キーの取得中" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "映像用 DVD を開けませんでした" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "映像用 DVD (%s) を読み込む際にエラーが発生しました" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "映像用 DVD のコピー中" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "CSS で暗号化された映像用 DVD をディスクイメージにコピーする" @@ -2957,8 +3148,10 @@ #: ../plugins/libburnia/burn-libisofs.c:759 #, c-format -msgid "libisofs reported an error while adding contents to directory \"%s\" (%x)" -msgstr "libisofs でディレクトリ \"%s\" (%x) に内容を追加する際にエラーが発生しました" +msgid "" +"libisofs reported an error while adding contents to directory \"%s\" (%x)" +msgstr "" +"libisofs でディレクトリ \"%s\" (%x) に内容を追加する際にエラーが発生しました" #: ../plugins/libburnia/burn-libisofs.c:782 #: ../plugins/libburnia/burn-libisofs.c:798 @@ -2993,8 +3186,11 @@ msgstr "ローカルファイルのパスは取得できません" #: ../plugins/local-track/burn-uri.c:748 -msgid "Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" -msgstr "Nautilus の \"CD/DVD クリエーターフォルダー\" に追加したファイルを書き込めるようにする" +msgid "" +"Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" +msgstr "" +"Nautilus の \"CD/DVD クリエーターフォルダー\" に追加したファイルを書き込める" +"ようにする" #. Translators: This message is sent #. * when brasero could not link together @@ -3062,7 +3258,8 @@ #: ../plugins/transcode/burn-vob.c:1353 msgid "Converts any video file into a format suitable for video DVDs" -msgstr "Vob を使うと映像を含んだファイルを映像用 DVD に最適な形式に変換できます" +msgstr "" +"Vob を使うと映像を含んだファイルを映像用 DVD に最適な形式に変換できます" #: ../plugins/vcdimager/burn-vcdimager.c:478 msgid "Creates disc images suitable for SVCDs" @@ -3154,16 +3351,36 @@ msgstr "プロジェクトが空です" #: ../src/brasero-app.c:1176 -msgid "Brasero is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version." -msgstr "Brasero はフリーソフトウェアです。フリーソフトウェア財団が提供する GNU 一般公衆利用許諾契約書の第二版、あるいはそれ以降の版が定める条項の下で本プログラムを再頒布または変更することができます。" +msgid "" +"Brasero is free software; you can redistribute it and/or modify it under the " +"terms of the GNU General Public License as published by the Free Software " +"Foundation; either version 2 of the License, or (at your option) any later " +"version." +msgstr "" +"Brasero はフリーソフトウェアです。フリーソフトウェア財団が提供する GNU 一般公" +"衆利用許諾契約書の第二版、あるいはそれ以降の版が定める条項の下で本プログラム" +"を再頒布または変更することができます。" #: ../src/brasero-app.c:1181 -msgid "Brasero is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." -msgstr "Brasero は有用であることを願って頒布されていますが、市場性または特定の目的に対する適合性についての暗黙の保証を含めて、いかなる保証も行ないません。詳細は GNU 一般公衆利用許諾契約書を参照してください。" +msgid "" +"Brasero is distributed in the hope that it will be useful, but WITHOUT ANY " +"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " +"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " +"details." +msgstr "" +"Brasero は有用であることを願って頒布されていますが、市場性または特定の目的に" +"対する適合性についての暗黙の保証を含めて、いかなる保証も行ないません。詳細は " +"GNU 一般公衆利用許諾契約書を参照してください。" #: ../src/brasero-app.c:1186 -msgid "You should have received a copy of the GNU General Public License along with Brasero; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" -msgstr "あなたは本プログラムと一緒に GNU 一般公衆利用許諾契約書の写しを受け取っているはずです。そうでない場合は、Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA まで連絡してください。" +msgid "" +"You should have received a copy of the GNU General Public License along with " +"Brasero; if not, write to the Free Software Foundation, Inc., 51 Franklin " +"Street, Fifth Floor, Boston, MA 02110-1301, USA" +msgstr "" +"あなたは本プログラムと一緒に GNU 一般公衆利用許諾契約書の写しを受け取っている" +"はずです。そうでない場合は、Free Software Foundation, Inc., 51 Franklin " +"Street, Fifth Floor, Boston, MA 02110-1301, USA まで連絡してください。" #: ../src/brasero-app.c:1198 msgid "A simple to use CD/DVD burning application for GNOME" @@ -3297,7 +3514,9 @@ msgstr "動画ファイル \"%s\" を追加しますか?" #: ../src/brasero-audio-disc.c:671 -msgid "This file is a video and therefore only the audio part can be written to the disc." +msgid "" +"This file is a video and therefore only the audio part can be written to the " +"disc." msgstr "これは動画ファイルなので音声のみディスクに書き込むことが可能です。" #: ../src/brasero-audio-disc.c:674 @@ -3328,11 +3547,13 @@ #: ../src/brasero-audio-disc.c:858 msgid "" "Some of the selected songs are suitable for creating DTS tracks.\n" -"This type of audio CD track provides a higher quality of sound but can only be played by specific digital players.\n" +"This type of audio CD track provides a higher quality of sound but can only " +"be played by specific digital players.\n" "Note: if you agree, normalization will not be applied to these tracks." msgstr "" "選択された音楽は DTS トラックの作成に適しています。\n" -"この種の音楽CDトラックは高音質の音を提供しますが、特定のデジタルプレイヤーでしか再生できません。\n" +"この種の音楽CDトラックは高音質の音を提供しますが、特定のデジタルプレイヤーで" +"しか再生できません。\n" "注意: 同意したならば、正規化がこれらのトラックでは実行されません。" #: ../src/brasero-audio-disc.c:867 @@ -3349,7 +3570,8 @@ #: ../src/brasero-audio-disc.c:874 msgid "Click here to burn all suitable songs as DTS tracks" -msgstr "ここをクリックすると DTS トラックとして適合するすべての楽曲を書き込みます" +msgstr "" +"ここをクリックすると DTS トラックとして適合するすべての楽曲を書き込みます" #: ../src/brasero-audio-disc.c:1290 msgid "Select one song only please." @@ -3529,8 +3751,12 @@ #. Translators: %s is the name of the image #: ../src/brasero-data-disc.c:619 #, c-format -msgid "There is only one selected file (\"%s\"). It is the image of a disc and its contents can be burned" -msgstr "選択されたファイルが \"%s\" 一つしかありません。これはディスクイメージで内容をディスクに書き込むことが可能です" +msgid "" +"There is only one selected file (\"%s\"). It is the image of a disc and its " +"contents can be burned" +msgstr "" +"選択されたファイルが \"%s\" 一つしかありません。これはディスクイメージで内容" +"をディスクに書き込むことが可能です" #: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" @@ -3561,8 +3787,12 @@ msgstr "\"%s\" を置き換えますか?" #: ../src/brasero-data-disc.c:779 -msgid "A file with this name already exists in the folder. Replacing it will overwrite its contents on the disc to be burnt." -msgstr "この名前のファイルがすでにフォルダーにあります。置き換えするとディスクに書き込む内容を上書きします。" +msgid "" +"A file with this name already exists in the folder. Replacing it will " +"overwrite its contents on the disc to be burnt." +msgstr "" +"この名前のファイルがすでにフォルダーにあります。置き換えするとディスクに書き" +"込む内容を上書きします。" #. Translators: Keep means we're keeping the files that already existed #. * in the project. @@ -3619,8 +3849,11 @@ msgstr "\"%s\" からセッションを取り込みますか?" #: ../src/brasero-data-disc.c:1101 -msgid "That way, old files from previous sessions will be usable after burning." -msgstr "そのようにして、以前のセッションからファイルを持ち越すとあとで書き込む際に使用できます。" +msgid "" +"That way, old files from previous sessions will be usable after burning." +msgstr "" +"そのようにして、以前のセッションからファイルを持ち越すとあとで書き込む際に使" +"用できます。" #: ../src/brasero-data-disc.c:1109 msgid "I_mport Session" @@ -3712,7 +3945,8 @@ msgstr "フィルターリングのオプション" #: ../src/brasero-file-filtered.c:218 -msgid "Select the files you want to restore and click on the \"Restore\" button" +msgid "" +"Select the files you want to restore and click on the \"Restore\" button" msgstr "元に戻したいファイルを選択し \"元に戻す\" ボタンをクリックしてください" #: ../src/brasero-file-filtered.c:265 @@ -3807,8 +4041,12 @@ #: ../src/brasero-multi-song-props.c:211 ../src/brasero-multi-song-props.c:252 #: ../src/brasero-multi-song-props.c:273 ../src/brasero-song-properties.c:187 #: ../src/brasero-song-properties.c:199 ../src/brasero-song-properties.c:211 -msgid "This information will be written to the disc using CD-Text technology. It can be read and displayed by some audio CD players." -msgstr "この情報は CD-TEXT 技術を用いてディスクに書き込まれます (一部の CD プレイヤーで表示できます)。" +msgid "" +"This information will be written to the disc using CD-Text technology. It " +"can be read and displayed by some audio CD players." +msgstr "" +"この情報は CD-TEXT 技術を用いてディスクに書き込まれます (一部の CD プレイヤー" +"で表示できます)。" #: ../src/brasero-multi-song-props.c:213 msgid "Song titles" @@ -3963,12 +4201,20 @@ msgstr "ディスクを書き込みます" #: ../src/brasero-project.c:695 -msgid "To add files to this project click the \"Add\" button or drag files to this area" -msgstr "このプロジェクトにファイルを追加するには、\"追加\" ボタンをクリックするかこの領域にファイルをドラッグしてください" +msgid "" +"To add files to this project click the \"Add\" button or drag files to this " +"area" +msgstr "" +"このプロジェクトにファイルを追加するには、\"追加\" ボタンをクリックするかこの" +"領域にファイルをドラッグしてください" #: ../src/brasero-project.c:697 -msgid "To remove files select them then click on the \"Remove\" button or press \"Delete\" key" -msgstr "ファイルを削除するには、ファイルを選択して \"削除\" ボタンをクリックするか \"Delete\" キーを押してください" +msgid "" +"To remove files select them then click on the \"Remove\" button or press " +"\"Delete\" key" +msgstr "" +"ファイルを削除するには、ファイルを選択して \"削除\" ボタンをクリックするか " +"\"Delete\" キーを押してください" #: ../src/brasero-project.c:804 #, c-format @@ -3977,16 +4223,22 @@ #: ../src/brasero-project.c:950 ../src/brasero-project.c:966 msgid "The project is too large for the disc even with the overburn option." -msgstr "プロジェクトのサイズがディスクの容量よりも大きすぎます (オーバーバーンのオプション付きでも)。" +msgstr "" +"プロジェクトのサイズがディスクの容量よりも大きすぎます (オーバーバーンのオプ" +"ション付きでも)。" #: ../src/brasero-project.c:977 msgid "" "The project is too large for the disc and you must remove files from it.\n" -"You may want to use this option if you're using 90 or 100 min CD-R(W) which cannot be properly recognized and therefore needs the overburn option.\n" +"You may want to use this option if you're using 90 or 100 min CD-R(W) which " +"cannot be properly recognized and therefore needs the overburn option.\n" "Note: This option might cause failure." msgstr "" -"プロジェクトのサイズがディスクの容量を越えているので、プロジェクトからファイルをいくつか削除する必要があります。\n" -"容量を正しく認識できない 90 分または 100 分の CD-R (W) を利用するためオーバーバーンのオプションが必要な場合は、このオプションを使用するのが良いでしょう。\n" +"プロジェクトのサイズがディスクの容量を越えているので、プロジェクトからファイ" +"ルをいくつか削除する必要があります。\n" +"容量を正しく認識できない 90 分または 100 分の CD-R (W) を利用するためオーバー" +"バーンのオプションが必要な場合は、このオプションを使用するのが良いでしょ" +"う。\n" "注意: このオプションが使えない場合もあります。" #: ../src/brasero-project.c:1098 @@ -4014,7 +4266,9 @@ msgstr "ファイル選択をクリアするか、または新しいプロジェクトに追加しますか?" #: ../src/brasero-project.c:1925 ../src/brasero-project.c:1944 -msgid "If you choose to create a new empty project, the file selection will be discarded." +msgid "" +"If you choose to create a new empty project, the file selection will be " +"discarded." msgstr "新しくプロジェクトを作成するとファイル選択がクリアされます。" #: ../src/brasero-project.c:1927 @@ -4038,8 +4292,14 @@ msgstr "本当にこのプロジェクトを空にしますか?" #: ../src/brasero-project.c:2306 -msgid "Emptying a project will remove all files already added. All the work will be lost. Note that files will not be deleted from their own location, just no longer listed here." -msgstr "プロジェクトを空にすると、ここで追加したファイルを削除することになり、今までの作業結果が完全に失われてしまいます (ただし、実際にファイルシステムから削除するというわけではなく、プロジェクトの一覧から無くなるということです)。" +msgid "" +"Emptying a project will remove all files already added. All the work will be " +"lost. Note that files will not be deleted from their own location, just no " +"longer listed here." +msgstr "" +"プロジェクトを空にすると、ここで追加したファイルを削除することになり、今まで" +"の作業結果が完全に失われてしまいます (ただし、実際にファイルシステムから削除" +"するというわけではなく、プロジェクトの一覧から無くなるということです)。" #: ../src/brasero-project.c:2368 msgid "_Save" @@ -4146,7 +4406,8 @@ #: ../src/brasero-project-manager.c:102 #: ../src/brasero-project-type-chooser.c:76 -msgid "Create a traditional audio CD that will be playable on computers and stereos" +msgid "" +"Create a traditional audio CD that will be playable on computers and stereos" msgstr "コンピューターやステレオで演奏できる音楽 CD を作成します" #: ../src/brasero-project-manager.c:103 @@ -4155,7 +4416,9 @@ #: ../src/brasero-project-manager.c:104 #: ../src/brasero-project-type-chooser.c:81 -msgid "Create a CD/DVD containing any type of data that can only be read on a computer" +msgid "" +"Create a CD/DVD containing any type of data that can only be read on a " +"computer" msgstr "いろいろな種類のデータを格納した読み込み専用の CD/DVD を作成します" #: ../src/brasero-project-manager.c:105 @@ -4173,8 +4436,11 @@ #: ../src/brasero-project-manager.c:108 #: ../src/brasero-project-type-chooser.c:91 -msgid "Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on another CD/DVD" -msgstr "音楽 CD やデータ CD/DVD のコピーをハードディスクや別の CD/DVD 上に作成します" +msgid "" +"Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on " +"another CD/DVD" +msgstr "" +"音楽 CD やデータ CD/DVD のコピーをハードディスクや別の CD/DVD 上に作成します" #: ../src/brasero-project-manager.c:109 msgid "_Burn Image…" @@ -4458,8 +4724,12 @@ msgstr "本当にトラックを分割してもよろしいですか?" #: ../src/brasero-split-dialog.c:175 -msgid "If you split the track, the size of the new track will be shorter than 6 seconds and will be padded." -msgstr "トラックを分割すると、新しいトラックの演奏時間が6秒未満になり、残ったパートは無音になります。" +msgid "" +"If you split the track, the size of the new track will be shorter than 6 " +"seconds and will be padded." +msgstr "" +"トラックを分割すると、新しいトラックの演奏時間が6秒未満になり、残ったパートは" +"無音になります。" #: ../src/brasero-split-dialog.c:181 ../src/brasero-split-dialog.c:752 msgid "_Split" @@ -4649,7 +4919,8 @@ #: ../src/main.c:96 #, c-format msgid "Please type \"%s --help\" to see all available options\n" -msgstr "利用可能なオプションの一覧を表示する場合は %s --help を実行してください\n" +msgstr "" +"利用可能なオプションの一覧を表示する場合は %s --help を実行してください\n" #~ msgid "File is not a valid .desktop file" #~ msgstr "妥当な .desktop ファイルではありません" @@ -4667,7 +4938,8 @@ #~ msgstr "不明な起動オプションです: %d" #~ msgid "Can't pass document URIs to a 'Type=Link' desktop entry" -#~ msgstr "ドキュメントの URI を 'Type=Link' な .desktop エントリには渡せません" +#~ msgstr "" +#~ "ドキュメントの URI を 'Type=Link' な .desktop エントリには渡せません" #~ msgid "Not a launchable item" #~ msgstr "起動可能なアイテムではありません" diff -Nru brasero-3.12.2/po/kk.po brasero-3.12.3/po/kk.po --- brasero-3.12.2/po/kk.po 2017-07-31 15:35:41.000000000 +0000 +++ brasero-3.12.3/po/kk.po 2021-09-17 11:27:28.000000000 +0000 @@ -1,15 +1,14 @@ # Kazakh translation of brasero. # Copyright (C) 2010 HZ # This file is distributed under the same license as the brasero package. -# Baurzhan Muftakhidinov , 2010. +# Baurzhan Muftakhidinov , 2010-2020. # msgid "" msgstr "" "Project-Id-Version: brasero master\n" -"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2017-06-28 15:14+0000\n" -"PO-Revision-Date: 2017-07-27 10:13+0500\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2020-07-03 08:46+0000\n" +"PO-Revision-Date: 2020-07-16 10:40+0500\n" "Last-Translator: Baurzhan Muftakhidinov \n" "Language-Team: Kazakh \n" "Language: kk\n" @@ -17,7 +16,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Poedit 1.8.12\n" +"X-Generator: Poedit 2.3.1\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -25,6 +24,9 @@ "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." msgstr "" +"Brasero — GNOME үстеліне арналған CD/DVD-ді жазуға арналған қолданба. Ол " +"барынша қарапайым болуға арналған және пайдаланушыларға дискілерді оңай және " +"жылдам жасауға мүмкіндік беретін кейбір бірегей мүмкіндіктері бар." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -908,7 +910,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1786 msgid "Video DVD successfully burned" -msgstr "Видео DVD сәтті жазылды." +msgstr "Видео DVD сәтті жазылды" #: ../libbrasero-burn/brasero-burn-dialog.c:1788 msgid "(S)VCD successfully burned" @@ -1109,7 +1111,7 @@ #: ../libbrasero-burn/brasero-src-image.c:167 msgctxt "disc" msgid "Please select another image." -msgstr "" +msgstr "Басқа бейнені таңдаңыз." #: ../libbrasero-burn/brasero-burn-options.c:523 msgid "It doesn't appear to be a valid disc image or a valid cue file." @@ -1245,7 +1247,7 @@ #: ../libbrasero-burn/brasero-dest-selection.c:605 #: ../libbrasero-burn/brasero-image-type-chooser.c:133 msgid "SVCD image" -msgstr "" +msgstr "SVCD суреті" #: ../libbrasero-burn/brasero-dest-selection.c:607 #: ../libbrasero-burn/brasero-image-type-chooser.c:127 @@ -1322,26 +1324,26 @@ #: ../libbrasero-burn/brasero-drive-properties.c:524 #, c-format msgid "%.1f× (DVD)" -msgstr "" +msgstr "%.1f× (DVD)" #. Translators %s.1f is the speed used to burn #: ../libbrasero-burn/brasero-drive-properties.c:528 #, c-format msgid "%.1f× (CD)" -msgstr "" +msgstr "%.1f× (CD)" #. Translators %s.1f is the speed used to burn. BD = Blu Ray #: ../libbrasero-burn/brasero-drive-properties.c:532 #, c-format msgid "%.1f× (BD)" -msgstr "" +msgstr "%.1f× (BD)" #. Translators %s.1f is the speed used to burn for every medium #. * type. BD = Blu Ray #: ../libbrasero-burn/brasero-drive-properties.c:537 #, c-format msgid "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" -msgstr "" +msgstr "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" #: ../libbrasero-burn/brasero-drive-properties.c:575 msgid "Impossible to retrieve speeds" @@ -2029,7 +2031,7 @@ #: ../plugins/growisofs/burn-growisofs.c:509 #, c-format msgid "\"%s\" could not be found" -msgstr "\"%s\" табу мүмкін емес." +msgstr "\"%s\" табу мүмкін емес" #. Translators: %s is the name of the brasero element #: ../libbrasero-burn/burn-process.c:259 @@ -2581,7 +2583,7 @@ msgstr "" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "" @@ -2590,7 +2592,7 @@ msgstr "" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" msgstr "" @@ -3231,6 +3233,9 @@ "Foundation; either version 2 of the License, or (at your option) any later " "version." msgstr "" +"Brasero еркін бағдарлама; сіз оны Free Software Foundation шығарған GNU " +"General Public License аясында еркін тарата не/және өзгерте аласыз; лицензия " +"нұсқасы 3 не (тандауыңызша) кез-келген кейін шыққан." #: ../src/brasero-app.c:1181 msgid "" @@ -3239,6 +3244,9 @@ "FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " "details." msgstr "" +"Brasero пайдалы болады деген сеніммен таратылады, бірақ ЕШҚАНДАЙ КЕПІЛДЕМЕ " +"берілмейді; КОММЕРЦИЯЛЫҚ ҚҰНДЫЛЫҚ немесе белгілі бір МАҚСАТТАРҒА СӘЙКЕС " +"КЕЛЕТІНІ үшін де. Көбірек білу үшін GNU General Public License қараңыз." #: ../src/brasero-app.c:1186 msgid "" @@ -3246,6 +3254,9 @@ "Brasero; if not, write to the Free Software Foundation, Inc., 51 Franklin " "Street, Fifth Floor, Boston, MA 02110-1301, USA" msgstr "" +"Сіз Brasero-мен бірге GNU General Public License көшірмесін алуыңыз керек " +"еді; олай болмаса, Free Software Foundation, Inc. ұйымына хабарласыңыз, 51 " +"Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" #: ../src/brasero-app.c:1198 msgid "A simple to use CD/DVD burning application for GNOME" @@ -3562,7 +3573,7 @@ #: ../src/brasero-data-disc.c:125 msgid "R_ename…" -msgstr "" +msgstr "А_тын ауыстыру…" #: ../src/brasero-data-disc.c:125 msgid "Rename the selected file" @@ -3574,7 +3585,7 @@ #: ../src/brasero-data-disc.c:131 msgid "Create a new empty folder" -msgstr "" +msgstr "Жаңа бос буманы жасау" #: ../src/brasero-data-disc.c:213 msgid "The session could not be imported." @@ -3747,7 +3758,7 @@ #: ../src/brasero-data-disc.c:2380 msgid "Space" -msgstr "" +msgstr "Орын" #: ../src/brasero-eject-dialog.c:97 #, c-format @@ -3983,7 +3994,7 @@ #: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" -msgstr "" +msgstr "Бел_сендіру" #: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" @@ -4372,7 +4383,7 @@ #: ../src/brasero-project-name.c:83 msgctxt "picture" msgid "Please select another image." -msgstr "" +msgstr "Басқа суретті таңдаңыз." #. NOTE to translators: the final string must not be over #. * 32 _bytes_. @@ -4380,7 +4391,7 @@ #: ../src/brasero-project-name.c:269 #, c-format msgid "Video disc (%s)" -msgstr "" +msgstr "Видео дискі ( %s)" #: ../src/brasero-project-parse.c:62 msgid "Error while loading the project." @@ -4477,7 +4488,7 @@ #. Translators: This is a verb. This is completed later #: ../src/brasero-rename.c:341 msgid "Insert" -msgstr "" +msgstr "Insert" #. Translators: This finishes previous action "Insert". It goes like #. * this: "Insert" [Entry] "at the beginning". @@ -4519,7 +4530,7 @@ #: ../src/brasero-song-control.c:99 #, c-format msgid "%s / %s" -msgstr "" +msgstr "%s / %s" #: ../src/brasero-song-control.c:527 msgid "No file" @@ -4658,11 +4669,11 @@ #: ../src/brasero-split-dialog.c:1211 msgid "Start" -msgstr "" +msgstr "Басы" #: ../src/brasero-split-dialog.c:1218 msgid "End" -msgstr "" +msgstr "Соңы" #: ../src/brasero-split-dialog.c:1241 msgid "Mer_ge" @@ -4690,7 +4701,7 @@ #: ../src/brasero-time-button.c:287 msgid "Hours" -msgstr "" +msgstr "Сағат саны" #. Translators: separating hours and minutes #. Translators: separating minutes and seconds diff -Nru brasero-3.12.2/po/ko.po brasero-3.12.3/po/ko.po --- brasero-3.12.2/po/ko.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/ko.po 2020-04-07 12:27:22.000000000 +0000 @@ -1,5 +1,5 @@ # This file is distributed under the same license as the brasero package. -# Changwoo Ryu , 2009-2014. +# Changwoo Ryu , 2009-2014, 2017. # # 새로 번역하시는 분은 아래 "translator-credits"에 추가하세요. # @@ -9,10 +9,10 @@ msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" "product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-09-05 14:58+0000\n" -"PO-Revision-Date: 2014-09-06 05:56+0900\n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-08-28 06:34+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: GNOME Korea \n" "Language: ko\n" @@ -26,7 +26,10 @@ "Brasero is a application to burn CD/DVD for the GNOME Desktop. It is " "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." -msgstr "브라세로는 그놈 데스크톱의 CD/DVD 굽기 프로그램입니다. 이 프로그램은 가능한 간단히 설계되었고, 쉽고 빠르고 CD/DVD를 만들 수 있는 독창적인 기능이 들어 있습니다." +msgstr "" +"브라세로는 그놈 데스크톱의 CD/DVD 굽기 프로그램입니다. 이 프로그램은 가능한 " +"간단히 설계되었고, 쉽고 빠르고 CD/DVD를 만들 수 있는 독창적인 기능이 들어 있" +"습니다." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -70,10 +73,14 @@ msgstr "이미지 파일 굽기" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "디스크를 복사합니다" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "오디오 프로젝트 만들기" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "비디오 프로젝트 만들기" @@ -398,24 +405,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (프로그램)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (라이브러리)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (GStreamer 플러그인)" @@ -445,18 +449,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "내부 오류가 발생했습니다" @@ -1161,8 +1164,7 @@ msgstr "복사 방지를 하지 않은 디스크를 넣으십시오." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "필요한 프로그램과 라이브러리 중 설치되지 않은 사항이 있습니다." @@ -1224,8 +1226,7 @@ msgid "Video Options" msgstr "비디오 옵션" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1239,7 +1240,9 @@ msgid "" "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned." -msgstr "선택한 파일이 한 개(\"%s\") 뿐입니다. 디스크 이미지 파일이므로 그 내용을 구울 수 있습니다." +msgstr "" +"선택한 파일이 한 개(\"%s\") 뿐입니다. 디스크 이미지 파일이므로 그 내용을 구" +"울 수 있습니다." #: ../libbrasero-burn/brasero-burn-options.c:809 msgid "Burn as _File" @@ -1266,8 +1269,7 @@ msgid "Select disc to copy" msgstr "복사할 디스크를 선택하십시오" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "다음을 수동으로 설치하고 다시 시도하십시오:" @@ -2043,9 +2045,11 @@ msgid "" "The location you chose to store the temporary image on does not have enough " "free space for the disc image (%ld MiB needed)" -msgstr "임시 이미지를 저장할 파일 시스템이 디스크 이미지를 저장할 만한 빈 공간이 남아 있지 않습니다(%ldMiB 필요)" +msgstr "" +"임시 이미지를 저장할 파일 시스템이 디스크 이미지를 저장할 만한 빈 공간이 남" +"아 있지 않습니다(%ldMiB 필요)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "볼륨의 크기를 알아낼 수 없습니다" @@ -2338,8 +2342,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "데이터 디스크(%s)" @@ -2348,8 +2352,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "올바른 ISO 이미지 파일이 아닙니다" @@ -2708,7 +2711,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2998,7 +3001,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3012,26 +3015,26 @@ "플레이어의 DVD 지역 코드를 올바르게 설정하거나, 아니면 \"DVDCSS_METHOD=title " "brasero --no-existing-session\" 명령을 실행합니다." -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "DVD 키를 가져오는 중입니다" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "비디오 DVD를 열 수 없습니다" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "비디오 DVD를 읽는 중 오류가 발생했습니다(%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "비디오 DVD를 복사하는 중" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "CSS 암호화된 비디오 DVD를 디스크 이미지로 복사합니다" @@ -3110,7 +3113,8 @@ #, c-format msgid "" "libisofs reported an error while adding contents to directory \"%s\" (%x)" -msgstr "\"%s\" 디렉터리에 내용물을 추가하는 데 libisofs에서 오류를 보고했습니다(%x)" +msgstr "" +"\"%s\" 디렉터리에 내용물을 추가하는 데 libisofs에서 오류를 보고했습니다(%x)" #: ../plugins/libburnia/burn-libisofs.c:782 #: ../plugins/libburnia/burn-libisofs.c:798 @@ -3703,7 +3707,9 @@ msgid "" "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned" -msgstr "선택한 파일이 한 개(\"%s\") 뿐입니다. 디스크 이미지 파일이므로 그 내용을 구울 수 있습니다." +msgstr "" +"선택한 파일이 한 개(\"%s\") 뿐입니다. 디스크 이미지 파일이므로 그 내용을 구" +"울 수 있습니다." #: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" @@ -4073,25 +4079,25 @@ msgid "Copyright %s" msgstr "Copyright %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "정보(_A)" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "설정(_O)" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "활성화(_C)" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "모두 활성화(_T)" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "모두 비활성화(_D)" @@ -4749,7 +4755,7 @@ #. Translators: this goes with the next (= "seconds") #: ../src/brasero-split-dialog.c:1118 msgid "Split this track every" -msgstr "트랙을 다음 초마다 쪼개기: " +msgstr "트랙을 다음 초마다 쪼개기:" #. Translators: this goes with the previous (= "Split track every") #: ../src/brasero-split-dialog.c:1127 @@ -4759,7 +4765,7 @@ #. Translators: this goes with the next (= "parts") #: ../src/brasero-split-dialog.c:1136 msgid "Split this track in" -msgstr "트랙을 다음 부분으로 쪼개기: " +msgstr "트랙을 다음 부분으로 쪼개기:" #. Translators: this goes with the previous (= "Split this track in") #: ../src/brasero-split-dialog.c:1145 diff -Nru brasero-3.12.2/po/LINGUAS brasero-3.12.3/po/LINGUAS --- brasero-3.12.2/po/LINGUAS 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/LINGUAS 2021-09-17 11:27:28.000000000 +0000 @@ -10,6 +10,7 @@ bs ca ca@valencia +ckb cs da de @@ -46,6 +47,7 @@ lt lv mai +mjw mk ml mr diff -Nru brasero-3.12.2/po/lv.po brasero-3.12.3/po/lv.po --- brasero-3.12.2/po/lv.po 2014-08-21 12:30:51.000000000 +0000 +++ brasero-3.12.3/po/lv.po 2020-04-07 12:27:22.000000000 +0000 @@ -6,24 +6,24 @@ # # FIRST AUTHOR , 2008, 2009. # Anita Reitere, 2009, 2010. -# Rūdolfs Mazurs , 2010, 2011, 2012, 2013, 2014. +# Rūdolfs Mazurs , 2010, 2011, 2012, 2013, 2014, 2017. msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-03-07 04:02+0000\n" -"PO-Revision-Date: 2014-03-08 16:01+0200\n" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=brasero" +"&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-08-27 23:09+0200\n" "Last-Translator: Rūdolfs Mazurs \n" "Language-Team: Latvian \n" "Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " -"2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :" +" 2);\n" "X-Launchpad-Export-Date: 2009-01-04 12:21+0000\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" "X-Poedit-Language: Latvian\n" "X-Poedit-Country: LATVIA\n" "X-Poedit-SourceCharset: utf-8\n" @@ -79,10 +79,15 @@ msgstr "Ierakstīt kā attēlu" #: ../data/brasero.desktop.in.in.h:8 +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "Kopēt disku" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Izveidot audio projektu" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Izveidot video projektu" @@ -417,24 +422,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (lietotne)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (bibliotēka)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (GStreamer spraudnis)" @@ -464,18 +466,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Gadījās iekšēja kļūda" @@ -1190,8 +1191,7 @@ msgstr "Lūdzu, ievietojiet disku, kam nav pretkopēšanas aizsardzības." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Visas vajadzīgās lietotnes un bibliotēkas nav instalētas." @@ -1253,8 +1253,7 @@ msgid "Video Options" msgstr "Video opcijas" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1297,8 +1296,7 @@ msgid "Select disc to copy" msgstr "Izvēlieties disku, ko kopēt" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Lūdzu, instalējiet šo programmatūru manuāli un mēģiniet vēlreiz:" @@ -1816,12 +1814,12 @@ msgid "The drive is empty" msgstr "Diskdzinis ir tukšs" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Izvēlieties disku" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Progress" @@ -2079,7 +2077,7 @@ "Tur, kur norādīts uzglabāt pagaidu attēlu, nav pietiekami daudz brīvas " "vietas (vismaz %ld MB)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Neizdevās iegūt sējuma izmēru" @@ -2372,8 +2370,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Datu disks (%s)" @@ -2382,8 +2380,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Šķiet, tas nav derīgs ISO attēls" @@ -2741,7 +2738,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3033,7 +3030,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3047,26 +3044,26 @@ "CD/DVD atskaņotājam ar “regionset %s” komandu, vai palaidiet komandu " "“DVDCSS_METHOD=title brasero --no-existing-session”" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Iegūst DVD atslēgas" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Neizdevās atvērt video DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Kļūda, lasot video DVD (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Kopē video DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Kopē CSS šifrētus video DVD diska attēlā" @@ -4121,25 +4118,25 @@ msgid "Copyright %s" msgstr "Autortiesības %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "P_ar" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "K_onfigurēt" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "A_ktivizēt" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "Ak_tivizēt visus" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "_Deaktivizēt visus" diff -Nru brasero-3.12.2/po/mjw.po brasero-3.12.3/po/mjw.po --- brasero-3.12.2/po/mjw.po 1970-01-01 00:00:00.000000000 +0000 +++ brasero-3.12.3/po/mjw.po 2021-09-16 14:27:35.000000000 +0000 @@ -0,0 +1,4754 @@ +# Karbi translation for brasero. +# Copyright (C) 2019 brasero's Free Software Foundation, Inc. +# This file is distributed under the same license as the brasero package. +# Jor Teron , 2019. +# +msgid "" +msgstr "" +"Project-Id-Version: brasero master\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2019-04-08 19:05+0000\n" +"PO-Revision-Date: 2019-07-23 04:57+0000\n" +"Last-Translator: Jor Teron \n" +"Language-Team: Karbi \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Last-Translator: \n" +"X-Generator: Poedit 2.0.6\n" + +#: ../data/brasero.appdata.xml.in.h:1 +msgid "" +"Brasero is a application to burn CD/DVD for the GNOME Desktop. It is " +"designed to be as simple as possible and has some unique features to enable " +"users to create their discs easily and quickly." +msgstr "" + +#: ../data/brasero.appdata.xml.in.h:2 +msgid "" +"Brasero can create, copy and burn Data and Audio CD/DVDs. It fully supports " +"CD-TEXT, multisession and joliet extensions. You can simply drag and drop " +"files from other local applications or from remote shared drives to easily " +"burn them to a disc." +msgstr "" + +#: ../data/brasero.desktop.in.in.h:1 +msgid "Brasero" +msgstr "Brasero" + +#: ../data/brasero.desktop.in.in.h:2 +msgid "Disc Burner and Copier" +msgstr "Disc selam lapen Copy phan" + +#: ../data/brasero.desktop.in.in.h:3 +msgid "Create and copy CDs and DVDs" +msgstr "CDs and DVDs selam lapen copy" + +#: ../data/brasero.desktop.in.in.h:4 +msgid "disc;cdrom;dvd;burn;audio;video;" +msgstr "disc;cdrom;dvd;burn;audio;video;" + +#: ../data/brasero.desktop.in.in.h:5 +msgid "Brasero Disc Burner" +msgstr "Brasero Disc Selam" + +#: ../data/brasero.desktop.in.in.h:6 +msgid "Open a New Window" +msgstr "Window Kimi Ingpu" + +#: ../data/brasero.desktop.in.in.h:7 +msgid "Burn an Image File" +msgstr "" + +#: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Disc copy tha" + +#: ../data/brasero.desktop.in.in.h:9 +msgid "Create an Audio Project" +msgstr "Lun Project selam" + +#: ../data/brasero.desktop.in.in.h:10 +msgid "Create a Video Project" +msgstr "Lun-arjan project selam" + +#: ../data/mime/brasero.xml.in.h:1 +msgid "Brasero project file" +msgstr "Brasero project file" + +#: ../data/org.gnome.brasero.gschema.xml.h:1 +msgid "Should Nautilus extension output debug statements" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:2 +msgid "" +"Should Nautilus extension output debug statements. The value should be set " +"to true if it should." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:3 +msgid "The type of checksum used for images" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:4 +msgid "Set to 0 for MD5, 1 for SHA1 and 2 for SHA256" +msgstr "MD5 phan 0, SHA1 phan 1 lapen SHA256 phan 2 bi ik noi" + +#: ../data/org.gnome.brasero.gschema.xml.h:5 +msgid "The type of checksum used for files" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:6 +msgid "Directory to use for temporary files" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:7 +msgid "" +"Contains the path to the directory where brasero should store temporary " +"files. If that value is empty, the default directory set for glib will be " +"used." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:8 +msgid "Favourite burn engine" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:9 +msgid "" +"Contains the name of the favourite burn engine suite installed. It will be " +"used if possible." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:10 +msgid "White list of additional plugins to use" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:11 +msgid "" +"Contains the list of additional plugins Brasero will use to burn discs. If " +"set to NULL, Brasero will load them all." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:12 +msgid "Enable the \"-immed\" flag with cdrecord" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:13 +msgid "" +"Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to " +"true) as it's only a workaround for some drives/setups." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:14 +msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:15 +msgid "" +"Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to " +"false, brasero won't use it; it may be a workaround for some drives/setups." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:16 +msgid "Used in conjunction with the \"-immed\" flag with cdrecord" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:17 +msgid "Used in conjunction with the \"-immed\" flag with cdrecord." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:18 +msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:19 +msgid "" +"Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to " +"True, brasero will use it; it may be a workaround for some drives/setups." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:20 +msgid "The last browsed folder while looking for images to burn" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:21 +msgid "" +"Contains the absolute path of the directory that was last browsed for images " +"to burn" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:22 +msgid "Enable file preview" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:23 +msgid "Whether to display file preview. Set to true to use it." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:24 +msgid "Should brasero filter hidden files" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:25 +msgid "" +"Should brasero filter hidden files. Set to true, brasero will filter hidden " +"files." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:26 +msgid "Replace symbolic links by their targets" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:27 +msgid "" +"Should brasero replace symbolic links by their target files in the project. " +"Set to true, brasero will replace symbolic links." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:28 +msgid "Should brasero filter broken symbolic links" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:29 +msgid "" +"Should brasero filter broken symbolic links. Set to true, brasero will " +"filter broken symbolic links." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:30 +msgid "The priority value for the plugin" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:31 +msgid "" +"When several plugins are available for the same task, this value is used to " +"determine which plugin should be given priority. 0 means the plugin's native " +"priority is used. A positive value overrides the plugin's native priority. A " +"negative value disables the plugin." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:32 +msgid "Burning flags to be used" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:33 +msgid "" +"This value represents the burning flags that were used in such a context the " +"last time." +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:34 +msgid "The speed to be used" +msgstr "" + +#: ../data/org.gnome.brasero.gschema.xml.h:35 +msgid "" +"This value represents the speed that was used in such a context the last " +"time." +msgstr "" + +#: ../libbrasero-burn/brasero-blank-dialog.c:222 +msgid "Error while blanking." +msgstr "" + +#: ../libbrasero-burn/brasero-blank-dialog.c:227 +#: ../libbrasero-burn/brasero-blank-dialog.c:272 +msgid "Blank _Again" +msgstr "" + +#: ../libbrasero-burn/brasero-blank-dialog.c:244 +msgid "Unknown error." +msgstr "" + +#: ../libbrasero-burn/brasero-blank-dialog.c:264 +#: ../libbrasero-burn/brasero-blank-dialog.c:288 +msgid "The disc was successfully blanked." +msgstr "Disc phan angse (blank) selam chunlo" + +#: ../libbrasero-burn/brasero-blank-dialog.c:270 +msgid "The disc is ready for use." +msgstr "" + +#. Translators: This is a verb, an action +#: ../libbrasero-burn/brasero-blank-dialog.c:371 +msgid "_Blank" +msgstr "_Blank" + +#: ../libbrasero-burn/brasero-blank-dialog.c:402 +msgid "_Fast blanking" +msgstr "" + +#: ../libbrasero-burn/brasero-blank-dialog.c:403 +msgid "Activate fast blanking, as opposed to a longer, thorough blanking" +msgstr "" + +#: ../libbrasero-burn/brasero-blank-dialog.c:433 +msgid "Disc Blanking" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:162 +msgid "Burning CD/DVD" +msgstr "CD/DVD selam bom" + +#: ../libbrasero-burn/brasero-burn.c:331 +#: ../libbrasero-burn/brasero-data-session.c:123 +#: ../libbrasero-burn/brasero-tool-dialog.c:89 +#: ../libbrasero-media/scsi-error.c:47 ../plugins/cdrdao/burn-cdrdao.c:243 +#: ../plugins/cdrkit/burn-readom.c:110 ../plugins/cdrkit/burn-wodim.c:135 +#: ../plugins/cdrkit/burn-wodim.c:144 ../plugins/cdrtools/burn-cdrecord.c:135 +#: ../plugins/cdrtools/burn-cdrecord.c:144 +#: ../plugins/cdrtools/burn-readcd.c:111 +#: ../plugins/growisofs/burn-dvd-rw-format.c:84 +#: ../plugins/growisofs/burn-growisofs.c:190 +#: ../plugins/libburnia/burn-libburn-common.c:186 +#, c-format +msgid "The drive is busy" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:332 +#: ../libbrasero-burn/brasero-burn-dialog.c:651 +#: ../libbrasero-burn/brasero-tool-dialog.c:90 +msgid "Make sure another application is not using it" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:409 +#, c-format +msgid "\"%s\" cannot be unlocked" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 +#: ../libbrasero-burn/brasero-burn.c:761 +msgid "No burner specified" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:586 +msgid "No source drive specified" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:632 +msgid "Ongoing copying process" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:636 ../libbrasero-burn/brasero-burn.c:735 +#: ../libbrasero-burn/brasero-burn.c:872 ../libbrasero-burn/brasero-burn.c:987 +#, c-format +msgid "The drive cannot be locked (%s)" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:695 +msgid "The drive has no rewriting capabilities" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:731 +msgid "Ongoing blanking process" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:770 +msgid "The drive cannot burn" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:866 +#: ../libbrasero-burn/brasero-dest-selection.c:108 +msgid "Ongoing burning process" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:983 +msgid "Ongoing checksumming operation" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:1623 +#: ../libbrasero-burn/brasero-burn.c:1817 +msgid "Merging data is impossible with this disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:1624 +#: ../libbrasero-burn/brasero-burn-dialog.c:2186 +#: ../plugins/cdrkit/burn-genisoimage.c:206 ../plugins/cdrkit/burn-wodim.c:114 +#: ../plugins/cdrtools/burn-cdrecord.c:114 +#: ../plugins/cdrtools/burn-mkisofs.c:206 +#: ../plugins/growisofs/burn-growisofs.c:198 +#, c-format +msgid "Not enough space available on the disc" +msgstr "Disc long adim awe tang lo." + +#. Translators: %s is the name of a missing application +#: ../libbrasero-burn/brasero-burn.c:1708 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 +#, c-format +msgid "%s (application)" +msgstr "%s (application)" + +#. Translators: %s is the name of a missing library +#: ../libbrasero-burn/brasero-burn.c:1714 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 +#, c-format +msgid "%s (library)" +msgstr "%s (library)" + +#. Translators: %s is the name of a missing GStreamer plugin +#: ../libbrasero-burn/brasero-burn.c:1719 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 +#, c-format +msgid "%s (GStreamer plugin)" +msgstr "%s (GStreamer plugin)" + +#: ../libbrasero-burn/brasero-burn.c:1752 +msgid "There is no track to burn" +msgstr "Thap ji track awe" + +#: ../libbrasero-burn/brasero-burn.c:1859 +msgid "" +"Please install the following required applications and libraries manually " +"and try again:" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:2576 +#: ../libbrasero-burn/brasero-caps-burn.c:868 +#, c-format +msgid "Only one track at a time can be checked" +msgstr "" + +#: ../libbrasero-burn/brasero-burn.c:2635 +msgid "No format for the temporary image could be found" +msgstr "" + +#. Translators: Error message saying no graft point +#. * is specified. A graft point is the path (on the +#. * disc) where a file from any source will be added +#. * ("grafted") +#: ../libbrasero-burn/brasero-burn.c:2846 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/burn-mkisofs-base.c:302 +#: ../nautilus/nautilus-burn-extension.c:218 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrtools/burn-cdrecord.c:850 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 +#, c-format +msgid "An internal error occurred" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:155 +msgid "Brasero notification" +msgstr "" + +#. Translators: This string is used in the title bar %s is the action currently performed +#: ../libbrasero-burn/brasero-burn-dialog.c:219 +#, c-format +msgid "%s (%i%% Done)" +msgstr "%s (%i%% tanglo)" + +#: ../libbrasero-burn/brasero-burn-dialog.c:241 +#: ../libbrasero-burn/brasero-burn-dialog.c:1161 +msgid "Creating Image" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:246 +#: ../libbrasero-burn/brasero-burn-dialog.c:1170 +msgid "Burning DVD" +msgstr "DVD selam bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:250 +#: ../libbrasero-burn/brasero-burn-dialog.c:1166 +msgid "Copying DVD" +msgstr "DVD copy bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:256 +#: ../libbrasero-burn/brasero-burn-dialog.c:1180 +msgid "Burning CD" +msgstr "CD selam bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:260 +#: ../libbrasero-burn/brasero-burn-dialog.c:381 +#: ../libbrasero-burn/brasero-burn-dialog.c:1176 +msgid "Copying CD" +msgstr "CD copy bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:266 +#: ../libbrasero-burn/brasero-burn-dialog.c:1190 +msgid "Burning Disc" +msgstr "Disc selam bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:270 +#: ../libbrasero-burn/brasero-burn-dialog.c:1186 +msgid "Copying Disc" +msgstr "Disc copy bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:300 +#: ../libbrasero-burn/burn-basics.c:78 +msgid "Creating image" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:306 +msgid "Simulation of video DVD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:308 +msgid "Burning video DVD" +msgstr "Video DVD selam bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:316 +msgid "Simulation of data DVD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:318 +msgid "Burning data DVD" +msgstr "data DVD selam bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:326 +msgid "Simulation of image to DVD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:328 +msgid "Burning image to DVD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:336 +msgid "Simulation of data DVD copying" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:338 +msgid "Copying data DVD" +msgstr "data DVD copy bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:349 +msgid "Simulation of (S)VCD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:351 +msgid "Burning (S)VCD" +msgstr "(S)VCD selam bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:359 +#: ../libbrasero-burn/brasero-burn-dialog.c:412 +msgid "Simulation of audio CD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:361 +#: ../libbrasero-burn/brasero-burn-dialog.c:414 +msgid "Burning audio CD" +msgstr "Audio CD selam bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:369 +msgid "Simulation of data CD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:371 +msgid "Burning data CD" +msgstr "Data CD selam bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:379 +msgid "Simulation of CD copying" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:389 +msgid "Simulation of image to CD burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:391 +msgid "Burning image to CD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:402 +msgid "Simulation of video disc burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:404 +msgid "Burning video disc" +msgstr "Video disc selam bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:422 +msgid "Simulation of data disc burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:424 +msgid "Burning data disc" +msgstr "Data disc copy bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:432 +msgid "Simulation of disc copying" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:434 +#: ../libbrasero-burn/burn-basics.c:82 +msgid "Copying disc" +msgstr "Disc copy bom" + +#: ../libbrasero-burn/brasero-burn-dialog.c:442 +msgid "Simulation of image to disc burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:444 +msgid "Burning image to disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:549 +msgid "Please replace the disc with a rewritable disc holding data." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:551 +msgid "Please replace the disc with a disc holding data." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:555 +msgid "Please insert a rewritable disc holding data." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:557 +#: ../libbrasero-burn/brasero-burn-options.c:501 +msgid "Please insert a disc holding data." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:572 +#, c-format +msgid "" +"Please replace the disc with a writable CD with at least %i MiB of free " +"space." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:575 +msgid "Please replace the disc with a writable CD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:579 +#, c-format +msgid "Please insert a writable CD with at least %i MiB of free space." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:582 +msgid "Please insert a writable CD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:588 +#, c-format +msgid "" +"Please replace the disc with a writable DVD with at least %i MiB of free " +"space." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:591 +msgid "Please replace the disc with a writable DVD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:595 +#, c-format +msgid "Please insert a writable DVD with at least %i MiB of free space." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:598 +msgid "Please insert a writable DVD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:603 +#, c-format +msgid "" +"Please replace the disc with a writable CD or DVD with at least %i MiB of " +"free space." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:606 +msgid "Please replace the disc with a writable CD or DVD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:610 +#, c-format +msgid "Please insert a writable CD or DVD with at least %i MiB of free space." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:613 +#: ../libbrasero-burn/brasero-burn-dialog.c:2171 +#: ../libbrasero-burn/brasero-burn-dialog.c:2185 +#: ../libbrasero-burn/brasero-burn-options.c:457 ../src/brasero-project.c:995 +msgid "Please insert a writable CD or DVD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:640 +msgid "" +"An image of the disc has been created on your hard drive.\n" +"Burning will begin as soon as a writable disc is inserted." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:645 +msgid "A data integrity test will begin as soon as the disc is inserted." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:646 +msgid "Please re-insert the disc in the CD/DVD burner." +msgstr "" + +#. Translators: %s is the name of a drive +#: ../libbrasero-burn/brasero-burn-dialog.c:650 +#, c-format +msgid "\"%s\" is busy." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:654 +#, c-format +msgid "There is no disc in \"%s\"." +msgstr "\"%s\" long disc awe." + +#: ../libbrasero-burn/brasero-burn-dialog.c:658 +#, c-format +msgid "The disc in \"%s\" is not supported." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:662 +#, c-format +msgid "The disc in \"%s\" is not rewritable." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:666 +#, c-format +msgid "The disc in \"%s\" is empty." +msgstr "\"%s\" long disc ke angse." + +#: ../libbrasero-burn/brasero-burn-dialog.c:670 +#, c-format +msgid "The disc in \"%s\" is not writable." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:674 +#, c-format +msgid "Not enough space available on the disc in \"%s\"." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:682 +#, c-format +msgid "The disc in \"%s\" needs to be reloaded." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:683 +msgid "Please eject the disc and reload it." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:728 +#: ../libbrasero-burn/brasero-sum-dialog.c:333 +msgid "" +"A file could not be created at the location specified for temporary files" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:729 +msgid "The image could not be created at the specified location" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:730 +msgid "" +"Do you want to specify another location for this session or retry with the " +"current location?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:742 +msgid "You may want to free some space on the disc and retry" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:749 +#: ../libbrasero-burn/brasero-drive-properties.c:244 +#: ../libbrasero-burn/brasero-drive-properties.c:282 +#: ../libbrasero-burn/brasero-drive-properties.c:334 +msgid "_Keep Current Location" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:751 +#: ../libbrasero-burn/brasero-drive-properties.c:245 +#: ../libbrasero-burn/brasero-drive-properties.c:283 +#: ../libbrasero-burn/brasero-drive-properties.c:335 +msgid "_Change Location" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:773 +#: ../libbrasero-burn/brasero-image-properties.c:459 +msgid "Location for Image File" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:781 +#: ../libbrasero-burn/brasero-drive-properties.c:366 +msgid "Location for Temporary Files" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:889 +#: ../libbrasero-burn/brasero-burn-dialog.c:1135 +msgid "_Replace Disc" +msgstr "Disc La_rtha" + +#: ../libbrasero-burn/brasero-burn-dialog.c:930 +msgid "Do you really want to blank the current disc?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:931 +msgid "The disc in the drive holds data." +msgstr "" + +#. Translators: Blank is a verb here +#: ../libbrasero-burn/brasero-burn-dialog.c:933 +msgid "_Blank Disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:947 +msgid "" +"If you import them you will be able to see and use them once the current " +"selection of files is burned." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:948 +msgid "If you don't, they will be invisible (though still readable)." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:951 +msgid "" +"There are files already burned on this disc. Would you like to import them?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:953 +msgid "_Import" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:954 +msgid "Only _Append" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:967 +msgid "" +"CD-RW audio discs may not play correctly in older CD players and CD-Text " +"won't be written." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:968 +#: ../libbrasero-burn/brasero-burn-dialog.c:990 +msgid "Do you want to continue anyway?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:971 +msgid "Appending audio tracks to a CD is not advised." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:973 +#: ../libbrasero-burn/brasero-burn-dialog.c:995 +#: ../libbrasero-burn/brasero-tool-dialog.c:422 ../src/brasero-data-disc.c:572 +msgid "_Continue" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:989 +msgid "CD-RW audio discs may not play correctly in older CD players." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:993 +msgid "Recording audio tracks on a rewritable disc is not advised." +msgstr "" + +#. Translators: %s is the name of a drive +#: ../libbrasero-burn/brasero-burn-dialog.c:1037 +#, c-format +msgid "Please eject the disc from \"%s\" manually." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1046 +msgid "" +"The disc could not be ejected though it needs to be removed for the current " +"operation to continue." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1133 +msgid "Do you want to replace the disc and continue?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1134 +msgid "The currently inserted disc could not be blanked." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1143 +msgid "Do you want to continue with full Windows compatibility disabled?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1144 +#: ../libbrasero-burn/brasero-status-dialog.c:340 +#: ../src/brasero-data-disc.c:734 +msgid "" +"Some files don't have a suitable name for a fully Windows-compatible CD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1145 +msgid "C_ontinue" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1365 +#: ../libbrasero-burn/brasero-burn-dialog.c:1386 +msgid "The simulation was successful." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1368 +msgid "Real disc burning will take place in 10 seconds." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1371 +msgid "Burn _Now" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1660 +msgid "Save Current Session" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1735 +msgid "An unknown error occurred." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1743 +#: ../libbrasero-burn/brasero-burn-dialog.c:1761 ../src/brasero-app.c:620 +msgid "Error while burning." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1751 +msgid "_Save Log" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1786 +msgid "Video DVD successfully burned" +msgstr "Video DVD selam chunlo" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1788 +msgid "(S)VCD successfully burned" +msgstr "(S)VCD selam chunlo" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1791 +msgid "Audio CD successfully burned" +msgstr "Audio CD selam chunlo" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1793 +#: ../libbrasero-burn/brasero-burn-dialog.c:1824 +msgid "Image successfully created" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1798 +msgid "DVD successfully copied" +msgstr "DVD copy chunlo" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1800 +msgid "CD successfully copied" +msgstr "CD copy chunlo" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1804 +msgid "Image of DVD successfully created" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1806 +msgid "Image of CD successfully created" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1812 +msgid "Image successfully burned to DVD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1814 +msgid "Image successfully burned to CD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1820 +msgid "Data DVD successfully burned" +msgstr "Data DVD selam chunlo" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1822 +msgid "Data CD successfully burned" +msgstr "Data CD selam chunlo" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1881 +#, c-format +msgid "Copy #%i has been burned successfully." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1889 +msgid "" +"Another copy will start as soon as you insert a new writable disc. If you do " +"not want to burn another copy, press \"Cancel\"." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1963 +msgid "Make _More Copies" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1972 +msgid "Create Co_ver" +msgstr "Ahom semar" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2134 +msgid "There are some files left to burn" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2141 +msgid "There are some more videos left to burn" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2145 +msgid "There are some more songs left to burn" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2451 +#: ../libbrasero-burn/brasero-tool-dialog.c:411 +msgid "Do you really want to quit?" +msgstr "nangli ahok pen eri vek po?" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2455 +#: ../libbrasero-burn/brasero-tool-dialog.c:417 +msgid "Interrupting the process may make disc unusable." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2458 +msgid "C_ontinue Burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-dialog.c:2465 +msgid "_Cancel Burning" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:228 ../src/brasero-project.c:1020 +msgid "" +"Please insert a writable CD or DVD if you don't want to write to an image " +"file." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:302 ../src/brasero-project.c:1595 +msgid "Create _Image" +msgstr "" + +#. Translators: This is a verb, an action +#: ../libbrasero-burn/brasero-burn-options.c:307 +msgid "_Copy" +msgstr "_Copy" + +#: ../libbrasero-burn/brasero-burn-options.c:310 +msgid "Make _Several Copies" +msgstr "" + +#. Translators: This is a verb, an action +#: ../libbrasero-burn/brasero-burn-options.c:314 ../src/brasero-project.c:1524 +msgid "_Burn" +msgstr "_Burn" + +#: ../libbrasero-burn/brasero-burn-options.c:317 ../src/brasero-project.c:1521 +msgid "Burn _Several Copies" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:433 ../src/brasero-project.c:949 +msgid "Would you like to burn the selection of files across several media?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:434 +#: ../libbrasero-burn/brasero-burn-options.c:451 +msgid "The data size is too large for the disc even with the overburn option." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:439 ../src/brasero-project.c:954 +msgid "_Burn Several Discs" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:441 ../src/brasero-project.c:956 +msgid "Burn the selection of files across several media" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:450 ../src/brasero-project.c:965 +msgid "Please choose another CD or DVD or insert a new one." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:464 ../src/brasero-project.c:1010 +msgid "No track information (artist, title, ...) will be written to the disc." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:465 ../src/brasero-project.c:1011 +msgid "This is not supported by the current active burning backend." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:477 +#: ../nautilus/nautilus-burn-extension.c:239 +msgid "Please add files." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:478 +#: ../libbrasero-burn/brasero-track-data.c:672 +#: ../libbrasero-burn/brasero-track-data-cfg.c:2432 +#: ../libbrasero-burn/brasero-track-stream.c:402 +#: ../nautilus/nautilus-burn-extension.c:240 ../src/brasero-project.c:1277 +#, c-format +msgid "There are no files to write to disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:483 +msgid "Please add songs." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:484 ../src/brasero-project.c:1268 +msgid "There are no songs to write to disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:489 +msgid "Please add videos." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:490 +msgid "There are no videos to write to disc" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:502 +msgid "There is no inserted disc to copy." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:511 +msgid "Please select a disc image." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:512 +msgid "There is no selected disc image." +msgstr "" + +#. Translators: this is a disc image not a picture +#. Translators: this is a disc image, not a picture +#: ../libbrasero-burn/brasero-burn-options.c:522 +#: ../libbrasero-burn/brasero-src-image.c:167 +msgctxt "disc" +msgid "Please select another image." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:523 +msgid "It doesn't appear to be a valid disc image or a valid cue file." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:532 +msgid "Please insert a disc that is not copy protected." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:533 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 +msgid "All required applications and libraries are not installed." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:540 ../src/brasero-project.c:1003 +msgid "Please replace the disc with a supported CD or DVD." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:549 ../src/brasero-project.c:976 +msgid "Would you like to burn beyond the disc's reported capacity?" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:550 +msgid "" +"The data size is too large for the disc and you must remove files from the " +"selection otherwise.\n" +"You may want to use this option if you're using 90 or 100 min CD-R(W) which " +"cannot be properly recognised and therefore need overburn option.\n" +"NOTE: This option might cause failure." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:557 ../src/brasero-project.c:983 +msgid "_Overburn" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:559 ../src/brasero-project.c:985 +msgid "Burn beyond the disc's reported capacity" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:569 +msgid "" +"The drive that holds the source disc will also be the one used to record." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:570 +msgid "" +"A new writable disc will be required once the currently loaded one has been " +"copied." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:657 +msgid "Select a disc to write to" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:737 +#: ../libbrasero-burn/brasero-burn-options.c:755 +#: ../libbrasero-burn/brasero-burn-options.c:875 +msgid "Disc Burning Setup" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:764 ../src/brasero-project.c:1544 +msgid "Video Options" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 +msgid "" +"Do you want to create a disc from the contents of the image or with the " +"image file inside?" +msgstr "" + +#. Translators: %s is the name of the image +#: ../libbrasero-burn/brasero-burn-options.c:804 +#, c-format +msgid "" +"There is only one selected file (\"%s\"). It is the image of a disc and its " +"contents can be burned." +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:809 +msgid "Burn as _File" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:811 +msgid "Burn _Contents…" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:893 +msgid "Image Burning Setup" +msgstr "" + +#. pack everything +#: ../libbrasero-burn/brasero-burn-options.c:901 +msgid "Select a disc image to write" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:921 +msgid "Copy CD/DVD" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:927 +msgid "Select disc to copy" +msgstr "" + +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 +msgid "Please install the following manually and try again:" +msgstr "" + +#: ../libbrasero-burn/brasero-cover.c:119 +msgid "Unknown song" +msgstr "" + +#. Reminder: if this string happens to be used +#. * somewhere else in brasero we'll need a +#. * context with C_() macro +#. Translators: %s is the name of the artist. +#. * This text is the one written on the cover of a disc. +#. * Before it there is the name of the song. +#. * I had to break it because it is in a GtkTextBuffer +#. * and every word has a different tag. +#. Translators: %s is the name of the artist +#. Translators: %s is the name of an artist. +#: ../libbrasero-burn/brasero-cover.c:146 ../src/brasero-player.c:419 +#: ../src/brasero-song-control.c:270 +#, c-format +msgid "by %s" +msgstr "%s pen" + +#: ../libbrasero-burn/brasero-data-vfs.c:218 +#, c-format +msgid "\"%s\" cannot be read" +msgstr "" + +#: ../libbrasero-burn/brasero-dest-selection.c:605 +#: ../libbrasero-burn/brasero-image-type-chooser.c:133 +msgid "SVCD image" +msgstr "SVCD image" + +#: ../libbrasero-burn/brasero-dest-selection.c:607 +#: ../libbrasero-burn/brasero-image-type-chooser.c:127 +msgid "VCD image" +msgstr "VCD image" + +#: ../libbrasero-burn/brasero-dest-selection.c:611 +#: ../libbrasero-burn/brasero-image-type-chooser.c:106 +msgid "Video DVD image" +msgstr "Video DVD image" + +#. NOTE for translators: the first %s is medium_name ("File +#. * Image") and the second the path for the image file +#: ../libbrasero-burn/brasero-dest-selection.c:623 +#, c-format +msgid "%s: \"%s\"" +msgstr "%s: \"%s\"" + +#. Translators: this string is only used when the user +#. * wants to copy a disc using the same destination and +#. * source drive. It tells him that brasero will use as +#. * destination disc a new one (once the source has been +#. * copied) which is to be inserted in the drive currently +#. * holding the source disc +#: ../libbrasero-burn/brasero-dest-selection.c:655 +#, c-format +msgid "New disc in the burner holding the source disc" +msgstr "" + +#. NOTE for translators, the first %s is the medium name +#: ../libbrasero-burn/brasero-dest-selection.c:696 +#, c-format +msgid "%s: not enough free space" +msgstr "" + +#. NOTE for translators: the first %s is the medium name, the second %s +#. * is its available free space. "Free" here is the free space available. +#: ../libbrasero-burn/brasero-dest-selection.c:727 +#, c-format +msgid "%s: %s of free space" +msgstr "" + +#. Translators: the first %s is the path of the directory where brasero +#. * will store its temporary files; the second one is the size available +#: ../libbrasero-burn/brasero-drive-properties.c:192 +#, c-format +msgid "%s: %s free" +msgstr "%s: %s free" + +#: ../libbrasero-burn/brasero-drive-properties.c:233 +#: ../libbrasero-burn/brasero-drive-properties.c:272 +#: ../libbrasero-burn/brasero-drive-properties.c:324 +msgid "Do you really want to choose this location?" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:277 +#: ../libbrasero-burn/brasero-session.c:1287 +#: ../libbrasero-burn/brasero-session.c:1362 ../libbrasero-burn/burn-job.c:490 +#: ../plugins/cdrkit/burn-genisoimage.c:199 +#: ../plugins/cdrtools/burn-mkisofs.c:199 +#: ../plugins/libburnia/burn-libisofs.c:246 +#, c-format +msgid "You do not have the required permission to write at this location" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:330 +msgid "" +"The filesystem on this volume does not support large files (size over 2 " +"GiB).\n" +"This can be a problem when writing DVDs or large images." +msgstr "" + +#. Translators %s.1f is the speed used to burn +#: ../libbrasero-burn/brasero-drive-properties.c:524 +#, c-format +msgid "%.1f× (DVD)" +msgstr "%.1f× (DVD)" + +#. Translators %s.1f is the speed used to burn +#: ../libbrasero-burn/brasero-drive-properties.c:528 +#, c-format +msgid "%.1f× (CD)" +msgstr "%.1f× (CD)" + +#. Translators %s.1f is the speed used to burn. BD = Blu Ray +#: ../libbrasero-burn/brasero-drive-properties.c:532 +#, c-format +msgid "%.1f× (BD)" +msgstr "%.1f× (BD)" + +#. Translators %s.1f is the speed used to burn for every medium +#. * type. BD = Blu Ray +#: ../libbrasero-burn/brasero-drive-properties.c:537 +#, c-format +msgid "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" +msgstr "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" + +#: ../libbrasero-burn/brasero-drive-properties.c:575 +msgid "Impossible to retrieve speeds" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:584 +msgid "Maximum speed" +msgstr "Maximum speed" + +#: ../libbrasero-burn/brasero-drive-properties.c:710 +msgid "Burning speed" +msgstr "Burning speed" + +#: ../libbrasero-burn/brasero-drive-properties.c:723 +msgid "_Simulate before burning" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:724 +msgid "" +"Brasero will simulate the burning and, if it is successful, go on with " +"actual burning after 10 seconds" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:726 +msgid "Use burn_proof (decrease the risk of failures)" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:728 +msgid "Burn the image directly _without saving it to disc" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:730 +msgid "Leave the disc _open to add other files later" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:731 +msgid "Allow to add more data to the disc later" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:751 +#: ../libbrasero-burn/brasero-tool-dialog.c:284 +#: ../src/brasero-multi-song-props.c:308 ../src/brasero-song-properties.c:226 +msgid "Options" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:763 +msgid "Location for _Temporary Files" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:783 +msgid "Set the directory where to store temporary files" +msgstr "" + +#: ../libbrasero-burn/brasero-drive-properties.c:788 +msgid "Temporary files" +msgstr "" + +#: ../libbrasero-burn/brasero-filtered-uri.c:57 +msgid "Hidden file" +msgstr "" + +#: ../libbrasero-burn/brasero-filtered-uri.c:58 +msgid "Unreadable file" +msgstr "" + +#: ../libbrasero-burn/brasero-filtered-uri.c:59 +msgid "Broken symbolic link" +msgstr "" + +#: ../libbrasero-burn/brasero-filtered-uri.c:60 +#: ../libbrasero-utils/brasero-io.c:1190 ../libbrasero-utils/brasero-io.c:2061 +#, c-format +msgid "Recursive symbolic link" +msgstr "" + +#: ../libbrasero-burn/brasero-image-properties.c:243 +msgid "Disc image type:" +msgstr "" + +#: ../libbrasero-burn/brasero-image-type-chooser.c:97 +msgid "Autodetect" +msgstr "" + +#: ../libbrasero-burn/brasero-image-type-chooser.c:106 +msgid "ISO9660 image" +msgstr "ISO9660 image" + +#: ../libbrasero-burn/brasero-image-type-chooser.c:115 +msgid "Readcd/Readom image" +msgstr "" + +#: ../libbrasero-burn/brasero-image-type-chooser.c:141 +msgid "Cue image" +msgstr "" + +#: ../libbrasero-burn/brasero-image-type-chooser.c:151 +msgid "Cdrdao image" +msgstr "" + +#: ../libbrasero-burn/brasero-medium-properties.c:93 +#: ../src/brasero-project.c:1503 +#, c-format +msgid "Properties of %s" +msgstr "" + +#: ../libbrasero-burn/brasero-medium-properties.c:133 +msgid "" +"Do you really want to keep the current extension for the disc image name?" +msgstr "" + +#: ../libbrasero-burn/brasero-medium-properties.c:139 +msgid "" +"If you choose to keep it, programs may not be able to recognize the file " +"type properly." +msgstr "" + +#: ../libbrasero-burn/brasero-medium-properties.c:142 +msgid "_Keep Current Extension" +msgstr "" + +#: ../libbrasero-burn/brasero-medium-properties.c:145 +msgid "Change _Extension" +msgstr "" + +#: ../libbrasero-burn/brasero-medium-properties.c:234 +msgid "Configure recording options" +msgstr "" + +#. Translators: first %02i is hours, the second one is minutes and the +#. * third one is seconds. +#: ../libbrasero-burn/brasero-progress.c:198 +#, c-format +msgid "Total time: %02i:%02i:%02i" +msgstr "" + +#: ../libbrasero-burn/brasero-progress.c:209 +msgid "Average drive speed:" +msgstr "" + +#. Translators: first %02i is hours, the second one is minutes +#. * and the third one is seconds. +#: ../libbrasero-burn/brasero-progress.c:437 +#, c-format +msgid "Estimated remaining time: %02i:%02i:%02i" +msgstr "" + +#: ../libbrasero-burn/brasero-progress.c:479 +#, c-format +msgid "%i MiB of %i MiB" +msgstr "%i MiB of %i MiB" + +#: ../libbrasero-burn/brasero-progress.c:505 +msgid "Estimated drive speed:" +msgstr "" + +#. Translators: %s is a path +#: ../libbrasero-burn/brasero-src-image.c:229 +#, c-format +msgid "\"%s\": loading" +msgstr "\"%s\": loading" + +#. Translators: %s is a path and image refers to a disc image +#: ../libbrasero-burn/brasero-src-image.c:236 +#, c-format +msgid "\"%s\": unknown disc image type" +msgstr "" + +#. NOTE to translators, the first %s is the path of the image +#. * file and the second its size. +#: ../libbrasero-burn/brasero-src-image.c:258 +#, c-format +msgid "\"%s\": %s" +msgstr "" + +#. This is hackish and meant to avoid ellipsization to make the +#. * label too small. +#. Translators: this is a disc image +#: ../libbrasero-burn/brasero-src-image.c:271 +#: ../libbrasero-burn/brasero-src-image.c:554 +msgid "Click here to select a disc _image" +msgstr "" + +#: ../libbrasero-burn/brasero-src-image.c:415 +msgid "Select Disc Image" +msgstr "" + +#: ../libbrasero-burn/brasero-src-image.c:444 +#: ../nautilus/nautilus-burn-bar.c:236 ../src/brasero-file-chooser.c:350 +#: ../src/brasero-project.c:2225 ../src/brasero-project-name.c:162 +msgid "All files" +msgstr "" + +#. Translators: this a disc image here +#: ../libbrasero-burn/brasero-src-image.c:450 +msgctxt "disc" +msgid "Image files" +msgstr "" + +#: ../libbrasero-burn/brasero-src-image.c:467 +msgid "Image type:" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:147 +#, c-format +msgid "Estimated size: %s" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:209 +#: ../src/brasero-data-disc.c:870 +#, c-format +msgid "Do you really want to add \"%s\" to the selection?" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:228 +#: ../src/brasero-data-disc.c:879 +msgid "" +"The children of this directory will have 7 parent directories.\n" +"Brasero can create an image of such a file hierarchy and burn it but the " +"disc may not be readable on all operating systems.\n" +"Note: Such a file hierarchy is known to work on Linux." +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:232 +#: ../libbrasero-burn/brasero-status-dialog.c:294 +#: ../src/brasero-data-disc.c:839 ../src/brasero-data-disc.c:883 +msgid "Ne_ver Add Such File" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:233 +#: ../libbrasero-burn/brasero-status-dialog.c:295 +#: ../src/brasero-data-disc.c:840 ../src/brasero-data-disc.c:884 +msgid "Al_ways Add Such File" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:271 +#: ../src/brasero-data-disc.c:826 +#, c-format +msgid "" +"Do you really want to add \"%s\" to the selection and use the third version " +"of the ISO9660 standard to support it?" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:290 +#: ../src/brasero-data-disc.c:835 +msgid "" +"The size of the file is over 2 GiB. Files larger than 2 GiB are not " +"supported by the ISO9660 standard in its first and second versions (the most " +"widespread ones).\n" +"It is recommended to use the third version of the ISO9660 standard, which is " +"supported by most operating systems, including Linux and all versions of " +"Windows™.\n" +"However, Mac OS X cannot read images created with version 3 of the ISO9660 " +"standard." +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:330 +#: ../src/brasero-data-disc.c:729 +msgid "Should files be renamed to be fully Windows-compatible?" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:341 +#: ../src/brasero-data-disc.c:735 +msgid "Those names should be changed and truncated to 64 characters." +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:346 +#: ../src/brasero-data-disc.c:738 +msgid "_Disable Full Windows Compatibility" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:349 +#: ../src/brasero-data-disc.c:737 +msgid "_Rename for Full Windows Compatibility" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:566 +msgid "Size Estimation" +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:568 +msgid "Please wait until the estimation of the size is completed." +msgstr "" + +#: ../libbrasero-burn/brasero-status-dialog.c:569 +msgid "All files need to be analysed to complete this operation." +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:134 +#: ../libbrasero-burn/brasero-sum-dialog.c:215 +msgid "Check _Again" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:165 +#: ../libbrasero-burn/brasero-sum-dialog.c:514 +msgid "The file integrity check could not be performed." +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:166 ../src/brasero-data-disc.c:214 +#: ../src/brasero-eject-dialog.c:102 ../src/brasero-playlist.c:393 +#: ../src/brasero-project.c:2625 +msgid "An unknown error occurred" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:178 +msgid "The file integrity check was performed successfully." +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:179 +msgid "There seem to be no corrupted files on the disc" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:207 +msgid "The following files appear to be corrupted:" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:250 +msgid "Corrupted Files" +msgstr "Corrupt tang Files" + +#: ../libbrasero-burn/brasero-sum-dialog.c:342 +msgid "Downloading MD5 file" +msgstr "MD5 file san bomlo" + +#: ../libbrasero-burn/brasero-sum-dialog.c:397 +#, c-format +msgid "\"%s\" is not a valid URI" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:515 +msgid "No MD5 file was given." +msgstr "MD5 file nangpi dun de." + +#: ../libbrasero-burn/brasero-sum-dialog.c:692 +msgid "Use an _MD5 file to check the disc" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:693 +msgid "Use an external .md5 file that stores the checksum of a disc" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:706 +msgid "Open an MD5 file" +msgstr "Open an MD5 file" + +#: ../libbrasero-burn/brasero-sum-dialog.c:721 +msgid "_Check" +msgstr "" + +#: ../libbrasero-burn/brasero-sum-dialog.c:752 +msgid "Disc Checking" +msgstr "" + +#: ../libbrasero-burn/brasero-tool-dialog.c:78 +#: ../libbrasero-burn/brasero-tool-dialog.c:92 +#: ../libbrasero-burn/brasero-tool-dialog.c:102 +msgid "The operation cannot be performed." +msgstr "" + +#: ../libbrasero-burn/brasero-tool-dialog.c:79 +#: ../plugins/cdrkit/burn-wodim.c:151 ../plugins/cdrkit/burn-wodim.c:421 +#: ../plugins/cdrtools/burn-cdrecord.c:151 +#: ../plugins/cdrtools/burn-cdrecord.c:407 +#: ../plugins/growisofs/burn-dvd-rw-format.c:77 +#: ../plugins/libburnia/burn-libburn.c:610 +#, c-format +msgid "The disc is not supported" +msgstr "" + +#: ../libbrasero-burn/brasero-tool-dialog.c:103 +msgid "The drive is empty" +msgstr "Drive ke angse" + +#: ../libbrasero-burn/brasero-tool-dialog.c:556 +#: ../src/brasero-eject-dialog.c:167 +msgid "Select a disc" +msgstr "" + +#: ../libbrasero-burn/brasero-tool-dialog.c:583 +msgid "Progress" +msgstr "" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:617 +#: ../libbrasero-burn/brasero-track-data-cfg.c:716 +#: ../libbrasero-burn/brasero-track-data-cfg.c:727 +#: ../libbrasero-burn/brasero-track-data-cfg.c:788 +#: ../libbrasero-burn/brasero-track-data-cfg.c:793 +#: ../src/brasero-playlist.c:536 ../src/brasero-video-tree-model.c:342 +msgid "(loading…)" +msgstr "(loading…)" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:619 +#: ../libbrasero-burn/brasero-track-data-cfg.c:799 +#: ../src/brasero-playlist.c:497 +msgid "Empty" +msgstr "Angse" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:725 +msgid "Disc file" +msgstr "" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:803 +#, c-format +msgid "%d item" +msgid_plural "%d items" +msgstr[0] "" +msgstr[1] "" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:1916 +#, c-format +msgid "New folder" +msgstr "Kimi folder" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:1919 +#, c-format +msgid "New folder %i" +msgstr "Kimi folder %i" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:2406 +#: ../libbrasero-burn/brasero-track-data-cfg.c:2416 +msgid "Analysing files" +msgstr "" + +#: ../libbrasero-burn/brasero-track-data-cfg.c:2552 +#, c-format +msgid "\"%s\" is a recursive symbolic link." +msgstr "" + +#. Translators: %s is the path of a drive +#: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 +#, c-format +msgid "\"%s\" cannot be found." +msgstr "\"%s\" long un-eh." + +#: ../libbrasero-burn/brasero-track-image-cfg.c:451 +msgid "Retrieving image format and size" +msgstr "" + +#. Translators: This is a disc image +#: ../libbrasero-burn/brasero-track-image-cfg.c:471 +msgid "The format of the disc image could not be identified" +msgstr "" + +#: ../libbrasero-burn/brasero-track-image-cfg.c:472 +msgid "Please set it manually" +msgstr "" + +#. Translators: %s is the name of the file that has just been deleted +#: ../libbrasero-burn/brasero-track-stream-cfg.c:90 +#, c-format +msgid "\"%s\" was removed from the file system." +msgstr "" + +#: ../libbrasero-burn/brasero-track-stream-cfg.c:129 +#: ../src/brasero-audio-disc.c:754 ../src/brasero-video-disc.c:365 +#, c-format +msgid "Directories cannot be added to video or audio discs" +msgstr "" + +#: ../libbrasero-burn/brasero-track-stream-cfg.c:142 +#, c-format +msgid "Playlists cannot be added to video or audio discs" +msgstr "" + +#. Translators: %s is the name of the file +#: ../libbrasero-burn/brasero-track-stream-cfg.c:157 +#: ../libbrasero-burn/brasero-track-stream-cfg.c:174 +#, c-format +msgid "\"%s\" is not suitable for audio or video media" +msgstr "" + +#: ../libbrasero-burn/brasero-track-stream-cfg.c:401 +msgid "Analysing video files" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:447 +msgid "Video format:" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:458 +msgid "_NTSC" +msgstr "_NTSC" + +#: ../libbrasero-burn/brasero-video-options.c:460 +msgid "Format used mostly on the North American continent" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:473 +msgid "_PAL/SECAM" +msgstr "_PAL/SECAM" + +#: ../libbrasero-burn/brasero-video-options.c:475 +msgid "Format used mostly in Europe" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:489 +msgid "Native _format" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:504 +msgid "Aspect ratio:" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:515 +msgid "_4:3" +msgstr "_4:3" + +#: ../libbrasero-burn/brasero-video-options.c:530 +msgid "_16:9" +msgstr "_16:9" + +#. Video options for (S)VCD +#: ../libbrasero-burn/brasero-video-options.c:545 +msgid "VCD type:" +msgstr "" + +#: ../libbrasero-burn/brasero-video-options.c:558 +msgid "Create an SVCD" +msgstr "SVCD selam" + +#: ../libbrasero-burn/brasero-video-options.c:573 +msgid "Create a VCD" +msgstr "VCD selam" + +#: ../libbrasero-burn/brasero-xfer.c:130 ../libbrasero-burn/brasero-xfer.c:266 +#, c-format +msgid "Directory could not be created (%s)" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:77 +msgid "Getting size" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:79 +msgid "Writing" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:80 +msgid "Blanking" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:81 +msgid "Creating checksum" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:83 +msgid "Copying file" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:84 +msgid "Analysing audio files" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:85 +msgid "Transcoding song" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:86 +msgid "Preparing to write" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:87 +msgid "Writing leadin" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:88 +msgid "Writing CD-Text information" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:89 +msgid "Finalizing" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:90 +msgid "Writing leadout" +msgstr "" + +#: ../libbrasero-burn/burn-basics.c:91 +msgid "Starting to record" +msgstr "Record pangcheng lo" + +#: ../libbrasero-burn/burn-basics.c:92 +msgid "Success" +msgstr "Tanglo" + +#: ../libbrasero-burn/burn-basics.c:93 +msgid "Ejecting medium" +msgstr "Pachon lo" + +#: ../libbrasero-burn/burn-debug.c:54 +msgid "Display debug statements on stdout for Brasero burn library" +msgstr "" + +#: ../libbrasero-burn/burn-debug.c:80 +msgid "Brasero media burning library" +msgstr "" + +#: ../libbrasero-burn/burn-debug.c:81 +msgid "Display options for Brasero-burn library" +msgstr "" + +#. Translators: %s is the plugin name +#: ../libbrasero-burn/burn-job.c:322 ../libbrasero-burn/burn-job.c:797 +#: ../libbrasero-burn/burn-job.c:810 ../libbrasero-burn/burn-job.c:1029 +#: ../libbrasero-burn/burn-job.c:1119 +#, c-format +msgid "\"%s\" did not behave properly" +msgstr "" + +#. Translators: the first %s is the size of the free space on the medium +#. * and the second %s is the size of the space required by the data to be +#. * burnt. +#: ../libbrasero-burn/burn-job.c:430 +#, c-format +msgid "Not enough space available on the disc (%s available for %s)" +msgstr "" + +#: ../libbrasero-burn/burn-job.c:522 +#, c-format +msgid "" +"The filesystem you chose to store the temporary image on cannot hold files " +"with a size over 2 GiB" +msgstr "" + +#: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 +#, c-format +msgid "" +"The location you chose to store the temporary image on does not have enough " +"free space for the disc image (%ld MiB needed)" +msgstr "" + +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 +#, c-format +msgid "The size of the volume could not be retrieved" +msgstr "" + +#: ../libbrasero-burn/burn-job.c:627 +#, c-format +msgid "No path was specified for the image output" +msgstr "" + +#. Translators: %s is the error returned by libburn +#. Translators: the %s is the error message from errno +#: ../libbrasero-burn/burn-job.c:768 ../plugins/cdrtools/burn-cdrecord.c:709 +#: ../plugins/libburnia/burn-libburn.c:717 +#: ../plugins/transcode/burn-transcode.c:790 +#, c-format +msgid "An internal error occurred (%s)" +msgstr "Arlo chokche dokok (%s)" + +#: ../libbrasero-burn/burn-mkisofs-base.c:153 +#: ../libbrasero-burn/burn-mkisofs-base.c:494 +#: ../plugins/checksum/burn-checksum-image.c:287 +#: ../plugins/growisofs/burn-growisofs.c:527 +#: ../plugins/libburnia/burn-libisofs.c:707 +#, c-format +msgid "The file is not stored locally" +msgstr "" + +#: ../libbrasero-burn/burn-mkisofs-base.c:644 +#, c-format +msgid "VIDEO_TS directory is missing or invalid" +msgstr "" + +#: ../libbrasero-burn/burn-plugin.c:647 +#, c-format +msgid "\"%s\" could not be found in the path" +msgstr "" + +#: ../libbrasero-burn/burn-plugin.c:651 +#, c-format +msgid "\"%s\" GStreamer plugin could not be found" +msgstr "" + +#: ../libbrasero-burn/burn-plugin.c:655 ../libbrasero-burn/burn-plugin.c:667 +#, c-format +msgid "The version of \"%s\" is too old" +msgstr "" + +#: ../libbrasero-burn/burn-plugin.c:659 +#, c-format +msgid "\"%s\" is a symbolic link pointing to another program" +msgstr "" + +#. Translators: %s is a filename +#: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 +#: ../plugins/growisofs/burn-growisofs.c:509 +#, c-format +msgid "\"%s\" could not be found" +msgstr "\"%s\" long un-eh" + +#. Translators: %s is the name of the brasero element +#: ../libbrasero-burn/burn-process.c:259 +#, c-format +msgid "Process \"%s\" ended with an error code (%i)" +msgstr "" + +#. Translators: This is a fake drive, a file, and means that +#. * when we're writing, we're writing to a file and create an +#. * image on the hard drive. +#: ../libbrasero-media/brasero-drive.c:607 +#: ../libbrasero-media/brasero-medium.c:206 +#: ../libbrasero-media/brasero-volume.c:382 +msgid "Image File" +msgstr "Image File" + +#: ../libbrasero-media/brasero-drive-selection.c:341 +#: ../libbrasero-media/brasero-drive-selection.c:436 +msgid "Unnamed CD/DVD Drive" +msgstr "Amen awe CD/DVD Drive" + +#: ../libbrasero-media/brasero-media.c:54 +msgid "Display debug statements on stdout for Brasero media library" +msgstr "" + +#: ../libbrasero-media/brasero-media.c:477 +msgid "Brasero optical media library" +msgstr "" + +#: ../libbrasero-media/brasero-media.c:478 +msgid "Display options for Brasero media library" +msgstr "" + +#: ../libbrasero-media/brasero-medium.c:65 +msgid "File" +msgstr "File" + +#: ../libbrasero-media/brasero-medium.c:66 +msgid "CD-ROM" +msgstr "CD-ROM" + +#: ../libbrasero-media/brasero-medium.c:67 +msgid "CD-R" +msgstr "CD-R" + +#: ../libbrasero-media/brasero-medium.c:68 +msgid "CD-RW" +msgstr "CD-RW" + +#: ../libbrasero-media/brasero-medium.c:69 +msgid "DVD-ROM" +msgstr "DVD-ROM" + +#: ../libbrasero-media/brasero-medium.c:70 +msgid "DVD-R" +msgstr "DVD-R" + +#: ../libbrasero-media/brasero-medium.c:71 +msgid "DVD-RW" +msgstr "DVD-RW" + +#: ../libbrasero-media/brasero-medium.c:72 +msgid "DVD+R" +msgstr "DVD+R" + +#: ../libbrasero-media/brasero-medium.c:73 +msgid "DVD+RW" +msgstr "DVD+RW" + +#: ../libbrasero-media/brasero-medium.c:74 +msgid "DVD+R dual layer" +msgstr "DVD+R dual layer" + +#: ../libbrasero-media/brasero-medium.c:75 +msgid "DVD+RW dual layer" +msgstr "DVD+RW dual layer" + +#: ../libbrasero-media/brasero-medium.c:76 +msgid "DVD-R dual layer" +msgstr "DVD-R dual layer" + +#: ../libbrasero-media/brasero-medium.c:77 +msgid "DVD-RAM" +msgstr "DVD-RAM" + +#: ../libbrasero-media/brasero-medium.c:78 +msgid "Blu-ray disc" +msgstr "Blu-ray disc" + +#: ../libbrasero-media/brasero-medium.c:79 +msgid "Writable Blu-ray disc" +msgstr "Writable Blu-ray disc" + +#: ../libbrasero-media/brasero-medium.c:80 +msgid "Rewritable Blu-ray disc" +msgstr "Rewritable Blu-ray disc" + +#. NOTE for translators: the first %s is the disc type and the +#. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:216 +#, c-format +msgid "Blank %s in %s" +msgstr "Blank %s in %s" + +#. NOTE for translators: the first %s is the disc type and the +#. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:223 +#, c-format +msgid "Audio and data %s in %s" +msgstr "" + +#. NOTE for translators: the first %s is the disc type and the +#. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:230 +#, c-format +msgid "Audio %s in %s" +msgstr "" + +#. NOTE for translators: the first %s is the disc type and the +#. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:237 +#, c-format +msgid "Data %s in %s" +msgstr "" + +#. NOTE for translators: the first %s is the disc type and the +#. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:244 +#, c-format +msgid "%s in %s" +msgstr "%s in %s" + +#. NOTE for translators, the first %s is the medium name +#: ../libbrasero-media/brasero-medium-selection.c:158 +#, c-format +msgid "%s: empty" +msgstr "%s: angse" + +#. NOTE for translators: the first %s is the medium name, the +#. * second %s is the space (kio, gio) used by data on the disc. +#. +#. NOTE for translators: the first %s is the medium name, the +#. * second %s is the space (time) used by data on the disc. +#. * I really don't know if I should set this string as +#. * translatable. +#: ../libbrasero-media/brasero-medium-selection.c:174 +#: ../libbrasero-media/brasero-medium-selection.c:186 +#, c-format +msgid "%s: %s" +msgstr "%s: %s" + +#: ../libbrasero-media/brasero-medium-selection.c:451 +msgid "Searching for available discs" +msgstr "" + +#: ../libbrasero-media/brasero-medium-selection.c:460 +msgid "No disc available" +msgstr "Disc longle" + +#. Translators: this is hour minute second like '2 h 14 min 25' +#: ../libbrasero-media/brasero-units.c:71 +#, c-format +msgid "%s h %s min %s" +msgstr "%s h %s min %s" + +#. Translators: this is hour minute like '2 h 14' +#: ../libbrasero-media/brasero-units.c:77 +#, c-format +msgid "%s h %s" +msgstr "%s h %s" + +#. Translators: this is hour like '2 h' +#: ../libbrasero-media/brasero-units.c:82 +#, c-format +msgid "%s h" +msgstr "%s h" + +#. Translators: this is 'hour:minute:second' like '2:14:25' +#: ../libbrasero-media/brasero-units.c:86 +#, c-format +msgid "%s:%s:%s" +msgstr "%s:%s:%s" + +#. Translators: this is 'hour:minute' or 'minute:second' +#: ../libbrasero-media/brasero-units.c:92 +#: ../libbrasero-media/brasero-units.c:107 +#, c-format +msgid "%s:%s" +msgstr "%s:%s" + +#. Translators: %s is a duration expressed in minutes +#: ../libbrasero-media/brasero-units.c:99 +#, c-format +msgid "%s min" +msgstr "%s min" + +#. Translators: the first %s is the number of minutes +#. * and the second one is the number of seconds. +#. * The whole string expresses a duration +#: ../libbrasero-media/brasero-units.c:104 +#, c-format +msgid "%s:%s min" +msgstr "%s:%s min" + +#: ../libbrasero-media/brasero-volume.c:186 +#, c-format +msgid "The disc mount point could not be retrieved" +msgstr "" + +#. NOTE for translators: the first %s is the disc type and Blank is an adjective. +#: ../libbrasero-media/brasero-volume.c:409 +#, c-format +msgid "Blank disc (%s)" +msgstr "Blank disc (%s)" + +#. NOTE for translators: the first %s is the disc type. +#: ../libbrasero-media/brasero-volume.c:413 +#, c-format +msgid "Audio and data disc (%s)" +msgstr "Audio pen data disc (%s)" + +#. NOTE for translators: the first %s is the disc type. +#. NOTE to translators: the final string must not be over +#. * 32 _bytes_ . +#. * The %s is the date +#: ../libbrasero-media/brasero-volume.c:417 ../src/brasero-project-name.c:322 +#, c-format +msgid "Audio disc (%s)" +msgstr "Audio disc (%s)" + +#. NOTE for translators: the first %s is the disc type. +#. NOTE to translators: the final string must not be over +#. * 32 _bytes_ otherwise it gets truncated. +#. * The %s is the date +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 +#, c-format +msgid "Data disc (%s)" +msgstr "Data disc (%s)" + +#: ../libbrasero-media/burn-iso9660.c:158 +#: ../libbrasero-media/burn-iso9660.c:167 +#: ../libbrasero-media/burn-iso9660.c:402 +#: ../libbrasero-media/burn-iso9660.c:439 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 +#, c-format +msgid "It does not appear to be a valid ISO image" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:43 ../src/brasero-project-name.c:84 +msgid "Unknown error" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:44 +msgid "Size mismatch" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:45 +msgid "Type mismatch" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:46 +msgid "Bad argument" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:48 +msgid "Outrange address" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:49 +msgid "Invalid address" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:50 +msgid "Invalid command" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:51 +msgid "Invalid parameter in command" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:52 +msgid "Invalid field in command" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:53 +msgid "The device timed out" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:54 +msgid "Key not established" +msgstr "" + +#: ../libbrasero-media/scsi-error.c:55 +msgid "Invalid track mode" +msgstr "" + +#: ../libbrasero-utils/brasero-disc-message.c:133 +msgid "_Hide changes" +msgstr "" + +#: ../libbrasero-utils/brasero-disc-message.c:135 +#: ../libbrasero-utils/brasero-disc-message.c:154 +msgid "_Show changes" +msgstr "" + +#: ../libbrasero-utils/brasero-io.c:1418 +#, c-format +msgid "The file does not appear to be a playlist" +msgstr "" + +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:199 +msgid "Images" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-background.c:230 +msgid "_Color" +msgstr "Alir" + +#: ../libbrasero-utils/brasero-jacket-background.c:261 +msgid "Solid color" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-background.c:262 +msgid "Horizontal gradient" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-background.c:263 +msgid "Vertical gradient" +msgstr "" + +#. second part +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:280 +msgid "_Image" +msgstr "Arjan" + +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:308 +msgid "Image path:" +msgstr "" + +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:320 +msgid "Choose an image" +msgstr "" + +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:331 +msgid "Image style:" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-background.c:345 +msgid "Centered" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-background.c:346 +msgid "Tiled" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-background.c:347 +msgid "Scaled" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-background.c:384 +msgid "Background Properties" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:534 +msgid "Print" +msgstr "Print" + +#: ../libbrasero-utils/brasero-jacket-edit.c:546 +msgid "Bac_kground Properties" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:549 +msgid "Background properties" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:564 +msgid "Align right" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:574 +msgid "Center" +msgstr "Chitim" + +#: ../libbrasero-utils/brasero-jacket-edit.c:584 +msgid "Align left" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:598 +msgid "Underline" +msgstr "Underline" + +#: ../libbrasero-utils/brasero-jacket-edit.c:608 +msgid "Italic" +msgstr "Italic" + +#: ../libbrasero-utils/brasero-jacket-edit.c:618 +msgid "Bold" +msgstr "Bold" + +#: ../libbrasero-utils/brasero-jacket-edit.c:644 +msgid "Font family and size" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:651 +msgid "_Text Color" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-edit.c:652 +msgid "Text color" +msgstr "Mek alir" + +#: ../libbrasero-utils/brasero-jacket-edit.c:775 +msgid "Cover Editor" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-view.c:766 +msgid "Set Bac_kground Properties" +msgstr "" + +#: ../libbrasero-utils/brasero-jacket-view.c:807 +msgid "SIDES" +msgstr "SIDES" + +#: ../libbrasero-utils/brasero-jacket-view.c:823 +msgid "BACK COVER" +msgstr "APHI ABANG" + +#: ../libbrasero-utils/brasero-jacket-view.c:841 +msgid "FRONT COVER" +msgstr "ANGNO ABANG" + +#. Translators: This is an image, +#. * a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-view.c:1021 +msgid "The image could not be loaded." +msgstr "" + +#: ../libbrasero-utils/brasero-metadata.c:1126 ../src/brasero-audio-disc.c:643 +#, c-format +msgid "\"%s\" could not be handled by GStreamer." +msgstr "" + +#. Translators: %s is the name of the object (as in +#. * GObject) from the Gstreamer library that could +#. * not be created +#: ../libbrasero-utils/brasero-metadata.c:1198 +#: ../libbrasero-utils/brasero-metadata.c:1211 +#: ../libbrasero-utils/brasero-metadata.c:1224 +#: ../libbrasero-utils/brasero-metadata.c:1366 +#: ../libbrasero-utils/brasero-metadata.c:1738 +#: ../libbrasero-utils/brasero-metadata.c:1753 +#: ../libbrasero-utils/brasero-metadata.c:1762 +#: ../plugins/transcode/burn-normalize.c:172 +#: ../plugins/transcode/burn-normalize.c:187 +#: ../plugins/transcode/burn-normalize.c:209 +#: ../plugins/transcode/burn-normalize.c:221 +#: ../plugins/transcode/burn-normalize.c:238 +#: ../plugins/transcode/burn-normalize.c:335 +#: ../plugins/transcode/burn-transcode.c:292 +#: ../plugins/transcode/burn-transcode.c:304 +#: ../plugins/transcode/burn-transcode.c:426 +#: ../plugins/transcode/burn-transcode.c:479 +#: ../plugins/transcode/burn-transcode.c:513 +#: ../plugins/transcode/burn-transcode.c:556 +#: ../plugins/transcode/burn-transcode.c:577 +#: ../plugins/transcode/burn-transcode.c:589 +#: ../plugins/transcode/burn-transcode.c:611 +#: ../plugins/transcode/burn-vob.c:308 ../plugins/transcode/burn-vob.c:328 +#: ../plugins/transcode/burn-vob.c:343 ../plugins/transcode/burn-vob.c:355 +#: ../plugins/transcode/burn-vob.c:372 ../plugins/transcode/burn-vob.c:428 +#: ../plugins/transcode/burn-vob.c:445 ../plugins/transcode/burn-vob.c:457 +#: ../plugins/transcode/burn-vob.c:469 ../plugins/transcode/burn-vob.c:481 +#: ../plugins/transcode/burn-vob.c:498 ../plugins/transcode/burn-vob.c:582 +#: ../plugins/transcode/burn-vob.c:599 ../plugins/transcode/burn-vob.c:611 +#: ../plugins/transcode/burn-vob.c:623 ../plugins/transcode/burn-vob.c:642 +#: ../plugins/transcode/burn-vob.c:659 ../plugins/transcode/burn-vob.c:705 +#: ../plugins/transcode/burn-vob.c:782 ../plugins/transcode/burn-vob.c:799 +#: ../plugins/transcode/burn-vob.c:814 ../plugins/transcode/burn-vob.c:826 +#: ../plugins/transcode/burn-vob.c:837 ../plugins/transcode/burn-vob.c:848 +#: ../plugins/transcode/burn-vob.c:1023 ../plugins/transcode/burn-vob.c:1087 +#: ../plugins/transcode/burn-vob.c:1104 ../plugins/transcode/burn-vob.c:1125 +#: ../plugins/transcode/burn-vob.c:1152 +#, c-format +msgid "%s element could not be created" +msgstr "" + +#: ../libbrasero-utils/brasero-misc.c:74 +msgid "Display debug statements on stdout for Brasero utilities library" +msgstr "" + +#: ../libbrasero-utils/brasero-misc.c:91 +msgid "Brasero utilities library" +msgstr "" + +#: ../libbrasero-utils/brasero-misc.c:92 +msgid "Display options for Brasero-utils library" +msgstr "" + +#: ../libbrasero-utils/brasero-tool-color-picker.c:166 +msgid "Pick a Color" +msgstr "Alir chongvai" + +#: ../nautilus/brasero-nautilus.desktop.in.in.h:1 +#: ../nautilus/nautilus-burn-extension.c:281 +msgid "CD/DVD Creator" +msgstr "CD/DVD Creator" + +#: ../nautilus/brasero-nautilus.desktop.in.in.h:2 +msgid "Create CDs and DVDs" +msgstr "CDs and DVDs semar" + +#: ../nautilus/nautilus-burn-bar.c:228 ../src/brasero-project-name.c:154 +msgid "Medium Icon" +msgstr "" + +#. Translators: this is an image, a picture, not a "Disc Image" +#: ../nautilus/nautilus-burn-bar.c:242 ../src/brasero-file-chooser.c:375 +#: ../src/brasero-project.c:2250 ../src/brasero-project-name.c:168 +msgctxt "picture" +msgid "Image files" +msgstr "" + +#. Translators: this is the name of the plugin +#. * which will be translated only when it needs +#. * displaying. +#: ../nautilus/nautilus-burn-bar.c:356 ../plugins/local-track/burn-uri.c:747 +msgid "CD/DVD Creator Folder" +msgstr "CD/DVD Folder semar" + +#: ../nautilus/nautilus-burn-bar.c:368 +msgid "Disc Name:" +msgstr "Disc Amen:" + +#. Translators: be careful, anything longer than the English will likely +#. * not fit on small Nautilus windows +#: ../nautilus/nautilus-burn-bar.c:407 +msgid "Drag or copy files below to write them to disc" +msgstr "" + +#: ../nautilus/nautilus-burn-bar.c:423 +#: ../nautilus/nautilus-burn-extension.c:323 +msgid "Write to Disc" +msgstr "" + +#: ../nautilus/nautilus-burn-bar.c:442 +#: ../nautilus/nautilus-burn-extension.c:725 +msgid "Write contents to a CD or DVD" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:370 +msgid "Copy Disc" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:571 +#: ../nautilus/nautilus-burn-extension.c:724 +msgid "_Write to Disc…" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:572 +msgid "Write disc image to a CD or DVD" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:645 +msgid "_Copy Disc…" +msgstr "_Copy Disc…" + +#: ../nautilus/nautilus-burn-extension.c:646 +msgid "Create a copy of this CD or DVD" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:659 +msgid "_Blank Disc…" +msgstr "_Blank Disc…" + +#: ../nautilus/nautilus-burn-extension.c:660 +msgid "Blank this CD or DVD" +msgstr "" + +#: ../nautilus/nautilus-burn-extension.c:676 +msgid "_Check Disc…" +msgstr "_Check Disc…" + +#: ../nautilus/nautilus-burn-extension.c:677 +msgid "Check the data integrity on this CD or DVD" +msgstr "" + +#: ../plugins/audio2cue/burn-audio2cue.c:191 +#: ../plugins/checksum/burn-checksum-image.c:124 +#, c-format +msgid "Data could not be read (%s)" +msgstr "" + +#: ../plugins/audio2cue/burn-audio2cue.c:241 +#: ../plugins/checksum/burn-checksum-files.c:196 +#: ../plugins/checksum/burn-checksum-files.c:219 +#: ../plugins/checksum/burn-checksum-image.c:174 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 +#: ../plugins/libburnia/burn-libisofs.c:160 +#: ../plugins/libburnia/burn-libisofs.c:274 +#, c-format +msgid "Data could not be written (%s)" +msgstr "" + +#: ../plugins/audio2cue/burn-audio2cue.c:723 +msgid "Generates .cue files from audio" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:55 +msgid "cdrdao burning suite" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:103 +msgid "Copying audio track" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:109 +msgid "Copying data track" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:145 +#, c-format +msgid "Analysing track %02i" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:249 ../plugins/cdrkit/burn-readom.c:116 +#: ../plugins/cdrkit/burn-readom.c:122 ../plugins/cdrkit/burn-wodim.c:106 +#: ../plugins/cdrtools/burn-cdrecord.c:106 +#: ../plugins/cdrtools/burn-readcd.c:117 ../plugins/cdrtools/burn-readcd.c:123 +#, c-format +msgid "You do not have the required permissions to use this drive" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:480 +msgid "Converting toc file" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:697 +msgid "Copies, burns and blanks CDs" +msgstr "" + +#: ../plugins/cdrdao/burn-cdrdao.c:762 +msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" +msgstr "" + +#: ../plugins/cdrkit/burn-cdrkit.h:38 +msgid "cdrkit burning suite" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:119 +#: ../plugins/cdrtools/burn-mkisofs.c:119 +#: ../plugins/growisofs/burn-growisofs.c:204 +#: ../plugins/libburnia/burn-libisofs.c:518 +#, c-format +msgid "Last session import failed" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:125 +#: ../plugins/cdrkit/burn-genisoimage.c:132 +#: ../plugins/cdrtools/burn-mkisofs.c:125 +#: ../plugins/cdrtools/burn-mkisofs.c:132 +#: ../plugins/growisofs/burn-growisofs.c:210 +#: ../plugins/growisofs/burn-growisofs.c:217 +msgid "An image could not be created" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:138 +msgid "This version of genisoimage is not supported" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:180 +#: ../plugins/cdrtools/burn-mkisofs.c:180 +#: ../plugins/growisofs/burn-growisofs.c:223 +msgid "Some files have invalid filenames" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:186 +#: ../plugins/cdrtools/burn-mkisofs.c:186 +#: ../plugins/growisofs/burn-growisofs.c:229 +msgid "Unknown character encoding" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:192 +#: ../plugins/cdrtools/burn-mkisofs.c:192 +msgid "There is no space left on the device" +msgstr "" + +#: ../plugins/cdrkit/burn-genisoimage.c:527 +#: ../plugins/cdrtools/burn-mkisofs.c:531 +#: ../plugins/libburnia/burn-libisofs.c:1078 +msgid "Creates disc images from a file selection" +msgstr "" + +#: ../plugins/cdrkit/burn-readom.c:136 ../plugins/cdrtools/burn-readcd.c:137 +#, c-format +msgid "" +"The location you chose to store the image on does not have enough free space " +"for the disc image" +msgstr "" + +#: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 +msgid "Copies any disc to a disc image" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:122 ../plugins/cdrtools/burn-cdrecord.c:122 +#: ../plugins/libburnia/burn-libburn.c:856 +#: ../plugins/libburnia/burn-libburn.c:887 +#, c-format +msgid "An error occurred while writing to disc" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:128 ../plugins/cdrtools/burn-cdrecord.c:128 +#, c-format +msgid "" +"The system is too slow to write the disc at this speed. Try a lower speed" +msgstr "" + +#. Translators: %s is the number of the track +#: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 +#, c-format +msgid "Writing track %s" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:352 ../plugins/cdrtools/burn-cdrecord.c:346 +msgid "Formatting disc" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 +msgid "Writing cue sheet" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:394 ../plugins/cdrtools/burn-cdrecord.c:380 +#, c-format +msgid "The disc needs to be reloaded before being recorded" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:1269 +msgid "Burns, blanks and formats CDs and DVDs" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:1413 +msgid "Enable the \"-immed\" flag (see wodim manual)" +msgstr "" + +#: ../plugins/cdrkit/burn-wodim.c:1416 +msgid "Minimum drive buffer fill ratio (in %) (see wodim manual):" +msgstr "" + +#: ../plugins/cdrtools/burn-cdda2wav.c:206 +#: ../plugins/cdrtools/burn-cdda2wav.c:216 +#, c-format +msgid "Copying audio track %02d" +msgstr "" + +#: ../plugins/cdrtools/burn-cdda2wav.c:267 +msgid "Preparing to copy audio disc" +msgstr "" + +#: ../plugins/cdrtools/burn-cdda2wav.c:411 +msgid "Copy tracks from an audio CD with all associated information" +msgstr "" + +#: ../plugins/cdrtools/burn-cdrecord.c:1203 +#: ../plugins/libburnia/burn-libburn.c:975 +msgid "Burns, blanks and formats CDs, DVDs and BDs" +msgstr "" + +#: ../plugins/cdrtools/burn-cdrecord.c:1416 +msgid "Enable the \"-immed\" flag (see cdrecord manual)" +msgstr "" + +#: ../plugins/cdrtools/burn-cdrecord.c:1419 +#, c-format +msgid "Minimum drive buffer fill ratio (in %%) (see cdrecord manual):" +msgstr "" + +#: ../plugins/cdrtools/burn-cdrtools.h:38 +msgid "cdrtools burning suite" +msgstr "" + +#: ../plugins/cdrtools/burn-mkisofs.c:138 +msgid "This version of mkisofs is not supported" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:131 +#: ../plugins/checksum/burn-checksum-files.c:589 +#, c-format +msgid "File \"%s\" could not be opened (%s)" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:617 +msgid "Creating checksum for image files" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:859 +#, c-format +msgid "No checksum file could be found on the disc" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:893 +msgid "Checking file integrity" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:987 +#: ../plugins/checksum/burn-checksum-files.c:1012 +#, c-format +msgid "File \"%s\" could not be opened" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:1085 +#: ../plugins/checksum/burn-checksum-files.c:1206 +#: ../plugins/checksum/burn-checksum-image.c:550 +#, c-format +msgid "Some files may be corrupted on the disc" +msgstr "" + +#. Translators: this is the name of the plugin +#. * which will be translated only when it needs +#. * displaying. +#: ../plugins/checksum/burn-checksum-files.c:1465 +msgid "File Checksum" +msgstr "File Checksum" + +#: ../plugins/checksum/burn-checksum-files.c:1466 +msgid "Checks file integrities on a disc" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:1504 +#: ../plugins/checksum/burn-checksum-image.c:856 +msgid "Hashing algorithm to be used:" +msgstr "" + +#: ../plugins/checksum/burn-checksum-files.c:1507 +#: ../plugins/checksum/burn-checksum-image.c:859 +msgid "MD5" +msgstr "MD5" + +#: ../plugins/checksum/burn-checksum-files.c:1509 +#: ../plugins/checksum/burn-checksum-image.c:861 +msgid "SHA1" +msgstr "SHA1" + +#: ../plugins/checksum/burn-checksum-files.c:1511 +#: ../plugins/checksum/burn-checksum-image.c:863 +msgid "SHA256" +msgstr "SHA256" + +#. Translators: first %s is the filename, second %s +#. * is the error generated from errno +#. Translators: first %s is the filename, second %s is the error +#. * generated from errno +#: ../plugins/checksum/burn-checksum-image.c:313 +#: ../plugins/libburnia/burn-libburn.c:679 +#, c-format +msgid "\"%s\" could not be opened (%s)" +msgstr "" + +#: ../plugins/checksum/burn-checksum-image.c:359 +#: ../plugins/checksum/burn-checksum-image.c:456 +msgid "Creating image checksum" +msgstr "" + +#. Translators: this is the name of the plugin +#. * which will be translated only when it needs +#. * displaying. +#: ../plugins/checksum/burn-checksum-image.c:831 +msgid "Image Checksum" +msgstr "Image Checksum" + +#: ../plugins/checksum/burn-checksum-image.c:832 +msgid "Checks disc integrity after it is burnt" +msgstr "" + +#: ../plugins/dvdauthor/burn-dvdauthor.c:313 +#: ../plugins/vcdimager/burn-vcdimager.c:438 +msgid "Creating file layout" +msgstr "" + +#: ../plugins/dvdauthor/burn-dvdauthor.c:371 +msgid "Creates disc images suitable for video DVDs" +msgstr "" + +#. Translators: %s is the path to a drive. "regionset %s" +#. * should be left as is just like "DVDCSS_METHOD=title +#. * brasero --no-existing-session" +#: ../plugins/dvdcss/burn-dvdcss.c:291 +#, c-format +msgid "" +"Error while retrieving a key used for encryption. You may solve such a " +"problem with one of the following methods: in a terminal either set the " +"proper DVD region code for your CD/DVD player with the \"regionset %s\" " +"command or run the \"DVDCSS_METHOD=title brasero --no-existing-session\" " +"command" +msgstr "" + +#: ../plugins/dvdcss/burn-dvdcss.c:336 +msgid "Retrieving DVD keys" +msgstr "" + +#: ../plugins/dvdcss/burn-dvdcss.c:371 +#, c-format +msgid "Video DVD could not be opened" +msgstr "" + +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 +#, c-format +msgid "Error while reading video DVD (%s)" +msgstr "" + +#: ../plugins/dvdcss/burn-dvdcss.c:399 +msgid "Copying video DVD" +msgstr "" + +#: ../plugins/dvdcss/burn-dvdcss.c:692 +msgid "Copies CSS encrypted video DVDs to a disc image" +msgstr "" + +#: ../plugins/growisofs/burn-dvd-rw-format.c:190 +msgid "Blanks and formats rewritable DVDs and BDs" +msgstr "" + +#: ../plugins/growisofs/burn-growisofs.c:753 +msgid "Burns and blanks DVDs and BDs" +msgstr "" + +#: ../plugins/growisofs/burn-growisofs.c:924 +msgid "Allow DAO use" +msgstr "" + +#: ../plugins/growisofs/burn-growisofs-common.h:38 +msgid "growisofs burning suite" +msgstr "" + +#: ../plugins/libburnia/burn-libburn.c:242 +#: ../plugins/libburnia/burn-libburn.c:250 +#, c-format +msgid "libburn track could not be created" +msgstr "" + +#: ../plugins/libburnia/burn-libburn-common.c:158 +#, c-format +msgid "libburn library could not be initialized" +msgstr "" + +#: ../plugins/libburnia/burn-libburn-common.c:173 +#, c-format +msgid "The drive address could not be retrieved" +msgstr "" + +#: ../plugins/libburnia/burn-libburn-common.c:418 +#, c-format +msgid "Writing track %02i" +msgstr "" + +#: ../plugins/libburnia/burn-libburnia.h:38 +msgid "libburnia burning suite" +msgstr "" + +#: ../plugins/libburnia/burn-libisofs.c:222 +#: ../plugins/libburnia/burn-libisofs.c:291 +#: ../plugins/libburnia/burn-libisofs.c:571 +#, c-format +msgid "Volume could not be created" +msgstr "" + +#: ../plugins/libburnia/burn-libisofs.c:345 +#: ../plugins/libburnia/burn-libisofs.c:893 +#, c-format +msgid "libisofs could not be initialized." +msgstr "" + +#: ../plugins/libburnia/burn-libisofs.c:485 +#, c-format +msgid "Read options could not be created" +msgstr "" + +#. Translators: %s is the path +#: ../plugins/libburnia/burn-libisofs.c:684 +#, c-format +msgid "No parent could be found in the tree for the path \"%s\"" +msgstr "" + +#: ../plugins/libburnia/burn-libisofs.c:744 +#: ../plugins/libburnia/burn-libisofs.c:811 +#, c-format +msgid "libisofs reported an error while creating directory \"%s\"" +msgstr "" + +#: ../plugins/libburnia/burn-libisofs.c:759 +#, c-format +msgid "" +"libisofs reported an error while adding contents to directory \"%s\" (%x)" +msgstr "" + +#: ../plugins/libburnia/burn-libisofs.c:782 +#: ../plugins/libburnia/burn-libisofs.c:798 +#, c-format +msgid "libisofs reported an error while adding file at path \"%s\"" +msgstr "" + +#: ../plugins/local-track/burn-local-image.c:260 +msgid "Copying checksum file" +msgstr "" + +#: ../plugins/local-track/burn-local-image.c:527 +#: ../plugins/local-track/burn-uri.c:326 +msgid "Copying files locally" +msgstr "" + +#. Translators: this is the name of the plugin +#. * which will be translated only when it needs +#. * displaying. +#: ../plugins/local-track/burn-local-image.c:909 +msgid "File Downloader" +msgstr "" + +#: ../plugins/local-track/burn-local-image.c:910 +msgid "Allows files not stored locally to be burned" +msgstr "" + +#: ../plugins/local-track/burn-uri.c:207 ../plugins/local-track/burn-uri.c:297 +#: ../plugins/local-track/burn-uri.c:472 +#, c-format +msgid "Impossible to retrieve local file path" +msgstr "" + +#: ../plugins/local-track/burn-uri.c:748 +msgid "" +"Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" +msgstr "" + +#. Translators: This message is sent +#. * when brasero could not link together +#. * two gstreamer plugins so that one +#. * sends its data to the second for further +#. * processing. This data transmission is +#. * done through a pad. Maybe this is a bit +#. * too technical and should be removed? +#: ../plugins/transcode/burn-normalize.c:199 +#: ../plugins/transcode/burn-normalize.c:260 +#: ../plugins/transcode/burn-transcode.c:316 +#: ../plugins/transcode/burn-transcode.c:354 +#: ../plugins/transcode/burn-transcode.c:523 +#: ../plugins/transcode/burn-transcode.c:626 +#: ../plugins/transcode/burn-transcode.c:657 +#: ../plugins/transcode/burn-transcode.c:679 +#: ../plugins/transcode/burn-vob.c:189 ../plugins/transcode/burn-vob.c:392 +#: ../plugins/transcode/burn-vob.c:545 ../plugins/transcode/burn-vob.c:675 +#: ../plugins/transcode/burn-vob.c:1039 ../plugins/transcode/burn-vob.c:1115 +#: ../plugins/transcode/burn-vob.c:1166 +#, c-format +msgid "Impossible to link plugin pads" +msgstr "" + +#: ../plugins/transcode/burn-normalize.c:554 +msgid "Normalizing tracks" +msgstr "" + +#: ../plugins/transcode/burn-normalize.c:643 +msgid "Normalization" +msgstr "" + +#: ../plugins/transcode/burn-normalize.c:644 +msgid "Sets consistent sound levels between tracks" +msgstr "" + +#. Translators: %s is the string error from errno +#: ../plugins/transcode/burn-transcode.c:1050 +#: ../plugins/transcode/burn-transcode.c:1238 +#, c-format +msgid "Error while padding file (%s)" +msgstr "" + +#: ../plugins/transcode/burn-transcode.c:1313 +msgid "Error while getting duration" +msgstr "" + +#: ../plugins/transcode/burn-transcode.c:1462 +#, c-format +msgid "Analysing \"%s\"" +msgstr "" + +#: ../plugins/transcode/burn-transcode.c:1499 +#, c-format +msgid "Transcoding \"%s\"" +msgstr "" + +#: ../plugins/transcode/burn-transcode.c:1736 +msgid "Converts any song file into a format suitable for audio CDs" +msgstr "" + +#: ../plugins/transcode/burn-vob.c:1251 +msgid "Converting video file to MPEG2" +msgstr "" + +#: ../plugins/transcode/burn-vob.c:1353 +msgid "Converts any video file into a format suitable for video DVDs" +msgstr "" + +#: ../plugins/vcdimager/burn-vcdimager.c:478 +msgid "Creates disc images suitable for SVCDs" +msgstr "" + +#: ../src/brasero-app.c:123 +msgid "_Project" +msgstr "_Project" + +#: ../src/brasero-app.c:124 +msgid "_View" +msgstr "" + +#: ../src/brasero-app.c:125 +msgid "_Edit" +msgstr "" + +#: ../src/brasero-app.c:126 +msgid "_Tools" +msgstr "" + +#: ../src/brasero-app.c:128 +msgid "_Help" +msgstr "_Help" + +#: ../src/brasero-app.c:130 +msgid "P_lugins" +msgstr "" + +#: ../src/brasero-app.c:131 +msgid "Choose plugins for Brasero" +msgstr "" + +#: ../src/brasero-app.c:133 +msgid "E_ject" +msgstr "Patet" + +#: ../src/brasero-app.c:134 +msgid "Eject a disc" +msgstr "" + +#: ../src/brasero-app.c:136 +msgid "_Blank…" +msgstr "" + +#: ../src/brasero-app.c:137 +msgid "Blank a disc" +msgstr "" + +#: ../src/brasero-app.c:139 +msgid "_Check Integrity…" +msgstr "" + +#: ../src/brasero-app.c:140 +msgid "Check data integrity of disc" +msgstr "" + +#: ../src/brasero-app.c:143 +msgid "Quit Brasero" +msgstr "" + +#: ../src/brasero-app.c:145 +msgid "_Contents" +msgstr "" + +#: ../src/brasero-app.c:145 +msgid "Display help" +msgstr "" + +#: ../src/brasero-app.c:148 +msgid "About" +msgstr "Aputhak" + +#: ../src/brasero-app.c:420 ../src/brasero-app.c:2069 +msgid "Disc Burner" +msgstr "" + +#: ../src/brasero-app.c:789 ../src/brasero-app.c:822 ../src/brasero-app.c:1451 +msgid "Error while loading the project" +msgstr "" + +#: ../src/brasero-app.c:831 ../src/brasero-app.c:860 ../src/brasero-app.c:920 +#: ../src/brasero-project.c:1276 +msgid "Please add files to the project." +msgstr "" + +#: ../src/brasero-app.c:832 ../src/brasero-app.c:861 ../src/brasero-app.c:921 +msgid "The project is empty" +msgstr "Project angse" + +#: ../src/brasero-app.c:1176 +msgid "" +"Brasero is free software; you can redistribute it and/or modify it under the " +"terms of the GNU General Public License as published by the Free Software " +"Foundation; either version 2 of the License, or (at your option) any later " +"version." +msgstr "" + +#: ../src/brasero-app.c:1181 +msgid "" +"Brasero is distributed in the hope that it will be useful, but WITHOUT ANY " +"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " +"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " +"details." +msgstr "" + +#: ../src/brasero-app.c:1186 +msgid "" +"You should have received a copy of the GNU General Public License along with " +"Brasero; if not, write to the Free Software Foundation, Inc., 51 Franklin " +"Street, Fifth Floor, Boston, MA 02110-1301, USA" +msgstr "" + +#: ../src/brasero-app.c:1198 +msgid "A simple to use CD/DVD burning application for GNOME" +msgstr "" + +#: ../src/brasero-app.c:1215 +msgid "Brasero Homepage" +msgstr "Brasero Homepage" + +#. Translators: This is a special message that shouldn't be translated +#. * literally. It is used in the about box to give credits to +#. * the translators. +#. * Thus, you should translate it to your name and email address. +#. * You should also include other translators who have contributed to +#. * this translation; in that case, please write each of them on a separate +#. * line seperated by newlines (\n). +#. +#: ../src/brasero-app.c:1227 +msgid "translator-credits" +msgstr "Jor Teron " + +#: ../src/brasero-app.c:1449 +#, c-format +msgid "The project \"%s\" does not exist" +msgstr "" + +#: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 +msgid "_Recent Projects" +msgstr "" + +#: ../src/brasero-app.c:1734 +msgid "Display the projects recently opened" +msgstr "" + +#: ../src/brasero-audio-disc.c:155 ../src/brasero-data-disc.c:122 +#: ../src/brasero-video-disc.c:100 +msgid "Menu" +msgstr "" + +#: ../src/brasero-audio-disc.c:156 ../src/brasero-data-disc.c:123 +msgid "Open the selected files" +msgstr "" + +#: ../src/brasero-audio-disc.c:158 ../src/brasero-video-disc.c:103 +msgid "_Edit Information…" +msgstr "" + +#: ../src/brasero-audio-disc.c:158 +msgid "Edit the track information (start, end, author, etc.)" +msgstr "" + +#: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 +#: ../src/brasero-project.c:202 +msgid "Remove the selected files from the project" +msgstr "" + +#: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 +#: ../src/brasero-video-disc.c:107 +msgid "Paste files" +msgstr "" + +#: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 +#: ../src/brasero-video-disc.c:107 +msgid "Add the files stored in the clipboard" +msgstr "" + +#: ../src/brasero-audio-disc.c:164 +msgid "I_nsert a Pause" +msgstr "" + +#: ../src/brasero-audio-disc.c:164 +msgid "Add a 2 second pause after the track" +msgstr "" + +#: ../src/brasero-audio-disc.c:166 +msgid "_Split Track…" +msgstr "" + +#: ../src/brasero-audio-disc.c:166 +msgid "Split the selected track" +msgstr "" + +#: ../src/brasero-audio-disc.c:343 ../src/brasero-video-tree-model.c:187 +msgid "Pause" +msgstr "" + +#: ../src/brasero-audio-disc.c:349 +msgid "Split" +msgstr "" + +#: ../src/brasero-audio-disc.c:418 +msgid "Track" +msgstr "Phai" + +#: ../src/brasero-audio-disc.c:458 ../src/brasero-video-disc.c:1209 +msgid "Title" +msgstr "Men" + +#: ../src/brasero-audio-disc.c:480 +msgid "Artist" +msgstr "Lunse" + +#: ../src/brasero-audio-disc.c:488 ../src/brasero-playlist.c:772 +#: ../src/brasero-split-dialog.c:1225 +msgid "Length" +msgstr "Lun-keding" + +#: ../src/brasero-audio-disc.c:585 +msgid "The track will be padded at its end." +msgstr "" + +#: ../src/brasero-audio-disc.c:586 +msgid "The track is shorter than 6 seconds" +msgstr "" + +#: ../src/brasero-audio-disc.c:646 +msgid "Make sure the appropriate codec is installed" +msgstr "" + +#: ../src/brasero-audio-disc.c:662 +#, c-format +msgid "Do you want to add \"%s\", which is a video file?" +msgstr "" + +#: ../src/brasero-audio-disc.c:671 +msgid "" +"This file is a video and therefore only the audio part can be written to the " +"disc." +msgstr "" + +#: ../src/brasero-audio-disc.c:674 +msgid "_Discard File" +msgstr "" + +#: ../src/brasero-audio-disc.c:677 +msgid "_Add File" +msgstr "Files k_ethap" + +#: ../src/brasero-audio-disc.c:748 +msgid "Do you want to search for audio files inside the directory?" +msgstr "" + +#: ../src/brasero-audio-disc.c:758 +msgid "Search _Directory" +msgstr "_Directory long kiri" + +#: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 +#, c-format +msgid "\"%s\" could not be opened." +msgstr "" + +#: ../src/brasero-audio-disc.c:857 +msgid "Do you want to create an audio CD with DTS tracks?" +msgstr "" + +#: ../src/brasero-audio-disc.c:858 +msgid "" +"Some of the selected songs are suitable for creating DTS tracks.\n" +"This type of audio CD track provides a higher quality of sound but can only " +"be played by specific digital players.\n" +"Note: if you agree, normalization will not be applied to these tracks." +msgstr "" + +#: ../src/brasero-audio-disc.c:867 +msgid "Create _Regular Tracks" +msgstr "_Regular Tracks semar" + +#: ../src/brasero-audio-disc.c:869 +msgid "Click here to burn all songs as regular tracks" +msgstr "" + +#: ../src/brasero-audio-disc.c:872 +msgid "Create _DTS Tracks" +msgstr "_DTS Tracks semar" + +#: ../src/brasero-audio-disc.c:874 +msgid "Click here to burn all suitable songs as DTS tracks" +msgstr "" + +#: ../src/brasero-audio-disc.c:1290 +msgid "Select one song only please." +msgstr "" + +#: ../src/brasero-audio-disc.c:1291 +msgid "Impossible to split more than one song at a time" +msgstr "" + +#: ../src/brasero-cli.c:70 +msgid "Open the specified project" +msgstr "" + +#: ../src/brasero-cli.c:71 +msgid "PROJECT" +msgstr "PROJECT" + +#: ../src/brasero-cli.c:76 +msgid "Open the specified playlist as an audio project" +msgstr "" + +#: ../src/brasero-cli.c:77 +msgid "PLAYLIST" +msgstr "PLAYLIST" + +#: ../src/brasero-cli.c:82 +msgid "Set the drive to be used for burning" +msgstr "" + +#: ../src/brasero-cli.c:83 +msgid "DEVICE PATH" +msgstr "DEVICE PATH" + +#: ../src/brasero-cli.c:86 +msgid "Create an image file instead of burning" +msgstr "" + +#: ../src/brasero-cli.c:90 +msgid "Open an audio project adding the URIs given on the command line" +msgstr "" + +#: ../src/brasero-cli.c:94 +msgid "Open a data project adding the URIs given on the command line" +msgstr "" + +#: ../src/brasero-cli.c:98 +msgid "Copy a disc" +msgstr "" + +#: ../src/brasero-cli.c:99 ../src/brasero-cli.c:119 ../src/brasero-cli.c:123 +msgid "PATH TO DEVICE" +msgstr "PATH TO DEVICE" + +#: ../src/brasero-cli.c:102 +msgid "Cover to use" +msgstr "Ahom ke en" + +#: ../src/brasero-cli.c:103 +msgid "PATH TO COVER" +msgstr "PATH TO COVER" + +#: ../src/brasero-cli.c:106 +msgid "Open a video project adding the URIs given on the command line" +msgstr "" + +#: ../src/brasero-cli.c:110 +msgid "URI of an image file to burn (autodetected)" +msgstr "" + +#: ../src/brasero-cli.c:111 +msgid "PATH TO IMAGE" +msgstr "PATH TO IMAGE" + +#: ../src/brasero-cli.c:114 +msgid "Force Brasero to display the project selection page" +msgstr "" + +#: ../src/brasero-cli.c:118 +msgid "Open the blank disc dialog" +msgstr "" + +#: ../src/brasero-cli.c:122 +msgid "Open the check disc dialog" +msgstr "" + +#: ../src/brasero-cli.c:126 +msgid "Burn the contents of the burn:// URI" +msgstr "" + +#: ../src/brasero-cli.c:130 +msgid "Start burning immediately." +msgstr "" + +#: ../src/brasero-cli.c:134 +msgid "Don't connect to an already-running instance" +msgstr "" + +#: ../src/brasero-cli.c:138 +msgid "" +"Burn the specified project and remove it.\n" +"This option is mainly useful for integration with other applications." +msgstr "" + +#: ../src/brasero-cli.c:139 +msgid "PATH" +msgstr "PATH" + +#. Translators: the xid is a number identifying each window in the X11 +#. * world (not Windows, MacOS X). The following sentence says that +#. * brasero will be set to be always on top of the window identified by +#. * xid. In other words, the window with the given xid will become brasero +#. * parent as if brasero was a dialog for the parent application +#: ../src/brasero-cli.c:147 +msgid "The XID of the parent window" +msgstr "" + +#. Translators: %s is the path of drive +#: ../src/brasero-cli.c:204 +#, c-format +msgid "\"%s\" cannot write." +msgstr "" + +#: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 +msgid "Wrong command line option." +msgstr "" + +#: ../src/brasero-cli.c:297 +msgid "Incompatible command line options used." +msgstr "" + +#: ../src/brasero-cli.c:298 +msgid "Only one option can be given at a time" +msgstr "" + +#: ../src/brasero-data-disc.c:125 +msgid "R_ename…" +msgstr "M_en kelar…" + +#: ../src/brasero-data-disc.c:125 +msgid "Rename the selected file" +msgstr "" + +#: ../src/brasero-data-disc.c:131 ../src/brasero-data-disc.c:1758 +msgid "New _Folder" +msgstr "Kimi _Folder" + +#: ../src/brasero-data-disc.c:131 +msgid "Create a new empty folder" +msgstr "" + +#: ../src/brasero-data-disc.c:213 +msgid "The session could not be imported." +msgstr "" + +#: ../src/brasero-data-disc.c:559 +msgid "The contents of the project changed since it was saved." +msgstr "" + +#: ../src/brasero-data-disc.c:561 +msgid "Discard the current modified project ?" +msgstr "" + +#: ../src/brasero-data-disc.c:567 +msgid "_Discard" +msgstr "" + +#: ../src/brasero-data-disc.c:569 +msgid "Discard the current modified project" +msgstr "" + +#: ../src/brasero-data-disc.c:574 +msgid "Continue with the current modified project" +msgstr "" + +#. Translators: %s is the name of the image +#: ../src/brasero-data-disc.c:619 +#, c-format +msgid "" +"There is only one selected file (\"%s\"). It is the image of a disc and its " +"contents can be burned" +msgstr "" + +#: ../src/brasero-data-disc.c:625 +msgid "Burn as _Data" +msgstr "" + +#: ../src/brasero-data-disc.c:627 +msgid "Burn as _Image" +msgstr "" + +#: ../src/brasero-data-disc.c:673 ../src/brasero-data-disc.c:691 +#: ../src/brasero-data-disc.c:709 +#, c-format +msgid "\"%s\" cannot be added to the selection." +msgstr "" + +#: ../src/brasero-data-disc.c:694 +msgid "It is a recursive symlink" +msgstr "" + +#: ../src/brasero-data-disc.c:712 +msgid "It does not exist at the specified location" +msgstr "" + +#. Translators: %s is the name of the file +#: ../src/brasero-data-disc.c:771 +#, c-format +msgid "Do you want to replace \"%s\"?" +msgstr "" + +#: ../src/brasero-data-disc.c:779 +msgid "" +"A file with this name already exists in the folder. Replacing it will " +"overwrite its contents on the disc to be burnt." +msgstr "" + +#. Translators: Keep means we're keeping the files that already existed +#. * in the project. +#. * Keep is a verb +#: ../src/brasero-data-disc.c:784 +msgid "Always K_eep" +msgstr "" + +#. Translators: Keep means we're keeping the files that already existed +#. * in the project. +#. * Keep is a verb +#: ../src/brasero-data-disc.c:788 +msgid "_Keep" +msgstr "" + +#. Translators: Replace means we're replacing the file that already +#. * existed in the project with a new one with the same name. +#. * Replace is a verb +#. Translators: this is a verb +#: ../src/brasero-data-disc.c:792 ../src/brasero-rename.c:385 +msgid "_Replace" +msgstr "" + +#. Translators: Replace means we're replacing the file that already +#. * existed in the project with a new one with the same name. +#. * Replace is a verb +#: ../src/brasero-data-disc.c:796 +msgid "Al_ways Replace" +msgstr "" + +#. Translators: %s is a string describing the type of medium and the +#. * drive it is in. It's a tooltip. +#: ../src/brasero-data-disc.c:979 +#, c-format +msgid "Import %s" +msgstr "" + +#. Translators: %s is the name of the volume to import. It's a menu +#. * entry and toolbar button (text added later). +#: ../src/brasero-data-disc.c:986 +#, c-format +msgid "I_mport %s" +msgstr "" + +#. Translators: This is a verb. It's a toolbar button. +#: ../src/brasero-data-disc.c:1016 +msgid "I_mport" +msgstr "" + +#. Translators: %s is the name of the volume to import +#: ../src/brasero-data-disc.c:1098 +#, c-format +msgid "Do you want to import the session from \"%s\"?" +msgstr "" + +#: ../src/brasero-data-disc.c:1101 +msgid "" +"That way, old files from previous sessions will be usable after burning." +msgstr "" + +#: ../src/brasero-data-disc.c:1109 +msgid "I_mport Session" +msgstr "" + +#: ../src/brasero-data-disc.c:1111 +msgid "Click here to import its contents" +msgstr "" + +#: ../src/brasero-data-disc.c:1490 +msgid "Please wait while the project is loading." +msgstr "" + +#: ../src/brasero-data-disc.c:1500 +msgid "_Cancel Loading" +msgstr "" + +#: ../src/brasero-data-disc.c:1502 +msgid "Cancel loading current project" +msgstr "" + +#: ../src/brasero-data-disc.c:1903 +msgid "File Renaming" +msgstr "" + +#: ../src/brasero-data-disc.c:1907 +msgid "_Rename" +msgstr "Men-kelar" + +#: ../src/brasero-data-disc.c:1913 +msgid "Renaming mode" +msgstr "" + +#: ../src/brasero-data-disc.c:2336 ../src/brasero-file-filtered.c:256 +msgid "Files" +msgstr "Files" + +#: ../src/brasero-data-disc.c:2350 ../src/brasero-video-disc.c:1227 +msgid "Size" +msgstr "" + +#: ../src/brasero-data-disc.c:2364 +msgid "Description" +msgstr "" + +#: ../src/brasero-data-disc.c:2380 +msgid "Space" +msgstr "Space" + +#: ../src/brasero-eject-dialog.c:97 +#, c-format +msgid "The disc in \"%s\" cannot be ejected" +msgstr "" + +#: ../src/brasero-eject-dialog.c:193 +msgid "_Eject" +msgstr "Pat_et" + +#: ../src/brasero-eject-dialog.c:208 +msgid "Eject Disc" +msgstr "Disc patet" + +#: ../src/brasero-file-chooser.c:357 ../src/brasero-project.c:2230 +msgid "Audio files" +msgstr "Lun files" + +#: ../src/brasero-file-chooser.c:365 ../src/brasero-project.c:2239 +msgid "Movies" +msgstr "Lam-arjan" + +#: ../src/brasero-file-filtered.c:75 ../src/brasero-file-filtered.c:81 +msgid "No file filtered" +msgstr "" + +#: ../src/brasero-file-filtered.c:77 +#, c-format +msgid "Hide the _filtered file list (%d file)" +msgid_plural "Hide the _filtered file list (%d files)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-file-filtered.c:83 +#, c-format +msgid "Show the _filtered file list (%d file)" +msgid_plural "Show the _filtered file list (%d files)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-file-filtered.c:135 +msgid "Filter Options" +msgstr "" + +#: ../src/brasero-file-filtered.c:218 +msgid "" +"Select the files you want to restore and click on the \"Restore\" button" +msgstr "" + +#: ../src/brasero-file-filtered.c:265 +msgid "Type" +msgstr "" + +#: ../src/brasero-file-filtered.c:292 +msgid "_Restore" +msgstr "" + +#: ../src/brasero-file-filtered.c:301 +msgid "Restore the selected files" +msgstr "" + +#: ../src/brasero-file-filtered.c:303 +msgid "_Options…" +msgstr "" + +#: ../src/brasero-file-filtered.c:311 +msgid "Set the options for file filtering" +msgstr "" + +#. filter hidden files +#: ../src/brasero-filter-option.c:65 +msgid "Filter _hidden files" +msgstr "" + +#. replace symlink +#: ../src/brasero-filter-option.c:72 +msgid "Re_place symbolic links" +msgstr "" + +#. filter broken symlink button +#: ../src/brasero-filter-option.c:79 +msgid "Filter _broken symbolic links" +msgstr "" + +#: ../src/brasero-filter-option.c:85 +msgid "Filtering options" +msgstr "" + +#: ../src/brasero-layout.c:104 +msgid "P_review" +msgstr "" + +#. Translators: this is an image, a picture, not a "Disc Image" +#: ../src/brasero-layout.c:106 +msgid "Display video, audio and image preview" +msgstr "" + +#: ../src/brasero-layout.c:110 +msgid "_Show Side Panel" +msgstr "" + +#: ../src/brasero-layout.c:111 +msgid "Show a side pane along the project" +msgstr "" + +#: ../src/brasero-layout.c:125 +msgid "_Horizontal Layout" +msgstr "" + +#: ../src/brasero-layout.c:126 +msgid "Set a horizontal layout" +msgstr "" + +#: ../src/brasero-layout.c:128 +msgid "_Vertical Layout" +msgstr "" + +#: ../src/brasero-layout.c:129 +msgid "Set a vertical layout" +msgstr "" + +#: ../src/brasero-layout.c:1193 +msgid "Click to close the side pane" +msgstr "" + +#: ../src/brasero-multi-song-props.c:89 ../src/brasero-multi-song-props.c:97 +#: ../src/brasero-multi-song-props.c:105 ../src/brasero-multi-song-props.c:123 +#: ../src/brasero-multi-song-props.c:139 ../src/brasero-multi-song-props.c:160 +#: ../src/brasero-multi-song-props.c:173 ../src/brasero-multi-song-props.c:249 +#: ../src/brasero-multi-song-props.c:270 ../src/brasero-multi-song-props.c:291 +#: ../src/brasero-rename.c:90 ../src/brasero-rename.c:321 +msgid "" +msgstr "" + +#: ../src/brasero-multi-song-props.c:126 ../src/brasero-multi-song-props.c:143 +msgid "Remove silences" +msgstr "" + +#: ../src/brasero-multi-song-props.c:211 ../src/brasero-multi-song-props.c:252 +#: ../src/brasero-multi-song-props.c:273 ../src/brasero-song-properties.c:187 +#: ../src/brasero-song-properties.c:199 ../src/brasero-song-properties.c:211 +msgid "" +"This information will be written to the disc using CD-Text technology. It " +"can be read and displayed by some audio CD players." +msgstr "" + +#: ../src/brasero-multi-song-props.c:213 +msgid "Song titles" +msgstr "Lun men" + +#: ../src/brasero-multi-song-props.c:230 +msgid "Additional song information" +msgstr "" + +#: ../src/brasero-multi-song-props.c:242 ../src/brasero-song-properties.c:189 +msgid "Artist:" +msgstr "Lunse:" + +#: ../src/brasero-multi-song-props.c:263 ../src/brasero-song-properties.c:201 +msgid "Composer:" +msgstr "Lun-tokbang:" + +#: ../src/brasero-multi-song-props.c:317 ../src/brasero-song-properties.c:247 +msgid "Pause length:" +msgstr "" + +#: ../src/brasero-multi-song-props.c:328 ../src/brasero-song-properties.c:256 +msgid "Gives the length of the pause that should follow the track" +msgstr "" + +#: ../src/brasero-multi-song-props.c:345 ../src/brasero-song-properties.c:287 +msgid "Song Information" +msgstr "" + +#: ../src/brasero-player.c:540 +#, c-format +msgid "%i × %i pixels" +msgstr "%i × %i pixels" + +#. No Preview view +#: ../src/brasero-player.c:845 +msgid "No preview" +msgstr "" + +#: ../src/brasero-playlist.c:390 +#, c-format +msgid "Error parsing playlist \"%s\"." +msgstr "" + +#. Translators: %d is the number of songs +#: ../src/brasero-playlist.c:499 +#, c-format +msgid "%d song" +msgid_plural "%d songs" +msgstr[0] "%d song" +msgstr[1] "%d songs" + +#: ../src/brasero-playlist.c:584 +msgid "Select Playlist" +msgstr "" + +#: ../src/brasero-playlist.c:751 +msgid "Playlists" +msgstr "" + +#: ../src/brasero-playlist.c:762 +msgid "Number of Songs" +msgstr "Lun a phai" + +#: ../src/brasero-playlist.c:782 +msgid "Genre" +msgstr "" + +#: ../src/brasero-plugin-manager-ui.c:62 +msgid "Plugin" +msgstr "Plugin" + +#: ../src/brasero-plugin-manager-ui.c:63 +msgid "Enabled" +msgstr "" + +#: ../src/brasero-plugin-manager-ui.c:143 +#, c-format +msgid "Copyright %s" +msgstr "Copyright %s" + +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 +msgid "_About" +msgstr "_Aputhak" + +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 +msgid "C_onfigure" +msgstr "" + +#: ../src/brasero-plugin-manager-ui.c:593 +msgid "A_ctivate" +msgstr "" + +#: ../src/brasero-plugin-manager-ui.c:605 +msgid "Ac_tivate All" +msgstr "" + +#: ../src/brasero-plugin-manager-ui.c:610 +msgid "_Deactivate All" +msgstr "" + +#. Use the translated name for the plugin. +#: ../src/brasero-plugin-option.c:258 +#, c-format +msgid "Options for plugin %s" +msgstr "" + +#: ../src/brasero-pref.c:61 +msgid "Brasero Plugins" +msgstr "" + +#: ../src/brasero-project.c:196 +msgid "Save current project" +msgstr "" + +#: ../src/brasero-project.c:197 +msgid "Save _As…" +msgstr "" + +#: ../src/brasero-project.c:198 +msgid "Save current project to a different location" +msgstr "" + +#: ../src/brasero-project.c:199 +msgid "_Add Files" +msgstr "" + +#: ../src/brasero-project.c:200 +msgid "Add files to the project" +msgstr "" + +#: ../src/brasero-project.c:201 +msgid "_Remove Files" +msgstr "" + +#. Translators: "empty" is a verb here +#: ../src/brasero-project.c:204 ../src/brasero-project.c:2312 +msgid "E_mpty Project" +msgstr "Project angse" + +#: ../src/brasero-project.c:205 +msgid "Remove all files from the project" +msgstr "" + +#: ../src/brasero-project.c:206 ../src/brasero-project.c:1086 +msgid "_Burn…" +msgstr "" + +#: ../src/brasero-project.c:207 +msgid "Burn the disc" +msgstr "" + +#: ../src/brasero-project.c:695 +msgid "" +"To add files to this project click the \"Add\" button or drag files to this " +"area" +msgstr "" + +#: ../src/brasero-project.c:697 +msgid "" +"To remove files select them then click on the \"Remove\" button or press " +"\"Delete\" key" +msgstr "" + +#: ../src/brasero-project.c:804 +#, c-format +msgid "Estimated project size: %s" +msgstr "" + +#: ../src/brasero-project.c:950 ../src/brasero-project.c:966 +msgid "The project is too large for the disc even with the overburn option." +msgstr "" + +#: ../src/brasero-project.c:977 +msgid "" +"The project is too large for the disc and you must remove files from it.\n" +"You may want to use this option if you're using 90 or 100 min CD-R(W) which " +"cannot be properly recognized and therefore needs the overburn option.\n" +"Note: This option might cause failure." +msgstr "" + +#: ../src/brasero-project.c:1098 +msgid "Start to burn the contents of the selection" +msgstr "" + +#: ../src/brasero-project.c:1267 +msgid "Please add songs to the project." +msgstr "" + +#: ../src/brasero-project.c:1904 ../src/brasero-project.c:1939 +msgid "Do you really want to create a new project and discard the current one?" +msgstr "" + +#: ../src/brasero-project.c:1909 +msgid "If you choose to create a new empty project, all changes will be lost." +msgstr "" + +#: ../src/brasero-project.c:1912 +msgid "_Discard Changes" +msgstr "" + +#: ../src/brasero-project.c:1920 +msgid "Do you want to discard the file selection or add it to the new project?" +msgstr "" + +#: ../src/brasero-project.c:1925 ../src/brasero-project.c:1944 +msgid "" +"If you choose to create a new empty project, the file selection will be " +"discarded." +msgstr "" + +#: ../src/brasero-project.c:1927 +msgid "_Discard File Selection" +msgstr "" + +#: ../src/brasero-project.c:1931 +msgid "_Keep File Selection" +msgstr "" + +#: ../src/brasero-project.c:1946 +msgid "_Discard Project" +msgstr "" + +#: ../src/brasero-project.c:2188 +msgid "Select Files" +msgstr "Files chongvai" + +#: ../src/brasero-project.c:2301 +msgid "Do you really want to empty the current project?" +msgstr "" + +#: ../src/brasero-project.c:2306 +msgid "" +"Emptying a project will remove all files already added. All the work will be " +"lost. Note that files will not be deleted from their own location, just no " +"longer listed here." +msgstr "" + +#: ../src/brasero-project.c:2368 +msgid "_Save" +msgstr "" + +#: ../src/brasero-project.c:2379 +msgid "_Add" +msgstr "Kithap" + +#: ../src/brasero-project.c:2384 ../src/brasero-split-dialog.c:1255 +msgid "_Remove" +msgstr "Kethan" + +#. Translators: %s is the name of the project +#: ../src/brasero-project.c:2448 +#, c-format +msgid "Brasero — %s (Data Disc)" +msgstr "Brasero — %s (Data a Disc)" + +#. Translators: %s is the name of the project +#: ../src/brasero-project.c:2451 +#, c-format +msgid "Brasero — %s (Audio Disc)" +msgstr "Brasero — %s (Lun a Disc)" + +#. Translators: %s is the name of the project +#: ../src/brasero-project.c:2454 +#, c-format +msgid "Brasero — %s (Video Disc)" +msgstr "Brasero — %s (Video a Disc)" + +#: ../src/brasero-project.c:2624 ../src/brasero-project.c:2927 +msgid "Your project has not been saved." +msgstr "" + +#: ../src/brasero-project.c:2638 +msgid "Save the changes of current project before closing?" +msgstr "" + +#: ../src/brasero-project.c:2643 ../src/brasero-project.c:2932 +msgid "If you don't save, changes will be permanently lost." +msgstr "" + +#: ../src/brasero-project.c:2647 ../src/brasero-project.c:2653 +#: ../src/brasero-project.c:2935 +msgid "Cl_ose Without Saving" +msgstr "" + +#: ../src/brasero-project.c:2735 +msgid "Save Current Project" +msgstr "" + +#: ../src/brasero-project.c:2753 +msgid "Save project as a Brasero audio project" +msgstr "" + +#: ../src/brasero-project.c:2754 +msgid "Save project as a plain text list" +msgstr "" + +#: ../src/brasero-project.c:2758 +msgid "Save project as a PLS playlist" +msgstr "" + +#: ../src/brasero-project.c:2759 +msgid "Save project as an M3U playlist" +msgstr "" + +#: ../src/brasero-project.c:2760 +msgid "Save project as an XSPF playlist" +msgstr "" + +#: ../src/brasero-project.c:2761 +msgid "Save project as an iriver playlist" +msgstr "" + +#: ../src/brasero-project-manager.c:95 +msgid "_Cover Editor" +msgstr "" + +#: ../src/brasero-project-manager.c:96 +msgid "Design and print covers for CDs" +msgstr "" + +#: ../src/brasero-project-manager.c:97 +msgid "_New Project" +msgstr "Kimi project" + +#: ../src/brasero-project-manager.c:98 +msgid "Create a new project" +msgstr "Kimi project semar" + +#: ../src/brasero-project-manager.c:99 +msgid "_Empty Project" +msgstr "Project Angse" + +#: ../src/brasero-project-manager.c:100 +msgid "Let you choose your new project" +msgstr "" + +#: ../src/brasero-project-manager.c:101 +msgid "New _Audio Project" +msgstr "" + +#: ../src/brasero-project-manager.c:102 +#: ../src/brasero-project-type-chooser.c:76 +msgid "" +"Create a traditional audio CD that will be playable on computers and stereos" +msgstr "" + +#: ../src/brasero-project-manager.c:103 +msgid "New _Data Project" +msgstr "" + +#: ../src/brasero-project-manager.c:104 +#: ../src/brasero-project-type-chooser.c:81 +msgid "" +"Create a CD/DVD containing any type of data that can only be read on a " +"computer" +msgstr "" + +#: ../src/brasero-project-manager.c:105 +msgid "New _Video Project" +msgstr "" + +#: ../src/brasero-project-manager.c:106 +#: ../src/brasero-project-type-chooser.c:86 +msgid "Create a video DVD or an SVCD that is readable on TV readers" +msgstr "" + +#: ../src/brasero-project-manager.c:107 +msgid "Copy _Disc…" +msgstr "" + +#: ../src/brasero-project-manager.c:108 +#: ../src/brasero-project-type-chooser.c:91 +msgid "" +"Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on " +"another CD/DVD" +msgstr "" + +#: ../src/brasero-project-manager.c:109 +msgid "_Burn Image…" +msgstr "" + +#: ../src/brasero-project-manager.c:110 +#: ../src/brasero-project-type-chooser.c:95 +#: ../src/brasero-project-type-chooser.c:96 +msgid "Burn an existing CD/DVD image to disc" +msgstr "" + +#: ../src/brasero-project-manager.c:112 +msgid "_Open…" +msgstr "Kangpu…" + +#: ../src/brasero-project-manager.c:113 +msgid "Open a project" +msgstr "Project kangpu" + +#. Translators: the %s is a string representing the total size +#. * of the file selection +#: ../src/brasero-project-manager.c:259 +#, c-format +msgid "%d file selected (%s)" +msgid_plural "%d files selected (%s)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-project-manager.c:270 +#, c-format +msgid "%d file is supported (%s)" +msgid_plural "%d files are supported (%s)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-project-manager.c:276 +#, c-format +msgid "%d file can be added (%s)" +msgid_plural "%d selected files can be added (%s)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-project-manager.c:287 +#, c-format +msgid "No file can be added (%i selected file)" +msgid_plural "No file can be added (%i selected files)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-project-manager.c:293 +#, c-format +msgid "No file is supported (%i selected file)" +msgid_plural "No file is supported (%i selected files)" +msgstr[0] "" +msgstr[1] "" + +#: ../src/brasero-project-manager.c:299 ../src/brasero-project-manager.c:453 +msgid "No file selected" +msgstr "File chongvai ve lang" + +#: ../src/brasero-project-manager.c:590 +msgid "Brasero — New Audio Disc Project" +msgstr "" + +#: ../src/brasero-project-manager.c:604 +msgid "Brasero — New Data Disc Project" +msgstr "" + +#: ../src/brasero-project-manager.c:618 +msgid "Brasero — New Video Disc Project" +msgstr "" + +#: ../src/brasero-project-manager.c:628 +msgid "Brasero — New Image File" +msgstr "" + +#: ../src/brasero-project-manager.c:643 +msgid "Brasero — Disc Copy" +msgstr "" + +#: ../src/brasero-project-manager.c:727 +msgid "Open Project" +msgstr "Project kangpu" + +#: ../src/brasero-project-manager.c:830 +msgid "_New" +msgstr "Kimi" + +#: ../src/brasero-project-manager.c:834 +msgid "_Open" +msgstr "Kangpu" + +#: ../src/brasero-project-manager.c:885 +msgid "Browse the file system" +msgstr "" + +#: ../src/brasero-project-manager.c:907 +msgid "Display playlists and their contents" +msgstr "" + +#. Translators: this is a picture not +#. * a disc image +#: ../src/brasero-project-name.c:83 +msgctxt "picture" +msgid "Please select another image." +msgstr "" + +#. NOTE to translators: the final string must not be over +#. * 32 _bytes_. +#. * The %s is the date +#: ../src/brasero-project-name.c:269 +#, c-format +msgid "Video disc (%s)" +msgstr "" + +#: ../src/brasero-project-parse.c:62 +msgid "Error while loading the project." +msgstr "" + +#: ../src/brasero-project-parse.c:458 +msgid "The project could not be opened" +msgstr "" + +#: ../src/brasero-project-parse.c:467 +msgid "The file is empty" +msgstr "" + +#: ../src/brasero-project-parse.c:546 ../src/brasero-project-parse.c:611 +msgid "It does not seem to be a valid Brasero project" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:74 +msgid "Audi_o project" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:75 +msgid "Create a traditional audio CD" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:79 +msgid "D_ata project" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:80 +msgid "Create a data CD/DVD" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:84 +msgid "_Video project" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:85 +msgid "Create a video DVD or an SVCD" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:89 +msgid "Disc _copy" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:90 +msgid "Create 1:1 copy of a CD/DVD" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:94 +msgid "Burn _image" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:292 +msgid "Last _Unsaved Project" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:308 +msgid "Load the last project that was not burned and not saved" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:414 +msgid "No recently used project" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:463 +msgid "Create a new project:" +msgstr "" + +#: ../src/brasero-project-type-chooser.c:510 +msgid "Recent projects:" +msgstr "" + +#: ../src/brasero-rename.c:322 +msgid "Insert text" +msgstr "Amek kethap" + +#: ../src/brasero-rename.c:323 +msgid "Delete text" +msgstr "Amek kethan" + +#: ../src/brasero-rename.c:324 +msgid "Substitute text" +msgstr "" + +#: ../src/brasero-rename.c:325 +msgid "Number files according to a pattern" +msgstr "" + +#: ../src/brasero-rename.c:326 +msgid "Insert number sequence at beginning" +msgstr "" + +#. Translators: This is a verb. This is completed later +#: ../src/brasero-rename.c:341 +msgid "Insert" +msgstr "Kethap" + +#. Translators: This finishes previous action "Insert". It goes like +#. * this: "Insert" [Entry] "at the beginning". +#: ../src/brasero-rename.c:355 +msgid "at the beginning" +msgstr "pangcheng long" + +#. Translators: This finishes previous action "Insert". It goes like +#. * this: "Insert" [Entry] "at the end". +#: ../src/brasero-rename.c:359 +msgid "at the end" +msgstr "kejut long" + +#: ../src/brasero-rename.c:370 +msgid "Delete every occurrence of" +msgstr "" + +#. Reminder: if this string happens to be used somewhere else in brasero +#. * we'll need a context with C_() macro +#. Translators: this goes with above verb to say "_Replace" [Entry] +#. * "with" [Entry]. +#: ../src/brasero-rename.c:400 +msgid "with" +msgstr "" + +#: ../src/brasero-rename.c:414 +msgid "Rename to" +msgstr "" + +#: ../src/brasero-rename.c:423 +msgid "{number}" +msgstr "{phai}" + +#. * +#. * Translators: this is the position being played in a stream. The +#. * first %s is the position and the second %s is the whole length of +#. * the stream. I chose to make that translatable in case some languages +#. * don't allow the "/" +#: ../src/brasero-song-control.c:99 +#, c-format +msgid "%s / %s" +msgstr "%s / %s" + +#: ../src/brasero-song-control.c:527 +msgid "No file" +msgstr "File angse" + +#: ../src/brasero-song-control.c:562 +msgid "Start and stop playing" +msgstr "" + +#: ../src/brasero-song-properties.c:177 +msgid "Title:" +msgstr "" + +#: ../src/brasero-song-properties.c:235 +msgid "Song start:" +msgstr "Lun pangcheng:" + +#: ../src/brasero-song-properties.c:241 +msgid "Song end:" +msgstr "Lun kejut:" + +#: ../src/brasero-song-properties.c:258 +msgid "Track length:" +msgstr "Lun keding:" + +#: ../src/brasero-song-properties.c:365 +#, c-format +msgid "Song information for track %02i" +msgstr "" + +#: ../src/brasero-split-dialog.c:172 +msgid "Do you really want to split the track?" +msgstr "" + +#: ../src/brasero-split-dialog.c:175 +msgid "" +"If you split the track, the size of the new track will be shorter than 6 " +"seconds and will be padded." +msgstr "" + +#: ../src/brasero-split-dialog.c:181 ../src/brasero-split-dialog.c:752 +msgid "_Split" +msgstr "" + +#: ../src/brasero-split-dialog.c:609 +msgid "The track wasn't split." +msgstr "" + +#: ../src/brasero-split-dialog.c:610 +msgid "No silence could be detected" +msgstr "" + +#: ../src/brasero-split-dialog.c:633 +msgid "An error occurred while detecting silences." +msgstr "" + +#: ../src/brasero-split-dialog.c:712 +msgid "This will remove all previous results." +msgstr "" + +#: ../src/brasero-split-dialog.c:750 +msgid "Do you really want to carry on with automatic splitting?" +msgstr "" + +#: ../src/brasero-split-dialog.c:751 +msgid "_Don't split" +msgstr "" + +#: ../src/brasero-split-dialog.c:968 +msgid "Do you really want to empty the slices preview?" +msgstr "" + +#: ../src/brasero-split-dialog.c:970 ../src/brasero-split-dialog.c:1269 +msgid "Re_move All" +msgstr "" + +#: ../src/brasero-split-dialog.c:1055 +msgid "Split Track" +msgstr "" + +#: ../src/brasero-split-dialog.c:1072 +msgid "M_ethod:" +msgstr "" + +#: ../src/brasero-split-dialog.c:1078 +msgid "Method to be used to split the track" +msgstr "" + +#: ../src/brasero-split-dialog.c:1081 +msgid "Split track manually" +msgstr "" + +#: ../src/brasero-split-dialog.c:1082 +msgid "Split track in parts with a fixed length" +msgstr "" + +#: ../src/brasero-split-dialog.c:1083 +msgid "Split track in a fixed number of parts" +msgstr "" + +#: ../src/brasero-split-dialog.c:1084 +msgid "Split track for each silence" +msgstr "" + +#: ../src/brasero-split-dialog.c:1090 +msgid "_Slice" +msgstr "" + +#: ../src/brasero-split-dialog.c:1101 +msgid "Add a splitting point" +msgstr "" + +#. Translators: this goes with the next (= "seconds") +#: ../src/brasero-split-dialog.c:1118 +msgid "Split this track every" +msgstr "" + +#. Translators: this goes with the previous (= "Split track every") +#: ../src/brasero-split-dialog.c:1127 +msgid "seconds" +msgstr "seconds" + +#. Translators: this goes with the next (= "parts") +#: ../src/brasero-split-dialog.c:1136 +msgid "Split this track in" +msgstr "" + +#. Translators: this goes with the previous (= "Split this track in") +#: ../src/brasero-split-dialog.c:1145 +msgid "parts" +msgstr "" + +#: ../src/brasero-split-dialog.c:1153 +msgid "Slicing Method" +msgstr "" + +#: ../src/brasero-split-dialog.c:1211 +msgid "Start" +msgstr "Pangcheng" + +#: ../src/brasero-split-dialog.c:1218 +msgid "End" +msgstr "Kejut" + +#: ../src/brasero-split-dialog.c:1241 +msgid "Mer_ge" +msgstr "" + +#: ../src/brasero-split-dialog.c:1252 +msgid "Merge a selected slice with the next selected one" +msgstr "" + +#: ../src/brasero-split-dialog.c:1266 +msgid "Remove the selected slices" +msgstr "" + +#: ../src/brasero-split-dialog.c:1280 +msgid "Clear the slices preview" +msgstr "" + +#: ../src/brasero-split-dialog.c:1290 +msgid "_List of slices that are to be created:" +msgstr "" + +#: ../src/brasero-split-dialog.c:1298 +msgid "Slices Preview" +msgstr "" + +#: ../src/brasero-time-button.c:287 +msgid "Hours" +msgstr "Porphai" + +#. Translators: separating hours and minutes +#. Translators: separating minutes and seconds +#. Translators: separating seconds and frames +#: ../src/brasero-time-button.c:292 ../src/brasero-time-button.c:302 +#: ../src/brasero-time-button.c:312 +msgid ":" +msgstr ":" + +#: ../src/brasero-time-button.c:297 +msgid "Minutes" +msgstr "Minutes" + +#: ../src/brasero-time-button.c:307 +msgid "Seconds" +msgstr "Seconds" + +#: ../src/brasero-time-button.c:317 +msgid "Frames (1 second = 75 frames)" +msgstr "" + +#: ../src/brasero-video-disc.c:101 +msgid "Open the selected video" +msgstr "" + +#: ../src/brasero-video-disc.c:103 +msgid "Edit the video information (start, end, author, etc.)" +msgstr "" + +#: ../src/brasero-video-disc.c:105 +msgid "Remove the selected videos from the project" +msgstr "" + +#: ../src/brasero-video-disc.c:359 +msgid "Do you want to search for video files inside the directory?" +msgstr "" + +#: ../src/brasero-video-disc.c:369 +msgid "_Search Directory" +msgstr "_Directory long kiri" + +#: ../src/brasero-video-disc.c:412 +#, c-format +msgid "\"%s\" does not have a suitable type for video projects." +msgstr "" + +#: ../src/brasero-video-disc.c:415 +msgid "Please only add files with video content" +msgstr "" + +#: ../src/main.c:84 +msgid "[URI] [URI] …" +msgstr "[URI] [URI] …" + +#: ../src/main.c:96 +#, c-format +msgid "Please type \"%s --help\" to see all available options\n" +msgstr "" diff -Nru brasero-3.12.2/po/ml.po brasero-3.12.3/po/ml.po --- brasero-3.12.2/po/ml.po 2015-04-28 10:49:45.000000000 +0000 +++ brasero-3.12.3/po/ml.po 2020-04-07 12:27:22.000000000 +0000 @@ -7,33 +7,37 @@ # Anish A , 2012. # Ani Peter , 2012, 2013. # Balasankar C , 2013. +# Anish Sheela , 2017. msgid "" msgstr "" "Project-Id-Version: brasero ml\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-09-03 02:58+0000\n" -"PO-Revision-Date: 2013-03-22 11:15+0530\n" -"Last-Translator: Ani Peter \n" -"Language-Team: Malayalam \n" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=braser" +"o&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-08-08 00:30+0530\n" +"Last-Translator: Anish Sheela \n" +"Language-Team: Swatantra Malayalam Computing \n" "Language: ml\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Virtaal 0.7.1\n" "X-DamnedLies-Scope: partial\n" "X-Poedit-Language: Malayalam\n" "X-Poedit-Country: INDIA\n" "X-Poedit-SourceCharset: utf-8\n" +"X-Project-Style: gnome\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" "Brasero is a application to burn CD/DVD for the GNOME Desktop. It is " "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." -msgstr "ഗ്നോം പണിയിടത്തില്‍ സിഡി/ഡിവിഡിയിലേക്ക് പകര്‍ത്തുന്നതിനുള്ള ഒരു പ്രയോഗമാണു് ബ്രസേറോ." -"ഉപയോക്താക്കള്‍ക്ക് എളുപ്പത്തില്‍ ഡിസ്കുകള്‍ തയ്യാറാക്കുന്നതിനുള്ള വിശേഷതകള്‍ ഇതു് സജ്ജമാക്കുന്നു." +msgstr "" +"ഗ്നോം പണിയിടത്തില്‍ സിഡി/ഡിവിഡിയിലേക്ക് പകര്‍ത്തുന്നതിനുള്ള ഒരു പ്രയോഗമാണു് " +"ബ്രസേറോ.ഉപയോക്താക്കള്‍ക്ക് എളുപ്പത്തില്‍ ഡിസ്കുകള്‍ തയ്യാറാക്കുന്നതിനുള്ള " +"വിശേഷതകള്‍ ഇതു് സജ്ജമാക്കുന്നു." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -41,9 +45,10 @@ "CD-TEXT, multisession and joliet extensions. You can simply drag and drop " "files from other local applications or from remote shared drives to easily " "burn them to a disc." -msgstr "ഡേറ്റാ, ഓഡിയോ സിഡി/വിസിഡികളിലേക്ക് പകര്‍ത്തുന്നതിന് ബ്രസേറോ സഹായിയ്ക്കുന്നു." -"CD-TEXT, മള്‍ട്ടിസെഷന്‍, joliet എക്സ്റ്റന്‍ഷനുകള്‍ ഇതു് പൂര്‍ണ്ണമായും പിന്തുണയ്ക്കുന്നു. പ്രദേശിക പ്രയോഗങ്ങളില്‍" -"നിന്നോ പങ്കിട്ട വിദൂര ഡ്രൈവുകളില്‍ നിന്നോ നിങ്ങള്‍ക്കു് ഫയലുകള്‍ ഡിസ്കിലേക്ക് വലിച്ചിട്ട് ഇതിലേക്ക് പകര്‍ത്താം" +msgstr "" +"ഡേറ്റാ, ഓഡിയോ സിഡി/വിസിഡികളിലേക്ക് പകര്‍ത്തുന്നതിന് ബ്രസേറോ സഹായിയ്ക്കുന്നു.CD-TEXT, " +"മള്‍ട്ടിസെഷന്‍, joliet എക്സ്റ്റന്‍ഷനുകള്‍ ഇതു് പൂര്‍ണ്ണമായും പിന്തുണയ്ക്കുന്നു. പ്രദേശിക പ്രയോഗങ്ങളില്‍നിന്നോ " +"പങ്കിട്ട വിദൂര ഡ്രൈവുകളില്‍ നിന്നോ നിങ്ങള്‍ക്കു് ഫയലുകള്‍ ഡിസ്കിലേക്ക് വലിച്ചിട്ട് ഇതിലേക്ക് പകര്‍ത്താം" #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -74,10 +79,15 @@ msgstr "ഒരു ചിത്ര ഫയല്‍ ബേണ്‍ ചെയ്യുക" #: ../data/brasero.desktop.in.in.h:8 +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "ഒരു ഡിസ്ക് പകര്‍ത്തുക" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "ഒരു ഓഡിയോ സംരംഭം ഉണ്ടാക്കുക" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "ഒരു വീഡിയോ സംരംഭം ഉണ്ടാക്കുക" @@ -404,24 +414,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (പ്രയോഗം)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (ലൈബ്രറി)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (GStreamer സംയോ‌ജകം)" @@ -452,18 +459,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "ഒരു ആന്തരിക പിശകുണ്ടായിരിക്കുന്നു" @@ -1172,8 +1178,7 @@ msgstr "പകര്‍ത്തുവാന്‍ സാധ്യമാകുന്ന ഒരു ഡിസ്ക് ദയവായി നല്‍കുക" #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "ആവശ്യമുള്ള എല്ലാ പ്രയോഗങ്ങളും ലൈബ്രറികളും ഇന്‍സ്റ്റോള്‍ ചെയ്തിട്ടില്ല." @@ -1232,8 +1237,7 @@ msgid "Video Options" msgstr "വീഡിയോ ഉപാധികള്‍" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1275,8 +1279,7 @@ msgid "Select disc to copy" msgstr "പകര്‍പ്പെടുക്കുവാനുള്ള ഡിസ്ക് തിരഞ്ഞെടുക്കുക" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "ഇവ നിങ്ങള്‍ തന്നെ ഇന്‍സ്റ്റോള്‍ ചെയ്ചു് ദയവായി വീണ്ടും ശ്രമിയ്ക്കുക:" @@ -2058,7 +2061,7 @@ "താല്‍ക്കാലിക ഇമേജ് സൂക്ഷിക്കുന്നതിനായി നിങ്ങള്‍ തെരഞ്ഞെടുത്ത സ്ഥാനത്തു് ഡിസ്ക് ഇമേജിനുള്ള മതിയായ " "സ്ഥലം ലഭ്യമല്ല (%ld MiB ആവശ്യമുണ്ടു്)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "വോള്യമിനുള്ള വ്യാപ്തി ലഭ്യമാക്കുവാന്‍ സാധ്യമായില്ല" @@ -2351,8 +2354,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "ഡേറ്റാ ഡിസ്ക് (%s)" @@ -2361,8 +2364,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "ഇതു് ഒരു ശരിയായ ISO ഇമേജ് അല്ല" @@ -2611,20 +2613,14 @@ msgstr "%s എലമെന്റ് ഉണ്ടാക്കുവാന്‍ സാധ്യമായില്ല" #: ../libbrasero-utils/brasero-misc.c:74 - -#| msgid "Display debug statements on stdout for Brasero burn library" msgid "Display debug statements on stdout for Brasero utilities library" msgstr "ബ്രസേറോ ലൈബ്രറിയ്ക്കു് stdout-ലുള്ള ഡീബഗ് സ്റ്റേറ്റ്മെന്റുകള്‍ പ്രദര്‍ശിപ്പിക്കുക" #: ../libbrasero-utils/brasero-misc.c:91 - -#| msgid "Brasero optical media library" msgid "Brasero utilities library" msgstr "ബ്രസേറോ ഒപ്ടിക്കല്‍ മീഡിയ ലൈബ്രറി" #: ../libbrasero-utils/brasero-misc.c:92 - -#| msgid "Display options for Brasero-burn library" msgid "Display options for Brasero-utils library" msgstr "Brasero-utils ലൈബ്രറിയ്ക്കുള്ള ഉപാധികള്‍ കാണിക്കുക" @@ -2726,7 +2722,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3018,7 +3014,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3032,26 +3028,26 @@ "\"regionset %s\" കമാന്‍ഡ് ഉപയോഗിച്ചു് നല്‍കാം, അല്ലെങ്കില്‍ \"DVDCSS_METHOD=title " "brasero --no-existing-session\" കമാന്‍ഡ് നടപ്പിലാക്കുക." -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "ഡിവിഡി കീകള്‍ ലഭ്യമാക്കുന്നു" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "വീഡിയോ ഡിവിഡി തുറക്കുവാന്‍ സാധ്യമായില്ല" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "വീഡിയോ ഡിവിഡി വായിക്കുമ്പോള്‍ പിശക് (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "വീഡിയോ ഡിവിഡി പകര്‍ത്തുന്നു" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "ഒരു ഡിസ്ക് ഇമേജിലേക്കു് സിഎസ്എസ് എന്‍ക്രിപ്റ്റ് ചെയ്ത വീഡിയോ ഡിവിഡികള്‍ പകര്‍ത്തുന്നു" @@ -4107,25 +4103,25 @@ msgid "Copyright %s" msgstr "പകര്‍പ്പവകാശം %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_സംബന്ധിച്ചു്" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "_ക്രമീകരിക്കുക" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "_സജീവമാക്കുക" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "എല്ലാം _സജീവമാക്കുക" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "എല്ലാം _പ്രവര്‍ത്തന രഹിതമാക്കുക" diff -Nru brasero-3.12.2/po/ms.po brasero-3.12.3/po/ms.po --- brasero-3.12.2/po/ms.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/ms.po 2021-09-16 14:27:35.000000000 +0000 @@ -6,1422 +6,1355 @@ msgid "" msgstr "" "Project-Id-Version: brasero master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=brasero&component=general\n" -"POT-Creation-Date: 2010-04-22 21:57+0000\n" -"PO-Revision-Date: 2010-06-06 11:18+0730\n" -"Last-Translator: Umarzuki Bin Mochlis Moktar \n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2019-10-26 07:30+0000\n" +"PO-Revision-Date: 2019-11-09 00:12+0800\n" +"Last-Translator: abuyop \n" "Language-Team: Malay \n" "Language: ms\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Poedit 2.2.4\n" -#: ../src/brasero-search.c:240 -#, fuzzy, c-format -msgid "Results %i–%i (out of %i)" -msgstr "Hadmasa sambungan tamat" - -#: ../src/brasero-search.c:248 -#: ../src/brasero-search.c:879 -msgid "No results" -msgstr "Tiada keputusan" +#: ../data/brasero.appdata.xml.in.h:1 +msgid "" +"Brasero is a application to burn CD/DVD for the GNOME Desktop. It is " +"designed to be as simple as possible and has some unique features to enable " +"users to create their discs easily and quickly." +msgstr "" +"Brasero adalah aplikasi untuk menulis CD / DVD untuk Atas Meja GNOME. Ia " +"direka untuk menjadi semudah mungkin dan mempunyai beberapa fitur unik yang " +"membolehkan pengguna mencipta cakera mereka dengan mudah dan cepat." -#: ../src/brasero-search.c:413 -#, fuzzy -msgid "Error querying for keywords." -msgstr "Ralat semasa membuka %1 untuk dibaca." +#: ../data/brasero.appdata.xml.in.h:2 +msgid "" +"Brasero can create, copy and burn Data and Audio CD/DVDs. It fully supports " +"CD-TEXT, multisession and joliet extensions. You can simply drag and drop " +"files from other local applications or from remote shared drives to easily " +"burn them to a disc." +msgstr "" +"Brasero boleh membuat, menyalin dan menulis Data dan Audio CD/DVD. Ia " +"menyokong sepenuhnya CD-TEXT, sesi berbilang dan sambungan Joliet. Anda " +"boleh seret dan lepas fail-fail dari aplikasi lain atau melalui perkongsian " +"pemacu jauh supaya dapat menulis ke dalam cakera dengan mudah." -#: ../src/brasero-search.c:866 -msgid "Previous Results" -msgstr "Keputusan Sebelum Ini" +#: ../data/brasero.desktop.in.in.h:1 +msgid "Brasero" +msgstr "Brasero" -#: ../src/brasero-search.c:887 -#, fuzzy -msgid "Next Results" -msgstr "Kosongkan Hasil" +#: ../data/brasero.desktop.in.in.h:2 +msgid "Disc Burner and Copier" +msgstr "Perakam dan Penyalin Cakera" -#: ../src/brasero-search.c:951 -#: ../src/brasero-data-disc.c:2315 -#: ../src/brasero-file-filtered.c:259 -#, fuzzy -msgid "Files" -msgstr " 0 dari 0 fail" +#: ../data/brasero.desktop.in.in.h:3 +msgid "Create and copy CDs and DVDs" +msgstr "Cipta dan salin CD dan DVD" -#: ../src/brasero-search.c:980 -#: ../src/brasero-data-disc.c:2343 -#, fuzzy -msgid "Description" -msgstr "Huraian" +#: ../data/brasero.desktop.in.in.h:4 +msgid "disc;cdrom;dvd;burn;audio;video;" +msgstr "cakera;cdrom;dvd;rakam;audio;video;" -#: ../src/brasero-search.c:1033 -#: ../libbrasero-burn/brasero-src-image.c:441 -#: ../src/brasero-project-name.c:165 -#: ../src/brasero-search-entry.c:505 -#: ../src/brasero-search-entry.c:565 -#: ../src/brasero-search-entry.c:627 -#: ../src/brasero-file-chooser.c:318 -#: ../src/brasero-project.c:2180 -#, fuzzy -msgid "All files" -msgstr "Semua fail" +#: ../data/brasero.desktop.in.in.h:5 +msgid "Brasero Disc Burner" +msgstr "Perakam Cakera Brasero" -#: ../src/brasero-search.c:1044 -#, fuzzy -msgid "Number of results displayed" -msgstr "Kumpulan pada %1: (%2 dipaparkan)" +#: ../data/brasero.desktop.in.in.h:6 +msgid "Open a New Window" +msgstr "Buka Tetingkap Baru" -#: ../libbrasero-burn/burn-plugin.c:678 -#, fuzzy, c-format -msgid "\"%s\" could not be found in the path" -msgstr "Pemacu untuk pencetak %1 tidak ditemui." +#: ../data/brasero.desktop.in.in.h:7 +msgid "Burn an Image File" +msgstr "Rakam Fail Imej" -#: ../libbrasero-burn/burn-plugin.c:682 -#, fuzzy, c-format -msgid "\"%s\" GStreamer plugin could not be found" -msgstr "Pemacu untuk pencetak %1 tidak ditemui." +#: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Salin satu Cakera" -#: ../libbrasero-burn/burn-plugin.c:686 -#: ../libbrasero-burn/burn-plugin.c:698 -#, fuzzy, c-format -msgid "The version of \"%s\" is too old" -msgstr "Kawasan terlalu besar." +#: ../data/brasero.desktop.in.in.h:9 +msgid "Create an Audio Project" +msgstr "Cipta Projek Audio" -#: ../libbrasero-burn/burn-plugin.c:690 -#, fuzzy, c-format -msgid "\"%s\" is a symbolic link pointing to another program" -msgstr "\"%s\" adalah pautan simbolik merujuk ke program lain" +#: ../data/brasero.desktop.in.in.h:10 +msgid "Create a Video Project" +msgstr "Cipta Projek Video" -#. Translators: %s is a filename -#: ../libbrasero-burn/burn-plugin.c:694 -#: ../plugins/cdrdao/burn-cdrdao.c:212 -#: ../plugins/growisofs/burn-growisofs.c:511 -#, c-format -msgid "\"%s\" could not be found" -msgstr "\"%s\" tidak dijumpai" +#: ../data/mime/brasero.xml.in.h:1 +msgid "Brasero project file" +msgstr "Fail Projek Brasero" -#: ../plugins/cdrtools/burn-cdda2wav.c:204 -#: ../plugins/cdrtools/burn-cdda2wav.c:214 -#, c-format -msgid "Copying audio track %02d" -msgstr "Menyalin trek audio %02d" +#: ../data/org.gnome.brasero.gschema.xml.h:1 +msgid "Should Nautilus extension output debug statements" +msgstr "Haruskan output sambungan Nautilus menyahpepijat pernyataan" -#: ../plugins/cdrtools/burn-cdda2wav.c:265 -msgid "Preparing to copy audio disc" -msgstr "Sedang bersedia untuk menyalin cakera audio" +#: ../data/org.gnome.brasero.gschema.xml.h:2 +msgid "" +"Should Nautilus extension output debug statements. The value should be set " +"to true if it should." +msgstr "" +"Haruskan output sambungan Nautilus menyahpepijat pernyataan. Nilai " +"ditetapkan kepada benar jika ia perlu." -#: ../plugins/cdrtools/burn-cdda2wav.c:410 -msgid "Copy tracks from an audio CD with all associated information" -msgstr "Salin lagu dari CD audio dengan semua maklumat berkaitan" +#: ../data/org.gnome.brasero.gschema.xml.h:3 +msgid "The type of checksum used for images" +msgstr "Jenis hasil tambah semak digunakan untuk imej" -#: ../libbrasero-burn/brasero-video-options.c:451 -msgid "Video format:" -msgstr "Format video:" +#: ../data/org.gnome.brasero.gschema.xml.h:4 +msgid "Set to 0 for MD5, 1 for SHA1 and 2 for SHA256" +msgstr "Tetapkan 0 untuk MD5, 1 untuk SHA1 dan 2 untuk SHA256" -#: ../libbrasero-burn/brasero-video-options.c:462 -msgid "_NTSC" -msgstr "_NTSC" +#: ../data/org.gnome.brasero.gschema.xml.h:5 +msgid "The type of checksum used for files" +msgstr "Jenis hasil tambah semak digunakan untuk fail" -#: ../libbrasero-burn/brasero-video-options.c:464 -msgid "Format used mostly on the North American continent" -msgstr "Format yang banyak digunakan di benua Amerika utara" +#: ../data/org.gnome.brasero.gschema.xml.h:6 +msgid "Directory to use for temporary files" +msgstr "Direktori yang digunakan bagi fail sementara" -#: ../libbrasero-burn/brasero-video-options.c:477 -msgid "_PAL/SECAM" -msgstr "_PAL/SECAM" +#: ../data/org.gnome.brasero.gschema.xml.h:7 +msgid "" +"Contains the path to the directory where brasero should store temporary " +"files. If that value is empty, the default directory set for glib will be " +"used." +msgstr "" +"Mengandungi laluan direktori yang mana bresero seharusnya menyimpan fail " +"sementara. Jika nilai tersebut adalah kosong, direktori lalai yang " +"ditetapkan untuk glib akan digunakan." -#: ../libbrasero-burn/brasero-video-options.c:479 -msgid "Format used mostly in Europe" -msgstr "Format yang banyak digunakan di Eropah" +#: ../data/org.gnome.brasero.gschema.xml.h:8 +msgid "Favourite burn engine" +msgstr "Enjin rakaman kegemaran" -#: ../libbrasero-burn/brasero-video-options.c:493 -msgid "Native _format" -msgstr "Format asli:" +#: ../data/org.gnome.brasero.gschema.xml.h:9 +msgid "" +"Contains the name of the favourite burn engine suite installed. It will be " +"used if possible." +msgstr "" +"Mengandungi nama suit enjin rakam kegemaran yang telah dipasang. Ia akan " +"digunakan jika mungkin." -#: ../libbrasero-burn/brasero-video-options.c:508 -#, fuzzy -msgid "Aspect ratio:" -msgstr "Kekalkan nisbah &aspek" +#: ../data/org.gnome.brasero.gschema.xml.h:10 +msgid "White list of additional plugins to use" +msgstr "Senarai putih pemalam tambahan yang digunakan" -#: ../libbrasero-burn/brasero-video-options.c:519 -msgid "_4:3" -msgstr "_4:3" +#: ../data/org.gnome.brasero.gschema.xml.h:11 +msgid "" +"Contains the list of additional plugins Brasero will use to burn discs. If " +"set to NULL, Brasero will load them all." +msgstr "" +"Mengandungi senarai pemalam Brasero tambahan yang akan digunakan untuk " +"menulis cakera. Jika ditetapkan ke NULL, Brasero akan memuatkan semua." -#: ../libbrasero-burn/brasero-video-options.c:534 -msgid "_16:9" -msgstr "_16:9" +#: ../data/org.gnome.brasero.gschema.xml.h:12 +msgid "Enable the \"-immed\" flag with cdrecord" +msgstr "Benarkan bendera \"-immed\" dengan cdrecord" -#. Video options for (S)VCD -#: ../libbrasero-burn/brasero-video-options.c:549 -msgid "VCD type:" -msgstr "Jenis VCD:" +#: ../data/org.gnome.brasero.gschema.xml.h:13 +msgid "" +"Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to " +"true) as it's only a workaround for some drives/setups." +msgstr "" +"Sama ada gunakan bendera \"-immed\" dengan cdrecord. Guna dengan berhati-" +"hati (tetapkan pada benar) kerana ia mungkin penyelesaian untuk beberapa " +"pemacu/pemasangan." -#: ../libbrasero-burn/brasero-video-options.c:562 -msgid "Create an SVCD" -msgstr "Cipta SVCD" +#: ../data/org.gnome.brasero.gschema.xml.h:14 +msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs" +msgstr "" +"Sama ada hendak gunakan bendera \"-use-the-force-luke=dao\" dengan growisofs" -#: ../libbrasero-burn/brasero-video-options.c:577 -msgid "Create a VCD" -msgstr "Cipta VCD" +#: ../data/org.gnome.brasero.gschema.xml.h:15 +msgid "" +"Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to " +"false, brasero won't use it; it may be a workaround for some drives/setups." +msgstr "" +"Sama ada gunakan bendera \"-use-the-force-luke=dao\" dengan growisof. " +"Tetapkan kepada benar, brasero tidak akan menggunakannya; ia mungkin " +"penyelesaian untuk beberapa pemacu/pemasangan." -#: ../libbrasero-burn/burn-debug.c:54 -#, fuzzy -msgid "Display debug statements on stdout for Brasero burn library" -msgstr "Paparkan kenyataan debug pada stdout untuk pustaka bakar Brasero" +#: ../data/org.gnome.brasero.gschema.xml.h:16 +msgid "Used in conjunction with the \"-immed\" flag with cdrecord" +msgstr "Digunakan sebagai penghubung dengan bendera \"-immed\" dan cdrecord" -#: ../libbrasero-burn/burn-debug.c:80 -msgid "Brasero media burning library" -msgstr "Pustaka bakar media Brasero" +#: ../data/org.gnome.brasero.gschema.xml.h:17 +msgid "Used in conjunction with the \"-immed\" flag with cdrecord." +msgstr "Digunakan sebagai penghubung dengan bendera \"-immed\" dan cdrecord." -#: ../libbrasero-burn/burn-debug.c:81 -msgid "Display options for Brasero-burn library" -msgstr "Paparkan opsyen untuk pustaka Brasero-bakar" +#: ../data/org.gnome.brasero.gschema.xml.h:18 +msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao" +msgstr "" +"Sama ada hendak gunakan bendera \"--pemacu generic-mmc-raw\" dengan cdrdao" -#. Translators: %s is the name of the file that has just been deleted -#: ../libbrasero-burn/brasero-track-stream-cfg.c:90 -#, fuzzy, c-format -msgid "\"%s\" was removed from the file system." -msgstr "\"%s\" telah dibuang dari sistem fail." +#: ../data/org.gnome.brasero.gschema.xml.h:19 +msgid "" +"Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to " +"True, brasero will use it; it may be a workaround for some drives/setups." +msgstr "" +"Sama ada gunakan bendera \"--driver generic-mmc-raw\" dengan cdrdao. " +"tetapkan pada benar, brasero akan menggunakannya; ia mungkin penyelesaian " +"untuk beberapa pemacu/pemasangan." + +#: ../data/org.gnome.brasero.gschema.xml.h:20 +msgid "The last browsed folder while looking for images to burn" +msgstr "Folder dilayarkan terakhir semasa mencari imej untuk dirakamkan" -#: ../libbrasero-burn/brasero-track-stream-cfg.c:129 -#, c-format -msgid "Directories cannot be added to video or audio discs" -msgstr "Direktori tidak boleh ditambah ke cakera video atau audio" +#: ../data/org.gnome.brasero.gschema.xml.h:21 +msgid "" +"Contains the absolute path of the directory that was last browsed for images " +"to burn" +msgstr "" +"Mengandungi laluan mutlak direktori yang terakhir dilayari bagi imej yang " +"akan dirakamkan" -#: ../libbrasero-burn/brasero-track-stream-cfg.c:142 -#, fuzzy, c-format -msgid "Playlists cannot be added to video or audio discs" -msgstr "Playlist tidak boleh ditambah ke cakera video atau audio" +#: ../data/org.gnome.brasero.gschema.xml.h:22 +msgid "Enable file preview" +msgstr "Benarkan pratonton fail" -#. Translators: %s is the name of the file -#: ../libbrasero-burn/brasero-track-stream-cfg.c:157 -#: ../libbrasero-burn/brasero-track-stream-cfg.c:174 -#, c-format -msgid "\"%s\" is not suitable for audio or video media" -msgstr "\"%s\" tidak sesuai untuk media audio atau video" +#: ../data/org.gnome.brasero.gschema.xml.h:23 +msgid "Whether to display file preview. Set to true to use it." +msgstr "" +"Sama ada hendak papar pratonton fail. Tetapkan kepada benar untuk " +"menggunakannya." -#: ../libbrasero-burn/brasero-track-stream-cfg.c:401 -#, fuzzy -msgid "Analysing video files" -msgstr "Mampat, nyahmampat fail." +#: ../data/org.gnome.brasero.gschema.xml.h:24 +msgid "Should brasero filter hidden files" +msgstr "Haruskah brasero menapis fail tersembunyi" -#: ../libbrasero-burn/brasero-data-vfs.c:218 -#, fuzzy, c-format -msgid "\"%s\" cannot be read" -msgstr "Fail '%1' tidak dapat dibaca." +#: ../data/org.gnome.brasero.gschema.xml.h:25 +msgid "" +"Should brasero filter hidden files. Set to true, brasero will filter hidden " +"files." +msgstr "" +"Haruskah brasero menapis fail tersembunyi Tetapkan ke benar, brasero akan " +"menapis fail tersembunyi." -#: ../libbrasero-burn/brasero-filtered-uri.c:57 -#, fuzzy -msgid "Hidden file" -msgstr " FAIL DITUTUP" +#: ../data/org.gnome.brasero.gschema.xml.h:26 +msgid "Replace symbolic links by their targets" +msgstr "Ganti pautan simbolik berdasarkan sasarannya" -#: ../libbrasero-burn/brasero-filtered-uri.c:58 -#, fuzzy -msgid "Unreadable file" -msgstr " FAIL DITUTUP" +#: ../data/org.gnome.brasero.gschema.xml.h:27 +msgid "" +"Should brasero replace symbolic links by their target files in the project. " +"Set to true, brasero will replace symbolic links." +msgstr "" +"Haruskah brasero mengganti pautan simbolik berdasarkan fail sasarannya " +"didalam projek. Tetapkan kepada benara, brasero akan menggantikan pautan " +"simbolik." -#: ../libbrasero-burn/brasero-filtered-uri.c:59 -#, fuzzy -msgid "Broken symbolic link" -msgstr "Cipta pautan simbolik ke fail." +#: ../data/org.gnome.brasero.gschema.xml.h:28 +msgid "Should brasero filter broken symbolic links" +msgstr "Haruskah brasero menapis pautan simbolik rosak" -#: ../libbrasero-burn/brasero-filtered-uri.c:60 -#: ../libbrasero-utils/brasero-io.c:1186 -#: ../libbrasero-utils/brasero-io.c:2057 -#, fuzzy, c-format -msgid "Recursive symbolic link" -msgstr "Cipta pautan simbolik ke fail." +#: ../data/org.gnome.brasero.gschema.xml.h:29 +msgid "" +"Should brasero filter broken symbolic links. Set to true, brasero will " +"filter broken symbolic links." +msgstr "" +"Haruskah brasero menapis pautan simbolik rosak. Tetapkan kepasa benar, " +"brasero akan menapis pautan simbolik rosak." -#: ../libbrasero-burn/brasero-track-data-cfg.c:622 -#: ../libbrasero-burn/brasero-track-data-cfg.c:721 -#: ../libbrasero-burn/brasero-track-data-cfg.c:732 -#: ../libbrasero-burn/brasero-track-data-cfg.c:793 -#: ../libbrasero-burn/brasero-track-data-cfg.c:798 -#: ../src/brasero-playlist.c:536 -#: ../src/brasero-video-tree-model.c:344 -msgid "(loading…)" -msgstr "(memuatkan...)" +#: ../data/org.gnome.brasero.gschema.xml.h:30 +msgid "The priority value for the plugin" +msgstr "Nilai keutamaan untuk pemalam" -#: ../libbrasero-burn/brasero-track-data-cfg.c:624 -#: ../libbrasero-burn/brasero-track-data-cfg.c:804 -#: ../src/brasero-playlist.c:497 -#, fuzzy -msgid "Empty" -msgstr "Kosong" +#: ../data/org.gnome.brasero.gschema.xml.h:31 +msgid "" +"When several plugins are available for the same task, this value is used to " +"determine which plugin should be given priority. 0 means the plugin's native " +"priority is used. A positive value overrides the plugin's native priority. A " +"negative value disables the plugin." +msgstr "" +"Apabila beberapa pemalam ada untuk tugas yang sama, nilai ini digunakan " +"untuk menentukan pemalam yang mana seharusnya diberikan keutamaan. 0 " +"bermaksud keutamaan biasa pemalam digunakan. Nilai positif akan menggantikan " +"keutamaan biasa pemalam. Nilai negatif bermaksud pemalam dilumpuhkan." + +#: ../data/org.gnome.brasero.gschema.xml.h:32 +msgid "Burning flags to be used" +msgstr "Merakam bendera untuk digunakan" -#: ../libbrasero-burn/brasero-track-data-cfg.c:730 -#, fuzzy -msgid "Disc file" -msgstr " FAIL DITUTUP" +#: ../data/org.gnome.brasero.gschema.xml.h:33 +msgid "" +"This value represents the burning flags that were used in such a context the " +"last time." +msgstr "" +"Nilai ini mewakili bendera rakaman yang mana digunaka didalam konteks yang " +"terakhir." + +#: ../data/org.gnome.brasero.gschema.xml.h:34 +msgid "The speed to be used" +msgstr "Kelajuan yang digunakan" + +#: ../data/org.gnome.brasero.gschema.xml.h:35 +msgid "" +"This value represents the speed that was used in such a context the last " +"time." +msgstr "" +"Nilai ini mewakili kelajuan yang digunakan didalam konteks yang terakhir." + +#: ../libbrasero-burn/brasero-blank-dialog.c:222 +msgid "Error while blanking." +msgstr "Ralat semasa pemadaman." + +#: ../libbrasero-burn/brasero-blank-dialog.c:227 +#: ../libbrasero-burn/brasero-blank-dialog.c:272 +msgid "Blank _Again" +msgstr "Kosongkan _Lagi" + +#: ../libbrasero-burn/brasero-blank-dialog.c:244 +msgid "Unknown error." +msgstr "Ralat tidak diketahui." + +#: ../libbrasero-burn/brasero-blank-dialog.c:264 +#: ../libbrasero-burn/brasero-blank-dialog.c:288 +msgid "The disc was successfully blanked." +msgstr "Cakera berjaya dikoosngkan." + +#: ../libbrasero-burn/brasero-blank-dialog.c:270 +msgid "The disc is ready for use." +msgstr "Cakera sedia digunakan." + +#. Translators: This is a verb, an action +#: ../libbrasero-burn/brasero-blank-dialog.c:371 +msgid "_Blank" +msgstr "_Kosong" -#: ../libbrasero-burn/brasero-track-data-cfg.c:808 +#: ../libbrasero-burn/brasero-blank-dialog.c:402 +msgid "_Fast blanking" +msgstr "Pengosongan _Pantas" + +#: ../libbrasero-burn/brasero-blank-dialog.c:403 +msgid "Activate fast blanking, as opposed to a longer, thorough blanking" +msgstr "" +"Aktifkan pengosongan pantas, berlawanan dengan pemadaman menyeluruh dan " +"mengambil masa yang lama" + +#: ../libbrasero-burn/brasero-blank-dialog.c:433 +msgid "Disc Blanking" +msgstr "Pengosongan Cakera" + +#: ../libbrasero-burn/brasero-burn.c:162 +msgid "Burning CD/DVD" +msgstr "Menulis CD/DVD" + +#: ../libbrasero-burn/brasero-burn.c:331 +#: ../libbrasero-burn/brasero-data-session.c:123 +#: ../libbrasero-burn/brasero-tool-dialog.c:89 +#: ../libbrasero-media/scsi-error.c:47 ../plugins/cdrdao/burn-cdrdao.c:243 +#: ../plugins/cdrkit/burn-readom.c:110 ../plugins/cdrkit/burn-wodim.c:135 +#: ../plugins/cdrkit/burn-wodim.c:144 ../plugins/cdrtools/burn-cdrecord.c:135 +#: ../plugins/cdrtools/burn-cdrecord.c:144 +#: ../plugins/cdrtools/burn-readcd.c:111 +#: ../plugins/growisofs/burn-dvd-rw-format.c:84 +#: ../plugins/growisofs/burn-growisofs.c:190 +#: ../plugins/libburnia/burn-libburn-common.c:186 #, c-format -msgid "%d item" -msgid_plural "%d items" -msgstr[0] "Item %d " +msgid "The drive is busy" +msgstr "Pemacu sibuk" -#: ../libbrasero-burn/brasero-track-data-cfg.c:1927 -#, fuzzy, c-format -msgid "New folder" -msgstr "Folder baru" +#: ../libbrasero-burn/brasero-burn.c:332 +#: ../libbrasero-burn/brasero-burn-dialog.c:651 +#: ../libbrasero-burn/brasero-tool-dialog.c:90 +msgid "Make sure another application is not using it" +msgstr "Pastikan tiada aplikasi lain menggunakannya" -#: ../libbrasero-burn/brasero-track-data-cfg.c:1930 -#, fuzzy, c-format -msgid "New folder %i" -msgstr "Folder &Baru" +#: ../libbrasero-burn/brasero-burn.c:409 +#, c-format +msgid "\"%s\" cannot be unlocked" +msgstr "\"%s\" tidak dapat dibuka" -#: ../libbrasero-burn/brasero-track-data-cfg.c:2418 -#: ../libbrasero-burn/brasero-track-data-cfg.c:2428 -#, fuzzy -msgid "Analysing files" -msgstr "Fail tetapan." +#: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 +#: ../libbrasero-burn/brasero-burn.c:761 +msgid "No burner specified" +msgstr "Tiada perakam ditentukan" + +#: ../libbrasero-burn/brasero-burn.c:586 +msgid "No source drive specified" +msgstr "Tiada sumber pemacu ditentukan" -#: ../libbrasero-burn/brasero-track-data-cfg.c:2444 -#: ../libbrasero-burn/brasero-burn-options.c:471 -#: ../nautilus/nautilus-burn-extension.c:237 -#: ../src/brasero-project.c:1266 -#: ../libbrasero-burn/brasero-track-data.c:772 -#: ../libbrasero-burn/brasero-track-stream.c:405 +#: ../libbrasero-burn/brasero-burn.c:632 +msgid "Ongoing copying process" +msgstr "Proses penyalinan yang dijalankan" + +#: ../libbrasero-burn/brasero-burn.c:636 ../libbrasero-burn/brasero-burn.c:735 +#: ../libbrasero-burn/brasero-burn.c:872 ../libbrasero-burn/brasero-burn.c:987 #, c-format -msgid "There are no files to write to disc" -msgstr "Tiada fail untuk ditulis ke cakera" +msgid "The drive cannot be locked (%s)" +msgstr "Pemacu tidak dapat dikunci (%s)" -#: ../libbrasero-burn/brasero-track-data-cfg.c:2564 -#, fuzzy, c-format -msgid "\"%s\" is a recursive symbolic link." -msgstr "Cipta pautan simbolik ke fail." +#: ../libbrasero-burn/brasero-burn.c:695 +msgid "The drive has no rewriting capabilities" +msgstr "Pemacu tidak mempunyai keupayaan menulis-semula" -#. Translators: %s is the path of a drive -#: ../libbrasero-burn/brasero-track-data-cfg.c:2590 -#: ../src/main.c:254 -#, fuzzy, c-format -msgid "\"%s\" cannot be found." -msgstr "Pengadun tidak ditemui" +#: ../libbrasero-burn/brasero-burn.c:731 +msgid "Ongoing blanking process" +msgstr "Proses perakaman berlangsung" -#: ../libbrasero-utils/brasero-io.c:1414 -#, fuzzy, c-format -msgid "The file does not appear to be a playlist" -msgstr "Fail bukannya playlist" +#: ../libbrasero-burn/brasero-burn.c:770 +msgid "The drive cannot burn" +msgstr "Pemacu tidak boleh rakam" + +#: ../libbrasero-burn/brasero-burn.c:866 +#: ../libbrasero-burn/brasero-dest-selection.c:108 +msgid "Ongoing burning process" +msgstr "Proses perakaman berlangsung" + +#: ../libbrasero-burn/brasero-burn.c:983 +msgid "Ongoing checksumming operation" +msgstr "Operasi hasil tambah semak berlangsung" + +#: ../libbrasero-burn/brasero-burn.c:1623 +#: ../libbrasero-burn/brasero-burn.c:1817 +msgid "Merging data is impossible with this disc" +msgstr "Penggabungan data adalah mustahil dengan cakera ini" -#: ../libbrasero-utils/brasero-metadata.c:1138 -#: ../src/brasero-audio-disc.c:648 +#: ../libbrasero-burn/brasero-burn.c:1624 +#: ../libbrasero-burn/brasero-burn-dialog.c:2186 +#: ../plugins/cdrkit/burn-genisoimage.c:206 ../plugins/cdrkit/burn-wodim.c:114 +#: ../plugins/cdrtools/burn-cdrecord.c:114 +#: ../plugins/cdrtools/burn-mkisofs.c:206 +#: ../plugins/growisofs/burn-growisofs.c:198 #, c-format -msgid "\"%s\" could not be handled by GStreamer." -msgstr "\"%s\" tidak dapat dikendalikan oleh GStreamer." +msgid "Not enough space available on the disc" +msgstr "Ruang didalam cakera tidak mencukupi" -#. Translators: %s is the name of the GstElement that -#. * could not be created -#. Translators: %s is the name of the GstElement that -#. * element could not be created -#: ../libbrasero-utils/brasero-metadata.c:1210 -#: ../libbrasero-utils/brasero-metadata.c:1223 -#: ../libbrasero-utils/brasero-metadata.c:1236 -#: ../libbrasero-utils/brasero-metadata.c:1378 -#: ../libbrasero-utils/brasero-metadata.c:1749 -#: ../libbrasero-utils/brasero-metadata.c:1764 -#: ../libbrasero-utils/brasero-metadata.c:1773 -#: ../plugins/transcode/burn-normalize.c:172 -#: ../plugins/transcode/burn-normalize.c:187 -#: ../plugins/transcode/burn-normalize.c:209 -#: ../plugins/transcode/burn-normalize.c:221 -#: ../plugins/transcode/burn-normalize.c:238 -#: ../plugins/transcode/burn-normalize.c:335 -#: ../plugins/transcode/burn-transcode.c:294 -#: ../plugins/transcode/burn-transcode.c:306 -#: ../plugins/transcode/burn-transcode.c:455 -#: ../plugins/transcode/burn-transcode.c:507 -#: ../plugins/transcode/burn-transcode.c:541 -#: ../plugins/transcode/burn-transcode.c:588 -#: ../plugins/transcode/burn-transcode.c:609 -#: ../plugins/transcode/burn-transcode.c:621 -#: ../plugins/transcode/burn-transcode.c:646 -#: ../plugins/transcode/burn-vob.c:317 -#: ../plugins/transcode/burn-vob.c:336 -#: ../plugins/transcode/burn-vob.c:350 -#: ../plugins/transcode/burn-vob.c:362 -#: ../plugins/transcode/burn-vob.c:379 -#: ../plugins/transcode/burn-vob.c:437 -#: ../plugins/transcode/burn-vob.c:454 -#: ../plugins/transcode/burn-vob.c:466 -#: ../plugins/transcode/burn-vob.c:478 -#: ../plugins/transcode/burn-vob.c:490 -#: ../plugins/transcode/burn-vob.c:507 -#: ../plugins/transcode/burn-vob.c:598 -#: ../plugins/transcode/burn-vob.c:615 -#: ../plugins/transcode/burn-vob.c:627 -#: ../plugins/transcode/burn-vob.c:639 -#: ../plugins/transcode/burn-vob.c:661 -#: ../plugins/transcode/burn-vob.c:678 -#: ../plugins/transcode/burn-vob.c:724 -#: ../plugins/transcode/burn-vob.c:801 -#: ../plugins/transcode/burn-vob.c:818 -#: ../plugins/transcode/burn-vob.c:833 -#: ../plugins/transcode/burn-vob.c:845 -#: ../plugins/transcode/burn-vob.c:856 -#: ../plugins/transcode/burn-vob.c:867 -#: ../plugins/transcode/burn-vob.c:1042 -#: ../plugins/transcode/burn-vob.c:1106 -#: ../plugins/transcode/burn-vob.c:1123 -#: ../plugins/transcode/burn-vob.c:1144 -#: ../plugins/transcode/burn-vob.c:1171 -#, fuzzy, c-format -msgid "%s element could not be created" -msgstr "Pangkalan data \"%1\" telah dicipta tetapi tidak dapat dibuka. " +#. Translators: %s is the name of a missing application +#: ../libbrasero-burn/brasero-burn.c:1708 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 +#, c-format +msgid "%s (application)" +msgstr "%s (aplikasi)" -#. Translators: Error message saying no graft point -#. * is specified. A graft point is the path (on the -#. * disc) where a file from any source will be added -#. * ("grafted") -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/brasero-caps-burn.c:668 -#: ../libbrasero-burn/brasero-burn.c:2821 -#: ../libbrasero-burn/burn-job.c:1217 -#: ../libbrasero-burn/burn-job.c:1226 -#: ../libbrasero-burn/burn-mkisofs-base.c:302 -#: ../nautilus/nautilus-burn-extension.c:215 -#: ../src/brasero-app.c:764 -#: ../plugins/cdrkit/burn-genisoimage.c:370 -#: ../plugins/cdrkit/burn-readom.c:129 -#: ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:707 -#: ../plugins/cdrkit/burn-wodim.c:822 -#: ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrtools/burn-cdrecord.c:819 -#: ../plugins/cdrtools/burn-cdrecord.c:834 -#: ../plugins/cdrtools/burn-mkisofs.c:371 -#: ../plugins/cdrtools/burn-readcd.c:130 -#: ../plugins/cdrtools/burn-readcd.c:380 -#, fuzzy, c-format -msgid "An internal error occurred" -msgstr "Ralat protokol telah berlaku." +#. Translators: %s is the name of a missing library +#: ../libbrasero-burn/brasero-burn.c:1714 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 +#, c-format +msgid "%s (library)" +msgstr "%s (pustaka)" + +#. Translators: %s is the name of a missing GStreamer plugin +#: ../libbrasero-burn/brasero-burn.c:1719 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 +#, c-format +msgid "%s (GStreamer plugin)" +msgstr "%s (Pemalam GStreamer)" -#: ../libbrasero-burn/brasero-caps-burn.c:766 -#: ../libbrasero-burn/brasero-burn.c:2551 +#: ../libbrasero-burn/brasero-burn.c:1752 +msgid "There is no track to burn" +msgstr "Tiada trek untuk dituliskan" + +#: ../libbrasero-burn/brasero-burn.c:1859 +msgid "" +"Please install the following required applications and libraries manually " +"and try again:" +msgstr "" +"Sila pasang yang aplikasi dan pustaka diperlukan berikut secara manual dan " +"cuba lagi:" + +#: ../libbrasero-burn/brasero-burn.c:2576 +#: ../libbrasero-burn/brasero-caps-burn.c:868 #, c-format msgid "Only one track at a time can be checked" msgstr "Hanya satu lagu boleh diperiksa pada satu masa" -#: ../libbrasero-burn/brasero-track-image-cfg.c:430 -msgid "Retrieving image format and size" -msgstr "Mengambil format gambar dan saiz" +#: ../libbrasero-burn/brasero-burn.c:2635 +msgid "No format for the temporary image could be found" +msgstr "Tiada format imej sementara ditemui" -#. Translators: This is a disc image -#: ../libbrasero-burn/brasero-track-image-cfg.c:450 -msgid "The format of the disc image could not be identified" -msgstr "Format imej cakera tidak boleh dikenalpasti" +#. Translators: Error message saying no graft point +#. * is specified. A graft point is the path (on the +#. * disc) where a file from any source will be added +#. * ("grafted") +#: ../libbrasero-burn/brasero-burn.c:2846 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/burn-mkisofs-base.c:302 +#: ../nautilus/nautilus-burn-extension.c:218 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrtools/burn-cdrecord.c:850 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 +#, c-format +msgid "An internal error occurred" +msgstr "Ralat dalaman telah berlaku" -#: ../libbrasero-burn/brasero-track-image-cfg.c:451 -msgid "Please set it manually" -msgstr "Sila tetapkan secara manual" +#: ../libbrasero-burn/brasero-burn-dialog.c:155 +msgid "Brasero notification" +msgstr "Pemberitahuan Brasero" #. Translators: This string is used in the title bar %s is the action currently performed -#: ../libbrasero-burn/brasero-burn-dialog.c:184 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-burn-dialog.c:219 +#, c-format msgid "%s (%i%% Done)" -msgstr "%1/s (siap)" +msgstr "%s (%i%% Selesai)" -#: ../libbrasero-burn/brasero-burn-dialog.c:206 -#: ../libbrasero-burn/brasero-burn-dialog.c:1111 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:241 +#: ../libbrasero-burn/brasero-burn-dialog.c:1161 msgid "Creating Image" -msgstr "%1 Imej dari %2 dimuatkan." +msgstr "Mencipta imej" -#: ../libbrasero-burn/brasero-burn-dialog.c:211 -#: ../libbrasero-burn/brasero-burn-dialog.c:1120 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:246 +#: ../libbrasero-burn/brasero-burn-dialog.c:1170 msgid "Burning DVD" -msgstr "Pemain DVD" +msgstr "Merakam DVD" -#: ../libbrasero-burn/brasero-burn-dialog.c:215 -#: ../libbrasero-burn/brasero-burn-dialog.c:1116 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:250 +#: ../libbrasero-burn/brasero-burn-dialog.c:1166 msgid "Copying DVD" -msgstr "Pemain DVD" +msgstr "Menyalin DVD" -#: ../libbrasero-burn/brasero-burn-dialog.c:221 -#: ../libbrasero-burn/brasero-burn-dialog.c:1130 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:256 +#: ../libbrasero-burn/brasero-burn-dialog.c:1180 msgid "Burning CD" -msgstr "&Trek CD" +msgstr "Menulis CD" -#: ../libbrasero-burn/brasero-burn-dialog.c:225 -#: ../libbrasero-burn/brasero-burn-dialog.c:346 -#: ../libbrasero-burn/brasero-burn-dialog.c:1126 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:260 +#: ../libbrasero-burn/brasero-burn-dialog.c:381 +#: ../libbrasero-burn/brasero-burn-dialog.c:1176 msgid "Copying CD" -msgstr "&Trek CD" +msgstr "Menyalin CD" -#: ../libbrasero-burn/brasero-burn-dialog.c:231 -#: ../libbrasero-burn/brasero-burn-dialog.c:1140 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:266 +#: ../libbrasero-burn/brasero-burn-dialog.c:1190 msgid "Burning Disc" -msgstr "Id Cakera:" +msgstr "Menulis Cakera" -#: ../libbrasero-burn/brasero-burn-dialog.c:235 -#: ../libbrasero-burn/brasero-burn-dialog.c:1136 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:270 +#: ../libbrasero-burn/brasero-burn-dialog.c:1186 msgid "Copying Disc" -msgstr "Id Cakera:" +msgstr "Merakam Cakera" -#: ../libbrasero-burn/brasero-burn-dialog.c:265 -#: ../libbrasero-burn/burn-basics.c:80 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:300 +#: ../libbrasero-burn/burn-basics.c:78 msgid "Creating image" -msgstr "%1 Imej dari %2 dimuatkan." +msgstr "Mencipta imej" -#: ../libbrasero-burn/brasero-burn-dialog.c:271 +#: ../libbrasero-burn/brasero-burn-dialog.c:306 msgid "Simulation of video DVD burning" -msgstr "Simulasi membakar DVD video" +msgstr "Simulasi merakam DVD video" -#: ../libbrasero-burn/brasero-burn-dialog.c:273 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:308 msgid "Burning video DVD" -msgstr "Pemacu CD/DVD" +msgstr "Merakam DVD video" -#: ../libbrasero-burn/brasero-burn-dialog.c:281 +#: ../libbrasero-burn/brasero-burn-dialog.c:316 msgid "Simulation of data DVD burning" -msgstr "Simulasi membakar DVD data" +msgstr "Simulasi merakam DVD data" -#: ../libbrasero-burn/brasero-burn-dialog.c:283 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:318 msgid "Burning data DVD" -msgstr "Pemacu CD/DVD" +msgstr "Menulis DVD data" -#: ../libbrasero-burn/brasero-burn-dialog.c:291 +#: ../libbrasero-burn/brasero-burn-dialog.c:326 msgid "Simulation of image to DVD burning" msgstr "Simulasi membakar imej ke DVD" -#: ../libbrasero-burn/brasero-burn-dialog.c:293 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:328 msgid "Burning image to DVD" -msgstr "Fail imej hendak dibuka" +msgstr "Menulis imej ke DVD" -#: ../libbrasero-burn/brasero-burn-dialog.c:301 +#: ../libbrasero-burn/brasero-burn-dialog.c:336 msgid "Simulation of data DVD copying" msgstr "Simulasi menyalin DVD data" -#: ../libbrasero-burn/brasero-burn-dialog.c:303 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:338 msgid "Copying data DVD" -msgstr "Pemacu CD/DVD" +msgstr "Menyalin DVD data" -#: ../libbrasero-burn/brasero-burn-dialog.c:314 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:349 msgid "Simulation of (S)VCD burning" -msgstr "Simulasi Dakwat (CMYK)" +msgstr "Simulasi merakam (S)VCD" -#: ../libbrasero-burn/brasero-burn-dialog.c:316 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:351 msgid "Burning (S)VCD" -msgstr "Burning Paper" +msgstr "Merakam (S)VCD" -#: ../libbrasero-burn/brasero-burn-dialog.c:324 -#: ../libbrasero-burn/brasero-burn-dialog.c:377 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:359 +#: ../libbrasero-burn/brasero-burn-dialog.c:412 msgid "Simulation of audio CD burning" -msgstr "(c) 2000 - 2005 Pembangun CD Audio" +msgstr "Simulasi merakam CD audio" -#: ../libbrasero-burn/brasero-burn-dialog.c:326 -#: ../libbrasero-burn/brasero-burn-dialog.c:379 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:361 +#: ../libbrasero-burn/brasero-burn-dialog.c:414 msgid "Burning audio CD" -msgstr "(c) 2000 - 2005 Pembangun CD Audio" +msgstr "Merakam CD Audio" -#: ../libbrasero-burn/brasero-burn-dialog.c:334 +#: ../libbrasero-burn/brasero-burn-dialog.c:369 msgid "Simulation of data CD burning" -msgstr "Simulasi membakar CD data" +msgstr "Simulasi merakam CD data" -#: ../libbrasero-burn/brasero-burn-dialog.c:336 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:371 msgid "Burning data CD" -msgstr "Pemacu CD/DVD" +msgstr "Merakam CD data" -#: ../libbrasero-burn/brasero-burn-dialog.c:344 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:379 msgid "Simulation of CD copying" -msgstr "Pemacu CD/DVD" +msgstr "Simulasi menyalin CD" -#: ../libbrasero-burn/brasero-burn-dialog.c:354 +#: ../libbrasero-burn/brasero-burn-dialog.c:389 msgid "Simulation of image to CD burning" -msgstr "Simulasi membakar imej ke CD" +msgstr "Simulasi merakam imej ke CD" -#: ../libbrasero-burn/brasero-burn-dialog.c:356 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:391 msgid "Burning image to CD" -msgstr "Fail imej hendak dibuka" +msgstr "Merakam imej ke CD" -#: ../libbrasero-burn/brasero-burn-dialog.c:367 +#: ../libbrasero-burn/brasero-burn-dialog.c:402 msgid "Simulation of video disc burning" -msgstr "Simulasi membakar cakera video" +msgstr "Simulasi merakam cakera video" -#: ../libbrasero-burn/brasero-burn-dialog.c:369 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:404 msgid "Burning video disc" -msgstr "Cakera Keras Baru" +msgstr "Merakam cakera video" -#: ../libbrasero-burn/brasero-burn-dialog.c:387 +#: ../libbrasero-burn/brasero-burn-dialog.c:422 msgid "Simulation of data disc burning" -msgstr "Simulasi membakar cakera data" +msgstr "Simulasi merakam cakera data" -#: ../libbrasero-burn/brasero-burn-dialog.c:389 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:424 msgid "Burning data disc" -msgstr "Cakera Keras Baru" +msgstr "Merakam cakera data" -#: ../libbrasero-burn/brasero-burn-dialog.c:397 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:432 msgid "Simulation of disc copying" -msgstr "Cakera Keras Baru" +msgstr "Simulasi menyalin cakera" -#: ../libbrasero-burn/brasero-burn-dialog.c:399 -#: ../libbrasero-burn/burn-basics.c:84 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:434 +#: ../libbrasero-burn/burn-basics.c:82 msgid "Copying disc" -msgstr "Id Cakera:" +msgstr "Menyalin cakera" -#: ../libbrasero-burn/brasero-burn-dialog.c:407 +#: ../libbrasero-burn/brasero-burn-dialog.c:442 msgid "Simulation of image to disc burning" -msgstr "Simulasi membakar imej ke cakera" +msgstr "Simulasi merakam imej ke cakera" -#: ../libbrasero-burn/brasero-burn-dialog.c:409 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:444 msgid "Burning image to disc" -msgstr "Fail imej hendak dibuka" +msgstr "Merakam imej ke cakera" -#: ../libbrasero-burn/brasero-burn-dialog.c:514 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:549 msgid "Please replace the disc with a rewritable disc holding data." -msgstr "Sila gantikan cakera dengan cakera yang boleh ditulis memegang data." +msgstr "Sila gantikan cakera dengan cakera tulis semula yang mengandungi data." -#: ../libbrasero-burn/brasero-burn-dialog.c:516 +#: ../libbrasero-burn/brasero-burn-dialog.c:551 msgid "Please replace the disc with a disc holding data." -msgstr "" +msgstr "Sila ganti cakera dengan cakera yang mengandungi data." -#: ../libbrasero-burn/brasero-burn-dialog.c:520 +#: ../libbrasero-burn/brasero-burn-dialog.c:555 msgid "Please insert a rewritable disc holding data." -msgstr "" +msgstr "Sila masukkan cakera tulis semula yang mengandungi data." -#: ../libbrasero-burn/brasero-burn-dialog.c:522 -#: ../libbrasero-burn/brasero-burn-options.c:496 +#: ../libbrasero-burn/brasero-burn-dialog.c:557 +#: ../libbrasero-burn/brasero-burn-options.c:501 msgid "Please insert a disc holding data." -msgstr "" +msgstr "Sila masukkan cakera yang menyimpan data." -#: ../libbrasero-burn/brasero-burn-dialog.c:537 +#: ../libbrasero-burn/brasero-burn-dialog.c:572 #, c-format -msgid "Please replace the disc with a writable CD with at least %i MiB of free space." +msgid "" +"Please replace the disc with a writable CD with at least %i MiB of free " +"space." msgstr "" +"Sila gantikan cakera dengan CD boleh tulis yang mempunyai ruang bebas " +"sekurang-kurangnya %i MiB." -#: ../libbrasero-burn/brasero-burn-dialog.c:540 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:575 msgid "Please replace the disc with a writable CD." -msgstr "Sila tukar cakera dengan CD writable." +msgstr "Sila ganti cakera dengan CD boleh tulis." -#: ../libbrasero-burn/brasero-burn-dialog.c:544 +#: ../libbrasero-burn/brasero-burn-dialog.c:579 #, c-format msgid "Please insert a writable CD with at least %i MiB of free space." msgstr "" +"Sila masukkan CD boleh tulis yang mempunyai ruang bebas sekurang-kurangnya " +"%i MiB." -#: ../libbrasero-burn/brasero-burn-dialog.c:547 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:582 msgid "Please insert a writable CD." -msgstr "Sila masukkan nama untuk tag baru:" +msgstr "Sila masukkan CD boleh tulis." -#: ../libbrasero-burn/brasero-burn-dialog.c:553 +#: ../libbrasero-burn/brasero-burn-dialog.c:588 #, c-format -msgid "Please replace the disc with a writable DVD with at least %i MiB of free space." +msgid "" +"Please replace the disc with a writable DVD with at least %i MiB of free " +"space." msgstr "" +"Sila gantikan cakera dengan DVD boleh tulis yang mempunyai ruang bebas " +"sekurang-kurangnya %i MiB." -#: ../libbrasero-burn/brasero-burn-dialog.c:556 +#: ../libbrasero-burn/brasero-burn-dialog.c:591 msgid "Please replace the disc with a writable DVD." -msgstr "" +msgstr "Sila ganti cakera dengan DVD boleh tulis." -#: ../libbrasero-burn/brasero-burn-dialog.c:560 +#: ../libbrasero-burn/brasero-burn-dialog.c:595 #, c-format msgid "Please insert a writable DVD with at least %i MiB of free space." msgstr "" +"Sila masukkan DVD boleh tulis yang mempunyai ruang bebas sekurang-kurangnya " +"%i MiB." -#: ../libbrasero-burn/brasero-burn-dialog.c:563 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:598 msgid "Please insert a writable DVD." -msgstr "Sila masukkan nama untuk tag baru:" +msgstr "Sila masukkan DVD boleh tulis." -#: ../libbrasero-burn/brasero-burn-dialog.c:568 +#: ../libbrasero-burn/brasero-burn-dialog.c:603 #, c-format -msgid "Please replace the disc with a writable CD or DVD with at least %i MiB of free space." +msgid "" +"Please replace the disc with a writable CD or DVD with at least %i MiB of " +"free space." msgstr "" +"Sila gantikan cakera dengan CD atau DVD boleh tulis yang mempunyai ruang " +"bebas sekurang-kurangnya %i MiB." -#: ../libbrasero-burn/brasero-burn-dialog.c:571 +#: ../libbrasero-burn/brasero-burn-dialog.c:606 msgid "Please replace the disc with a writable CD or DVD." -msgstr "" +msgstr "Sila gantikan cakera dengan CD atau DVD boleh tulis." -#: ../libbrasero-burn/brasero-burn-dialog.c:575 +#: ../libbrasero-burn/brasero-burn-dialog.c:610 #, c-format msgid "Please insert a writable CD or DVD with at least %i MiB of free space." msgstr "" +"Sila masukkan CD atau DVD boleh tulis yang mempunyai ruang bebas sekurang-" +"kurangnya %i MiB." -#: ../libbrasero-burn/brasero-burn-dialog.c:578 -#: ../libbrasero-burn/brasero-burn-dialog.c:2121 -#: ../libbrasero-burn/brasero-burn-dialog.c:2135 -#: ../libbrasero-burn/brasero-burn-options.c:450 -#: ../src/brasero-project.c:984 +#: ../libbrasero-burn/brasero-burn-dialog.c:613 +#: ../libbrasero-burn/brasero-burn-dialog.c:2171 +#: ../libbrasero-burn/brasero-burn-dialog.c:2185 +#: ../libbrasero-burn/brasero-burn-options.c:457 ../src/brasero-project.c:995 msgid "Please insert a writable CD or DVD." -msgstr "" +msgstr "Sila masukkan CD atau DVD boleh tulis." -#: ../libbrasero-burn/brasero-burn-dialog.c:605 +#: ../libbrasero-burn/brasero-burn-dialog.c:640 msgid "" "An image of the disc has been created on your hard drive.\n" "Burning will begin as soon as a writable disc is inserted." msgstr "" +"Imej cakera telah dicipta di dalam cakera keras anda.\n" +"Rakaman akan bermula sebaik sahaja cakera boleh tulis dimasukkan." -#: ../libbrasero-burn/brasero-burn-dialog.c:610 +#: ../libbrasero-burn/brasero-burn-dialog.c:645 msgid "A data integrity test will begin as soon as the disc is inserted." -msgstr "" +msgstr "Ujian integriti data akan bermula sebaik sahaja cakera dimasukkan." -#: ../libbrasero-burn/brasero-burn-dialog.c:611 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:646 msgid "Please re-insert the disc in the CD/DVD burner." -msgstr "Sila masukkan semula cakera kedalam pembakar CD/DVD." +msgstr "Sila sisip-semula cakera ke dalam perakam CD/DVD." #. Translators: %s is the name of a drive -#: ../libbrasero-burn/brasero-burn-dialog.c:615 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-burn-dialog.c:650 +#, c-format msgid "\"%s\" is busy." -msgstr "Lapang/Sibuk" - -#: ../libbrasero-burn/brasero-burn-dialog.c:616 -#: ../libbrasero-burn/brasero-burn.c:329 -#: ../libbrasero-burn/brasero-tool-dialog.c:91 -msgid "Make sure another application is not using it" -msgstr "Pastikan tiada aplikasi lain menggunakannya" +msgstr "\"%s\" sibuk." -#: ../libbrasero-burn/brasero-burn-dialog.c:619 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-burn-dialog.c:654 +#, c-format msgid "There is no disc in \"%s\"." -msgstr "Tiada data dalam klipbod." +msgstr "Tiada cakera di dalam \"%s\"." -#: ../libbrasero-burn/brasero-burn-dialog.c:623 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-burn-dialog.c:658 +#, c-format msgid "The disc in \"%s\" is not supported." -msgstr "Format fail tidak disokong." +msgstr "Cakera di dalam \"%s\" tidak disokong." -#: ../libbrasero-burn/brasero-burn-dialog.c:627 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-burn-dialog.c:662 +#, c-format msgid "The disc in \"%s\" is not rewritable." -msgstr "dokumen ini bukan di dalam format yang betul" +msgstr "Cakera di dalam \"%s\" tidak boleh tulis-semula." -#: ../libbrasero-burn/brasero-burn-dialog.c:631 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-burn-dialog.c:666 +#, c-format msgid "The disc in \"%s\" is empty." -msgstr "Sel destinasi kosong" +msgstr "Cakera di dalam \"%s\" adalah kosong." -#: ../libbrasero-burn/brasero-burn-dialog.c:635 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-burn-dialog.c:670 +#, c-format msgid "The disc in \"%s\" is not writable." -msgstr "Fail pangkalan data \"%1\" tidak boleh tulis." +msgstr "Cakera di dalam \"%s\" tidak boleh-tulis." -#: ../libbrasero-burn/brasero-burn-dialog.c:639 +#: ../libbrasero-burn/brasero-burn-dialog.c:674 #, c-format msgid "Not enough space available on the disc in \"%s\"." msgstr "Tiada ruang mencukupi pada cakera sebanyak \"%s\"." -#: ../libbrasero-burn/brasero-burn-dialog.c:647 +#: ../libbrasero-burn/brasero-burn-dialog.c:682 #, c-format msgid "The disc in \"%s\" needs to be reloaded." msgstr "Cakera di dalam \"%s\" perlu dimuatkan semula." -#: ../libbrasero-burn/brasero-burn-dialog.c:648 +#: ../libbrasero-burn/brasero-burn-dialog.c:683 msgid "Please eject the disc and reload it." -msgstr "" +msgstr "Sila lentingkan cakera dan muatkannya semula." -#: ../libbrasero-burn/brasero-burn-dialog.c:693 -#: ../libbrasero-burn/brasero-sum-dialog.c:331 -msgid "A file could not be created at the location specified for temporary files" +#: ../libbrasero-burn/brasero-burn-dialog.c:728 +#: ../libbrasero-burn/brasero-sum-dialog.c:333 +msgid "" +"A file could not be created at the location specified for temporary files" msgstr "" +"Fail tidak boleh dicipta pada lokasi yang ditentukan untuk fail sementara" -#: ../libbrasero-burn/brasero-burn-dialog.c:694 +#: ../libbrasero-burn/brasero-burn-dialog.c:729 msgid "The image could not be created at the specified location" -msgstr "" +msgstr "Imej tidak boleh dicipta pada lokasi yang ditentukan" -#: ../libbrasero-burn/brasero-burn-dialog.c:695 -msgid "Do you want to specify another location for this session or retry with the current location?" +#: ../libbrasero-burn/brasero-burn-dialog.c:730 +msgid "" +"Do you want to specify another location for this session or retry with the " +"current location?" msgstr "" +"Adakah anda ingin menetukan lokasi lain untuk sesi ini atau cuba lagi " +"dilokasi semasa?" -#: ../libbrasero-burn/brasero-burn-dialog.c:707 +#: ../libbrasero-burn/brasero-burn-dialog.c:742 msgid "You may want to free some space on the disc and retry" msgstr "Sediakan sedikit ruang pada cakera dan cuba semula" -#: ../libbrasero-burn/brasero-burn-dialog.c:714 -#: ../libbrasero-burn/brasero-drive-properties.c:248 -#: ../libbrasero-burn/brasero-drive-properties.c:286 -#: ../libbrasero-burn/brasero-drive-properties.c:338 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:749 +#: ../libbrasero-burn/brasero-drive-properties.c:244 +#: ../libbrasero-burn/brasero-drive-properties.c:282 +#: ../libbrasero-burn/brasero-drive-properties.c:334 msgid "_Keep Current Location" -msgstr "Kunci kepada Lokasi Semasa" +msgstr "_Kekalkan Lokasi Semasa" -#: ../libbrasero-burn/brasero-burn-dialog.c:716 -#: ../libbrasero-burn/brasero-drive-properties.c:249 -#: ../libbrasero-burn/brasero-drive-properties.c:287 -#: ../libbrasero-burn/brasero-drive-properties.c:339 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:751 +#: ../libbrasero-burn/brasero-drive-properties.c:245 +#: ../libbrasero-burn/brasero-drive-properties.c:283 +#: ../libbrasero-burn/brasero-drive-properties.c:335 msgid "_Change Location" -msgstr "&Lokasi fail:" +msgstr "_Ubah Lokasi" -#: ../libbrasero-burn/brasero-burn-dialog.c:738 -#: ../libbrasero-burn/brasero-image-properties.c:476 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:773 +#: ../libbrasero-burn/brasero-image-properties.c:459 msgid "Location for Image File" -msgstr "Fail imej hendak dibuka" +msgstr "Lokasi Fail Imej" -#: ../libbrasero-burn/brasero-burn-dialog.c:746 -#: ../libbrasero-burn/brasero-drive-properties.c:370 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:781 +#: ../libbrasero-burn/brasero-drive-properties.c:366 msgid "Location for Temporary Files" -msgstr "Corak lokasi untuk fail yang dikodkan" +msgstr "Lokasi Fail Sementara" -#: ../libbrasero-burn/brasero-burn-dialog.c:854 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:889 +#: ../libbrasero-burn/brasero-burn-dialog.c:1135 msgid "_Replace Disc" -msgstr "Id Cakera:" +msgstr "_Ganti Cakera" -#: ../libbrasero-burn/brasero-burn-dialog.c:895 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:930 msgid "Do you really want to blank the current disc?" -msgstr "Adakah anda ingin mengosongkan cakera?" +msgstr "Adakah anda ingin memadam cakera semasa?" -#: ../libbrasero-burn/brasero-burn-dialog.c:896 +#: ../libbrasero-burn/brasero-burn-dialog.c:931 msgid "The disc in the drive holds data." -msgstr "Cakera didalam peranti mengandungi data." +msgstr "Cakera di dalam peranti mengandungi data." #. Translators: Blank is a verb here -#: ../libbrasero-burn/brasero-burn-dialog.c:898 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:933 msgid "_Blank Disc" -msgstr "Id Cakera:" +msgstr "_Cakera Kosong" -#: ../libbrasero-burn/brasero-burn-dialog.c:912 -msgid "If you import them you will be able to see and use them once the current selection of files is burned." +#: ../libbrasero-burn/brasero-burn-dialog.c:947 +msgid "" +"If you import them you will be able to see and use them once the current " +"selection of files is burned." msgstr "" +"Jika anda importkannya, anda boleh melihat dan gunakannya bila pemilihan " +"semasa fail dirakam." -#: ../libbrasero-burn/brasero-burn-dialog.c:913 +#: ../libbrasero-burn/brasero-burn-dialog.c:948 msgid "If you don't, they will be invisible (though still readable)." -msgstr "" +msgstr "Jika tidak, Ia tidak akan kelihatan (tetapi ia boleh dibaca)." -#: ../libbrasero-burn/brasero-burn-dialog.c:916 -msgid "There are files already burned on this disc. Would you like to import them?" +#: ../libbrasero-burn/brasero-burn-dialog.c:951 +msgid "" +"There are files already burned on this disc. Would you like to import them?" msgstr "" +"Fail ini sudah dirakam ke dalam cakera ini. Adakah anda ingin mengimportnya?" -#: ../libbrasero-burn/brasero-burn-dialog.c:918 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:953 msgid "_Import" -msgstr "%1 Import" +msgstr "_Import" -#: ../libbrasero-burn/brasero-burn-dialog.c:919 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:954 msgid "Only _Append" -msgstr "Tambah &tTandatangan" +msgstr "T_ambah Sahaja" -#: ../libbrasero-burn/brasero-burn-dialog.c:932 -msgid "CD-RW audio discs may not play correctly in older CD players and CD-Text won't be written." +#: ../libbrasero-burn/brasero-burn-dialog.c:967 +msgid "" +"CD-RW audio discs may not play correctly in older CD players and CD-Text " +"won't be written." msgstr "" +"Cakera audio CD-RW mungkin tidak dapat dimainkan dengan baik di dalam pemain " +"CD lama dan CD-Text tidak akan dipaparkan." -#: ../libbrasero-burn/brasero-burn-dialog.c:933 -#: ../libbrasero-burn/brasero-burn-dialog.c:955 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:968 +#: ../libbrasero-burn/brasero-burn-dialog.c:990 msgid "Do you want to continue anyway?" -msgstr "Teruskan juga mencetak?" +msgstr "Adakah anda ingin meneruskan jua?" -#: ../libbrasero-burn/brasero-burn-dialog.c:936 +#: ../libbrasero-burn/brasero-burn-dialog.c:971 msgid "Appending audio tracks to a CD is not advised." -msgstr "" +msgstr "Penambahan trek audio ke dalam CD tidak digalakkan." -#: ../libbrasero-burn/brasero-burn-dialog.c:938 -#: ../libbrasero-burn/brasero-burn-dialog.c:960 -#: ../libbrasero-burn/brasero-burn-dialog.c:1072 -#: ../src/brasero-data-disc.c:572 -#: ../libbrasero-burn/brasero-tool-dialog.c:423 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:973 +#: ../libbrasero-burn/brasero-burn-dialog.c:995 +#: ../libbrasero-burn/brasero-tool-dialog.c:422 ../src/brasero-data-disc.c:572 msgid "_Continue" -msgstr "Teruskan" +msgstr "_Teruskan" -#: ../libbrasero-burn/brasero-burn-dialog.c:954 +#: ../libbrasero-burn/brasero-burn-dialog.c:989 msgid "CD-RW audio discs may not play correctly in older CD players." msgstr "" +"Cakera audio CD-RW mungkin tidak akan dimainkan dengan baik di dalam pemain " +"CD lama." -#: ../libbrasero-burn/brasero-burn-dialog.c:958 +#: ../libbrasero-burn/brasero-burn-dialog.c:993 msgid "Recording audio tracks on a rewritable disc is not advised." -msgstr "" +msgstr "Perakaman trek audio pada cakera tulis-semula tidak digalakkan." #. Translators: %s is the name of a drive -#: ../libbrasero-burn/brasero-burn-dialog.c:1005 +#: ../libbrasero-burn/brasero-burn-dialog.c:1037 #, c-format msgid "Please eject the disc from \"%s\" manually." -msgstr "" +msgstr "Sila lentingkan cakera dari \"%s\" secara manual." -#: ../libbrasero-burn/brasero-burn-dialog.c:1014 -msgid "The disc could not be ejected though it needs to be removed for the current operation to continue." +#: ../libbrasero-burn/brasero-burn-dialog.c:1046 +msgid "" +"The disc could not be ejected though it needs to be removed for the current " +"operation to continue." msgstr "" +"Cakera tidak boleh dilenting walaupun ia perlu dikeluarkan untuk meneruskan " +"operasi semasa." + +#: ../libbrasero-burn/brasero-burn-dialog.c:1133 +msgid "Do you want to replace the disc and continue?" +msgstr "Adakah anda ingin menggantikan cakera dan teruskan?" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1134 +msgid "The currently inserted disc could not be blanked." +msgstr "Cakera yang dimasukkan masa ini tidak boleh dikosongkan." -#: ../libbrasero-burn/brasero-burn-dialog.c:1063 +#: ../libbrasero-burn/brasero-burn-dialog.c:1143 msgid "Do you want to continue with full Windows compatibility disabled?" -msgstr "" +msgstr "Adakah anda ingin meneruskan dengan Keserasian Windows dilumpuhkan?" -#: ../libbrasero-burn/brasero-burn-dialog.c:1066 -#: ../src/brasero-data-disc.c:745 +#: ../libbrasero-burn/brasero-burn-dialog.c:1144 #: ../libbrasero-burn/brasero-status-dialog.c:340 -msgid "Some files don't have a suitable name for a fully Windows-compatible CD." +#: ../src/brasero-data-disc.c:734 +msgid "" +"Some files don't have a suitable name for a fully Windows-compatible CD." msgstr "" +"Sesetengah fail tidak mempunyai nama yang sesuai dengan CD serasi-Windows." -#: ../libbrasero-burn/brasero-burn-dialog.c:1322 -#: ../libbrasero-burn/brasero-burn-dialog.c:1343 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1145 +msgid "C_ontinue" +msgstr "T_eruskan" + +#: ../libbrasero-burn/brasero-burn-dialog.c:1365 +#: ../libbrasero-burn/brasero-burn-dialog.c:1386 msgid "The simulation was successful." -msgstr "Uji kamera berjaya." +msgstr "Simulasi berjaya." -#: ../libbrasero-burn/brasero-burn-dialog.c:1325 +#: ../libbrasero-burn/brasero-burn-dialog.c:1368 msgid "Real disc burning will take place in 10 seconds." -msgstr "" +msgstr "Perakaman ke cakera sebenar akan mengambil masa dalam tempoh 10 saat." -#: ../libbrasero-burn/brasero-burn-dialog.c:1328 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1371 msgid "Burn _Now" -msgstr "&Jalankan Sekarang" +msgstr "Rakam Se_karang" -#: ../libbrasero-burn/brasero-burn-dialog.c:1620 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1660 msgid "Save Current Session" -msgstr "Tamat s&essi semasa" +msgstr "Simpan Sesi Semasa" -#: ../libbrasero-burn/brasero-burn-dialog.c:1688 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1735 msgid "An unknown error occurred." -msgstr "Ralat protokol telah berlaku." +msgstr "Ralat yang tidak diketahui telah berlaku." -#: ../libbrasero-burn/brasero-burn-dialog.c:1696 -#: ../src/brasero-app.c:609 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1743 +#: ../libbrasero-burn/brasero-burn-dialog.c:1761 ../src/brasero-app.c:620 msgid "Error while burning." -msgstr "Ralat semasa memuatkan %1.\n" +msgstr "Ralat semasa merakam." -#: ../libbrasero-burn/brasero-burn-dialog.c:1704 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1751 msgid "_Save Log" -msgstr "&Simpan Log..." +msgstr "_Simpan Log" -#: ../libbrasero-burn/brasero-burn-dialog.c:1737 +#: ../libbrasero-burn/brasero-burn-dialog.c:1786 msgid "Video DVD successfully burned" -msgstr "" +msgstr "DVD video berjaya dirakamkan" -#: ../libbrasero-burn/brasero-burn-dialog.c:1739 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1788 msgid "(S)VCD successfully burned" -msgstr "Kalendar %1 berjaya dicipta" +msgstr "(S)VCD berjaya dirakamkan" -#: ../libbrasero-burn/brasero-burn-dialog.c:1742 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1791 msgid "Audio CD successfully burned" -msgstr "(c) 2000 - 2005 Pembangun CD Audio" +msgstr "CD Audio berjaya dirakamkan" -#: ../libbrasero-burn/brasero-burn-dialog.c:1745 -#: ../libbrasero-burn/brasero-burn-dialog.c:1777 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1793 +#: ../libbrasero-burn/brasero-burn-dialog.c:1824 msgid "Image successfully created" -msgstr "Kalendar %1 berjaya dicipta" +msgstr "Imej berjaya dihasilkan" -#: ../libbrasero-burn/brasero-burn-dialog.c:1750 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1798 msgid "DVD successfully copied" -msgstr "Kawasan yang dipilih disalin" +msgstr "DVD berjaya disalinkan" -#: ../libbrasero-burn/brasero-burn-dialog.c:1752 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1800 msgid "CD successfully copied" -msgstr "Kawasan yang dipilih disalin" +msgstr "CD berjaya disalinkan" -#: ../libbrasero-burn/brasero-burn-dialog.c:1756 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1804 msgid "Image of DVD successfully created" -msgstr "Anda berjaya mencipta kunci yang berikut:" +msgstr "Imej DVD berjaya dihasilkan" -#: ../libbrasero-burn/brasero-burn-dialog.c:1758 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1806 msgid "Image of CD successfully created" -msgstr "Anda berjaya mencipta kunci yang berikut:" +msgstr "Imej CD berjaya dihasilkan" -#: ../libbrasero-burn/brasero-burn-dialog.c:1764 +#: ../libbrasero-burn/brasero-burn-dialog.c:1812 msgid "Image successfully burned to DVD" -msgstr "" +msgstr "Imej berjaya dirakam ke dalam DVD" -#: ../libbrasero-burn/brasero-burn-dialog.c:1766 +#: ../libbrasero-burn/brasero-burn-dialog.c:1814 msgid "Image successfully burned to CD" -msgstr "" +msgstr "Imej berjaya dirakam ke dalam CD" -#: ../libbrasero-burn/brasero-burn-dialog.c:1772 +#: ../libbrasero-burn/brasero-burn-dialog.c:1820 msgid "Data DVD successfully burned" -msgstr "" +msgstr "DVD data berjaya dirakam" -#: ../libbrasero-burn/brasero-burn-dialog.c:1774 +#: ../libbrasero-burn/brasero-burn-dialog.c:1822 msgid "Data CD successfully burned" -msgstr "" +msgstr "CD data berjaya dirakam" -#: ../libbrasero-burn/brasero-burn-dialog.c:1834 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-burn-dialog.c:1881 +#, c-format msgid "Copy #%i has been burned successfully." -msgstr "Skrin telah berjaya dicakup." +msgstr "Salinan #%i telah berjaya dirakam." -#: ../libbrasero-burn/brasero-burn-dialog.c:1842 -msgid "Another copy will start as soon as you insert a new writable disc. If you do not want to burn another copy, press \"Cancel\"." +#: ../libbrasero-burn/brasero-burn-dialog.c:1889 +msgid "" +"Another copy will start as soon as you insert a new writable disc. If you do " +"not want to burn another copy, press \"Cancel\"." msgstr "" +"Salinan lain akan dimulakan sebaik sahaja anda masukkan cakera boleh-tulis " +"baru. Jika anda tidak mahu merakam salinan lain, tekan \"Batal\"." -#: ../libbrasero-burn/brasero-burn-dialog.c:1914 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1963 msgid "Make _More Copies" -msgstr "Melkan Salinan Kepada" +msgstr "Buat Salinan _Lagi" -#: ../libbrasero-burn/brasero-burn-dialog.c:1923 -#, fuzzy -msgid "_Create Cover" -msgstr "&Hapuskan Kulit Album" +#: ../libbrasero-burn/brasero-burn-dialog.c:1972 +msgid "Create Co_ver" +msgstr "Cipta Kulit _Hadapan" -#: ../libbrasero-burn/brasero-burn-dialog.c:2084 +#: ../libbrasero-burn/brasero-burn-dialog.c:2134 msgid "There are some files left to burn" -msgstr "" +msgstr "Terdapat beberapa fail tertinggal untuk dirakam" -#: ../libbrasero-burn/brasero-burn-dialog.c:2091 +#: ../libbrasero-burn/brasero-burn-dialog.c:2141 msgid "There are some more videos left to burn" -msgstr "" +msgstr "Terdapat beberapa video tertinggal untuk dirakam" -#: ../libbrasero-burn/brasero-burn-dialog.c:2095 +#: ../libbrasero-burn/brasero-burn-dialog.c:2145 msgid "There are some more songs left to burn" -msgstr "" - -#: ../libbrasero-burn/brasero-burn-dialog.c:2136 -#: ../libbrasero-burn/brasero-burn.c:1625 -#: ../plugins/cdrkit/burn-genisoimage.c:208 -#: ../plugins/cdrkit/burn-wodim.c:115 -#: ../plugins/cdrtools/burn-cdrecord.c:115 -#: ../plugins/cdrtools/burn-mkisofs.c:209 -#: ../plugins/growisofs/burn-growisofs.c:200 -#, c-format -msgid "Not enough space available on the disc" -msgstr "" +msgstr "Terdapat beberapa lagu tertinggal untuk dirakam" -#: ../libbrasero-burn/brasero-burn-dialog.c:2401 -#: ../libbrasero-burn/brasero-tool-dialog.c:412 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:2451 +#: ../libbrasero-burn/brasero-tool-dialog.c:411 msgid "Do you really want to quit?" -msgstr "Anda benar-benar ingin keluar?" +msgstr "Anda pasti ingin keluar?" -#: ../libbrasero-burn/brasero-burn-dialog.c:2405 -#: ../libbrasero-burn/brasero-tool-dialog.c:418 +#: ../libbrasero-burn/brasero-burn-dialog.c:2455 +#: ../libbrasero-burn/brasero-tool-dialog.c:417 msgid "Interrupting the process may make disc unusable." -msgstr "" +msgstr "Menyampuk proses menyebabkan cakera tidak boleh digunakan." -#: ../libbrasero-burn/brasero-burn-dialog.c:2408 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:2458 msgid "C_ontinue Burning" -msgstr "Burning Paper" +msgstr "Te_ruskan Perakaman" -#: ../libbrasero-burn/brasero-burn-dialog.c:2415 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:2465 msgid "_Cancel Burning" -msgstr "Burning Paper" +msgstr "_Batalkan Perakaman" -#: ../libbrasero-burn/brasero-burn-options.c:228 -#: ../src/brasero-project.c:1009 -msgid "Please insert a writable CD or DVD if you don't want to write to an image file." +#: ../libbrasero-burn/brasero-burn-options.c:228 ../src/brasero-project.c:1020 +msgid "" +"Please insert a writable CD or DVD if you don't want to write to an image " +"file." msgstr "" +"SIla masukkan CD atau DVD boleh-tulis jika anda tidak mahu menulis fail imej." -#: ../libbrasero-burn/brasero-burn-options.c:302 -#: ../src/brasero-project.c:1565 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:302 ../src/brasero-project.c:1595 msgid "Create _Image" -msgstr "&Cipta Galeri Imej..." +msgstr "Cipta _Imej" #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-burn-options.c:307 -#, fuzzy msgid "_Copy" -msgstr "&Salin..." +msgstr "_Salin" #: ../libbrasero-burn/brasero-burn-options.c:310 -#, fuzzy msgid "Make _Several Copies" -msgstr "Melkan Salinan Kepada" +msgstr "_Buat Beberapa Salinan" #. Translators: This is a verb, an action -#: ../libbrasero-burn/brasero-burn-options.c:314 -#: ../src/brasero-project.c:1496 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:314 ../src/brasero-project.c:1524 msgid "_Burn" -msgstr "Burn" +msgstr "_Rakam" -#: ../libbrasero-burn/brasero-burn-options.c:317 -#: ../src/brasero-project.c:1493 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:317 ../src/brasero-project.c:1521 msgid "Burn _Several Copies" -msgstr "Melkan Salinan Kepada" +msgstr "Rakam _Beberapa Salinan" -#: ../libbrasero-burn/brasero-burn-options.c:426 -#: ../src/brasero-project.c:938 +#: ../libbrasero-burn/brasero-burn-options.c:433 ../src/brasero-project.c:949 msgid "Would you like to burn the selection of files across several media?" -msgstr "" +msgstr "Adakah anda ingin merakam fail terpilih dari beberapa media?" -#: ../libbrasero-burn/brasero-burn-options.c:427 -#: ../libbrasero-burn/brasero-burn-options.c:444 +#: ../libbrasero-burn/brasero-burn-options.c:434 +#: ../libbrasero-burn/brasero-burn-options.c:451 msgid "The data size is too large for the disc even with the overburn option." msgstr "" +"Saiz data terlalu besar untuk cakera ini walaupun dengan pilihan rakam " +"lampau." -#: ../libbrasero-burn/brasero-burn-options.c:432 -#: ../src/brasero-project.c:943 +#: ../libbrasero-burn/brasero-burn-options.c:439 ../src/brasero-project.c:954 msgid "_Burn Several Discs" -msgstr "" +msgstr "Rakam Beberapa Cakera" -#: ../libbrasero-burn/brasero-burn-options.c:434 -#: ../src/brasero-project.c:945 +#: ../libbrasero-burn/brasero-burn-options.c:441 ../src/brasero-project.c:956 msgid "Burn the selection of files across several media" -msgstr "" +msgstr "Rakam fail yang dipilih dari beberapa media" -#: ../libbrasero-burn/brasero-burn-options.c:443 -#: ../src/brasero-project.c:954 +#: ../libbrasero-burn/brasero-burn-options.c:450 ../src/brasero-project.c:965 msgid "Please choose another CD or DVD or insert a new one." -msgstr "" +msgstr "Sila pilih CD atau DVD lain ataupun masukkan yang baru." -#: ../libbrasero-burn/brasero-burn-options.c:457 -#: ../src/brasero-project.c:999 +#: ../libbrasero-burn/brasero-burn-options.c:464 ../src/brasero-project.c:1010 msgid "No track information (artist, title, ...) will be written to the disc." -msgstr "" +msgstr "Tiada maklumat trek (artis, tajuk, ...) akan dirakam ke cakera." -#: ../libbrasero-burn/brasero-burn-options.c:458 -#: ../src/brasero-project.c:1000 +#: ../libbrasero-burn/brasero-burn-options.c:465 ../src/brasero-project.c:1011 msgid "This is not supported by the current active burning backend." msgstr "" +"Tindakan ini tidak disokong oleh bahagian belakang rakaman aktif semasa." -#: ../libbrasero-burn/brasero-burn-options.c:470 -#: ../nautilus/nautilus-burn-extension.c:236 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:477 +#: ../nautilus/nautilus-burn-extension.c:239 msgid "Please add files." -msgstr "Mampat, nyahmampat fail." +msgstr "Sila tambah fail." -#: ../libbrasero-burn/brasero-burn-options.c:476 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:478 +#: ../libbrasero-burn/brasero-track-data.c:672 +#: ../libbrasero-burn/brasero-track-data-cfg.c:2432 +#: ../libbrasero-burn/brasero-track-stream.c:402 +#: ../nautilus/nautilus-burn-extension.c:240 ../src/brasero-project.c:1277 +#, c-format +msgid "There are no files to write to disc" +msgstr "Tiada fail untuk dirakam ke cakera" + +#: ../libbrasero-burn/brasero-burn-options.c:483 msgid "Please add songs." -msgstr "&Tambah Kunci Utama" +msgstr "Sila tambah lagu." -#: ../libbrasero-burn/brasero-burn-options.c:477 -#: ../src/brasero-project.c:1257 +#: ../libbrasero-burn/brasero-burn-options.c:484 ../src/brasero-project.c:1268 msgid "There are no songs to write to disc" -msgstr "" +msgstr "Tiada lagu untuk ditulis ke dalam cakera" -#: ../libbrasero-burn/brasero-burn-options.c:482 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:489 msgid "Please add videos." -msgstr "&Tambah Kunci Utama" +msgstr "Sila tambah video." -#: ../libbrasero-burn/brasero-burn-options.c:483 +#: ../libbrasero-burn/brasero-burn-options.c:490 msgid "There are no videos to write to disc" -msgstr "" +msgstr "Tiada video untuk ditulis ke dalam cakera" -#: ../libbrasero-burn/brasero-burn-options.c:497 +#: ../libbrasero-burn/brasero-burn-options.c:502 msgid "There is no inserted disc to copy." -msgstr "" +msgstr "Tiada cakera disisip untuk disalinkan." -#: ../libbrasero-burn/brasero-burn-options.c:508 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:511 msgid "Please select a disc image." -msgstr "Pilih Fail Imej Kulit Album" +msgstr "Sila pilih satu imej cakera." -#: ../libbrasero-burn/brasero-burn-options.c:509 +#: ../libbrasero-burn/brasero-burn-options.c:512 msgid "There is no selected disc image." -msgstr "" +msgstr "Tiada imej cakera dipilih." #. Translators: this is a disc image not a picture #. Translators: this is a disc image, not a picture -#: ../libbrasero-burn/brasero-burn-options.c:521 -#: ../libbrasero-burn/brasero-src-image.c:166 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:522 +#: ../libbrasero-burn/brasero-src-image.c:167 msgctxt "disc" msgid "Please select another image." -msgstr "Pilih Fail Imej Kulit Album" +msgstr "Sila pilih imej yang lain." -#: ../libbrasero-burn/brasero-burn-options.c:522 +#: ../libbrasero-burn/brasero-burn-options.c:523 msgid "It doesn't appear to be a valid disc image or a valid cue file." -msgstr "" +msgstr "Bukan imej cakera atau fail cue yang sah." -#: ../libbrasero-burn/brasero-burn-options.c:533 +#: ../libbrasero-burn/brasero-burn-options.c:532 msgid "Please insert a disc that is not copy protected." -msgstr "" +msgstr "Sila masukkan cakera yang tidak dilindung-salin." -#: ../libbrasero-burn/brasero-burn-options.c:534 -#: ../libbrasero-burn/brasero-burn-options.c:1234 -#: ../src/brasero-project.c:1431 +#: ../libbrasero-burn/brasero-burn-options.c:533 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." -msgstr "" +msgstr "Semua aplikasi dan pustaka yang diperlukan tidak dipasang." -#: ../libbrasero-burn/brasero-burn-options.c:541 -#: ../src/brasero-project.c:992 +#: ../libbrasero-burn/brasero-burn-options.c:540 ../src/brasero-project.c:1003 msgid "Please replace the disc with a supported CD or DVD." -msgstr "" +msgstr "Sila gantikan cakera dengan CD DVD yang disokong." -#: ../libbrasero-burn/brasero-burn-options.c:550 -#: ../src/brasero-project.c:965 +#: ../libbrasero-burn/brasero-burn-options.c:549 ../src/brasero-project.c:976 msgid "Would you like to burn beyond the disc's reported capacity?" -msgstr "" +msgstr "Adakah anda hendak menulis melebihi kapasiti cakera?" -#: ../libbrasero-burn/brasero-burn-options.c:551 +#: ../libbrasero-burn/brasero-burn-options.c:550 msgid "" -"The data size is too large for the disc and you must remove files from the selection otherwise.\n" -"You may want to use this option if you're using 90 or 100 min CD-R(W) which cannot be properly recognised and therefore need overburn option.\n" +"The data size is too large for the disc and you must remove files from the " +"selection otherwise.\n" +"You may want to use this option if you're using 90 or 100 min CD-R(W) which " +"cannot be properly recognised and therefore need overburn option.\n" "NOTE: This option might cause failure." msgstr "" +"Saiz data terlalu besar untuk cakera ini dan anda mesti membuang fail dari " +"pemilihan, jika tidak.\n" +"Anda boleh menggunakan pilihan ini jika anda gunakan CD-R(W) 90 atau 100 min " +"yang tidak dikenal pasti dengan baik serta perlukan pilihan rakam lampau.\n" +"PERHATIAN: Pilihan ini boleh menyebabkan kegagalan." -#: ../libbrasero-burn/brasero-burn-options.c:558 -#: ../src/brasero-project.c:972 +#: ../libbrasero-burn/brasero-burn-options.c:557 ../src/brasero-project.c:983 msgid "_Overburn" -msgstr "" +msgstr "_Rakam Lampau" -#: ../libbrasero-burn/brasero-burn-options.c:560 -#: ../src/brasero-project.c:974 +#: ../libbrasero-burn/brasero-burn-options.c:559 ../src/brasero-project.c:985 msgid "Burn beyond the disc's reported capacity" -msgstr "" +msgstr "Rakam melebihi kapasiti cakera yang sepatutnya" -#: ../libbrasero-burn/brasero-burn-options.c:570 -msgid "The drive that holds the source disc will also be the one used to record." -msgstr "" +#: ../libbrasero-burn/brasero-burn-options.c:569 +msgid "" +"The drive that holds the source disc will also be the one used to record." +msgstr "Pemacu yang mengandungi cakera sumber juga digunakan untuk merekod." -#: ../libbrasero-burn/brasero-burn-options.c:571 -msgid "A new writable disc will be required once the currently loaded one has been copied." +#: ../libbrasero-burn/brasero-burn-options.c:570 +msgid "" +"A new writable disc will be required once the currently loaded one has been " +"copied." msgstr "" +"Cakera boleh-tulis baharu diperlukan bila cakera semasa yang dimuatkan " +"selesai disalin." -#: ../libbrasero-burn/brasero-burn-options.c:659 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:657 msgid "Select a disc to write to" -msgstr "Tidak Dapat Tulis ke Sumber" +msgstr "Pilih cakera untuk ditulis ke" -#: ../libbrasero-burn/brasero-burn-options.c:739 -#: ../libbrasero-burn/brasero-burn-options.c:757 -#: ../libbrasero-burn/brasero-burn-options.c:877 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:737 +#: ../libbrasero-burn/brasero-burn-options.c:755 +#: ../libbrasero-burn/brasero-burn-options.c:875 msgid "Disc Burning Setup" -msgstr "&Tetapan asas (disarankan)" +msgstr "Persediaan Perakaman Cakera" -#: ../libbrasero-burn/brasero-burn-options.c:766 -#: ../src/brasero-project.c:1516 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:764 ../src/brasero-project.c:1544 msgid "Video Options" -msgstr "" -"\n" -"Pilihan biasa:\n" +msgstr "Pilihan Video" -#: ../libbrasero-burn/brasero-burn-options.c:798 -#: ../src/brasero-data-disc.c:616 -msgid "Do you want to create a disc from the contents of the image or with the image file inside?" +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 +msgid "" +"Do you want to create a disc from the contents of the image or with the " +"image file inside?" msgstr "" +"Adakah anda ingin mencipta cakera daripada kandungan imej atau masukkan fail " +"imej ke dalam cakera?" #. Translators: %s is the name of the image -#: ../libbrasero-burn/brasero-burn-options.c:806 +#: ../libbrasero-burn/brasero-burn-options.c:804 #, c-format -msgid "There is only one selected file (\"%s\"). It is the image of a disc and its contents can be burned." +msgid "" +"There is only one selected file (\"%s\"). It is the image of a disc and its " +"contents can be burned." msgstr "" +"Hanya satu-satunya fail yang dipilih (\"%s\"). Ia merupakan imej cakera dan " +"kandungannya boleh dirakamkan." -#: ../libbrasero-burn/brasero-burn-options.c:811 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:809 msgid "Burn as _File" -msgstr "&Simpan Fail Sebagai..." +msgstr "Rakam sebagai _Fail" -#: ../libbrasero-burn/brasero-burn-options.c:813 +#: ../libbrasero-burn/brasero-burn-options.c:811 msgid "Burn _Contents…" -msgstr "" +msgstr "Tulis _Kandungan..." -#: ../libbrasero-burn/brasero-burn-options.c:895 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:893 msgid "Image Burning Setup" -msgstr "&Tetapan asas (disarankan)" +msgstr "Persediaan Perakaman Imej" #. pack everything -#: ../libbrasero-burn/brasero-burn-options.c:903 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:901 msgid "Select a disc image to write" -msgstr "Pembantu Simpan

Pilih format imej untuk menyimpan imej yang diimbas." +msgstr "Pilih satu imej cakera untuk dituliskan" -#: ../libbrasero-burn/brasero-burn-options.c:923 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:921 msgid "Copy CD/DVD" -msgstr "Pemacu CD/DVD" +msgstr "Salin CD/DVD" -#: ../libbrasero-burn/brasero-burn-options.c:929 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-options.c:927 msgid "Select disc to copy" -msgstr "Salin Desktop ke Pilot." - -#. Translators: %s is the name of a missing application -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../libbrasero-burn/brasero-burn.c:1707 -#: ../src/brasero-project.c:1372 -#, fuzzy, c-format -msgid "%s (application)" -msgstr "&Aplikasi:" - -#. Translators: %s is the name of a missing library -#: ../libbrasero-burn/brasero-burn-options.c:1192 -#: ../libbrasero-burn/brasero-burn.c:1712 -#: ../src/brasero-project.c:1377 -#, fuzzy, c-format -msgid "%s (library)" -msgstr "Laluan Pustaka" +msgstr "Pilih cakera untuk disalinkan" -#. Translators: %s is the name of a missing GStreamer plugin -#: ../libbrasero-burn/brasero-burn-options.c:1197 -#: ../libbrasero-burn/brasero-burn.c:1717 -#: ../src/brasero-project.c:1382 -#, fuzzy, c-format -msgid "%s (GStreamer plugin)" -msgstr "Dasar &plugin:" - -#: ../libbrasero-burn/brasero-burn-options.c:1228 -#: ../src/brasero-project.c:1425 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" -msgstr "" - -#: ../libbrasero-burn/brasero-burn.c:161 -#, fuzzy -msgid "Burning CD/DVD" -msgstr "Pemacu CD/DVD" - -#: ../libbrasero-burn/brasero-burn.c:328 -#: ../libbrasero-media/scsi-error.c:47 -#: ../libbrasero-burn/brasero-tool-dialog.c:90 -#: ../plugins/cdrdao/burn-cdrdao.c:244 -#: ../plugins/cdrkit/burn-readom.c:110 -#: ../plugins/cdrkit/burn-wodim.c:136 -#: ../plugins/cdrkit/burn-wodim.c:145 -#: ../plugins/cdrtools/burn-cdrecord.c:136 -#: ../plugins/cdrtools/burn-cdrecord.c:145 -#: ../plugins/cdrtools/burn-readcd.c:111 -#: ../plugins/growisofs/burn-dvd-rw-format.c:84 -#: ../plugins/growisofs/burn-growisofs.c:192 -#: ../plugins/libburnia/burn-libburn-common.c:186 -#, fuzzy, c-format -msgid "The drive is busy" -msgstr "Ini adalah Objek Lapang Sibuk" - -#: ../libbrasero-burn/brasero-burn.c:406 -#, fuzzy, c-format -msgid "\"%s\" cannot be unlocked" -msgstr "Fail '%1' tidak dapat dibaca." - -#: ../libbrasero-burn/brasero-burn.c:543 -#: ../libbrasero-burn/brasero-burn.c:675 -#: ../libbrasero-burn/brasero-burn.c:758 -#, fuzzy, c-format -msgid "No burner specified" -msgstr "Tiada arahan ditentukan" - -#: ../libbrasero-burn/brasero-burn.c:583 -#, fuzzy, c-format -msgid "No source drive specified" -msgstr "Tiada Jenis MIME dinyatakan." - -#: ../libbrasero-burn/brasero-burn.c:629 -#, fuzzy -msgid "Ongoing copying process" -msgstr "====== Memulakan semula proses pengelogan =====" - -#: ../libbrasero-burn/brasero-burn.c:633 -#: ../libbrasero-burn/brasero-burn.c:732 -#: ../libbrasero-burn/brasero-burn.c:869 -#: ../libbrasero-burn/brasero-burn.c:984 -#, fuzzy, c-format -msgid "The drive cannot be locked (%s)" -msgstr "Fail '%1' tidak dapat dibaca." - -#: ../libbrasero-burn/brasero-burn.c:692 -#, c-format -msgid "The drive has no rewriting capabilities" -msgstr "" - -#: ../libbrasero-burn/brasero-burn.c:728 -#, fuzzy -msgid "Ongoing blanking process" -msgstr "====== Memulakan semula proses pengelogan =====" - -#: ../libbrasero-burn/brasero-burn.c:767 -#, fuzzy, c-format -msgid "The drive cannot burn" -msgstr "Tidak Dapat Mulakan %1 Protokol" - -#: ../libbrasero-burn/brasero-burn.c:863 -#: ../libbrasero-burn/brasero-dest-selection.c:110 -#, fuzzy -msgid "Ongoing burning process" -msgstr "====== Memulakan semula proses pengelogan =====" - -#: ../libbrasero-burn/brasero-burn.c:980 -#, fuzzy -msgid "Ongoing checksumming operation" -msgstr "

Operasi gagal.

%1

" - -#: ../libbrasero-burn/brasero-burn.c:1624 -#: ../libbrasero-burn/brasero-burn.c:1815 -#, c-format -msgid "Merging data is impossible with this disc" -msgstr "" - -#: ../libbrasero-burn/brasero-burn.c:1750 -#, c-format -msgid "There is no track to burn" -msgstr "" - -#: ../libbrasero-burn/brasero-burn.c:1857 -msgid "Please install the following required applications and libraries manually and try again:" -msgstr "" - -#: ../libbrasero-burn/brasero-burn.c:2610 -#, c-format -msgid "No format for the temporary image could be found" -msgstr "" +msgstr "Sila pasang yang berikut secara manual dan cuba lagi:" #: ../libbrasero-burn/brasero-cover.c:119 -#, fuzzy msgid "Unknown song" -msgstr "&Lagu Berikutnya" +msgstr "Lagu tidak diketahui" #. Reminder: if this string happens to be used #. * somewhere else in brasero we'll need a #. * context with C_() macro -#. Translators: "by" is followed by the name of an artist. +#. Translators: %s is the name of the artist. #. * This text is the one written on the cover of a disc. #. * Before it there is the name of the song. #. * I had to break it because it is in a GtkTextBuffer #. * and every word has a different tag. -#: ../libbrasero-burn/brasero-cover.c:144 -#, fuzzy -msgid "by" -msgstr " oleh " +#. Translators: %s is the name of the artist +#. Translators: %s is the name of an artist. +#: ../libbrasero-burn/brasero-cover.c:146 ../src/brasero-player.c:419 +#: ../src/brasero-song-control.c:270 +#, c-format +msgid "by %s" +msgstr "oleh %s" -#: ../libbrasero-burn/brasero-dest-selection.c:606 -#: ../libbrasero-burn/brasero-image-type-chooser.c:133 -#, fuzzy -msgid "SVCD image" -msgstr "%1 Imej dari %2 dimuatkan." +#: ../libbrasero-burn/brasero-data-vfs.c:218 +#, c-format +msgid "\"%s\" cannot be read" +msgstr "\"%s\" tidak dapat baca" + +#: ../libbrasero-burn/brasero-dest-selection.c:605 +#: ../libbrasero-burn/brasero-image-type-chooser.c:133 +msgid "SVCD image" +msgstr "Imej SVCD" -#: ../libbrasero-burn/brasero-dest-selection.c:608 +#: ../libbrasero-burn/brasero-dest-selection.c:607 #: ../libbrasero-burn/brasero-image-type-chooser.c:127 -#, fuzzy msgid "VCD image" -msgstr "%1 Imej dari %2 dimuatkan." +msgstr "Imej VCD" -#: ../libbrasero-burn/brasero-dest-selection.c:612 +#: ../libbrasero-burn/brasero-dest-selection.c:611 #: ../libbrasero-burn/brasero-image-type-chooser.c:106 -#, fuzzy msgid "Video DVD image" -msgstr "simpan imej OK" +msgstr "Imej DVD video" #. NOTE for translators: the first %s is medium_name ("File #. * Image") and the second the path for the image file -#: ../libbrasero-burn/brasero-dest-selection.c:624 +#: ../libbrasero-burn/brasero-dest-selection.c:623 #, c-format msgid "%s: \"%s\"" -msgstr "" +msgstr "%s: \"%s\"" #. Translators: this string is only used when the user #. * wants to copy a disc using the same destination and @@ -1429,3907 +1362,3715 @@ #. * destination disc a new one (once the source has been #. * copied) which is to be inserted in the drive currently #. * holding the source disc -#: ../libbrasero-burn/brasero-dest-selection.c:656 +#: ../libbrasero-burn/brasero-dest-selection.c:655 #, c-format msgid "New disc in the burner holding the source disc" -msgstr "" +msgstr "Cakera baharu di dalam perakam menyimpan cakera sumber" #. NOTE for translators, the first %s is the medium name -#: ../libbrasero-burn/brasero-dest-selection.c:697 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-dest-selection.c:696 +#, c-format msgid "%s: not enough free space" -msgstr "Kemudahan ruang cakera Bebas KDE " +msgstr "%s: ruang bebas tidak mencukupi" #. NOTE for translators: the first %s is the medium name, the second %s #. * is its available free space. "Free" here is the free space available. -#: ../libbrasero-burn/brasero-dest-selection.c:728 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-dest-selection.c:727 +#, c-format msgid "%s: %s of free space" -msgstr "Ruang Belum Digunakan" +msgstr "%s: %s ruang bebas" #. Translators: the first %s is the path of the directory where brasero #. * will store its temporary files; the second one is the size available -#: ../libbrasero-burn/brasero-drive-properties.c:193 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-drive-properties.c:192 +#, c-format msgid "%s: %s free" -msgstr "%1 bebas" +msgstr "%s: %s bebas" -#: ../libbrasero-burn/brasero-drive-properties.c:237 -#: ../libbrasero-burn/brasero-drive-properties.c:276 -#: ../libbrasero-burn/brasero-drive-properties.c:328 -#, fuzzy +#: ../libbrasero-burn/brasero-drive-properties.c:233 +#: ../libbrasero-burn/brasero-drive-properties.c:272 +#: ../libbrasero-burn/brasero-drive-properties.c:324 msgid "Do you really want to choose this location?" -msgstr "Anda pasti ingin membatalkan artikel ini?" +msgstr "Anda pasti ingin memilih lokasi ini?" -#: ../libbrasero-burn/brasero-drive-properties.c:281 -#: ../libbrasero-burn/brasero-session.c:1282 -#: ../libbrasero-burn/brasero-session.c:1357 -#: ../libbrasero-burn/burn-job.c:490 -#: ../plugins/cdrkit/burn-genisoimage.c:201 -#: ../plugins/cdrtools/burn-mkisofs.c:202 -#: ../plugins/libburnia/burn-libisofs.c:239 +#: ../libbrasero-burn/brasero-drive-properties.c:277 +#: ../libbrasero-burn/brasero-session.c:1287 +#: ../libbrasero-burn/brasero-session.c:1362 ../libbrasero-burn/burn-job.c:490 +#: ../plugins/cdrkit/burn-genisoimage.c:199 +#: ../plugins/cdrtools/burn-mkisofs.c:199 +#: ../plugins/libburnia/burn-libisofs.c:246 #, c-format msgid "You do not have the required permission to write at this location" -msgstr "" +msgstr "Anda tidak perlukan kebenaran untuk menulis di lokasi ini" -#: ../libbrasero-burn/brasero-drive-properties.c:334 +#: ../libbrasero-burn/brasero-drive-properties.c:330 msgid "" -"The filesystem on this volume does not support large files (size over 2 GiB).\n" +"The filesystem on this volume does not support large files (size over 2 " +"GiB).\n" "This can be a problem when writing DVDs or large images." msgstr "" +"Fail sistem dalam volum ini tidak menyokong fail yang bersaiz besar " +"(melebihi 2GiB).\n" +"Akan mengundang masalah bila menulis DVD atau imej bersaiz besar." #. Translators %s.1f is the speed used to burn -#: ../libbrasero-burn/brasero-drive-properties.c:532 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-drive-properties.c:524 +#, c-format msgid "%.1f× (DVD)" -msgstr "Pemain DVD" +msgstr "%.1f× (DVD)" #. Translators %s.1f is the speed used to burn -#: ../libbrasero-burn/brasero-drive-properties.c:536 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-drive-properties.c:528 +#, c-format msgid "%.1f× (CD)" -msgstr "&Trek CD" +msgstr "%.1f× (CD)" -#. Translators %s.1f is the speed used to burn -#: ../libbrasero-burn/brasero-drive-properties.c:540 +#. Translators %s.1f is the speed used to burn. BD = Blu Ray +#: ../libbrasero-burn/brasero-drive-properties.c:532 #, c-format msgid "%.1f× (BD)" -msgstr "" +msgstr "%.1f× (BD)" #. Translators %s.1f is the speed used to burn for every medium -#. * type -#: ../libbrasero-burn/brasero-drive-properties.c:545 +#. * type. BD = Blu Ray +#: ../libbrasero-burn/brasero-drive-properties.c:537 #, c-format msgid "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" -msgstr "" +msgstr "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" -#: ../libbrasero-burn/brasero-drive-properties.c:583 -#, fuzzy +#: ../libbrasero-burn/brasero-drive-properties.c:575 msgid "Impossible to retrieve speeds" -msgstr "Tidak dapat mendapatkan semula maklumat CDDB." +msgstr "Mustahil memperoleh kelajuan" -#: ../libbrasero-burn/brasero-drive-properties.c:592 -#, fuzzy +#: ../libbrasero-burn/brasero-drive-properties.c:584 msgid "Maximum speed" -msgstr "Laju Tinggi" +msgstr "Kelajuan maksimum" -#: ../libbrasero-burn/brasero-drive-properties.c:718 -#, fuzzy +#: ../libbrasero-burn/brasero-drive-properties.c:710 msgid "Burning speed" -msgstr "Laju Tinggi" +msgstr "Kelajuan rakaman" -#: ../libbrasero-burn/brasero-drive-properties.c:731 -#, fuzzy +#: ../libbrasero-burn/brasero-drive-properties.c:723 msgid "_Simulate before burning" -msgstr "Sebelum Kuantiti Wang" +msgstr "_Simulasikan sebelum merakam" -#: ../libbrasero-burn/brasero-drive-properties.c:732 -msgid "Brasero will simulate the burning and, if it is successful, go on with actual burning after 10 seconds" +#: ../libbrasero-burn/brasero-drive-properties.c:724 +msgid "" +"Brasero will simulate the burning and, if it is successful, go on with " +"actual burning after 10 seconds" msgstr "" +"Brasero akan simulasikan perakaman dan, jika berjaya, akan melakukan rakaman " +"selepas tempoh 10 saat" -#: ../libbrasero-burn/brasero-drive-properties.c:734 +#: ../libbrasero-burn/brasero-drive-properties.c:726 msgid "Use burn_proof (decrease the risk of failures)" -msgstr "" +msgstr "Guna _pruf rakam (kurangkan risiko kegagalan)" -#: ../libbrasero-burn/brasero-drive-properties.c:736 +#: ../libbrasero-burn/brasero-drive-properties.c:728 msgid "Burn the image directly _without saving it to disc" -msgstr "" +msgstr "Rakam imej secara langsung _tanpa menyimpannya di dalam cakera" -#: ../libbrasero-burn/brasero-drive-properties.c:738 +#: ../libbrasero-burn/brasero-drive-properties.c:730 msgid "Leave the disc _open to add other files later" -msgstr "" +msgstr "Biarkan cakera _terbuka supaya fail lain boleh ditambah kemudian hari" -#: ../libbrasero-burn/brasero-drive-properties.c:739 +#: ../libbrasero-burn/brasero-drive-properties.c:731 msgid "Allow to add more data to the disc later" -msgstr "" +msgstr "Benarkan penambahan data ke dalam cakera pada masa akan datang" -#: ../libbrasero-burn/brasero-drive-properties.c:759 -#: ../src/brasero-song-properties.c:227 -#: ../libbrasero-burn/brasero-tool-dialog.c:285 -#: ../src/brasero-multi-song-props.c:309 -#, fuzzy +#: ../libbrasero-burn/brasero-drive-properties.c:751 +#: ../libbrasero-burn/brasero-tool-dialog.c:284 +#: ../src/brasero-multi-song-props.c:308 ../src/brasero-song-properties.c:226 msgid "Options" -msgstr "" -"\n" -"Pilihan %1:\n" +msgstr "Pilihan" -#: ../libbrasero-burn/brasero-drive-properties.c:771 -#, fuzzy +#: ../libbrasero-burn/brasero-drive-properties.c:763 msgid "Location for _Temporary Files" -msgstr "Corak lokasi untuk fail yang dikodkan" +msgstr "Lokasi untuk Fail-Fail _Sementara" -#: ../libbrasero-burn/brasero-drive-properties.c:791 +#: ../libbrasero-burn/brasero-drive-properties.c:783 msgid "Set the directory where to store temporary files" -msgstr "" +msgstr "Tetapkan direktori untuk menyimpan fail sementara" -#: ../libbrasero-burn/brasero-drive-properties.c:796 -#, fuzzy +#: ../libbrasero-burn/brasero-drive-properties.c:788 msgid "Temporary files" -msgstr "Fail sementara:" +msgstr "Fail sementara" -#: ../libbrasero-burn/brasero-image-properties.c:221 -#, fuzzy +#: ../libbrasero-burn/brasero-filtered-uri.c:57 +msgid "Hidden file" +msgstr "Fail tersembunyi" + +#: ../libbrasero-burn/brasero-filtered-uri.c:58 +msgid "Unreadable file" +msgstr "Fail tidak boleh dibaca" + +#: ../libbrasero-burn/brasero-filtered-uri.c:59 +msgid "Broken symbolic link" +msgstr "Pautan simbolik rosak" + +#: ../libbrasero-burn/brasero-filtered-uri.c:60 +#: ../libbrasero-utils/brasero-io.c:1190 ../libbrasero-utils/brasero-io.c:2061 +#, c-format +msgid "Recursive symbolic link" +msgstr "Pautan simbolik rekursif" + +#: ../libbrasero-burn/brasero-image-properties.c:243 msgid "Disc image type:" -msgstr "&Ubah Jenis Imej..." +msgstr "Jenis imej cakera:" #: ../libbrasero-burn/brasero-image-type-chooser.c:97 -#, fuzzy msgid "Autodetect" -msgstr "Autokesan" +msgstr "Kesan Automatik" #: ../libbrasero-burn/brasero-image-type-chooser.c:106 -#, fuzzy msgid "ISO9660 image" -msgstr "%1 Imej dari %2 dimuatkan." +msgstr "Imej ISO9660" #: ../libbrasero-burn/brasero-image-type-chooser.c:115 -#, fuzzy msgid "Readcd/Readom image" -msgstr "simpan imej OK" +msgstr "Imej Readcd/Readom" #: ../libbrasero-burn/brasero-image-type-chooser.c:141 -#, fuzzy msgid "Cue image" -msgstr "%1 Imej dari %2 dimuatkan." +msgstr "Imej Cue" #: ../libbrasero-burn/brasero-image-type-chooser.c:151 -#, fuzzy msgid "Cdrdao image" -msgstr "%1 Imej dari %2 dimuatkan." +msgstr "Imej Cdrdao" #: ../libbrasero-burn/brasero-medium-properties.c:93 -#: ../src/brasero-project.c:1480 -#, fuzzy, c-format +#: ../src/brasero-project.c:1503 +#, c-format msgid "Properties of %s" -msgstr "Ciri %1" +msgstr "Sifat %s" -#: ../libbrasero-burn/brasero-medium-properties.c:137 -msgid "Do you really want to keep the current extension for the disc image name?" +#: ../libbrasero-burn/brasero-medium-properties.c:133 +msgid "" +"Do you really want to keep the current extension for the disc image name?" msgstr "" +"Adakah anda pasti ingin kekalkan sambungan semasa untuk nama imej cakera?" -#: ../libbrasero-burn/brasero-medium-properties.c:143 -msgid "If you choose to keep it, programs may not be able to recognize the file type properly." +#: ../libbrasero-burn/brasero-medium-properties.c:139 +msgid "" +"If you choose to keep it, programs may not be able to recognize the file " +"type properly." msgstr "" +"Jika anda memilih untuk kekalkannya, program mungkin tidak akan mengenal " +"jenis fail dengan betul." -#: ../libbrasero-burn/brasero-medium-properties.c:146 -#, fuzzy +#: ../libbrasero-burn/brasero-medium-properties.c:142 msgid "_Keep Current Extension" -msgstr "Tambah Penghujungan Baru" +msgstr "_Kekalkan Sambungan Semasa" -#: ../libbrasero-burn/brasero-medium-properties.c:149 -#, fuzzy +#: ../libbrasero-burn/brasero-medium-properties.c:145 msgid "Change _Extension" -msgstr "Sambungan Fail" +msgstr "Ubah _Sambungan" -#: ../libbrasero-burn/brasero-medium-properties.c:241 -#, fuzzy +#: ../libbrasero-burn/brasero-medium-properties.c:234 msgid "Configure recording options" -msgstr "Set semula pilihan la&ma" +msgstr "Konfigur pilihan rakaman" #. Translators: first %02i is hours, the second one is minutes and the #. * third one is seconds. #: ../libbrasero-burn/brasero-progress.c:198 -#, fuzzy, c-format +#, c-format msgid "Total time: %02i:%02i:%02i" -msgstr "Waktu Sesi Total" +msgstr "Jumlah masa: %02i:%02i:%02i" #: ../libbrasero-burn/brasero-progress.c:209 -#, fuzzy msgid "Average drive speed:" -msgstr "CPU %1: %2, kelajuan tidak diketahui" +msgstr "Kelajuan purata pemacu:" #. Translators: first %02i is hours, the second one is minutes #. * and the third one is seconds. -#: ../libbrasero-burn/brasero-progress.c:436 +#: ../libbrasero-burn/brasero-progress.c:437 #, c-format msgid "Estimated remaining time: %02i:%02i:%02i" -msgstr "" +msgstr "Anggaran masa berbaki: %02i:%02i:%02i" -#: ../libbrasero-burn/brasero-progress.c:478 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-progress.c:479 +#, c-format msgid "%i MiB of %i MiB" -msgstr "%1 MiB" +msgstr "%i MiB dari %i MiB" -#: ../libbrasero-burn/brasero-progress.c:504 -#, fuzzy +#: ../libbrasero-burn/brasero-progress.c:505 msgid "Estimated drive speed:" -msgstr "CPU %1: %2, kelajuan tidak diketahui" +msgstr "Anggaran kelajuan pemacu:" #. Translators: %s is a path -#: ../libbrasero-burn/brasero-src-image.c:228 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-src-image.c:229 +#, c-format msgid "\"%s\": loading" -msgstr "Memuatkan..." +msgstr "\"%s\": memuatkan" #. Translators: %s is a path and image refers to a disc image -#: ../libbrasero-burn/brasero-src-image.c:235 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-src-image.c:236 +#, c-format msgid "\"%s\": unknown disc image type" -msgstr "Jenis paparan GL tak dikenali." +msgstr "\"%s\": jenis imej cakera tidak diketahui" #. NOTE to translators, the first %s is the path of the image #. * file and the second its size. -#: ../libbrasero-burn/brasero-src-image.c:257 +#: ../libbrasero-burn/brasero-src-image.c:258 #, c-format msgid "\"%s\": %s" -msgstr "" +msgstr "\"%s\": %s" #. This is hackish and meant to avoid ellipsization to make the -#. * label to small. +#. * label too small. #. Translators: this is a disc image -#: ../libbrasero-burn/brasero-src-image.c:270 -#: ../libbrasero-burn/brasero-src-image.c:560 -#, fuzzy +#: ../libbrasero-burn/brasero-src-image.c:271 +#: ../libbrasero-burn/brasero-src-image.c:554 msgid "Click here to select a disc _image" -msgstr "Klik di sini untuk memilih semua helaian dalam senarai." +msgstr "Klik di sini untuk memilih _imej cakera" -#: ../libbrasero-burn/brasero-src-image.c:412 -#, fuzzy +#: ../libbrasero-burn/brasero-src-image.c:415 msgid "Select Disc Image" -msgstr "Pilih latar belakang imej:" +msgstr "Pilih Imej Cakera" + +#: ../libbrasero-burn/brasero-src-image.c:444 +#: ../nautilus/nautilus-burn-bar.c:236 ../src/brasero-file-chooser.c:350 +#: ../src/brasero-project.c:2225 ../src/brasero-project-name.c:162 +msgid "All files" +msgstr "Semua fail" #. Translators: this a disc image here -#: ../libbrasero-burn/brasero-src-image.c:447 -#, fuzzy +#: ../libbrasero-burn/brasero-src-image.c:450 msgctxt "disc" msgid "Image files" -msgstr "Fail tetapan." +msgstr "Fail imej" -#: ../libbrasero-burn/brasero-src-image.c:464 -#, fuzzy +#: ../libbrasero-burn/brasero-src-image.c:467 msgid "Image type:" -msgstr "Jenis Imej" - -#: ../libbrasero-burn/brasero-tray.c:83 -#: ../src/brasero-audio-disc.c:155 -#: ../src/brasero-data-disc.c:122 -#: ../src/brasero-video-disc.c:100 -#, fuzzy -msgid "Menu" -msgstr "Menu" +msgstr "Jenis imej:" -#: ../libbrasero-burn/brasero-tray.c:84 -#, fuzzy -msgid "Cancel ongoing burning" -msgstr "&Batalkan Perubahan Baris" +#: ../libbrasero-burn/brasero-status-dialog.c:147 +#, c-format +msgid "Estimated size: %s" +msgstr "Anggaran saiz: %s" -#: ../libbrasero-burn/brasero-tray.c:89 -#, fuzzy -msgid "Show _Dialog" -msgstr "&Sentiasa paparkan dialog resolusi" +#: ../libbrasero-burn/brasero-status-dialog.c:209 +#: ../src/brasero-data-disc.c:870 +#, c-format +msgid "Do you really want to add \"%s\" to the selection?" +msgstr "Anda pasti ingin menambah \"%s\" ke dalam pemilihan?" -#: ../libbrasero-burn/brasero-tray.c:89 -#, fuzzy -msgid "Show dialog" -msgstr "&Sentiasa paparkan dialog resolusi" +#: ../libbrasero-burn/brasero-status-dialog.c:228 +#: ../src/brasero-data-disc.c:879 +msgid "" +"The children of this directory will have 7 parent directories.\n" +"Brasero can create an image of such a file hierarchy and burn it but the " +"disc may not be readable on all operating systems.\n" +"Note: Such a file hierarchy is known to work on Linux." +msgstr "" +"Anak direktori ini akan mempunyai 7 direktori induk,\n" +"Brasero boleh mencipta imej berdasarkan hierarki tersebut dan rakamkannya " +"tetapi cakera mungkin tidak boleh dibaca oleh semua sistem operasi.\n" +"Nota: Hierarki fail tersebut hanya boleh digunakan di dalam Linux." + +#: ../libbrasero-burn/brasero-status-dialog.c:232 +#: ../libbrasero-burn/brasero-status-dialog.c:294 +#: ../src/brasero-data-disc.c:839 ../src/brasero-data-disc.c:883 +msgid "Ne_ver Add Such File" +msgstr "_Jangan Tambah Fail Tersebut" -#: ../libbrasero-burn/brasero-tray.c:259 -#, fuzzy, c-format -msgid "%s, %d%% done, %s remaining" -msgstr "Masa Berbaki" - -#: ../libbrasero-burn/brasero-tray.c:266 -#, fuzzy, c-format -msgid "%s, %d%% done" -msgstr "%1/s (siap)" +#: ../libbrasero-burn/brasero-status-dialog.c:233 +#: ../libbrasero-burn/brasero-status-dialog.c:295 +#: ../src/brasero-data-disc.c:840 ../src/brasero-data-disc.c:884 +msgid "Al_ways Add Such File" +msgstr "S_entiasa Tambah Fail Tersebut" -#: ../libbrasero-burn/burn-basics.c:79 -#, fuzzy -msgid "Getting size" -msgstr "%1 - Saiz Skrin" +#: ../libbrasero-burn/brasero-status-dialog.c:271 +#: ../src/brasero-data-disc.c:826 +#, c-format +msgid "" +"Do you really want to add \"%s\" to the selection and use the third version " +"of the ISO9660 standard to support it?" +msgstr "" +"Adakah anda ingin menambah \"%s\" ke dalam pemilihan dan guna piawaian " +"ISO9660 versi ketiga untuk menyokongnya?" -#: ../libbrasero-burn/burn-basics.c:81 -#, fuzzy -msgid "Writing" -msgstr "** WRITING CONFIGURATION **" +#: ../libbrasero-burn/brasero-status-dialog.c:290 +#: ../src/brasero-data-disc.c:835 +msgid "" +"The size of the file is over 2 GiB. Files larger than 2 GiB are not " +"supported by the ISO9660 standard in its first and second versions (the most " +"widespread ones).\n" +"It is recommended to use the third version of the ISO9660 standard, which is " +"supported by most operating systems, including Linux and all versions of " +"Windows™.\n" +"However, Mac OS X cannot read images created with version 3 of the ISO9660 " +"standard." +msgstr "" +"Saiz fail yang melebihi 2GiB. Fail yang melebihi 2GiB tidak disokong oleh " +"piawaian ISO9660 dalam versi pertama dan kedua (yang paling banyak " +"digunakan).\n" +"Adalah dicadangkan menggunakan versi ketiga piawaian ISO9660, yang mana ia " +"boleh menyokong kebanyakan sistem operasi, termasuklah Linux dan semua versi " +"Windows™.\n" +"Tetapi, Mac OS X tidak dapat membaca imej yang dicipta dengan versi 3 " +"piawaian ISO9660." -#: ../libbrasero-burn/burn-basics.c:82 -msgid "Blanking" +#: ../libbrasero-burn/brasero-status-dialog.c:330 +#: ../src/brasero-data-disc.c:729 +msgid "Should files be renamed to be fully Windows-compatible?" msgstr "" +"Haruskah fail dinamakan semula supaya sepenuhnya serasi dengan Windows?" -#: ../libbrasero-burn/burn-basics.c:83 -#, fuzzy -msgid "Creating checksum" -msgstr "Semak jumlah MD5" +#: ../libbrasero-burn/brasero-status-dialog.c:341 +#: ../src/brasero-data-disc.c:735 +msgid "Those names should be changed and truncated to 64 characters." +msgstr "Nama tersebut seharusnya diubah dan dipangkas dengan 64 aksara." -#: ../libbrasero-burn/burn-basics.c:85 -#, fuzzy -msgid "Copying file" -msgstr " FAIL DITUTUP" +#: ../libbrasero-burn/brasero-status-dialog.c:346 +#: ../src/brasero-data-disc.c:738 +msgid "_Disable Full Windows Compatibility" +msgstr "_Lumpuhkan Keserasian Windows Sepenuhnya" -#: ../libbrasero-burn/burn-basics.c:86 -#, fuzzy -msgid "Analysing audio files" -msgstr "Mampat, nyahmampat fail." +#: ../libbrasero-burn/brasero-status-dialog.c:349 +#: ../src/brasero-data-disc.c:737 +msgid "_Rename for Full Windows Compatibility" +msgstr "_Namakan semula supaya Sepenuhnya Serasi dengan Windows" -#: ../libbrasero-burn/burn-basics.c:87 -#, fuzzy -msgid "Transcoding song" -msgstr "&Lagu Berikutnya" +#: ../libbrasero-burn/brasero-status-dialog.c:566 +msgid "Size Estimation" +msgstr "Penganggaran Saiz" -#: ../libbrasero-burn/burn-basics.c:88 -#, fuzzy -msgid "Preparing to write" -msgstr "Tidak Dapat Tulis ke Sumber" +#: ../libbrasero-burn/brasero-status-dialog.c:568 +msgid "Please wait until the estimation of the size is completed." +msgstr "Tunggu sehingga penganggaran saiz selesai." -#: ../libbrasero-burn/burn-basics.c:89 -#, fuzzy -msgid "Writing leadin" -msgstr "** WRITING CONFIGURATION **" +#: ../libbrasero-burn/brasero-status-dialog.c:569 +msgid "All files need to be analysed to complete this operation." +msgstr "Semua fail perlu dianalisis untuk menyelesaikan operasi ini." -#: ../libbrasero-burn/burn-basics.c:90 -msgid "Writing CD-Text information" -msgstr "" +#: ../libbrasero-burn/brasero-sum-dialog.c:134 +#: ../libbrasero-burn/brasero-sum-dialog.c:215 +msgid "Check _Again" +msgstr "Periksa _Lagi" -#: ../libbrasero-burn/burn-basics.c:91 -msgid "Finalizing" -msgstr "" +#: ../libbrasero-burn/brasero-sum-dialog.c:165 +#: ../libbrasero-burn/brasero-sum-dialog.c:514 +msgid "The file integrity check could not be performed." +msgstr "Semakan integriti fail tidak dapat dilakukan." -#: ../libbrasero-burn/burn-basics.c:92 -#, fuzzy -msgid "Writing leadout" -msgstr "** WRITING CONFIGURATION **" +#: ../libbrasero-burn/brasero-sum-dialog.c:166 ../src/brasero-data-disc.c:214 +#: ../src/brasero-eject-dialog.c:102 ../src/brasero-playlist.c:393 +#: ../src/brasero-project.c:2625 +msgid "An unknown error occurred" +msgstr "Ralat tidak diketahui berlaku" -#: ../libbrasero-burn/burn-basics.c:93 -#, fuzzy -msgid "Starting to record" -msgstr "Rekod tidak ditemui" +#: ../libbrasero-burn/brasero-sum-dialog.c:178 +msgid "The file integrity check was performed successfully." +msgstr "Semak integriti fail telah berjaya dilakukan." -#: ../libbrasero-burn/burn-basics.c:94 -#, fuzzy -msgid "Success" -msgstr "Berjaya:" +#: ../libbrasero-burn/brasero-sum-dialog.c:179 +msgid "There seem to be no corrupted files on the disc" +msgstr "Tidak ada fail rosak di dalam cakera" -#: ../libbrasero-burn/burn-basics.c:95 -#, fuzzy -msgid "Ejecting medium" -msgstr "Sederhana (%1x%2)" +#: ../libbrasero-burn/brasero-sum-dialog.c:207 +msgid "The following files appear to be corrupted:" +msgstr "Fail berikut nampaknya sudah rosak:" -#. Translators: %s is the plugin name -#: ../libbrasero-burn/burn-job.c:322 -#: ../libbrasero-burn/burn-job.c:795 -#: ../libbrasero-burn/burn-job.c:808 -#: ../libbrasero-burn/burn-job.c:1027 -#: ../libbrasero-burn/burn-job.c:1117 -#, fuzzy, c-format -msgid "\"%s\" did not behave properly" -msgstr "Enjin %1 tidak dipasang dengan betul." +#: ../libbrasero-burn/brasero-sum-dialog.c:250 +msgid "Corrupted Files" +msgstr "Fail Rosak" -#. Translators: the first %s is the size of the free space on the medium -#. * and the second %s is the size of the space required by the data to be -#. * burnt. -#: ../libbrasero-burn/burn-job.c:430 -#, c-format -msgid "Not enough space available on the disc (%s available for %s)" -msgstr "" +#: ../libbrasero-burn/brasero-sum-dialog.c:342 +msgid "Downloading MD5 file" +msgstr "Memuat turun fail MD5" -#: ../libbrasero-burn/burn-job.c:520 +#: ../libbrasero-burn/brasero-sum-dialog.c:397 #, c-format -msgid "The filesystem you chose to store the temporary image on cannot hold files with a size over 2 GiB" -msgstr "" +msgid "\"%s\" is not a valid URI" +msgstr "\"%s\" adalah URI yang tidak sah" -#: ../libbrasero-burn/burn-job.c:535 -#: ../libbrasero-burn/burn-job.c:557 -#, c-format -msgid "The location you chose to store the temporary image on does not have enough free space for the disc image (%ld MiB needed)" -msgstr "" +#: ../libbrasero-burn/brasero-sum-dialog.c:515 +msgid "No MD5 file was given." +msgstr "Tiada fail MD5 diberikan." -#: ../libbrasero-burn/burn-job.c:570 -#: ../plugins/dvdcss/burn-dvdcss.c:349 -#, c-format -msgid "The size of the volume could not be retrieved" -msgstr "" +#: ../libbrasero-burn/brasero-sum-dialog.c:692 +msgid "Use an _MD5 file to check the disc" +msgstr "Guna fail _MD5 untuk menyemak cakera" -#: ../libbrasero-burn/burn-job.c:625 -#, c-format -msgid "No path was specified for the image output" -msgstr "" +#: ../libbrasero-burn/brasero-sum-dialog.c:693 +msgid "Use an external .md5 file that stores the checksum of a disc" +msgstr "Guna fail .md5 luaran yang menyimpan hasil tambah semak cakera" -#. Translators: %s is the error returned by libburn -#. Translators: the %s is the error message from errno -#: ../libbrasero-burn/burn-job.c:766 -#: ../plugins/cdrtools/burn-cdrecord.c:690 -#: ../plugins/libburnia/burn-libburn.c:716 -#: ../plugins/transcode/burn-transcode.c:824 -#, fuzzy, c-format -msgid "An internal error occurred (%s)" -msgstr "Ralat protokol telah berlaku." +#: ../libbrasero-burn/brasero-sum-dialog.c:706 +msgid "Open an MD5 file" +msgstr "Buka satu fail MD5" -#: ../libbrasero-burn/burn-mkisofs-base.c:153 -#: ../libbrasero-burn/burn-mkisofs-base.c:494 -#: ../plugins/growisofs/burn-growisofs.c:529 -#: ../plugins/libburnia/burn-libisofs.c:690 -#: ../plugins/checksum/burn-checksum-image.c:288 -#, fuzzy, c-format -msgid "The file is not stored locally" -msgstr "Pengkelas fail %1 tak boleh baca" +#: ../libbrasero-burn/brasero-sum-dialog.c:721 +msgid "_Check" +msgstr "_Periksa" -#: ../libbrasero-burn/burn-mkisofs-base.c:646 -#, c-format -msgid "VIDEO_TS directory is missing or invalid" -msgstr "" +#: ../libbrasero-burn/brasero-sum-dialog.c:752 +msgid "Disc Checking" +msgstr "Pemeriksaan Cakera" -#. Translators: %s is the name of the brasero element -#: ../libbrasero-burn/burn-process.c:259 -#, fuzzy, c-format -msgid "Process \"%s\" ended with an error code (%i)" -msgstr "Proses GpgSM tamat separuh jalan kerana ralat yang tak dijangka." +#: ../libbrasero-burn/brasero-tool-dialog.c:78 +#: ../libbrasero-burn/brasero-tool-dialog.c:92 +#: ../libbrasero-burn/brasero-tool-dialog.c:102 +msgid "The operation cannot be performed." +msgstr "Operasi tidak boleh dilakukan." -#: ../libbrasero-utils/brasero-disc-message.c:133 -#, fuzzy -msgid "_Hide changes" -msgstr "&Abaikan Perubahan" +#: ../libbrasero-burn/brasero-tool-dialog.c:79 +#: ../plugins/cdrkit/burn-wodim.c:151 ../plugins/cdrkit/burn-wodim.c:421 +#: ../plugins/cdrtools/burn-cdrecord.c:151 +#: ../plugins/cdrtools/burn-cdrecord.c:407 +#: ../plugins/growisofs/burn-dvd-rw-format.c:77 +#: ../plugins/libburnia/burn-libburn.c:610 +#, c-format +msgid "The disc is not supported" +msgstr "Cakera tidak disokong" -#: ../libbrasero-utils/brasero-disc-message.c:135 -#: ../libbrasero-utils/brasero-disc-message.c:154 -#, fuzzy -msgid "_Show changes" -msgstr "&Abaikan Perubahan" +#: ../libbrasero-burn/brasero-tool-dialog.c:103 +msgid "The drive is empty" +msgstr "Pemacu kosong" -#. Translators: This is an image, a picture, not a "Disc Image" -#: ../libbrasero-utils/brasero-jacket-background.c:173 -#, fuzzy -msgid "Images" -msgstr "Imej" +#: ../libbrasero-burn/brasero-tool-dialog.c:556 +#: ../src/brasero-eject-dialog.c:167 +msgid "Select a disc" +msgstr "Pilih satu Cakera" -#: ../libbrasero-utils/brasero-jacket-background.c:197 -#, fuzzy -msgid "_Color" -msgstr "Warna" +#: ../libbrasero-burn/brasero-tool-dialog.c:583 +msgid "Progress" +msgstr "Kemajuan" -#: ../libbrasero-utils/brasero-jacket-background.c:226 -#, fuzzy -msgid "Solid color" -msgstr "&Warna padu:" +#: ../libbrasero-burn/brasero-track-data-cfg.c:617 +#: ../libbrasero-burn/brasero-track-data-cfg.c:716 +#: ../libbrasero-burn/brasero-track-data-cfg.c:727 +#: ../libbrasero-burn/brasero-track-data-cfg.c:788 +#: ../libbrasero-burn/brasero-track-data-cfg.c:793 +#: ../src/brasero-playlist.c:536 ../src/brasero-video-tree-model.c:342 +msgid "(loading…)" +msgstr "(memuatkan...)" -#: ../libbrasero-utils/brasero-jacket-background.c:227 -#, fuzzy -msgid "Horizontal gradient" -msgstr "Gradien Mengufuk" +#: ../libbrasero-burn/brasero-track-data-cfg.c:619 +#: ../libbrasero-burn/brasero-track-data-cfg.c:799 +#: ../src/brasero-playlist.c:497 +msgid "Empty" +msgstr "Kosong" -#: ../libbrasero-utils/brasero-jacket-background.c:228 -#, fuzzy -msgid "Vertical gradient" -msgstr "Gradien Menjajar" +#: ../libbrasero-burn/brasero-track-data-cfg.c:725 +msgid "Disc file" +msgstr "Fail cakera" -#. second part -#. Translators: This is an image, a picture, not a "Disc Image" -#: ../libbrasero-utils/brasero-jacket-background.c:245 -#, fuzzy -msgid "_Image" -msgstr "Imej:" +#: ../libbrasero-burn/brasero-track-data-cfg.c:803 +#, c-format +msgid "%d item" +msgid_plural "%d items" +msgstr[0] "%d item" -#. Translators: This is an image, a picture, not a "Disc Image" -#: ../libbrasero-utils/brasero-jacket-background.c:270 -#, fuzzy -msgid "Image path:" -msgstr "Laluan &Runlevel:" +#: ../libbrasero-burn/brasero-track-data-cfg.c:1916 +#, c-format +msgid "New folder" +msgstr "Folder baharu" -#. Translators: This is an image, a picture, not a "Disc Image" -#: ../libbrasero-utils/brasero-jacket-background.c:282 -#, fuzzy -msgid "Choose an image" -msgstr "Pilih imej" +#: ../libbrasero-burn/brasero-track-data-cfg.c:1919 +#, c-format +msgid "New folder %i" +msgstr "Folder baharu %i" -#. Translators: This is an image, a picture, not a "Disc Image" -#: ../libbrasero-utils/brasero-jacket-background.c:293 -#, fuzzy -msgid "Image style:" -msgstr "Gaya font" - -#: ../libbrasero-utils/brasero-jacket-background.c:307 -#, fuzzy -msgid "Centered" -msgstr "Tengah Maksimum" +#: ../libbrasero-burn/brasero-track-data-cfg.c:2406 +#: ../libbrasero-burn/brasero-track-data-cfg.c:2416 +msgid "Analysing files" +msgstr "Menganalisis fail" -#: ../libbrasero-utils/brasero-jacket-background.c:308 -#, fuzzy -msgid "Tiled" -msgstr "Imej Berjubin" +#: ../libbrasero-burn/brasero-track-data-cfg.c:2552 +#, c-format +msgid "\"%s\" is a recursive symbolic link." +msgstr "\"%s\" adalah pautan simbolik rekursif." -#: ../libbrasero-utils/brasero-jacket-background.c:309 -#, fuzzy -msgid "Scaled" -msgstr "Skala & Pangkas" +#. Translators: %s is the path of a drive +#: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 +#, c-format +msgid "\"%s\" cannot be found." +msgstr "\"%s\" tidak ditemui." -#: ../libbrasero-utils/brasero-jacket-background.c:346 -#, fuzzy -msgid "Background Properties" -msgstr " [Ciri-ciri]" +#: ../libbrasero-burn/brasero-track-image-cfg.c:451 +msgid "Retrieving image format and size" +msgstr "Mengambil format dan saiz imej" -#: ../libbrasero-utils/brasero-jacket-edit.c:572 -#, fuzzy -msgid "Print" -msgstr "Cetak" +#. Translators: This is a disc image +#: ../libbrasero-burn/brasero-track-image-cfg.c:471 +msgid "The format of the disc image could not be identified" +msgstr "Format imej cakera tidak dapat dikenal pasti" -#: ../libbrasero-utils/brasero-jacket-edit.c:584 -#, fuzzy -msgid "Bac_kground Properties" -msgstr "Lukis warna &latar belakang" +#: ../libbrasero-burn/brasero-track-image-cfg.c:472 +msgid "Please set it manually" +msgstr "Sila tetapkannya secara manual" -#: ../libbrasero-utils/brasero-jacket-edit.c:587 -#, fuzzy -msgid "Background properties" -msgstr " [Ciri-ciri]" +#. Translators: %s is the name of the file that has just been deleted +#: ../libbrasero-burn/brasero-track-stream-cfg.c:90 +#, c-format +msgid "\"%s\" was removed from the file system." +msgstr "\"%s\" telah dibuang daripada sistem fail." -#: ../libbrasero-utils/brasero-jacket-edit.c:602 -#, fuzzy -msgid "Align right" -msgstr "Jajarkan &Kanan" +#: ../libbrasero-burn/brasero-track-stream-cfg.c:129 +#: ../src/brasero-audio-disc.c:754 ../src/brasero-video-disc.c:365 +#, c-format +msgid "Directories cannot be added to video or audio discs" +msgstr "Direktori tidak boleh ditambah ke dalam cakera video atau audio" -#: ../libbrasero-utils/brasero-jacket-edit.c:612 -#, fuzzy -msgid "Center" -msgstr "Tengah" +#: ../libbrasero-burn/brasero-track-stream-cfg.c:142 +#, c-format +msgid "Playlists cannot be added to video or audio discs" +msgstr "Senarai main tidak boleh ditambah ke dalam cakera audio atau video" -#: ../libbrasero-utils/brasero-jacket-edit.c:622 -#, fuzzy -msgid "Align left" -msgstr "Jajarkan &Kiri" +#. Translators: %s is the name of the file +#: ../libbrasero-burn/brasero-track-stream-cfg.c:157 +#: ../libbrasero-burn/brasero-track-stream-cfg.c:174 +#, c-format +msgid "\"%s\" is not suitable for audio or video media" +msgstr "\"%s\" tidak sesuai untuk media audio atau video" -#: ../libbrasero-utils/brasero-jacket-edit.c:636 -#, fuzzy -msgid "Underline" -msgstr "&Garis Bawah" +#: ../libbrasero-burn/brasero-track-stream-cfg.c:401 +msgid "Analysing video files" +msgstr "Menganalisis fail video" -#: ../libbrasero-utils/brasero-jacket-edit.c:646 -#, fuzzy -msgid "Italic" -msgstr "Italik" +#: ../libbrasero-burn/brasero-video-options.c:447 +msgid "Video format:" +msgstr "Format video:" -#: ../libbrasero-utils/brasero-jacket-edit.c:656 -#, fuzzy -msgid "Bold" -msgstr "Tebal" +#: ../libbrasero-burn/brasero-video-options.c:458 +msgid "_NTSC" +msgstr "_NTSC" -#: ../libbrasero-utils/brasero-jacket-edit.c:682 -#, fuzzy -msgid "Font family and size" -msgstr "Saiz dan Pangkas Terhampir" +#: ../libbrasero-burn/brasero-video-options.c:460 +msgid "Format used mostly on the North American continent" +msgstr "Format yang banyak digunakan di benua Amerika utara" -#: ../libbrasero-utils/brasero-jacket-edit.c:689 -#, fuzzy -msgid "_Text Color" -msgstr "Warna &teks:" +#: ../libbrasero-burn/brasero-video-options.c:473 +msgid "_PAL/SECAM" +msgstr "_PAL/SECAM" -#: ../libbrasero-utils/brasero-jacket-edit.c:690 -#, fuzzy -msgid "Text color" -msgstr "Warna &teks:" +#: ../libbrasero-burn/brasero-video-options.c:475 +msgid "Format used mostly in Europe" +msgstr "Format yang banyak digunakan di Eropah" -#: ../libbrasero-utils/brasero-jacket-edit.c:821 -#, fuzzy -msgid "Cover Editor" -msgstr "&Konfigur Editor..." +#: ../libbrasero-burn/brasero-video-options.c:489 +msgid "Native _format" +msgstr "Format _tabii" -#: ../libbrasero-utils/brasero-jacket-view.c:801 -#, fuzzy -msgid "Set Bac_kground Properties" -msgstr "Lukis warna &latar belakang" +#: ../libbrasero-burn/brasero-video-options.c:504 +msgid "Aspect ratio:" +msgstr "Nisbah bidang:" -#: ../libbrasero-utils/brasero-jacket-view.c:842 -msgid "SIDES" -msgstr "" +#: ../libbrasero-burn/brasero-video-options.c:515 +msgid "_4:3" +msgstr "_4:3" -#: ../libbrasero-utils/brasero-jacket-view.c:858 -#, fuzzy -msgid "BACK COVER" -msgstr "Kulit Belakang" +#: ../libbrasero-burn/brasero-video-options.c:530 +msgid "_16:9" +msgstr "_16:9" -#: ../libbrasero-utils/brasero-jacket-view.c:875 -#, fuzzy -msgid "FRONT COVER" -msgstr "Kulit Depan" +#. Video options for (S)VCD +#: ../libbrasero-burn/brasero-video-options.c:545 +msgid "VCD type:" +msgstr "Jenis VCD:" -#. Translators: This is an image, -#. * a picture, not a "Disc Image" -#: ../libbrasero-utils/brasero-jacket-view.c:1150 -#, fuzzy -msgid "The image could not be loaded." -msgstr "Pemacu tidak dapat dimuatkan" +#: ../libbrasero-burn/brasero-video-options.c:558 +msgid "Create an SVCD" +msgstr "Cipta SVCD" -#: ../libbrasero-utils/brasero-tool-color-picker.c:169 -#, fuzzy -msgid "Pick a Color" -msgstr "Warna &Latar Belakang" +#: ../libbrasero-burn/brasero-video-options.c:573 +msgid "Create a VCD" +msgstr "Cipta VCD" -#: ../libbrasero-burn/brasero-xfer.c:130 -#: ../libbrasero-burn/brasero-xfer.c:266 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-xfer.c:130 ../libbrasero-burn/brasero-xfer.c:266 +#, c-format msgid "Directory could not be created (%s)" -msgstr "Pangkalan data \"%1\" telah dicipta tetapi tidak dapat dibuka. " +msgstr "Direktori tidak dapat dicipta (%s)" -#: ../src/brasero-project-parse.c:62 -#, fuzzy -msgid "Error while loading the project." -msgstr "Ralat ketika memuatkan nama bunyi." +#: ../libbrasero-burn/burn-basics.c:77 +msgid "Getting size" +msgstr "Mendapatkan saiz" -#: ../src/brasero-project-parse.c:454 -#, fuzzy -msgid "The project could not be opened" -msgstr "Dokumen ditetapkan tidak dapat dibuka." +#: ../libbrasero-burn/burn-basics.c:79 +msgid "Writing" +msgstr "Menulis" -#: ../src/brasero-project-parse.c:463 -#, fuzzy -msgid "The file is empty" -msgstr "Nama fail kosong" +#: ../libbrasero-burn/burn-basics.c:80 +msgid "Blanking" +msgstr "Mengosongkan" -#: ../src/brasero-project-parse.c:542 -#: ../src/brasero-project-parse.c:607 -msgid "It does not seem to be a valid Brasero project" -msgstr "" +#: ../libbrasero-burn/burn-basics.c:81 +msgid "Creating checksum" +msgstr "Mencipta hasil tambah semak" -#: ../libbrasero-media/brasero-drive-selection.c:346 -#: ../libbrasero-media/brasero-drive-selection.c:441 -msgid "Unnamed CD/DVD Drive" -msgstr "" +#: ../libbrasero-burn/burn-basics.c:83 +msgid "Copying file" +msgstr "Menyalin fail" -#: ../libbrasero-media/brasero-media.c:54 -msgid "Display debug statements on stdout for Brasero media library" -msgstr "" +#: ../libbrasero-burn/burn-basics.c:84 +msgid "Analysing audio files" +msgstr "Menganalisis fail audio" -#: ../libbrasero-media/brasero-media.c:477 -msgid "Brasero optical media library" -msgstr "" +#: ../libbrasero-burn/burn-basics.c:85 +msgid "Transcoding song" +msgstr "Transkod lagu" -#: ../libbrasero-media/brasero-media.c:478 -msgid "Display options for Brasero media library" -msgstr "" +#: ../libbrasero-burn/burn-basics.c:86 +msgid "Preparing to write" +msgstr "Bersedia untuk menulis" -#. Translators: this is hour minute second like '2 h 14 min 25' -#: ../libbrasero-media/brasero-units.c:71 -#, fuzzy, c-format -msgid "%s h %s min %s" -msgstr "%1 min." +#: ../libbrasero-burn/burn-basics.c:87 +msgid "Writing leadin" +msgstr "Menulis pendahulu-keluar" -#. Translators: this is hour minute like '2 h 14' -#: ../libbrasero-media/brasero-units.c:77 +#: ../libbrasero-burn/burn-basics.c:88 +msgid "Writing CD-Text information" +msgstr "Menulis maklumat CD-Text" + +#: ../libbrasero-burn/burn-basics.c:89 +msgid "Finalizing" +msgstr "Memuktamadkan" + +#: ../libbrasero-burn/burn-basics.c:90 +msgid "Writing leadout" +msgstr "Menulis pendahulu-keluar" + +#: ../libbrasero-burn/burn-basics.c:91 +msgid "Starting to record" +msgstr "Memulakan rakaman" + +#: ../libbrasero-burn/burn-basics.c:92 +msgid "Success" +msgstr "Berjaya" + +#: ../libbrasero-burn/burn-basics.c:93 +msgid "Ejecting medium" +msgstr "Melenting medium" + +#: ../libbrasero-burn/burn-debug.c:54 +msgid "Display debug statements on stdout for Brasero burn library" +msgstr "Papar kenyataan nyahpepijat pada stdout untuk pustaka rakaman Brasero" + +#: ../libbrasero-burn/burn-debug.c:80 +msgid "Brasero media burning library" +msgstr "Pustaka rakaman media Brasero" + +#: ../libbrasero-burn/burn-debug.c:81 +msgid "Display options for Brasero-burn library" +msgstr "Paparkan pilihan untuk pustaka Brasero-burn" + +#. Translators: %s is the plugin name +#: ../libbrasero-burn/burn-job.c:322 ../libbrasero-burn/burn-job.c:797 +#: ../libbrasero-burn/burn-job.c:810 ../libbrasero-burn/burn-job.c:1029 +#: ../libbrasero-burn/burn-job.c:1119 #, c-format -msgid "%s h %s" -msgstr "" +msgid "\"%s\" did not behave properly" +msgstr "\"%s\" tidak berfungsi dengan baik" -#. Translators: this is hour like '2 h' -#: ../libbrasero-media/brasero-units.c:82 +#. Translators: the first %s is the size of the free space on the medium +#. * and the second %s is the size of the space required by the data to be +#. * burnt. +#: ../libbrasero-burn/burn-job.c:430 #, c-format -msgid "%s h" -msgstr "" +msgid "Not enough space available on the disc (%s available for %s)" +msgstr "Ruang di dalam cakera tidak mencukupi (%s mencukupi untuk %s)" -#. Translators: this is 'hour:minute:second' like '2:14:25' -#: ../libbrasero-media/brasero-units.c:86 +#: ../libbrasero-burn/burn-job.c:522 #, c-format -msgid "%s:%s:%s" +msgid "" +"The filesystem you chose to store the temporary image on cannot hold files " +"with a size over 2 GiB" msgstr "" +"Fail sistem yang anda pilih untuk menyimpan imej sementara tidak boleh " +"menyimpan fail yang melebihi 2 GiB" -#. Translators: this is 'hour:minute' or 'minute:second' -#: ../libbrasero-media/brasero-units.c:92 -#: ../libbrasero-media/brasero-units.c:107 +#: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 #, c-format -msgid "%s:%s" +msgid "" +"The location you chose to store the temporary image on does not have enough " +"free space for the disc image (%ld MiB needed)" msgstr "" +"Lokasi yang anda pilih untuk menyimpan imej sementara tidak mempunyai ruang " +"bebas yang mencukupi (%ld MiB diperlukan)" -#. Translators: %s is a duration expressed in minutes -#: ../libbrasero-media/brasero-units.c:99 -#, fuzzy, c-format -msgid "%s min" -msgstr "%1 min." +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 +#, c-format +msgid "The size of the volume could not be retrieved" +msgstr "Saiz volum tidak dapat diperoleh" -#. Translators: the first %s is the number of minutes -#. * and the second one is the number of seconds. -#. * The whole string expresses a duration -#: ../libbrasero-media/brasero-units.c:104 -#, fuzzy, c-format -msgid "%s:%s min" -msgstr "%1 min." +#: ../libbrasero-burn/burn-job.c:627 +#, c-format +msgid "No path was specified for the image output" +msgstr "Tiada laluan ditentukan untuk output imej" -#. NOTE for translators, the first %s is the medium name -#: ../libbrasero-media/brasero-medium-selection.c:155 -#, fuzzy, c-format -msgid "%s: empty" -msgstr "" +#. Translators: %s is the error returned by libburn +#. Translators: the %s is the error message from errno +#: ../libbrasero-burn/burn-job.c:768 ../plugins/cdrtools/burn-cdrecord.c:709 +#: ../plugins/libburnia/burn-libburn.c:717 +#: ../plugins/transcode/burn-transcode.c:790 +#, c-format +msgid "An internal error occurred (%s)" +msgstr "Ralat dalaman telah berlaku (%s)" -#. NOTE for translators: the first %s is the medium name, the -#. * second %s is the space (kio, gio) used by data on the disc. -#. -#. NOTE for translators: the first %s is the medium name, the -#. * second %s is the space (time) used by data on the disc. -#. * I really don't know if I should set this string as -#. * translatable. -#: ../libbrasero-media/brasero-medium-selection.c:171 -#: ../libbrasero-media/brasero-medium-selection.c:183 +#: ../libbrasero-burn/burn-mkisofs-base.c:153 +#: ../libbrasero-burn/burn-mkisofs-base.c:494 +#: ../plugins/checksum/burn-checksum-image.c:287 +#: ../plugins/growisofs/burn-growisofs.c:527 +#: ../plugins/libburnia/burn-libisofs.c:707 #, c-format -msgid "%s: %s" -msgstr "" +msgid "The file is not stored locally" +msgstr "Fail tidak disimpan secara setempat" -#: ../libbrasero-media/brasero-medium-selection.c:462 -#, fuzzy -msgid "Searching for available discs" -msgstr "Tiada penyelarasan untuk %1" +#: ../libbrasero-burn/burn-mkisofs-base.c:644 +#, c-format +msgid "VIDEO_TS directory is missing or invalid" +msgstr "Direktori VIDEO_TS hilang atau tidak sah" -#: ../libbrasero-media/brasero-medium-selection.c:471 -#, fuzzy -msgid "No disc available" -msgstr "(Tiada logo diperoleh)" +#: ../libbrasero-burn/burn-plugin.c:647 +#, c-format +msgid "\"%s\" could not be found in the path" +msgstr "\"%s\" tidak ditemui didalam laluan" + +#: ../libbrasero-burn/burn-plugin.c:651 +#, c-format +msgid "\"%s\" GStreamer plugin could not be found" +msgstr "Pemalam GStreamer \"%s\" tidak ditemui" + +#: ../libbrasero-burn/burn-plugin.c:655 ../libbrasero-burn/burn-plugin.c:667 +#, c-format +msgid "The version of \"%s\" is too old" +msgstr "Versi \"%s\" terlalu tua" + +#: ../libbrasero-burn/burn-plugin.c:659 +#, c-format +msgid "\"%s\" is a symbolic link pointing to another program" +msgstr "\"%s\" adalah pautan simbolik yang dituju ke program lain" + +#. Translators: %s is a filename +#: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 +#: ../plugins/growisofs/burn-growisofs.c:509 +#, c-format +msgid "\"%s\" could not be found" +msgstr "\"%s\" tidak ditemui" + +#. Translators: %s is the name of the brasero element +#: ../libbrasero-burn/burn-process.c:259 +#, c-format +msgid "Process \"%s\" ended with an error code (%i)" +msgstr "Proses \"%s\" ditamatkan dengan kod ralat (%i)" #. Translators: This is a fake drive, a file, and means that #. * when we're writing, we're writing to a file and create an #. * image on the hard drive. #: ../libbrasero-media/brasero-drive.c:607 -#: ../libbrasero-media/brasero-medium.c:209 -#: ../libbrasero-media/brasero-volume.c:391 -#, fuzzy +#: ../libbrasero-media/brasero-medium.c:206 +#: ../libbrasero-media/brasero-volume.c:382 msgid "Image File" -msgstr "Fail imej default" +msgstr "Fail Imej" -#: ../libbrasero-media/burn-iso9660.c:158 -#: ../libbrasero-media/burn-iso9660.c:167 -#: ../libbrasero-media/burn-iso9660.c:402 -#: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 -#, c-format -msgid "It does not appear to be a valid ISO image" -msgstr "" +#: ../libbrasero-media/brasero-drive-selection.c:341 +#: ../libbrasero-media/brasero-drive-selection.c:436 +msgid "Unnamed CD/DVD Drive" +msgstr "Pemacu CD/DVD tidak bernama" + +#: ../libbrasero-media/brasero-media.c:54 +msgid "Display debug statements on stdout for Brasero media library" +msgstr "Papar kenyataan nyahpepijat pada stdout untuk pustaka media Brasero" + +#: ../libbrasero-media/brasero-media.c:477 +msgid "Brasero optical media library" +msgstr "Pustaka media optikal Brasero" + +#: ../libbrasero-media/brasero-media.c:478 +msgid "Display options for Brasero media library" +msgstr "Paparkan pilihan untuk pustaka media Brasero" #: ../libbrasero-media/brasero-medium.c:65 -#, fuzzy msgid "File" msgstr "Fail" #: ../libbrasero-media/brasero-medium.c:66 -#, fuzzy msgid "CD-ROM" msgstr "CD-ROM" #: ../libbrasero-media/brasero-medium.c:67 -#, fuzzy msgid "CD-R" -msgstr "&Trek CD" +msgstr "CD-R" #: ../libbrasero-media/brasero-medium.c:68 -#, fuzzy msgid "CD-RW" -msgstr "&Trek CD" +msgstr "CD-RW" #: ../libbrasero-media/brasero-medium.c:69 -#, fuzzy msgid "DVD-ROM" -msgstr "Peranti DVD-ROM..." +msgstr "DVD-ROM" #: ../libbrasero-media/brasero-medium.c:70 -#, fuzzy msgid "DVD-R" -msgstr "DVD" +msgstr "DVD-R" #: ../libbrasero-media/brasero-medium.c:71 -#, fuzzy msgid "DVD-RW" -msgstr "Pemain DVD" +msgstr "DVD-RW" #: ../libbrasero-media/brasero-medium.c:72 -#, fuzzy msgid "DVD+R" -msgstr "DVD" +msgstr "DVD+R" #: ../libbrasero-media/brasero-medium.c:73 -#, fuzzy msgid "DVD+RW" -msgstr "Pemain DVD" +msgstr "DVD+RW" #: ../libbrasero-media/brasero-medium.c:74 -#, fuzzy msgid "DVD+R dual layer" -msgstr "&Tukar Jenis Lapisan..." +msgstr "DVD+R dwi-lapis" #: ../libbrasero-media/brasero-medium.c:75 msgid "DVD+RW dual layer" -msgstr "" +msgstr "DVD+RW dwi-lapis" #: ../libbrasero-media/brasero-medium.c:76 -#, fuzzy msgid "DVD-R dual layer" -msgstr "&Tukar Jenis Lapisan..." +msgstr "DVD-R dwi-lapis" #: ../libbrasero-media/brasero-medium.c:77 -#, fuzzy msgid "DVD-RAM" -msgstr "RAM 128MB " +msgstr "DVD-RAM" #: ../libbrasero-media/brasero-medium.c:78 -#, fuzzy msgid "Blu-ray disc" -msgstr "Cakera Keras Baru" +msgstr "Cakera Blue-ray" #: ../libbrasero-media/brasero-medium.c:79 msgid "Writable Blu-ray disc" -msgstr "" +msgstr "Cakera Blu-Ray boleh tulis" #: ../libbrasero-media/brasero-medium.c:80 msgid "Rewritable Blu-ray disc" -msgstr "" +msgstr "Cakera Blu-ray boleh tulis semula" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. -#: ../libbrasero-media/brasero-medium.c:219 -#, fuzzy, c-format +#: ../libbrasero-media/brasero-medium.c:216 +#, c-format msgid "Blank %s in %s" -msgstr "%1 -> %2 Ikut Susunan" +msgstr "Kosongkan %s di dalam %s" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. -#: ../libbrasero-media/brasero-medium.c:226 -#, fuzzy, c-format +#: ../libbrasero-media/brasero-medium.c:223 +#, c-format msgid "Audio and data %s in %s" -msgstr "IDE Audio dan Video" +msgstr "Audio dan data %s di dalam %s" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. -#: ../libbrasero-media/brasero-medium.c:233 -#, fuzzy, c-format +#: ../libbrasero-media/brasero-medium.c:230 +#, c-format msgid "Audio %s in %s" -msgstr "%1 -> %2 Ikut Susunan" +msgstr "Audio %s di dalam %s" + +#. NOTE for translators: the first %s is the disc type and the +#. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:237 +#, c-format +msgid "Data %s in %s" +msgstr "Data %s di dalam %s" + +#. NOTE for translators: the first %s is the disc type and the +#. * second %s the name of the drive this disc is in. +#: ../libbrasero-media/brasero-medium.c:244 +#, c-format +msgid "%s in %s" +msgstr "%s di dalam %s" + +#. NOTE for translators, the first %s is the medium name +#: ../libbrasero-media/brasero-medium-selection.c:158 +#, c-format +msgid "%s: empty" +msgstr "%s: kosong" + +#. NOTE for translators: the first %s is the medium name, the +#. * second %s is the space (kio, gio) used by data on the disc. +#. +#. NOTE for translators: the first %s is the medium name, the +#. * second %s is the space (time) used by data on the disc. +#. * I really don't know if I should set this string as +#. * translatable. +#: ../libbrasero-media/brasero-medium-selection.c:174 +#: ../libbrasero-media/brasero-medium-selection.c:186 +#, c-format +msgid "%s: %s" +msgstr "%s: %s" + +#: ../libbrasero-media/brasero-medium-selection.c:451 +msgid "Searching for available discs" +msgstr "Menggelintar cakera yang ada" + +#: ../libbrasero-media/brasero-medium-selection.c:460 +msgid "No disc available" +msgstr "Tiada cakera" + +#. Translators: this is hour minute second like '2 h 14 min 25' +#: ../libbrasero-media/brasero-units.c:71 +#, c-format +msgid "%s h %s min %s" +msgstr "%s j %s min %s" + +#. Translators: this is hour minute like '2 h 14' +#: ../libbrasero-media/brasero-units.c:77 +#, c-format +msgid "%s h %s" +msgstr "%s j %s" + +#. Translators: this is hour like '2 h' +#: ../libbrasero-media/brasero-units.c:82 +#, c-format +msgid "%s h" +msgstr "%s j" + +#. Translators: this is 'hour:minute:second' like '2:14:25' +#: ../libbrasero-media/brasero-units.c:86 +#, c-format +msgid "%s:%s:%s" +msgstr "%s:%s:%s" -#. NOTE for translators: the first %s is the disc type and the -#. * second %s the name of the drive this disc is in. -#: ../libbrasero-media/brasero-medium.c:240 -#, fuzzy, c-format -msgid "Data %s in %s" -msgstr "%1 -> %2 Ikut Susunan" +#. Translators: this is 'hour:minute' or 'minute:second' +#: ../libbrasero-media/brasero-units.c:92 +#: ../libbrasero-media/brasero-units.c:107 +#, c-format +msgid "%s:%s" +msgstr "%s:%s" -#. NOTE for translators: the first %s is the disc type and the -#. * second %s the name of the drive this disc is in. -#: ../libbrasero-media/brasero-medium.c:247 -#, fuzzy, c-format -msgid "%s in %s" -msgstr "2 dalam 1" +#. Translators: %s is a duration expressed in minutes +#: ../libbrasero-media/brasero-units.c:99 +#, c-format +msgid "%s min" +msgstr "%s min" -#: ../libbrasero-media/brasero-volume.c:192 +#. Translators: the first %s is the number of minutes +#. * and the second one is the number of seconds. +#. * The whole string expresses a duration +#: ../libbrasero-media/brasero-units.c:104 +#, c-format +msgid "%s:%s min" +msgstr "%s:%s min" + +#: ../libbrasero-media/brasero-volume.c:186 #, c-format msgid "The disc mount point could not be retrieved" -msgstr "" +msgstr "Titik lekap cakera tidak boleh diperoleh" #. NOTE for translators: the first %s is the disc type and Blank is an adjective. -#: ../libbrasero-media/brasero-volume.c:418 -#, fuzzy, c-format +#: ../libbrasero-media/brasero-volume.c:409 +#, c-format msgid "Blank disc (%s)" -msgstr "Id Cakera:" +msgstr "Cakera kosong (%s)" #. NOTE for translators: the first %s is the disc type. -#: ../libbrasero-media/brasero-volume.c:422 -#, fuzzy, c-format +#: ../libbrasero-media/brasero-volume.c:413 +#, c-format msgid "Audio and data disc (%s)" -msgstr "IDE Audio dan Video" +msgstr "Cakera audio dan data (%s)" #. NOTE for translators: the first %s is the disc type. #. NOTE to translators: the final string must not be over #. * 32 _bytes_ . #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:426 -#: ../src/brasero-project-name.c:325 -#, fuzzy, c-format +#: ../libbrasero-media/brasero-volume.c:417 ../src/brasero-project-name.c:322 +#, c-format msgid "Audio disc (%s)" -msgstr "Id Cakera:" +msgstr "Cakera audio (%s)" #. NOTE for translators: the first %s is the disc type. #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:430 -#: ../src/brasero-project-name.c:258 -#, fuzzy, c-format +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 +#, c-format msgid "Data disc (%s)" -msgstr "Id Cakera:" +msgstr "Cakera data (%s)" -#: ../libbrasero-media/scsi-error.c:43 -#: ../src/brasero-project-name.c:84 -#, fuzzy +#: ../libbrasero-media/burn-iso9660.c:158 +#: ../libbrasero-media/burn-iso9660.c:167 +#: ../libbrasero-media/burn-iso9660.c:402 +#: ../libbrasero-media/burn-iso9660.c:439 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 +#, c-format +msgid "It does not appear to be a valid ISO image" +msgstr "Bukannya imej ISO yang sah" + +#: ../libbrasero-media/scsi-error.c:43 ../src/brasero-project-name.c:84 msgid "Unknown error" msgstr "Ralat tidak diketahui" #: ../libbrasero-media/scsi-error.c:44 -#, fuzzy msgid "Size mismatch" -msgstr "tag silap padan" +msgstr "Saiz tidak sepadan" #: ../libbrasero-media/scsi-error.c:45 -#, fuzzy msgid "Type mismatch" -msgstr "tag silap padan" +msgstr "Jenis tidak sepadan" #: ../libbrasero-media/scsi-error.c:46 -#, fuzzy msgid "Bad argument" -msgstr "Argumen \"%1\" Diulang" +msgstr "Argumen rosak" #: ../libbrasero-media/scsi-error.c:48 -#, fuzzy msgid "Outrange address" -msgstr "Alamat &pencetak:" +msgstr "Alamat luar julat" #: ../libbrasero-media/scsi-error.c:49 -#, fuzzy msgid "Invalid address" -msgstr "Alamat e-mel yang dimasukkan tidak sah." +msgstr "Alamat tidak sah" #: ../libbrasero-media/scsi-error.c:50 -#, fuzzy msgid "Invalid command" -msgstr "Arahan khas %1 tidak sah" +msgstr "Perintah tidak sah" #: ../libbrasero-media/scsi-error.c:51 -#, fuzzy msgid "Invalid parameter in command" -msgstr "Jenis tidak sah dalam Pengkalandata" +msgstr "Parameter tidak sah dalam perintah" #: ../libbrasero-media/scsi-error.c:52 -#, fuzzy msgid "Invalid field in command" -msgstr "Jenis tidak sah dalam Pengkalandata" +msgstr "Medan tidak sah dalam perintah" #: ../libbrasero-media/scsi-error.c:53 -#, fuzzy msgid "The device timed out" -msgstr "Hadmasa sambungan tamat" +msgstr "Peranti telah tamat masa" #: ../libbrasero-media/scsi-error.c:54 -#, fuzzy msgid "Key not established" -msgstr "Kekunci Tidak Disahkan" +msgstr "Kunci tidak dimantapkan" #: ../libbrasero-media/scsi-error.c:55 -#, fuzzy msgid "Invalid track mode" -msgstr "&Keluar mod semasa" - -#: ../src/eggdesktopfile.c:165 -#, fuzzy, c-format -msgid "File is not a valid .desktop file" -msgstr "Fail bukan arkib tema ikon yang sah." +msgstr "Mod trek tidak sah" -#: ../src/eggdesktopfile.c:188 -#, fuzzy, c-format -msgid "Unrecognized desktop file Version '%s'" -msgstr "Fail '%1' adalah versi yang salah." - -#: ../src/eggdesktopfile.c:958 -#, fuzzy, c-format -msgid "Starting %s" -msgstr "** Memulakan %1 **" - -#: ../src/eggdesktopfile.c:1100 -#, c-format -msgid "Application does not accept documents on command line" -msgstr "" +#: ../libbrasero-utils/brasero-disc-message.c:133 +msgid "_Hide changes" +msgstr "Sem_bunyi perubahan" -#: ../src/eggdesktopfile.c:1168 -#, fuzzy, c-format -msgid "Unrecognized launch option: %d" -msgstr "Pilihan Meninggalkan Default" +#: ../libbrasero-utils/brasero-disc-message.c:135 +#: ../libbrasero-utils/brasero-disc-message.c:154 +msgid "_Show changes" +msgstr "_Tunjuk perubahan" -#: ../src/eggdesktopfile.c:1373 +#: ../libbrasero-utils/brasero-io.c:1418 #, c-format -msgid "Can't pass document URIs to a 'Type=Link' desktop entry" -msgstr "" - -#: ../src/eggdesktopfile.c:1392 -#, fuzzy, c-format -msgid "Not a launchable item" -msgstr "Anda belum memilih butiran: %1." - -#: ../src/eggsmclient.c:224 -msgid "Disable connection to session manager" -msgstr "" - -#: ../src/eggsmclient.c:227 -msgid "Specify file containing saved configuration" -msgstr "" - -#: ../src/eggsmclient.c:227 -#, fuzzy -msgid "FILE" -msgstr " %1 fail " - -#: ../src/eggsmclient.c:230 -msgid "Specify session management ID" -msgstr "" - -#: ../src/eggsmclient.c:230 -#, fuzzy -msgid "ID" -msgstr "id:" - -#: ../src/eggsmclient.c:244 -#, fuzzy -msgid "Session management options:" -msgstr "Set semula pilihan la&ma" +msgid "The file does not appear to be a playlist" +msgstr "Fail nampaknya bukan senarai main" -#: ../src/eggsmclient.c:245 -#, fuzzy -msgid "Show session management options" -msgstr "Papar Bantuan tentang pilihan" +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:199 +msgid "Images" +msgstr "Imej" -#: ../src/brasero-pref.c:65 -#, fuzzy -msgid "Brasero Plugins" -msgstr "Buku Panduan &Plugin" +#: ../libbrasero-utils/brasero-jacket-background.c:230 +msgid "_Color" +msgstr "_Warna" -#: ../plugins/local-track/burn-uri.c:207 -#: ../plugins/local-track/burn-uri.c:297 -#: ../plugins/local-track/burn-uri.c:472 -#, c-format -msgid "Impossible to retrieve local file path" -msgstr "" +#: ../libbrasero-utils/brasero-jacket-background.c:261 +msgid "Solid color" +msgstr "Warna tegar" -#: ../plugins/local-track/burn-uri.c:326 -#: ../plugins/local-track/burn-local-image.c:527 -#, fuzzy -msgid "Copying files locally" -msgstr "Mampat, nyahmampat fail." +#: ../libbrasero-utils/brasero-jacket-background.c:262 +msgid "Horizontal gradient" +msgstr "Gradien melintang" -#. Translators: this is the name of the plugin -#. * which will be translated only when it needs -#. * displaying. -#: ../plugins/local-track/burn-uri.c:746 -#: ../nautilus/nautilus-burn-bar.c:136 -msgid "CD/DVD Creator Folder" -msgstr "" +#: ../libbrasero-utils/brasero-jacket-background.c:263 +msgid "Vertical gradient" +msgstr "Gradien menegak" -#: ../plugins/local-track/burn-uri.c:747 -msgid "Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" -msgstr "" +#. second part +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:280 +msgid "_Image" +msgstr "_Imej" -#: ../nautilus/brasero-nautilus.desktop.in.in.h:1 -#: ../nautilus/nautilus-burn-extension.c:297 -#, fuzzy -msgid "CD/DVD Creator" -msgstr "Pemacu CD/DVD" +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:308 +msgid "Image path:" +msgstr "Laluan imej:" -#: ../nautilus/brasero-nautilus.desktop.in.in.h:2 -msgid "Create CDs and DVDs" -msgstr "" +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:320 +msgid "Choose an image" +msgstr "Pilih imej" -#: ../nautilus/nautilus-burn-bar.c:143 -msgid "Drag or copy files below to write them to disc" -msgstr "" +#. Translators: This is an image, a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-background.c:331 +msgid "Image style:" +msgstr "Gaya imej:" -#: ../nautilus/nautilus-burn-bar.c:151 -#: ../nautilus/nautilus-burn-extension.c:350 -#, fuzzy -msgid "Write to Disc" -msgstr "Tidak Dapat Tulis ke Sumber" +#: ../libbrasero-utils/brasero-jacket-background.c:345 +msgid "Centered" +msgstr "Ditengahkan" -#: ../nautilus/nautilus-burn-bar.c:163 -#: ../nautilus/nautilus-burn-extension.c:730 -msgid "Write contents to a CD or DVD" -msgstr "" +#: ../libbrasero-utils/brasero-jacket-background.c:346 +msgid "Tiled" +msgstr "Dijubinkan" -#: ../nautilus/nautilus-burn-extension.c:288 -#, fuzzy -msgid "Disc name" -msgstr "&Nama artis:" +#: ../libbrasero-utils/brasero-jacket-background.c:347 +msgid "Scaled" +msgstr "Diskalakan" -#: ../nautilus/nautilus-burn-extension.c:377 -#, fuzzy -msgid "Copy Disc" -msgstr "Id Cakera:" +#: ../libbrasero-utils/brasero-jacket-background.c:384 +msgid "Background Properties" +msgstr "Sifat Latar Belakang" -#: ../nautilus/nautilus-burn-extension.c:578 -#: ../nautilus/nautilus-burn-extension.c:729 -#, fuzzy -msgid "_Write to Disc…" -msgstr "Tidak Dapat Tulis ke Sumber" +#: ../libbrasero-utils/brasero-jacket-edit.c:534 +msgid "Print" +msgstr "Cetak" -#: ../nautilus/nautilus-burn-extension.c:579 -msgid "Write disc image to a CD or DVD" -msgstr "" +#: ../libbrasero-utils/brasero-jacket-edit.c:546 +msgid "Bac_kground Properties" +msgstr "Sifat Latar _Belakang" -#: ../nautilus/nautilus-burn-extension.c:652 -#, fuzzy -msgid "_Copy Disc…" -msgstr "&Salin Teks" +#: ../libbrasero-utils/brasero-jacket-edit.c:549 +msgid "Background properties" +msgstr "Sifat latar belakang" -#: ../nautilus/nautilus-burn-extension.c:653 -msgid "Create a copy of this CD or DVD" -msgstr "" +#: ../libbrasero-utils/brasero-jacket-edit.c:564 +msgid "Align right" +msgstr "Jajar kanan" -#: ../nautilus/nautilus-burn-extension.c:666 -#, fuzzy -msgid "_Blank Disc…" -msgstr "Selitkan Kosong" +#: ../libbrasero-utils/brasero-jacket-edit.c:574 +msgid "Center" +msgstr "Tengah" -#: ../nautilus/nautilus-burn-extension.c:667 -msgid "Blank this CD or DVD" -msgstr "" +#: ../libbrasero-utils/brasero-jacket-edit.c:584 +msgid "Align left" +msgstr "Jajar kiri" -#: ../nautilus/nautilus-burn-extension.c:683 -#, fuzzy -msgid "_Check Disc…" -msgstr "&Semak Konfigurasi" +#: ../libbrasero-utils/brasero-jacket-edit.c:598 +msgid "Underline" +msgstr "Garis Bawah" -#: ../nautilus/nautilus-burn-extension.c:684 -msgid "Check the data integrity on this CD or DVD" -msgstr "" +#: ../libbrasero-utils/brasero-jacket-edit.c:608 +msgid "Italic" +msgstr "Condong" -#. Translators: this is a picture not -#. * a disc image -#: ../src/brasero-project-name.c:83 -#, fuzzy -msgctxt "picture" -msgid "Please select another image." -msgstr "Pilih Fail Imej Kulit Album" +#: ../libbrasero-utils/brasero-jacket-edit.c:618 +msgid "Bold" +msgstr "Tebal" -#: ../src/brasero-project-name.c:157 -#, fuzzy -msgid "Medium Icon" -msgstr "Tetapan Ikon %1" +#: ../libbrasero-utils/brasero-jacket-edit.c:644 +msgid "Font family and size" +msgstr "Keluarga dan saiz fon" -#. Translators: this is an image, a picture, not a "Disc Image" -#: ../src/brasero-project-name.c:171 -#: ../src/brasero-file-chooser.c:343 -#: ../src/brasero-project.c:2205 -#, fuzzy -msgctxt "picture" -msgid "Image files" -msgstr "Fail tetapan." +#: ../libbrasero-utils/brasero-jacket-edit.c:651 +msgid "_Text Color" +msgstr "_Warna Teks" -#. NOTE to translators: the final string must not be over -#. * 32 _bytes_. -#. * The %s is the date -#: ../src/brasero-project-name.c:272 -#, fuzzy, c-format -msgid "Video disc (%s)" -msgstr "Id Cakera:" +#: ../libbrasero-utils/brasero-jacket-edit.c:652 +msgid "Text color" +msgstr "Warna teks" -#: ../src/brasero-app.c:115 -#, fuzzy -msgid "_Project" -msgstr "&Tutup Projek" +#: ../libbrasero-utils/brasero-jacket-edit.c:775 +msgid "Cover Editor" +msgstr "Penyunting Kulit Hadapan" -#: ../src/brasero-app.c:116 -#, fuzzy -msgid "_View" -msgstr "Lihat" +#: ../libbrasero-utils/brasero-jacket-view.c:766 +msgid "Set Bac_kground Properties" +msgstr "Tetapkan Sifat Latar B_elakang" -#: ../src/brasero-app.c:117 -#, fuzzy -msgid "_Edit" -msgstr "Edit %1" +#: ../libbrasero-utils/brasero-jacket-view.c:807 +msgid "SIDES" +msgstr "SISI" -#: ../src/brasero-app.c:118 -#, fuzzy -msgid "_Tools" -msgstr "Alat" +#: ../libbrasero-utils/brasero-jacket-view.c:823 +msgid "BACK COVER" +msgstr "KULIT BELAKANG" -#: ../src/brasero-app.c:120 -#, fuzzy -msgid "_Help" -msgstr "Bantuan" +#: ../libbrasero-utils/brasero-jacket-view.c:841 +msgid "FRONT COVER" +msgstr "KULIT HADAPAN" -#: ../src/brasero-app.c:122 -msgid "P_lugins" -msgstr "" +#. Translators: This is an image, +#. * a picture, not a "Disc Image" +#: ../libbrasero-utils/brasero-jacket-view.c:1021 +msgid "The image could not be loaded." +msgstr "Imej tidak dapat dimuatkan." -#: ../src/brasero-app.c:123 -#, fuzzy -msgid "Choose plugins for Brasero" -msgstr "Keutamaan CPU untuk plugin: %1" +#: ../libbrasero-utils/brasero-metadata.c:1126 ../src/brasero-audio-disc.c:643 +#, c-format +msgid "\"%s\" could not be handled by GStreamer." +msgstr "\"%s\" tidak dapat dikendalikan oleh GStreamer." -#: ../src/brasero-app.c:125 -#, fuzzy -msgid "E_ject" -msgstr "Tola&k" +#. Translators: %s is the name of the object (as in +#. * GObject) from the Gstreamer library that could +#. * not be created +#: ../libbrasero-utils/brasero-metadata.c:1198 +#: ../libbrasero-utils/brasero-metadata.c:1211 +#: ../libbrasero-utils/brasero-metadata.c:1224 +#: ../libbrasero-utils/brasero-metadata.c:1366 +#: ../libbrasero-utils/brasero-metadata.c:1738 +#: ../libbrasero-utils/brasero-metadata.c:1753 +#: ../libbrasero-utils/brasero-metadata.c:1762 +#: ../plugins/transcode/burn-normalize.c:172 +#: ../plugins/transcode/burn-normalize.c:187 +#: ../plugins/transcode/burn-normalize.c:209 +#: ../plugins/transcode/burn-normalize.c:221 +#: ../plugins/transcode/burn-normalize.c:238 +#: ../plugins/transcode/burn-normalize.c:335 +#: ../plugins/transcode/burn-transcode.c:292 +#: ../plugins/transcode/burn-transcode.c:304 +#: ../plugins/transcode/burn-transcode.c:426 +#: ../plugins/transcode/burn-transcode.c:479 +#: ../plugins/transcode/burn-transcode.c:513 +#: ../plugins/transcode/burn-transcode.c:556 +#: ../plugins/transcode/burn-transcode.c:577 +#: ../plugins/transcode/burn-transcode.c:589 +#: ../plugins/transcode/burn-transcode.c:611 +#: ../plugins/transcode/burn-vob.c:308 ../plugins/transcode/burn-vob.c:328 +#: ../plugins/transcode/burn-vob.c:343 ../plugins/transcode/burn-vob.c:355 +#: ../plugins/transcode/burn-vob.c:372 ../plugins/transcode/burn-vob.c:428 +#: ../plugins/transcode/burn-vob.c:445 ../plugins/transcode/burn-vob.c:457 +#: ../plugins/transcode/burn-vob.c:469 ../plugins/transcode/burn-vob.c:481 +#: ../plugins/transcode/burn-vob.c:498 ../plugins/transcode/burn-vob.c:582 +#: ../plugins/transcode/burn-vob.c:599 ../plugins/transcode/burn-vob.c:611 +#: ../plugins/transcode/burn-vob.c:623 ../plugins/transcode/burn-vob.c:642 +#: ../plugins/transcode/burn-vob.c:659 ../plugins/transcode/burn-vob.c:705 +#: ../plugins/transcode/burn-vob.c:782 ../plugins/transcode/burn-vob.c:799 +#: ../plugins/transcode/burn-vob.c:814 ../plugins/transcode/burn-vob.c:826 +#: ../plugins/transcode/burn-vob.c:837 ../plugins/transcode/burn-vob.c:848 +#: ../plugins/transcode/burn-vob.c:1023 ../plugins/transcode/burn-vob.c:1087 +#: ../plugins/transcode/burn-vob.c:1104 ../plugins/transcode/burn-vob.c:1125 +#: ../plugins/transcode/burn-vob.c:1152 +#, c-format +msgid "%s element could not be created" +msgstr "Unsur %s tidak dapat dicipta" -#: ../src/brasero-app.c:126 -#, fuzzy -msgid "Eject a disc" -msgstr "Id Cakera:" +#: ../libbrasero-utils/brasero-misc.c:74 +msgid "Display debug statements on stdout for Brasero utilities library" +msgstr "Papar kenyataan nyahpepijat pada stdout untuk pustaka utiliti Brasero" -#: ../src/brasero-app.c:128 -msgid "_Blank…" -msgstr "" +#: ../libbrasero-utils/brasero-misc.c:91 +msgid "Brasero utilities library" +msgstr "Pustaka utiliti Brasero" -#: ../src/brasero-app.c:129 -#, fuzzy -msgid "Blank a disc" -msgstr "Id Cakera:" +#: ../libbrasero-utils/brasero-misc.c:92 +msgid "Display options for Brasero-utils library" +msgstr "Papar pilihan untuk pustaka Brasero-utils" -#: ../src/brasero-app.c:131 -#, fuzzy -msgid "_Check Integrity…" -msgstr "&Semak Konfigurasi" +#: ../libbrasero-utils/brasero-tool-color-picker.c:166 +msgid "Pick a Color" +msgstr "Pilih satu Warna" -#: ../src/brasero-app.c:132 -msgid "Check data integrity of disc" -msgstr "" +#: ../nautilus/brasero-nautilus.desktop.in.in.h:1 +#: ../nautilus/nautilus-burn-extension.c:281 +msgid "CD/DVD Creator" +msgstr "Pencipta CD/DVD" -#: ../src/brasero-app.c:135 -#, fuzzy -msgid "Quit Brasero" -msgstr "Keluar aplikasi" +#: ../nautilus/brasero-nautilus.desktop.in.in.h:2 +msgid "Create CDs and DVDs" +msgstr "Cipta CD dan DVD" -#: ../src/brasero-app.c:137 -#, fuzzy -msgid "_Contents" -msgstr "&Kandungan" +#: ../nautilus/nautilus-burn-bar.c:228 ../src/brasero-project-name.c:154 +msgid "Medium Icon" +msgstr "Ikon Medium" -#: ../src/brasero-app.c:137 -#, fuzzy -msgid "Display help" -msgstr "Dapatkan bantuan" +#. Translators: this is an image, a picture, not a "Disc Image" +#: ../nautilus/nautilus-burn-bar.c:242 ../src/brasero-file-chooser.c:375 +#: ../src/brasero-project.c:2250 ../src/brasero-project-name.c:168 +msgctxt "picture" +msgid "Image files" +msgstr "Fail imej" -#: ../src/brasero-app.c:140 -#, fuzzy -msgid "About" -msgstr "M&aklumat" +#. Translators: this is the name of the plugin +#. * which will be translated only when it needs +#. * displaying. +#: ../nautilus/nautilus-burn-bar.c:356 ../plugins/local-track/burn-uri.c:747 +msgid "CD/DVD Creator Folder" +msgstr "Folder Pencipta CD/DVD" -#: ../src/brasero-app.c:412 -#: ../data/brasero.desktop.in.in.h:4 -#, fuzzy -msgid "Disc Burner" -msgstr "Id Cakera:" +#: ../nautilus/nautilus-burn-bar.c:368 +msgid "Disc Name:" +msgstr "Nama Cakera:" + +#. Translators: be careful, anything longer than the English will likely +#. * not fit on small Nautilus windows +#: ../nautilus/nautilus-burn-bar.c:407 +msgid "Drag or copy files below to write them to disc" +msgstr "Seret atau salin fail di bawah untuk menulisnya ke dalam cakera" -#: ../src/brasero-app.c:767 -#: ../src/brasero-app.c:800 -#: ../src/brasero-app.c:1455 -#, fuzzy -msgid "Error while loading the project" -msgstr "Ralat ketika memuatkan nama bunyi." +#: ../nautilus/nautilus-burn-bar.c:423 +#: ../nautilus/nautilus-burn-extension.c:323 +msgid "Write to Disc" +msgstr "Tulis ke Cakera" -#: ../src/brasero-app.c:809 -#: ../src/brasero-app.c:838 -#: ../src/brasero-app.c:898 -#: ../src/brasero-project.c:1265 -msgid "Please add files to the project." -msgstr "" +#: ../nautilus/nautilus-burn-bar.c:442 +#: ../nautilus/nautilus-burn-extension.c:725 +msgid "Write contents to a CD or DVD" +msgstr "Tulis kandungan ke dalam CD atau DVD" -#: ../src/brasero-app.c:810 -#: ../src/brasero-app.c:839 -#: ../src/brasero-app.c:899 -#, fuzzy -msgid "The project is empty" -msgstr "Lokasi adalah kosong." +#: ../nautilus/nautilus-burn-extension.c:370 +msgid "Copy Disc" +msgstr "Salin Cakera" -#: ../src/brasero-app.c:1153 -msgid "Brasero is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version." -msgstr "" +#: ../nautilus/nautilus-burn-extension.c:571 +#: ../nautilus/nautilus-burn-extension.c:724 +msgid "_Write to Disc…" +msgstr "_Tulis ke Cakera..." -#: ../src/brasero-app.c:1158 -msgid "Brasero is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." -msgstr "" +#: ../nautilus/nautilus-burn-extension.c:572 +msgid "Write disc image to a CD or DVD" +msgstr "Tulis imej cakera ke dalam CD atau DVD" -#: ../src/brasero-app.c:1163 -msgid "You should have received a copy of the GNU General Public License along with Brasero; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" -msgstr "" +#: ../nautilus/nautilus-burn-extension.c:645 +msgid "_Copy Disc…" +msgstr "_Salin Cakera..." -#: ../src/brasero-app.c:1175 -msgid "A simple to use CD/DVD burning application for GNOME" -msgstr "" +#: ../nautilus/nautilus-burn-extension.c:646 +msgid "Create a copy of this CD or DVD" +msgstr "Cipta satu salinan CD atau DVD ini" -#: ../src/brasero-app.c:1192 -#, fuzzy -msgid "Brasero Homepage" -msgstr "&Buka Laman Utama" +#: ../nautilus/nautilus-burn-extension.c:659 +msgid "_Blank Disc…" +msgstr "_Kosongkan Cakera..." -#. Translators: This is a special message that shouldn't be translated -#. * literally. It is used in the about box to give credits to -#. * the translators. -#. * Thus, you should translate it to your name and email address. -#. * You should also include other translators who have contributed to -#. * this translation; in that case, please write each of them on a separate -#. * line seperated by newlines (\n). -#. -#: ../src/brasero-app.c:1204 -#, fuzzy -msgid "translator-credits" -msgstr "Penterjemah XML" +#: ../nautilus/nautilus-burn-extension.c:660 +msgid "Blank this CD or DVD" +msgstr "Kosongkan CD atau DVD ini" -#: ../src/brasero-app.c:1453 -#, fuzzy, c-format -msgid "The project \"%s\" does not exist" -msgstr "Port tidak wujud" +#: ../nautilus/nautilus-burn-extension.c:676 +msgid "_Check Disc…" +msgstr "_Periksa Cakera..." -#: ../src/brasero-app.c:1529 -#: ../src/brasero-app.c:1535 -#, fuzzy -msgid "_Recent Projects" -msgstr "Sambungan terba&ru:" +#: ../nautilus/nautilus-burn-extension.c:677 +msgid "Check the data integrity on this CD or DVD" +msgstr "Periksa integriti data CD atau DVD ini" -#: ../src/brasero-app.c:1530 -msgid "Display the projects recently opened" -msgstr "" +#: ../plugins/audio2cue/burn-audio2cue.c:191 +#: ../plugins/checksum/burn-checksum-image.c:124 +#, c-format +msgid "Data could not be read (%s)" +msgstr "Data tidak boleh dibaca (%s)" -#: ../src/brasero-app.c:1882 -#: ../data/brasero.desktop.in.in.h:2 -#, fuzzy -msgid "Brasero Disc Burner" -msgstr "Cakera Keras Baru" +#: ../plugins/audio2cue/burn-audio2cue.c:241 +#: ../plugins/checksum/burn-checksum-files.c:196 +#: ../plugins/checksum/burn-checksum-files.c:219 +#: ../plugins/checksum/burn-checksum-image.c:174 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 +#: ../plugins/libburnia/burn-libisofs.c:160 +#: ../plugins/libburnia/burn-libisofs.c:274 +#, c-format +msgid "Data could not be written (%s)" +msgstr "Data tidak dapat ditulis (%s)" -#: ../data/brasero.desktop.in.in.h:1 -#: ../data/brasero-copy-medium.desktop.in.in.h:1 -msgid "Brasero" -msgstr "" +#: ../plugins/audio2cue/burn-audio2cue.c:723 +msgid "Generates .cue files from audio" +msgstr "Jana fail .cue daripada audio" -#: ../data/brasero.desktop.in.in.h:3 -msgid "Create and copy CDs and DVDs" -msgstr "" +#: ../plugins/cdrdao/burn-cdrdao.c:55 +msgid "cdrdao burning suite" +msgstr "Suit perakaman cdrdao" -#: ../data/brasero.schemas.in.h:1 -msgid "Contains the list of additional plugins Brasero will use to burn discs. If set to NULL, Brasero will load them all." -msgstr "" +#: ../plugins/cdrdao/burn-cdrdao.c:103 +msgid "Copying audio track" +msgstr "Menyalin trek audio" -#: ../data/brasero.schemas.in.h:2 -msgid "Contains the name of the favourite burn engine suite installed. It will be used if possible." -msgstr "" +#: ../plugins/cdrdao/burn-cdrdao.c:109 +msgid "Copying data track" +msgstr "Menyalin trek data" -#: ../data/brasero.schemas.in.h:3 -#, fuzzy -msgid "Enable file preview" -msgstr "&Aktifkan fail output" +#: ../plugins/cdrdao/burn-cdrdao.c:145 +#, c-format +msgid "Analysing track %02i" +msgstr "Menganalisis trek %02i" -#: ../data/brasero.schemas.in.h:4 -msgid "Enable the \"-immed\" flag with cdrecord" -msgstr "" +#: ../plugins/cdrdao/burn-cdrdao.c:249 ../plugins/cdrkit/burn-readom.c:116 +#: ../plugins/cdrkit/burn-readom.c:122 ../plugins/cdrkit/burn-wodim.c:106 +#: ../plugins/cdrtools/burn-cdrecord.c:106 +#: ../plugins/cdrtools/burn-readcd.c:117 ../plugins/cdrtools/burn-readcd.c:123 +#, c-format +msgid "You do not have the required permissions to use this drive" +msgstr "Anda tidak perlukan kebenaran untuk menggunakan pemacu ini" -#: ../data/brasero.schemas.in.h:5 -#, fuzzy -msgid "Favourite burn engine" -msgstr "Enjin &carian default:" +#: ../plugins/cdrdao/burn-cdrdao.c:480 +msgid "Converting toc file" +msgstr "Menukar format fail toc" -#: ../data/brasero.schemas.in.h:6 -msgid "Replace symbolic links by their targets" -msgstr "" +#: ../plugins/cdrdao/burn-cdrdao.c:697 +msgid "Copies, burns and blanks CDs" +msgstr "Salin, tulis dan kosongkan CD" -#: ../data/brasero.schemas.in.h:7 -msgid "Should Nautilus extension output debug statements" -msgstr "" +#: ../plugins/cdrdao/burn-cdrdao.c:762 +msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" +msgstr "Benarkan bendera \"--driver generic-mmc-raw\" (rujuk manual cdrdao)" -#: ../data/brasero.schemas.in.h:8 -msgid "Should Nautilus extension output debug statements. The value should be set to true if it should." -msgstr "" +#: ../plugins/cdrkit/burn-cdrkit.h:38 +msgid "cdrkit burning suite" +msgstr "suit perakaman cdrkit" -#: ../data/brasero.schemas.in.h:9 -msgid "Should brasero filter broken symbolic links" -msgstr "" +#: ../plugins/cdrkit/burn-genisoimage.c:119 +#: ../plugins/cdrtools/burn-mkisofs.c:119 +#: ../plugins/growisofs/burn-growisofs.c:204 +#: ../plugins/libburnia/burn-libisofs.c:518 +#, c-format +msgid "Last session import failed" +msgstr "Gagal mengimport sesi terakhir" -#: ../data/brasero.schemas.in.h:10 -msgid "Should brasero filter broken symbolic links. Set to true, brasero will filter broken symbolic links." -msgstr "" +#: ../plugins/cdrkit/burn-genisoimage.c:125 +#: ../plugins/cdrkit/burn-genisoimage.c:132 +#: ../plugins/cdrtools/burn-mkisofs.c:125 +#: ../plugins/cdrtools/burn-mkisofs.c:132 +#: ../plugins/growisofs/burn-growisofs.c:210 +#: ../plugins/growisofs/burn-growisofs.c:217 +msgid "An image could not be created" +msgstr "Imej tidak dapat dicipta" -#: ../data/brasero.schemas.in.h:11 -msgid "Should brasero filter hidden files" -msgstr "" +#: ../plugins/cdrkit/burn-genisoimage.c:138 +msgid "This version of genisoimage is not supported" +msgstr "Versi genisoimage ini tidak disokong" -#: ../data/brasero.schemas.in.h:12 -msgid "Should brasero filter hidden files. Set to true, brasero will filter hidden files." -msgstr "" +#: ../plugins/cdrkit/burn-genisoimage.c:180 +#: ../plugins/cdrtools/burn-mkisofs.c:180 +#: ../plugins/growisofs/burn-growisofs.c:223 +msgid "Some files have invalid filenames" +msgstr "Terdapat fail yang mempunyai nama fail tidak sah" -#: ../data/brasero.schemas.in.h:13 -msgid "Should brasero replace symbolic links by their target files in the project. Set to true, brasero will replace symbolic links." -msgstr "" +#: ../plugins/cdrkit/burn-genisoimage.c:186 +#: ../plugins/cdrtools/burn-mkisofs.c:186 +#: ../plugins/growisofs/burn-growisofs.c:229 +msgid "Unknown character encoding" +msgstr "Pengekodan aksara tidak diketahui" -#: ../data/brasero.schemas.in.h:14 -msgid "Used in conjunction with the \"-immed\" flag with cdrecord" -msgstr "" +#: ../plugins/cdrkit/burn-genisoimage.c:192 +#: ../plugins/cdrtools/burn-mkisofs.c:192 +msgid "There is no space left on the device" +msgstr "Tiada lagi ruang lagi di dalam peranti ini" -#: ../data/brasero.schemas.in.h:15 -msgid "Used in conjunction with the \"-immed\" flag with cdrecord." -msgstr "" +#: ../plugins/cdrkit/burn-genisoimage.c:527 +#: ../plugins/cdrtools/burn-mkisofs.c:531 +#: ../plugins/libburnia/burn-libisofs.c:1078 +msgid "Creates disc images from a file selection" +msgstr "Cipta imej cakera dari pemilihan fail" -#: ../data/brasero.schemas.in.h:16 -msgid "Whether to display file preview. Set to true to use it." +#: ../plugins/cdrkit/burn-readom.c:136 ../plugins/cdrtools/burn-readcd.c:137 +#, c-format +msgid "" +"The location you chose to store the image on does not have enough free space " +"for the disc image" msgstr "" +"Lokasi yang anda pilih untuk menyimpan imej tidak mempunyai ruang bebas yang " +"mencukupi" -#: ../data/brasero.schemas.in.h:17 -msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao" -msgstr "" +#: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 +msgid "Copies any disc to a disc image" +msgstr "Salin mana-mana cakera menjadi imej cakera" -#: ../data/brasero.schemas.in.h:18 -msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to True, brasero will use it; it may be a workaround for some drives/setups." -msgstr "" +#: ../plugins/cdrkit/burn-wodim.c:122 ../plugins/cdrtools/burn-cdrecord.c:122 +#: ../plugins/libburnia/burn-libburn.c:856 +#: ../plugins/libburnia/burn-libburn.c:887 +#, c-format +msgid "An error occurred while writing to disc" +msgstr "Satu ralat berlaku ketika menulis ke cakera" -#: ../data/brasero.schemas.in.h:19 -msgid "Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to true) as it's only a workaround for some drives/setups." +#: ../plugins/cdrkit/burn-wodim.c:128 ../plugins/cdrtools/burn-cdrecord.c:128 +#, c-format +msgid "" +"The system is too slow to write the disc at this speed. Try a lower speed" msgstr "" +"Sistem terlalu perlahan untuk menulis cakera dengan kelajuan ini. Cuba " +"rendahkan kelajuan" -#: ../data/brasero.schemas.in.h:20 -msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs" -msgstr "" +#. Translators: %s is the number of the track +#: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 +#, c-format +msgid "Writing track %s" +msgstr "Menulis trek %s" -#: ../data/brasero.schemas.in.h:21 -msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to false, brasero won't use it; it may be a workaround for some drives/setups." -msgstr "" +#: ../plugins/cdrkit/burn-wodim.c:352 ../plugins/cdrtools/burn-cdrecord.c:346 +msgid "Formatting disc" +msgstr "Memformat Cakera" -#: ../data/brasero.schemas.in.h:22 -msgid "White list of additional plugins to use" -msgstr "" +#: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 +msgid "Writing cue sheet" +msgstr "Menulis lembaran cue" -#: ../data/brasero.xml.in.h:1 -#, fuzzy -msgid "Brasero project file" -msgstr "Tidak dapat buka fail projek \"%1\"." +#: ../plugins/cdrkit/burn-wodim.c:394 ../plugins/cdrtools/burn-cdrecord.c:380 +#, c-format +msgid "The disc needs to be reloaded before being recorded" +msgstr "Cakera perlu dimuatkan semula sebelum dirakamkan" -#: ../src/brasero-audio-disc.c:156 -#: ../src/brasero-data-disc.c:123 -#, fuzzy -msgid "Open the selected files" -msgstr "&Buka Jadual/Pertanyaan yang Dipilih" +#: ../plugins/cdrkit/burn-wodim.c:1269 +msgid "Burns, blanks and formats CDs and DVDs" +msgstr "Rakam, kosongkan dan format CD dan DVD" -#: ../src/brasero-audio-disc.c:158 -#: ../src/brasero-video-disc.c:103 -#, fuzzy -msgid "_Edit Information…" -msgstr "&Edit Album..." +#: ../plugins/cdrkit/burn-wodim.c:1413 +msgid "Enable the \"-immed\" flag (see wodim manual)" +msgstr "Benarkan bendera \"-immed\" (rujuk manual wodim)" -#: ../src/brasero-audio-disc.c:158 -msgid "Edit the track information (start, end, author, etc.)" -msgstr "" +#: ../plugins/cdrkit/burn-wodim.c:1416 +msgid "Minimum drive buffer fill ratio (in %) (see wodim manual):" +msgstr "Nisbah isi penimbal terpacu minimum (dalam %) (rujuk manual wodim):" -#: ../src/brasero-audio-disc.c:160 -#: ../src/brasero-data-disc.c:127 -#: ../src/brasero-project.c:199 -#, fuzzy -msgid "Remove the selected files from the project" -msgstr "Salin fail yang dipilih dari %1 ke:" +#: ../plugins/cdrtools/burn-cdda2wav.c:206 +#: ../plugins/cdrtools/burn-cdda2wav.c:216 +#, c-format +msgid "Copying audio track %02d" +msgstr "Menyalin trek audio %02d" -#: ../src/brasero-audio-disc.c:162 -#: ../src/brasero-data-disc.c:129 -#: ../src/brasero-video-disc.c:107 -#, fuzzy -msgid "Paste files" -msgstr "Fail tetapan." +#: ../plugins/cdrtools/burn-cdda2wav.c:267 +msgid "Preparing to copy audio disc" +msgstr "Bersedia menyalin cakera audio" -#: ../src/brasero-audio-disc.c:162 -#: ../src/brasero-data-disc.c:129 -#: ../src/brasero-video-disc.c:107 -msgid "Add the files stored in the clipboard" -msgstr "" +#: ../plugins/cdrtools/burn-cdda2wav.c:411 +msgid "Copy tracks from an audio CD with all associated information" +msgstr "Salin trek dari CD audio dengan semua maklumat berkaitan" -#: ../src/brasero-audio-disc.c:164 -#, fuzzy -msgid "I_nsert a Pause" -msgstr "Mod Jeda" +#: ../plugins/cdrtools/burn-cdrecord.c:1203 +#: ../plugins/libburnia/burn-libburn.c:975 +msgid "Burns, blanks and formats CDs, DVDs and BDs" +msgstr "Rakam, kosongkan dan format CD, DVD dan BD" -#: ../src/brasero-audio-disc.c:164 -msgid "Add a 2 second pause after the track" -msgstr "" +#: ../plugins/cdrtools/burn-cdrecord.c:1416 +msgid "Enable the \"-immed\" flag (see cdrecord manual)" +msgstr "Benarkan bendera \"-immed\" (rujuk manual cdrecord)" -#: ../src/brasero-audio-disc.c:166 -#, fuzzy -msgid "_Split Track…" -msgstr "&Pisahkan Saluran" +#: ../plugins/cdrtools/burn-cdrecord.c:1419 +#, c-format +msgid "Minimum drive buffer fill ratio (in %%) (see cdrecord manual):" +msgstr "" +"Nisbah isi penimbal terpacu minimum (dalam %%) (rujuk manual cdrecord):" -#: ../src/brasero-audio-disc.c:166 -#, fuzzy -msgid "Split the selected track" -msgstr "Tambah &maklumat trek" +#: ../plugins/cdrtools/burn-cdrtools.h:38 +msgid "cdrtools burning suite" +msgstr "suit perakaman cdrtools" -#: ../src/brasero-audio-disc.c:343 -#: ../src/brasero-video-tree-model.c:189 -#, fuzzy -msgid "Pause" -msgstr "Mod Jeda" +#: ../plugins/cdrtools/burn-mkisofs.c:138 +msgid "This version of mkisofs is not supported" +msgstr "Versi mkisofs ini tidak disokong" -#: ../src/brasero-audio-disc.c:349 -#, fuzzy -msgid "Split" -msgstr "&Pisahkan Saluran" +#: ../plugins/checksum/burn-checksum-files.c:131 +#: ../plugins/checksum/burn-checksum-files.c:589 +#, c-format +msgid "File \"%s\" could not be opened (%s)" +msgstr "Fail \"%s\" tidak dapat dibuka (%s)" -#: ../src/brasero-audio-disc.c:417 -#, fuzzy -msgid "Track" -msgstr "Trek %1" +#: ../plugins/checksum/burn-checksum-files.c:617 +msgid "Creating checksum for image files" +msgstr "Mencipta hasil tambah semak untuk fail imej" -#: ../src/brasero-audio-disc.c:457 -#: ../src/brasero-video-disc.c:1210 -#, fuzzy -msgid "Title" -msgstr "Tajuk" +#: ../plugins/checksum/burn-checksum-files.c:859 +#, c-format +msgid "No checksum file could be found on the disc" +msgstr "Tiada fail hasil tambah semak dapat ditemui dalam cakera" -#: ../src/brasero-audio-disc.c:483 -#, fuzzy -msgid "Artist" -msgstr "&Artis" +#: ../plugins/checksum/burn-checksum-files.c:893 +msgid "Checking file integrity" +msgstr "Menyemak integriti fail" -#: ../src/brasero-audio-disc.c:492 -#: ../src/brasero-playlist.c:771 -#: ../src/brasero-split-dialog.c:1222 -#, fuzzy -msgid "Length" -msgstr "&Panjang" +#: ../plugins/checksum/burn-checksum-files.c:987 +#: ../plugins/checksum/burn-checksum-files.c:1012 +#, c-format +msgid "File \"%s\" could not be opened" +msgstr "Fail \"%s\" tidak dapat dibuka" -#: ../src/brasero-audio-disc.c:590 -msgid "The track will be padded at its end." -msgstr "" +#: ../plugins/checksum/burn-checksum-files.c:1085 +#: ../plugins/checksum/burn-checksum-files.c:1206 +#: ../plugins/checksum/burn-checksum-image.c:550 +#, c-format +msgid "Some files may be corrupted on the disc" +msgstr "Beberapa fail mungkin telah rosak dalam cakera" -#: ../src/brasero-audio-disc.c:591 -msgid "The track is shorter than 6 seconds" -msgstr "" +#. Translators: this is the name of the plugin +#. * which will be translated only when it needs +#. * displaying. +#: ../plugins/checksum/burn-checksum-files.c:1465 +msgid "File Checksum" +msgstr "Hasil Tambah Semak Fail" -#: ../src/brasero-audio-disc.c:651 -msgid "Make sure the appropriate codec is installed" -msgstr "" +#: ../plugins/checksum/burn-checksum-files.c:1466 +msgid "Checks file integrities on a disc" +msgstr "Periksa integriti fail di dalam cakera" -#: ../src/brasero-audio-disc.c:667 -#, c-format -msgid "Do you want to add \"%s\", which is a video file?" -msgstr "" +#: ../plugins/checksum/burn-checksum-files.c:1504 +#: ../plugins/checksum/burn-checksum-image.c:856 +msgid "Hashing algorithm to be used:" +msgstr "Algoritma cincangan yang digunakan:" -#: ../src/brasero-audio-disc.c:676 -msgid "This file is a video and therefore only the audio part can be written to the disc." -msgstr "" +#: ../plugins/checksum/burn-checksum-files.c:1507 +#: ../plugins/checksum/burn-checksum-image.c:859 +msgid "MD5" +msgstr "MD5" -#: ../src/brasero-audio-disc.c:679 -#, fuzzy -msgid "_Discard File" -msgstr " FAIL DITUTUP" +#: ../plugins/checksum/burn-checksum-files.c:1509 +#: ../plugins/checksum/burn-checksum-image.c:861 +msgid "SHA1" +msgstr "SHA1" -#: ../src/brasero-audio-disc.c:682 -#, fuzzy -msgid "_Add File" -msgstr "&Tambah Fail" +#: ../plugins/checksum/burn-checksum-files.c:1511 +#: ../plugins/checksum/burn-checksum-image.c:863 +msgid "SHA256" +msgstr "SHA256" -#: ../src/brasero-audio-disc.c:753 -msgid "Do you want to search for audio files inside the directory?" -msgstr "" +#. Translators: first %s is the filename, second %s +#. * is the error generated from errno +#. Translators: first %s is the filename, second %s is the error +#. * generated from errno +#: ../plugins/checksum/burn-checksum-image.c:313 +#: ../plugins/libburnia/burn-libburn.c:679 +#, c-format +msgid "\"%s\" could not be opened (%s)" +msgstr "\"%s\" tidak boleh dibuka (%s)" -#: ../src/brasero-audio-disc.c:758 -msgid "Directories cannot be added to an audio disc." -msgstr "" +#: ../plugins/checksum/burn-checksum-image.c:359 +#: ../plugins/checksum/burn-checksum-image.c:456 +msgid "Creating image checksum" +msgstr "Mencipta hasil tambah semak imej" -#: ../src/brasero-audio-disc.c:762 -#, fuzzy -msgid "Search _Directory" -msgstr "Direktori sandaran: %1." +#. Translators: this is the name of the plugin +#. * which will be translated only when it needs +#. * displaying. +#: ../plugins/checksum/burn-checksum-image.c:831 +msgid "Image Checksum" +msgstr "Hasil Tambah Semak Imej" -#: ../src/brasero-audio-disc.c:816 -#: ../src/brasero-video-disc.c:394 -#, fuzzy, c-format -msgid "\"%s\" could not be opened." -msgstr "Dokumen ditetapkan tidak dapat dibuka." +#: ../plugins/checksum/burn-checksum-image.c:832 +msgid "Checks disc integrity after it is burnt" +msgstr "Periksa integriti cakera selepas dirakam" -#: ../src/brasero-audio-disc.c:861 -msgid "Do you want to create an audio CD with DTS tracks?" -msgstr "" +#: ../plugins/dvdauthor/burn-dvdauthor.c:313 +#: ../plugins/vcdimager/burn-vcdimager.c:438 +msgid "Creating file layout" +msgstr "Mencipta bentangan fail" -#: ../src/brasero-audio-disc.c:862 +#: ../plugins/dvdauthor/burn-dvdauthor.c:371 +msgid "Creates disc images suitable for video DVDs" +msgstr "Cipta imej cakera yang sesuai untuk DVD video" + +#. Translators: %s is the path to a drive. "regionset %s" +#. * should be left as is just like "DVDCSS_METHOD=title +#. * brasero --no-existing-session" +#: ../plugins/dvdcss/burn-dvdcss.c:291 +#, c-format msgid "" -"Some of the selected songs are suitable for creating DTS tracks.\n" -"This type of audio CD track provides a higher quality of sound but can only be played by specific digital players.\n" -"Note: if you agree, normalization will not be applied to these tracks." -msgstr "" +"Error while retrieving a key used for encryption. You may solve such a " +"problem with one of the following methods: in a terminal either set the " +"proper DVD region code for your CD/DVD player with the \"regionset %s\" " +"command or run the \"DVDCSS_METHOD=title brasero --no-existing-session\" " +"command" +msgstr "" +"Ralat ketika memperoleh kunci digunakan untuk penyulitan. Anda boleh " +"selesaikan masalah tersebut dengan salah satu kaedah berikut: dalam terminal " +"sama ada tetapkan kod kawasan DVD untuk pemain CD/DVD dengan perintah " +"\"regionset %s\" atau jalankan perintah \"DVDCSS_METHOD=title brasero --no-" +"existing-session\"" -#: ../src/brasero-audio-disc.c:871 -#, fuzzy -msgid "Create _Regular Tracks" -msgstr "&Nyahpilih Semua Trek" +#: ../plugins/dvdcss/burn-dvdcss.c:336 +msgid "Retrieving DVD keys" +msgstr "Memperoleh kunci DVD" -#: ../src/brasero-audio-disc.c:873 -msgid "Click here to burn all songs as regular tracks" -msgstr "" +#: ../plugins/dvdcss/burn-dvdcss.c:371 +#, c-format +msgid "Video DVD could not be opened" +msgstr "DVD video tidak boleh dibuka" -#: ../src/brasero-audio-disc.c:876 -#, fuzzy -msgid "Create _DTS Tracks" -msgstr "&Nyahpilih Semua Trek" +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 +#, c-format +msgid "Error while reading video DVD (%s)" +msgstr "Ralat ketika membaca DVD video (%s)" + +#: ../plugins/dvdcss/burn-dvdcss.c:399 +msgid "Copying video DVD" +msgstr "Menyalin DVD video" -#: ../src/brasero-audio-disc.c:878 -msgid "Click here to burn all suitable songs as DTS tracks" -msgstr "" +#: ../plugins/dvdcss/burn-dvdcss.c:692 +msgid "Copies CSS encrypted video DVDs to a disc image" +msgstr "Salin DVD video tersulit menjadi imej cakera" -#: ../src/brasero-audio-disc.c:1301 -#, fuzzy -msgid "Select one song only please." -msgstr "Pilih satu daripada penyedia yang tersenarai di bawah:" +#: ../plugins/growisofs/burn-dvd-rw-format.c:190 +msgid "Blanks and formats rewritable DVDs and BDs" +msgstr "Kosongkan dan format DVD dan BD tulis semula" -#: ../src/brasero-audio-disc.c:1302 -msgid "Impossible to split more than one song at a time" -msgstr "" +#: ../plugins/growisofs/burn-growisofs.c:753 +msgid "Burns and blanks DVDs and BDs" +msgstr "Rakam dan kosongkan DVD dan BD" -#. Translators: the following string -#. * means there was an error while -#. * blanking. -#: ../libbrasero-burn/brasero-blank-dialog.c:223 -#, fuzzy -msgid "Error while blanking." -msgstr "Ralat semasa memuatkan %1.\n" +#: ../plugins/growisofs/burn-growisofs.c:924 +msgid "Allow DAO use" +msgstr "Benarkan penggunaan DAO" -#: ../libbrasero-burn/brasero-blank-dialog.c:228 -#: ../libbrasero-burn/brasero-blank-dialog.c:273 -#, fuzzy -msgid "Blank _Again" -msgstr "Pasang sekali lagi" +#: ../plugins/growisofs/burn-growisofs-common.h:38 +msgid "growisofs burning suite" +msgstr "suit perakaman growisofts" -#: ../libbrasero-burn/brasero-blank-dialog.c:245 -#, fuzzy -msgid "Unknown error." -msgstr "Ralat tidak diketahui." +#: ../plugins/libburnia/burn-libburn.c:242 +#: ../plugins/libburnia/burn-libburn.c:250 +#, c-format +msgid "libburn track could not be created" +msgstr "Trek libburn tidak dapat dicipta" -#: ../libbrasero-burn/brasero-blank-dialog.c:265 -#: ../libbrasero-burn/brasero-blank-dialog.c:289 -#, fuzzy -msgid "The disc was successfully blanked." -msgstr "OpenSSL berjaya dimuatkan." +#: ../plugins/libburnia/burn-libburn-common.c:158 +#, c-format +msgid "libburn library could not be initialized" +msgstr "Pustaka libburn tidak boleh diawalkan" -#: ../libbrasero-burn/brasero-blank-dialog.c:271 -msgid "The disc is ready for use." -msgstr "" +#: ../plugins/libburnia/burn-libburn-common.c:173 +#, c-format +msgid "The drive address could not be retrieved" +msgstr "Alamat pemacu tidak boleh diperoleh" -#. Translators: This is a verb, an action -#: ../libbrasero-burn/brasero-blank-dialog.c:372 -#, fuzzy -msgid "_Blank" -msgstr "Hitam" +#: ../plugins/libburnia/burn-libburn-common.c:418 +#, c-format +msgid "Writing track %02i" +msgstr "Menulis trek %02i" -#: ../libbrasero-burn/brasero-blank-dialog.c:403 -#, fuzzy -msgid "_Fast blanking" -msgstr "Fast Res" +#: ../plugins/libburnia/burn-libburnia.h:38 +msgid "libburnia burning suite" +msgstr "suit perakaman libburnia" -#: ../libbrasero-burn/brasero-blank-dialog.c:404 -msgid "Activate fast blanking, as opposed to a longer, thorough blanking" -msgstr "" +#: ../plugins/libburnia/burn-libisofs.c:222 +#: ../plugins/libburnia/burn-libisofs.c:291 +#: ../plugins/libburnia/burn-libisofs.c:571 +#, c-format +msgid "Volume could not be created" +msgstr "Volum tidak dapat dicipta" -#: ../libbrasero-burn/brasero-blank-dialog.c:434 -#, fuzzy -msgid "Disc Blanking" -msgstr "Id Cakera:" +#: ../plugins/libburnia/burn-libisofs.c:345 +#: ../plugins/libburnia/burn-libisofs.c:893 +#, c-format +msgid "libisofs could not be initialized." +msgstr "libsofs tidak dapat diawalkan." -#: ../src/brasero-playlist.c:390 -#, fuzzy, c-format -msgid "Error parsing playlist \"%s\"." -msgstr "Ralat Kaji Hurai OPML " +#: ../plugins/libburnia/burn-libisofs.c:485 +#, c-format +msgid "Read options could not be created" +msgstr "Pilihan baca tidak boleh dicipta" -#: ../src/brasero-playlist.c:393 -#: ../src/brasero-data-disc.c:214 -#: ../src/brasero-project.c:2575 -#: ../libbrasero-burn/brasero-sum-dialog.c:164 -#: ../src/brasero-eject-dialog.c:100 -#, fuzzy -msgid "An unknown error occurred" -msgstr "Ralat protokol telah berlaku." +#. Translators: %s is the path +#: ../plugins/libburnia/burn-libisofs.c:684 +#, c-format +msgid "No parent could be found in the tree for the path \"%s\"" +msgstr "Tiada induk ditemui dalam pepohon untuk laluan \"%s\"" -#. Translators: %d is the number of songs -#: ../src/brasero-playlist.c:499 -#, fuzzy, c-format -msgid "%d song" -msgid_plural "%d songs" -msgstr[0] "&Lagu" -msgstr[1] "" +#: ../plugins/libburnia/burn-libisofs.c:744 +#: ../plugins/libburnia/burn-libisofs.c:811 +#, c-format +msgid "libisofs reported an error while creating directory \"%s\"" +msgstr "libisof melaporkan ralat semasa mencipta direktori \"%s\"" -#: ../src/brasero-playlist.c:584 -#, fuzzy -msgid "Select Playlist" -msgstr "&Kosongkan Senarai Siar..." +#: ../plugins/libburnia/burn-libisofs.c:759 +#, c-format +msgid "" +"libisofs reported an error while adding contents to directory \"%s\" (%x)" +msgstr "" +"libisofs melaporkan ralat ketika menambah kandungan ke dalam direktori \"%s" +"\" (%x)" -#: ../src/brasero-playlist.c:750 -#, fuzzy -msgid "Playlists" -msgstr "Senarai siar" +#: ../plugins/libburnia/burn-libisofs.c:782 +#: ../plugins/libburnia/burn-libisofs.c:798 +#, c-format +msgid "libisofs reported an error while adding file at path \"%s\"" +msgstr "libisofs melaporkan ralat ketika menambah fail pada laluan \"%s\"" -#: ../src/brasero-playlist.c:761 -#, fuzzy -msgid "Number of Songs" -msgstr "Bilangan Lagu" +#: ../plugins/local-track/burn-local-image.c:260 +msgid "Copying checksum file" +msgstr "Menyalin fail hasil tambah semak" -#: ../src/brasero-playlist.c:781 -#, fuzzy -msgid "Genre" -msgstr "%{genre}" +#: ../plugins/local-track/burn-local-image.c:527 +#: ../plugins/local-track/burn-uri.c:326 +msgid "Copying files locally" +msgstr "Menyalin fail secara setempat" -#: ../src/brasero-plugin-manager-ui.c:64 -#, fuzzy -msgid "Plugin" -msgstr "Plugin" +#. Translators: this is the name of the plugin +#. * which will be translated only when it needs +#. * displaying. +#: ../plugins/local-track/burn-local-image.c:909 +msgid "File Downloader" +msgstr "Pemuat Turun Fail" -#: ../src/brasero-plugin-manager-ui.c:65 -#, fuzzy -msgid "Enabled" -msgstr "Diaktifkan" +#: ../plugins/local-track/burn-local-image.c:910 +msgid "Allows files not stored locally to be burned" +msgstr "Benarkan fail tidak tersimpan secara setempat, untuk dirakamkan" -#: ../src/brasero-plugin-manager-ui.c:145 +#: ../plugins/local-track/burn-uri.c:207 ../plugins/local-track/burn-uri.c:297 +#: ../plugins/local-track/burn-uri.c:472 #, c-format -msgid "Copyright %s" +msgid "Impossible to retrieve local file path" +msgstr "Mustahil dapat memperoleh semula laluan fail setempat" + +#: ../plugins/local-track/burn-uri.c:748 +msgid "" +"Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" msgstr "" +"Benarkan fail ditambah ke dalam \"Folder Pencipta CD/DVD\" Nautilus untuk " +"dirakamkan" -#: ../src/brasero-plugin-manager-ui.c:592 -#: ../src/brasero-plugin-manager-ui.c:979 -#, fuzzy -msgid "_About" -msgstr "M&aklumat" +#. Translators: This message is sent +#. * when brasero could not link together +#. * two gstreamer plugins so that one +#. * sends its data to the second for further +#. * processing. This data transmission is +#. * done through a pad. Maybe this is a bit +#. * too technical and should be removed? +#: ../plugins/transcode/burn-normalize.c:199 +#: ../plugins/transcode/burn-normalize.c:260 +#: ../plugins/transcode/burn-transcode.c:316 +#: ../plugins/transcode/burn-transcode.c:354 +#: ../plugins/transcode/burn-transcode.c:523 +#: ../plugins/transcode/burn-transcode.c:626 +#: ../plugins/transcode/burn-transcode.c:657 +#: ../plugins/transcode/burn-transcode.c:679 +#: ../plugins/transcode/burn-vob.c:189 ../plugins/transcode/burn-vob.c:392 +#: ../plugins/transcode/burn-vob.c:545 ../plugins/transcode/burn-vob.c:675 +#: ../plugins/transcode/burn-vob.c:1039 ../plugins/transcode/burn-vob.c:1115 +#: ../plugins/transcode/burn-vob.c:1166 +#, c-format +msgid "Impossible to link plugin pads" +msgstr "Mustahil dapat pautkan pad pemalam" -#: ../src/brasero-plugin-manager-ui.c:600 -#: ../src/brasero-plugin-manager-ui.c:985 -#, fuzzy -msgid "C_onfigure" -msgstr "&Konfigur Jalan Pintas..." +#: ../plugins/transcode/burn-normalize.c:554 +msgid "Normalizing tracks" +msgstr "Menormalkan trek" -#: ../src/brasero-plugin-manager-ui.c:610 -msgid "A_ctivate" -msgstr "" +#: ../plugins/transcode/burn-normalize.c:643 +msgid "Normalization" +msgstr "Penormalan" -#: ../src/brasero-plugin-manager-ui.c:622 -#, fuzzy -msgid "Ac_tivate All" -msgstr "&Tutup Semua Papar" +#: ../plugins/transcode/burn-normalize.c:644 +msgid "Sets consistent sound levels between tracks" +msgstr "Tentukan aras bunyi yang setara antara trek-trek" -#: ../src/brasero-plugin-manager-ui.c:627 -#, fuzzy -msgid "_Deactivate All" -msgstr "&Semua Pengepala" +#. Translators: %s is the string error from errno +#: ../plugins/transcode/burn-transcode.c:1050 +#: ../plugins/transcode/burn-transcode.c:1238 +#, c-format +msgid "Error while padding file (%s)" +msgstr "Ralat semasa memadatkan fail (%s)" -#. Use the translated name for the plugin. -#: ../src/brasero-plugin-option.c:394 -#, fuzzy, c-format -msgid "Options for plugin %s" -msgstr "Plugin untuk Akregator" +#: ../plugins/transcode/burn-transcode.c:1313 +msgid "Error while getting duration" +msgstr "Ralat ketika mendapatkan tempoh masa" -#: ../src/brasero-search-entry.c:176 -#, fuzzy -msgid "Search:" -msgstr "Cari" +#: ../plugins/transcode/burn-transcode.c:1462 +#, c-format +msgid "Analysing \"%s\"" +msgstr "Menganalisis \"%s\"" -#: ../src/brasero-search-entry.c:260 -#, fuzzy -msgid "In _text documents" -msgstr "Cipta dokumen kosong" +#: ../plugins/transcode/burn-transcode.c:1499 +#, c-format +msgid "Transcoding \"%s\"" +msgstr "Mentranskod \"%s\"" -#: ../src/brasero-search-entry.c:275 -#, fuzzy -msgid "In _pictures" -msgstr "Semua Gambar" +#: ../plugins/transcode/burn-transcode.c:1736 +msgid "Converts any song file into a format suitable for audio CDs" +msgstr "Tukar format mana-mana fail lagu pada format sesuai untuk CD audio" -#: ../src/brasero-search-entry.c:290 -#, fuzzy -msgid "In _music" -msgstr "Chamber Music" +#: ../plugins/transcode/burn-vob.c:1251 +msgid "Converting video file to MPEG2" +msgstr "Menukar fail video pada MPEG2" -#: ../src/brasero-search-entry.c:305 -#, fuzzy -msgid "In _videos" -msgstr "%1 -> %2 Ikut Susunan" +#: ../plugins/transcode/burn-vob.c:1353 +msgid "Converts any video file into a format suitable for video DVDs" +msgstr "Tukar format mana-mana fail video pada format sesuai untuk DVD video" -#: ../src/brasero-search-entry.c:322 -msgid "Type your keywords or choose 'All files' from the menu" -msgstr "" +#: ../plugins/vcdimager/burn-vcdimager.c:478 +msgid "Creates disc images suitable for SVCDs" +msgstr "Cipta imej cakera yang sesuai untuk SVCD" -#: ../src/brasero-search-entry.c:325 -msgid "Select if you want to search among image files only" -msgstr "" +#: ../src/brasero-app.c:123 +msgid "_Project" +msgstr "_Projek" -#: ../src/brasero-search-entry.c:327 -msgid "Select if you want to search among video files only" -msgstr "" +#: ../src/brasero-app.c:124 +msgid "_View" +msgstr "_Lihat" -#: ../src/brasero-search-entry.c:329 -msgid "Select if you want to search among audio files only" -msgstr "" +#: ../src/brasero-app.c:125 +msgid "_Edit" +msgstr "_Sunting" -#: ../src/brasero-search-entry.c:331 -msgid "Select if you want to search among your text documents only" -msgstr "" +#: ../src/brasero-app.c:126 +msgid "_Tools" +msgstr "_Alatan" -#: ../src/brasero-search-entry.c:333 -#, fuzzy -msgid "Click to start the search" -msgstr "Tetapkan indeks untuk memulakan carian" +#: ../src/brasero-app.c:128 +msgid "_Help" +msgstr "_Bantuan" -#: ../src/brasero-song-properties.c:178 -#, fuzzy -msgid "Title:" -msgstr "%{judul}" +#: ../src/brasero-app.c:130 +msgid "P_lugins" +msgstr "Pema_lam" -#: ../src/brasero-song-properties.c:188 -#: ../src/brasero-song-properties.c:200 -#: ../src/brasero-song-properties.c:212 -#: ../src/brasero-multi-song-props.c:212 -#: ../src/brasero-multi-song-props.c:253 -#: ../src/brasero-multi-song-props.c:274 -msgid "This information will be written to the disc using CD-Text technology. It can be read and displayed by some audio CD players." -msgstr "" +#: ../src/brasero-app.c:131 +msgid "Choose plugins for Brasero" +msgstr "Pilih pemalam untuk Brasero" -#: ../src/brasero-song-properties.c:190 -#: ../src/brasero-multi-song-props.c:243 -#, fuzzy -msgid "Artist:" -msgstr "&Artis" +#: ../src/brasero-app.c:133 +msgid "E_ject" +msgstr "_Lenting" -#: ../src/brasero-song-properties.c:202 -#: ../src/brasero-multi-song-props.c:264 -#, fuzzy -msgid "Composer:" -msgstr "Penggubah" +#: ../src/brasero-app.c:134 +msgid "Eject a disc" +msgstr "Lenting cakera" -#: ../src/brasero-song-properties.c:236 -#, fuzzy -msgid "Song start:" -msgstr "Lagu Permulaan" +#: ../src/brasero-app.c:136 +msgid "_Blank…" +msgstr "_Kosongkan..." -#: ../src/brasero-song-properties.c:242 -#, fuzzy -msgid "Song end:" -msgstr "Tarikh &tamat:" +#: ../src/brasero-app.c:137 +msgid "Blank a disc" +msgstr "Kosongkan cakera" -#: ../src/brasero-song-properties.c:248 -#: ../src/brasero-multi-song-props.c:318 -#, fuzzy -msgid "Pause length:" -msgstr "Jarak Fokal" +#: ../src/brasero-app.c:139 +msgid "_Check Integrity…" +msgstr "_Periksa Integriti..." -#: ../src/brasero-song-properties.c:257 -#: ../src/brasero-multi-song-props.c:329 -msgid "Gives the length of the pause that should follow the track" -msgstr "" +#: ../src/brasero-app.c:140 +msgid "Check data integrity of disc" +msgstr "Periksa integriti data cakera" -#: ../src/brasero-song-properties.c:259 -#, fuzzy -msgid "Track length:" -msgstr "Jarak Fokal" +#: ../src/brasero-app.c:143 +msgid "Quit Brasero" +msgstr "Tutup Brasero" -#: ../src/brasero-song-properties.c:288 -#: ../src/brasero-multi-song-props.c:346 -#, fuzzy -msgid "Song Information" -msgstr "Maklumat &Bil" +#: ../src/brasero-app.c:145 +msgid "_Contents" +msgstr "_Kandungan" -#: ../src/brasero-song-properties.c:373 -#, c-format -msgid "Song information for track %02i" -msgstr "" +#: ../src/brasero-app.c:145 +msgid "Display help" +msgstr "Papar bantuan" -#: ../src/brasero-data-disc.c:125 -msgid "R_ename…" -msgstr "" +#: ../src/brasero-app.c:148 +msgid "About" +msgstr "Perihal" -#: ../src/brasero-data-disc.c:125 -#, fuzzy -msgid "Rename the selected file" -msgstr "Tidak dapat menamakan semula fail %1." +#: ../src/brasero-app.c:420 ../src/brasero-app.c:2069 +msgid "Disc Burner" +msgstr "Perakam Cakera" -#: ../src/brasero-data-disc.c:131 -#: ../src/brasero-data-disc.c:1741 -#, fuzzy -msgid "New _Folder" -msgstr "Folder &Baru" +#: ../src/brasero-app.c:789 ../src/brasero-app.c:822 ../src/brasero-app.c:1451 +msgid "Error while loading the project" +msgstr "Ralat ketika memuatkan projek" -#: ../src/brasero-data-disc.c:131 -#, fuzzy -msgid "Create a new empty folder" -msgstr "Cipta Folder Tanda Buku Baru" +#: ../src/brasero-app.c:831 ../src/brasero-app.c:860 ../src/brasero-app.c:920 +#: ../src/brasero-project.c:1276 +msgid "Please add files to the project." +msgstr "Sila tambah fail ke dalam projek." -#: ../src/brasero-data-disc.c:213 -#, fuzzy -msgid "The session could not be imported." -msgstr "Pemacu tidak dapat dimuatkan" +#: ../src/brasero-app.c:832 ../src/brasero-app.c:861 ../src/brasero-app.c:921 +msgid "The project is empty" +msgstr "Projek adalah kosong" -#: ../src/brasero-data-disc.c:559 -msgid "The contents of the project changed since it was saved." -msgstr "" +#: ../src/brasero-app.c:1176 +msgid "" +"Brasero is free software; you can redistribute it and/or modify it under the " +"terms of the GNU General Public License as published by the Free Software " +"Foundation; either version 2 of the License, or (at your option) any later " +"version." +msgstr "" +"Brasero ialah perisian bebas, anda boleh mengedarkannya dan/atau " +"mengubahsuaikannya di bawah terma Pelesenan Awam Am GNU yang diterbitkan " +"oleh Yayasan Perisian Bebas, sama ada versi 2 daripada lesen atau (mengikut " +"pilihan anda) mana-mana versi terkini." -#: ../src/brasero-data-disc.c:561 -#: ../src/brasero-data-disc.c:569 -msgid "Discard the current modified project" -msgstr "" +#: ../src/brasero-app.c:1181 +msgid "" +"Brasero is distributed in the hope that it will be useful, but WITHOUT ANY " +"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS " +"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " +"details." +msgstr "" +"Brasero diedarkan dengan harapan ianya akan berguna, TANPA SEBARANG JAMINAN; " +"termasuk juga KESESUAIAN UNTUK DIPASARKAN, JAMINAN KUALITI, atau JAMINAN " +"ATAS APA JUA SEBAB. Sila lihat GNU General Public License untuk maklumat " +"lanjut." -#: ../src/brasero-data-disc.c:567 -#, fuzzy -msgid "_Discard" -msgstr "A&baikan" +#: ../src/brasero-app.c:1186 +msgid "" +"You should have received a copy of the GNU General Public License along with " +"Brasero; if not, write to the Free Software Foundation, Inc., 51 Franklin " +"Street, Fifth Floor, Boston, MA 02110-1301, USA" +msgstr "" +"Anda seharusnya menerima satu salinan Pelesenan Awam Am GNU bersama-sama " +"Brasero; jika tidak, laporkan kepada Free Software Foundation, Inc., 51 " +"Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA" -#: ../src/brasero-data-disc.c:574 -msgid "Continue with the current modified project" +#: ../src/brasero-app.c:1198 +msgid "A simple to use CD/DVD burning application for GNOME" +msgstr "Aplikasi Perakam CD/DVD GNOME yang mudah digunakan" + +#: ../src/brasero-app.c:1215 +msgid "Brasero Homepage" +msgstr "Laman Sesawang Brasero" + +#. Translators: This is a special message that shouldn't be translated +#. * literally. It is used in the about box to give credits to +#. * the translators. +#. * Thus, you should translate it to your name and email address. +#. * You should also include other translators who have contributed to +#. * this translation; in that case, please write each of them on a separate +#. * line seperated by newlines (\n). +#. +#: ../src/brasero-app.c:1227 +msgid "translator-credits" msgstr "" +"Launchpad Contributions:\n" +" Ahmed Noor Kader Mustajir Md Eusoff https://launchpad.net/~sir.ade\n" +" Mohammad Hafiz bin Ismail https://launchpad.net/~mypapit\n" +" Mohd Farimi Ab Rahman https://launchpad.net/~farimi\n" +" Shaiffulnizam Mohamad https://launchpad.net/~shaifful-md\n" +" Umarzuki Bin Mochlis Moktar https://launchpad.net/~umar\n" +" abuyop https://launchpad.net/~abuyop\n" +" dequan https://launchpad.net/~dequan\n" +" melayubuntu https://launchpad.net/~zul-malc" -#. Translators: %s is the name of the image -#: ../src/brasero-data-disc.c:622 +#: ../src/brasero-app.c:1449 #, c-format -msgid "There is only one selected file (\"%s\"). It is the image of a disc and its contents can be burned" -msgstr "" +msgid "The project \"%s\" does not exist" +msgstr "Projek \"%s\" tidak wujud" -#: ../src/brasero-data-disc.c:627 -#, fuzzy -msgid "Burn as _Data" -msgstr "Hantar data sebagai &input standard" +#: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 +msgid "_Recent Projects" +msgstr "Projek _Baru-Baru Ini" -#: ../src/brasero-data-disc.c:629 -#, fuzzy -msgid "Burn as _Image" -msgstr "Simpan Imej Sebagai..." +#: ../src/brasero-app.c:1734 +msgid "Display the projects recently opened" +msgstr "Papar projek yang pernah dibuka" -#: ../src/brasero-data-disc.c:678 -#: ../src/brasero-data-disc.c:699 -#: ../src/brasero-data-disc.c:720 -#, c-format -msgid "\"%s\" cannot be added to the selection." -msgstr "" +#: ../src/brasero-audio-disc.c:155 ../src/brasero-data-disc.c:122 +#: ../src/brasero-video-disc.c:100 +msgid "Menu" +msgstr "Menu" -#: ../src/brasero-data-disc.c:702 -#, fuzzy -msgid "It is a recursive symlink" -msgstr "Ia adalah objek sistem." +#: ../src/brasero-audio-disc.c:156 ../src/brasero-data-disc.c:123 +msgid "Open the selected files" +msgstr "Buka fail dipilih" -#: ../src/brasero-data-disc.c:723 -msgid "It does not exist at the specified location" -msgstr "" +#: ../src/brasero-audio-disc.c:158 ../src/brasero-video-disc.c:103 +msgid "_Edit Information…" +msgstr "_Sunting Maklumat..." -#: ../src/brasero-data-disc.c:741 -#: ../libbrasero-burn/brasero-status-dialog.c:330 -msgid "Should files be renamed to be fully Windows-compatible?" -msgstr "" +#: ../src/brasero-audio-disc.c:158 +msgid "Edit the track information (start, end, author, etc.)" +msgstr "Sunting maklumat trek (mula, tamat, pengarang, lain-lain)" -#: ../src/brasero-data-disc.c:746 -#: ../libbrasero-burn/brasero-status-dialog.c:341 -msgid "Those names should be changed and truncated to 64 characters." -msgstr "" +#: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 +#: ../src/brasero-project.c:202 +msgid "Remove the selected files from the project" +msgstr "Buang fail terpilih daripada projek" -#: ../src/brasero-data-disc.c:750 -#: ../libbrasero-burn/brasero-status-dialog.c:349 -msgid "_Rename for Full Windows Compatibility" -msgstr "" +#: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 +#: ../src/brasero-video-disc.c:107 +msgid "Paste files" +msgstr "Tampal fail" -#: ../src/brasero-data-disc.c:751 -#: ../libbrasero-burn/brasero-status-dialog.c:346 -msgid "_Disable Full Windows Compatibility" -msgstr "" +#: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 +#: ../src/brasero-video-disc.c:107 +msgid "Add the files stored in the clipboard" +msgstr "Tambah fail tersimpan dalam papan keratan" -#. Translators: %s is the name of the file -#: ../src/brasero-data-disc.c:784 -#, fuzzy, c-format -msgid "Do you want to replace \"%s\"?" -msgstr "Anda mahu mengalah?" +#: ../src/brasero-audio-disc.c:164 +msgid "I_nsert a Pause" +msgstr "S_isip satu Jeda" -#: ../src/brasero-data-disc.c:792 -msgid "A file with this name already exists in the folder. Replacing it will overwrite its content on the disc to be burnt." -msgstr "" +#: ../src/brasero-audio-disc.c:164 +msgid "Add a 2 second pause after the track" +msgstr "Tambah jeda sebanyak 2 saat selepas trek" -#. Translators: Keep means we're keeping the files that already existed -#. * in the project. -#. * Keep is a verb -#: ../src/brasero-data-disc.c:797 -#, fuzzy -msgid "Always K_eep" -msgstr "&Sentiasa Buka" +#: ../src/brasero-audio-disc.c:166 +msgid "_Split Track…" +msgstr "_Bahagi Trek..." -#. Translators: Keep means we're keeping the files that already existed -#. * in the project. -#. * Keep is a verb -#: ../src/brasero-data-disc.c:801 -#, fuzzy -msgid "_Keep" -msgstr "Kekalkan" +#: ../src/brasero-audio-disc.c:166 +msgid "Split the selected track" +msgstr "Belah trek pilihan" -#. Translators: Replace means we're replacing the file that already -#. * existed in the project with a new one with the same name. -#. * Replace is a verb -#. Translators: this is a verb -#: ../src/brasero-data-disc.c:805 -#: ../src/brasero-rename.c:383 -#, fuzzy -msgid "_Replace" -msgstr "Gan&ti..." +#: ../src/brasero-audio-disc.c:343 ../src/brasero-video-tree-model.c:187 +msgid "Pause" +msgstr "Jeda" -#. Translators: Replace means we're replacing the file that already -#. * existed in the project with a new one with the same name. -#. * Replace is a verb -#: ../src/brasero-data-disc.c:809 -#, fuzzy -msgid "Al_ways Replace" -msgstr "&Beritahu semasa mengganti" +#: ../src/brasero-audio-disc.c:349 +msgid "Split" +msgstr "Belah" -#: ../src/brasero-data-disc.c:839 -#: ../libbrasero-burn/brasero-status-dialog.c:273 -#, c-format -msgid "Do you really want to add \"%s\" to the selection and use the third version of the ISO9660 standard to support it?" -msgstr "" +#: ../src/brasero-audio-disc.c:418 +msgid "Track" +msgstr "Trek" -#: ../src/brasero-data-disc.c:847 -#: ../libbrasero-burn/brasero-status-dialog.c:291 -msgid "" -"The size of the file is over 2 GiB. Files larger than 2 GiB are not supported by the ISO9660 standard in its first and second versions (the most widespread ones).\n" -"It is recommended to use the third version of the ISO9660 standard, which is supported by most operating systems, including Linux and all versions of Windows ©.\n" -"However, Mac OS X cannot read images created with version 3 of the ISO9660 standard." -msgstr "" +#: ../src/brasero-audio-disc.c:458 ../src/brasero-video-disc.c:1209 +msgid "Title" +msgstr "Tajuk" -#: ../src/brasero-data-disc.c:851 -#: ../src/brasero-data-disc.c:894 -#: ../libbrasero-burn/brasero-status-dialog.c:234 -#: ../libbrasero-burn/brasero-status-dialog.c:295 -msgid "Ne_ver Add Such File" -msgstr "" +#: ../src/brasero-audio-disc.c:480 +msgid "Artist" +msgstr "Artis" -#: ../src/brasero-data-disc.c:852 -#: ../src/brasero-data-disc.c:895 -#: ../libbrasero-burn/brasero-status-dialog.c:235 -#: ../libbrasero-burn/brasero-status-dialog.c:296 -msgid "Al_ways Add Such File" -msgstr "" +#: ../src/brasero-audio-disc.c:488 ../src/brasero-playlist.c:772 +#: ../src/brasero-split-dialog.c:1225 +msgid "Length" +msgstr "Jangka Masa" -#: ../src/brasero-data-disc.c:882 -#: ../libbrasero-burn/brasero-status-dialog.c:212 -#, fuzzy, c-format -msgid "Do you really want to add \"%s\" to the selection?" -msgstr "" -"Anda pasti untuk memadam\n" -" '%1'?" +#: ../src/brasero-audio-disc.c:585 +msgid "The track will be padded at its end." +msgstr "Trek akan dilapik pada akhirnya." -#: ../src/brasero-data-disc.c:890 -#: ../libbrasero-burn/brasero-status-dialog.c:230 -msgid "" -"The children of this directory will have 7 parent directories.\n" -"Brasero can create an image of such a file hierarchy and burn it; but the disc may not be readable on all operating systems.\n" -"Note: Such a file hierarchy is known to work on Linux." -msgstr "" +#: ../src/brasero-audio-disc.c:586 +msgid "The track is shorter than 6 seconds" +msgstr "Trek dipendekkan sebanyak 6 saat" -#. Translators: %s is a string describing the type of medium and the -#. * drive it is in. It's a tooltip. -#: ../src/brasero-data-disc.c:990 -#, fuzzy, c-format -msgid "Import %s" -msgstr "%1 Import" +#: ../src/brasero-audio-disc.c:646 +msgid "Make sure the appropriate codec is installed" +msgstr "Pastikan kodek yang sesuai telah dipasang" -#. Translators: %s is the name of the volume to import. It's a menu -#. * entry and toolbar button (text added later). -#: ../src/brasero-data-disc.c:997 +#: ../src/brasero-audio-disc.c:662 #, c-format -msgid "I_mport %s" -msgstr "" +msgid "Do you want to add \"%s\", which is a video file?" +msgstr "Adakah anda ingin menambah \"%s\", yang merupakan sebuah fail video?" -#. Translators: This is a verb. It's a toolbar button. -#: ../src/brasero-data-disc.c:1027 -msgid "I_mport" +#: ../src/brasero-audio-disc.c:671 +msgid "" +"This file is a video and therefore only the audio part can be written to the " +"disc." msgstr "" +"Fail ini ialah sebuah video dan hanya bahagian audio boleh ditulis ke dalam " +"cakera." -#. Translators: %s is the name of the volume to import -#: ../src/brasero-data-disc.c:1109 -#, fuzzy, c-format -msgid "Do you want to import the session from \"%s\"?" -msgstr "Anda pasti untuk nyahlanggan dari %1?" +#: ../src/brasero-audio-disc.c:674 +msgid "_Discard File" +msgstr "_Singkir Fail" -#: ../src/brasero-data-disc.c:1112 -msgid "That way, old files from previous sessions will be usable after burning." -msgstr "" +#: ../src/brasero-audio-disc.c:677 +msgid "_Add File" +msgstr "_Tambah Fail" -#: ../src/brasero-data-disc.c:1120 -#, fuzzy -msgid "I_mport Session" -msgstr "&Jenis Sesi" +#: ../src/brasero-audio-disc.c:748 +msgid "Do you want to search for audio files inside the directory?" +msgstr "Adakah anda ingin menggelintar fail audio dalam direktori?" -#: ../src/brasero-data-disc.c:1122 -msgid "Click here to import its contents" -msgstr "" +#: ../src/brasero-audio-disc.c:758 +msgid "Search _Directory" +msgstr "Gelintar _Direktori" -#: ../src/brasero-data-disc.c:1470 -msgid "Please wait while the project is loading." -msgstr "" +#: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 +#, c-format +msgid "\"%s\" could not be opened." +msgstr "\"%s\" tidak boleh dibuka." -#: ../src/brasero-data-disc.c:1480 -#, fuzzy -msgid "_Cancel Loading" -msgstr "Memuatkan folder..." +#: ../src/brasero-audio-disc.c:857 +msgid "Do you want to create an audio CD with DTS tracks?" +msgstr "Adakah anda ingin mencipta CD audio dengan trek DTS?" -#: ../src/brasero-data-disc.c:1482 -msgid "Cancel loading current project" +#: ../src/brasero-audio-disc.c:858 +msgid "" +"Some of the selected songs are suitable for creating DTS tracks.\n" +"This type of audio CD track provides a higher quality of sound but can only " +"be played by specific digital players.\n" +"Note: if you agree, normalization will not be applied to these tracks." msgstr "" +"Sesetengah lagu terpilih sesuai untuk penciptaan trek DTS.\n" +"Jenis trek CD audio ini memberikan bunyi berkualiti tinggi tetapi hanya " +"boleh dimainkan oleh pemain digital tertentu.\n" +"Perhatian: jika anda setuju, penormalan hanya boleh diterap pada trek ini." -#: ../src/brasero-data-disc.c:1886 -#, fuzzy -msgid "File Renaming" -msgstr " FAIL DITUTUP" +#: ../src/brasero-audio-disc.c:867 +msgid "Create _Regular Tracks" +msgstr "Cipta Trek _Biasa" -#: ../src/brasero-data-disc.c:1890 -#, fuzzy -msgid "_Rename" -msgstr "&Namakan semula..." +#: ../src/brasero-audio-disc.c:869 +msgid "Click here to burn all songs as regular tracks" +msgstr "Klik di sini untuk merakam semua lagu sebagai trek biasa" -#: ../src/brasero-data-disc.c:1898 -#, fuzzy -msgid "Renaming mode" -msgstr "Mod &Pelengkapan" +#: ../src/brasero-audio-disc.c:872 +msgid "Create _DTS Tracks" +msgstr "Cipta Trek _DTS" -#: ../src/brasero-data-disc.c:2329 -#: ../src/brasero-video-disc.c:1228 -#, fuzzy -msgid "Size" -msgstr "Saiz" +#: ../src/brasero-audio-disc.c:874 +msgid "Click here to burn all suitable songs as DTS tracks" +msgstr "Klik di sini untuk merakam semua lagu yang sesuai sebagai trek DTS" -#: ../src/brasero-data-disc.c:2359 -#, fuzzy -msgid "Space" -msgstr "Ruang" +#: ../src/brasero-audio-disc.c:1290 +msgid "Select one song only please." +msgstr "Sila pilih satu lagu sahaja." -#: ../src/brasero-file-chooser.c:325 -#: ../src/brasero-project.c:2185 -#, fuzzy -msgid "Audio files" -msgstr "Fail tetapan." +#: ../src/brasero-audio-disc.c:1291 +msgid "Impossible to split more than one song at a time" +msgstr "Mustahil boleh membahagi lebih dari satu lagu pada satu masa" -#: ../src/brasero-file-chooser.c:333 -#: ../src/brasero-project.c:2194 -#, fuzzy -msgid "Movies" -msgstr "Laluan wayang:" +#: ../src/brasero-cli.c:70 +msgid "Open the specified project" +msgstr "Buka projek yang ditentukan" -#: ../src/brasero-layout.c:100 -#, fuzzy -msgid "P_review" -msgstr "&Prapapar" +#: ../src/brasero-cli.c:71 +msgid "PROJECT" +msgstr "PROJEK" -#. Translators: this is an image, a picture, not a "Disc Image" -#: ../src/brasero-layout.c:102 -msgid "Display video, audio and image preview" -msgstr "" +#: ../src/brasero-cli.c:76 +msgid "Open the specified playlist as an audio project" +msgstr "Buka senarai main yang ditentukan sebagai projek audio" -#: ../src/brasero-layout.c:106 -#, fuzzy -msgid "_Show Side Panel" -msgstr "Papar Panel &Navigasi" +#: ../src/brasero-cli.c:77 +msgid "PLAYLIST" +msgstr "SENARAI MAIN" -#: ../src/brasero-layout.c:107 -msgid "Show a side pane along the project" -msgstr "" +#: ../src/brasero-cli.c:82 +msgid "Set the drive to be used for burning" +msgstr "Tetapkan pemacu yang digunakan untuk merakam" -#: ../src/brasero-layout.c:121 -#, fuzzy -msgid "_Horizontal Layout" -msgstr "&Pisahkan Bentangan" +#: ../src/brasero-cli.c:83 +msgid "DEVICE PATH" +msgstr "LALUAN PERANTI" -#: ../src/brasero-layout.c:122 -#, fuzzy -msgid "Set a horizontal layout" -msgstr "Setkan Bentangan Halaman" +#: ../src/brasero-cli.c:86 +msgid "Create an image file instead of burning" +msgstr "Cipta fail imej selain dari merakam" -#: ../src/brasero-layout.c:124 -#, fuzzy -msgid "_Vertical Layout" -msgstr "&Pisahkan Bentangan" +#: ../src/brasero-cli.c:90 +msgid "Open an audio project adding the URIs given on the command line" +msgstr "Buka satu projek audio yang ditambah URI ke dalam baris perintah" -#: ../src/brasero-layout.c:125 -#, fuzzy -msgid "Set a vertical layout" -msgstr "Setkan Bentangan Halaman" +#: ../src/brasero-cli.c:94 +msgid "Open a data project adding the URIs given on the command line" +msgstr "Buka satu projek data yang ditambah URI ke dalam baris perintah" -#: ../src/brasero-layout.c:1184 -msgid "Click to close the side pane" -msgstr "" +#: ../src/brasero-cli.c:98 +msgid "Copy a disc" +msgstr "Salin satu cakera" -#. * -#. * Translators: this is the position being played in the stream. The -#. * first %s is the position and the second %s is the whole length of -#. * the stream. I chose to make that translatable in case some languages -#. * don't allow the "/" -#: ../src/brasero-player.c:301 -#, c-format -msgid "%s / %s" -msgstr "" +#: ../src/brasero-cli.c:99 ../src/brasero-cli.c:119 ../src/brasero-cli.c:123 +msgid "PATH TO DEVICE" +msgstr "LALUAN PERANTI" -#: ../src/brasero-player.c:427 -#, fuzzy -msgid "No file" -msgstr "Tiada Fail Konfigurasi Ditemui" +#: ../src/brasero-cli.c:102 +msgid "Cover to use" +msgstr "Kulit hadapan yang digunakan" -#: ../src/brasero-player.c:470 -#, fuzzy -msgid "Start and stop playing" -msgstr "Mula main apabila CD disisipkan." +#: ../src/brasero-cli.c:103 +msgid "PATH TO COVER" +msgstr "LALUAN KULIT HADAPAN" -#: ../src/brasero-player.c:866 -#, fuzzy -msgid "Name:" -msgstr "Nama: %1" +#: ../src/brasero-cli.c:106 +msgid "Open a video project adding the URIs given on the command line" +msgstr "Buka satu projek video yang ditambah URI ke dalam baris perintah" -#: ../src/brasero-player.c:873 -#, c-format -msgid "Size:\t %i × %i pixels" -msgstr "" +#: ../src/brasero-cli.c:110 +msgid "URI of an image file to burn (autodetected)" +msgstr "URI fail imej untuk dirakam (dikesan secara automatik)" -#: ../src/brasero-player.c:896 -#, c-format -msgid "" -"%s\n" -"by %s" -msgstr "" +#: ../src/brasero-cli.c:111 +msgid "PATH TO IMAGE" +msgstr "LALUAN IMEJ" -#: ../src/brasero-player.c:1130 -#, c-format -msgid "" -"Loading information\n" -"about %s" -msgstr "" +#: ../src/brasero-cli.c:114 +msgid "Force Brasero to display the project selection page" +msgstr "Paksa Brasero paparkan halaman pemilihan projek" -#: ../src/brasero-project.c:193 -#, fuzzy -msgid "Save current project" -msgstr "Tutup projek semasa" +#: ../src/brasero-cli.c:118 +msgid "Open the blank disc dialog" +msgstr "Buka dialog cakera kosong" -#: ../src/brasero-project.c:194 -#, fuzzy -msgid "Save _As…" -msgstr "&Simpan Konfigurasi" +#: ../src/brasero-cli.c:122 +msgid "Open the check disc dialog" +msgstr "Buka dialog semakan cakera" -#: ../src/brasero-project.c:195 -msgid "Save current project to a different location" -msgstr "" +#: ../src/brasero-cli.c:126 +msgid "Burn the contents of the burn:// URI" +msgstr "Rakam kandungan burn:// URI" -#: ../src/brasero-project.c:196 -#, fuzzy -msgid "_Add Files" -msgstr "Fail tetapan." +#: ../src/brasero-cli.c:130 +msgid "Start burning immediately." +msgstr "Mulakan merakam serta-merta." -#: ../src/brasero-project.c:197 -#, fuzzy -msgid "Add files to the project" -msgstr "Cetak fail ke skrin." +#: ../src/brasero-cli.c:134 +msgid "Don't connect to an already-running instance" +msgstr "Jangan sambung dengan kejadian yang sudah-dijalankan" -#: ../src/brasero-project.c:198 -#, fuzzy -msgid "_Remove Files" -msgstr "Buang fail." +#: ../src/brasero-cli.c:138 +msgid "" +"Burn the specified project and remove it.\n" +"This option is mainly useful for integration with other applications." +msgstr "" +"Rakam projek ditentukan dan buangkannya.\n" +"Pilihan ini biasanya berguna untuk integrasi dengan aplikasi lain." -#. Translators: "empty" is a verb here -#: ../src/brasero-project.c:201 -#: ../src/brasero-project.c:2267 -#, fuzzy -msgid "E_mpty Project" -msgstr "&Tutup Projek" +#: ../src/brasero-cli.c:139 +msgid "PATH" +msgstr "LALUAN" -#: ../src/brasero-project.c:202 -#, fuzzy -msgid "Remove all files from the project" -msgstr "Buang semua alamat kekecualian proksi dari senarai." +#. Translators: the xid is a number identifying each window in the X11 +#. * world (not Windows, MacOS X). The following sentence says that +#. * brasero will be set to be always on top of the window identified by +#. * xid. In other words, the window with the given xid will become brasero +#. * parent as if brasero was a dialog for the parent application +#: ../src/brasero-cli.c:147 +msgid "The XID of the parent window" +msgstr "XID bagi tetingkap induk" -#. burn button set insensitive since there are no files in the selection -#: ../src/brasero-project.c:203 -#: ../src/brasero-project.c:1074 -msgid "_Burn…" -msgstr "" +#. Translators: %s is the path of drive +#: ../src/brasero-cli.c:204 +#, c-format +msgid "\"%s\" cannot write." +msgstr "\"%s\" tidak boleh ditulis." -#: ../src/brasero-project.c:204 -#, fuzzy -msgid "Burn the disc" -msgstr "Id Cakera:" +#: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 +msgid "Wrong command line option." +msgstr "Pilihan baris perintah salah." -#: ../src/brasero-project.c:684 -msgid "To add files to this project click the \"Add\" button or drag files to this area" -msgstr "" +#: ../src/brasero-cli.c:297 +msgid "Incompatible command line options used." +msgstr "Pilihan baris perintah tidak serasi digunakan." -#: ../src/brasero-project.c:686 -msgid "To remove files select them then click on the \"Remove\" button or press \"Delete\" key" -msgstr "" +#: ../src/brasero-cli.c:298 +msgid "Only one option can be given at a time" +msgstr "Hanya satu pilihan diberikan pada satu masa" -#: ../src/brasero-project.c:793 -#, fuzzy, c-format -msgid "Estimated project size: %s" -msgstr "% Saiz Imej Asal" +#: ../src/brasero-data-disc.c:125 +msgid "R_ename…" +msgstr "_Nama Semula..." -#: ../src/brasero-project.c:939 -#: ../src/brasero-project.c:955 -msgid "The project is too large for the disc even with the overburn option." -msgstr "" +#: ../src/brasero-data-disc.c:125 +msgid "Rename the selected file" +msgstr "Namakan semula fail terpilih" + +#: ../src/brasero-data-disc.c:131 ../src/brasero-data-disc.c:1758 +msgid "New _Folder" +msgstr "_Folder Baharu" -#: ../src/brasero-project.c:966 -msgid "" -"The project is too large for the disc and you must remove files from it.\n" -"You may want to use this option if you're using 90 or 100 min CD-R(W) which cannot be properly recognized and therefore needs the overburn option.\n" -"Note: This option might cause failure." -msgstr "" +#: ../src/brasero-data-disc.c:131 +msgid "Create a new empty folder" +msgstr "Cipta satu folder kosong baharu" -#: ../src/brasero-project.c:1086 -msgid "Start to burn the contents of the selection" -msgstr "" +#: ../src/brasero-data-disc.c:213 +msgid "The session could not be imported." +msgstr "Sesi tidak boleh diimport." -#: ../src/brasero-project.c:1256 -msgid "Please add songs to the project." -msgstr "" +#: ../src/brasero-data-disc.c:559 +msgid "The contents of the project changed since it was saved." +msgstr "Kandungan projek berubah semenjak ia disimpan." -#: ../src/brasero-project.c:1864 -msgid "Do you really want to create a new project and discard the changes to current one?" -msgstr "" +#: ../src/brasero-data-disc.c:561 +msgid "Discard the current modified project ?" +msgstr "Singkir projek semasa yang diubahsuai?" -#: ../src/brasero-project.c:1869 -msgid "If you choose to create a new empty project, all changes will be lost." -msgstr "" +#: ../src/brasero-data-disc.c:567 +msgid "_Discard" +msgstr "_Singkir" -#: ../src/brasero-project.c:1872 -#, fuzzy -msgid "_Discard Changes" -msgstr "&Abaikan Perubahan" +#: ../src/brasero-data-disc.c:569 +msgid "Discard the current modified project" +msgstr "Singkir projek ubahsuai semasa" -#: ../src/brasero-project.c:1880 -msgid "Do you want to discard the file selection or add it to the new project?" -msgstr "" +#: ../src/brasero-data-disc.c:574 +msgid "Continue with the current modified project" +msgstr "Teruskan dengan projek ubahsuai semasa" -#: ../src/brasero-project.c:1885 -#: ../src/brasero-project.c:1904 -msgid "If you choose to create a new empty project, the file selection will be discarded." +#. Translators: %s is the name of the image +#: ../src/brasero-data-disc.c:619 +#, c-format +msgid "" +"There is only one selected file (\"%s\"). It is the image of a disc and its " +"contents can be burned" msgstr "" +"Hanya satu-satunya fail terpilih (\"%s\"). Ia adalah imej cakera dan " +"kandungannya boleh dirakam" -#: ../src/brasero-project.c:1887 -#, fuzzy -msgid "_Discard File Selection" -msgstr "Pemilihan Wallet Automatik" +#: ../src/brasero-data-disc.c:625 +msgid "Burn as _Data" +msgstr "Rakam sebagai _Data" -#: ../src/brasero-project.c:1891 -#, fuzzy -msgid "_Keep File Selection" -msgstr "Pemilihan Wallet Automatik" +#: ../src/brasero-data-disc.c:627 +msgid "Burn as _Image" +msgstr "Rakam sebagai _Imej" -#: ../src/brasero-project.c:1899 -msgid "Do you really want to create a new project and discard the current one?" -msgstr "" +#: ../src/brasero-data-disc.c:673 ../src/brasero-data-disc.c:691 +#: ../src/brasero-data-disc.c:709 +#, c-format +msgid "\"%s\" cannot be added to the selection." +msgstr "\"%s\" tidak boleh ditambah ke dalam pemilihan." -#: ../src/brasero-project.c:1906 -#, fuzzy -msgid "_Discard Project" -msgstr "&Tutup Projek" +#: ../src/brasero-data-disc.c:694 +msgid "It is a recursive symlink" +msgstr "Merupakan symlink rekursif" -#: ../src/brasero-project.c:2143 -#, fuzzy -msgid "Select Files" -msgstr "Pilih Fail..." +#: ../src/brasero-data-disc.c:712 +msgid "It does not exist at the specified location" +msgstr "Tidak wujud pada lokasi yang ditentukan" -#: ../src/brasero-project.c:2256 -msgid "Do you really want to empty the current project?" -msgstr "" +#. Translators: %s is the name of the file +#: ../src/brasero-data-disc.c:771 +#, c-format +msgid "Do you want to replace \"%s\"?" +msgstr "Adakah anda hendak mengganti \"%s\"?" -#: ../src/brasero-project.c:2261 -msgid "Emptying a project will remove all files already added. All the work will be lost. Note that files will not be deleted from their own location, just no longer listed here." +#: ../src/brasero-data-disc.c:779 +msgid "" +"A file with this name already exists in the folder. Replacing it will " +"overwrite its contents on the disc to be burnt." msgstr "" +"Satu fail dengan nama ini sudah wujud di dalam folder. Penggantiannya akan " +"menulis-ganti kandungannya dalam cakera yang akan dirakamkan." -#: ../src/brasero-project.c:2318 -#, fuzzy -msgid "_Save" -msgstr "&Simpan" +#. Translators: Keep means we're keeping the files that already existed +#. * in the project. +#. * Keep is a verb +#: ../src/brasero-data-disc.c:784 +msgid "Always K_eep" +msgstr "Sentiasa K_ekal" -#: ../src/brasero-project.c:2329 -#, fuzzy -msgid "_Add" -msgstr "Tambah %1" +#. Translators: Keep means we're keeping the files that already existed +#. * in the project. +#. * Keep is a verb +#: ../src/brasero-data-disc.c:788 +msgid "_Keep" +msgstr "_Kekal" -#: ../src/brasero-project.c:2334 -#: ../src/brasero-split-dialog.c:1252 -#, fuzzy -msgid "_Remove" -msgstr "Buang fail." +#. Translators: Replace means we're replacing the file that already +#. * existed in the project with a new one with the same name. +#. * Replace is a verb +#. Translators: this is a verb +#: ../src/brasero-data-disc.c:792 ../src/brasero-rename.c:385 +msgid "_Replace" +msgstr "_Ganti" -#. Translators: %s is the name of the project -#: ../src/brasero-project.c:2398 -#, fuzzy, c-format -msgid "Brasero — %s (Data Disc)" -msgstr "Cakera Keras Baru" +#. Translators: Replace means we're replacing the file that already +#. * existed in the project with a new one with the same name. +#. * Replace is a verb +#: ../src/brasero-data-disc.c:796 +msgid "Al_ways Replace" +msgstr "Sen_tiasa Ganti" -#. Translators: %s is the name of the project -#: ../src/brasero-project.c:2401 -#, fuzzy, c-format -msgid "Brasero — %s (Audio Disc)" -msgstr "Cakera Keras Baru" +#. Translators: %s is a string describing the type of medium and the +#. * drive it is in. It's a tooltip. +#: ../src/brasero-data-disc.c:979 +#, c-format +msgid "Import %s" +msgstr "Import %s" -#. Translators: %s is the name of the project -#: ../src/brasero-project.c:2404 -#, fuzzy, c-format -msgid "Brasero — %s (Video Disc)" -msgstr "Cakera Keras Baru" +#. Translators: %s is the name of the volume to import. It's a menu +#. * entry and toolbar button (text added later). +#: ../src/brasero-data-disc.c:986 +#, c-format +msgid "I_mport %s" +msgstr "I_mport %s" -#: ../src/brasero-project.c:2574 -#: ../src/brasero-project.c:2890 -#, fuzzy -msgid "Your project has not been saved." -msgstr "Kata laluan TIDAK ditukar." +#. Translators: This is a verb. It's a toolbar button. +#: ../src/brasero-data-disc.c:1016 +msgid "I_mport" +msgstr "I_mport" -#: ../src/brasero-project.c:2588 -msgid "Save the changes of current project before closing?" -msgstr "" +#. Translators: %s is the name of the volume to import +#: ../src/brasero-data-disc.c:1098 +#, c-format +msgid "Do you want to import the session from \"%s\"?" +msgstr "Anda pasti ingin mengimport sesi dari \"%s\"?" -#: ../src/brasero-project.c:2593 -#: ../src/brasero-project.c:2895 -msgid "If you don't save, changes will be permanently lost." +#: ../src/brasero-data-disc.c:1101 +msgid "" +"That way, old files from previous sessions will be usable after burning." msgstr "" +"Dengan cara ini, fail lama dari sesi terdahulu boleh digunakan selepas " +"rakaman." -#: ../src/brasero-project.c:2597 -#: ../src/brasero-project.c:2603 -#: ../src/brasero-project.c:2898 -#, fuzzy -msgid "Cl_ose Without Saving" -msgstr "&Tutup Paparan Semasa" +#: ../src/brasero-data-disc.c:1109 +msgid "I_mport Session" +msgstr "I_mport Sesi" -#: ../src/brasero-project.c:2698 -#, fuzzy -msgid "Save Current Project" -msgstr "Tutup projek semasa" +#: ../src/brasero-data-disc.c:1111 +msgid "Click here to import its contents" +msgstr "Klik disini untuk mengimport kandungannya" -#: ../src/brasero-project.c:2716 -msgid "Save project as a Brasero audio project" -msgstr "" +#: ../src/brasero-data-disc.c:1490 +msgid "Please wait while the project is loading." +msgstr "Sila tunggu ketika projek dimuatkan." -#: ../src/brasero-project.c:2717 -msgid "Save project as a plain text list" -msgstr "" +#: ../src/brasero-data-disc.c:1500 +msgid "_Cancel Loading" +msgstr "_Batal Memuatkan" -#: ../src/brasero-project.c:2721 -msgid "Save project as a PLS playlist" -msgstr "" +#: ../src/brasero-data-disc.c:1502 +msgid "Cancel loading current project" +msgstr "Batal memuatkan projek semasa" -#: ../src/brasero-project.c:2722 -msgid "Save project as an M3U playlist" -msgstr "" +#: ../src/brasero-data-disc.c:1903 +msgid "File Renaming" +msgstr "Penamaan Semula Fail" -#: ../src/brasero-project.c:2723 -msgid "Save project as an XSPF playlist" -msgstr "" +#: ../src/brasero-data-disc.c:1907 +msgid "_Rename" +msgstr "_Nama Semula" -#: ../src/brasero-project.c:2724 -msgid "Save project as an iriver playlist" -msgstr "" +#: ../src/brasero-data-disc.c:1913 +msgid "Renaming mode" +msgstr "Mod Penamaan semula" -#: ../src/brasero-project-manager.c:99 -#, fuzzy -msgid "_Cover Editor" -msgstr "&Konfigur Editor..." +#: ../src/brasero-data-disc.c:2336 ../src/brasero-file-filtered.c:256 +msgid "Files" +msgstr "Fail" -#: ../src/brasero-project-manager.c:100 -msgid "Design and print covers for CDs" -msgstr "" +#: ../src/brasero-data-disc.c:2350 ../src/brasero-video-disc.c:1227 +msgid "Size" +msgstr "Saiz" -#: ../src/brasero-project-manager.c:101 -#, fuzzy -msgid "_New Project" -msgstr "Cipta Projek Baru" +#: ../src/brasero-data-disc.c:2364 +msgid "Description" +msgstr "Keterangan" -#: ../src/brasero-project-manager.c:102 -#, fuzzy -msgid "Create a new project" -msgstr "Cipta projek baru" +#: ../src/brasero-data-disc.c:2380 +msgid "Space" +msgstr "Ruang" -#: ../src/brasero-project-manager.c:103 -#, fuzzy -msgid "_Empty Project" -msgstr "&Tutup Projek" +#: ../src/brasero-eject-dialog.c:97 +#, c-format +msgid "The disc in \"%s\" cannot be ejected" +msgstr "Cakera dimdalam \"%s\" tidak boleh dilenting" -#: ../src/brasero-project-manager.c:104 -msgid "Let you choose your new project" -msgstr "" +#: ../src/brasero-eject-dialog.c:193 +msgid "_Eject" +msgstr "_Lenting" -#: ../src/brasero-project-manager.c:105 -#, fuzzy -msgid "New _Audio Project" -msgstr "Cipta Projek Baru" +#: ../src/brasero-eject-dialog.c:208 +msgid "Eject Disc" +msgstr "Lenting Cakera" -#: ../src/brasero-project-manager.c:106 -#: ../src/brasero-project-type-chooser.c:74 -msgid "Create a traditional audio CD that will be playable on computers and stereos" -msgstr "" +#: ../src/brasero-file-chooser.c:357 ../src/brasero-project.c:2230 +msgid "Audio files" +msgstr "Fail audio" -#: ../src/brasero-project-manager.c:107 -#, fuzzy -msgid "New _Data Project" -msgstr "Cipta Projek Baru" +#: ../src/brasero-file-chooser.c:365 ../src/brasero-project.c:2239 +msgid "Movies" +msgstr "Cereka" -#: ../src/brasero-project-manager.c:108 -#: ../src/brasero-project-type-chooser.c:79 -msgid "Create a CD/DVD containing any type of data that can only be read on a computer" -msgstr "" +#: ../src/brasero-file-filtered.c:75 ../src/brasero-file-filtered.c:81 +msgid "No file filtered" +msgstr "Tiada fail ditapis" -#: ../src/brasero-project-manager.c:109 -#, fuzzy -msgid "New _Video Project" -msgstr "Cipta Projek Baru" +#: ../src/brasero-file-filtered.c:77 +#, c-format +msgid "Hide the _filtered file list (%d file)" +msgid_plural "Hide the _filtered file list (%d files)" +msgstr[0] "Sembunyi senarai fail yang ditap_is (%d fail)" -#: ../src/brasero-project-manager.c:110 -#: ../src/brasero-project-type-chooser.c:84 -msgid "Create a video DVD or an SVCD that are readable on TV readers" -msgstr "" +#: ../src/brasero-file-filtered.c:83 +#, c-format +msgid "Show the _filtered file list (%d file)" +msgid_plural "Show the _filtered file list (%d files)" +msgstr[0] "Tunjuk senarai fail yang dit_apis (%d fail)" -#: ../src/brasero-project-manager.c:111 -#, fuzzy -msgid "Copy _Disc…" -msgstr "&Salin Teks" +#: ../src/brasero-file-filtered.c:135 +msgid "Filter Options" +msgstr "Pilihan Penapis" -#: ../src/brasero-project-manager.c:112 -#: ../src/brasero-project-type-chooser.c:89 -msgid "Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on another CD/DVD" -msgstr "" +#: ../src/brasero-file-filtered.c:218 +msgid "" +"Select the files you want to restore and click on the \"Restore\" button" +msgstr "Pilih fail yang anda ingin pulihkan dan klik butang \"Pulih\"" -#: ../src/brasero-project-manager.c:113 -msgid "_Burn Image…" -msgstr "" +#: ../src/brasero-file-filtered.c:265 +msgid "Type" +msgstr "Jenis" -#: ../src/brasero-project-manager.c:114 -#: ../src/brasero-project-type-chooser.c:93 -#: ../src/brasero-project-type-chooser.c:94 -msgid "Burn an existing CD/DVD image to disc" -msgstr "" +#: ../src/brasero-file-filtered.c:292 +msgid "_Restore" +msgstr "_Pulih" -#: ../src/brasero-project-manager.c:116 -msgid "_Open…" -msgstr "" +#: ../src/brasero-file-filtered.c:301 +msgid "Restore the selected files" +msgstr "Pulih fail terpilih" -#: ../src/brasero-project-manager.c:117 -#, fuzzy -msgid "Open a project" -msgstr "Buka Projek" +#: ../src/brasero-file-filtered.c:303 +msgid "_Options…" +msgstr "_Pilihan..." -#: ../src/brasero-project-manager.c:261 -#, fuzzy, c-format -msgid "%d file selected (%s)" -msgid_plural "%d files selected (%s)" -msgstr[0] "1 Fail dipilih" -msgstr[1] "" +#: ../src/brasero-file-filtered.c:311 +msgid "Set the options for file filtering" +msgstr "Tetapkan pilihan untuk penapisan fail" -#: ../src/brasero-project-manager.c:272 -#, fuzzy, c-format -msgid "%d file is supported (%s)" -msgid_plural "%d files are supported (%s)" -msgstr[0] "Format fail tidak disokong." -msgstr[1] "" +#. filter hidden files +#: ../src/brasero-filter-option.c:65 +msgid "Filter _hidden files" +msgstr "Tapis fail terse_mbunyi" -#: ../src/brasero-project-manager.c:278 -#, fuzzy, c-format -msgid "%d file can be added (%s)" -msgid_plural "%d selected files can be added (%s)" -msgstr[0] "Fail '%1' tidak dapat dibaca." -msgstr[1] "" +#. replace symlink +#: ../src/brasero-filter-option.c:72 +msgid "Re_place symbolic links" +msgstr "_Ganti pautan simbolik" -#: ../src/brasero-project-manager.c:289 -#, c-format -msgid "No file can be added (%i selected file)" -msgid_plural "No file can be added (%i selected files)" -msgstr[0] "" -msgstr[1] "" +#. filter broken symlink button +#: ../src/brasero-filter-option.c:79 +msgid "Filter _broken symbolic links" +msgstr "Tapis pautan simbolik _rosak" -#: ../src/brasero-project-manager.c:295 -#, fuzzy, c-format -msgid "No file is supported (%i selected file)" -msgid_plural "No file is supported (%i selected files)" -msgstr[0] "Format fail tidak disokong." -msgstr[1] "" +#: ../src/brasero-filter-option.c:85 +msgid "Filtering options" +msgstr "Pilihan penapisan" -#: ../src/brasero-project-manager.c:301 -#: ../src/brasero-project-manager.c:455 -#, fuzzy -msgid "No file selected" -msgstr "-Tiada format dipilih-" +#: ../src/brasero-layout.c:104 +msgid "P_review" +msgstr "P_ratonton" -#: ../src/brasero-project-manager.c:592 -msgid "Brasero — New Audio Disc Project" -msgstr "" +#. Translators: this is an image, a picture, not a "Disc Image" +#: ../src/brasero-layout.c:106 +msgid "Display video, audio and image preview" +msgstr "Papar pratonton video, audio dan imej" -#: ../src/brasero-project-manager.c:606 -msgid "Brasero — New Data Disc Project" -msgstr "" +#: ../src/brasero-layout.c:110 +msgid "_Show Side Panel" +msgstr "_Tunjuk Panel Sisi" -#: ../src/brasero-project-manager.c:620 -msgid "Brasero — New Video Disc Project" -msgstr "" +#: ../src/brasero-layout.c:111 +msgid "Show a side pane along the project" +msgstr "Tunjuk anak tetingkap sisi sepanjang projek" -#: ../src/brasero-project-manager.c:630 -#, fuzzy -msgid "Brasero — New Image File" -msgstr "Fail imej hendak dibuka" +#: ../src/brasero-layout.c:125 +msgid "_Horizontal Layout" +msgstr "_Bentangan Mengufuk" -#: ../src/brasero-project-manager.c:645 -#, fuzzy -msgid "Brasero — Disc Copy" -msgstr "&Salin Alamat Emel" +#: ../src/brasero-layout.c:126 +msgid "Set a horizontal layout" +msgstr "Tetapkan bentangan mengufuk" -#: ../src/brasero-project-manager.c:729 -#, fuzzy -msgid "Open Project" -msgstr "Buka Projek" +#: ../src/brasero-layout.c:128 +msgid "_Vertical Layout" +msgstr "B_entangan Menegak" -#: ../src/brasero-project-manager.c:832 -#, fuzzy -msgid "_New" -msgstr "Baru" +#: ../src/brasero-layout.c:129 +msgid "Set a vertical layout" +msgstr "Tetapkan bentangan menegak" -#: ../src/brasero-project-manager.c:836 -#, fuzzy -msgid "_Open" -msgstr "&Buka." +#: ../src/brasero-layout.c:1193 +msgid "Click to close the side pane" +msgstr "Klik untuk tutup anak tetingkap sisi" -#: ../src/brasero-project-manager.c:887 -#, fuzzy -msgid "Browse the file system" -msgstr "Sistem fail baca sahaja" +#: ../src/brasero-multi-song-props.c:89 ../src/brasero-multi-song-props.c:97 +#: ../src/brasero-multi-song-props.c:105 ../src/brasero-multi-song-props.c:123 +#: ../src/brasero-multi-song-props.c:139 ../src/brasero-multi-song-props.c:160 +#: ../src/brasero-multi-song-props.c:173 ../src/brasero-multi-song-props.c:249 +#: ../src/brasero-multi-song-props.c:270 ../src/brasero-multi-song-props.c:291 +#: ../src/brasero-rename.c:90 ../src/brasero-rename.c:321 +msgid "" +msgstr "" -#: ../src/brasero-project-manager.c:910 -#, fuzzy -msgid "Search files using keywords" -msgstr "Cari search-string dalam fail." +#: ../src/brasero-multi-song-props.c:126 ../src/brasero-multi-song-props.c:143 +msgid "Remove silences" +msgstr "Buang kesenyapan" -#: ../src/brasero-project-manager.c:930 -msgid "Display playlists and their contents" +#: ../src/brasero-multi-song-props.c:211 ../src/brasero-multi-song-props.c:252 +#: ../src/brasero-multi-song-props.c:273 ../src/brasero-song-properties.c:187 +#: ../src/brasero-song-properties.c:199 ../src/brasero-song-properties.c:211 +msgid "" +"This information will be written to the disc using CD-Text technology. It " +"can be read and displayed by some audio CD players." msgstr "" +"Maklumat ini akan ditulis kedalam cakera menggunakan teknologi CD-Text. Ia " +"boleh dibaca dan dipaparkan menggunakan pemain CD audio." -#: ../src/brasero-project-type-chooser.c:72 -#, fuzzy -msgid "Audi_o project" -msgstr "&Tutup Projek" +#: ../src/brasero-multi-song-props.c:213 +msgid "Song titles" +msgstr "Tajuk lagu" -#: ../src/brasero-project-type-chooser.c:73 -#, fuzzy -msgid "Create a traditional audio CD" -msgstr "(c) 2000 - 2005 Pembangun CD Audio" +#: ../src/brasero-multi-song-props.c:230 +msgid "Additional song information" +msgstr "Maklumat tambahan lagu" -#: ../src/brasero-project-type-chooser.c:77 -#, fuzzy -msgid "D_ata project" -msgstr "&Tutup Projek" +#: ../src/brasero-multi-song-props.c:242 ../src/brasero-song-properties.c:189 +msgid "Artist:" +msgstr "Artis:" -#: ../src/brasero-project-type-chooser.c:78 -msgid "Create a data CD/DVD" -msgstr "" +#: ../src/brasero-multi-song-props.c:263 ../src/brasero-song-properties.c:201 +msgid "Composer:" +msgstr "Penggubah:" -#: ../src/brasero-project-type-chooser.c:82 -#, fuzzy -msgid "_Video project" -msgstr "&Tutup Projek" +#: ../src/brasero-multi-song-props.c:317 ../src/brasero-song-properties.c:247 +msgid "Pause length:" +msgstr "Panjang jeda:" -#: ../src/brasero-project-type-chooser.c:83 -msgid "Create a video DVD or an SVCD" -msgstr "" +#: ../src/brasero-multi-song-props.c:328 ../src/brasero-song-properties.c:256 +msgid "Gives the length of the pause that should follow the track" +msgstr "Berikan panjang jeda yang patut bersama-sama dengan trek" -#: ../src/brasero-project-type-chooser.c:87 -#, fuzzy -msgid "Disc _copy" -msgstr "&Salin Teks" +#: ../src/brasero-multi-song-props.c:345 ../src/brasero-song-properties.c:287 +msgid "Song Information" +msgstr "Maklumat Lagu" -#: ../src/brasero-project-type-chooser.c:88 -msgid "Create 1:1 copy of a CD/DVD" -msgstr "" +#: ../src/brasero-player.c:540 +#, c-format +msgid "%i × %i pixels" +msgstr "%i × %i piksel" -#: ../src/brasero-project-type-chooser.c:92 -#, fuzzy -msgid "Burn _image" -msgstr "%1 Imej dari %2 dimuatkan." +#. No Preview view +#: ../src/brasero-player.c:845 +msgid "No preview" +msgstr "Tiada pratonton" -#: ../src/brasero-project-type-chooser.c:291 -#, fuzzy -msgid "Last _Unsaved Project" -msgstr "Tutup projek semasa" +#: ../src/brasero-playlist.c:390 +#, c-format +msgid "Error parsing playlist \"%s\"." +msgstr "Ralat menghurai senarai main \"%s\"." -#: ../src/brasero-project-type-chooser.c:307 -msgid "Load the last project that was not burned and not saved" -msgstr "" +#. Translators: %d is the number of songs +#: ../src/brasero-playlist.c:499 +#, c-format +msgid "%d song" +msgid_plural "%d songs" +msgstr[0] "%d lagu" -#: ../src/brasero-project-type-chooser.c:413 -#, fuzzy -msgid "No recently used project" -msgstr "Tiada nama projek ditetapkan." +#: ../src/brasero-playlist.c:584 +msgid "Select Playlist" +msgstr "Pilih Senarai-Main" -#: ../src/brasero-project-type-chooser.c:475 -#, fuzzy -msgid "Create a new project:" -msgstr "Cipta Projek Baru" +#: ../src/brasero-playlist.c:751 +msgid "Playlists" +msgstr "Senarai-Main" -#: ../src/brasero-project-type-chooser.c:521 -#, fuzzy -msgid "Recent projects:" -msgstr "Sambungan terba&ru:" +#: ../src/brasero-playlist.c:762 +msgid "Number of Songs" +msgstr "Bilangan Lagu" -#: ../libbrasero-burn/brasero-sum-dialog.c:132 -#: ../libbrasero-burn/brasero-sum-dialog.c:213 -#, fuzzy -msgid "Check _Again" -msgstr "Pasang sekali lagi" +#: ../src/brasero-playlist.c:782 +msgid "Genre" +msgstr "Genre" -#: ../libbrasero-burn/brasero-sum-dialog.c:163 -#: ../libbrasero-burn/brasero-sum-dialog.c:512 -msgid "The file integrity check could not be performed." -msgstr "" +#: ../src/brasero-plugin-manager-ui.c:62 +msgid "Plugin" +msgstr "Pemalam" -#: ../libbrasero-burn/brasero-sum-dialog.c:176 -msgid "The file integrity was performed successfully." -msgstr "" +#: ../src/brasero-plugin-manager-ui.c:63 +msgid "Enabled" +msgstr "Dibenarkan" -#: ../libbrasero-burn/brasero-sum-dialog.c:177 -msgid "There seem to be no corrupted files on the disc" -msgstr "" +#: ../src/brasero-plugin-manager-ui.c:143 +#, c-format +msgid "Copyright %s" +msgstr "Hakcipta %s" -#: ../libbrasero-burn/brasero-sum-dialog.c:205 -#, fuzzy -msgid "The following files appear to be corrupted:" -msgstr "Fail berikut tidak dapat diubah." +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 +msgid "_About" +msgstr "_Perihal" -#: ../libbrasero-burn/brasero-sum-dialog.c:248 -#, fuzzy -msgid "Corrupted Files" -msgstr "Fail tetapan." +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 +msgid "C_onfigure" +msgstr "K_onfigur" -#: ../libbrasero-burn/brasero-sum-dialog.c:340 -#, fuzzy -msgid "Downloading MD5 file" -msgstr "Fail tetapan utama." +#: ../src/brasero-plugin-manager-ui.c:593 +msgid "A_ctivate" +msgstr "A_ktifkan" -#: ../libbrasero-burn/brasero-sum-dialog.c:395 -#, fuzzy, c-format -msgid "\"%s\" is not a valid URI" -msgstr "\"%1\" bukan pengenal pasti yang sah." +#: ../src/brasero-plugin-manager-ui.c:605 +msgid "Ac_tivate All" +msgstr "Ak_tifkan Semua" -#: ../libbrasero-burn/brasero-sum-dialog.c:513 -msgid "No MD5 file was given." -msgstr "" +#: ../src/brasero-plugin-manager-ui.c:610 +msgid "_Deactivate All" +msgstr "_Nyahaktif Semua" -#: ../libbrasero-burn/brasero-sum-dialog.c:689 -msgid "Use an _MD5 file to check the disc" -msgstr "" +#. Use the translated name for the plugin. +#: ../src/brasero-plugin-option.c:258 +#, c-format +msgid "Options for plugin %s" +msgstr "Pilihan untuk pemalam %s" -#: ../libbrasero-burn/brasero-sum-dialog.c:690 -msgid "Use an external .md5 file that stores the checksum of a disc" -msgstr "" +#: ../src/brasero-pref.c:61 +msgid "Brasero Plugins" +msgstr "Pemalam Brasero" -#: ../libbrasero-burn/brasero-sum-dialog.c:703 -#, fuzzy -msgid "Open an MD5 file" -msgstr "Tidak dapat membuka fail %1." +#: ../src/brasero-project.c:196 +msgid "Save current project" +msgstr "Simpan projek semasa" -#: ../libbrasero-burn/brasero-sum-dialog.c:718 -#, fuzzy -msgid "_Check" -msgstr "&Semak Konfigurasi" +#: ../src/brasero-project.c:197 +msgid "Save _As…" +msgstr "Simp_an Sebagai..." -#: ../libbrasero-burn/brasero-sum-dialog.c:749 -#, fuzzy -msgid "Disc Checking" -msgstr "Memeriksa kekunci" +#: ../src/brasero-project.c:198 +msgid "Save current project to a different location" +msgstr "SImpan projek semasa ke lokasi lain" -#: ../libbrasero-burn/brasero-status-dialog.c:147 -#, fuzzy, c-format -msgid "Estimated size: %s" -msgstr "%1 - Saiz Skrin" +#: ../src/brasero-project.c:199 +msgid "_Add Files" +msgstr "T_ambah Fail" -#: ../libbrasero-burn/brasero-status-dialog.c:566 -#, fuzzy -msgid "Size Estimation" -msgstr "%1 - Saiz Skrin" +#: ../src/brasero-project.c:200 +msgid "Add files to the project" +msgstr "Tambah fail ke dalam projek" -#: ../libbrasero-burn/brasero-status-dialog.c:568 -msgid "Please wait until the estimation of the size is completed." -msgstr "" +#: ../src/brasero-project.c:201 +msgid "_Remove Files" +msgstr "_Buang Fail" -#: ../libbrasero-burn/brasero-status-dialog.c:569 -msgid "All files need to be analysed to complete this operation." -msgstr "" +#. Translators: "empty" is a verb here +#: ../src/brasero-project.c:204 ../src/brasero-project.c:2312 +msgid "E_mpty Project" +msgstr "Projek K_osong" -#: ../libbrasero-burn/brasero-tool-dialog.c:79 -#: ../libbrasero-burn/brasero-tool-dialog.c:93 -#: ../libbrasero-burn/brasero-tool-dialog.c:103 -#, fuzzy -msgid "The operation cannot be performed." -msgstr "Operasi yang diminta tidak dapat dilselesaikan." +#: ../src/brasero-project.c:205 +msgid "Remove all files from the project" +msgstr "Buang semua fail dari projek" -#: ../libbrasero-burn/brasero-tool-dialog.c:80 -#: ../plugins/cdrkit/burn-wodim.c:152 -#: ../plugins/cdrkit/burn-wodim.c:402 -#: ../plugins/cdrtools/burn-cdrecord.c:152 -#: ../plugins/cdrtools/burn-cdrecord.c:387 -#: ../plugins/growisofs/burn-dvd-rw-format.c:77 -#: ../plugins/libburnia/burn-libburn.c:609 -#, fuzzy, c-format -msgid "The disc is not supported" -msgstr "operasi tidak disokong" +#: ../src/brasero-project.c:206 ../src/brasero-project.c:1086 +msgid "_Burn…" +msgstr "_Rakam..." -#: ../libbrasero-burn/brasero-tool-dialog.c:104 -#, fuzzy -msgid "The drive is empty" -msgstr "Lokasi adalah kosong." +#: ../src/brasero-project.c:207 +msgid "Burn the disc" +msgstr "Rakam cakera" -#: ../libbrasero-burn/brasero-tool-dialog.c:542 -#: ../src/brasero-eject-dialog.c:165 -#, fuzzy -msgid "Select a disc" -msgstr "Id Cakera:" +#: ../src/brasero-project.c:695 +msgid "" +"To add files to this project click the \"Add\" button or drag files to this " +"area" +msgstr "" +"Untuk menambah fail ke dalam projek ini, klik butang \"Tambah\" atau seret " +"fail ke dalam kawasan ini" -#: ../libbrasero-burn/brasero-tool-dialog.c:575 -#, fuzzy -msgid "Progress" -msgstr "progress" +#: ../src/brasero-project.c:697 +msgid "" +"To remove files select them then click on the \"Remove\" button or press " +"\"Delete\" key" +msgstr "" +"Untuk membuang fail, pilih ia kemudian klik butang \"Buang\" atau tekan " +"kekunci \"Delete\"" -#: ../src/main.c:110 -#, fuzzy -msgid "Open the specified project" -msgstr "Buka Projek &Sedia Ada" +#: ../src/brasero-project.c:804 +#, c-format +msgid "Estimated project size: %s" +msgstr "Anggaran saiz projek: %s" -#: ../src/main.c:111 -#, fuzzy -msgid "PROJECT" -msgstr "&Tutup Projek" +#: ../src/brasero-project.c:950 ../src/brasero-project.c:966 +msgid "The project is too large for the disc even with the overburn option." +msgstr "" +"Projek ini terlalu besar untuk cakera ini walaupun dengan pilihan rakam " +"lampau." -#: ../src/main.c:116 -msgid "Open the specified playlist as an audio project" +#: ../src/brasero-project.c:977 +msgid "" +"The project is too large for the disc and you must remove files from it.\n" +"You may want to use this option if you're using 90 or 100 min CD-R(W) which " +"cannot be properly recognized and therefore needs the overburn option.\n" +"Note: This option might cause failure." msgstr "" +"Projek ini terlalu besar untuk cakera dan anda mesti buang fail didalamnya.\n" +"Anda boleh menggunakan pilihan ini jika anda menggunakan CD-R(W) 90 atau 100 " +"min yang tidak boleh dikenal pasti dengan baik dan perlukan pilihan rakam " +"lampau.\n" +"Perhatian: Pilihan ini boleh menyebabkan kegagalan." -#: ../src/main.c:117 -#, fuzzy -msgid "PLAYLIST" -msgstr "&Kosongkan Senarai Siar..." +#: ../src/brasero-project.c:1098 +msgid "Start to burn the contents of the selection" +msgstr "Mula merakam kandungan terpilih" -#: ../src/main.c:122 -msgid "Set the drive to be used for burning" -msgstr "" +#: ../src/brasero-project.c:1267 +msgid "Please add songs to the project." +msgstr "Sila tambah lagu ke dalam projek." -#: ../src/main.c:123 -#, fuzzy -msgid "DEVICE PATH" -msgstr "Laluan &Runlevel:" +#: ../src/brasero-project.c:1904 ../src/brasero-project.c:1939 +msgid "Do you really want to create a new project and discard the current one?" +msgstr "" +"Adakah anda pasti ingin mencipta projek baharu dan singkir projek semasa?" -#: ../src/main.c:126 -msgid "Create an image file instead of burning" +#: ../src/brasero-project.c:1909 +msgid "If you choose to create a new empty project, all changes will be lost." msgstr "" +"Jika anda memilih untuk cipta projek kosong baharu, semua perubahan yang " +"dilakukan akan hilang." -#: ../src/main.c:130 -msgid "Open an audio project adding the URIs given on the command line" +#: ../src/brasero-project.c:1912 +msgid "_Discard Changes" +msgstr "_Singkir Perubahan" + +#: ../src/brasero-project.c:1920 +msgid "Do you want to discard the file selection or add it to the new project?" msgstr "" +"Adakah anda ingin membuang pemilihan fail atau tambahkannya ke projek baharu?" -#: ../src/main.c:134 -msgid "Open a data project adding the URIs given on the command line" +#: ../src/brasero-project.c:1925 ../src/brasero-project.c:1944 +msgid "" +"If you choose to create a new empty project, the file selection will be " +"discarded." msgstr "" +"Jika anda memilih untuk cipta projek kosong baharu, pemilihan fail akan " +"disingkirkan." -#: ../src/main.c:138 -#, fuzzy -msgid "Copy a disc" -msgstr "Id Cakera:" +#: ../src/brasero-project.c:1927 +msgid "_Discard File Selection" +msgstr "_Singkir Pemilihan Fail" -#: ../src/main.c:139 -#: ../src/main.c:159 -#: ../src/main.c:163 -#, fuzzy -msgid "PATH TO DEVICE" -msgstr "Laluan ke nod peranti Pilot" +#: ../src/brasero-project.c:1931 +msgid "_Keep File Selection" +msgstr "_Kekalkan Pemilihan Fail" -#: ../src/main.c:142 -#, fuzzy -msgid "Cover to use" -msgstr "Gaya lata untuk digunakan" +#: ../src/brasero-project.c:1946 +msgid "_Discard Project" +msgstr "_Singkir Projek" -#: ../src/main.c:143 -#, fuzzy -msgid "PATH TO COVER" -msgstr "Laluan kepada boleh-laksana" +#: ../src/brasero-project.c:2188 +msgid "Select Files" +msgstr "Pilih Fail" -#: ../src/main.c:146 -msgid "Open a video project adding the URIs given on the command line" -msgstr "" +#: ../src/brasero-project.c:2301 +msgid "Do you really want to empty the current project?" +msgstr "Adakah anda pasti ingin mengosongkan projek semasa?" -#: ../src/main.c:150 -msgid "URI of an image file to burn (autodetected)" -msgstr "" +#: ../src/brasero-project.c:2306 +msgid "" +"Emptying a project will remove all files already added. All the work will be " +"lost. Note that files will not be deleted from their own location, just no " +"longer listed here." +msgstr "" +"Pengosongan projek akan membuang semua fail yang telah ditambah. Semua kerja " +"anda akan hilang. Perhatian, fail sebenar tidak akan terpadam, cuma ia tidak " +"tersenarai di sini." -#: ../src/main.c:151 -#, fuzzy -msgid "PATH TO IMAGE" -msgstr "Laluan kepada boleh-laksana" +#: ../src/brasero-project.c:2368 +msgid "_Save" +msgstr "_Simpan" -#: ../src/main.c:154 -msgid "Force brasero to display the project selection page" -msgstr "" +#: ../src/brasero-project.c:2379 +msgid "_Add" +msgstr "_Tambah" -#: ../src/main.c:158 -#, fuzzy -msgid "Open the blank disc dialog" -msgstr "Buka dialog perkembangan terperinci" +#: ../src/brasero-project.c:2384 ../src/brasero-split-dialog.c:1255 +msgid "_Remove" +msgstr "_Buang" -#: ../src/main.c:162 -#, fuzzy -msgid "Open the check disc dialog" -msgstr "Buka dialog perkembangan terperinci" +#. Translators: %s is the name of the project +#: ../src/brasero-project.c:2448 +#, c-format +msgid "Brasero — %s (Data Disc)" +msgstr "Brasero — %s (Cakera Data)" -#: ../src/main.c:166 -#, fuzzy -msgid "Burn the contents of burn:// URI" -msgstr "Senarai kandungan pakej." +#. Translators: %s is the name of the project +#: ../src/brasero-project.c:2451 +#, c-format +msgid "Brasero — %s (Audio Disc)" +msgstr "Brasero — %s (Cakera Audio)" -#: ../src/main.c:170 -#, fuzzy -msgid "Start burning immediately." -msgstr "Kirim faks segera" +#. Translators: %s is the name of the project +#: ../src/brasero-project.c:2454 +#, c-format +msgid "Brasero — %s (Video Disc)" +msgstr "Brasero — %s (Cakera Video)" -#: ../src/main.c:174 -msgid "" -"Burn the specified project and remove it.\n" -"This option is mainly useful for integration with other applications." -msgstr "" +#: ../src/brasero-project.c:2624 ../src/brasero-project.c:2927 +msgid "Your project has not been saved." +msgstr "Projek anda tidak disimpan." -#: ../src/main.c:175 -#, fuzzy -msgid "PATH" -msgstr "&Laluan:" +#: ../src/brasero-project.c:2638 +msgid "Save the changes of current project before closing?" +msgstr "Simpan perubahan projek semasa sebelum tutup?" -#. Translators: the xid is a number identifying each window in the X11 -#. * world (not Windows, MacOS X). The following sentence says that -#. * brasero will be set to be always on top of the window identified by -#. * xid. In other word, the window with the given xid will become brasero -#. * parent as if brasero was a dialog for the parent application -#: ../src/main.c:183 -#, fuzzy -msgid "The XID of the parent window" -msgstr "(Dalam tetingkap baru)" +#: ../src/brasero-project.c:2643 ../src/brasero-project.c:2932 +msgid "If you don't save, changes will be permanently lost." +msgstr "Jika anda tidak simpan, semua perubahan yang dilakukan akan hilang." -#. Translators: %s is the path of drive -#: ../src/main.c:240 -#, fuzzy, c-format -msgid "\"%s\" cannot write." -msgstr "Tidak Dapat Tulis ke Sumber" +#: ../src/brasero-project.c:2647 ../src/brasero-project.c:2653 +#: ../src/brasero-project.c:2935 +msgid "Cl_ose Without Saving" +msgstr "Keluar Ta_npa Menyimpan" -#: ../src/main.c:242 -#: ../src/main.c:256 -#, fuzzy -msgid "Wrong command line option." -msgstr "Penutup aplikasi arahan baris" +#: ../src/brasero-project.c:2735 +msgid "Save Current Project" +msgstr "Simpan Projek Semasa" -#: ../src/main.c:333 -msgid "Incompatible command line options used." -msgstr "" +#: ../src/brasero-project.c:2753 +msgid "Save project as a Brasero audio project" +msgstr "Simpan projek sebagai projek audio Brasero" -#: ../src/main.c:334 -msgid "Only one option can be given at a time" -msgstr "" +#: ../src/brasero-project.c:2754 +msgid "Save project as a plain text list" +msgstr "Simpan projek sebagai senarai teks biasa" -#: ../src/main.c:466 -#, fuzzy -msgid "[URI] [URI] …" -msgstr "URI:" +#: ../src/brasero-project.c:2758 +msgid "Save project as a PLS playlist" +msgstr "Simpan projek sebagai senarai main PLS" -#: ../src/main.c:478 -#, c-format -msgid "Please type \"%s --help\" to see all available options\n" -msgstr "" +#: ../src/brasero-project.c:2759 +msgid "Save project as an M3U playlist" +msgstr "Simpan projek sebagai senarai main M3U" -#: ../plugins/audio2cue/burn-audio2cue.c:191 -#: ../plugins/checksum/burn-checksum-image.c:125 -#, fuzzy, c-format -msgid "Data could not be read (%s)" -msgstr "Tidak dapat membaca data daripada aplikasi." +#: ../src/brasero-project.c:2760 +msgid "Save project as an XSPF playlist" +msgstr "Simpan projek sebagai senarai main XSPF" -#: ../plugins/audio2cue/burn-audio2cue.c:241 -#: ../plugins/dvdcss/burn-dvdcss.c:218 -#: ../plugins/dvdcss/burn-dvdcss.c:477 -#: ../plugins/libburnia/burn-libisofs.c:163 -#: ../plugins/libburnia/burn-libisofs.c:266 -#: ../plugins/checksum/burn-checksum-files.c:196 -#: ../plugins/checksum/burn-checksum-files.c:219 -#: ../plugins/checksum/burn-checksum-image.c:175 -#, fuzzy, c-format -msgid "Data could not be written (%s)" -msgstr "Pemacu tidak dapat dimuatkan" +#: ../src/brasero-project.c:2761 +msgid "Save project as an iriver playlist" +msgstr "Simpan projek sebagai senarai main iriver" + +#: ../src/brasero-project-manager.c:95 +msgid "_Cover Editor" +msgstr "Penyunting Kulit _Hadapan" -#: ../plugins/audio2cue/burn-audio2cue.c:722 -msgid "Generates .cue files from audio" -msgstr "" +#: ../src/brasero-project-manager.c:96 +msgid "Design and print covers for CDs" +msgstr "Reka dan cetak kulit hadapan CD" -#: ../plugins/cdrdao/burn-cdrdao.c:57 -msgid "cdrdao burning suite" -msgstr "" +#: ../src/brasero-project-manager.c:97 +msgid "_New Project" +msgstr "Projek _Baharu" -#: ../plugins/cdrdao/burn-cdrdao.c:104 -#, fuzzy -msgid "Copying audio track" -msgstr "Tambah &maklumat trek" +#: ../src/brasero-project-manager.c:98 +msgid "Create a new project" +msgstr "Cipta satu projek baharu" -#: ../plugins/cdrdao/burn-cdrdao.c:110 -#, fuzzy -msgid "Copying data track" -msgstr "Meneka data trek automagik, pembaik pepijat" +#: ../src/brasero-project-manager.c:99 +msgid "_Empty Project" +msgstr "Projek _Kosong" -#: ../plugins/cdrdao/burn-cdrdao.c:146 -#, fuzzy, c-format -msgid "Analysing track %02i" -msgstr "Tambah &maklumat trek" +#: ../src/brasero-project-manager.c:100 +msgid "Let you choose your new project" +msgstr "Benarkan anda memilih projek baharu" -#: ../plugins/cdrdao/burn-cdrdao.c:250 -#: ../plugins/cdrkit/burn-readom.c:116 -#: ../plugins/cdrkit/burn-readom.c:122 -#: ../plugins/cdrkit/burn-wodim.c:107 -#: ../plugins/cdrtools/burn-cdrecord.c:107 -#: ../plugins/cdrtools/burn-readcd.c:117 -#: ../plugins/cdrtools/burn-readcd.c:123 -#, c-format -msgid "You do not have the required permissions to use this drive" +#: ../src/brasero-project-manager.c:101 +msgid "New _Audio Project" +msgstr "Projek _Audio Baharu" + +#: ../src/brasero-project-manager.c:102 +#: ../src/brasero-project-type-chooser.c:76 +msgid "" +"Create a traditional audio CD that will be playable on computers and stereos" msgstr "" +"Cipta satu CD audio tradisional yang boleh dimainkan pada komputer dan stereo" -#: ../plugins/cdrdao/burn-cdrdao.c:481 -#, fuzzy -msgid "Converting toc file" -msgstr "Fail tetapan utama." +#: ../src/brasero-project-manager.c:103 +msgid "New _Data Project" +msgstr "Projek _Data Baharu" -#: ../plugins/cdrdao/burn-cdrdao.c:699 -msgid "Copies, burns and blanks CDs" +#: ../src/brasero-project-manager.c:104 +#: ../src/brasero-project-type-chooser.c:81 +msgid "" +"Create a CD/DVD containing any type of data that can only be read on a " +"computer" msgstr "" +"Cipta CD/DVD yang mengandungi apa-apa jenis data yang boleh dibaca pada " +"komputer" -#: ../plugins/cdrdao/burn-cdrdao.c:764 -msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" -msgstr "" +#: ../src/brasero-project-manager.c:105 +msgid "New _Video Project" +msgstr "Projek _Video Baharu" -#: ../plugins/cdrkit/burn-genisoimage.c:121 -#: ../plugins/cdrtools/burn-mkisofs.c:122 -#: ../plugins/growisofs/burn-growisofs.c:206 -#: ../plugins/libburnia/burn-libisofs.c:501 -#, fuzzy, c-format -msgid "Last session import failed" -msgstr "&Muatkan sesi yang terakhir digunakan" +#: ../src/brasero-project-manager.c:106 +#: ../src/brasero-project-type-chooser.c:86 +msgid "Create a video DVD or an SVCD that is readable on TV readers" +msgstr "Cipta satu DVD video atau SVCD yang boleh dibaca oleh pembaca TV" -#: ../plugins/cdrkit/burn-genisoimage.c:127 -#: ../plugins/cdrkit/burn-genisoimage.c:134 -#: ../plugins/cdrtools/burn-mkisofs.c:128 -#: ../plugins/cdrtools/burn-mkisofs.c:135 -#: ../plugins/growisofs/burn-growisofs.c:212 -#: ../plugins/growisofs/burn-growisofs.c:219 -#, fuzzy -msgid "An image could not be created" -msgstr "Pangkalan data \"%1\" telah dicipta tetapi tidak dapat dibuka. " +#: ../src/brasero-project-manager.c:107 +msgid "Copy _Disc…" +msgstr "Salin _Cakera..." -#: ../plugins/cdrkit/burn-genisoimage.c:140 -msgid "This version of genisoimage is not supported" +#: ../src/brasero-project-manager.c:108 +#: ../src/brasero-project-type-chooser.c:91 +msgid "" +"Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on " +"another CD/DVD" msgstr "" +"Cipta salinan 1:1 bagi CD audio atau CD/DVD data pada cakera keras anda atau " +"CD/DVD lain" -#: ../plugins/cdrkit/burn-genisoimage.c:182 -#: ../plugins/cdrtools/burn-mkisofs.c:183 -#: ../plugins/growisofs/burn-growisofs.c:225 -msgid "Some files have invalid filenames" -msgstr "" +#: ../src/brasero-project-manager.c:109 +msgid "_Burn Image…" +msgstr "_Rakam Imej..." -#: ../plugins/cdrkit/burn-genisoimage.c:188 -#: ../plugins/cdrtools/burn-mkisofs.c:189 -#: ../plugins/growisofs/burn-growisofs.c:231 -#, fuzzy -msgid "Unknown character encoding" -msgstr "Pengekodan aksara piawai pada pelayan" +#: ../src/brasero-project-manager.c:110 +#: ../src/brasero-project-type-chooser.c:95 +#: ../src/brasero-project-type-chooser.c:96 +msgid "Burn an existing CD/DVD image to disc" +msgstr "Rakam imej CD/DVD sedia ada ke dalam cakera" -#: ../plugins/cdrkit/burn-genisoimage.c:194 -#: ../plugins/cdrtools/burn-mkisofs.c:195 -msgid "There is no space left on the device" -msgstr "" +#: ../src/brasero-project-manager.c:112 +msgid "_Open…" +msgstr "_Buka..." -#. Translators: image is a disc image here -#: ../plugins/cdrkit/burn-genisoimage.c:529 -#: ../plugins/cdrtools/burn-mkisofs.c:533 -#: ../plugins/libburnia/burn-libisofs.c:1045 -msgid "Creates disc images from a file selection" -msgstr "" +#: ../src/brasero-project-manager.c:113 +msgid "Open a project" +msgstr "Buka satu projek" -#: ../plugins/cdrkit/burn-readom.c:136 -#: ../plugins/cdrtools/burn-readcd.c:137 +#. Translators: the %s is a string representing the total size +#. * of the file selection +#: ../src/brasero-project-manager.c:259 #, c-format -msgid "The location you chose to store the image on does not have enough free space for the disc image" -msgstr "" +msgid "%d file selected (%s)" +msgid_plural "%d files selected (%s)" +msgstr[0] "%d fail dipilih (%s)" -#: ../plugins/cdrkit/burn-readom.c:449 -#: ../plugins/cdrtools/burn-readcd.c:459 -msgid "Copies any disc to a disc image" -msgstr "" +#: ../src/brasero-project-manager.c:270 +#, c-format +msgid "%d file is supported (%s)" +msgid_plural "%d files are supported (%s)" +msgstr[0] "%d fail disokong (%s)" -#: ../plugins/cdrkit/burn-wodim.c:123 +#: ../src/brasero-project-manager.c:276 #, c-format -msgid "An error occured while writing to disc" -msgstr "" +msgid "%d file can be added (%s)" +msgid_plural "%d selected files can be added (%s)" +msgstr[0] "%d fail boleh ditambah (%s)" -#: ../plugins/cdrkit/burn-wodim.c:129 -#: ../plugins/cdrtools/burn-cdrecord.c:129 +#: ../src/brasero-project-manager.c:287 #, c-format -msgid "The system is too slow to write the disc at this speed. Try a lower speed" -msgstr "" +msgid "No file can be added (%i selected file)" +msgid_plural "No file can be added (%i selected files)" +msgstr[0] "Tiada fail boleh ditambah (%i fail dipilih)" -#. Translators: %s is the number of the track -#: ../plugins/cdrkit/burn-wodim.c:256 -#: ../plugins/cdrtools/burn-cdrecord.c:253 -#, fuzzy, c-format -msgid "Writing track %s" -msgstr "&Trek Seterusnya" +#: ../src/brasero-project-manager.c:293 +#, c-format +msgid "No file is supported (%i selected file)" +msgid_plural "No file is supported (%i selected files)" +msgstr[0] "Tiada fail tidak disokong (%i fail dipilih)" -#: ../plugins/cdrkit/burn-wodim.c:333 -#: ../plugins/cdrtools/burn-cdrecord.c:326 -#, fuzzy -msgid "Formatting disc" -msgstr "Id Cakera:" +#: ../src/brasero-project-manager.c:299 ../src/brasero-project-manager.c:453 +msgid "No file selected" +msgstr "Tiada fail dipilih" -#: ../plugins/cdrkit/burn-wodim.c:353 -#: ../plugins/cdrtools/burn-cdrecord.c:338 -#, fuzzy -msgid "Writing cue sheet" -msgstr "Laci 2000-Helaian" +#: ../src/brasero-project-manager.c:590 +msgid "Brasero — New Audio Disc Project" +msgstr "Brasero — Projek Cakera Audio Baharu" -#: ../plugins/cdrkit/burn-wodim.c:375 -#: ../plugins/cdrtools/burn-cdrecord.c:360 -#, c-format -msgid "The disc needs to be reloaded before being recorded" -msgstr "" +#: ../src/brasero-project-manager.c:604 +msgid "Brasero — New Data Disc Project" +msgstr "Brasero — Projek Cakera Data Baharu" -#: ../plugins/cdrkit/burn-wodim.c:1258 -msgid "Burns, blanks and formats CDs and DVDs" -msgstr "" +#: ../src/brasero-project-manager.c:618 +msgid "Brasero — New Video Disc Project" +msgstr "Brasero — Projek Cakera Video Baharu" -#: ../plugins/cdrkit/burn-wodim.c:1402 -msgid "Enable the \"-immed\" flag (see wodim manual)" -msgstr "" +#: ../src/brasero-project-manager.c:628 +msgid "Brasero — New Image File" +msgstr "Brasero — Fail Imej Bharu" -#: ../plugins/cdrkit/burn-wodim.c:1405 -msgid "Minimum drive buffer fill ratio (in %) (see wodim manual):" -msgstr "" +#: ../src/brasero-project-manager.c:643 +msgid "Brasero — Disc Copy" +msgstr "Brasero — Salin Cakera" -#: ../plugins/cdrtools/burn-cdrecord.c:123 -#: ../plugins/libburnia/burn-libburn.c:855 -#: ../plugins/libburnia/burn-libburn.c:886 -#, fuzzy, c-format -msgid "An error occurred while writing to disc" -msgstr "

Ralat berlaku semasa cuba mengeksport sijil:

%1

" +#: ../src/brasero-project-manager.c:727 +msgid "Open Project" +msgstr "Buka Projek" -#: ../plugins/cdrtools/burn-cdrecord.c:1191 -#: ../plugins/libburnia/burn-libburn.c:973 -msgid "Burns, blanks and formats CDs, DVDs and BDs" -msgstr "" +#: ../src/brasero-project-manager.c:830 +msgid "_New" +msgstr "_Baharu" -#: ../plugins/cdrtools/burn-cdrecord.c:1404 -msgid "Enable the \"-immed\" flag (see cdrecord manual)" -msgstr "" +#: ../src/brasero-project-manager.c:834 +msgid "_Open" +msgstr "_Buka" + +#: ../src/brasero-project-manager.c:885 +msgid "Browse the file system" +msgstr "Layar fail sistem" + +#: ../src/brasero-project-manager.c:907 +msgid "Display playlists and their contents" +msgstr "Papar senarai main dan kandungannya" + +#. Translators: this is a picture not +#. * a disc image +#: ../src/brasero-project-name.c:83 +msgctxt "picture" +msgid "Please select another image." +msgstr "Sila pilih imej yang lain." -#: ../plugins/cdrtools/burn-cdrecord.c:1407 +#. NOTE to translators: the final string must not be over +#. * 32 _bytes_. +#. * The %s is the date +#: ../src/brasero-project-name.c:269 #, c-format -msgid "Minimum drive buffer fill ratio (in %%) (see cdrecord manual):" -msgstr "" +msgid "Video disc (%s)" +msgstr "Cakera video (%s)" -#: ../plugins/cdrtools/burn-mkisofs.c:141 -msgid "This version of mkisofs is not supported" -msgstr "" +#: ../src/brasero-project-parse.c:62 +msgid "Error while loading the project." +msgstr "Ralat semasa memuatkan projek." -#: ../plugins/dvdcss/burn-dvdcss.c:278 -#, fuzzy, c-format -msgid "Error reading video DVD (%s)" -msgstr "Ralat semasa membuka %1 untuk dibaca." +#: ../src/brasero-project-parse.c:458 +msgid "The project could not be opened" +msgstr "Projek tidak dapat dibuka" -#: ../plugins/dvdcss/burn-dvdcss.c:323 -#, fuzzy -msgid "Retrieving DVD keys" -msgstr "Kunci kekunci &lekat" +#: ../src/brasero-project-parse.c:467 +msgid "The file is empty" +msgstr "Fail adalah kosong" -#: ../plugins/dvdcss/burn-dvdcss.c:358 -#, fuzzy, c-format -msgid "Video DVD could not be opened" -msgstr "Dokumen ditetapkan tidak dapat dibuka." +#: ../src/brasero-project-parse.c:546 ../src/brasero-project-parse.c:611 +msgid "It does not seem to be a valid Brasero project" +msgstr "Ia bukanlah projek Brasero yang sah" -#: ../plugins/dvdcss/burn-dvdcss.c:377 -#: ../plugins/dvdcss/burn-dvdcss.c:442 -#: ../plugins/dvdcss/burn-dvdcss.c:465 -#, c-format -msgid "Error while reading video DVD (%s)" -msgstr "" +#: ../src/brasero-project-type-chooser.c:74 +msgid "Audi_o project" +msgstr "Projek Audi_o" -#: ../plugins/dvdcss/burn-dvdcss.c:384 -#, fuzzy -msgid "Copying Video DVD" -msgstr "Pemacu CD/DVD" +#: ../src/brasero-project-type-chooser.c:75 +msgid "Create a traditional audio CD" +msgstr "Cipta CD audio tradisional" -#. Translators: image is not a picture but a disc image -#: ../plugins/dvdcss/burn-dvdcss.c:677 -msgid "Copies css encrypted Video DVDs to a disc image" -msgstr "" +#: ../src/brasero-project-type-chooser.c:79 +msgid "D_ata project" +msgstr "Projek D_ata" -#: ../plugins/growisofs/burn-dvd-rw-format.c:189 -msgid "Blanks and formats rewritable DVDs and BDs" -msgstr "" +#: ../src/brasero-project-type-chooser.c:80 +msgid "Create a data CD/DVD" +msgstr "Cipta satu CD/DVD data" -#: ../plugins/growisofs/burn-growisofs.c:748 -msgid "Burns and blanks DVDs and BDs" -msgstr "" +#: ../src/brasero-project-type-chooser.c:84 +msgid "_Video project" +msgstr "Projek _video" -#: ../plugins/growisofs/burn-growisofs.c:921 -#, fuzzy -msgid "Allow DAO use" -msgstr "Benarkan penggunaan butang 'Cetak Semula'" +#: ../src/brasero-project-type-chooser.c:85 +msgid "Create a video DVD or an SVCD" +msgstr "Cipta satu DVD atau SVCD video" -#: ../plugins/libburnia/burn-libburn.c:242 -#: ../plugins/libburnia/burn-libburn.c:250 -#, fuzzy, c-format -msgid "libburn track could not be created" -msgstr "Pangkalan data \"%1\" telah dicipta tetapi tidak dapat dibuka. " +#: ../src/brasero-project-type-chooser.c:89 +msgid "Disc _copy" +msgstr "Salin _cakera" -#. Translators: first %s is the filename, second %s is the error -#. * generated from errno -#. Translators: first %s is the filename, second %s -#. * is the error generated from errno -#: ../plugins/libburnia/burn-libburn.c:678 -#: ../plugins/checksum/burn-checksum-image.c:314 -#, fuzzy, c-format -msgid "\"%s\" could not be opened (%s)" -msgstr "Dokumen ditetapkan tidak dapat dibuka." +#: ../src/brasero-project-type-chooser.c:90 +msgid "Create 1:1 copy of a CD/DVD" +msgstr "Cipta salinan 1:1 CD/DVD" -#: ../plugins/libburnia/burn-libburn-common.c:158 -#, c-format -msgid "libburn library could not be initialized" -msgstr "" +#: ../src/brasero-project-type-chooser.c:94 +msgid "Burn _image" +msgstr "Rakam _imej" -#: ../plugins/libburnia/burn-libburn-common.c:173 -#, c-format -msgid "The drive address could not be retrieved" -msgstr "" +#: ../src/brasero-project-type-chooser.c:292 +msgid "Last _Unsaved Project" +msgstr "Projek _Belum Simpan Terakhir" -#: ../plugins/libburnia/burn-libburn-common.c:417 -#, fuzzy, c-format -msgid "Writing track %02i" -msgstr "Tambah &maklumat trek" +#: ../src/brasero-project-type-chooser.c:308 +msgid "Load the last project that was not burned and not saved" +msgstr "Muat projek terakhir yang belum ditulis dan tidak disimpan" -#: ../plugins/libburnia/burn-libisofs.c:328 -#: ../plugins/libburnia/burn-libisofs.c:868 -#, fuzzy, c-format -msgid "libisofs could not be initialized." -msgstr "Penyedia tidak dapat dimulakan." +#: ../src/brasero-project-type-chooser.c:414 +msgid "No recently used project" +msgstr "Tiada projek yang digunakan baru-baru ini" -#: ../plugins/libburnia/burn-libisofs.c:468 -#, fuzzy, c-format -msgid "Read options could not be created" -msgstr "Pangkalan data \"%1\" telah dicipta tetapi tidak dapat dibuka. " +#: ../src/brasero-project-type-chooser.c:463 +msgid "Create a new project:" +msgstr "Cipta satu projek baharu:" -#: ../plugins/libburnia/burn-libisofs.c:554 -#, fuzzy, c-format -msgid "Volume could not be created" -msgstr "Pangkalan data \"%1\" telah dicipta tetapi tidak dapat dibuka. " +#: ../src/brasero-project-type-chooser.c:510 +msgid "Recent projects:" +msgstr "Projek baru-baru ini:" -#. Translators: %s is the path -#: ../plugins/libburnia/burn-libisofs.c:667 -#, c-format -msgid "No parent could be found in the tree for the path \"%s\"" -msgstr "" +#: ../src/brasero-rename.c:322 +msgid "Insert text" +msgstr "Sisip Teks" -#: ../plugins/libburnia/burn-libisofs.c:727 -#: ../plugins/libburnia/burn-libisofs.c:794 -#, c-format -msgid "libisofs reported an error while creating directory \"%s\"" -msgstr "" +#: ../src/brasero-rename.c:323 +msgid "Delete text" +msgstr "Padam Teks" -#: ../plugins/libburnia/burn-libisofs.c:742 -#, c-format -msgid "libisofs reported an error while adding contents to directory \"%s\" (%x)" -msgstr "" +#: ../src/brasero-rename.c:324 +msgid "Substitute text" +msgstr "Ganti Teks" -#: ../plugins/libburnia/burn-libisofs.c:765 -#: ../plugins/libburnia/burn-libisofs.c:781 -#, c-format -msgid "libisofs reported an error while adding file at path \"%s\"" -msgstr "" +#: ../src/brasero-rename.c:325 +msgid "Number files according to a pattern" +msgstr "Bilangan fail berdasarkan pola" -#: ../plugins/local-track/burn-local-image.c:260 -#, fuzzy -msgid "Copying checksum file" -msgstr "Betulkan semak jumlah, fail adalah ok." +#: ../src/brasero-rename.c:326 +msgid "Insert number sequence at beginning" +msgstr "Sisip jujukan nombor pada permulaan" -#: ../plugins/local-track/burn-local-image.c:544 -#, fuzzy, c-format -msgid "Copying `%s` locally" -msgstr "Gagal Disalin" +#. Translators: This is a verb. This is completed later +#: ../src/brasero-rename.c:341 +msgid "Insert" +msgstr "Sisip" -#. Translators: this is the name of the plugin -#. * which will be translated only when it needs -#. * displaying. -#: ../plugins/local-track/burn-local-image.c:910 -#, fuzzy -msgid "File Downloader" -msgstr "Pemuat Turun Kulit Album" +#. Translators: This finishes previous action "Insert". It goes like +#. * this: "Insert" [Entry] "at the beginning". +#: ../src/brasero-rename.c:355 +msgid "at the beginning" +msgstr "pada permulaan" -#: ../plugins/local-track/burn-local-image.c:911 -msgid "Allows files not stored locally to be burned" -msgstr "" +#. Translators: This finishes previous action "Insert". It goes like +#. * this: "Insert" [Entry] "at the end". +#: ../src/brasero-rename.c:359 +msgid "at the end" +msgstr "pada penghujung" -#. Translators: This message is sent -#. * when brasero could not link together -#. * two gstreamer plugins so that one -#. * sends its data to the second for further -#. * processing. This data transmission is -#. * done through a pad. Maybe this is a bit -#. * too technical and should be removed? -#: ../plugins/transcode/burn-normalize.c:199 -#: ../plugins/transcode/burn-normalize.c:260 -#: ../plugins/transcode/burn-transcode.c:318 -#: ../plugins/transcode/burn-transcode.c:356 -#: ../plugins/transcode/burn-transcode.c:551 -#: ../plugins/transcode/burn-transcode.c:661 -#: ../plugins/transcode/burn-transcode.c:692 -#: ../plugins/transcode/burn-transcode.c:713 -#: ../plugins/transcode/burn-vob.c:198 -#: ../plugins/transcode/burn-vob.c:401 -#: ../plugins/transcode/burn-vob.c:561 -#: ../plugins/transcode/burn-vob.c:694 -#: ../plugins/transcode/burn-vob.c:1058 -#: ../plugins/transcode/burn-vob.c:1134 -#: ../plugins/transcode/burn-vob.c:1185 -#, c-format -msgid "Impossible to link plugin pads" -msgstr "" +#: ../src/brasero-rename.c:370 +msgid "Delete every occurrence of" +msgstr "Padam setiap kejadian" -#: ../plugins/transcode/burn-normalize.c:556 -#, fuzzy -msgid "Normalizing tracks" -msgstr "&Trek CD" +#. Reminder: if this string happens to be used somewhere else in brasero +#. * we'll need a context with C_() macro +#. Translators: this goes with above verb to say "_Replace" [Entry] +#. * "with" [Entry]. +#: ../src/brasero-rename.c:400 +msgid "with" +msgstr "dengan" -#: ../plugins/transcode/burn-normalize.c:645 -msgid "Normalize" -msgstr "" +#: ../src/brasero-rename.c:414 +msgid "Rename to" +msgstr "Nama semula kepada" + +#: ../src/brasero-rename.c:423 +msgid "{number}" +msgstr "%{number}" + +#. * +#. * Translators: this is the position being played in a stream. The +#. * first %s is the position and the second %s is the whole length of +#. * the stream. I chose to make that translatable in case some languages +#. * don't allow the "/" +#: ../src/brasero-song-control.c:99 +#, c-format +msgid "%s / %s" +msgstr "%s / %s" -#: ../plugins/transcode/burn-normalize.c:646 -msgid "Sets consistent sound levels between tracks" -msgstr "" +#: ../src/brasero-song-control.c:527 +msgid "No file" +msgstr "Tiada fail" -#. Translators: %s is the string error from errno -#: ../plugins/transcode/burn-transcode.c:1084 -#: ../plugins/transcode/burn-transcode.c:1271 -#, fuzzy, c-format -msgid "Error while padding file (%s)" -msgstr "Ralat Semasa Memuatkan Dari Fail XML" +#: ../src/brasero-song-control.c:562 +msgid "Start and stop playing" +msgstr "Mula dan hentikan main" -#: ../plugins/transcode/burn-transcode.c:1347 -#, fuzzy, c-format -msgid "Error while getting duration" -msgstr "Ralat semasa pemulaan plugin \"%1\"" +#: ../src/brasero-song-properties.c:177 +msgid "Title:" +msgstr "Tajuk:" -#: ../plugins/transcode/burn-transcode.c:1496 -#, c-format -msgid "Analysing \"%s\"" -msgstr "" +#: ../src/brasero-song-properties.c:235 +msgid "Song start:" +msgstr "Mula lagu:" -#: ../plugins/transcode/burn-transcode.c:1533 -#, c-format -msgid "Transcoding \"%s\"" -msgstr "" +#: ../src/brasero-song-properties.c:241 +msgid "Song end:" +msgstr "Akhir lagu:" -#: ../plugins/transcode/burn-transcode.c:1768 -msgid "Converts any song file into a format suitable for audio CDs" -msgstr "" +#: ../src/brasero-song-properties.c:258 +msgid "Track length:" +msgstr "Panjang trek:" -#: ../src/brasero-preview.c:170 -#, fuzzy -msgid "Preview" -msgstr "Pralihat" +#: ../src/brasero-song-properties.c:365 +#, c-format +msgid "Song information for track %02i" +msgstr "Maklumat lagu untuk trek %02i" -#: ../src/brasero-split-dialog.c:163 -#, fuzzy +#: ../src/brasero-split-dialog.c:172 msgid "Do you really want to split the track?" -msgstr "" -"Anda pasti untuk memadam\n" -" '%1'?" +msgstr "Anda pasti ingin membelah trek?" -#: ../src/brasero-split-dialog.c:166 -msgid "If you split the track, the size of the new track will be shorter than 6 seconds and will be padded." +#: ../src/brasero-split-dialog.c:175 +msgid "" +"If you split the track, the size of the new track will be shorter than 6 " +"seconds and will be padded." msgstr "" +"Jika anda belah trek, saiz trek baru akan dipendekkan sebanyak 6 saat dan " +"akan dilapikkan." -#: ../src/brasero-split-dialog.c:172 -#: ../src/brasero-split-dialog.c:745 -#, fuzzy +#: ../src/brasero-split-dialog.c:181 ../src/brasero-split-dialog.c:752 msgid "_Split" -msgstr "&Pisahkan Saluran" +msgstr "_Belah" -#: ../src/brasero-split-dialog.c:600 -#, fuzzy +#: ../src/brasero-split-dialog.c:609 msgid "The track wasn't split." -msgstr "Cerai Mendatar Dalam" +msgstr "Trek tidak dibelahkan." -#: ../src/brasero-split-dialog.c:601 -#, fuzzy +#: ../src/brasero-split-dialog.c:610 msgid "No silence could be detected" -msgstr "Tiada mel boleh dihantar." +msgstr "Tiada kesenyapan dikesan" -#: ../src/brasero-split-dialog.c:624 -#, fuzzy +#: ../src/brasero-split-dialog.c:633 msgid "An error occurred while detecting silences." -msgstr "Ralat muncul semasa mengemas kini crontab." +msgstr "Ralat berlaku ketika mengesan kesenyapan." -#: ../src/brasero-split-dialog.c:703 +#: ../src/brasero-split-dialog.c:712 msgid "This will remove all previous results." -msgstr "" +msgstr "Tindakan ini akan membuang semua keputusan terdahulu." -#: ../src/brasero-split-dialog.c:743 +#: ../src/brasero-split-dialog.c:750 msgid "Do you really want to carry on with automatic splitting?" -msgstr "" +msgstr "Anda pasti ingin meneruskan pembelahan automatik?" -#: ../src/brasero-split-dialog.c:744 -#, fuzzy +#: ../src/brasero-split-dialog.c:751 msgid "_Don't split" -msgstr "&Pisahkan Saluran" +msgstr "_Jangan belah" -#: ../src/brasero-split-dialog.c:962 +#: ../src/brasero-split-dialog.c:968 msgid "Do you really want to empty the slices preview?" -msgstr "" +msgstr "Anda pasti ingin mengosongkan pratonton hirisan?" -#: ../src/brasero-split-dialog.c:964 -#: ../src/brasero-split-dialog.c:1266 -#, fuzzy +#: ../src/brasero-split-dialog.c:970 ../src/brasero-split-dialog.c:1269 msgid "Re_move All" -msgstr "&Buang Kotak" +msgstr "_Buang Semua" -#: ../src/brasero-split-dialog.c:1050 -#, fuzzy +#: ../src/brasero-split-dialog.c:1055 msgid "Split Track" -msgstr "&Trek Seterusnya" +msgstr "Belah Trek" -#: ../src/brasero-split-dialog.c:1069 -#, fuzzy +#: ../src/brasero-split-dialog.c:1072 msgid "M_ethod:" -msgstr "Ka&edah nyahanyaman:" +msgstr "Ka_edah:" -#: ../src/brasero-split-dialog.c:1075 +#: ../src/brasero-split-dialog.c:1078 msgid "Method to be used to split the track" -msgstr "" +msgstr "Kaedah yang digunakan untuk membelah trek" -#: ../src/brasero-split-dialog.c:1078 -#, fuzzy +#: ../src/brasero-split-dialog.c:1081 msgid "Split track manually" -msgstr "Pilih sesi Secara &Manual" +msgstr "Belah trek secara manual" -#: ../src/brasero-split-dialog.c:1079 +#: ../src/brasero-split-dialog.c:1082 msgid "Split track in parts with a fixed length" -msgstr "" +msgstr "Belah trek kepada bahagian panjang yang tetap" -#: ../src/brasero-split-dialog.c:1080 +#: ../src/brasero-split-dialog.c:1083 msgid "Split track in a fixed number of parts" -msgstr "" +msgstr "Belah trek kepada bilangan bahagian tetap" -#: ../src/brasero-split-dialog.c:1081 +#: ../src/brasero-split-dialog.c:1084 msgid "Split track for each silence" -msgstr "" +msgstr "Belah trek untuk setiap kesenyapan" -#: ../src/brasero-split-dialog.c:1087 -#, fuzzy +#: ../src/brasero-split-dialog.c:1090 msgid "_Slice" -msgstr "Jarak hirisan:" +msgstr "_Hiris" -#: ../src/brasero-split-dialog.c:1098 -#, fuzzy +#: ../src/brasero-split-dialog.c:1101 msgid "Add a splitting point" -msgstr "Nilai titik apung" +msgstr "Tambah titik pembelahan" #. Translators: this goes with the next (= "seconds") -#: ../src/brasero-split-dialog.c:1115 +#: ../src/brasero-split-dialog.c:1118 msgid "Split this track every" -msgstr "" +msgstr "Belah trek ini setiap" #. Translators: this goes with the previous (= "Split track every") -#: ../src/brasero-split-dialog.c:1124 -#, fuzzy +#: ../src/brasero-split-dialog.c:1127 msgid "seconds" -msgstr "0 saat" +msgstr "saat" #. Translators: this goes with the next (= "parts") -#: ../src/brasero-split-dialog.c:1133 -#, fuzzy +#: ../src/brasero-split-dialog.c:1136 msgid "Split this track in" -msgstr "Cari dalam Halaman Ini" +msgstr "Belah trek ini dalam" #. Translators: this goes with the previous (= "Split this track in") -#: ../src/brasero-split-dialog.c:1142 -#, fuzzy +#: ../src/brasero-split-dialog.c:1145 msgid "parts" -msgstr "Bahagian Telah Dimasukkan" +msgstr "bahagian" -#: ../src/brasero-split-dialog.c:1150 -#, fuzzy +#: ../src/brasero-split-dialog.c:1153 msgid "Slicing Method" -msgstr "&Kaedah Pengekodan" +msgstr "Kaedah Hirisan" -#: ../src/brasero-split-dialog.c:1208 -#, fuzzy +#: ../src/brasero-split-dialog.c:1211 msgid "Start" msgstr "Mula" -#: ../src/brasero-split-dialog.c:1215 -#, fuzzy +#: ../src/brasero-split-dialog.c:1218 msgid "End" -msgstr "Akhir" +msgstr "Tamat" -#: ../src/brasero-split-dialog.c:1238 -#, fuzzy +#: ../src/brasero-split-dialog.c:1241 msgid "Mer_ge" -msgstr "&Julat" +msgstr "Ga_bung" -#: ../src/brasero-split-dialog.c:1249 +#: ../src/brasero-split-dialog.c:1252 msgid "Merge a selected slice with the next selected one" -msgstr "" +msgstr "Gabung hirisan pilihan dengan terpilih berikut" -#: ../src/brasero-split-dialog.c:1263 -#, fuzzy +#: ../src/brasero-split-dialog.c:1266 msgid "Remove the selected slices" -msgstr "&Alih Keluar Hubungan yang Dipilih" +msgstr "Buang hirisan terpilih" -#: ../src/brasero-split-dialog.c:1277 -#, fuzzy +#: ../src/brasero-split-dialog.c:1280 msgid "Clear the slices preview" -msgstr "(Tiada paparan boleh didapatkan.)" +msgstr "Kosongkan pratonton hirisan" -#: ../src/brasero-split-dialog.c:1287 +#: ../src/brasero-split-dialog.c:1290 msgid "_List of slices that are to be created:" -msgstr "" +msgstr "_Senarai hirisan yang dicipta:" -#: ../src/brasero-split-dialog.c:1295 -#, fuzzy +#: ../src/brasero-split-dialog.c:1298 msgid "Slices Preview" -msgstr "&Pralihat cmd:" +msgstr "Pratonton Hirisan" #: ../src/brasero-time-button.c:287 -#, fuzzy msgid "Hours" -msgstr "%1 jam" +msgstr "Jam" #. Translators: separating hours and minutes #. Translators: separating minutes and seconds #. Translators: separating seconds and frames -#: ../src/brasero-time-button.c:292 -#: ../src/brasero-time-button.c:302 +#: ../src/brasero-time-button.c:292 ../src/brasero-time-button.c:302 #: ../src/brasero-time-button.c:312 msgid ":" -msgstr "" +msgstr ":" #: ../src/brasero-time-button.c:297 -#, fuzzy msgid "Minutes" -msgstr "2 minit" +msgstr "Minit" #: ../src/brasero-time-button.c:307 -#, fuzzy msgid "Seconds" -msgstr "0 saat" +msgstr "Saat" #: ../src/brasero-time-button.c:317 -#, fuzzy msgid "Frames (1 second = 75 frames)" -msgstr "Nilai tarikh kedua" +msgstr "Bingkai (1 saat = 75 bingkai)" -#: ../plugins/cdrkit/burn-cdrkit.h:38 -msgid "cdrkit burning suite" -msgstr "" +#: ../src/brasero-video-disc.c:101 +msgid "Open the selected video" +msgstr "Buka video terpilih" -#: ../plugins/libburnia/burn-libburnia.h:38 -msgid "libburnia burning suite" -msgstr "" +#: ../src/brasero-video-disc.c:103 +msgid "Edit the video information (start, end, author, etc.)" +msgstr "Sunting maklumat video (mula, akhir, pengarang, dll.)" -#: ../plugins/growisofs/burn-growisofs-common.h:38 -msgid "growisofs burning suite" -msgstr "" +#: ../src/brasero-video-disc.c:105 +msgid "Remove the selected videos from the project" +msgstr "Buang video terpilih dari projek" -#: ../plugins/cdrtools/burn-cdrtools.h:38 -msgid "cdrtools burning suite" -msgstr "" +#: ../src/brasero-video-disc.c:359 +msgid "Do you want to search for video files inside the directory?" +msgstr "Adakah anda ingin menggelintar fail video di dalam direktori?" + +#: ../src/brasero-video-disc.c:369 +msgid "_Search Directory" +msgstr "_Gelintar Direktori" -#: ../src/brasero-eject-dialog.c:95 +#: ../src/brasero-video-disc.c:412 #, c-format -msgid "The disc in \"%s\" cannot be ejected" -msgstr "" +msgid "\"%s\" does not have a suitable type for video projects." +msgstr "\"%s\" tidak mempunyai jenis yang sesuai untuk projek video." -#: ../src/brasero-eject-dialog.c:191 -#, fuzzy -msgid "_Eject" -msgstr "Lenting" +#: ../src/brasero-video-disc.c:415 +msgid "Please only add files with video content" +msgstr "Hanya tambah fail dengan kandungan video" -#: ../src/brasero-eject-dialog.c:206 -#, fuzzy -msgid "Eject Disc" -msgstr "Id Cakera:" +#: ../src/main.c:84 +msgid "[URI] [URI] …" +msgstr "[URI] [URI] …" -#: ../src/brasero-file-filtered.c:75 -#: ../src/brasero-file-filtered.c:81 -#, fuzzy -msgid "No file filtered" -msgstr "Tiada Fail Konfigurasi Ditemui" +#: ../src/main.c:96 +#, c-format +msgid "Please type \"%s --help\" to see all available options\n" +msgstr "Sila taip \"%s --help\" untuk melihat semua pilihan yang ada\n" -#: ../src/brasero-file-filtered.c:77 -#, fuzzy, c-format -msgid "Hide the _filtered file list (%d file)" -msgid_plural "Hide the _filtered file list (%d files)" -msgstr[0] "Senarai kandungan fail pakej." -msgstr[1] "" +#, fuzzy +#~ msgid "Results %i–%i (out of %i)" +#~ msgstr "Hadmasa sambungan tamat" -#: ../src/brasero-file-filtered.c:83 -#, fuzzy, c-format -msgid "Show the _filtered file list (%d file)" -msgid_plural "Show the _filtered file list (%d files)" -msgstr[0] "Senarai kandungan fail pakej." -msgstr[1] "" +#~ msgid "No results" +#~ msgstr "Tiada keputusan" -#: ../src/brasero-file-filtered.c:138 #, fuzzy -msgid "Filter Options" -msgstr "Tapis Opsyen" +#~ msgid "Error querying for keywords." +#~ msgstr "Ralat semasa membuka %1 untuk dibaca." -#: ../src/brasero-file-filtered.c:221 -msgid "Select the files you want to restore and click on the \"Restore\" button" -msgstr "" +#~ msgid "Previous Results" +#~ msgstr "Keputusan Sebelum Ini" -#: ../src/brasero-file-filtered.c:268 #, fuzzy -msgid "Type" -msgstr "Jenis" +#~ msgid "Next Results" +#~ msgstr "Kosongkan Hasil" -#: ../src/brasero-file-filtered.c:295 #, fuzzy -msgid "_Restore" -msgstr "Kembalikan" +#~ msgid "Number of results displayed" +#~ msgstr "Kumpulan pada %1: (%2 dipaparkan)" -#: ../src/brasero-file-filtered.c:304 #, fuzzy -msgid "Restore the selected files" -msgstr "Akan menghapuskan fail yang dipilih" - -#: ../src/brasero-file-filtered.c:306 -msgid "_Options…" -msgstr "" - -#: ../src/brasero-file-filtered.c:314 -msgid "Set the options for file filtering" -msgstr "" +#~ msgid "by" +#~ msgstr " oleh " -#: ../src/brasero-filter-option.c:126 #, fuzzy -msgid "Filter _hidden files" -msgstr "Papar Fail Tersembunyi" - -#: ../src/brasero-filter-option.c:149 -msgid "Re_place symbolic links" -msgstr "" +#~ msgid "Cancel ongoing burning" +#~ msgstr "&Batalkan Perubahan Baris" -#: ../src/brasero-filter-option.c:172 -msgid "Filter _broken symbolic links" -msgstr "" - -#: ../src/brasero-filter-option.c:190 #, fuzzy -msgid "Filtering options" -msgstr "" -"\n" -"Pilihan biasa:\n" - -#: ../plugins/checksum/burn-checksum-files.c:131 -#: ../plugins/checksum/burn-checksum-files.c:587 -#, fuzzy, c-format -msgid "File \"%s\" could not be opened (%s)" -msgstr "Fail tidak dapat disimpan" +#~ msgid "Show _Dialog" +#~ msgstr "&Sentiasa paparkan dialog resolusi" -#: ../plugins/checksum/burn-checksum-files.c:615 -msgid "Creating checksum for image files" -msgstr "" - -#: ../plugins/checksum/burn-checksum-files.c:854 -#, c-format -msgid "No checksum file could be found on the disc" -msgstr "" - -#: ../plugins/checksum/burn-checksum-files.c:888 #, fuzzy -msgid "Checking file integrity" -msgstr "Fail tetapan utama." +#~ msgid "Show dialog" +#~ msgstr "&Sentiasa paparkan dialog resolusi" -#: ../plugins/checksum/burn-checksum-files.c:982 -#: ../plugins/checksum/burn-checksum-files.c:1007 -#, fuzzy, c-format -msgid "File \"%s\" could not be opened" -msgstr "Fail tidak dapat disimpan" - -#: ../plugins/checksum/burn-checksum-files.c:1080 -#: ../plugins/checksum/burn-checksum-files.c:1201 -#: ../plugins/checksum/burn-checksum-image.c:551 -#, c-format -msgid "Some files may be corrupted on the disc" -msgstr "" - -#. Translators: this is the name of the plugin -#. * which will be translated only when it needs -#. * displaying. -#: ../plugins/checksum/burn-checksum-files.c:1473 #, fuzzy -msgid "File Checksum" -msgstr "Semak jumlah MD5" - -#: ../plugins/checksum/burn-checksum-files.c:1474 -msgid "Checks file integrities on a disc" -msgstr "" +#~ msgid "%s, %d%% done, %s remaining" +#~ msgstr "Masa Berbaki" -#: ../plugins/checksum/burn-checksum-files.c:1514 -#: ../plugins/checksum/burn-checksum-image.c:855 #, fuzzy -msgid "Hashing algorithm to be used:" -msgstr "Tema grafik untuk digunakan." +#~ msgid "%s, %d%% done" +#~ msgstr "%1/s (siap)" -#: ../plugins/checksum/burn-checksum-files.c:1517 -#: ../plugins/checksum/burn-checksum-image.c:858 #, fuzzy -msgid "MD5" -msgstr "Semak jumlah MD5" - -#: ../plugins/checksum/burn-checksum-files.c:1519 -#: ../plugins/checksum/burn-checksum-image.c:860 -msgid "SHA1" -msgstr "" - -#: ../plugins/checksum/burn-checksum-files.c:1521 -#: ../plugins/checksum/burn-checksum-image.c:862 -msgid "SHA256" -msgstr "" +#~ msgid "File is not a valid .desktop file" +#~ msgstr "Fail bukan arkib tema ikon yang sah." -#: ../plugins/checksum/burn-checksum-image.c:360 -#: ../plugins/checksum/burn-checksum-image.c:457 #, fuzzy -msgid "Creating image checksum" -msgstr "simpan imej OK" +#~ msgid "Unrecognized desktop file Version '%s'" +#~ msgstr "Fail '%1' adalah versi yang salah." -#. Translators: this is the name of the plugin -#. * which will be translated only when it needs -#. * displaying. -#: ../plugins/checksum/burn-checksum-image.c:830 #, fuzzy -msgid "Image Checksum" -msgstr "Semak jumlah MD5" - -#: ../plugins/checksum/burn-checksum-image.c:831 -msgid "Checks disc integrity after it is burnt" -msgstr "" +#~ msgid "Starting %s" +#~ msgstr "** Memulakan %1 **" -#: ../src/brasero-multi-song-props.c:89 -#: ../src/brasero-multi-song-props.c:97 -#: ../src/brasero-multi-song-props.c:105 -#: ../src/brasero-multi-song-props.c:123 -#: ../src/brasero-multi-song-props.c:139 -#: ../src/brasero-multi-song-props.c:160 -#: ../src/brasero-multi-song-props.c:173 -#: ../src/brasero-multi-song-props.c:250 -#: ../src/brasero-multi-song-props.c:271 -#: ../src/brasero-multi-song-props.c:292 -#: ../src/brasero-rename.c:90 -#: ../src/brasero-rename.c:319 #, fuzzy -msgid "" -msgstr "Nilai julat sel" +#~ msgid "Unrecognized launch option: %d" +#~ msgstr "Pilihan Meninggalkan Default" -#: ../src/brasero-multi-song-props.c:126 -#: ../src/brasero-multi-song-props.c:143 #, fuzzy -msgid "Remove silences" -msgstr "Buang fail." - -#: ../src/brasero-multi-song-props.c:214 -msgid "Song titles" -msgstr "Tajuk-tajuk lagu" - -#: ../src/brasero-multi-song-props.c:231 -msgid "Additional song information" -msgstr "Maklumat tambahan lagu" - -#: ../src/brasero-rename.c:320 -msgid "Insert text" -msgstr "Masukkan Teks" - -#: ../src/brasero-rename.c:321 -msgid "Delete text" -msgstr "Hapus Teks" - -#: ../src/brasero-rename.c:322 -msgid "Substitute text" -msgstr "Gantikan Teks" - -#: ../src/brasero-rename.c:323 -msgid "Number files according to a pattern" -msgstr "Bilangan fail berdasarkan corak" - -#: ../src/brasero-rename.c:324 -msgid "Insert number sequence at beginning" -msgstr "" - -#. Translators: This is a verb. This is completed later -#: ../src/brasero-rename.c:339 -msgid "Insert" -msgstr "Masukkan" - -#. Translators: This finishes previous action "Insert". It goes like -#. * this: "Insert" [Entry] "at the beginning". -#: ../src/brasero-rename.c:353 -msgid "at the beginning" -msgstr "pada permulaan" - -#. Translators: This finishes previous action "Insert". It goes like -#. * this: "Insert" [Entry] "at the end". -#: ../src/brasero-rename.c:357 -msgid "at the end" -msgstr "pada penghujung" +#~ msgid "Not a launchable item" +#~ msgstr "Anda belum memilih butiran: %1." -#: ../src/brasero-rename.c:368 #, fuzzy -msgid "Delete every occurrence of" -msgstr "Gagal mengasingkan kemunculan." - -#. Reminder: if this string happens to be used somewhere else in brasero -#. * we'll need a context with C_() macro -#. Translators: this goes with above verb to say "_Replace" [Entry] -#. * "with" [Entry]. -#: ../src/brasero-rename.c:398 -msgid "with" -msgstr "dengan" - -#: ../src/brasero-rename.c:412 -msgid "Rename to" -msgstr "Namakan semula kepada" - -#: ../src/brasero-rename.c:421 -msgid "{number}" -msgstr "%{number}" - -#: ../src/brasero-video-disc.c:101 -msgid "Open the selected video" -msgstr "Buka video yang dipilih" +#~ msgid "FILE" +#~ msgstr " %1 fail " -#: ../src/brasero-video-disc.c:103 -msgid "Edit the video information (start, end, author, etc.)" -msgstr "" +#, fuzzy +#~ msgid "ID" +#~ msgstr "id:" -#: ../src/brasero-video-disc.c:105 #, fuzzy -msgid "Remove the selected videos from the project" -msgstr "Buang aplikasi dipilih daripada senarai." +#~ msgid "Session management options:" +#~ msgstr "Set semula pilihan la&ma" -#: ../src/brasero-video-disc.c:359 -msgid "Do you want to search for video files inside the directory?" -msgstr "" +#, fuzzy +#~ msgid "Show session management options" +#~ msgstr "Papar Bantuan tentang pilihan" -#: ../src/brasero-video-disc.c:364 -msgid "Directories cannot be added to video discs." -msgstr "" +#, fuzzy +#~ msgid "Search:" +#~ msgstr "Cari" -#: ../src/brasero-video-disc.c:368 #, fuzzy -msgid "_Search Directory" -msgstr "Direktori sandaran: %1." +#~ msgid "In _text documents" +#~ msgstr "Cipta dokumen kosong" -#: ../src/brasero-video-disc.c:411 -#, c-format -msgid "\"%s\" does not have a suitable type for video projects." -msgstr "" +#, fuzzy +#~ msgid "In _pictures" +#~ msgstr "Semua Gambar" -#: ../src/brasero-video-disc.c:414 -msgid "Please only add files with video content" -msgstr "" +#, fuzzy +#~ msgid "In _music" +#~ msgstr "Chamber Music" -#: ../plugins/dvdauthor/burn-dvdauthor.c:316 -#: ../plugins/vcdimager/burn-vcdimager.c:444 #, fuzzy -msgid "Creating file layout" -msgstr "Papar bentangan piawai:" +#~ msgid "In _videos" +#~ msgstr "%1 -> %2 Ikut Susunan" -#: ../plugins/dvdauthor/burn-dvdauthor.c:373 -msgid "Creates disc images suitable for Video DVDs" -msgstr "" +#, fuzzy +#~ msgid "Click to start the search" +#~ msgstr "Tetapkan indeks untuk memulakan carian" -#: ../plugins/transcode/burn-vob.c:1270 -msgid "Converting video file to MPEG2" -msgstr "" +#, fuzzy +#~ msgid "Name:" +#~ msgstr "Nama: %1" -#: ../plugins/transcode/burn-vob.c:1372 -msgid "Converts any video file into a format suitable for Video DVDs" -msgstr "" +#, fuzzy +#~ msgid "Search files using keywords" +#~ msgstr "Cari search-string dalam fail." -#: ../plugins/vcdimager/burn-vcdimager.c:483 -msgid "Creates disc images suitable for SVCDs" -msgstr "" +#, fuzzy +#~ msgid "Error reading video DVD (%s)" +#~ msgstr "Ralat semasa membuka %1 untuk dibaca." -#: ../data/brasero-copy-medium.desktop.in.in.h:2 #, fuzzy -msgid "Brasero Disc Copier" -msgstr "Cakera Keras Baru" +#~ msgid "Copying `%s` locally" +#~ msgstr "Gagal Disalin" -#: ../data/brasero-copy-medium.desktop.in.in.h:3 #, fuzzy -msgid "Copy CDs and DVDs" -msgstr "Salin fail and direktori." +#~ msgid "Brasero Disc Copier" +#~ msgstr "Cakera Keras Baru" -#: ../data/brasero-copy-medium.desktop.in.in.h:4 #, fuzzy -msgid "Disc Copier" -msgstr "Id Cakera:" +#~ msgid "Copy CDs and DVDs" +#~ msgstr "Salin fail and direktori." +#, fuzzy +#~ msgid "Disc Copier" +#~ msgstr "Id Cakera:" diff -Nru brasero-3.12.2/po/ne.po brasero-3.12.3/po/ne.po --- brasero-3.12.2/po/ne.po 2017-07-25 13:16:35.000000000 +0000 +++ brasero-3.12.3/po/ne.po 2021-09-17 11:27:28.000000000 +0000 @@ -6,9 +6,9 @@ msgid "" msgstr "" "Project-Id-Version: Gnome Nepali Translation Project\n" -"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2017-06-28 15:14+0000\n" -"PO-Revision-Date: 2017-07-24 17:23+0545\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2020-07-03 08:46+0000\n" +"PO-Revision-Date: 2021-04-17 10:21+0545\n" "Last-Translator: Pawan Chitrakar \n" "Language-Team: Nepali Translation Team \n" "Language: ne\n" @@ -16,20 +16,25 @@ "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.4.2\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" -"Brasero is a application to burn CD/DVD for the GNOME Desktop. It is designed to be as simple as possible and has some " -"unique features to enable users to create their discs easily and quickly." +"Brasero is a application to burn CD/DVD for the GNOME Desktop. It is designed to be as simple as possible and has " +"some unique features to enable users to create their discs easily and quickly." msgstr "" +"ब्रासेरो जीनोम डेस्कटपको लागि CD / DVD जलाउन एक अनुप्रयोग हो। यो सकेसम्म सरल बनाउनको लागि डिजाइन गरिएको हो र " +"प्रयोगकर्ताहरूलाई सजिलै र चाँडै उनीहरूको डिस्कहरू सिर्जना गर्न सक्षम गर्न केही अद्वितीय सुविधाहरू छन्।." #: ../data/brasero.appdata.xml.in.h:2 msgid "" -"Brasero can create, copy and burn Data and Audio CD/DVDs. It fully supports CD-TEXT, multisession and joliet extensions. " -"You can simply drag and drop files from other local applications or from remote shared drives to easily burn them to a " -"disc." -msgstr "" +"Brasero can create, copy and burn Data and Audio CD/DVDs. It fully supports CD-TEXT, multisession and joliet " +"extensions. You can simply drag and drop files from other local applications or from remote shared drives to " +"easily burn them to a disc." +msgstr "" +"ब्रासेरोले डाटा र ध्वनि सीडी / डीभीडीहरू सिर्जना गर्न, प्रतिलिपि गर्न र जलाउन सक्छ। यसले पूर्ण रूपमा CD-TEXT, मल्टिसेसन र joliet " +"विस्तारलाई समर्थन गर्दछ। तपाईं सजिलैसँग अन्य स्थानीय अनुप्रयोगहरू वा रिमोट सेयर ड्राइभबाट फाइलहरू तान्न र ड्रप गर्न सक्नुहुनेछ " +"तिनीहरूलाई सजिलैसँग डिस्कमा बर्नको लागि।." #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -40,13 +45,12 @@ msgstr "डिस्क प्रतिलिपी र बनाउने" #: ../data/brasero.desktop.in.in.h:3 -#, fuzzy msgid "Create and copy CDs and DVDs" -msgstr "बचत गर्नु पहिला फाइलहरूको जगेडा प्रतिलिपि सिर्जना गर्नुहोस्" +msgstr "सिडि र डिभिडी सिर्जना र प्रतिलिपि गर्नुहोस्" #: ../data/brasero.desktop.in.in.h:4 msgid "disc;cdrom;dvd;burn;audio;video;" -msgstr "" +msgstr "disc;cdrom;dvd;burn;audio;video;" #: ../data/brasero.desktop.in.in.h:5 msgid "Brasero Disc Burner" @@ -57,9 +61,8 @@ msgstr "नयाँ सञ्झ्यालमा खोल्नुहोस्" #: ../data/brasero.desktop.in.in.h:7 -#, fuzzy msgid "Burn an Image File" -msgstr "तपाईँले छोड्नु भएको फाइल एउटा छवि होइन ।" +msgstr "छबि फाइल बर्न गर्नुहोस्" #: ../data/brasero.desktop.in.in.h:8 msgid "Copy a Disc" @@ -86,9 +89,8 @@ msgstr "" #: ../data/org.gnome.brasero.gschema.xml.h:3 -#, fuzzy msgid "The type of checksum used for images" -msgstr "FP लाई RGB छविहरूमा मात्र प्रयोग गर्न सकिन्छ" +msgstr "एउटा अवैध तान्ने प्रकार प्रयोग गरिएको थियो" #: ../data/org.gnome.brasero.gschema.xml.h:4 msgid "Set to 0 for MD5, 1 for SHA1 and 2 for SHA256" @@ -97,23 +99,22 @@ #: ../data/org.gnome.brasero.gschema.xml.h:5 #, fuzzy msgid "The type of checksum used for files" -msgstr "फाइलहरू सुरुआत गर्न/खोल्न प्रयोग गरिने क्लिकको प्रकार" +msgstr "एउटा अवैध तान्ने प्रकार प्रयोग गरिएको थियो" #: ../data/org.gnome.brasero.gschema.xml.h:6 #, fuzzy msgid "Directory to use for temporary files" -msgstr "सबै अस्थाई फाइलहरू मेट्नुहोस्" +msgstr "अस्थायी स्थान प्रयोग गर्ने अनुमति दिनुहोस्" #: ../data/org.gnome.brasero.gschema.xml.h:7 msgid "" -"Contains the path to the directory where brasero should store temporary files. If that value is empty, the default " -"directory set for glib will be used." +"Contains the path to the directory where brasero should store temporary files. If that value is empty, the " +"default directory set for glib will be used." msgstr "" #: ../data/org.gnome.brasero.gschema.xml.h:8 -#, fuzzy msgid "Favourite burn engine" -msgstr "खोज इन्जिन" +msgstr "मनपर्ने बर्न इन्जिन" #: ../data/org.gnome.brasero.gschema.xml.h:9 msgid "Contains the name of the favourite burn engine suite installed. It will be used if possible." @@ -124,7 +125,9 @@ msgstr "" #: ../data/org.gnome.brasero.gschema.xml.h:11 -msgid "Contains the list of additional plugins Brasero will use to burn discs. If set to NULL, Brasero will load them all." +msgid "" +"Contains the list of additional plugins Brasero will use to burn discs. If set to NULL, Brasero will load them " +"all." msgstr "" #: ../data/org.gnome.brasero.gschema.xml.h:12 @@ -134,8 +137,8 @@ #: ../data/org.gnome.brasero.gschema.xml.h:13 msgid "" -"Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to true) as it's only a workaround for some drives/" -"setups." +"Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to true) as it's only a workaround for " +"some drives/setups." msgstr "" #: ../data/org.gnome.brasero.gschema.xml.h:14 @@ -144,8 +147,8 @@ #: ../data/org.gnome.brasero.gschema.xml.h:15 msgid "" -"Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to false, brasero won't use it; it may be a " -"workaround for some drives/setups." +"Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to false, brasero won't use it; it may be " +"a workaround for some drives/setups." msgstr "" #: ../data/org.gnome.brasero.gschema.xml.h:16 @@ -162,8 +165,8 @@ #: ../data/org.gnome.brasero.gschema.xml.h:19 msgid "" -"Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to True, brasero will use it; it may be a workaround " -"for some drives/setups." +"Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to True, brasero will use it; it may be a " +"workaround for some drives/setups." msgstr "" #: ../data/org.gnome.brasero.gschema.xml.h:20 @@ -194,12 +197,12 @@ #: ../data/org.gnome.brasero.gschema.xml.h:26 #, fuzzy msgid "Replace symbolic links by their targets" -msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" +msgstr "साङ्केतिक लिङ्क नपछ्याउनुहोस्" #: ../data/org.gnome.brasero.gschema.xml.h:27 msgid "" -"Should brasero replace symbolic links by their target files in the project. Set to true, brasero will replace symbolic " -"links." +"Should brasero replace symbolic links by their target files in the project. Set to true, brasero will replace " +"symbolic links." msgstr "" #: ../data/org.gnome.brasero.gschema.xml.h:28 @@ -217,52 +220,47 @@ #: ../data/org.gnome.brasero.gschema.xml.h:31 msgid "" -"When several plugins are available for the same task, this value is used to determine which plugin should be given " -"priority. 0 means the plugin's native priority is used. A positive value overrides the plugin's native priority. A " -"negative value disables the plugin." +"When several plugins are available for the same task, this value is used to determine which plugin should be " +"given priority. 0 means the plugin's native priority is used. A positive value overrides the plugin's native " +"priority. A negative value disables the plugin." msgstr "" #: ../data/org.gnome.brasero.gschema.xml.h:32 #, fuzzy msgid "Burning flags to be used" -msgstr "_रद्द" +msgstr "झण्डा" #: ../data/org.gnome.brasero.gschema.xml.h:33 msgid "This value represents the burning flags that were used in such a context the last time." msgstr "" #: ../data/org.gnome.brasero.gschema.xml.h:34 -#, fuzzy msgid "The speed to be used" -msgstr "गति:" +msgstr "गति प्रयोग" #: ../data/org.gnome.brasero.gschema.xml.h:35 msgid "This value represents the speed that was used in such a context the last time." msgstr "" #: ../libbrasero-burn/brasero-blank-dialog.c:222 -#, fuzzy msgid "Error while blanking." -msgstr "मेट्दा त्रुटि भयो ।" +msgstr "मेट्दा त्रुटि भयो." #: ../libbrasero-burn/brasero-blank-dialog.c:227 ../libbrasero-burn/brasero-blank-dialog.c:272 -#, fuzzy msgid "Blank _Again" -msgstr "कालो" +msgstr "फेरी खाली" #: ../libbrasero-burn/brasero-blank-dialog.c:244 msgid "Unknown error." -msgstr "अज्ञात त्रुटि" +msgstr "अज्ञात त्रुटि." #: ../libbrasero-burn/brasero-blank-dialog.c:264 ../libbrasero-burn/brasero-blank-dialog.c:288 -#, fuzzy msgid "The disc was successfully blanked." -msgstr "क्याश फाइल सफलतापूर्वक सिर्जना गरियो ।\n" +msgstr "डिस्क मेट्ने सफल भयो." #: ../libbrasero-burn/brasero-blank-dialog.c:270 -#, fuzzy msgid "The disc is ready for use." -msgstr "तयार" +msgstr "डिस्क प्रयोग योग्य छ." #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-blank-dialog.c:371 @@ -283,17 +281,18 @@ #: ../libbrasero-burn/brasero-burn.c:162 msgid "Burning CD/DVD" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "सिडि/डिभिडि बनाउने" #: ../libbrasero-burn/brasero-burn.c:331 ../libbrasero-burn/brasero-data-session.c:123 -#: ../libbrasero-burn/brasero-tool-dialog.c:89 ../libbrasero-media/scsi-error.c:47 ../plugins/cdrdao/burn-cdrdao.c:243 -#: ../plugins/cdrkit/burn-readom.c:110 ../plugins/cdrkit/burn-wodim.c:135 ../plugins/cdrkit/burn-wodim.c:144 -#: ../plugins/cdrtools/burn-cdrecord.c:135 ../plugins/cdrtools/burn-cdrecord.c:144 ../plugins/cdrtools/burn-readcd.c:111 +#: ../libbrasero-burn/brasero-tool-dialog.c:89 ../libbrasero-media/scsi-error.c:47 +#: ../plugins/cdrdao/burn-cdrdao.c:243 ../plugins/cdrkit/burn-readom.c:110 ../plugins/cdrkit/burn-wodim.c:135 +#: ../plugins/cdrkit/burn-wodim.c:144 ../plugins/cdrtools/burn-cdrecord.c:135 +#: ../plugins/cdrtools/burn-cdrecord.c:144 ../plugins/cdrtools/burn-readcd.c:111 #: ../plugins/growisofs/burn-dvd-rw-format.c:84 ../plugins/growisofs/burn-growisofs.c:190 #: ../plugins/libburnia/burn-libburn-common.c:186 -#, fuzzy, c-format +#, c-format msgid "The drive is busy" -msgstr "ड्राइभ" +msgstr "ड्राइभ व्यस्त छ" #: ../libbrasero-burn/brasero-burn.c:332 ../libbrasero-burn/brasero-burn-dialog.c:651 #: ../libbrasero-burn/brasero-tool-dialog.c:90 @@ -301,30 +300,29 @@ msgstr "" #: ../libbrasero-burn/brasero-burn.c:409 -#, fuzzy, c-format +#, c-format msgid "\"%s\" cannot be unlocked" -msgstr "%s कार्यान्वयन गर्न सकिएन" +msgstr "\"%s\" खोल्न सकिदैन" #: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 ../libbrasero-burn/brasero-burn.c:761 -#, fuzzy msgid "No burner specified" -msgstr "ब्रासेरो डिस्क बर्नर" +msgstr "बर्नर निर्दिश्त गरिएन" #: ../libbrasero-burn/brasero-burn.c:586 #, fuzzy msgid "No source drive specified" -msgstr "निर्दिष्ट नगरिएको" +msgstr "ड्राईभ ताल्चा लगाउनुहोस्" #: ../libbrasero-burn/brasero-burn.c:632 #, fuzzy msgid "Ongoing copying process" -msgstr "फाइल प्रतिलिपि हुदैँछ" +msgstr "सिडि प्रतिलिपी गर्दै" #: ../libbrasero-burn/brasero-burn.c:636 ../libbrasero-burn/brasero-burn.c:735 ../libbrasero-burn/brasero-burn.c:872 #: ../libbrasero-burn/brasero-burn.c:987 #, fuzzy, c-format msgid "The drive cannot be locked (%s)" -msgstr "सिआर्टिसि %d आउटपुट %s चलाउन सक्दैन" +msgstr "ड्राइभ भेटिएन %s" #: ../libbrasero-burn/brasero-burn.c:695 #, fuzzy @@ -334,56 +332,61 @@ #: ../libbrasero-burn/brasero-burn.c:731 #, fuzzy msgid "Ongoing blanking process" -msgstr "प्रक्रिया" +msgstr "खाली गर्दैछ" #: ../libbrasero-burn/brasero-burn.c:770 #, fuzzy msgid "The drive cannot burn" -msgstr "ड्राइभ" +msgstr "ड्राइभ भेटिएन %s" #: ../libbrasero-burn/brasero-burn.c:866 ../libbrasero-burn/brasero-dest-selection.c:108 #, fuzzy msgid "Ongoing burning process" -msgstr "प्रक्रिया" +msgstr "डिभिडि बनाउने" #: ../libbrasero-burn/brasero-burn.c:983 #, fuzzy msgid "Ongoing checksumming operation" -msgstr "कार्य" +msgstr "अनुरोध रद्द गरिएको थियो ।" #: ../libbrasero-burn/brasero-burn.c:1623 ../libbrasero-burn/brasero-burn.c:1817 +#, fuzzy msgid "Merging data is impossible with this disc" -msgstr "" +msgstr "कृपया ड्राइभमा डिस्क घुसाउनुहोस् र इन्टर थिच्नुहोस्." #: ../libbrasero-burn/brasero-burn.c:1624 ../libbrasero-burn/brasero-burn-dialog.c:2186 -#: ../plugins/cdrkit/burn-genisoimage.c:206 ../plugins/cdrkit/burn-wodim.c:114 ../plugins/cdrtools/burn-cdrecord.c:114 -#: ../plugins/cdrtools/burn-mkisofs.c:206 ../plugins/growisofs/burn-growisofs.c:198 -#, fuzzy, c-format +#: ../plugins/cdrkit/burn-genisoimage.c:206 ../plugins/cdrkit/burn-wodim.c:114 +#: ../plugins/cdrtools/burn-cdrecord.c:114 ../plugins/cdrtools/burn-mkisofs.c:206 +#: ../plugins/growisofs/burn-growisofs.c:198 +#, c-format msgid "Not enough space available on the disc" -msgstr "फोल्डर साइज र उपलब्ध डिस्क खालीस्थान जाँच गर्नुहोस्" +msgstr "डिस्कमा पर्याप्त खालीस्थान उपलब्ध छैन" #. Translators: %s is the name of a missing application -#: ../libbrasero-burn/brasero-burn.c:1708 ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-burn.c:1708 ../libbrasero-burn/brasero-burn-options.c:1187 +#: ../src/brasero-project.c:1385 +#, c-format msgid "%s (application)" -msgstr "अनुप्रयोग" +msgstr "%s (अनुप्रयोग)" #. Translators: %s is the name of a missing library -#: ../libbrasero-burn/brasero-burn.c:1714 ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn.c:1714 ../libbrasero-burn/brasero-burn-options.c:1193 +#: ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s लाइब्रेरी" #. Translators: %s is the name of a missing GStreamer plugin -#: ../libbrasero-burn/brasero-burn.c:1719 ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 -#, fuzzy, c-format +#: ../libbrasero-burn/brasero-burn.c:1719 ../libbrasero-burn/brasero-burn-options.c:1198 +#: ../src/brasero-project.c:1396 +#, c-format msgid "%s (GStreamer plugin)" -msgstr "\"%s\" जिस्ट्रिमर प्लगिन फेला पर्न सकेन" +msgstr "%s (जिस्ट्रिमर प्लगिन)" #: ../libbrasero-burn/brasero-burn.c:1752 #, fuzzy msgid "There is no track to burn" -msgstr "डर्ज/बर्न गर्नु" +msgstr "बर्न गर्नुहोस्" #: ../libbrasero-burn/brasero-burn.c:1859 msgid "Please install the following required applications and libraries manually and try again:" @@ -395,53 +398,50 @@ msgstr "" #: ../libbrasero-burn/brasero-burn.c:2635 +#, fuzzy msgid "No format for the temporary image could be found" -msgstr "" +msgstr "कुनै तालिका ढाँचा फेला पार्न सकिएन ।" #. Translators: Error message saying no graft point #. * is specified. A graft point is the path (on the #. * disc) where a file from any source will be added #. * ("grafted") -#: ../libbrasero-burn/brasero-burn.c:2846 ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 -#: ../libbrasero-burn/burn-job.c:1228 ../libbrasero-burn/burn-mkisofs-base.c:302 ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 -#: ../plugins/cdrtools/burn-cdrecord.c:835 ../plugins/cdrtools/burn-cdrecord.c:850 ../plugins/cdrtools/burn-mkisofs.c:368 +#: ../libbrasero-burn/brasero-burn.c:2846 ../libbrasero-burn/brasero-caps-burn.c:66 +#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 ../libbrasero-burn/burn-mkisofs-base.c:302 +#: ../nautilus/nautilus-burn-extension.c:218 ../plugins/cdrkit/burn-genisoimage.c:368 +#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrtools/burn-cdrecord.c:850 ../plugins/cdrtools/burn-mkisofs.c:368 #: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 -#, fuzzy, c-format +#, c-format msgid "An internal error occurred" -msgstr "त्रुटि देखापर्यो ।" +msgstr "आन्तरिक त्रुटि देखापर्यो" #: ../libbrasero-burn/brasero-burn-dialog.c:155 -#, fuzzy msgid "Brasero notification" -msgstr "ब्रासेरो" +msgstr "ब्रासेरो सुचना" #. Translators: This string is used in the title bar %s is the action currently performed #: ../libbrasero-burn/brasero-burn-dialog.c:219 -#, fuzzy, c-format +#, c-format msgid "%s (%i%% Done)" -msgstr "%c%s... गरियो" +msgstr "%s (%i%% गर्न सकियो)" #: ../libbrasero-burn/brasero-burn-dialog.c:241 ../libbrasero-burn/brasero-burn-dialog.c:1161 -#, fuzzy msgid "Creating Image" -msgstr "पूर्वावलोकन सिर्जना गर्दैछ..." +msgstr "छवि सिर्जना गर्दै" #: ../libbrasero-burn/brasero-burn-dialog.c:246 ../libbrasero-burn/brasero-burn-dialog.c:1170 -#, fuzzy msgid "Burning DVD" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "डिभिडि बनाउने" #: ../libbrasero-burn/brasero-burn-dialog.c:250 ../libbrasero-burn/brasero-burn-dialog.c:1166 -#, fuzzy msgid "Copying DVD" -msgstr "फाइल प्रतिलिपि हुदैँछ" +msgstr "डिभिडि प्रतिलिपी गर्दै" #: ../libbrasero-burn/brasero-burn-dialog.c:256 ../libbrasero-burn/brasero-burn-dialog.c:1180 -#, fuzzy msgid "Burning CD" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "सिडि बनाउने" #: ../libbrasero-burn/brasero-burn-dialog.c:260 ../libbrasero-burn/brasero-burn-dialog.c:381 #: ../libbrasero-burn/brasero-burn-dialog.c:1176 @@ -449,86 +449,79 @@ msgstr "सिडि प्रतिलिपी गर्दै" #: ../libbrasero-burn/brasero-burn-dialog.c:266 ../libbrasero-burn/brasero-burn-dialog.c:1190 -#, fuzzy msgid "Burning Disc" -msgstr "_रद्द" +msgstr "डिस्क बनाउने" #: ../libbrasero-burn/brasero-burn-dialog.c:270 ../libbrasero-burn/brasero-burn-dialog.c:1186 msgid "Copying Disc" msgstr "डिस्क प्रतिलिपी गर्दै" #: ../libbrasero-burn/brasero-burn-dialog.c:300 ../libbrasero-burn/burn-basics.c:78 -#, fuzzy msgid "Creating image" -msgstr "पूर्वावलोकन सिर्जना गर्दैछ..." +msgstr "छवि सिर्जना गर्दै" #: ../libbrasero-burn/brasero-burn-dialog.c:306 #, fuzzy msgid "Simulation of video DVD burning" -msgstr "डिभिडि॒ भिडियो" +msgstr "भिडियो डिभिडि बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:308 -#, fuzzy msgid "Burning video DVD" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "भिडियो डिभिडि बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:316 #, fuzzy msgid "Simulation of data DVD burning" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "डाटा डिभिडि बनाउने" #: ../libbrasero-burn/brasero-burn-dialog.c:318 -#, fuzzy msgid "Burning data DVD" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "डाटा डिभिडि बनाउने" #: ../libbrasero-burn/brasero-burn-dialog.c:326 #, fuzzy msgid "Simulation of image to DVD burning" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "छबि डिभिडिमा बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:328 -#, fuzzy msgid "Burning image to DVD" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "छबि डिभिडिमा बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:336 +#, fuzzy msgid "Simulation of data DVD copying" -msgstr "" +msgstr "डाटा डिभिडि बनाउने" #: ../libbrasero-burn/brasero-burn-dialog.c:338 -#, fuzzy msgid "Copying data DVD" -msgstr "फाइल प्रतिलिपि हुदैँछ" +msgstr "डाटा डिभिडि प्रतिलिपि गर्दै" #: ../libbrasero-burn/brasero-burn-dialog.c:349 +#, fuzzy msgid "Simulation of (S)VCD burning" -msgstr "" +msgstr "(S)VCD बनाउने" #: ../libbrasero-burn/brasero-burn-dialog.c:351 -#, fuzzy msgid "Burning (S)VCD" -msgstr "एउटा VCD बनाउनुहोस्" +msgstr "(S)VCD बनाउने" #: ../libbrasero-burn/brasero-burn-dialog.c:359 ../libbrasero-burn/brasero-burn-dialog.c:412 #, fuzzy msgid "Simulation of audio CD burning" -msgstr "सिडि _अडियो" +msgstr "ध्वनि सिडि बनाउने" #: ../libbrasero-burn/brasero-burn-dialog.c:361 ../libbrasero-burn/brasero-burn-dialog.c:414 -#, fuzzy msgid "Burning audio CD" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "ध्वनि सिडि बनाउने" #: ../libbrasero-burn/brasero-burn-dialog.c:369 #, fuzzy msgid "Simulation of data CD burning" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "डाटा सिडि बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:371 -#, fuzzy msgid "Burning data CD" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "डाटा सिडि बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:379 #, fuzzy @@ -538,31 +531,29 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:389 #, fuzzy msgid "Simulation of image to CD burning" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "छबि सिडिमा बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:391 -#, fuzzy msgid "Burning image to CD" -msgstr "सिडि॒/डिभिडि बनाउने" +msgstr "छबि सिडिमा बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:402 #, fuzzy msgid "Simulation of video disc burning" -msgstr "ब्लुरे भिडियो चक्का" +msgstr "भिडियो डिस्क बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:404 -#, fuzzy msgid "Burning video disc" -msgstr "ब्लुरे भिडियो चक्का" +msgstr "भिडियो डिस्क बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:422 +#, fuzzy msgid "Simulation of data disc burning" -msgstr "" +msgstr "डाटा डिस्क बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:424 -#, fuzzy msgid "Burning data disc" -msgstr "_रद्द" +msgstr "डाटा डिस्क बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:432 #, fuzzy @@ -574,30 +565,32 @@ msgstr "डिस्क प्रतिलिपी गर्दै" #: ../libbrasero-burn/brasero-burn-dialog.c:442 +#, fuzzy msgid "Simulation of image to disc burning" -msgstr "" +msgstr "छबि डिस्कमा बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:444 -#, fuzzy msgid "Burning image to disc" -msgstr "_रद्द" +msgstr "छबि डिस्कमा बनाउदै" #: ../libbrasero-burn/brasero-burn-dialog.c:549 +#, fuzzy msgid "Please replace the disc with a rewritable disc holding data." -msgstr "" +msgstr "कृपया ड्राइभमा डिस्क घुसाउनुहोस् र इन्टर थिच्नुहोस्." #: ../libbrasero-burn/brasero-burn-dialog.c:551 +#, fuzzy msgid "Please replace the disc with a disc holding data." -msgstr "" +msgstr "कृपया ड्राइभमा डिस्क घुसाउनुहोस् र इन्टर थिच्नुहोस्." #: ../libbrasero-burn/brasero-burn-dialog.c:555 +#, fuzzy msgid "Please insert a rewritable disc holding data." -msgstr "" +msgstr "कृपया ड्राइभमा डिस्क घुसाउनुहोस् र इन्टर थिच्नुहोस्." #: ../libbrasero-burn/brasero-burn-dialog.c:557 ../libbrasero-burn/brasero-burn-options.c:501 -#, fuzzy msgid "Please insert a disc holding data." -msgstr "कृपया ड्राइभमा डिस्क घुसाउनुहोस् र इन्टर थिच्नुहोस्" +msgstr "कृपया ड्राइभमा डिस्क घुसाउनुहोस् र इन्टर थिच्नुहोस्." #: ../libbrasero-burn/brasero-burn-dialog.c:572 #, c-format @@ -605,8 +598,9 @@ msgstr "" #: ../libbrasero-burn/brasero-burn-dialog.c:575 +#, fuzzy msgid "Please replace the disc with a writable CD." -msgstr "" +msgstr "कृपया ड्राइभमा डिस्क हाल्नुहोस्." #: ../libbrasero-burn/brasero-burn-dialog.c:579 #, c-format @@ -614,9 +608,8 @@ msgstr "" #: ../libbrasero-burn/brasero-burn-dialog.c:582 -#, fuzzy msgid "Please insert a writable CD." -msgstr "कृपया ड्राइभमा डिस्क हाल्नुहोस्:" +msgstr "कृपया ड्राइभमा डिस्क हाल्नुहोस्." #: ../libbrasero-burn/brasero-burn-dialog.c:588 #, c-format @@ -624,8 +617,9 @@ msgstr "" #: ../libbrasero-burn/brasero-burn-dialog.c:591 +#, fuzzy msgid "Please replace the disc with a writable DVD." -msgstr "" +msgstr "कृपया ड्राइभमा डिस्क हाल्नुहोस्." #: ../libbrasero-burn/brasero-burn-dialog.c:595 #, c-format @@ -633,9 +627,8 @@ msgstr "" #: ../libbrasero-burn/brasero-burn-dialog.c:598 -#, fuzzy msgid "Please insert a writable DVD." -msgstr "कृपया ड्राइभमा डिस्क हाल्नुहोस्:" +msgstr "कृपया ड्राइभमा डिस्क हाल्नुहोस्." #: ../libbrasero-burn/brasero-burn-dialog.c:603 #, c-format @@ -652,9 +645,11 @@ msgstr "" #: ../libbrasero-burn/brasero-burn-dialog.c:613 ../libbrasero-burn/brasero-burn-dialog.c:2171 -#: ../libbrasero-burn/brasero-burn-dialog.c:2185 ../libbrasero-burn/brasero-burn-options.c:457 ../src/brasero-project.c:995 +#: ../libbrasero-burn/brasero-burn-dialog.c:2185 ../libbrasero-burn/brasero-burn-options.c:457 +#: ../src/brasero-project.c:995 +#, fuzzy msgid "Please insert a writable CD or DVD." -msgstr "" +msgstr "कृपया ड्राइभमा डिस्क हाल्नुहोस्." #: ../libbrasero-burn/brasero-burn-dialog.c:640 msgid "" @@ -674,65 +669,56 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:650 #, c-format msgid "\"%s\" is busy." -msgstr "व्यस्त \"%s\"" +msgstr "\"%s\" व्यस्त छ." #: ../libbrasero-burn/brasero-burn-dialog.c:654 -#, fuzzy, c-format +#, c-format msgid "There is no disc in \"%s\"." -msgstr "कृपया \"%s\" ड्राइभमा \"%s\" डिस्क लेबुल घुसाउनुहोस्" +msgstr "\"%s\"मा डिस्क छैन." #: ../libbrasero-burn/brasero-burn-dialog.c:658 #, fuzzy, c-format msgid "The disc in \"%s\" is not supported." -msgstr "" -"यो डिस्कको नाम:\n" -"'%s'\n" +msgstr "\"%s\"मा डिस्क छैन." #: ../libbrasero-burn/brasero-burn-dialog.c:662 #, fuzzy, c-format msgid "The disc in \"%s\" is not rewritable." -msgstr "" -"यो डिस्कको नाम:\n" -"'%s'\n" +msgstr "\"%s\"मा डिस्क छैन." #: ../libbrasero-burn/brasero-burn-dialog.c:666 #, fuzzy, c-format msgid "The disc in \"%s\" is empty." -msgstr "" -"यो डिस्कको नाम:\n" -"'%s'\n" +msgstr "\"%s\"मा डिस्क छैन." #: ../libbrasero-burn/brasero-burn-dialog.c:670 #, fuzzy, c-format msgid "The disc in \"%s\" is not writable." -msgstr "" -"यो डिस्कको नाम:\n" -"'%s'\n" +msgstr "%s का लागि कुनै लेखनयोग्य URI उपलब्ध छैन" #: ../libbrasero-burn/brasero-burn-dialog.c:674 -#, fuzzy, c-format +#, c-format msgid "Not enough space available on the disc in \"%s\"." -msgstr "तपाईँ संग %s मा पर्याप्त खाली ठाऊँ छैन ।" +msgstr "\"%s\" डिस्कमा पर्याप्त खाली स्थान उपलब्ध छैन ।." #: ../libbrasero-burn/brasero-burn-dialog.c:682 #, fuzzy, c-format msgid "The disc in \"%s\" needs to be reloaded." -msgstr "" -"यो डिस्कको नाम:\n" -"'%s'\n" +msgstr "\"%s\"मा डिस्क छैन." #: ../libbrasero-burn/brasero-burn-dialog.c:683 #, fuzzy msgid "Please eject the disc and reload it." -msgstr "डिस्कको लागि नाम प्रविष्ट गर्नुहोस्" +msgstr "सीडी निकाल्नुहोस्" #: ../libbrasero-burn/brasero-burn-dialog.c:728 ../libbrasero-burn/brasero-sum-dialog.c:333 msgid "A file could not be created at the location specified for temporary files" msgstr "" #: ../libbrasero-burn/brasero-burn-dialog.c:729 +#, fuzzy msgid "The image could not be created at the specified location" -msgstr "" +msgstr "एउटा छवि फाइल सिर्जना गर्न सकेन" #: ../libbrasero-burn/brasero-burn-dialog.c:730 msgid "Do you want to specify another location for this session or retry with the current location?" @@ -744,30 +730,26 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:749 ../libbrasero-burn/brasero-drive-properties.c:244 #: ../libbrasero-burn/brasero-drive-properties.c:282 ../libbrasero-burn/brasero-drive-properties.c:334 -#, fuzzy msgid "_Keep Current Location" -msgstr "हालको स्थन" +msgstr "हालको स्थान राख्नुहोस्" #: ../libbrasero-burn/brasero-burn-dialog.c:751 ../libbrasero-burn/brasero-drive-properties.c:245 #: ../libbrasero-burn/brasero-drive-properties.c:283 ../libbrasero-burn/brasero-drive-properties.c:335 -#, fuzzy msgid "_Change Location" -msgstr "स्थान" +msgstr "स्थान परिवर्तन गर्नुहोस्" #: ../libbrasero-burn/brasero-burn-dialog.c:773 ../libbrasero-burn/brasero-image-properties.c:459 -#, fuzzy msgid "Location for Image File" -msgstr "फाइल को स्थान।" +msgstr "छवि फाइलका लागि स्थान" #: ../libbrasero-burn/brasero-burn-dialog.c:781 ../libbrasero-burn/brasero-drive-properties.c:366 -#, fuzzy msgid "Location for Temporary Files" -msgstr "सबै अस्थाई फाइलहरू मेट्नुहोस्" +msgstr "अस्थायी फाइलका लागि स्थान" #: ../libbrasero-burn/brasero-burn-dialog.c:889 ../libbrasero-burn/brasero-burn-dialog.c:1135 #, fuzzy msgid "_Replace Disc" -msgstr "यसले प्रतिस्थापन गर्नुहोस्:" +msgstr "यसले प्रतिस्थापन गर्नुहोस् " #: ../libbrasero-burn/brasero-burn-dialog.c:930 msgid "Do you really want to blank the current disc?" @@ -776,13 +758,12 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:931 #, fuzzy msgid "The disc in the drive holds data." -msgstr "कृपया ड्राइभमा डिस्क घुसाउनुहोस् र इन्टर थिच्नुहोस्" +msgstr "डाटा डिस्क बनाउदै" #. Translators: Blank is a verb here #: ../libbrasero-burn/brasero-burn-dialog.c:933 -#, fuzzy msgid "_Blank Disc" -msgstr "रित्तो चक्का (%s)" +msgstr "रित्तो चक्का" #: ../libbrasero-burn/brasero-burn-dialog.c:947 msgid "If you import them you will be able to see and use them once the current selection of files is burned." @@ -810,9 +791,8 @@ msgstr "" #: ../libbrasero-burn/brasero-burn-dialog.c:968 ../libbrasero-burn/brasero-burn-dialog.c:990 -#, fuzzy msgid "Do you want to continue anyway?" -msgstr "के तपाईँ निरन्तर गर्न चाहनुहुन्छ ? [Y/n/?] " +msgstr "के तपाईँ निरन्तर गर्न चाहनुहुन्छ ?" #: ../libbrasero-burn/brasero-burn-dialog.c:971 msgid "Appending audio tracks to a CD is not advised." @@ -844,7 +824,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1133 #, fuzzy msgid "Do you want to replace the disc and continue?" -msgstr "के तपाईँ निरन्तर गर्न चाहनुहुन्छ ? [Y/n/?] " +msgstr "के तपाईँ निरन्तर गर्न चाहनुहुन्छ ?" #: ../libbrasero-burn/brasero-burn-dialog.c:1134 msgid "The currently inserted disc could not be blanked." @@ -864,32 +844,29 @@ msgstr "जारि राख्नुहोस्" #: ../libbrasero-burn/brasero-burn-dialog.c:1365 ../libbrasero-burn/brasero-burn-dialog.c:1386 -#, fuzzy msgid "The simulation was successful." -msgstr "सिमुलेसन" +msgstr "सिमुलेसन सफल भयो." #: ../libbrasero-burn/brasero-burn-dialog.c:1368 msgid "Real disc burning will take place in 10 seconds." msgstr "" #: ../libbrasero-burn/brasero-burn-dialog.c:1371 -#, fuzzy msgid "Burn _Now" -msgstr "अहिले" +msgstr "अहिले बर्न गर्नुहोस्" #: ../libbrasero-burn/brasero-burn-dialog.c:1660 -#, fuzzy msgid "Save Current Session" -msgstr "हालको सेसन पहिचान गर्न सकिएन." +msgstr "सत्र बचत गर्नुहोस्" #: ../libbrasero-burn/brasero-burn-dialog.c:1735 msgid "An unknown error occurred." -msgstr "अज्ञात त्रुटि देखापर्या" +msgstr "अज्ञात त्रुटि देखापर्या." -#: ../libbrasero-burn/brasero-burn-dialog.c:1743 ../libbrasero-burn/brasero-burn-dialog.c:1761 ../src/brasero-app.c:620 -#, fuzzy +#: ../libbrasero-burn/brasero-burn-dialog.c:1743 ../libbrasero-burn/brasero-burn-dialog.c:1761 +#: ../src/brasero-app.c:620 msgid "Error while burning." -msgstr "प्रतिलिपि गर्दा त्रुटि भयो ।" +msgstr "बर्न गर्दा त्रुटि भयो ।." #: ../libbrasero-burn/brasero-burn-dialog.c:1751 msgid "_Save Log" @@ -898,32 +875,28 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1786 #, fuzzy msgid "Video DVD successfully burned" -msgstr "एचडि डिभिडि भिडियो चक्का" +msgstr "ध्वनि सीडी सफलतापूर्वक बनाईयो" #: ../libbrasero-burn/brasero-burn-dialog.c:1788 -#, fuzzy msgid "(S)VCD successfully burned" -msgstr "\"%s\" सिर्जना गरिए" +msgstr "(एस) भीसीडी सफलतापूर्वक बर्न गरियो" #: ../libbrasero-burn/brasero-burn-dialog.c:1791 -#, fuzzy msgid "Audio CD successfully burned" -msgstr "अडियो सीडी प्लेयर" +msgstr "ध्वनि सीडी सफलतापूर्वक बनाईयो" #: ../libbrasero-burn/brasero-burn-dialog.c:1793 ../libbrasero-burn/brasero-burn-dialog.c:1824 #, fuzzy msgid "Image successfully created" -msgstr "\"%s\" सिर्जना गरिए" +msgstr "प्रोफाईल सिर्जना गरिए !" #: ../libbrasero-burn/brasero-burn-dialog.c:1798 -#, fuzzy msgid "DVD successfully copied" -msgstr "केहि पनि प्रतिलिपि बनाइएको छैन ।" +msgstr "डिभिडि सफलतापूर्वक प्रतिलिपि गरियो" #: ../libbrasero-burn/brasero-burn-dialog.c:1800 -#, fuzzy msgid "CD successfully copied" -msgstr "केहि पनि प्रतिलिपि बनाइएको छैन ।" +msgstr "सीडी सफलतापूर्वक प्रतिलिपि गरियो" #: ../libbrasero-burn/brasero-burn-dialog.c:1804 #, fuzzy @@ -938,20 +911,21 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1812 #, fuzzy msgid "Image successfully burned to DVD" -msgstr "सिडी / डिभिडी इमेज हेरफेर" +msgstr "ध्वनि सीडी सफलतापूर्वक बनाईयो" #: ../libbrasero-burn/brasero-burn-dialog.c:1814 #, fuzzy msgid "Image successfully burned to CD" -msgstr "सिडी / डिभिडी इमेज हेरफेर" +msgstr "ध्वनि सीडी सफलतापूर्वक बनाईयो" #: ../libbrasero-burn/brasero-burn-dialog.c:1820 +#, fuzzy msgid "Data DVD successfully burned" -msgstr "" +msgstr "ध्वनि सीडी सफलतापूर्वक बनाईयो" #: ../libbrasero-burn/brasero-burn-dialog.c:1822 msgid "Data CD successfully burned" -msgstr "" +msgstr "ध्वनि सीडी सफलतापूर्वक बनाईयो" #: ../libbrasero-burn/brasero-burn-dialog.c:1881 #, c-format @@ -960,24 +934,22 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1889 msgid "" -"Another copy will start as soon as you insert a new writable disc. If you do not want to burn another copy, press \"Cancel" -"\"." +"Another copy will start as soon as you insert a new writable disc. If you do not want to burn another copy, press " +"\"Cancel\"." msgstr "" #: ../libbrasero-burn/brasero-burn-dialog.c:1963 -#, fuzzy msgid "Make _More Copies" -msgstr "प्रतिलिपिहरू" +msgstr "थप प्रतिलिपिहरू बनाउनुहोस्" #: ../libbrasero-burn/brasero-burn-dialog.c:1972 -#, fuzzy msgid "Create Co_ver" -msgstr "कहिलेपनि समाप्त हुँदैन" +msgstr "आवरण सिर्जना गर्नुहोस्" #: ../libbrasero-burn/brasero-burn-dialog.c:2134 #, fuzzy msgid "There are some files left to burn" -msgstr "केही फाइलहरू डाउनलोड गर्न असफल भयो" +msgstr "केही ग्राफिक फाइल हराएका छन् वा बिग्रिएका छन् ।" #: ../libbrasero-burn/brasero-burn-dialog.c:2141 msgid "There are some more videos left to burn" @@ -988,9 +960,8 @@ msgstr "" #: ../libbrasero-burn/brasero-burn-dialog.c:2451 ../libbrasero-burn/brasero-tool-dialog.c:411 -#, fuzzy msgid "Do you really want to quit?" -msgstr "के तपाईँ साँच्चै स्थापनाकार्य रद्द गर्न चाहनुहुन्छ?" +msgstr "के तपाईँ साँच्चै निकास चाहनुहुन्छ?" #: ../libbrasero-burn/brasero-burn-dialog.c:2455 ../libbrasero-burn/brasero-tool-dialog.c:417 msgid "Interrupting the process may make disc unusable." @@ -1015,23 +986,20 @@ #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-burn-options.c:307 msgid "_Copy" -msgstr "प्रतिलिपि बनाउनुहोस्..." +msgstr "प्रतिलिपि बनाउनुहोस्" #: ../libbrasero-burn/brasero-burn-options.c:310 -#, fuzzy msgid "Make _Several Copies" -msgstr "प्रतिलिपिहरू" +msgstr "केहि प्रतिलिपिहरू बनाउनुहोस्" #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-burn-options.c:314 ../src/brasero-project.c:1524 -#, fuzzy msgid "_Burn" -msgstr "डड्ज / बर्न" +msgstr "बर्न गर्नुहोस्" #: ../libbrasero-burn/brasero-burn-options.c:317 ../src/brasero-project.c:1521 -#, fuzzy msgid "Burn _Several Copies" -msgstr "प्रतिलिपिहरू" +msgstr "धेरै प्रतिहरू बर्न गर्नुहोस्" #: ../libbrasero-burn/brasero-burn-options.c:433 ../src/brasero-project.c:949 msgid "Would you like to burn the selection of files across several media?" @@ -1042,9 +1010,8 @@ msgstr "" #: ../libbrasero-burn/brasero-burn-options.c:439 ../src/brasero-project.c:954 -#, fuzzy msgid "_Burn Several Discs" -msgstr "बर्नमा क्लिक गर्नुहोस्" +msgstr "धेरै डिस्कहरू बर्न गर्नुहोस्" #: ../libbrasero-burn/brasero-burn-options.c:441 ../src/brasero-project.c:956 msgid "Burn the selection of files across several media" @@ -1064,7 +1031,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:477 ../nautilus/nautilus-burn-extension.c:239 msgid "Please add files." -msgstr "फाइलहरू थप्नुहोस्" +msgstr "फाइलहरू थप्नुहोस्." #: ../libbrasero-burn/brasero-burn-options.c:478 ../libbrasero-burn/brasero-track-data.c:672 #: ../libbrasero-burn/brasero-track-data-cfg.c:2432 ../libbrasero-burn/brasero-track-stream.c:402 @@ -1075,7 +1042,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:483 msgid "Please add songs." -msgstr "गीतहरू थप्नुहोस्" +msgstr "गीतहरू थप्नुहोस्." #: ../libbrasero-burn/brasero-burn-options.c:484 ../src/brasero-project.c:1268 #, fuzzy @@ -1084,7 +1051,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:489 msgid "Please add videos." -msgstr "भिडियो थप्नुहोस्" +msgstr "भिडियो थप्नुहोस्." #: ../libbrasero-burn/brasero-burn-options.c:490 #, fuzzy @@ -1099,20 +1066,19 @@ #: ../libbrasero-burn/brasero-burn-options.c:511 #, fuzzy msgid "Please select a disc image." -msgstr "कृपया यो सम्पर्कका लागि एउटा छवि चयन गर्नुहोस्" +msgstr "डिस्क छवि छनोट गर" #: ../libbrasero-burn/brasero-burn-options.c:512 #, fuzzy msgid "There is no selected disc image." -msgstr "डिस्क रित्तो" +msgstr "डिस्क छविमा कुनै पनि डिस्क प्रतिलिपि गर्दछ" #. Translators: this is a disc image not a picture #. Translators: this is a disc image, not a picture #: ../libbrasero-burn/brasero-burn-options.c:522 ../libbrasero-burn/brasero-src-image.c:167 -#, fuzzy msgctxt "disc" msgid "Please select another image." -msgstr "कृपया यो सम्पर्कका लागि एउटा छवि चयन गर्नुहोस्" +msgstr "कृपया अर्को छवि चयन गर्नुहोस्." #: ../libbrasero-burn/brasero-burn-options.c:523 msgid "It doesn't appear to be a valid disc image or a valid cue file." @@ -1121,9 +1087,10 @@ #: ../libbrasero-burn/brasero-burn-options.c:532 #, fuzzy msgid "Please insert a disc that is not copy protected." -msgstr "कृपया ड्राइभमा डिस्क घुसाउनुहोस् र इन्टर थिच्नुहोस्" +msgstr "कृपया ड्राइभमा डिस्क घुसाउनुहोस् र इन्टर थिच्नुहोस्." -#: ../libbrasero-burn/brasero-burn-options.c:533 ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:533 ../libbrasero-burn/brasero-burn-options.c:1235 +#: ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "" @@ -1138,8 +1105,8 @@ #: ../libbrasero-burn/brasero-burn-options.c:550 msgid "" "The data size is too large for the disc and you must remove files from the selection otherwise.\n" -"You may want to use this option if you're using 90 or 100 min CD-R(W) which cannot be properly recognised and therefore " -"need overburn option.\n" +"You may want to use this option if you're using 90 or 100 min CD-R(W) which cannot be properly recognised and " +"therefore need overburn option.\n" "NOTE: This option might cause failure." msgstr "" @@ -1162,13 +1129,13 @@ #: ../libbrasero-burn/brasero-burn-options.c:657 #, fuzzy msgid "Select a disc to write to" -msgstr "चक्कामा भर्नको लागी कुनैपनि फाइल छैन" +msgstr "डिस्क चयन गर्न" #: ../libbrasero-burn/brasero-burn-options.c:737 ../libbrasero-burn/brasero-burn-options.c:755 #: ../libbrasero-burn/brasero-burn-options.c:875 #, fuzzy msgid "Disc Burning Setup" -msgstr "_रद्द" +msgstr "डिस्क बनाउने" #: ../libbrasero-burn/brasero-burn-options.c:764 ../src/brasero-project.c:1544 msgid "Video Options" @@ -1185,29 +1152,27 @@ msgstr "" #: ../libbrasero-burn/brasero-burn-options.c:809 -#, fuzzy msgid "Burn as _File" -msgstr "बर्नमा क्लिक गर्नुहोस्" +msgstr "फाइल रूपमा बर्न गर्नुहोस्" #: ../libbrasero-burn/brasero-burn-options.c:811 -#, fuzzy msgid "Burn _Contents…" -msgstr "सामग्री" +msgstr "सामग्रीहरू बर्न गर्नुहोस्…" #: ../libbrasero-burn/brasero-burn-options.c:893 #, fuzzy msgid "Image Burning Setup" -msgstr "_रद्द" +msgstr "छबि सिडिमा बनाउदै" #. pack everything #: ../libbrasero-burn/brasero-burn-options.c:901 #, fuzzy msgid "Select a disc image to write" -msgstr "चक्कामा भर्नको लागी कुनैपनि फाइल छैन" +msgstr "डिस्कछवि चयन गर्न यहाँ क्लिक गर्नुहोस्" #: ../libbrasero-burn/brasero-burn-options.c:921 msgid "Copy CD/DVD" -msgstr "सिडि॒/डिभिडि प्रतिलिपि बनाउनुहोस्" +msgstr "सिडि/डिभिडि प्रतिलिपि बनाउनुहोस्" #: ../libbrasero-burn/brasero-burn-options.c:927 msgid "Select disc to copy" @@ -1219,7 +1184,7 @@ #: ../libbrasero-burn/brasero-cover.c:119 msgid "Unknown song" -msgstr "अज्ञात गाना " +msgstr "अज्ञात गाना" #. Reminder: if this string happens to be used #. * somewhere else in brasero we'll need a @@ -1234,7 +1199,7 @@ #: ../libbrasero-burn/brasero-cover.c:146 ../src/brasero-player.c:419 ../src/brasero-song-control.c:270 #, c-format msgid "by %s" -msgstr " %s" +msgstr "%s" #: ../libbrasero-burn/brasero-data-vfs.c:218 #, c-format @@ -1259,12 +1224,9 @@ #. NOTE for translators: the first %s is medium_name ("File #. * Image") and the second the path for the image file #: ../libbrasero-burn/brasero-dest-selection.c:623 -#, fuzzy, c-format +#, c-format msgid "%s: \"%s\"" -msgstr "" -"%s, %s, %s, %s, \n" -"%s, %s, %s, %s\n" -"र %s द्वारा लेखिएको।\n" +msgstr "%s: \"%s\"" #. Translators: this string is only used when the user #. * wants to copy a disc using the same destination and @@ -1279,16 +1241,16 @@ #. NOTE for translators, the first %s is the medium name #: ../libbrasero-burn/brasero-dest-selection.c:696 -#, fuzzy, c-format +#, c-format msgid "%s: not enough free space" -msgstr "स्वतन्त्र खालीस्थान:" +msgstr "%s: पर्याप्त खाली स्थान छैन" #. NOTE for translators: the first %s is the medium name, the second %s #. * is its available free space. "Free" here is the free space available. #: ../libbrasero-burn/brasero-dest-selection.c:727 -#, fuzzy, c-format +#, c-format msgid "%s: %s of free space" -msgstr "%s मा खाली ठाऊँ निर्धारण गर्न सकिएन" +msgstr "%s: %s खाली ठाऊँ" #. Translators: the first %s is the path of the directory where brasero #. * will store its temporary files; the second one is the size available @@ -1301,11 +1263,12 @@ #: ../libbrasero-burn/brasero-drive-properties.c:324 #, fuzzy msgid "Do you really want to choose this location?" -msgstr "के तपाईँ साँच्चै स्थापनाकार्य रद्द गर्न चाहनुहुन्छ?" +msgstr "के तपाईँ साँच्चै निकास चाहनुहुन्छ?" #: ../libbrasero-burn/brasero-drive-properties.c:277 ../libbrasero-burn/brasero-session.c:1287 -#: ../libbrasero-burn/brasero-session.c:1362 ../libbrasero-burn/burn-job.c:490 ../plugins/cdrkit/burn-genisoimage.c:199 -#: ../plugins/cdrtools/burn-mkisofs.c:199 ../plugins/libburnia/burn-libisofs.c:246 +#: ../libbrasero-burn/brasero-session.c:1362 ../libbrasero-burn/burn-job.c:490 +#: ../plugins/cdrkit/burn-genisoimage.c:199 ../plugins/cdrtools/burn-mkisofs.c:199 +#: ../plugins/libburnia/burn-libisofs.c:246 #, c-format msgid "You do not have the required permission to write at this location" msgstr "" @@ -1344,21 +1307,20 @@ #: ../libbrasero-burn/brasero-drive-properties.c:575 #, fuzzy msgid "Impossible to retrieve speeds" -msgstr "जहरुको नयाँ सूचिहरू पुन:प्राप्त गर्नुहोस्" +msgstr "कुञ्जीहरू स्वत: पुन: प्राप्त गर्नुहोस्" #: ../libbrasero-burn/brasero-drive-properties.c:584 msgid "Maximum speed" msgstr "अधक्तम गति" #: ../libbrasero-burn/brasero-drive-properties.c:710 -#, fuzzy msgid "Burning speed" -msgstr "_रद्द" +msgstr "बर्न गर्ने गति" #: ../libbrasero-burn/brasero-drive-properties.c:723 #, fuzzy msgid "_Simulate before burning" -msgstr "पहिले" +msgstr "डिभिडि बनाउने" #: ../libbrasero-burn/brasero-drive-properties.c:724 msgid "Brasero will simulate the burning and, if it is successful, go on with actual burning after 10 seconds" @@ -1386,9 +1348,8 @@ msgstr "विकल्प" #: ../libbrasero-burn/brasero-drive-properties.c:763 -#, fuzzy msgid "Location for _Temporary Files" -msgstr "सबै अस्थाई फाइलहरू मेट्नुहोस्" +msgstr "अस्थायी फाइलका लागि स्थान" #: ../libbrasero-burn/brasero-drive-properties.c:783 msgid "Set the directory where to store temporary files" @@ -1410,45 +1371,43 @@ msgid "Broken symbolic link" msgstr "लिङ्क (विच्छेद गरिएको)" -#: ../libbrasero-burn/brasero-filtered-uri.c:60 ../libbrasero-utils/brasero-io.c:1190 ../libbrasero-utils/brasero-io.c:2061 +#: ../libbrasero-burn/brasero-filtered-uri.c:60 ../libbrasero-utils/brasero-io.c:1190 +#: ../libbrasero-utils/brasero-io.c:2061 #, c-format msgid "Recursive symbolic link" msgstr "पुनरावर्ती सांकेतिक शृंखला" #: ../libbrasero-burn/brasero-image-properties.c:243 -#, fuzzy msgid "Disc image type:" -msgstr "छवि प्रकार:" +msgstr "डिस्क छवि प्रकार :" #: ../libbrasero-burn/brasero-image-type-chooser.c:97 -#, fuzzy msgid "Autodetect" -msgstr "ढाँचा स्वत: पत्ता लगाउन असफल । फाइल SVG को रुपमा खोलिदै ।" +msgstr "स्वत: पत्ता लगाउ" #: ../libbrasero-burn/brasero-image-type-chooser.c:106 -#, fuzzy msgid "ISO9660 image" -msgstr "छविमा" +msgstr "ISO९६६० छवि" #: ../libbrasero-burn/brasero-image-type-chooser.c:115 #, fuzzy msgid "Readcd/Readom image" -msgstr "छविमा" +msgstr "छवि छैन" #: ../libbrasero-burn/brasero-image-type-chooser.c:141 #, fuzzy msgid "Cue image" -msgstr "चयन संकेत देखाउनुहोस्" +msgstr "छवि छैन" #: ../libbrasero-burn/brasero-image-type-chooser.c:151 #, fuzzy msgid "Cdrdao image" -msgstr "छविमा" +msgstr "छवि छैन" #: ../libbrasero-burn/brasero-medium-properties.c:93 ../src/brasero-project.c:1503 #, c-format msgid "Properties of %s" -msgstr " %s को गुण" +msgstr "%s को गुण" #: ../libbrasero-burn/brasero-medium-properties.c:133 msgid "Do you really want to keep the current extension for the disc image name?" @@ -1459,19 +1418,16 @@ msgstr "" #: ../libbrasero-burn/brasero-medium-properties.c:142 -#, fuzzy msgid "_Keep Current Extension" -msgstr "विस्तारद्धारा" +msgstr "हालको विस्तार राख्नुहोस्" #: ../libbrasero-burn/brasero-medium-properties.c:145 -#, fuzzy msgid "Change _Extension" -msgstr "विस्तारद्धारा" +msgstr "विस्तार परिवर्तन गर्नुहोस्" #: ../libbrasero-burn/brasero-medium-properties.c:234 -#, fuzzy msgid "Configure recording options" -msgstr "मिलाउनु" +msgstr "रेकर्ड विकल्पहरू कन्फिगर गर्नुहोस्" #. Translators: first %02i is hours, the second one is minutes and the #. * third one is seconds. @@ -1481,9 +1437,8 @@ msgstr "%02i:%02i:%02i" #: ../libbrasero-burn/brasero-progress.c:209 -#, fuzzy msgid "Average drive speed:" -msgstr "गति" +msgstr "औसत ड्राइभ गति:" #. Translators: first %02i is hours, the second one is minutes #. * and the third one is seconds. @@ -1493,14 +1448,13 @@ msgstr "" #: ../libbrasero-burn/brasero-progress.c:479 -#, fuzzy, c-format +#, c-format msgid "%i MiB of %i MiB" -msgstr "%.1f MiB" +msgstr "%i MiB of %i MiB" #: ../libbrasero-burn/brasero-progress.c:505 -#, fuzzy msgid "Estimated drive speed:" -msgstr "ड्राइभ" +msgstr "अन्दाजि ड्राइभ गति:" #. Translators: %s is a path #: ../libbrasero-burn/brasero-src-image.c:229 @@ -1510,66 +1464,58 @@ #. Translators: %s is a path and image refers to a disc image #: ../libbrasero-burn/brasero-src-image.c:236 -#, fuzzy, c-format +#, c-format msgid "\"%s\": unknown disc image type" -msgstr "अज्ञात सङ्कुचन प्रकार `%s'!" +msgstr "\"%s\": अज्ञात डिस्क छवि प्रकार" #. NOTE to translators, the first %s is the path of the image #. * file and the second its size. #: ../libbrasero-burn/brasero-src-image.c:258 -#, fuzzy, c-format +#, c-format msgid "\"%s\": %s" -msgstr "" -"%s, %s, %s, %s, \n" -"%s, %s, %s, %s\n" -"र %s द्वारा लेखिएको।\n" +msgstr "\"%s\": %s" #. This is hackish and meant to avoid ellipsization to make the #. * label too small. #. Translators: this is a disc image #: ../libbrasero-burn/brasero-src-image.c:271 ../libbrasero-burn/brasero-src-image.c:554 -#, fuzzy msgid "Click here to select a disc _image" -msgstr "" +msgstr "डिस्कछवि चयन गर्न यहाँ क्लिक गर्नुहोस्" #: ../libbrasero-burn/brasero-src-image.c:415 -#, fuzzy msgid "Select Disc Image" -msgstr "डिस्क प्रतिलिपि गर्न छनोट गर्ने" +msgstr "डिस्क छवि छनोट गर" #: ../libbrasero-burn/brasero-src-image.c:444 ../nautilus/nautilus-burn-bar.c:236 ../src/brasero-file-chooser.c:350 #: ../src/brasero-project.c:2225 ../src/brasero-project-name.c:162 -#, fuzzy msgid "All files" msgstr "सबै फाइल" #. Translators: this a disc image here #: ../libbrasero-burn/brasero-src-image.c:450 -#, fuzzy msgctxt "disc" msgid "Image files" -msgstr "सबै छवि फाइल" +msgstr "छवि फाइल" #: ../libbrasero-burn/brasero-src-image.c:467 -#, fuzzy msgid "Image type:" msgstr "छवि प्रकार:" #: ../libbrasero-burn/brasero-status-dialog.c:147 -#, fuzzy, c-format +#, c-format msgid "Estimated size: %s" -msgstr "अन्दजि समय: %s" +msgstr "अन्दजि आकार: %s" #: ../libbrasero-burn/brasero-status-dialog.c:209 ../src/brasero-data-disc.c:870 -#, c-format +#, fuzzy, c-format msgid "Do you really want to add \"%s\" to the selection?" -msgstr "" +msgstr "के तपाईँ साच्चिकै '%s' गुणलाई परियोजनाबाट हटाउन चाहनुहुन्छ?" #: ../libbrasero-burn/brasero-status-dialog.c:228 ../src/brasero-data-disc.c:879 msgid "" "The children of this directory will have 7 parent directories.\n" -"Brasero can create an image of such a file hierarchy and burn it but the disc may not be readable on all operating " -"systems.\n" +"Brasero can create an image of such a file hierarchy and burn it but the disc may not be readable on all " +"operating systems.\n" "Note: Such a file hierarchy is known to work on Linux." msgstr "" @@ -1582,17 +1528,18 @@ #: ../libbrasero-burn/brasero-status-dialog.c:233 ../libbrasero-burn/brasero-status-dialog.c:295 #: ../src/brasero-data-disc.c:840 ../src/brasero-data-disc.c:884 msgid "Al_ways Add Such File" -msgstr "" +msgstr "सधैँ त्यस्तो फाइल थप्नुहोस्" #: ../libbrasero-burn/brasero-status-dialog.c:271 ../src/brasero-data-disc.c:826 #, c-format -msgid "Do you really want to add \"%s\" to the selection and use the third version of the ISO9660 standard to support it?" +msgid "" +"Do you really want to add \"%s\" to the selection and use the third version of the ISO9660 standard to support it?" msgstr "" #: ../libbrasero-burn/brasero-status-dialog.c:290 ../src/brasero-data-disc.c:835 msgid "" -"The size of the file is over 2 GiB. Files larger than 2 GiB are not supported by the ISO9660 standard in its first and " -"second versions (the most widespread ones).\n" +"The size of the file is over 2 GiB. Files larger than 2 GiB are not supported by the ISO9660 standard in its " +"first and second versions (the most widespread ones).\n" "It is recommended to use the third version of the ISO9660 standard, which is supported by most operating systems, " "including Linux and all versions of Windows™.\n" "However, Mac OS X cannot read images created with version 3 of the ISO9660 standard." @@ -1617,7 +1564,7 @@ #: ../libbrasero-burn/brasero-status-dialog.c:566 #, fuzzy msgid "Size Estimation" -msgstr "उपयुक्त गणना" +msgstr "साइज:" #: ../libbrasero-burn/brasero-status-dialog.c:568 msgid "Please wait until the estimation of the size is completed." @@ -1628,9 +1575,8 @@ msgstr "" #: ../libbrasero-burn/brasero-sum-dialog.c:134 ../libbrasero-burn/brasero-sum-dialog.c:215 -#, fuzzy msgid "Check _Again" -msgstr "_फेरि जाच्नुहोस्" +msgstr "फेरि जाच्नुहोस्" #: ../libbrasero-burn/brasero-sum-dialog.c:165 ../libbrasero-burn/brasero-sum-dialog.c:514 #, fuzzy @@ -1639,9 +1585,8 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:166 ../src/brasero-data-disc.c:214 ../src/brasero-eject-dialog.c:102 #: ../src/brasero-playlist.c:393 ../src/brasero-project.c:2625 -#, fuzzy msgid "An unknown error occurred" -msgstr "अज्ञात त्रुटि देखापर्या" +msgstr "अज्ञात त्रुटि देखापर्यो" #: ../libbrasero-burn/brasero-sum-dialog.c:178 msgid "The file integrity check was performed successfully." @@ -1650,32 +1595,30 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:179 #, fuzzy msgid "There seem to be no corrupted files on the disc" -msgstr "चक्कामा भर्नको लागी कुनैपनि फाइल छैन" +msgstr "फाइल दूषित भयो" #: ../libbrasero-burn/brasero-sum-dialog.c:207 #, fuzzy msgid "The following files appear to be corrupted:" -msgstr "निम्न फाइलहरू आयात गर्न सकिएन: %s" +msgstr "फाइल दूषित भयो" #: ../libbrasero-burn/brasero-sum-dialog.c:250 -#, fuzzy msgid "Corrupted Files" -msgstr "संग्रह दूषित भयो" +msgstr "फाइल दूषित भयो" #: ../libbrasero-burn/brasero-sum-dialog.c:342 -#, fuzzy msgid "Downloading MD5 file" -msgstr "डाउनलोड हुँदैछ" +msgstr "MD5 डाउनलोड हुँदैछ" #: ../libbrasero-burn/brasero-sum-dialog.c:397 -#, fuzzy, c-format +#, c-format msgid "\"%s\" is not a valid URI" -msgstr "'%s:' वैध यूआरआई योजना होइन" +msgstr "\"%s\" वैध यूआरआई होइन" #: ../libbrasero-burn/brasero-sum-dialog.c:515 #, fuzzy msgid "No MD5 file was given." -msgstr "समर्थन नगर्ने फाइल विस्तार दिइयो।" +msgstr "MD5 डाउनलोड हुँदैछ" #: ../libbrasero-burn/brasero-sum-dialog.c:692 msgid "Use an _MD5 file to check the disc" @@ -1686,18 +1629,16 @@ msgstr "" #: ../libbrasero-burn/brasero-sum-dialog.c:706 -#, fuzzy msgid "Open an MD5 file" -msgstr "एउटा फाइल खोल्नुहोस्" +msgstr "MD5 फाइल खोल्नुहोस्" #: ../libbrasero-burn/brasero-sum-dialog.c:721 msgid "_Check" msgstr "जाँच" #: ../libbrasero-burn/brasero-sum-dialog.c:752 -#, fuzzy msgid "Disc Checking" -msgstr "हिज्जे परीक्षण" +msgstr "डिस्क जाँच गरिँदै छ" #: ../libbrasero-burn/brasero-tool-dialog.c:78 ../libbrasero-burn/brasero-tool-dialog.c:92 #: ../libbrasero-burn/brasero-tool-dialog.c:102 @@ -1710,17 +1651,15 @@ #: ../plugins/growisofs/burn-dvd-rw-format.c:77 ../plugins/libburnia/burn-libburn.c:610 #, fuzzy, c-format msgid "The disc is not supported" -msgstr "समर्थित छैन " +msgstr "डिस्क" #: ../libbrasero-burn/brasero-tool-dialog.c:103 -#, fuzzy msgid "The drive is empty" -msgstr "खाली" +msgstr "ड्राईभ खाली छ" #: ../libbrasero-burn/brasero-tool-dialog.c:556 ../src/brasero-eject-dialog.c:167 -#, fuzzy msgid "Select a disc" -msgstr "डिस्क प्रतिलिपि गर्न छनोट गर्ने" +msgstr "डिस्क चयन गर्न" #: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" @@ -1728,9 +1667,10 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:617 ../libbrasero-burn/brasero-track-data-cfg.c:716 #: ../libbrasero-burn/brasero-track-data-cfg.c:727 ../libbrasero-burn/brasero-track-data-cfg.c:788 -#: ../libbrasero-burn/brasero-track-data-cfg.c:793 ../src/brasero-playlist.c:536 ../src/brasero-video-tree-model.c:342 +#: ../libbrasero-burn/brasero-track-data-cfg.c:793 ../src/brasero-playlist.c:536 +#: ../src/brasero-video-tree-model.c:342 msgid "(loading…)" -msgstr "लोड हुँदैछ..." +msgstr "(लोड हुँदैछ...)" #: ../libbrasero-burn/brasero-track-data-cfg.c:619 ../libbrasero-burn/brasero-track-data-cfg.c:799 #: ../src/brasero-playlist.c:497 @@ -1745,13 +1685,13 @@ #, c-format msgid "%d item" msgid_plural "%d items" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d सामाग्री" +msgstr[1] "%d सामाग्रीहरू" #: ../libbrasero-burn/brasero-track-data-cfg.c:1916 #, c-format msgid "New folder" -msgstr "नयाँ फोल्डर..." +msgstr "नयाँ फोल्डर" #: ../libbrasero-burn/brasero-track-data-cfg.c:1919 #, c-format @@ -1765,18 +1705,18 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:2552 #, c-format msgid "\"%s\" is a recursive symbolic link." -msgstr "\"%s\" एउटा पुनरावर्ती सांकेतिक शृंखला हो" +msgstr "\"%s\" एउटा पुनरावर्ती सांकेतिक शृंखला हो." #. Translators: %s is the path of a drive #: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 -#, fuzzy, c-format +#, c-format msgid "\"%s\" cannot be found." -msgstr "मोनिकर इन्टरफेस फेला पार्न सकिँदैन" +msgstr "\"%s\" फेला पार्न सकिँदैन ।." #: ../libbrasero-burn/brasero-track-image-cfg.c:451 #, fuzzy msgid "Retrieving image format and size" -msgstr "म्याजिक चित्र फरम्याट" +msgstr "असमर्थित डिस्क छवि ढाँचा।." #. Translators: This is a disc image #: ../libbrasero-burn/brasero-track-image-cfg.c:471 @@ -1786,29 +1726,29 @@ #: ../libbrasero-burn/brasero-track-image-cfg.c:472 #, fuzzy msgid "Please set it manually" -msgstr "आफै" +msgstr "म्यानुअल रूपमा एक स्थान प्रविष्ट गर्नुहोस्" #. Translators: %s is the name of the file that has just been deleted #: ../libbrasero-burn/brasero-track-stream-cfg.c:90 #, c-format msgid "\"%s\" was removed from the file system." -msgstr "\"%s\" लाई फाइल प्रणालीबाट हटाइसकीएको थियो।" +msgstr "\"%s\" लाई फाइल प्रणालीबाट हटाइसकीएको थियो।." #: ../libbrasero-burn/brasero-track-stream-cfg.c:129 ../src/brasero-audio-disc.c:754 ../src/brasero-video-disc.c:365 #, c-format msgid "Directories cannot be added to video or audio discs" -msgstr "निर्देशिकाहरु अडियो वा भिडियो चक्काहरुमा जोड्न मिल्दैनन्" +msgstr "निर्देशिकाहरु ध्वनि वा भिडियो चक्काहरुमा जोड्न मिल्दैनन्" #: ../libbrasero-burn/brasero-track-stream-cfg.c:142 #, c-format msgid "Playlists cannot be added to video or audio discs" -msgstr "बजाउने सूची अडियो वा भिडियो चक्काहरुमा जोड्न मिल्दैनन्" +msgstr "बजाउने सूची ध्वनि वा भिडियो चक्काहरुमा जोड्न मिल्दैनन्" #. Translators: %s is the name of the file #: ../libbrasero-burn/brasero-track-stream-cfg.c:157 ../libbrasero-burn/brasero-track-stream-cfg.c:174 #, c-format msgid "\"%s\" is not suitable for audio or video media" -msgstr "\"%s\" अडियो वा भिडियो माध्यमको लागी योग्य छैन" +msgstr "\"%s\" ध्वनि वा भिडियो माध्यमको लागी योग्य छैन" #: ../libbrasero-burn/brasero-track-stream-cfg.c:401 msgid "Analysing video files" @@ -1827,9 +1767,8 @@ msgstr "यो ढाँचा उत्तर अमेरिकी महादेशमा मुख्यत: प्रयोग गरिन्छ" #: ../libbrasero-burn/brasero-video-options.c:473 -#, fuzzy msgid "_PAL/SECAM" -msgstr "रङदानी फाइल:" +msgstr "_PAL/SECAM" #: ../libbrasero-burn/brasero-video-options.c:475 msgid "Format used mostly in Europe" @@ -1841,7 +1780,7 @@ #: ../libbrasero-burn/brasero-video-options.c:504 msgid "Aspect ratio:" -msgstr "आकार अनुपात" +msgstr "आकार अनुपात :" #: ../libbrasero-burn/brasero-video-options.c:515 msgid "_4:3" @@ -1867,57 +1806,53 @@ #: ../libbrasero-burn/brasero-xfer.c:130 ../libbrasero-burn/brasero-xfer.c:266 #, fuzzy, c-format msgid "Directory could not be created (%s)" -msgstr "`%s' डाइरेक्टरी बनाउन सकेन: %s" +msgstr "%s तत्व सिर्जना गर्न सकेन" #: ../libbrasero-burn/burn-basics.c:77 #, fuzzy msgid "Getting size" -msgstr "कार्य तालिका प्राप्त" +msgstr "साइज:" #: ../libbrasero-burn/burn-basics.c:79 -#, fuzzy msgid "Writing" -msgstr "बन्द गर्दा/लेख्दा `%.255s' त्रुटि" +msgstr "लेखिदै" #: ../libbrasero-burn/burn-basics.c:80 -#, fuzzy msgid "Blanking" -msgstr "डिस्क रित्तो" +msgstr "खाली गर्दैछ" #: ../libbrasero-burn/burn-basics.c:81 #, fuzzy msgid "Creating checksum" -msgstr "फाईल चेकसम" +msgstr "छवि चेकसम" #: ../libbrasero-burn/burn-basics.c:83 -#, fuzzy msgid "Copying file" -msgstr "'%s' बाट फाइल '%s' प्रतिलिपि बनाउँदैछ..." +msgstr "फाईल प्रतिलिपी गर्दै" #: ../libbrasero-burn/burn-basics.c:84 -#, fuzzy msgid "Analysing audio files" -msgstr "फाइलहरु विश्लेषण गर्दै" +msgstr "ध्वनि फाइलहरु विश्लेषण गर्दै" #: ../libbrasero-burn/burn-basics.c:85 #, fuzzy msgid "Transcoding song" -msgstr "पहिलेको गीत होइन" +msgstr "गाना बारेमा" #: ../libbrasero-burn/burn-basics.c:86 #, fuzzy msgid "Preparing to write" -msgstr "तयारी गर्दैछ..." +msgstr "लेख्नुहोस्" #: ../libbrasero-burn/burn-basics.c:87 #, fuzzy msgid "Writing leadin" -msgstr "लेख्ने हात" +msgstr "लेखिदै" #: ../libbrasero-burn/burn-basics.c:88 #, fuzzy msgid "Writing CD-Text information" -msgstr "पाठ जानकारी" +msgstr "पाठ जानकारी संवाद प्रदर्शन गर्नुहोस्" #: ../libbrasero-burn/burn-basics.c:89 msgid "Finalizing" @@ -1926,21 +1861,19 @@ #: ../libbrasero-burn/burn-basics.c:90 #, fuzzy msgid "Writing leadout" -msgstr "लेख्ने हात" +msgstr "लेखिदै" #: ../libbrasero-burn/burn-basics.c:91 -#, fuzzy msgid "Starting to record" -msgstr "रेकर्ड:" +msgstr "रेकर्ड शुरु" #: ../libbrasero-burn/burn-basics.c:92 msgid "Success" msgstr "सफलता" #: ../libbrasero-burn/burn-basics.c:93 -#, fuzzy msgid "Ejecting medium" -msgstr "मध्यम" +msgstr "मध्यम निकाल्दै" #: ../libbrasero-burn/burn-debug.c:54 msgid "Display debug statements on stdout for Brasero burn library" @@ -1957,9 +1890,9 @@ #. Translators: %s is the plugin name #: ../libbrasero-burn/burn-job.c:322 ../libbrasero-burn/burn-job.c:797 ../libbrasero-burn/burn-job.c:810 #: ../libbrasero-burn/burn-job.c:1029 ../libbrasero-burn/burn-job.c:1119 -#, fuzzy, c-format +#, c-format msgid "\"%s\" did not behave properly" -msgstr "पिन टाइप %s बुझ्न सकिएन" +msgstr "\"%s\" ले राम्रो व्यवहार गरेन" #. Translators: the first %s is the size of the free space on the medium #. * and the second %s is the size of the space required by the data to be @@ -1977,26 +1910,27 @@ #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 #, c-format msgid "" -"The location you chose to store the temporary image on does not have enough free space for the disc image (%ld MiB needed)" +"The location you chose to store the temporary image on does not have enough free space for the disc image (%ld " +"MiB needed)" msgstr "" #: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, fuzzy, c-format msgid "The size of the volume could not be retrieved" -msgstr "भोल्युम विश्लेषण गर्न सकेन ।" +msgstr "भोल्युम विश्लेषण गर्न सकेन ।." #: ../libbrasero-burn/burn-job.c:627 #, fuzzy, c-format msgid "No path was specified for the image output" -msgstr "खानतलासी प्रतिवेदन प्रतिफल फाइलमा पठाउ ।" +msgstr "त्रुटि: वस्तु मार्ग निर्दिष्ट नगरेको \n" #. Translators: %s is the error returned by libburn #. Translators: the %s is the error message from errno #: ../libbrasero-burn/burn-job.c:768 ../plugins/cdrtools/burn-cdrecord.c:709 ../plugins/libburnia/burn-libburn.c:717 #: ../plugins/transcode/burn-transcode.c:790 -#, fuzzy, c-format +#, c-format msgid "An internal error occurred (%s)" -msgstr "त्रुटि देखापर्यो ।" +msgstr "त्रुटि देखापर्यो (%s)" #: ../libbrasero-burn/burn-mkisofs-base.c:153 ../libbrasero-burn/burn-mkisofs-base.c:494 #: ../plugins/checksum/burn-checksum-image.c:287 ../plugins/growisofs/burn-growisofs.c:527 @@ -2031,10 +1965,11 @@ msgstr "\"%s\" एउटा सांकेतिक लिंक हो जसले अर्को कार्यक्रमसंग जोड्ने काम गर्छ" #. Translators: %s is a filename -#: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 ../plugins/growisofs/burn-growisofs.c:509 -#, fuzzy, c-format +#: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 +#: ../plugins/growisofs/burn-growisofs.c:509 +#, c-format msgid "\"%s\" could not be found" -msgstr "विधि ड्राइभर %s फेला पार्न सकिएन ।" +msgstr "\"%s\" फेला पर्न सकेन" #. Translators: %s is the name of the brasero element #: ../libbrasero-burn/burn-process.c:259 @@ -2045,15 +1980,15 @@ #. Translators: This is a fake drive, a file, and means that #. * when we're writing, we're writing to a file and create an #. * image on the hard drive. -#: ../libbrasero-media/brasero-drive.c:607 ../libbrasero-media/brasero-medium.c:206 ../libbrasero-media/brasero-volume.c:382 -#, fuzzy +#: ../libbrasero-media/brasero-drive.c:607 ../libbrasero-media/brasero-medium.c:206 +#: ../libbrasero-media/brasero-volume.c:382 msgid "Image File" -msgstr "यो छवि फाइल, वा छविको फाइलको कुनै अज्ञात प्रकार होइन । JPEG छवि प्रयोग गर्ने प्रयास गर्नुहोस् ।" +msgstr "छवि फाइल" #: ../libbrasero-media/brasero-drive-selection.c:341 ../libbrasero-media/brasero-drive-selection.c:436 #, fuzzy msgid "Unnamed CD/DVD Drive" -msgstr "सिडी ड्राइभ/इमेज" +msgstr "सिडि/डिभिडि बनाउने" #: ../libbrasero-media/brasero-media.c:54 msgid "Display debug statements on stdout for Brasero media library" @@ -2108,26 +2043,25 @@ #: ../libbrasero-media/brasero-medium.c:74 #, fuzzy msgid "DVD+R dual layer" -msgstr "CD-R/DVD-R" +msgstr "डिभिडि" #: ../libbrasero-media/brasero-medium.c:75 #, fuzzy msgid "DVD+RW dual layer" -msgstr "CD-RW/DVD-RW" +msgstr "DVD-RW" #: ../libbrasero-media/brasero-medium.c:76 #, fuzzy msgid "DVD-R dual layer" -msgstr "CD-R/DVD-R" +msgstr "डिभिडि" #: ../libbrasero-media/brasero-medium.c:77 msgid "DVD-RAM" msgstr "DVD-RAM" #: ../libbrasero-media/brasero-medium.c:78 -#, fuzzy msgid "Blu-ray disc" -msgstr "रित्तो ब्लुरे चक्का" +msgstr "ब्लुरे डिस्क" #: ../libbrasero-media/brasero-medium.c:79 #, fuzzy @@ -2142,30 +2076,30 @@ #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:216 -#, fuzzy, c-format +#, c-format msgid "Blank %s in %s" -msgstr "रित्तो चक्का (%s)" +msgstr "खाली %s मा %s" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:223 -#, fuzzy, c-format +#, c-format msgid "Audio and data %s in %s" -msgstr "डाउनलोड गरिएको छविको डेटा %s" +msgstr "%s मा %s ध्वनि र डाटा" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:230 -#, fuzzy, c-format +#, c-format msgid "Audio %s in %s" -msgstr "\"%s\" अडियो वा भिडियो माध्यमको लागी योग्य छैन" +msgstr "%s मा %s ध्वनि" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:237 -#, fuzzy, c-format +#, c-format msgid "Data %s in %s" -msgstr "`%s' मा XML डेटा लेख्न असफल: %s" +msgstr "%s मा %s डाटा" #. NOTE for translators: the first %s is the disc type and the #. * second %s the name of the drive this disc is in. @@ -2195,12 +2129,11 @@ #: ../libbrasero-media/brasero-medium-selection.c:451 #, fuzzy msgid "Searching for available discs" -msgstr "उपलब्ध ड्राइभरहरूको लागि खोजी गरिदैँ..." +msgstr "खोजी हुदैछ..." #: ../libbrasero-media/brasero-medium-selection.c:460 -#, fuzzy msgid "No disc available" -msgstr "डिस्क रित्तो" +msgstr "डिस्क उपलब्ध छैन" #. Translators: this is hour minute second like '2 h 14 min 25' #: ../libbrasero-media/brasero-units.c:71 @@ -2259,30 +2192,31 @@ #. NOTE for translators: the first %s is the disc type. #: ../libbrasero-media/brasero-volume.c:413 -#, fuzzy, c-format +#, c-format msgid "Audio and data disc (%s)" -msgstr "अडियो चक्काको नक्कल गर्ने तयारी गर्दै" +msgstr "ध्बनि र डाटा डिस्क (%s)" #. NOTE for translators: the first %s is the disc type. #. NOTE to translators: the final string must not be over #. * 32 _bytes_ . #. * The %s is the date #: ../libbrasero-media/brasero-volume.c:417 ../src/brasero-project-name.c:322 -#, fuzzy, c-format +#, c-format msgid "Audio disc (%s)" -msgstr "अडियो डिस्क" +msgstr "ध्वनि डिस्क (%s)" #. NOTE for translators: the first %s is the disc type. #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date #: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 -#, fuzzy, c-format +#, c-format msgid "Data disc (%s)" -msgstr "रित्तो चक्का (%s)" +msgstr "डाटा डिस्क (%s)" -#: ../libbrasero-media/burn-iso9660.c:158 ../libbrasero-media/burn-iso9660.c:167 ../libbrasero-media/burn-iso9660.c:402 -#: ../libbrasero-media/burn-iso9660.c:439 ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:158 ../libbrasero-media/burn-iso9660.c:167 +#: ../libbrasero-media/burn-iso9660.c:402 ../libbrasero-media/burn-iso9660.c:439 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "" @@ -2301,7 +2235,7 @@ #: ../libbrasero-media/scsi-error.c:46 msgid "Bad argument" -msgstr " खराब तर्क" +msgstr "खराब तर्क" #: ../libbrasero-media/scsi-error.c:48 #, fuzzy @@ -2310,7 +2244,7 @@ #: ../libbrasero-media/scsi-error.c:49 msgid "Invalid address" -msgstr "अवैध ठेगाना " +msgstr "अवैध ठेगाना" #: ../libbrasero-media/scsi-error.c:50 msgid "Invalid command" @@ -2324,17 +2258,17 @@ #: ../libbrasero-media/scsi-error.c:52 #, fuzzy msgid "Invalid field in command" -msgstr "%s: अवैध फाँट '%s'\n" +msgstr "अवैध आदेश प्राप्त भयो, बेवास्ता गर्दै" #: ../libbrasero-media/scsi-error.c:53 #, fuzzy msgid "The device timed out" -msgstr "जडान समय सकियो" +msgstr "लगइन समय सकियो" #: ../libbrasero-media/scsi-error.c:54 #, fuzzy msgid "Key not established" -msgstr "जडान स्थापना भयो" +msgstr "कुनै क्यारियर स्थापित गर्न सकिएन" #: ../libbrasero-media/scsi-error.c:55 #, fuzzy @@ -2344,12 +2278,12 @@ #: ../libbrasero-utils/brasero-disc-message.c:133 #, fuzzy msgid "_Hide changes" -msgstr "परिवर्तनहरु" +msgstr "लुकाउनुहोस्" #: ../libbrasero-utils/brasero-disc-message.c:135 ../libbrasero-utils/brasero-disc-message.c:154 #, fuzzy msgid "_Show changes" -msgstr "परिवर्तनहरु" +msgstr "देखाउने" #: ../libbrasero-utils/brasero-io.c:1418 #, fuzzy, c-format @@ -2362,14 +2296,12 @@ msgstr "तस्विरहरू" #: ../libbrasero-utils/brasero-jacket-background.c:230 -#, fuzzy msgid "_Color" -msgstr "रङ्ग:" +msgstr "रङ्ग" #: ../libbrasero-utils/brasero-jacket-background.c:261 -#, fuzzy msgid "Solid color" -msgstr "ठोस रङ" +msgstr "ठोस रङ्ग" #: ../libbrasero-utils/brasero-jacket-background.c:262 msgid "Horizontal gradient" @@ -2389,19 +2321,17 @@ #: ../libbrasero-utils/brasero-jacket-background.c:308 #, fuzzy msgid "Image path:" -msgstr "मार्ग" +msgstr "PATH TO IMAGE" #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:320 -#, fuzzy msgid "Choose an image" -msgstr "छनोट गर्ने" +msgstr "छवि छान्नुहोस्" #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:331 -#, fuzzy msgid "Image style:" -msgstr "शैलि" +msgstr "छवि शैली:" #: ../libbrasero-utils/brasero-jacket-background.c:345 msgid "Centered" @@ -2413,35 +2343,30 @@ msgstr " वस्तु संग टाइल्ड क्लोन होइन ।" #: ../libbrasero-utils/brasero-jacket-background.c:347 -#, fuzzy msgid "Scaled" -msgstr "अहिले स्ट्रोक चौडाई मापन गरियो जब वस्तुहरू मापन गरिन्छ ।" +msgstr "मापन गरिएको" #: ../libbrasero-utils/brasero-jacket-background.c:384 -#, fuzzy msgid "Background Properties" -msgstr "पृष्ठभूमि:" +msgstr "पृष्ठभूमि गुणहरू" #: ../libbrasero-utils/brasero-jacket-edit.c:534 msgid "Print" msgstr "मुद्रण" #: ../libbrasero-utils/brasero-jacket-edit.c:546 -#, fuzzy msgid "Bac_kground Properties" -msgstr "पृष्ठभूमि रङ" +msgstr "पृष्ठभूमि गुणहरू" #: ../libbrasero-utils/brasero-jacket-edit.c:549 -#, fuzzy msgid "Background properties" -msgstr "पृष्ठभूमि:" +msgstr "पृष्ठभूमि गुणहरू" #: ../libbrasero-utils/brasero-jacket-edit.c:564 msgid "Align right" msgstr "दायाँ पंक्तिबद्ध गर्नुहोस्" #: ../libbrasero-utils/brasero-jacket-edit.c:574 -#, fuzzy msgid "Center" msgstr "केन्द्र" @@ -2464,53 +2389,49 @@ #: ../libbrasero-utils/brasero-jacket-edit.c:644 #, fuzzy msgid "Font family and size" -msgstr "फन्ट परिवार, फन्ट साइज र अन्य पाठ गुणहरू हेर्नुहोस् र चयन गर्नहोस् ।" +msgstr "वर्णको परिवार मिलाउ" #: ../libbrasero-utils/brasero-jacket-edit.c:651 -#, fuzzy msgid "_Text Color" -msgstr "पाठको रङ" +msgstr "पाठ रङ" #: ../libbrasero-utils/brasero-jacket-edit.c:652 msgid "Text color" msgstr "पाठ रङ" #: ../libbrasero-utils/brasero-jacket-edit.c:775 -#, fuzzy msgid "Cover Editor" -msgstr "आवरण" +msgstr "कभर सम्पादक" #: ../libbrasero-utils/brasero-jacket-view.c:766 #, fuzzy msgid "Set Bac_kground Properties" -msgstr "पृष्ठभूमि रङ" +msgstr "पृष्ठभूमि गुणहरू" #: ../libbrasero-utils/brasero-jacket-view.c:807 -#, fuzzy msgid "SIDES" -msgstr "साइड:" +msgstr "साइड" #: ../libbrasero-utils/brasero-jacket-view.c:823 -#, fuzzy msgid "BACK COVER" -msgstr "आवरण" +msgstr "पछाडि आवरण" #: ../libbrasero-utils/brasero-jacket-view.c:841 #, fuzzy msgid "FRONT COVER" -msgstr "आवरण" +msgstr "अगाडी ल्याउनुहोस्" #. Translators: This is an image, #. * a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-view.c:1021 #, fuzzy msgid "The image could not be loaded." -msgstr "सम्पादक लोड गर्न सकिएन ।" +msgstr "पार्श्वचित्र बहन गर्न सकिएन: %s" #: ../libbrasero-utils/brasero-metadata.c:1126 ../src/brasero-audio-disc.c:643 -#, fuzzy, c-format +#, c-format msgid "\"%s\" could not be handled by GStreamer." -msgstr "\"%s\" जिस्ट्रिमर प्लगिन फेला पर्न सकेन" +msgstr "\"%s\" जिस्ट्रिमरद्वारा ह्यान्डल गर्न सकेन।." #. Translators: %s is the name of the object (as in #. * GObject) from the Gstreamer library that could @@ -2525,29 +2446,28 @@ #: ../plugins/transcode/burn-transcode.c:304 ../plugins/transcode/burn-transcode.c:426 #: ../plugins/transcode/burn-transcode.c:479 ../plugins/transcode/burn-transcode.c:513 #: ../plugins/transcode/burn-transcode.c:556 ../plugins/transcode/burn-transcode.c:577 -#: ../plugins/transcode/burn-transcode.c:589 ../plugins/transcode/burn-transcode.c:611 ../plugins/transcode/burn-vob.c:308 -#: ../plugins/transcode/burn-vob.c:328 ../plugins/transcode/burn-vob.c:343 ../plugins/transcode/burn-vob.c:355 -#: ../plugins/transcode/burn-vob.c:372 ../plugins/transcode/burn-vob.c:428 ../plugins/transcode/burn-vob.c:445 -#: ../plugins/transcode/burn-vob.c:457 ../plugins/transcode/burn-vob.c:469 ../plugins/transcode/burn-vob.c:481 -#: ../plugins/transcode/burn-vob.c:498 ../plugins/transcode/burn-vob.c:582 ../plugins/transcode/burn-vob.c:599 -#: ../plugins/transcode/burn-vob.c:611 ../plugins/transcode/burn-vob.c:623 ../plugins/transcode/burn-vob.c:642 -#: ../plugins/transcode/burn-vob.c:659 ../plugins/transcode/burn-vob.c:705 ../plugins/transcode/burn-vob.c:782 -#: ../plugins/transcode/burn-vob.c:799 ../plugins/transcode/burn-vob.c:814 ../plugins/transcode/burn-vob.c:826 -#: ../plugins/transcode/burn-vob.c:837 ../plugins/transcode/burn-vob.c:848 ../plugins/transcode/burn-vob.c:1023 -#: ../plugins/transcode/burn-vob.c:1087 ../plugins/transcode/burn-vob.c:1104 ../plugins/transcode/burn-vob.c:1125 -#: ../plugins/transcode/burn-vob.c:1152 -#, fuzzy, c-format +#: ../plugins/transcode/burn-transcode.c:589 ../plugins/transcode/burn-transcode.c:611 +#: ../plugins/transcode/burn-vob.c:308 ../plugins/transcode/burn-vob.c:328 ../plugins/transcode/burn-vob.c:343 +#: ../plugins/transcode/burn-vob.c:355 ../plugins/transcode/burn-vob.c:372 ../plugins/transcode/burn-vob.c:428 +#: ../plugins/transcode/burn-vob.c:445 ../plugins/transcode/burn-vob.c:457 ../plugins/transcode/burn-vob.c:469 +#: ../plugins/transcode/burn-vob.c:481 ../plugins/transcode/burn-vob.c:498 ../plugins/transcode/burn-vob.c:582 +#: ../plugins/transcode/burn-vob.c:599 ../plugins/transcode/burn-vob.c:611 ../plugins/transcode/burn-vob.c:623 +#: ../plugins/transcode/burn-vob.c:642 ../plugins/transcode/burn-vob.c:659 ../plugins/transcode/burn-vob.c:705 +#: ../plugins/transcode/burn-vob.c:782 ../plugins/transcode/burn-vob.c:799 ../plugins/transcode/burn-vob.c:814 +#: ../plugins/transcode/burn-vob.c:826 ../plugins/transcode/burn-vob.c:837 ../plugins/transcode/burn-vob.c:848 +#: ../plugins/transcode/burn-vob.c:1023 ../plugins/transcode/burn-vob.c:1087 ../plugins/transcode/burn-vob.c:1104 +#: ../plugins/transcode/burn-vob.c:1125 ../plugins/transcode/burn-vob.c:1152 +#, c-format msgid "%s element could not be created" -msgstr "फोल्डर सिर्जना गर्न सकिएन" +msgstr "%s तत्व सिर्जना गर्न सकेन" #: ../libbrasero-utils/brasero-misc.c:74 msgid "Display debug statements on stdout for Brasero utilities library" msgstr "" #: ../libbrasero-utils/brasero-misc.c:91 -#, fuzzy msgid "Brasero utilities library" -msgstr "ब्रेसरोको" +msgstr "ब्रासेरो उपयोगिता पुस्तकालय" #: ../libbrasero-utils/brasero-misc.c:92 #, fuzzy @@ -2555,45 +2475,38 @@ msgstr "ब्रासेरोको कुँद्ने पुस्तकालयको बिकल्पहरु देखाउनुहोस्" #: ../libbrasero-utils/brasero-tool-color-picker.c:166 -#, fuzzy msgid "Pick a Color" -msgstr "एउटा रङ रोज्नुहोस्" +msgstr "एउटा रङ छान्नुहोस्" #: ../nautilus/brasero-nautilus.desktop.in.in.h:1 ../nautilus/nautilus-burn-extension.c:281 -#, fuzzy msgid "CD/DVD Creator" -msgstr "CD-ROM/DVD-ROM" +msgstr "सिडि/डिभिडि सृजक" #: ../nautilus/brasero-nautilus.desktop.in.in.h:2 -#, fuzzy msgid "Create CDs and DVDs" -msgstr "अडियो सिडिहरूको लागि अनुप्रयोग छान्नुहोस्" +msgstr "सिडि र डिभिडी सिर्जना गर्नुहोस्" #: ../nautilus/nautilus-burn-bar.c:228 ../src/brasero-project-name.c:154 -#, fuzzy msgid "Medium Icon" -msgstr "मध्यम" +msgstr "मध्यम प्रतिमा" #. Translators: this is an image, a picture, not a "Disc Image" #: ../nautilus/nautilus-burn-bar.c:242 ../src/brasero-file-chooser.c:375 ../src/brasero-project.c:2250 #: ../src/brasero-project-name.c:168 -#, fuzzy msgctxt "picture" msgid "Image files" -msgstr "सबै छवि फाइल" +msgstr "छवि फाइल" #. Translators: this is the name of the plugin #. * which will be translated only when it needs #. * displaying. #: ../nautilus/nautilus-burn-bar.c:356 ../plugins/local-track/burn-uri.c:747 -#, fuzzy msgid "CD/DVD Creator Folder" -msgstr "CD-ROM/DVD-ROM" +msgstr "सिडि/डिभिडि सृजक फोल्डर" #: ../nautilus/nautilus-burn-bar.c:368 -#, fuzzy msgid "Disc Name:" -msgstr "डिस्कको लागि नाम प्रविष्ट गर्नुहोस्" +msgstr "डिस्क नाम:" #. Translators: be careful, anything longer than the English will likely #. * not fit on small Nautilus windows @@ -2606,17 +2519,16 @@ msgid "Write to Disc" msgstr "चक्कामा भर्नको लागी कुनैपनि फाइल छैन" -#: ../nautilus/nautilus-burn-bar.c:442 ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-bar.c:442 ../nautilus/nautilus-burn-extension.c:725 #, fuzzy msgid "Write contents to a CD or DVD" -msgstr "CD-ROM/DVD-ROM" +msgstr "सिडि/डिभिडि बनाउने" #: ../nautilus/nautilus-burn-extension.c:370 -#, fuzzy msgid "Copy Disc" -msgstr "डिस्क प्रतिलिपि गर्ने" +msgstr "डिस्क प्रतिलिपि गर्नुहोस्" -#: ../nautilus/nautilus-burn-extension.c:571 ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:571 ../nautilus/nautilus-burn-extension.c:724 #, fuzzy msgid "_Write to Disc…" msgstr "चक्कामा भर्नको लागी कुनैपनि फाइल छैन" @@ -2627,37 +2539,34 @@ msgstr "सिडी / डिभिडी इमेज हेरफेर" #: ../nautilus/nautilus-burn-extension.c:645 -#, fuzzy msgid "_Copy Disc…" -msgstr "डिस्क प्रतिलिपि गर्ने" +msgstr "डिस्क प्रतिलिपि गर्नुहोस्…" #: ../nautilus/nautilus-burn-extension.c:646 -#, fuzzy msgid "Create a copy of this CD or DVD" -msgstr "सिडि॒/डिभिडि प्रतिलिपि बनाउनुहोस्" +msgstr "सिडि वा डिभिडि प्रतिलिपि सिर्जना गर्नुहोस्" #: ../nautilus/nautilus-burn-extension.c:659 -#, fuzzy msgid "_Blank Disc…" -msgstr "रित्तो चक्का (%s)" +msgstr "खाली डिस्क…" #: ../nautilus/nautilus-burn-extension.c:660 -#, fuzzy msgid "Blank this CD or DVD" -msgstr "रित्तो डिभिडि॒ चक्का" +msgstr "सीडी वा डीभीडी खाली गर्नुहोस्" #: ../nautilus/nautilus-burn-extension.c:676 msgid "_Check Disc…" -msgstr "" +msgstr "डिस्क जाचँनुहोस्…" #: ../nautilus/nautilus-burn-extension.c:677 +#, fuzzy msgid "Check the data integrity on this CD or DVD" -msgstr "" +msgstr "डिस्कको डाटा अखण्डता जाँच गर्नुहोस्" #: ../plugins/audio2cue/burn-audio2cue.c:191 ../plugins/checksum/burn-checksum-image.c:124 #, fuzzy, c-format msgid "Data could not be read (%s)" -msgstr "'%s' बाट शिर्ष पढ्न सकेन" +msgstr "डेटा साइज पढ्नुहोस्" #: ../plugins/audio2cue/burn-audio2cue.c:241 ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 ../plugins/checksum/burn-checksum-image.c:174 @@ -2665,7 +2574,7 @@ #: ../plugins/libburnia/burn-libisofs.c:274 #, fuzzy, c-format msgid "Data could not be written (%s)" -msgstr "%s, %s, र %s द्वारा लेखिएको।\n" +msgstr "मौसमी तथ्याङ्क पुन प्राप्त गर्न सकिएन" #: ../plugins/audio2cue/burn-audio2cue.c:723 msgid "Generates .cue files from audio" @@ -2677,19 +2586,17 @@ msgstr "ग्रूपवेयर सुट" #: ../plugins/cdrdao/burn-cdrdao.c:103 -#, fuzzy msgid "Copying audio track" -msgstr "%02d को अडियो ट्रर्‍याकको नक्कल गर्दै" +msgstr "ध्वनि ट्रर्‍याकको प्रतिलिपि गर्दै" #: ../plugins/cdrdao/burn-cdrdao.c:109 -#, fuzzy msgid "Copying data track" -msgstr "%02d को अडियो ट्रर्‍याकको नक्कल गर्दै" +msgstr "डाटा ट्रर्‍याकको प्रतिलिपि गर्दै" #: ../plugins/cdrdao/burn-cdrdao.c:145 -#, fuzzy, c-format +#, c-format msgid "Analysing track %02i" -msgstr "ट्रयाक" +msgstr "ट्र्याक %02i विश्लेषण गर्दैछ" #: ../plugins/cdrdao/burn-cdrdao.c:249 ../plugins/cdrkit/burn-readom.c:116 ../plugins/cdrkit/burn-readom.c:122 #: ../plugins/cdrkit/burn-wodim.c:106 ../plugins/cdrtools/burn-cdrecord.c:106 ../plugins/cdrtools/burn-readcd.c:117 @@ -2699,9 +2606,8 @@ msgstr "" #: ../plugins/cdrdao/burn-cdrdao.c:480 -#, fuzzy msgid "Converting toc file" -msgstr "अनुक्रमणिका रङ (चरण २) मा रूपान्तरण गर्दै" +msgstr "बिषयब्तु फाइल रूपान्तरण गर्दैछ" #: ../plugins/cdrdao/burn-cdrdao.c:697 msgid "Copies, burns and blanks CDs" @@ -2716,38 +2622,41 @@ msgid "cdrkit burning suite" msgstr "ग्रूपवेयर सुट" -#: ../plugins/cdrkit/burn-genisoimage.c:119 ../plugins/cdrtools/burn-mkisofs.c:119 ../plugins/growisofs/burn-growisofs.c:204 -#: ../plugins/libburnia/burn-libisofs.c:518 +#: ../plugins/cdrkit/burn-genisoimage.c:119 ../plugins/cdrtools/burn-mkisofs.c:119 +#: ../plugins/growisofs/burn-growisofs.c:204 ../plugins/libburnia/burn-libisofs.c:518 #, fuzzy, c-format msgid "Last session import failed" -msgstr "सुरुआतमा अन्तिम सत्र नखोल्नुहोस्" +msgstr "प्रमाणपत्र आयात असफल : %s" -#: ../plugins/cdrkit/burn-genisoimage.c:125 ../plugins/cdrkit/burn-genisoimage.c:132 ../plugins/cdrtools/burn-mkisofs.c:125 -#: ../plugins/cdrtools/burn-mkisofs.c:132 ../plugins/growisofs/burn-growisofs.c:210 ../plugins/growisofs/burn-growisofs.c:217 -#, fuzzy +#: ../plugins/cdrkit/burn-genisoimage.c:125 ../plugins/cdrkit/burn-genisoimage.c:132 +#: ../plugins/cdrtools/burn-mkisofs.c:125 ../plugins/cdrtools/burn-mkisofs.c:132 +#: ../plugins/growisofs/burn-growisofs.c:210 ../plugins/growisofs/burn-growisofs.c:217 msgid "An image could not be created" -msgstr "इम्बोसिङ गरेर सिर्जित एउटा छवि नक्कल गर्नुहोस्" +msgstr "एउटा छवि फाइल सिर्जना गर्न सकेन" #: ../plugins/cdrkit/burn-genisoimage.c:138 #, fuzzy msgid "This version of genisoimage is not supported" msgstr "खालि VERSION आदेशमात्रै चलाउनमिल्छ" -#: ../plugins/cdrkit/burn-genisoimage.c:180 ../plugins/cdrtools/burn-mkisofs.c:180 ../plugins/growisofs/burn-growisofs.c:223 +#: ../plugins/cdrkit/burn-genisoimage.c:180 ../plugins/cdrtools/burn-mkisofs.c:180 +#: ../plugins/growisofs/burn-growisofs.c:223 msgid "Some files have invalid filenames" msgstr "" -#: ../plugins/cdrkit/burn-genisoimage.c:186 ../plugins/cdrtools/burn-mkisofs.c:186 ../plugins/growisofs/burn-growisofs.c:229 +#: ../plugins/cdrkit/burn-genisoimage.c:186 ../plugins/cdrtools/burn-mkisofs.c:186 +#: ../plugins/growisofs/burn-growisofs.c:229 #, fuzzy msgid "Unknown character encoding" -msgstr "क्यारेक्टर सङ्केतन" +msgstr "वर्ण सङ्केतन" #: ../plugins/cdrkit/burn-genisoimage.c:192 ../plugins/cdrtools/burn-mkisofs.c:192 #, fuzzy msgid "There is no space left on the device" -msgstr "यन्त्रमा खाली ठाउँ छैन" +msgstr "बायाँ पट्टी अतिरिक्त ठाँउ" -#: ../plugins/cdrkit/burn-genisoimage.c:527 ../plugins/cdrtools/burn-mkisofs.c:531 ../plugins/libburnia/burn-libisofs.c:1078 +#: ../plugins/cdrkit/burn-genisoimage.c:527 ../plugins/cdrtools/burn-mkisofs.c:531 +#: ../plugins/libburnia/burn-libisofs.c:1078 msgid "Creates disc images from a file selection" msgstr "" @@ -2757,15 +2666,14 @@ msgstr "" #: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 -#, fuzzy msgid "Copies any disc to a disc image" -msgstr "सिडी या डिस्क इमेज प्रयोग गरेर स्टार्टअप डिस्क बनाउनुहोस्" +msgstr "डिस्क छविमा कुनै पनि डिस्क प्रतिलिपि गर्दछ" -#: ../plugins/cdrkit/burn-wodim.c:122 ../plugins/cdrtools/burn-cdrecord.c:122 ../plugins/libburnia/burn-libburn.c:856 -#: ../plugins/libburnia/burn-libburn.c:887 -#, fuzzy, c-format +#: ../plugins/cdrkit/burn-wodim.c:122 ../plugins/cdrtools/burn-cdrecord.c:122 +#: ../plugins/libburnia/burn-libburn.c:856 ../plugins/libburnia/burn-libburn.c:887 +#, c-format msgid "An error occurred while writing to disc" -msgstr "'%s' लेख्दा त्रुटि: %s" +msgstr "डिस्कमा लेख्दा एउटा त्रुटि देखापर्यो" #: ../plugins/cdrkit/burn-wodim.c:128 ../plugins/cdrtools/burn-cdrecord.c:128 #, c-format @@ -2776,17 +2684,17 @@ #: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 #, fuzzy, c-format msgid "Writing track %s" -msgstr "'%s': %s लेख्दा त्रुटि" +msgstr "'%s' मा लेख्दा त्रुटि: %s\n" #: ../plugins/cdrkit/burn-wodim.c:352 ../plugins/cdrtools/burn-cdrecord.c:346 #, fuzzy msgid "Formatting disc" -msgstr "डेटा ढाँचा" +msgstr "ढाँचाबद्धता" #: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 #, fuzzy msgid "Writing cue sheet" -msgstr "चयन संकेत देखाउनुहोस्" +msgstr "लेखिदै" #: ../plugins/cdrkit/burn-wodim.c:394 ../plugins/cdrtools/burn-cdrecord.c:380 #, c-format @@ -2808,15 +2716,15 @@ #: ../plugins/cdrtools/burn-cdda2wav.c:206 ../plugins/cdrtools/burn-cdda2wav.c:216 #, c-format msgid "Copying audio track %02d" -msgstr "%02d को अडियो ट्रर्‍याकको नक्कल गर्दै" +msgstr "%02d को ध्वनि ट्रर्‍याकको नक्कल गर्दै" #: ../plugins/cdrtools/burn-cdda2wav.c:267 msgid "Preparing to copy audio disc" -msgstr "अडियो चक्काको नक्कल गर्ने तयारी गर्दै" +msgstr "ध्वनि चक्काको नक्कल गर्ने तयारी गर्दै" #: ../plugins/cdrtools/burn-cdda2wav.c:411 msgid "Copy tracks from an audio CD with all associated information" -msgstr "अडियो चक्काबाट ट्रर्‍याकहरु संयुक्त सूचनाहरुसहित नक्कल गर्नुहोस्" +msgstr "ध्वनि चक्काबाट ट्रर्‍याकहरु संयुक्त सूचनाहरुसहित नक्कल गर्नुहोस्" #: ../plugins/cdrtools/burn-cdrecord.c:1203 ../plugins/libburnia/burn-libburn.c:975 msgid "Burns, blanks and formats CDs, DVDs and BDs" @@ -2842,29 +2750,28 @@ msgstr "खालि VERSION आदेशमात्रै चलाउनमिल्छ" #: ../plugins/checksum/burn-checksum-files.c:131 ../plugins/checksum/burn-checksum-files.c:589 -#, fuzzy, c-format +#, c-format msgid "File \"%s\" could not be opened (%s)" -msgstr "कार्य फाइल %s खोलियो\n" +msgstr "फाइल \"%s\" खोल्न सकिएन (%s)" #: ../plugins/checksum/burn-checksum-files.c:617 #, fuzzy msgid "Creating checksum for image files" -msgstr "सबै छवि फाइल" +msgstr "छवि चेकसम" #: ../plugins/checksum/burn-checksum-files.c:859 #, fuzzy, c-format msgid "No checksum file could be found on the disc" -msgstr "स्थान वा फाइल फेला पर्न सकेन ।" +msgstr "तोकिएको फाईल भेटिएन ।" #: ../plugins/checksum/burn-checksum-files.c:893 -#, fuzzy msgid "Checking file integrity" -msgstr "परिक्षण शुद्धता" +msgstr "फाइल अखण्डता जाचँ गर्नुहोस्" #: ../plugins/checksum/burn-checksum-files.c:987 ../plugins/checksum/burn-checksum-files.c:1012 -#, fuzzy, c-format +#, c-format msgid "File \"%s\" could not be opened" -msgstr "सुची फाइल '%s' पढ्न र लेख्न सकिएन" +msgstr "फाइल \"%s\" खोल्न सकेन" #: ../plugins/checksum/burn-checksum-files.c:1085 ../plugins/checksum/burn-checksum-files.c:1206 #: ../plugins/checksum/burn-checksum-image.c:550 @@ -2876,65 +2783,58 @@ #. * which will be translated only when it needs #. * displaying. #: ../plugins/checksum/burn-checksum-files.c:1465 -#, fuzzy msgid "File Checksum" msgstr "फाईल चेकसम" #: ../plugins/checksum/burn-checksum-files.c:1466 -#, fuzzy msgid "Checks file integrities on a disc" -msgstr "चक्काको फाइल" +msgstr "डिस्कमा फाइल अखण्डता जाँच गर्दछ" #: ../plugins/checksum/burn-checksum-files.c:1504 ../plugins/checksum/burn-checksum-image.c:856 #, fuzzy msgid "Hashing algorithm to be used:" -msgstr "समस्या द्रुतान्वेषण फाइल" +msgstr "एल्गोरिदम" #: ../plugins/checksum/burn-checksum-files.c:1507 ../plugins/checksum/burn-checksum-image.c:859 msgid "MD5" msgstr "MD5" #: ../plugins/checksum/burn-checksum-files.c:1509 ../plugins/checksum/burn-checksum-image.c:861 -#, fuzzy msgid "SHA1" -msgstr "" -"फिङ्गरप्रिन्ट (SHA1):\n" -"%1" +msgstr "SHA1" #: ../plugins/checksum/burn-checksum-files.c:1511 ../plugins/checksum/burn-checksum-image.c:863 msgid "SHA256" -msgstr "" +msgstr "SHA256" #. Translators: first %s is the filename, second %s #. * is the error generated from errno #. Translators: first %s is the filename, second %s is the error #. * generated from errno #: ../plugins/checksum/burn-checksum-image.c:313 ../plugins/libburnia/burn-libburn.c:679 -#, fuzzy, c-format +#, c-format msgid "\"%s\" could not be opened (%s)" -msgstr "सुची फाइल '%s' पढ्न र लेख्न सकिएन" +msgstr "\"%s\" खोल्न सकेन (%s)." #: ../plugins/checksum/burn-checksum-image.c:359 ../plugins/checksum/burn-checksum-image.c:456 #, fuzzy msgid "Creating image checksum" -msgstr "फाईल चेकसम" +msgstr "छवि चेकसम" #. Translators: this is the name of the plugin #. * which will be translated only when it needs #. * displaying. #: ../plugins/checksum/burn-checksum-image.c:831 -#, fuzzy msgid "Image Checksum" -msgstr "फाईल चेकसम" +msgstr "छवि चेकसम" #: ../plugins/checksum/burn-checksum-image.c:832 msgid "Checks disc integrity after it is burnt" msgstr "" #: ../plugins/dvdauthor/burn-dvdauthor.c:313 ../plugins/vcdimager/burn-vcdimager.c:438 -#, fuzzy msgid "Creating file layout" -msgstr "मेल बाकस फाइल सिर्जना गर्दै" +msgstr "फाइल ढाँचा सिर्जना गर्दै" #: ../plugins/dvdauthor/burn-dvdauthor.c:371 msgid "Creates disc images suitable for video DVDs" @@ -2946,30 +2846,29 @@ #: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" -"Error while retrieving a key used for encryption. You may solve such a problem with one of the following methods: in a " -"terminal either set the proper DVD region code for your CD/DVD player with the \"regionset %s\" command or run the " -"\"DVDCSS_METHOD=title brasero --no-existing-session\" command" +"Error while retrieving a key used for encryption. You may solve such a problem with one of the following methods: " +"in a terminal either set the proper DVD region code for your CD/DVD player with the \"regionset %s\" command or " +"run the \"DVDCSS_METHOD=title brasero --no-existing-session\" command" msgstr "" #: ../plugins/dvdcss/burn-dvdcss.c:336 #, fuzzy msgid "Retrieving DVD keys" -msgstr "कुञ्जीहरू" +msgstr "डिभिडि॒" #: ../plugins/dvdcss/burn-dvdcss.c:371 #, fuzzy, c-format msgid "Video DVD could not be opened" -msgstr "एचडि डिभिडि भिडियो चक्का" +msgstr "\"%s\" खोल्न सकेन (%s)." #: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 ../plugins/dvdcss/burn-dvdcss.c:480 -#, fuzzy, c-format +#, c-format msgid "Error while reading video DVD (%s)" -msgstr "'%s' पढ्ने बेलामा त्रुटि भयो। फाइल बिग्रियो ?" +msgstr "भिडियो डीभीडी पढ्दा त्रुटि (%s)" #: ../plugins/dvdcss/burn-dvdcss.c:399 -#, fuzzy msgid "Copying video DVD" -msgstr "एचडि डिभिडि भिडियो चक्का" +msgstr "भिडियो डिभिडि प्रतिलिपि गर्दै" #: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" @@ -2984,9 +2883,8 @@ msgstr "" #: ../plugins/growisofs/burn-growisofs.c:924 -#, fuzzy msgid "Allow DAO use" -msgstr "अस्थायी स्थान प्रयोग गर्ने अनुमति दिनुहोस्" +msgstr "DAO प्रयोगलाई अनुमति दिनुहोस्" #: ../plugins/growisofs/burn-growisofs-common.h:38 #, fuzzy @@ -2996,12 +2894,12 @@ #: ../plugins/libburnia/burn-libburn.c:242 ../plugins/libburnia/burn-libburn.c:250 #, fuzzy, c-format msgid "libburn track could not be created" -msgstr "फोल्डर सिर्जना गर्न सकिएन" +msgstr "%s तत्व सिर्जना गर्न सकेन" #: ../plugins/libburnia/burn-libburn-common.c:158 #, fuzzy, c-format msgid "libburn library could not be initialized" -msgstr "एनएसएस सुरक्षा प्रणाली प्रारम्भ हुन सकेन" +msgstr "लाइब्रेरी नाम निर्धारण गर्न सकिएन ।" #: ../plugins/libburnia/burn-libburn-common.c:173 #, fuzzy, c-format @@ -3011,27 +2909,28 @@ #: ../plugins/libburnia/burn-libburn-common.c:418 #, fuzzy, c-format msgid "Writing track %02i" -msgstr "ट्रयाक" +msgstr "ट्र्याक %02i विश्लेषण गर्दैछ" #: ../plugins/libburnia/burn-libburnia.h:38 #, fuzzy msgid "libburnia burning suite" msgstr "ग्रूपवेयर सुट" -#: ../plugins/libburnia/burn-libisofs.c:222 ../plugins/libburnia/burn-libisofs.c:291 ../plugins/libburnia/burn-libisofs.c:571 +#: ../plugins/libburnia/burn-libisofs.c:222 ../plugins/libburnia/burn-libisofs.c:291 +#: ../plugins/libburnia/burn-libisofs.c:571 #, fuzzy, c-format msgid "Volume could not be created" -msgstr "फोल्डर सिर्जना गर्न सकिएन" +msgstr "भोल्युम विश्लेषण गर्न सकेन ।." #: ../plugins/libburnia/burn-libisofs.c:345 ../plugins/libburnia/burn-libisofs.c:893 #, fuzzy, c-format msgid "libisofs could not be initialized." -msgstr "एनएसएस सुरक्षा प्रणाली प्रारम्भ हुन सकेन" +msgstr "अमान्य वस्तु, प्रारम्भ गरिएको छैन" #: ../plugins/libburnia/burn-libisofs.c:485 #, fuzzy, c-format msgid "Read options could not be created" -msgstr "फोल्डर सिर्जना गर्न सकिएन" +msgstr "%s तत्व सिर्जना गर्न सकेन" #. Translators: %s is the path #: ../plugins/libburnia/burn-libisofs.c:684 @@ -3057,20 +2956,18 @@ #: ../plugins/local-track/burn-local-image.c:260 #, fuzzy msgid "Copying checksum file" -msgstr "फाईल चेकसम" +msgstr "फाईल प्रतिलिपी गर्दै" #: ../plugins/local-track/burn-local-image.c:527 ../plugins/local-track/burn-uri.c:326 -#, fuzzy msgid "Copying files locally" -msgstr "फाइल प्रतिलिपि हुदैँछ" +msgstr "स्थानिय फाइल प्रतिलिपि गर्दै" #. Translators: this is the name of the plugin #. * which will be translated only when it needs #. * displaying. #: ../plugins/local-track/burn-local-image.c:909 -#, fuzzy msgid "File Downloader" -msgstr "[FILE...]" +msgstr "फाइल डाउनलोड" #: ../plugins/local-track/burn-local-image.c:910 msgid "Allows files not stored locally to be burned" @@ -3095,17 +2992,17 @@ #: ../plugins/transcode/burn-normalize.c:199 ../plugins/transcode/burn-normalize.c:260 #: ../plugins/transcode/burn-transcode.c:316 ../plugins/transcode/burn-transcode.c:354 #: ../plugins/transcode/burn-transcode.c:523 ../plugins/transcode/burn-transcode.c:626 -#: ../plugins/transcode/burn-transcode.c:657 ../plugins/transcode/burn-transcode.c:679 ../plugins/transcode/burn-vob.c:189 -#: ../plugins/transcode/burn-vob.c:392 ../plugins/transcode/burn-vob.c:545 ../plugins/transcode/burn-vob.c:675 -#: ../plugins/transcode/burn-vob.c:1039 ../plugins/transcode/burn-vob.c:1115 ../plugins/transcode/burn-vob.c:1166 +#: ../plugins/transcode/burn-transcode.c:657 ../plugins/transcode/burn-transcode.c:679 +#: ../plugins/transcode/burn-vob.c:189 ../plugins/transcode/burn-vob.c:392 ../plugins/transcode/burn-vob.c:545 +#: ../plugins/transcode/burn-vob.c:675 ../plugins/transcode/burn-vob.c:1039 ../plugins/transcode/burn-vob.c:1115 +#: ../plugins/transcode/burn-vob.c:1166 #, c-format msgid "Impossible to link plugin pads" msgstr "" #: ../plugins/transcode/burn-normalize.c:554 -#, fuzzy msgid "Normalizing tracks" -msgstr "सामान्यकरण" +msgstr "ट्रायाक् सामान्यकरण" #: ../plugins/transcode/burn-normalize.c:643 msgid "Normalization" @@ -3119,17 +3016,16 @@ #: ../plugins/transcode/burn-transcode.c:1050 ../plugins/transcode/burn-transcode.c:1238 #, fuzzy, c-format msgid "Error while padding file (%s)" -msgstr "'%s' पढ्ने बेलामा त्रुटि भयो। फाइल बिग्रियो ?" +msgstr "%s: %s फाईल सिर्जना गर्दा एउटा त्रुटि देखा पर्यो" #: ../plugins/transcode/burn-transcode.c:1313 -#, fuzzy msgid "Error while getting duration" -msgstr "तह ID हरू प्राप्त गर्ने क्रममा त्रुटि" +msgstr "अवधि प्राप्त गर्दा त्रुटि" #: ../plugins/transcode/burn-transcode.c:1462 -#, fuzzy, c-format +#, c-format msgid "Analysing \"%s\"" -msgstr "फाइलहरु विश्लेषण गर्दै" +msgstr "\"%s\" विश्लेषण गर्दै" #: ../plugins/transcode/burn-transcode.c:1499 #, fuzzy, c-format @@ -3142,7 +3038,7 @@ #: ../plugins/transcode/burn-vob.c:1251 msgid "Converting video file to MPEG2" -msgstr "" +msgstr "भिडियो फाइललाई MPEG2 मा रूपान्तरण गर्दैछ" #: ../plugins/transcode/burn-vob.c:1353 msgid "Converts any video file into a format suitable for video DVDs" @@ -3173,89 +3069,77 @@ msgstr "मद्दत (_H)" #: ../src/brasero-app.c:130 -#, fuzzy msgid "P_lugins" -msgstr "%p" +msgstr "प्लगइन" #: ../src/brasero-app.c:131 -#, fuzzy msgid "Choose plugins for Brasero" -msgstr "ब्रासेरो" +msgstr "ब्रासेरो प्लगइनहरू छान्नुहोस्" #: ../src/brasero-app.c:133 -#, fuzzy msgid "E_ject" -msgstr "परियोजना बन्द गर्नुहोस्" +msgstr "निस्कासन" #: ../src/brasero-app.c:134 -#, fuzzy msgid "Eject a disc" -msgstr "निकाल्नुहोस्" +msgstr "सीडी निकाल्नुहोस्" #: ../src/brasero-app.c:136 -#, fuzzy msgid "_Blank…" -msgstr "कालो" +msgstr "खाली…" #: ../src/brasero-app.c:137 -#, fuzzy msgid "Blank a disc" msgstr "रित्तो सिडि चक्का" #: ../src/brasero-app.c:139 -#, fuzzy msgid "_Check Integrity…" -msgstr "परिक्षण शुद्धता" +msgstr "अखण्डता जाचँ गर्नुहोस्…" #: ../src/brasero-app.c:140 -#, fuzzy msgid "Check data integrity of disc" -msgstr "डिक्स अहिलेसम्म पनि ड्राईभमा नै छ कि हेर्नुहोला ।" +msgstr "डिस्कको डाटा अखण्डता जाँच गर्नुहोस्" #: ../src/brasero-app.c:143 -#, fuzzy msgid "Quit Brasero" -msgstr "ब्रासेरो" +msgstr "ब्रासेरो बन्द गर्नुहोस्" #: ../src/brasero-app.c:145 msgid "_Contents" msgstr "सामग्री" #: ../src/brasero-app.c:145 -#, fuzzy msgid "Display help" -msgstr "छवि प्रदर्शकका लागि मद्दत प्रदर्शन गर्न सकेन" +msgstr "मद्दत प्रदर्शन गर्नुहोस्" #: ../src/brasero-app.c:148 -#, fuzzy msgid "About" -msgstr "_बारेमा" +msgstr "बारेमा" #: ../src/brasero-app.c:420 ../src/brasero-app.c:2069 -#, fuzzy msgid "Disc Burner" -msgstr "ब्रासेरो डिस्क बर्नर" +msgstr "डिस्क बर्नर" #: ../src/brasero-app.c:789 ../src/brasero-app.c:822 ../src/brasero-app.c:1451 -#, fuzzy msgid "Error while loading the project" -msgstr "डाइरेक्टरी लोड गर्दा एउटा त्रुटि देखा पर्यो" +msgstr "परियोजना लोड गर्दा त्रुटि" #: ../src/brasero-app.c:831 ../src/brasero-app.c:860 ../src/brasero-app.c:920 ../src/brasero-project.c:1276 #, fuzzy msgid "Please add files to the project." -msgstr "फाइलहरू थप्नुहोस्" +msgstr "फाइलहरू थप्नुहोस्." #: ../src/brasero-app.c:832 ../src/brasero-app.c:861 ../src/brasero-app.c:921 #, fuzzy msgid "The project is empty" -msgstr "खाली गर्नुहोस्" +msgstr "खाली परियोजान" #: ../src/brasero-app.c:1176 #, fuzzy msgid "" -"Brasero is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as " -"published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version." +"Brasero is free software; you can redistribute it and/or modify it under the terms of the GNU General Public " +"License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any " +"later version." msgstr "" "रिदमबक्स एउटा नि: शुल्क सफ्टवेयर हो; तपाईँले यसलाई नि: शुल्क सफ्टवेयर संस्थाद्धारा प्रकाशित GNU साधारण सार्वजनिक अनुमतिपत्र\n" " अन्तर्गत रहेर पुन: वितरण र/वा परिमार्जन गर्न\n" @@ -3265,19 +3149,18 @@ #: ../src/brasero-app.c:1181 #, fuzzy msgid "" -"Brasero is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of " -"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details." +"Brasero is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied " +"warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " +"details." msgstr "" -"रिदमबक्स उपयोगि हुने आशामा वितरण गरिएको हो,\n" -"तर कुनै वारेन्टि विना; अझ वा कुनै व्यवहारिक\n" -"वा कुनै विशेष उद्देश्यका लागि मिल्ने वा व्यावसायिक उद्देश्य बिना नै। विस्तृत जानकारीका लागि\n" -"GNU साधारण सार्वजनिक अनुमतिपत्र हेर्नुहोस्।\n" +"जिनोम टर्मिनल उपयोगी हुनेछ भन्ने आशामा, तर कुनै प्रत्याभूति बिना; व्यापारीकरण वा एउटा निश्चित उद्देश्यका लागि मिलानको सूचीत " +"प्रत्याभूति बिना नै वितरण गरिएको छ । अरू विस्तृत विवरणका लागि जीएनयू साधारण सार्वजनिक इजाजतपत्र हेर्नुहोस् ।" #: ../src/brasero-app.c:1186 #, fuzzy msgid "" -"You should have received a copy of the GNU General Public License along with Brasero; if not, write to the Free Software " -"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" +"You should have received a copy of the GNU General Public License along with Brasero; if not, write to the Free " +"Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA" msgstr "" "तपाईँले रिदमबक्ससँगै एउटा GNU साधारण सार्वजनिक अनुमतित्रको\n" "एउटा प्रतिलिपि प्राप्त गर्नुभएको हुनुपर्दछ; यदि छैन भने, नि:शुल्क सफ्टवेयर संस्था, Inc.,\n" @@ -3288,9 +3171,8 @@ msgstr "" #: ../src/brasero-app.c:1215 -#, fuzzy msgid "Brasero Homepage" -msgstr "गृह पृष्ठ" +msgstr "ब्रासेरो गृहपृष्ठ" #. Translators: This is a special message that shouldn't be translated #. * literally. It is used in the about box to give credits to @@ -3302,21 +3184,21 @@ #. #: ../src/brasero-app.c:1227 msgid "translator-credits" -msgstr "Pawan Chitrakar " +msgstr "translator-credits Pawan Chitrakar " #: ../src/brasero-app.c:1449 #, fuzzy, c-format msgid "The project \"%s\" does not exist" -msgstr "फाइल ‘%s’ अवस्थित छैन ।" +msgstr "फाइल ‘%s’ अवस्थित छैन ।." #: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 -#, fuzzy msgid "_Recent Projects" -msgstr "परियोजनाहरू" +msgstr "हालको परियोजनाहरू" #: ../src/brasero-app.c:1734 +#, fuzzy msgid "Display the projects recently opened" -msgstr "" +msgstr "प्रदर्शन \"%s\" खोल्न सकेन।" #: ../src/brasero-audio-disc.c:155 ../src/brasero-data-disc.c:122 ../src/brasero-video-disc.c:100 msgid "Menu" @@ -3325,12 +3207,11 @@ #: ../src/brasero-audio-disc.c:156 ../src/brasero-data-disc.c:123 #, fuzzy msgid "Open the selected files" -msgstr "फाइल खोल्नुहोस्" +msgstr "खुला फाइल" #: ../src/brasero-audio-disc.c:158 ../src/brasero-video-disc.c:103 -#, fuzzy msgid "_Edit Information…" -msgstr "सम्पादन..." +msgstr "जानकारी सम्पादन…" #: ../src/brasero-audio-disc.c:158 msgid "Edit the track information (start, end, author, etc.)" @@ -3339,22 +3220,20 @@ #: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 ../src/brasero-project.c:202 #, fuzzy msgid "Remove the selected files from the project" -msgstr "परियोजनाबाट हटाउनुहोस्" +msgstr "चयन भिडियो परियोजनाबाट हटाउनुहोस्" #: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 ../src/brasero-video-disc.c:107 -#, fuzzy msgid "Paste files" -msgstr "यसभित्र टाँस्नुहोस्" +msgstr "फाइल टाँस्नुहोस्" #: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 ../src/brasero-video-disc.c:107 -#, fuzzy msgid "Add the files stored in the clipboard" -msgstr "सङ्ग्रहमा फाइलहरू थप्न सकेन" +msgstr "क्लिपबोर्डमा बचत गरिएका फाइलहरू थप्नुहोस्" #: ../src/brasero-audio-disc.c:164 #, fuzzy msgid "I_nsert a Pause" -msgstr "रोक्नुहोस् (_P)" +msgstr "पज गर्नुहोस्" #: ../src/brasero-audio-disc.c:164 msgid "Add a 2 second pause after the track" @@ -3388,15 +3267,16 @@ #: ../src/brasero-audio-disc.c:480 msgid "Artist" -msgstr "कलाकार:" +msgstr "कलाकार" #: ../src/brasero-audio-disc.c:488 ../src/brasero-playlist.c:772 ../src/brasero-split-dialog.c:1225 msgid "Length" msgstr "लम्बाइ" #: ../src/brasero-audio-disc.c:585 +#, fuzzy msgid "The track will be padded at its end." -msgstr "" +msgstr "यसको अन्तिम अवधिमा सम्पत्तीको Salvage मान" #: ../src/brasero-audio-disc.c:586 msgid "The track is shorter than 6 seconds" @@ -3405,7 +3285,7 @@ #: ../src/brasero-audio-disc.c:646 #, fuzzy msgid "Make sure the appropriate codec is installed" -msgstr "'gdb' प्रणालीमा स्थापना भएको निश्चित गर्नुहोस् ।\n" +msgstr "टोटेम सही तरीकाले स्थापना गरियो भन्ने निश्चित गर्नुहोस् ।" #: ../src/brasero-audio-disc.c:662 #, c-format @@ -3417,28 +3297,25 @@ msgstr "" #: ../src/brasero-audio-disc.c:674 -#, fuzzy msgid "_Discard File" -msgstr "छोड्नुहोस्" +msgstr "फाइल छोड्नुहोस्" #: ../src/brasero-audio-disc.c:677 -#, fuzzy msgid "_Add File" -msgstr "सीभीएस (CVS): फाइल/डाइरेक्टरी थप्नुहोस्" +msgstr "फाइल थप्नुहोस्" #: ../src/brasero-audio-disc.c:748 msgid "Do you want to search for audio files inside the directory?" msgstr "" #: ../src/brasero-audio-disc.c:758 -#, fuzzy msgid "Search _Directory" -msgstr "_फेला पार" +msgstr "निर्देशिका खोज्नुहोस्" #: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 -#, fuzzy, c-format +#, c-format msgid "\"%s\" could not be opened." -msgstr "सुची फाइल '%s' पढ्न र लेख्न सकिएन" +msgstr "\"%s\" खोल्न सकेन ।." #: ../src/brasero-audio-disc.c:857 msgid "Do you want to create an audio CD with DTS tracks?" @@ -3447,23 +3324,22 @@ #: ../src/brasero-audio-disc.c:858 msgid "" "Some of the selected songs are suitable for creating DTS tracks.\n" -"This type of audio CD track provides a higher quality of sound but can only be played by specific digital players.\n" +"This type of audio CD track provides a higher quality of sound but can only be played by specific digital " +"players.\n" "Note: if you agree, normalization will not be applied to these tracks." msgstr "" #: ../src/brasero-audio-disc.c:867 -#, fuzzy msgid "Create _Regular Tracks" -msgstr "ट्रयाकहरू पेश गरियो:" +msgstr "नियमित ट्रयाक सिर्जना गर्नुहोस्" #: ../src/brasero-audio-disc.c:869 msgid "Click here to burn all songs as regular tracks" msgstr "" #: ../src/brasero-audio-disc.c:872 -#, fuzzy msgid "Create _DTS Tracks" -msgstr "ट्रयाकहरू पेश गरियो:" +msgstr "DTS ट्रयाक सिर्जना गर्नुहोस्" #: ../src/brasero-audio-disc.c:874 msgid "Click here to burn all suitable songs as DTS tracks" @@ -3481,7 +3357,7 @@ #: ../src/brasero-cli.c:70 #, fuzzy msgid "Open the specified project" -msgstr "परियोजना" +msgstr "परियोजना खोल्नुहोस्" #: ../src/brasero-cli.c:71 #, fuzzy @@ -3493,9 +3369,8 @@ msgstr "" #: ../src/brasero-cli.c:77 -#, fuzzy msgid "PLAYLIST" -msgstr "बजाऊने लिस्ट" +msgstr "बजाउने सूची" #: ../src/brasero-cli.c:82 #, fuzzy @@ -3503,9 +3378,8 @@ msgstr "परिभाषा मुद्रण गर्नका लागि प्रयोग गरिने फन्ट सेट गर्नुहोस्" #: ../src/brasero-cli.c:83 -#, fuzzy msgid "DEVICE PATH" -msgstr "[बाटो]" +msgstr "DEVICE_PATH" #: ../src/brasero-cli.c:86 msgid "Create an image file instead of burning" @@ -3520,61 +3394,56 @@ msgstr "" #: ../src/brasero-cli.c:98 -#, fuzzy msgid "Copy a disc" msgstr "डिस्क प्रतिलिपि गर्ने" #: ../src/brasero-cli.c:99 ../src/brasero-cli.c:119 ../src/brasero-cli.c:123 -#, fuzzy msgid "PATH TO DEVICE" -msgstr "[बाटो]" +msgstr "PATH TO DEVICE" #: ../src/brasero-cli.c:102 -#, fuzzy msgid "Cover to use" -msgstr "आवरण" +msgstr "प्रयोग गर्ने आवरण" #: ../src/brasero-cli.c:103 -#, fuzzy msgid "PATH TO COVER" -msgstr "आवरण" +msgstr "PATH TO COVER" #: ../src/brasero-cli.c:106 msgid "Open a video project adding the URIs given on the command line" msgstr "" #: ../src/brasero-cli.c:110 +#, fuzzy msgid "URI of an image file to burn (autodetected)" -msgstr "" +msgstr "छबि फाइल बर्न गर्नुहोस्" #: ../src/brasero-cli.c:111 -#, fuzzy msgid "PATH TO IMAGE" -msgstr "प्रयोगकर्ता सुचिको माथि सानो छवि" +msgstr "PATH TO IMAGE" #: ../src/brasero-cli.c:114 msgid "Force Brasero to display the project selection page" msgstr "" #: ../src/brasero-cli.c:118 -#, fuzzy msgid "Open the blank disc dialog" -msgstr "रित्तो ब्लुरे चक्का" +msgstr "रित्तो चक्का डायलग खोल्ने" #: ../src/brasero-cli.c:122 #, fuzzy msgid "Open the check disc dialog" -msgstr "रङ निर्दिष्ट गर्न एउटा संवाद खोल्नुहोस्" +msgstr "रित्तो चक्का डायलग खोल्ने" #: ../src/brasero-cli.c:126 #, fuzzy msgid "Burn the contents of the burn:// URI" -msgstr "डड्ज / बर्न" +msgstr "सामग्रीहरू बर्न गर्नुहोस्" #: ../src/brasero-cli.c:130 #, fuzzy msgid "Start burning immediately." -msgstr "तत्काल पासवर्ड याद नगर्नुहोस्" +msgstr "तत्काल पासवर्ड भुल्नुहोस्" #: ../src/brasero-cli.c:134 #, fuzzy @@ -3599,23 +3468,23 @@ #: ../src/brasero-cli.c:147 #, fuzzy msgid "The XID of the parent window" -msgstr "XID" +msgstr "प्रमूल" #. Translators: %s is the path of drive #: ../src/brasero-cli.c:204 -#, fuzzy, c-format +#, c-format msgid "\"%s\" cannot write." -msgstr "'%s' लेख्न सकिएन: %s" +msgstr "\"%s\" लेख्न सकिँदैन ।." #: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 #, fuzzy msgid "Wrong command line option." -msgstr "आदेश लाइन विकल्प %s बूलियन छैन" +msgstr "आदेश रेखा प्रयोग गर्नुहोस्" #: ../src/brasero-cli.c:297 #, fuzzy msgid "Incompatible command line options used." -msgstr "आदेश-रेखा विकल्प पद वर्णन गर्न सकेन: %s\n" +msgstr "आदेश-रेखा विकल्प पद वर्णन गर्न सकेन%s\n" #: ../src/brasero-cli.c:298 msgid "Only one option can be given at a time" @@ -3623,7 +3492,7 @@ #: ../src/brasero-data-disc.c:125 msgid "R_ename…" -msgstr "पुन: नामकरण गर्नुहोस्" +msgstr "पुन: नामकरण गर्नुहोस्…" #: ../src/brasero-data-disc.c:125 msgid "Rename the selected file" @@ -3631,17 +3500,16 @@ #: ../src/brasero-data-disc.c:131 ../src/brasero-data-disc.c:1758 msgid "New _Folder" -msgstr "नयाँ फोल्डर..." +msgstr "नयाँ फोल्डर" #: ../src/brasero-data-disc.c:131 -#, fuzzy msgid "Create a new empty folder" -msgstr "एउटा नयाँ मेल फोल्डर सिर्जना गर्नुहोस्" +msgstr "एउटा नयाँ खाली फोल्डर सिर्जना गर्नुहोस्" #: ../src/brasero-data-disc.c:213 #, fuzzy msgid "The session could not be imported." -msgstr "निम्न फाइलहरू आयात गर्न सकिएन: %s" +msgstr "हालको सेसन पहिचान गर्न सकिएन:" #: ../src/brasero-data-disc.c:559 msgid "The contents of the project changed since it was saved." @@ -3650,7 +3518,7 @@ #: ../src/brasero-data-disc.c:561 #, fuzzy msgid "Discard the current modified project ?" -msgstr "छोड्नुहोस्" +msgstr "हालको परिमार्जित परियोजनासँग निरन्तरता दिनुहोस्" #: ../src/brasero-data-disc.c:567 msgid "_Discard" @@ -3659,12 +3527,11 @@ #: ../src/brasero-data-disc.c:569 #, fuzzy msgid "Discard the current modified project" -msgstr "छोड्नुहोस्" +msgstr "हालको परिमार्जित परियोजनासँग निरन्तरता दिनुहोस्" #: ../src/brasero-data-disc.c:574 -#, fuzzy msgid "Continue with the current modified project" -msgstr "परियोजना बन्द गर्नुहोस्" +msgstr "हालको परिमार्जित परियोजनासँग निरन्तरता दिनुहोस्" #. Translators: %s is the name of the image #: ../src/brasero-data-disc.c:619 @@ -3673,39 +3540,38 @@ msgstr "" #: ../src/brasero-data-disc.c:625 -#, fuzzy msgid "Burn as _Data" -msgstr "बर्नमा क्लिक गर्नुहोस्" +msgstr "डाटा रूपमा बर्न गर्नुहोस्" #: ../src/brasero-data-disc.c:627 -#, fuzzy msgid "Burn as _Image" -msgstr "बर्नमा क्लिक गर्नुहोस्" +msgstr "ईमेज बर्न गर्ने" #: ../src/brasero-data-disc.c:673 ../src/brasero-data-disc.c:691 ../src/brasero-data-disc.c:709 -#, fuzzy, c-format +#, c-format msgid "\"%s\" cannot be added to the selection." -msgstr "स्वतः प्रोफाइल हटाउन सकिँदैन !" +msgstr "\"%s\" चयनमा थप्न सकिँदैन।." #: ../src/brasero-data-disc.c:694 #, fuzzy msgid "It is a recursive symlink" -msgstr "पुनरावर्ती सांकेतिक शृंखला" +msgstr "पुनरावृतिक" #: ../src/brasero-data-disc.c:712 #, fuzzy msgid "It does not exist at the specified location" -msgstr "फाइल अवस्थित छैन" +msgstr "स्थान निर्दिष्ट गरिएकोछैन" #. Translators: %s is the name of the file #: ../src/brasero-data-disc.c:771 #, fuzzy, c-format msgid "Do you want to replace \"%s\"?" -msgstr "के तपाईँले बचत गरिरहनु भएको छविसँग तपाईँ यसलाई बदल्न चाहनुहुन्छ ?" +msgstr "के तपाई %s को फाईलहरु राख्न चाहानुहुन्छ?" #: ../src/brasero-data-disc.c:779 msgid "" -"A file with this name already exists in the folder. Replacing it will overwrite its contents on the disc to be burnt." +"A file with this name already exists in the folder. Replacing it will overwrite its contents on the disc to be " +"burnt." msgstr "" #. Translators: Keep means we're keeping the files that already existed @@ -3728,14 +3594,14 @@ #. Translators: this is a verb #: ../src/brasero-data-disc.c:792 ../src/brasero-rename.c:385 msgid "_Replace" -msgstr "प्रतिस्थापन गर्नुहोस्: " +msgstr "प्रतिस्थापन गर्नुहोस्" #. Translators: Replace means we're replacing the file that already #. * existed in the project with a new one with the same name. #. * Replace is a verb #: ../src/brasero-data-disc.c:796 msgid "Al_ways Replace" -msgstr "" +msgstr "सधै बदल्नुहोस्" #. Translators: %s is a string describing the type of medium and the #. * drive it is in. It's a tooltip. @@ -3758,9 +3624,9 @@ #. Translators: %s is the name of the volume to import #: ../src/brasero-data-disc.c:1098 -#, c-format +#, fuzzy, c-format msgid "Do you want to import the session from \"%s\"?" -msgstr "" +msgstr "के तपाईँ साच्चिकै '%s' गुणलाई परियोजनाबाट हटाउन चाहनुहुन्छ?" #: ../src/brasero-data-disc.c:1101 msgid "That way, old files from previous sessions will be usable after burning." @@ -3777,30 +3643,28 @@ #: ../src/brasero-data-disc.c:1490 #, fuzzy msgid "Please wait while the project is loading." -msgstr "लोड गर्दैछ । कृपया प्रतिक्षा गर्नुहोस् ।" +msgstr "परियोजना लोड गर्दा एउटा त्रुटि देखा पर्यो." #: ../src/brasero-data-disc.c:1500 -#, fuzzy msgid "_Cancel Loading" -msgstr "रद्द" +msgstr "लोडिङ रद्द गर्नुहोस्" #: ../src/brasero-data-disc.c:1502 -#, fuzzy msgid "Cancel loading current project" -msgstr "परियोजना बन्द गर्नुहोस्" +msgstr "हालको परियोजना लोडिङ रद्द गर्नुहोस्" #: ../src/brasero-data-disc.c:1903 msgid "File Renaming" -msgstr "" +msgstr "बाकि फाइल" #: ../src/brasero-data-disc.c:1907 msgid "_Rename" -msgstr "_पुन: नामकरण गर्नुहोस्..." +msgstr "_पुन: नामकरण गर्नुहोस्" #: ../src/brasero-data-disc.c:1913 #, fuzzy msgid "Renaming mode" -msgstr "मोड" +msgstr "बाकि फाइल" #: ../src/brasero-data-disc.c:2336 ../src/brasero-file-filtered.c:256 msgid "Files" @@ -3828,14 +3692,12 @@ msgstr "निकाल्नुहोस्" #: ../src/brasero-eject-dialog.c:208 -#, fuzzy msgid "Eject Disc" -msgstr "निकाल्नुहोस्" +msgstr "सीडी निकाल्नुहोस्" #: ../src/brasero-file-chooser.c:357 ../src/brasero-project.c:2230 -#, fuzzy msgid "Audio files" -msgstr "ध्वनी" +msgstr "ध्वनि फाइल" #: ../src/brasero-file-chooser.c:365 ../src/brasero-project.c:2239 msgid "Movies" @@ -3844,7 +3706,7 @@ #: ../src/brasero-file-filtered.c:75 ../src/brasero-file-filtered.c:81 #, fuzzy msgid "No file filtered" -msgstr "पिक्सेलको प्रतिशत फिल्टर गर्नका लागि" +msgstr "(फिल्टर गरिएको)" #: ../src/brasero-file-filtered.c:77 #, c-format @@ -3870,7 +3732,7 @@ #: ../src/brasero-file-filtered.c:265 msgid "Type" -msgstr "प्रकार:" +msgstr "प्रकार" #: ../src/brasero-file-filtered.c:292 msgid "_Restore" @@ -3879,11 +3741,11 @@ #: ../src/brasero-file-filtered.c:301 #, fuzzy msgid "Restore the selected files" -msgstr "पूर्वावस्थामा ल्याउनुहोस्" +msgstr "चयन गरिएको फाइलहरू" #: ../src/brasero-file-filtered.c:303 msgid "_Options…" -msgstr "विकल्प" +msgstr "विकल्प…" #: ../src/brasero-file-filtered.c:311 #, fuzzy @@ -3900,7 +3762,7 @@ #: ../src/brasero-filter-option.c:72 #, fuzzy msgid "Re_place symbolic links" -msgstr "साङ्केतिक लिङ्क उपेक्षा गर्नुहोस्" +msgstr "सांकेतिक सम्बन्ध समर्थन गरिएन" #. filter broken symlink button #: ../src/brasero-filter-option.c:79 @@ -3911,7 +3773,7 @@ #: ../src/brasero-filter-option.c:85 #, fuzzy msgid "Filtering options" -msgstr "रेटिनेक्स: फिल्टर गर्दै" +msgstr "पूर्व-फिल्टर छैन" #: ../src/brasero-layout.c:104 msgid "P_review" @@ -3933,37 +3795,33 @@ msgstr "सञ्झ्याल साइड फलक देखाउनुहोस्/लुकाउनुहोस् ।" #: ../src/brasero-layout.c:125 -#, fuzzy msgid "_Horizontal Layout" -msgstr "तेर्सो" +msgstr "तेर्सो सजावट" #: ../src/brasero-layout.c:126 #, fuzzy msgid "Set a horizontal layout" -msgstr "तेर्सो" +msgstr "तेर्सो सजावट" #: ../src/brasero-layout.c:128 -#, fuzzy msgid "_Vertical Layout" -msgstr "ठाडो" +msgstr "ठाडो सजावट" #: ../src/brasero-layout.c:129 #, fuzzy msgid "Set a vertical layout" -msgstr "ठाडो" +msgstr "ठाडो सजावट" #: ../src/brasero-layout.c:1193 -#, fuzzy msgid "Click to close the side pane" -msgstr "छेउ फलकको चौडाइ" +msgstr "छेउ फलकको बन्द गर्नुहोस्" #: ../src/brasero-multi-song-props.c:89 ../src/brasero-multi-song-props.c:97 ../src/brasero-multi-song-props.c:105 #: ../src/brasero-multi-song-props.c:123 ../src/brasero-multi-song-props.c:139 ../src/brasero-multi-song-props.c:160 #: ../src/brasero-multi-song-props.c:173 ../src/brasero-multi-song-props.c:249 ../src/brasero-multi-song-props.c:270 #: ../src/brasero-multi-song-props.c:291 ../src/brasero-rename.c:90 ../src/brasero-rename.c:321 -#, fuzzy msgid "" -msgstr "छविको मानहरू राख्नुहोस्" +msgstr "<हालको मान हरू राख्नुहोस्>" #: ../src/brasero-multi-song-props.c:126 ../src/brasero-multi-song-props.c:143 #, fuzzy @@ -3973,8 +3831,8 @@ #: ../src/brasero-multi-song-props.c:211 ../src/brasero-multi-song-props.c:252 ../src/brasero-multi-song-props.c:273 #: ../src/brasero-song-properties.c:187 ../src/brasero-song-properties.c:199 ../src/brasero-song-properties.c:211 msgid "" -"This information will be written to the disc using CD-Text technology. It can be read and displayed by some audio CD " -"players." +"This information will be written to the disc using CD-Text technology. It can be read and displayed by some audio " +"CD players." msgstr "" #: ../src/brasero-multi-song-props.c:213 @@ -3982,23 +3840,21 @@ msgstr "गाना शिर्षक" #: ../src/brasero-multi-song-props.c:230 -#, fuzzy msgid "Additional song information" -msgstr "थप सूचना" +msgstr "गीत बारे थप जानकारी" #: ../src/brasero-multi-song-props.c:242 ../src/brasero-song-properties.c:189 msgid "Artist:" msgstr "कलाकार:" #: ../src/brasero-multi-song-props.c:263 ../src/brasero-song-properties.c:201 -#, fuzzy msgid "Composer:" -msgstr "रचनाकार प्राथमिकताहरू" +msgstr "रचनाकार:" #: ../src/brasero-multi-song-props.c:317 ../src/brasero-song-properties.c:247 #, fuzzy msgid "Pause length:" -msgstr "लम्बाइ:" +msgstr "लम्बाइ" #: ../src/brasero-multi-song-props.c:328 ../src/brasero-song-properties.c:256 msgid "Gives the length of the pause that should follow the track" @@ -4028,12 +3884,12 @@ #, c-format msgid "%d song" msgid_plural "%d songs" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d गीत" +msgstr[1] "%d गीतहरू" #: ../src/brasero-playlist.c:584 msgid "Select Playlist" -msgstr "सूचिचयन गर्नुहोस्..." +msgstr "सूचिचयन गर्नुहोस्" #: ../src/brasero-playlist.c:751 msgid "Playlists" @@ -4041,10 +3897,9 @@ #: ../src/brasero-playlist.c:762 msgid "Number of Songs" -msgstr "गीतहरू " +msgstr "गीतहरू सङ्ख्या" #: ../src/brasero-playlist.c:782 -#, fuzzy msgid "Genre" msgstr "विधा" @@ -4066,17 +3921,16 @@ msgstr "बारेमा" #: ../src/brasero-plugin-manager-ui.c:583 ../src/brasero-plugin-manager-ui.c:969 -#, fuzzy msgid "C_onfigure" -msgstr "C/C++ स्रोत फाइल" +msgstr "कन्फिगर" #: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" -msgstr "" +msgstr "सक्रिय पार्नुहोस्" #: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" -msgstr "सबै सक्षम बनाउ ।" +msgstr "सबै सक्षम बनाउ" #: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" @@ -4089,32 +3943,30 @@ msgstr "प्लगइन विकल्पहरू सेट गर्नुहोस्" #: ../src/brasero-pref.c:61 -#, fuzzy msgid "Brasero Plugins" -msgstr "ब्रासेरो" +msgstr "ब्रासेरो प्लगइनहरू" #: ../src/brasero-project.c:196 #, fuzzy msgid "Save current project" -msgstr "हालको बचत गर्नुहोस्" +msgstr "हालको परियोजना बचत गर्नुहोस्" #: ../src/brasero-project.c:197 msgid "Save _As…" -msgstr " बचत गर्नुहोस्..." +msgstr "बचत गर्नुहोस्…" #: ../src/brasero-project.c:198 #, fuzzy msgid "Save current project to a different location" -msgstr "हालको फाइललाई फरक नामसँग बचत गर्नुहोस्" +msgstr "हालको परियोजनालाई एउटा भिन्न नाममा बचत गर्नुहोस्" #: ../src/brasero-project.c:199 msgid "_Add Files" msgstr "फाइलहरू थप्नुहोस्" #: ../src/brasero-project.c:200 -#, fuzzy msgid "Add files to the project" -msgstr "सङ्ग्रहमा फाइलहरू थप्न सकेन" +msgstr "परियोजनामा फाइलहरू थप्नुहोस्" #: ../src/brasero-project.c:201 msgid "_Remove Files" @@ -4122,24 +3974,22 @@ #. Translators: "empty" is a verb here #: ../src/brasero-project.c:204 ../src/brasero-project.c:2312 -#, fuzzy msgid "E_mpty Project" -msgstr "परियोजना" +msgstr "खाली परियोजना" #: ../src/brasero-project.c:205 #, fuzzy msgid "Remove all files from the project" -msgstr "परियोजनाबाट हटाउनुहोस्" +msgstr "यसलाई प्रतिस्थापन गर्दा नत्थिका सबै फाइलहरु हट्नेछन।" #: ../src/brasero-project.c:206 ../src/brasero-project.c:1086 #, fuzzy msgid "_Burn…" -msgstr "डड्ज / बर्न" +msgstr "बर्न गर्नुहोस्" #: ../src/brasero-project.c:207 -#, fuzzy msgid "Burn the disc" -msgstr "बर्नमा क्लिक गर्नुहोस्" +msgstr "डिस्क बर्न गर्नुहोस्" #: ../src/brasero-project.c:695 msgid "To add files to this project click the \"Add\" button or drag files to this area" @@ -4150,9 +4000,9 @@ msgstr "" #: ../src/brasero-project.c:804 -#, fuzzy, c-format +#, c-format msgid "Estimated project size: %s" -msgstr "अन्दजि समय: %s" +msgstr "अन्दजि परियोजना आकार: %s" #: ../src/brasero-project.c:950 ../src/brasero-project.c:966 msgid "The project is too large for the disc even with the overburn option." @@ -4161,19 +4011,20 @@ #: ../src/brasero-project.c:977 msgid "" "The project is too large for the disc and you must remove files from it.\n" -"You may want to use this option if you're using 90 or 100 min CD-R(W) which cannot be properly recognized and therefore " -"needs the overburn option.\n" +"You may want to use this option if you're using 90 or 100 min CD-R(W) which cannot be properly recognized and " +"therefore needs the overburn option.\n" "Note: This option might cause failure." msgstr "" #: ../src/brasero-project.c:1098 +#, fuzzy msgid "Start to burn the contents of the selection" -msgstr "" +msgstr "सामग्रीहरू बर्न गर्नुहोस्" #: ../src/brasero-project.c:1267 #, fuzzy msgid "Please add songs to the project." -msgstr "गीतहरू थप्नुहोस्" +msgstr "गीतहरू थप्नुहोस्." #: ../src/brasero-project.c:1904 ../src/brasero-project.c:1939 msgid "Do you really want to create a new project and discard the current one?" @@ -4198,12 +4049,11 @@ #: ../src/brasero-project.c:1927 #, fuzzy msgid "_Discard File Selection" -msgstr "फाइल चयन संवाद प्रदर्शन गर्नुहोस्" +msgstr "फाइल चयन" #: ../src/brasero-project.c:1931 -#, fuzzy msgid "_Keep File Selection" -msgstr "चयन राख्नुहोस्" +msgstr "फाइल चयन राख्नुहोस्" #: ../src/brasero-project.c:1946 msgid "_Discard Project" @@ -4212,25 +4062,26 @@ #: ../src/brasero-project.c:2188 #, fuzzy msgid "Select Files" -msgstr "खोल्नु पर्ने फाइलहरू चयन गर्नुहोस्" +msgstr "स्थानान्तरण गर्न फाइल छान्नुहोस्" #: ../src/brasero-project.c:2301 +#, fuzzy msgid "Do you really want to empty the current project?" -msgstr "" +msgstr "के तपाईँ साच्चिकै '%s' गुणलाई परियोजनाबाट हटाउन चाहनुहुन्छ?" #: ../src/brasero-project.c:2306 msgid "" -"Emptying a project will remove all files already added. All the work will be lost. Note that files will not be deleted " -"from their own location, just no longer listed here." +"Emptying a project will remove all files already added. All the work will be lost. Note that files will not be " +"deleted from their own location, just no longer listed here." msgstr "" #: ../src/brasero-project.c:2368 msgid "_Save" -msgstr " बचत गर्नुहोस्..." +msgstr "बचत गर्नुहोस्" #: ../src/brasero-project.c:2379 msgid "_Add" -msgstr "थप्नुहोस्..." +msgstr "थप्नुहोस्" #: ../src/brasero-project.c:2384 ../src/brasero-split-dialog.c:1255 msgid "_Remove" @@ -4238,21 +4089,21 @@ #. Translators: %s is the name of the project #: ../src/brasero-project.c:2448 -#, fuzzy, c-format +#, c-format msgid "Brasero — %s (Data Disc)" -msgstr "ब्रासेरो डिस्क बर्नर" +msgstr "ब्रासेरो — %s (डाटा डिस्क)" #. Translators: %s is the name of the project #: ../src/brasero-project.c:2451 -#, fuzzy, c-format +#, c-format msgid "Brasero — %s (Audio Disc)" -msgstr "अडियो डिस्क" +msgstr "ब्रासेरो — %s (ध्वनि डिस्क)" #. Translators: %s is the name of the project #: ../src/brasero-project.c:2454 -#, fuzzy, c-format +#, c-format msgid "Brasero — %s (Video Disc)" -msgstr "ब्रासेरो डिस्क बर्नर" +msgstr "ब्रासेरो — %s (भिडियो डिस्क)" #: ../src/brasero-project.c:2624 ../src/brasero-project.c:2927 #, fuzzy @@ -4262,31 +4113,31 @@ #: ../src/brasero-project.c:2638 #, fuzzy msgid "Save the changes of current project before closing?" -msgstr "बन्द गर्नु अघि छवि '%s' मा परिवर्तनहरू बचत गर्नहुन्छ ?" +msgstr "बन्द गर्नु अघि परियोजना '%s' मा परिवर्तनहरू बचत गर्नहुन्छ ?" #: ../src/brasero-project.c:2643 ../src/brasero-project.c:2932 #, fuzzy msgid "If you don't save, changes will be permanently lost." -msgstr "यदि तपाईँले बचत गर्नुभएन भने, तपाईँका सबै परिवर्तनहरू स्थायी रूपमा नष्ट हुनेछन् ।" +msgstr "यदि तपाईँले बचत गर्नुभएन भने, तपाईँका सबै परिवर्तनहरू नष्ट हुनेछन् ।" #: ../src/brasero-project.c:2647 ../src/brasero-project.c:2653 ../src/brasero-project.c:2935 -#, fuzzy msgid "Cl_ose Without Saving" -msgstr "बचत नगरिकन बन्द गर्नुहोस्" +msgstr "बचत नगरी बन्द गर्नुहोस्" #: ../src/brasero-project.c:2735 #, fuzzy msgid "Save Current Project" -msgstr "हालको बचत गर्नुहोस्" +msgstr "हालको परियोजना बचत गर्नुहोस्" #: ../src/brasero-project.c:2753 #, fuzzy msgid "Save project as a Brasero audio project" -msgstr "नयाँ ध्वनि परियोजान सिर्जना गर्ने" +msgstr "ब्रासेरो — नयाँ ध्वनि डिस्क परियोजना" #: ../src/brasero-project.c:2754 +#, fuzzy msgid "Save project as a plain text list" -msgstr "" +msgstr "सादा पाठमा बचत गर्नुहुन्छ ?" #: ../src/brasero-project.c:2758 #, fuzzy @@ -4309,86 +4160,77 @@ msgstr "प्लेसूची बचत गर्न सकेन" #: ../src/brasero-project-manager.c:95 -#, fuzzy msgid "_Cover Editor" -msgstr "आवरण" +msgstr "कभर सम्पादक" #: ../src/brasero-project-manager.c:96 msgid "Design and print covers for CDs" msgstr "" #: ../src/brasero-project-manager.c:97 -#, fuzzy msgid "_New Project" -msgstr "नयाँ परियोजान सिर्जना" +msgstr "नयाँ परियोजना" #: ../src/brasero-project-manager.c:98 -#, fuzzy msgid "Create a new project" -msgstr "नयाँ परियोजान सिर्जना" +msgstr "नयाँ परियोजना सिर्जना गर्नुहोस्" #: ../src/brasero-project-manager.c:99 -#, fuzzy msgid "_Empty Project" -msgstr "डाइरेक्टरी \"%s\" खाली छैन । यदि केही फाइलहरू लेख्न नसकेमा परियोजना सिर्जना असफल हुनसक्छ । तपाईँ निरन्तरता दिन चाहनुहुन्छ ?" +msgstr "खाली परियोजान" #: ../src/brasero-project-manager.c:100 msgid "Let you choose your new project" msgstr "" #: ../src/brasero-project-manager.c:101 -#, fuzzy msgid "New _Audio Project" -msgstr "नयाँ योजना, परियोजना र परियोजना अवयव" +msgstr "नयाँ ध्वनि परियोजना" #: ../src/brasero-project-manager.c:102 ../src/brasero-project-type-chooser.c:76 msgid "Create a traditional audio CD that will be playable on computers and stereos" msgstr "" #: ../src/brasero-project-manager.c:103 -#, fuzzy msgid "New _Data Project" -msgstr "नयाँ परियोजान सिर्जना" +msgstr "नयाँ डेटा परियोजान" #: ../src/brasero-project-manager.c:104 ../src/brasero-project-type-chooser.c:81 msgid "Create a CD/DVD containing any type of data that can only be read on a computer" msgstr "" #: ../src/brasero-project-manager.c:105 -#, fuzzy msgid "New _Video Project" -msgstr "नयाँ योजना, परियोजना र परियोजना अवयव" +msgstr "नयाँ भिडियो परियोजान" #: ../src/brasero-project-manager.c:106 ../src/brasero-project-type-chooser.c:86 msgid "Create a video DVD or an SVCD that is readable on TV readers" msgstr "" #: ../src/brasero-project-manager.c:107 -#, fuzzy msgid "Copy _Disc…" -msgstr "डिस्क प्रतिलिपि गर्ने" +msgstr "डिस्क प्रतिलिपि बनाउनुहोस्…" #: ../src/brasero-project-manager.c:108 ../src/brasero-project-type-chooser.c:91 msgid "Create a 1:1 copy of an audio CD or a data CD/DVD on your hard disk or on another CD/DVD" -msgstr "" +msgstr "सक्रिय" #: ../src/brasero-project-manager.c:109 -#, fuzzy msgid "_Burn Image…" -msgstr "डड्ज/बर्न" +msgstr "छबि फाइल बर्न गर्नुहोस्…" -#: ../src/brasero-project-manager.c:110 ../src/brasero-project-type-chooser.c:95 ../src/brasero-project-type-chooser.c:96 +#: ../src/brasero-project-manager.c:110 ../src/brasero-project-type-chooser.c:95 +#: ../src/brasero-project-type-chooser.c:96 msgid "Burn an existing CD/DVD image to disc" msgstr "" #: ../src/brasero-project-manager.c:112 msgid "_Open…" -msgstr "खोल्नुहोस्:" +msgstr "खोल्नुहोस्…" #: ../src/brasero-project-manager.c:113 -#, fuzzy msgid "Open a project" -msgstr "सुरुआतमा अन्तिम परियोजना र फाइल नखोल्नुहोस्" +msgstr "परियोजना खोल्नुहोस्" #. Translators: the %s is a string representing the total size #. * of the file selection @@ -4396,68 +4238,64 @@ #, c-format msgid "%d file selected (%s)" msgid_plural "%d files selected (%s)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d फाइल चयन गरियो (%s)" +msgstr[1] "%d फाइलहरू चयन गरियो (%s)" #: ../src/brasero-project-manager.c:270 #, c-format msgid "%d file is supported (%s)" msgid_plural "%d files are supported (%s)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d फाइल समर्थित छ (%s)" +msgstr[1] "%d फाइलहरू समर्थित छ (%s)" #: ../src/brasero-project-manager.c:276 #, c-format msgid "%d file can be added (%s)" msgid_plural "%d selected files can be added (%s)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d फाईल थप्न सकिन्छ (%s)" +msgstr[1] "%d फाईलहरू थप्न सकिन्छ (%s)" #: ../src/brasero-project-manager.c:287 #, c-format msgid "No file can be added (%i selected file)" msgid_plural "No file can be added (%i selected files)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "फाइल थप्न सकिदैन (चयन फाईल %i)" +msgstr[1] "फाइल थप्न सकिदैन (चयन फाईलहरू %i)" #: ../src/brasero-project-manager.c:293 #, c-format msgid "No file is supported (%i selected file)" msgid_plural "No file is supported (%i selected files)" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "फाइल समर्थित छैन (चयन फाईल %i)" +msgstr[1] "फाइल समर्थित छैन (चयन फाईलहरू %i)" #: ../src/brasero-project-manager.c:299 ../src/brasero-project-manager.c:453 -#, fuzzy msgid "No file selected" -msgstr "कुनै फाइल चयन गरिएको छैन ।" +msgstr "कुनै फाइल चयन गरिएको छैन" #: ../src/brasero-project-manager.c:590 msgid "Brasero — New Audio Disc Project" -msgstr "" +msgstr "ब्रासेरो — नयाँ ध्वनि डिस्क परियोजना" #: ../src/brasero-project-manager.c:604 msgid "Brasero — New Data Disc Project" -msgstr "" +msgstr "ब्रासेरो — नयाँ डाटा डिस्क परियोजान" #: ../src/brasero-project-manager.c:618 msgid "Brasero — New Video Disc Project" -msgstr "" +msgstr "ब्रासेरो — नयाँ भिडियो डिस्क परियोजान" #: ../src/brasero-project-manager.c:628 -#, fuzzy msgid "Brasero — New Image File" -msgstr "ब्रासेरो परियोजना र्फाइल" +msgstr "ब्रासेरो - नया ईमेज र्फाइल" #: ../src/brasero-project-manager.c:643 -#, fuzzy msgid "Brasero — Disc Copy" -msgstr "ब्रासेरो डिस्क बर्नर" +msgstr "ब्रासेरो डिस्क प्रतिलिपि" #: ../src/brasero-project-manager.c:727 -#, fuzzy msgid "Open Project" -msgstr "सुरुआतमा अन्तिम परियोजना र फाइल नखोल्नुहोस्" +msgstr "परियोजना खोल्नुहोस्" #: ../src/brasero-project-manager.c:830 msgid "_New" @@ -4465,101 +4303,88 @@ #: ../src/brasero-project-manager.c:834 msgid "_Open" -msgstr "खोल्नुहोस्:" +msgstr "खोल्नुहोस्" #: ../src/brasero-project-manager.c:885 -#, fuzzy msgid "Browse the file system" -msgstr "ब्राउज फाइल सञ्झ्यालका लागि पूर्वनिर्धारित मार्ग ।" +msgstr "फाइल प्रणाली ब्राउज गर्नुहोस्" #: ../src/brasero-project-manager.c:907 #, fuzzy msgid "Display playlists and their contents" -msgstr "टोटेमले सहयोग सामग्रीहरू देखाउन सकेन ।" +msgstr "सुचिहरू" #. Translators: this is a picture not #. * a disc image #: ../src/brasero-project-name.c:83 -#, fuzzy msgctxt "picture" msgid "Please select another image." -msgstr "कृपया यो सम्पर्कका लागि एउटा छवि चयन गर्नुहोस्" +msgstr "कृपया अर्को छवि चयन गर्नुहोस्." #. NOTE to translators: the final string must not be over #. * 32 _bytes_. #. * The %s is the date #: ../src/brasero-project-name.c:269 -#, fuzzy, c-format +#, c-format msgid "Video disc (%s)" -msgstr "एचडि डिभिडि भिडियो चक्का" +msgstr "भिडियो चक्का (%s)" #: ../src/brasero-project-parse.c:62 -#, fuzzy msgid "Error while loading the project." -msgstr "डाइरेक्टरी लोड गर्दा एउटा त्रुटि देखा पर्यो" +msgstr "परियोजना लोड गर्दा एउटा त्रुटि देखा पर्यो." #: ../src/brasero-project-parse.c:458 -#, fuzzy msgid "The project could not be opened" -msgstr "नयाँ ग्लेड परियोजान सिर्जना गर्न सकेन" +msgstr "परियोजान खोल्न सकेन" #: ../src/brasero-project-parse.c:467 -#, fuzzy msgid "The file is empty" -msgstr "statoverride फाइलले रित्तो लाइन समावेश गर्दछ" +msgstr "फाइल खाली छ" #: ../src/brasero-project-parse.c:546 ../src/brasero-project-parse.c:611 msgid "It does not seem to be a valid Brasero project" msgstr "" #: ../src/brasero-project-type-chooser.c:74 -#, fuzzy msgid "Audi_o project" -msgstr "O:" +msgstr "ध्वनि परियोजना" #: ../src/brasero-project-type-chooser.c:75 -#, fuzzy msgid "Create a traditional audio CD" -msgstr "अडियो सीडी प्लेयर" +msgstr "परम्परागत ध्वनि सिडि सिर्जना गर्नुहोस्" #: ../src/brasero-project-type-chooser.c:79 -#, fuzzy msgid "D_ata project" -msgstr "परियोजना" +msgstr "डेटा परियोजना" #: ../src/brasero-project-type-chooser.c:80 -#, fuzzy msgid "Create a data CD/DVD" -msgstr "CD-ROM/DVD-ROM" +msgstr "डाटा सिडि/डिभिडि सिर्जना गर्नुहोस्" #: ../src/brasero-project-type-chooser.c:84 #, fuzzy msgid "_Video project" -msgstr "नयाँ भिडियो परियोजान सिर्जना गर्ने" +msgstr "नयाँ भिडियो परियोजान" #: ../src/brasero-project-type-chooser.c:85 -#, fuzzy msgid "Create a video DVD or an SVCD" -msgstr "एउटा SVCD बनाउनुहोस्" +msgstr "भिडियो डिभिडि वा एसभिसिडि सिर्जना गर्नुहोस्" #: ../src/brasero-project-type-chooser.c:89 -#, fuzzy msgid "Disc _copy" -msgstr "डिस्क प्रतिलिपि गर्न छनोट गर्ने" +msgstr "डिस्क प्रतिलिपि" #: ../src/brasero-project-type-chooser.c:90 msgid "Create 1:1 copy of a CD/DVD" msgstr "" #: ../src/brasero-project-type-chooser.c:94 -#, fuzzy msgid "Burn _image" -msgstr "डड्ज/बर्न" +msgstr "छबि फाइल बर्न गर्नुहोस्" #: ../src/brasero-project-type-chooser.c:292 -#, fuzzy msgid "Last _Unsaved Project" -msgstr "परियोजना" +msgstr "बचत नगरिएको अन्तिम परियोजना" #: ../src/brasero-project-type-chooser.c:308 #, fuzzy @@ -4569,25 +4394,23 @@ #: ../src/brasero-project-type-chooser.c:414 #, fuzzy msgid "No recently used project" -msgstr "हालै प्रयोग भएका" +msgstr "भर्खरै प्रयोग गरिएको फाइल खोल्नुहोस्" #: ../src/brasero-project-type-chooser.c:463 msgid "Create a new project:" -msgstr "नयाँ परियोजान सिर्जना" +msgstr "नयाँ परियोजान सिर्जना:" #: ../src/brasero-project-type-chooser.c:510 -#, fuzzy msgid "Recent projects:" -msgstr "परियोजनाहरू" +msgstr "हालको परियोजनाहरू:" #: ../src/brasero-rename.c:322 msgid "Insert text" msgstr "पाठ घुसाउनुहोस्" #: ../src/brasero-rename.c:323 -#, fuzzy msgid "Delete text" -msgstr "मेटाउनुहोस्" +msgstr "पाठ मेट्नुहोस" #: ../src/brasero-rename.c:324 #, fuzzy @@ -4600,8 +4423,9 @@ msgstr "फाइलहरूको सङ्ख्या:" #: ../src/brasero-rename.c:326 +#, fuzzy msgid "Insert number sequence at beginning" -msgstr "" +msgstr "अनुक्रममा B-फ्रेमहरूको अधिकतम नम्बर" #. Translators: This is a verb. This is completed later #: ../src/brasero-rename.c:341 @@ -4612,7 +4436,7 @@ #. * this: "Insert" [Entry] "at the beginning". #: ../src/brasero-rename.c:355 msgid "at the beginning" -msgstr " सुरुवात" +msgstr "सुरुवातमा" #. Translators: This finishes previous action "Insert". It goes like #. * this: "Insert" [Entry] "at the end". @@ -4630,11 +4454,11 @@ #. * "with" [Entry]. #: ../src/brasero-rename.c:400 msgid "with" -msgstr "" +msgstr "सङ्ग" #: ../src/brasero-rename.c:414 msgid "Rename to" -msgstr "_पुन: नामकरण गर्नुहोस्..." +msgstr "_पुन: नामकरण गर्नुहोस्" #: ../src/brasero-rename.c:423 msgid "{number}" @@ -4661,32 +4485,29 @@ #: ../src/brasero-song-properties.c:177 msgid "Title:" -msgstr "शिर्षक" +msgstr "शिर्षक:" #: ../src/brasero-song-properties.c:235 -#, fuzzy msgid "Song start:" -msgstr "गीत रचना" +msgstr "गीत सुरु:" #: ../src/brasero-song-properties.c:241 -#, fuzzy msgid "Song end:" -msgstr "अन्त" +msgstr "गीत अन्त:" #: ../src/brasero-song-properties.c:258 -#, fuzzy msgid "Track length:" -msgstr "लम्बाइ:" +msgstr "ट्रयाक लम्बाइ:" #: ../src/brasero-song-properties.c:365 #, fuzzy, c-format msgid "Song information for track %02i" -msgstr "गाना बारेमा" +msgstr "ट्र्याक %02i विश्लेषण गर्दैछ" #: ../src/brasero-split-dialog.c:172 #, fuzzy msgid "Do you really want to split the track?" -msgstr "के तपाईँ साँच्चै स्थापनाकार्य रद्द गर्न चाहनुहुन्छ?" +msgstr "के तपाईँ साँच्चै निकास चाहनुहुन्छ?" #: ../src/brasero-split-dialog.c:175 msgid "If you split the track, the size of the new track will be shorter than 6 seconds and will be padded." @@ -4707,14 +4528,13 @@ msgstr "स्वचालित रूपमा पत्ता लगाइयो" #: ../src/brasero-split-dialog.c:633 -#, fuzzy msgid "An error occurred while detecting silences." -msgstr "सञ्चालनहरू लागू गर्दा एउटा त्रुटि भयो" +msgstr "मौन पत्ता लगाउने क्रममा एउटा त्रुटि देखापर्यो ।." #: ../src/brasero-split-dialog.c:712 #, fuzzy msgid "This will remove all previous results." -msgstr "सबै कुञ्जीपाटी सर्टकटहरू हटाउनुहोस्" +msgstr "यसलाई प्रतिस्थापन गर्दा नत्थिका सबै फाइलहरु हट्नेछन।" #: ../src/brasero-split-dialog.c:750 msgid "Do you really want to carry on with automatic splitting?" @@ -4730,7 +4550,7 @@ #: ../src/brasero-split-dialog.c:970 ../src/brasero-split-dialog.c:1269 msgid "Re_move All" -msgstr "सबै हटाउनुहोस् " +msgstr "सबै हटाउनुहोस्" #: ../src/brasero-split-dialog.c:1055 #, fuzzy @@ -4738,18 +4558,18 @@ msgstr "विभाजन गर्नुहोस्" #: ../src/brasero-split-dialog.c:1072 -#, fuzzy msgid "M_ethod:" -msgstr "M" +msgstr "विधि:" #: ../src/brasero-split-dialog.c:1078 +#, fuzzy msgid "Method to be used to split the track" -msgstr "" +msgstr "विभाजन गर्नुहोस्" #: ../src/brasero-split-dialog.c:1081 #, fuzzy msgid "Split track manually" -msgstr "आफै" +msgstr "विभाजन गर्नुहोस्" #: ../src/brasero-split-dialog.c:1082 msgid "Split track in parts with a fixed length" @@ -4760,18 +4580,17 @@ msgstr "" #: ../src/brasero-split-dialog.c:1084 +#, fuzzy msgid "Split track for each silence" -msgstr "" +msgstr "विभाजन गर्नुहोस्" #: ../src/brasero-split-dialog.c:1090 -#, fuzzy msgid "_Slice" -msgstr "मार्गदर्शकहरूको प्रयोग गरेर छविहरूलाई उपछविहरूमा बाड्नुहोस्" +msgstr "स्लाइस" #: ../src/brasero-split-dialog.c:1101 -#, fuzzy msgid "Add a splitting point" -msgstr "नमूना बिन्दु थप्नुहोस्: " +msgstr "विभाजन बिन्दु थप्नुहोस्" #. Translators: this goes with the next (= "seconds") #: ../src/brasero-split-dialog.c:1118 @@ -4795,9 +4614,8 @@ msgstr "भागहरू" #: ../src/brasero-split-dialog.c:1153 -#, fuzzy msgid "Slicing Method" -msgstr "विधि" +msgstr "स्लाइस विधि" #: ../src/brasero-split-dialog.c:1211 msgid "Start" @@ -4808,9 +4626,8 @@ msgstr "अन्त्य" #: ../src/brasero-split-dialog.c:1241 -#, fuzzy msgid "Mer_ge" -msgstr "डड्ज / बर्न" +msgstr "मिलान" #: ../src/brasero-split-dialog.c:1252 msgid "Merge a selected slice with the next selected one" @@ -4819,22 +4636,20 @@ #: ../src/brasero-split-dialog.c:1266 #, fuzzy msgid "Remove the selected slices" -msgstr "चयन गरिएको पुस्तकचिनो हटाउनुहोस्" +msgstr "चयन भिडियो परियोजनाबाट हटाउनुहोस्" #: ../src/brasero-split-dialog.c:1280 -#, fuzzy msgid "Clear the slices preview" -msgstr "पूर्वावलोकन छैन" +msgstr "स्लाइस पूर्वावलोकन खाली गर्नुहोस्" #: ../src/brasero-split-dialog.c:1290 #, fuzzy msgid "_List of slices that are to be created:" -msgstr "यसमा सिर्जित" +msgstr "स्लाइस पूर्वावलोकन खाली गर्नुहोस्" #: ../src/brasero-split-dialog.c:1298 -#, fuzzy msgid "Slices Preview" -msgstr "पूर्वावलोकन छैन" +msgstr "स्लाइस पूर्वावलोकन" #: ../src/brasero-time-button.c:287 msgid "Hours" @@ -4845,7 +4660,7 @@ #. Translators: separating seconds and frames #: ../src/brasero-time-button.c:292 ../src/brasero-time-button.c:302 ../src/brasero-time-button.c:312 msgid ":" -msgstr "" +msgstr ":" #: ../src/brasero-time-button.c:297 msgid "Minutes" @@ -4857,30 +4672,27 @@ #: ../src/brasero-time-button.c:317 msgid "Frames (1 second = 75 frames)" -msgstr "" +msgstr "फ्रेमहरू (१ सेकेण्ड = ७५ फ्रेमहरू)" #: ../src/brasero-video-disc.c:101 -#, fuzzy msgid "Open the selected video" -msgstr "भिडियो नया ट्याबमा खोल्नुहोस" +msgstr "चयन भिडिओ खोल्नुहोस्" #: ../src/brasero-video-disc.c:103 msgid "Edit the video information (start, end, author, etc.)" msgstr "" #: ../src/brasero-video-disc.c:105 -#, fuzzy msgid "Remove the selected videos from the project" -msgstr "परियोजनाबाट हटाउनुहोस्" +msgstr "चयन भिडियो परियोजनाबाट हटाउनुहोस्" #: ../src/brasero-video-disc.c:359 msgid "Do you want to search for video files inside the directory?" msgstr "" #: ../src/brasero-video-disc.c:369 -#, fuzzy msgid "_Search Directory" -msgstr "_फेला पार" +msgstr "निर्देशिका खोज्नुहोस्" #: ../src/brasero-video-disc.c:412 #, c-format diff -Nru brasero-3.12.2/po/nl.po brasero-3.12.3/po/nl.po --- brasero-3.12.2/po/nl.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/nl.po 2020-04-07 12:27:22.000000000 +0000 @@ -25,14 +25,14 @@ # Frederik Himpe , 2008. # Wouter Bolsterlee , 2009, 2011. # Sander Pientka , 2009–2010. -# Hannie Dumoleyn , 2012, 2014, 2015. +# Hannie Dumoleyn , 2012, 2014, 2015, 2017. msgid "" msgstr "" "Project-Id-Version: Brasero\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-09-22 03:10+0000\n" -"PO-Revision-Date: 2015-09-22 11:35+0200\n" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=brasero" +"&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-08-24 11:08+0100\n" "Last-Translator: Hannie Dumoleyn \n" "Language-Team: Dutch \n" "Language: nl\n" @@ -41,7 +41,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Launchpad-Export-Date: 2010-09-28 15:48+0000\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 2.0\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -95,10 +95,15 @@ msgstr "Een schijfkopiebestand branden" #: ../data/brasero.desktop.in.in.h:8 +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "Een schijf kopiëren" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Een audioproject aanmaken" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Een videoproject aanmaken" @@ -2124,7 +2129,7 @@ "De geselecteerde locatie heeft niet genoeg vrije ruimte om het " "schijfkopiebestand op te slaan (%ld MiB nodig)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "De grootte van het volume kon niet opgehaald worden" @@ -2785,7 +2790,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3079,7 +3084,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3094,26 +3099,26 @@ "de opdrachtregel ‘regionset %s’ of deze toepassing starten met " "‘DVDCSS_METHOD=title brasero --no-existing-session’." -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Dvd-sleutels verkrijgen" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Video-dvd kon niet geopend worden" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Fout bij lezen video-dvd (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Video-dvd kopiëren" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Kopieert CSS-versleutelde video-dvd's naar een schijfkopiebestand" diff -Nru brasero-3.12.2/po/oc.po brasero-3.12.3/po/oc.po --- brasero-3.12.2/po/oc.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/oc.po 2021-09-17 11:27:28.000000000 +0000 @@ -7,18 +7,17 @@ msgid "" msgstr "" "Project-Id-Version: oc\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=brasero" -"&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-05-19 15:09+0000\n" -"PO-Revision-Date: 2016-05-29 20:31+0200\n" -"Last-Translator: Cédric Valmary (totenoc.eu) \n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2020-07-03 08:46+0000\n" +"PO-Revision-Date: 2020-03-07 21:11+0100\n" +"Last-Translator: Quentin PAGÈS\n" "Language-Team: Tot En Òc\n" "Language: oc\n" "MIME-Version: 1.0\n" "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.3\n" "X-Project-Style: gnome\n" "X-Launchpad-Export-Date: 2016-04-11 15:48+0000\n" @@ -76,10 +75,14 @@ msgstr "Gravar un fichièr imatge" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Copiar un disc" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Crear un projècte àudio" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Crear un projècte vidèo" @@ -938,7 +941,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1133 msgid "Do you want to replace the disc and continue?" -msgstr "Volètz remplaçar lo disc e ensajar tornamai ?" +msgstr "Volètz remplaçar lo disc e ensajar tornamai ?" #: ../libbrasero-burn/brasero-burn-dialog.c:1134 msgid "The currently inserted disc could not be blanked." @@ -956,7 +959,7 @@ "Some files don't have a suitable name for a fully Windows-compatible CD." msgstr "" "Lo nom d'unes fichièrs es pas apropriat per que lo CD siá totalament " -"compatible amb Windows" +"compatible amb Windows." # #: ../libbrasero-burn/brasero-burn-dialog.c:1145 @@ -1674,7 +1677,7 @@ #: ../libbrasero-burn/brasero-src-image.c:467 msgid "Image type:" -msgstr "Tipe d'imatge :" +msgstr "Tipe d'imatge :" #: ../libbrasero-burn/brasero-status-dialog.c:147 #, c-format @@ -2130,7 +2133,7 @@ "L'emplaçament seleccionat per aculhir l'imatge temporari dispausa pas de pro " "d'espaci liure per l'imatge del disc (%ld Mio son necessaris)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Impossible d'obténer la talha del volum" @@ -2537,7 +2540,7 @@ #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:308 msgid "Image path:" -msgstr "Camin de l'imatge :" +msgstr "Camin de l'imatge :" # #. Translators: This is an image, a picture, not a "Disc Image" @@ -2549,7 +2552,7 @@ #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:331 msgid "Image style:" -msgstr "Estil d'imatge :" +msgstr "Estil d'imatge :" # #: ../libbrasero-utils/brasero-jacket-background.c:345 @@ -2758,7 +2761,7 @@ msgstr "Escriure sul disc" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "Grava lo contengut sus un CD o un DVD" @@ -2767,7 +2770,7 @@ msgstr "Copiar lo disc" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" msgstr "_Gravar sul disc…" @@ -2777,7 +2780,7 @@ #: ../nautilus/nautilus-burn-extension.c:645 msgid "_Copy Disc…" -msgstr "_Copiar lo disc..." +msgstr "_Copiar lo disc…" #: ../nautilus/nautilus-burn-extension.c:646 msgid "Create a copy of this CD or DVD" @@ -2809,7 +2812,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3106,7 +3109,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3121,26 +3124,26 @@ "comanda « regionset %s » o aviatz la comanda « DVDCSS_METHOD=title brasero --" "no-existing-session »" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Lectura de las claus del DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Impossible de dobrir lo DVD vidèo" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Error al moment de la lectura del DVD vidèo (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Còpia del DVD vidèo" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Còpia los DVD vidèo chifrats amb CSS cap a un imatge de disc" @@ -3323,7 +3326,7 @@ #: ../plugins/transcode/burn-transcode.c:1736 msgid "Converts any song file into a format suitable for audio CDs" msgstr "" -"Convertís quin fichièr que de musica que siá al format utilizat pels CD " +"Convertís quin fichièr que de musica que siá al format utilizat pels CD " "àudio" #: ../plugins/transcode/burn-vob.c:1251 @@ -3378,7 +3381,7 @@ #: ../src/brasero-app.c:136 msgid "_Blank…" -msgstr "Esca_far..." +msgstr "Esca_far…" #: ../src/brasero-app.c:137 msgid "Blank a disc" @@ -3423,7 +3426,7 @@ #: ../src/brasero-app.c:831 ../src/brasero-app.c:860 ../src/brasero-app.c:920 #: ../src/brasero-project.c:1276 msgid "Please add files to the project." -msgstr "Apondètz de fichièrs al projècte" +msgstr "Apondètz de fichièrs al projècte." #: ../src/brasero-app.c:832 ../src/brasero-app.c:861 ../src/brasero-app.c:921 msgid "The project is empty" @@ -3488,7 +3491,7 @@ #: ../src/brasero-app.c:1449 #, c-format msgid "The project \"%s\" does not exist" -msgstr "Lo fichièr \"%s\" existís pas." +msgstr "Lo fichièr « %s » existís pas" #: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 msgid "_Recent Projects" @@ -3586,7 +3589,7 @@ #: ../src/brasero-audio-disc.c:662 #, c-format msgid "Do you want to add \"%s\", which is a video file?" -msgstr "Volètz apondre « %s » qu'es un fichièr vidèo ?" +msgstr "Volètz apondre « %s » qu'es un fichièr vidèo ?" #: ../src/brasero-audio-disc.c:671 msgid "" @@ -3607,7 +3610,7 @@ #: ../src/brasero-audio-disc.c:748 msgid "Do you want to search for audio files inside the directory?" -msgstr "Volètz recercar los fichièrs àudio dins lo repertòri ?" +msgstr "Volètz recercar los fichièrs àudio dins lo repertòri ?" #: ../src/brasero-audio-disc.c:758 msgid "Search _Directory" @@ -3620,7 +3623,7 @@ #: ../src/brasero-audio-disc.c:857 msgid "Do you want to create an audio CD with DTS tracks?" -msgstr "Volètz crear un CD àudio amb de pistas DTS ?" +msgstr "Volètz crear un CD àudio amb de pistas DTS ?" #: ../src/brasero-audio-disc.c:858 msgid "" @@ -3793,7 +3796,7 @@ # #: ../src/brasero-data-disc.c:125 msgid "R_ename…" -msgstr "R_enomenar..." +msgstr "R_enomenar…" #: ../src/brasero-data-disc.c:125 msgid "Rename the selected file" @@ -3818,7 +3821,7 @@ #: ../src/brasero-data-disc.c:561 msgid "Discard the current modified project ?" -msgstr "Abandonar lo projècte actual modificat ?" +msgstr "Abandonar lo projècte actual modificat ?" # #: ../src/brasero-data-disc.c:567 @@ -3951,7 +3954,7 @@ # #: ../src/brasero-data-disc.c:1490 msgid "Please wait while the project is loading." -msgstr "Esperatz pendent lo cargament del projècte" +msgstr "Esperatz pendent lo cargament del projècte." #: ../src/brasero-data-disc.c:1500 msgid "_Cancel Loading" @@ -4060,7 +4063,7 @@ # #: ../src/brasero-file-filtered.c:303 msgid "_Options…" -msgstr "_Opcions..." +msgstr "_Opcions…" #: ../src/brasero-file-filtered.c:311 msgid "Set the options for file filtering" @@ -4157,15 +4160,15 @@ #: ../src/brasero-multi-song-props.c:242 ../src/brasero-song-properties.c:189 msgid "Artist:" -msgstr "Artista :" +msgstr "Artista :" #: ../src/brasero-multi-song-props.c:263 ../src/brasero-song-properties.c:201 msgid "Composer:" -msgstr "Compositor :" +msgstr "Compositor :" #: ../src/brasero-multi-song-props.c:317 ../src/brasero-song-properties.c:247 msgid "Pause length:" -msgstr "Longor del silenci :" +msgstr "Longor del silenci :" #: ../src/brasero-multi-song-props.c:328 ../src/brasero-song-properties.c:256 msgid "Gives the length of the pause that should follow the track" @@ -4266,7 +4269,7 @@ #: ../src/brasero-project.c:197 msgid "Save _As…" -msgstr "Enregistrar _jos..." +msgstr "Enregistrar _jos…" #: ../src/brasero-project.c:198 msgid "Save current project to a different location" @@ -4296,7 +4299,7 @@ #: ../src/brasero-project.c:206 ../src/brasero-project.c:1086 msgid "_Burn…" -msgstr "_Gravar..." +msgstr "_Gravar…" #: ../src/brasero-project.c:207 msgid "Burn the disc" @@ -4349,7 +4352,7 @@ # #: ../src/brasero-project.c:1267 msgid "Please add songs to the project." -msgstr "Ajustatz de cançons al projècte" +msgstr "Ajustatz de cançons al projècte." #: ../src/brasero-project.c:1904 ../src/brasero-project.c:1939 msgid "Do you really want to create a new project and discard the current one?" @@ -4548,7 +4551,7 @@ #: ../src/brasero-project-manager.c:107 msgid "Copy _Disc…" -msgstr "Copiar un _disc..." +msgstr "Copiar un _disc…" #: ../src/brasero-project-manager.c:108 #: ../src/brasero-project-type-chooser.c:91 @@ -4571,7 +4574,7 @@ #: ../src/brasero-project-manager.c:112 msgid "_Open…" -msgstr "_Dobrir..." +msgstr "_Dobrir…" #: ../src/brasero-project-manager.c:113 msgid "Open a project" @@ -4825,20 +4828,20 @@ #: ../src/brasero-song-properties.c:177 msgid "Title:" -msgstr "Títol :" +msgstr "Títol :" #: ../src/brasero-song-properties.c:235 msgid "Song start:" -msgstr "Començament de la cançon :" +msgstr "Començament de la cançon :" #: ../src/brasero-song-properties.c:241 msgid "Song end:" -msgstr "Fin del tròç :" +msgstr "Fin del tròç :" # #: ../src/brasero-song-properties.c:258 msgid "Track length:" -msgstr "Longor de pista :" +msgstr "Longor de pista :" #: ../src/brasero-song-properties.c:365 #, c-format @@ -4900,7 +4903,7 @@ #: ../src/brasero-split-dialog.c:1072 msgid "M_ethod:" -msgstr "M_etòde :" +msgstr "M_etòde :" #: ../src/brasero-split-dialog.c:1078 msgid "Method to be used to split the track" @@ -4980,7 +4983,7 @@ #: ../src/brasero-split-dialog.c:1290 msgid "_List of slices that are to be created:" -msgstr "_Lista dels segments que van èsser creats :" +msgstr "_Lista dels segments que van èsser creats :" #: ../src/brasero-split-dialog.c:1298 msgid "Slices Preview" diff -Nru brasero-3.12.2/po/pa.po brasero-3.12.3/po/pa.po --- brasero-3.12.2/po/pa.po 2014-08-21 12:30:51.000000000 +0000 +++ brasero-3.12.3/po/pa.po 2021-09-17 11:27:28.000000000 +0000 @@ -2,23 +2,22 @@ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # -# A S Alam , 2007, 2009, 2010, 2011. +# A S Alam , 2007, 2009, 2010, 2011, 2021. # Amanpreet Singh Alam , 2009, 2012, 2013, 2014. msgid "" msgstr "" "Project-Id-Version: brasero.HEAD\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-03-19 04:01+0000\n" -"PO-Revision-Date: 2014-03-19 14:57-0500\n" -"Last-Translator: A S Alam \n" -"Language-Team: Punjabi/Panjabi \n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2020-07-03 08:46+0000\n" +"PO-Revision-Date: 2021-02-13 21:08-0800\n" +"Last-Translator: A S Alam \n" +"Language-Team: Punjabi \n" "Language: pa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Lokalize 1.5\n" +"X-Generator: Lokalize 20.08.1\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -26,11 +25,11 @@ "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." msgstr "" -"ਬਰਾਸੀਰੋ ਗਨੋਮ ਡੈਸਕਟਾਪ ਲਈ ਸੀਡੀ/ਡੀਵੀਡੀ ਲਿਖਣ ਲਈ ਐਪਲੀਕੇਸ਼ਨ ਹੈ। ਇਹ ਜਿੰਨਾ ਵੀ ਸੰਭਵ ਹੋ " -"ਸਕਦੇ, " -"ਸੌਖੇ ਰੂਪ ਵਿੱਚ ਤਿਆਰ ਕੀਤੀ ਗਈ ਹੈ ਅਤੇ ਇਸ ਦੇ ਕੁਝ ਵਿਲੱਖਣ ਲੱਛਣ ਯੂਜ਼ਰ ਨੂੰ ਉਹਨਾਂ ਦੀਆਂ " -"ਡਿਸਕਾਂ " -"ਸੌਖੀ ਤੇ ਤੁਰੰਤ ਬਣਾਉਣ ਲਈ ਸਹਾਇਕ ਹਨ।" +"ਬਰਾਸੀਰੋ ਗਨੋਮ ਡੈਸਕਟਾਪ ਲਈ ਸੀਡੀ/ਡੀਵੀਡੀ ਲਿਖਣ ਲਈ ਐਪਲੀਕੇਸ਼ਨ ਹੈ। ਇਹ ਜਿੰਨਾ ਵੀ ਸੰਭਵ ਹੋ" +" ਸਕਦੇ, ਸੌਖੇ " +"ਰੂਪ ਵਿੱਚ ਤਿਆਰ ਕੀਤੀ ਗਈ ਹੈ ਅਤੇ ਇਸ ਦੇ ਕੁਝ ਵਿਲੱਖਣ ਲੱਛਣ ਵਰਤੋਂਕਾਰ ਨੂੰ ਉਹਨਾਂ ਦੀਆਂ" +" ਡਿਸਕਾਂ ਸੌਖੀ ਤੇ ਤੁਰੰਤ " +"ਬਣਾਉਣ ਲਈ ਸਹਾਇਕ ਹਨ।" #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -39,11 +38,11 @@ "files from other local applications or from remote shared drives to easily " "burn them to a disc." msgstr "" -"ਬਰਾਸੀਰੋ ਡਾਟਾ ਤੇ ਆਡੀਓ ਸੀਡੀ/ਡੀਵੀਡੀ ਬਣਾਉ, ਕਾਪੀ ਕਰ ਸਕਦਾ ਹੈ। ਇਹ CD-TEXT, " -"ਮਲਟੀਸ਼ੈਸ਼ਨ ਅਤੇ ਜੋਲਿਟ ਇਕਸੈਟੈਂਸ਼ਨ ਲਈ ਪੂਰੀ ਤਰ੍ਹਾਂ ਸਹਾਇਕ ਹੈ। ਤੁਸੀਂ ਕਿਸੇ ਵੀ ਲੋਕਲ " -"ਐਪਲੀਸ਼ੇਨ ਤੋਂ ਰਿਮੋਟ ਤੋਂ ਸਾਂਝੀ ਡਰਾਇਵ ਤੋਂ ਡਿਸਕ ਉੱਤੇ ਲਿਖਣ ਲਈ ਫਾਇਲਾਂ ਨੂੰ ਖਿੱਚ ਕੇ " -"ਵਿੱਚ ਪਾ " -"ਸਕਦੇ ਹੋ।" +"ਬਰਾਸੀਰੋ ਡਾਟਾ ਤੇ ਆਡੀਓ ਸੀਡੀ/ਡੀਵੀਡੀ ਬਣਾਉ, ਕਾਪੀ ਕਰ ਸਕਦਾ ਹੈ। ਇਹ CD-TEXT, ਮਲਟੀਸ਼ੈਸ਼ਨ" +" ਅਤੇ " +"ਜੋਲਿਟ ਇਕਸੈਟੈਂਸ਼ਨ ਲਈ ਪੂਰੀ ਤਰ੍ਹਾਂ ਸਹਾਇਕ ਹੈ। ਤੁਸੀਂ ਕਿਸੇ ਵੀ ਲੋਕਲ ਐਪਲੀਸ਼ੇਨ ਤੋਂ ਰਿਮੋਟ" +" ਤੋਂ ਸਾਂਝੀ ਡਰਾਇਵ ਤੋਂ " +"ਡਿਸਕ ਉੱਤੇ ਲਿਖਣ ਲਈ ਫਾਇਲਾਂ ਨੂੰ ਖਿੱਚ ਕੇ ਵਿੱਚ ਪਾ ਸਕਦੇ ਹੋ।" #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -59,7 +58,7 @@ #: ../data/brasero.desktop.in.in.h:4 msgid "disc;cdrom;dvd;burn;audio;video;" -msgstr "ਡਿਸਕ;ਸੀਡੀ;ਡੀਵੀਡੀ;ਲਿਖੋ;ਬਰਨ;ਆਡੀਓ;ਵਿਡੀਓ;disc;cdrom;dvd;burn;audio;video;" +msgstr "ਡਿਸਕ;ਸੀਡੀ;ਡੀਵੀਡੀ;ਲਿਖੋ;ਬਰਨ;ਆਡੀਓ;ਵਿਡੀਓ;ਵੀਡੀਓ;" #: ../data/brasero.desktop.in.in.h:5 msgid "Brasero Disc Burner" @@ -74,10 +73,15 @@ msgstr "ਈਮੇਜ਼ ਫਾਇਲ ਲਿਖੋ" #: ../data/brasero.desktop.in.in.h:8 +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "ਡਿਸਕ ਕਾਪੀ ਕਰੋ" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "ਆਡੀਓ ਪਰੋਜੈਕਟ ਬਣਾਓ" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "ਵਿਡੀਓ ਪਰੋਜੈਕਟ ਬਣਾਓ" @@ -94,8 +98,8 @@ "Should Nautilus extension output debug statements. The value should be set " "to true if it should." msgstr "" -"ਕੀ ਨਟੀਲਸ ਐਕਸਟੈਨਸ਼ਨ ਆਉਟਪੁੱਟ ਡੀਬੱਗ ਸਟੇਟਮੈਂਟ ਹੋਵੋ। ਮੁੱਲ ਸਹੀਂ ਸੈੱਟ ਕਰੋ, ਜੇ ਇਹ " -"ਹੋਵੇ ਤਾਂ।" +"ਕੀ ਨਟੀਲਸ ਐਕਸਟੈਨਸ਼ਨ ਆਉਟਪੁੱਟ ਡੀਬੱਗ ਸਟੇਟਮੈਂਟ ਹੋਵੋ। ਮੁੱਲ ਸਹੀਂ ਸੈੱਟ ਕਰੋ, ਜੇ ਇਹ" +" ਹੋਵੇ ਤਾਂ।" #: ../data/org.gnome.brasero.gschema.xml.h:3 msgid "The type of checksum used for images" @@ -119,8 +123,8 @@ "files. If that value is empty, the default directory set for glib will be " "used." msgstr "" -"ਡਾਇਰੈਕਟਰੀ ਲਈ ਪਾਥ ਰੱਖਦਾ ਹੈ, ਜਿੱਥੇ ਬਰਾਸੀਰੋ ਆਰਜ਼ੀ ਰੂਪ ਵਿੱਚ ਫਾਇਲਾਂ ਸਟੋਰ ਕਰੇਗਾ। ਜੇ " -"ਇਹ ਮੁੱਲ ਖਾਲੀ " +"ਡਾਇਰੈਕਟਰੀ ਲਈ ਪਾਥ ਰੱਖਦਾ ਹੈ, ਜਿੱਥੇ ਬਰਾਸੀਰੋ ਆਰਜ਼ੀ ਰੂਪ ਵਿੱਚ ਫਾਇਲਾਂ ਸਟੋਰ ਕਰੇਗਾ। ਜੇ" +" ਇਹ ਮੁੱਲ ਖਾਲੀ " "ਹੋਇਆ ਤਾਂ glib ਵਲੋਂ ਸੈੱਟ ਕੀਤੀ ਡਾਇਰੈਕਟਰੀ ਨੂੰ ਡਿਫਾਲਟ ਰੂਪ 'ਚ ਵਰਤਿਆ ਜਾਵੇਗਾ।" #: ../data/org.gnome.brasero.gschema.xml.h:8 @@ -143,8 +147,8 @@ "Contains the list of additional plugins Brasero will use to burn discs. If " "set to NULL, Brasero will load them all." msgstr "" -"ਵਾਧੂ ਪਲੱਗਇਨ ਦੀ ਲਿਸਟ ਹੈ, ਜੋ ਕਿ ਬਰਾਸੀਰੋ ਡਿਸਕ ਲਿਖਣ ਲਈ ਵਰਤੇਗਾ। ਜੇ ਨਲ (NULL) ਸੈੱਟ " -"ਕੀਤਾ ਤਾਂ " +"ਵਾਧੂ ਪਲੱਗਇਨ ਦੀ ਲਿਸਟ ਹੈ, ਜੋ ਕਿ ਬਰਾਸੀਰੋ ਡਿਸਕ ਲਿਖਣ ਲਈ ਵਰਤੇਗਾ। ਜੇ ਨਲ (NULL) ਸੈੱਟ" +" ਕੀਤਾ ਤਾਂ " "ਬਰਾਸੀਰੋ ਸਭ ਨੂੰ ਲੋਡ ਕਰੇਗਾ।" #: ../data/org.gnome.brasero.gschema.xml.h:12 @@ -156,8 +160,8 @@ "Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to " "true) as it's only a workaround for some drives/setups." msgstr "" -"cdrecord ਨਾਲ \"-immed\" ਫਲੈਗ ਵਰਤਣਾ ਹੈ। ਇਹ ਧਿਆਨ ਨਾਲ ਵਰਤੋਂ (ਸਹੀਂ ਸੈੱਟ) ਕਿਉਂਕਿ " -"ਇਹ ਕੁਝ " +"cdrecord ਨਾਲ \"-immed\" ਫਲੈਗ ਵਰਤਣਾ ਹੈ। ਇਹ ਧਿਆਨ ਨਾਲ ਵਰਤੋਂ (ਸਹੀਂ ਸੈੱਟ) ਕਿਉਂਕਿ" +" ਇਹ ਕੁਝ " "ਡਰਾਇਵਾਂ/ਸੈਟਅੱਪ ਲਈ ਹੀ ਕੰਮ ਸਾਰਦਾ ਹੈ।" #: ../data/org.gnome.brasero.gschema.xml.h:14 @@ -189,8 +193,8 @@ "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to " "True, brasero will use it; it may be a workaround for some drives/setups." msgstr "" -"cdrdao ਨਾਲ \"--driver generic-mmc-raw\" ਵਰਤਣੀ ਹੈ। ਸਹੀਂ ਸੈੱਟ ਕਰੋ, ਜੇ ਇਹ ਵਰਤਣੀ " -"ਹੈ; " +"cdrdao ਨਾਲ \"--driver generic-mmc-raw\" ਵਰਤਣੀ ਹੈ। ਸਹੀਂ ਸੈੱਟ ਕਰੋ, ਜੇ ਇਹ ਵਰਤਣੀ" +" ਹੈ; " "ਇਹ ਕੁਝ ਡਰਾਇਵ/ਸੈਟਅੱਪ ਲਈ ਕੰਮ ਕਰ ਸਕਦਾ ਹੈ।" #: ../data/org.gnome.brasero.gschema.xml.h:20 @@ -202,8 +206,8 @@ "Contains the absolute path of the directory that was last browsed for images " "to burn" msgstr "" -"ਡਾਇਰੈਕਟਰੀ ਦਾ ਅਸਲ ਪਾਥ ਰੱਖਦਾ ਹੈ, ਜਿਸ ਵਿੱਚ ਲਿਖਣ ਲਈ ਈਮੇਲ ਵਾਸਤੇ ਆਖਰੀ ਵੇਖਿਆ ਵੇਖਿਆ " -"ਗਿਆ ਸੀ।" +"ਡਾਇਰੈਕਟਰੀ ਦਾ ਅਸਲ ਪਾਥ ਰੱਖਦਾ ਹੈ, ਜਿਸ ਵਿੱਚ ਲਿਖਣ ਲਈ ਈਮੇਲ ਵਾਸਤੇ ਆਖਰੀ ਵੇਖਿਆ ਵੇਖਿਆ" +" ਗਿਆ ਸੀ।" #: ../data/org.gnome.brasero.gschema.xml.h:22 msgid "Enable file preview" @@ -222,8 +226,8 @@ "Should brasero filter hidden files. Set to true, brasero will filter hidden " "files." msgstr "" -"ਕੀ ਬਰਾਸੀਰੋ ਲੁਕਵੀਆਂ ਫਾਇਲਾਂ ਫਿਲਟਰ ਕਰੇ। ਜੇ ਚੋਣ ਕੀਤੀ ਤਾਂ ਲੁਕਵੀਆਂ ਫਾਇਲਾਂ ਨੂੰ ਫਿਲਟਰ " -"ਕਰੇਗਾ।" +"ਕੀ ਬਰਾਸੀਰੋ ਲੁਕਵੀਆਂ ਫਾਇਲਾਂ ਫਿਲਟਰ ਕਰੇ। ਜੇ ਚੋਣ ਕੀਤੀ ਤਾਂ ਲੁਕਵੀਆਂ ਫਾਇਲਾਂ ਨੂੰ ਫਿਲਟਰ" +" ਕਰੇਗਾ।" #: ../data/org.gnome.brasero.gschema.xml.h:26 msgid "Replace symbolic links by their targets" @@ -234,8 +238,8 @@ "Should brasero replace symbolic links by their target files in the project. " "Set to true, brasero will replace symbolic links." msgstr "" -"ਕੀ ਬਰਾਸੀਰੋ ਪਰੋਜੈਕਟ ਵਿੱਚ ਸਿੰਬੋਲਿਕ ਲਿੰਕਾਂ ਨੂੰ ਉਹਨਾਂ ਦੀ ਟਾਰਗੇਟ ਫਾਇਲਾਂ ਨਾਲ ਬਦਲ " -"ਦੇਵੇ। ਜੇ ਸੈੱਟ ਕੀਤਾ " +"ਕੀ ਬਰਾਸੀਰੋ ਪਰੋਜੈਕਟ ਵਿੱਚ ਸਿੰਬੋਲਿਕ ਲਿੰਕਾਂ ਨੂੰ ਉਹਨਾਂ ਦੀ ਟਾਰਗੇਟ ਫਾਇਲਾਂ ਨਾਲ ਬਦਲ" +" ਦੇਵੇ। ਜੇ ਸੈੱਟ ਕੀਤਾ " "ਕੀਤਾ ਬਰਾਸੀਰੋ ਸਿੰਬੋਲਿਕ ਲਿੰਕਾਂ ਨੂੰ ਬਦਲ ਦੇਵੇਗਾ।" #: ../data/org.gnome.brasero.gschema.xml.h:28 @@ -247,8 +251,8 @@ "Should brasero filter broken symbolic links. Set to true, brasero will " "filter broken symbolic links." msgstr "" -"ਕੀ ਬਰਾਸੀਰੋ ਨਿਕਾਰਾ ਸਿਮਬੋਲਿਕ ਲਿੰਕਾਂ ਨੂੰ ਫਿਲਟਰ ਕਰ ਦੇਵੇ। ਜੇ ਸੈੱਟ ਕੀਤਾ ਤਾਂ ਬਰਾਸੀਰੋ " -"ਨਿਕਾਰਾ " +"ਕੀ ਬਰਾਸੀਰੋ ਨਿਕਾਰਾ ਸਿਮਬੋਲਿਕ ਲਿੰਕਾਂ ਨੂੰ ਫਿਲਟਰ ਕਰ ਦੇਵੇ। ਜੇ ਸੈੱਟ ਕੀਤਾ ਤਾਂ ਬਰਾਸੀਰੋ" +" ਨਿਕਾਰਾ " "ਸਿਮਬੋਲਿਕ ਲਿੰਕਾਂ ਨੂੰ ਹਟਾ ਦੇਵੇਗਾ।" #: ../data/org.gnome.brasero.gschema.xml.h:30 @@ -262,12 +266,12 @@ "priority is used. A positive value overrides the plugin's native priority. A " "negative value disables the plugin." msgstr "" -"ਜਦੋਂ ਕਈ ਪਲੱਗਇਨ ਇੱਕੋ ਕੰਮ ਲਈ ਉਪਲੱਬਧ ਹੋਣ ਤਾਂ ਇਹ ਮੁੱਲ ਇਹ ਪਤਾ ਕਰਨ ਲਈ ਵਰਤਿਆ ਜਾਂਦਾ " -"ਹੈ ਕਿ ਕਿਹੜੀ " -"ਪਲੱਗਇਨ ਦੀ ਤਰਜੀਹ ਵੱਧ ਹੈ। 0 ਦਾ ਮਤਲਬ ਹੈ ਕਿ ਪਲੱਗਇਨ ਦੀ ਮੂਲ ਤਰਜੀਹ ਵਰਤੀ ਜਾਵੇਗੀ। " -"ਧਨਾਤਮਕ ਮੁੱਲ " -"ਲਈ ਪਲੱਗਇਨ ਦੀ ਮੂਲ ਤਰਜੀਹ ਨੂੰ ਅਣਡਿੱਠਾ ਕੀਤਾ ਜਾਵੇਗਾ। ਰਿਣਾਤਮਕ ਮੁੱਲ ਨਾਲ ਪਲੱਗਇਨ ਬੰਦ " -"ਕਰ ਦਿੱਤੀ " +"ਜਦੋਂ ਕਈ ਪਲੱਗਇਨ ਇੱਕੋ ਕੰਮ ਲਈ ਉਪਲੱਬਧ ਹੋਣ ਤਾਂ ਇਹ ਮੁੱਲ ਇਹ ਪਤਾ ਕਰਨ ਲਈ ਵਰਤਿਆ ਜਾਂਦਾ" +" ਹੈ ਕਿ ਕਿਹੜੀ " +"ਪਲੱਗਇਨ ਦੀ ਤਰਜੀਹ ਵੱਧ ਹੈ। 0 ਦਾ ਮਤਲਬ ਹੈ ਕਿ ਪਲੱਗਇਨ ਦੀ ਮੂਲ ਤਰਜੀਹ ਵਰਤੀ ਜਾਵੇਗੀ।" +" ਧਨਾਤਮਕ ਮੁੱਲ " +"ਲਈ ਪਲੱਗਇਨ ਦੀ ਮੂਲ ਤਰਜੀਹ ਨੂੰ ਅਣਡਿੱਠਾ ਕੀਤਾ ਜਾਵੇਗਾ। ਰਿਣਾਤਮਕ ਮੁੱਲ ਨਾਲ ਪਲੱਗਇਨ ਬੰਦ" +" ਕਰ ਦਿੱਤੀ " "ਜਾਵੇਗੀ।" #: ../data/org.gnome.brasero.gschema.xml.h:32 @@ -418,24 +422,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (ਐਪਲੀਕੇਸ਼ਨ)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (ਲਾਇਬਰੇਰੀ)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (ਜੀਸਟਰੀਮਰ ਪਲੱਗਇਨ)" @@ -449,8 +450,8 @@ "Please install the following required applications and libraries manually " "and try again:" msgstr "" -"ਹੇਠ ਦਿੱਤੀਆਂ ਲੋੜੀਦੀਆਂ ਐਪਲੀਕੇਸ਼ਨਾਂ ਤੇ ਲਾਇਬਰੇਰੀਆਂ ਖੁਦ ਇੰਸਟਾਲ ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼ " -"ਕਰੋ:" +"ਹੇਠ ਦਿੱਤੀਆਂ ਲੋੜੀਦੀਆਂ ਐਪਲੀਕੇਸ਼ਨਾਂ ਤੇ ਲਾਇਬਰੇਰੀਆਂ ਖੁਦ ਇੰਸਟਾਲ ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼" +" ਕਰੋ:" #: ../libbrasero-burn/brasero-burn.c:2576 #: ../libbrasero-burn/brasero-caps-burn.c:868 @@ -467,18 +468,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "ਇੱਕ ਅੰਦਰੂਨੀ ਗਲਤੀ ਆਈ" @@ -793,8 +793,8 @@ "Do you want to specify another location for this session or retry with the " "current location?" msgstr "" -"ਕੀ ਤੁਸੀਂ ਇਹ ਸ਼ੈਸ਼ਨ ਲਈ ਹੋਰ ਟਿਕਾਣਾ ਦੇਣਾ ਚਾਹੁੰਦੇ ਹੋ ਜਾਂ ਮੌਜੂਦਾ ਟਿਕਾਣੇ ਲਈ " -"ਮੁੜ-ਟਰਾਈ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?" +"ਕੀ ਤੁਸੀਂ ਇਹ ਸ਼ੈਸ਼ਨ ਲਈ ਹੋਰ ਟਿਕਾਣਾ ਦੇਣਾ ਚਾਹੁੰਦੇ ਹੋ ਜਾਂ ਮੌਜੂਦਾ ਟਿਕਾਣੇ ਲਈ" +" ਮੁੜ-ਟਰਾਈ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?" #: ../libbrasero-burn/brasero-burn-dialog.c:742 msgid "You may want to free some space on the disc and retry" @@ -847,22 +847,22 @@ "If you import them you will be able to see and use them once the current " "selection of files is burned." msgstr "" -"ਜੇ ਤੁਸੀਂ ਉਹਨਾਂ ਨੂੰ ਇੰਪੋਰਟ ਕੀਤਾ ਤਾਂ ਤੁਸੀਂ ਮੌਜੂਦਾ ਚੁਣੀਆਂ ਫਾਇਲਾਂ ਨੂੰ ਲਿਖਣ ਦੇ " -"ਬਾਅਦ ਵੇਖਣ ਅਤੇ ਵਰਤਣ ਦੇ ਯੋਗ " +"ਜੇ ਤੁਸੀਂ ਉਹਨਾਂ ਨੂੰ ਇੰਪੋਰਟ ਕੀਤਾ ਤਾਂ ਤੁਸੀਂ ਮੌਜੂਦਾ ਚੁਣੀਆਂ ਫਾਇਲਾਂ ਨੂੰ ਲਿਖਣ ਦੇ" +" ਬਾਅਦ ਵੇਖਣ ਅਤੇ ਵਰਤਣ ਦੇ ਯੋਗ " "ਹੋਵੋਗੇ।" #: ../libbrasero-burn/brasero-burn-dialog.c:948 msgid "If you don't, they will be invisible (though still readable)." msgstr "" -"ਜੇ ਤੁਸੀਂ ਨਾ ਕੀਤਾ ਤਾਂ ਪਹਿਲਾਂ ਲਿਖੀਆਂ ਫਾਇਲਾਂ ਅਦਿੱਖ ਹੋਣਗੀਆਂ (ਹਾਲਾਂ ਕਿ ਪੜ੍ਹਨਯੋਗ " -"ਹਨ)।" +"ਜੇ ਤੁਸੀਂ ਨਾ ਕੀਤਾ ਤਾਂ ਪਹਿਲਾਂ ਲਿਖੀਆਂ ਫਾਇਲਾਂ ਅਦਿੱਖ ਹੋਣਗੀਆਂ (ਹਾਲਾਂ ਕਿ ਪੜ੍ਹਨਯੋਗ" +" ਹਨ)।" #: ../libbrasero-burn/brasero-burn-dialog.c:951 msgid "" "There are files already burned on this disc. Would you like to import them?" msgstr "" -"ਇਹ ਫਾਇਲਾਂ ਪਹਿਲਾਂ ਹੀ ਇਸ ਡਿਸਕ ਉੱਤੇ ਲਿਖੀਆਂ ਹਨ। ਕੀ ਤੁਸੀਂ ਉਹਨਾਂ ਨੂੰ ਇੰਪੋਰਟ ਕਰਨਾ " -"ਚਾਹੁੰਦੇ ਹੋ?" +"ਇਹ ਫਾਇਲਾਂ ਪਹਿਲਾਂ ਹੀ ਇਸ ਡਿਸਕ ਉੱਤੇ ਲਿਖੀਆਂ ਹਨ। ਕੀ ਤੁਸੀਂ ਉਹਨਾਂ ਨੂੰ ਇੰਪੋਰਟ ਕਰਨਾ" +" ਚਾਹੁੰਦੇ ਹੋ?" #: ../libbrasero-burn/brasero-burn-dialog.c:953 msgid "_Import" @@ -877,8 +877,8 @@ "CD-RW audio discs may not play correctly in older CD players and CD-Text " "won't be written." msgstr "" -"CD-RW ਆਡੀਓ ਡਿਸਕਾਂ ਸ਼ਾਇਦ ਪੁਰਾਣੇ CD ਪਲੇਅਰ ਵਿੱਚ ਨਹੀਂ ਚੱਲਣ ਅਤੇ CD-TEXT ਨਹੀਂ ਲਿਖਿਆ " -"ਜਾਵੇਗਾ।" +"CD-RW ਆਡੀਓ ਡਿਸਕਾਂ ਸ਼ਾਇਦ ਪੁਰਾਣੇ CD ਪਲੇਅਰ ਵਿੱਚ ਨਹੀਂ ਚੱਲਣ ਅਤੇ CD-TEXT ਨਹੀਂ ਲਿਖਿਆ" +" ਜਾਵੇਗਾ।" #: ../libbrasero-burn/brasero-burn-dialog.c:968 #: ../libbrasero-burn/brasero-burn-dialog.c:990 @@ -914,8 +914,8 @@ "The disc could not be ejected though it needs to be removed for the current " "operation to continue." msgstr "" -"ਡਿਸਕ ਬਾਹਰ ਨਹੀਂ ਕੱਢੀ ਜਾ ਸਕੀ, ਹਾਲਾਂਕਿ ਇਸ ਨੂੰ ਮੌਜੂਦਾ ਕਾਰਵਾਈ ਜਾਰੀ ਰੱਖਣ ਲਈ ਹਟਾਉਣ " -"ਦੀ ਲੋੜ ਹੈ।" +"ਡਿਸਕ ਬਾਹਰ ਨਹੀਂ ਕੱਢੀ ਜਾ ਸਕੀ, ਹਾਲਾਂਕਿ ਇਸ ਨੂੰ ਮੌਜੂਦਾ ਕਾਰਵਾਈ ਜਾਰੀ ਰੱਖਣ ਲਈ ਹਟਾਉਣ" +" ਦੀ ਲੋੜ ਹੈ।" #: ../libbrasero-burn/brasero-burn-dialog.c:1133 msgid "Do you want to replace the disc and continue?" @@ -1029,8 +1029,8 @@ "Another copy will start as soon as you insert a new writable disc. If you do " "not want to burn another copy, press \"Cancel\"." msgstr "" -"ਹੋਰ ਕਾਪੀ ਸ਼ੁਰੂ ਹੋਵੇਗੀ, ਜਿਵੇਂ ਹੀ ਤੁਸੀਂ ਨਵੀਂ ਲਿਖਣਯੋਗ ਡਿਸਕ ਪਾਉਂਗੇ। ਜੇ ਤੁਸੀਂ ਹੋਰ " -"ਕਾਪੀ ਨਹੀਂ ਲਿਖਣੀ " +"ਹੋਰ ਕਾਪੀ ਸ਼ੁਰੂ ਹੋਵੇਗੀ, ਜਿਵੇਂ ਹੀ ਤੁਸੀਂ ਨਵੀਂ ਲਿਖਣਯੋਗ ਡਿਸਕ ਪਾਉਂਗੇ। ਜੇ ਤੁਸੀਂ ਹੋਰ" +" ਕਾਪੀ ਨਹੀਂ ਲਿਖਣੀ " "ਚਾਹੁੰਦੇ ਹੋ ਤਾਂ \"ਰੱਦ ਕਰੋ\" ਨੂੰ ਦੱਬੋ ਜੀ।" #: ../libbrasero-burn/brasero-burn-dialog.c:1963 @@ -1076,8 +1076,8 @@ "Please insert a writable CD or DVD if you don't want to write to an image " "file." msgstr "" -"ਜੇ ਤੁਸੀਂ ਇੱਕ ਈਮੇਜ਼ ਫਾਇਲ ਨਹੀਂ ਲਿਖਣੀ ਚਾਹੁੰਦੇ ਹੋ ਤਾਂ ਇੱਕ ਲਿਖਣਯੋਗ CD ਜਾਂ DVD ਪਾਉ " -"ਜੀ।" +"ਜੇ ਤੁਸੀਂ ਇੱਕ ਈਮੇਜ਼ ਫਾਇਲ ਨਹੀਂ ਲਿਖਣੀ ਚਾਹੁੰਦੇ ਹੋ ਤਾਂ ਇੱਕ ਲਿਖਣਯੋਗ CD ਜਾਂ DVD ਪਾਉ" +" ਜੀ।" #: ../libbrasero-burn/brasero-burn-options.c:302 ../src/brasero-project.c:1595 msgid "Create _Image" @@ -1109,8 +1109,8 @@ #: ../libbrasero-burn/brasero-burn-options.c:451 msgid "The data size is too large for the disc even with the overburn option." msgstr "" -"ਡਾਟਾ ਸਾਈਜ਼ ਡਿਸਕ ਨਾਲ ਵੱਧ ਇੰਨ੍ਹਾਂ ਹੈ, ਭਾਵੇਂ ਕਿ ਵੱਧ ਲਿਖਣ (ਓਵਰਬਰਨ) ਚੋਣ ਚਾਲੂ ਕੀਤੀ " -"ਹੋਵੇ।" +"ਡਾਟਾ ਸਾਈਜ਼ ਡਿਸਕ ਨਾਲ ਵੱਧ ਇੰਨ੍ਹਾਂ ਹੈ, ਭਾਵੇਂ ਕਿ ਵੱਧ ਲਿਖਣ (ਓਵਰਬਰਨ) ਚੋਣ ਚਾਲੂ ਕੀਤੀ" +" ਹੋਵੇ।" #: ../libbrasero-burn/brasero-burn-options.c:439 ../src/brasero-project.c:954 msgid "_Burn Several Discs" @@ -1191,8 +1191,7 @@ msgstr "ਇੱਕ ਡਿਸਕ ਪਾਉ, ਜੋ ਕਿ ਕਾਪੀ ਲਈ ਸੁਰੱਖਿਅਤ ਨਾ ਹੋਵੇ।" #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "ਸਭ ਲੋੜੀਦੀਆਂ ਐਪਲੀਕੇਸ਼ਨ ਅਤੇ ਲਾਇਬਰੇਰੀਆਂ ਇੰਸਟਾਲ ਨਹੀਂ ਹਨ।" @@ -1212,10 +1211,10 @@ "cannot be properly recognised and therefore need overburn option.\n" "NOTE: This option might cause failure." msgstr "" -"ਡਿਸਕ ਲਈ ਡਾਟਾ ਆਕਾਰ ਬਹੁਤ ਵੱਡਾ ਹੈ ਅਤੇ ਤੁਹਾਨੂੰ ਚੋਣ ਵਿੱਚੋਂ ਫਾਇਲਾਂ ਹਟਾਉਣੀਆਂ ਹੀ " -"ਪੈਣਗੀਆਂ।\n" -"ਤੁਸੀਂ ਇਹ ਚੋਣ ਦੀ ਵਰਤੋਂ ਕਰਨਾ ਚਾਹੋਗੇ, ਜੇ ਤੁਸੀਂ ੯੦ ਜਾਂ ੧੦੦ ਮਿੰਟ ਦੀ CD-R(W) ਵਰਤ " -"ਰਹੇ ਹੋਵੋ ,ਜੋ ਕਿ " +"ਡਿਸਕ ਲਈ ਡਾਟਾ ਆਕਾਰ ਬਹੁਤ ਵੱਡਾ ਹੈ ਅਤੇ ਤੁਹਾਨੂੰ ਚੋਣ ਵਿੱਚੋਂ ਫਾਇਲਾਂ ਹਟਾਉਣੀਆਂ ਹੀ" +" ਪੈਣਗੀਆਂ।\n" +"ਤੁਸੀਂ ਇਹ ਚੋਣ ਦੀ ਵਰਤੋਂ ਕਰਨਾ ਚਾਹੋਗੇ, ਜੇ ਤੁਸੀਂ ੯੦ ਜਾਂ ੧੦੦ ਮਿੰਟ ਦੀ CD-R(W) ਵਰਤ" +" ਰਹੇ ਹੋਵੋ ,ਜੋ ਕਿ " "ਠੀਕ ਤਰ੍ਹਾਂ ਨਾ ਪਛਾਣੀ ਗਈ ਹੋਵੇ ਅਤੇ ਇਸਕਰਕੇ ਵਾਧੂ-ਲਿਖਣ (ਓਵਰਬਰਨ) ਚੋਣ ਦੀ ਲੋੜ ਹੋਵੇ।\n" "ਨੋਟ: ਇਹ ਚੋਣ ਫੇਲ੍ਹ ਹੋ ਸਕਦੀ ਹੈ।" @@ -1253,14 +1252,13 @@ msgid "Video Options" msgstr "ਵਿਡੀਓ ਚੋਣਾਂ" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" msgstr "" -"ਕੀ ਤੁਸੀਂ ਈਮੇਜ਼ ਦੀ ਸਮੱਗਰੀ ਤੋਂ ਡਿਸਕ ਬਣਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ ਜਾਂ ਈਮੇਜ਼ ਫਾਇਲ ਵਿੱਚ ਰੱਖ " -"ਕੇ?" +"ਕੀ ਤੁਸੀਂ ਈਮੇਜ਼ ਦੀ ਸਮੱਗਰੀ ਤੋਂ ਡਿਸਕ ਬਣਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ ਜਾਂ ਈਮੇਜ਼ ਫਾਇਲ ਵਿੱਚ ਰੱਖ" +" ਕੇ?" #. Translators: %s is the name of the image #: ../libbrasero-burn/brasero-burn-options.c:804 @@ -1269,8 +1267,8 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned." msgstr "" -"ਕੇਵਲ ਇੱਕ ਚੁਣੀ ਫਾਇਲ (\"%s\") ਹੈ। ਇਹ ਡਿਸਕ ਦਾ ਈਮੇਜ਼ ਹੈ ਅਤੇ ਇਸ ਦੀ ਸਮੱਗਰੀ ਵੀ ਲਿਖੀ " -"ਜਾ ਸਕਦੀ " +"ਕੇਵਲ ਇੱਕ ਚੁਣੀ ਫਾਇਲ (\"%s\") ਹੈ। ਇਹ ਡਿਸਕ ਦਾ ਈਮੇਜ਼ ਹੈ ਅਤੇ ਇਸ ਦੀ ਸਮੱਗਰੀ ਵੀ ਲਿਖੀ" +" ਜਾ ਸਕਦੀ " "ਹੈ।" #: ../libbrasero-burn/brasero-burn-options.c:809 @@ -1298,8 +1296,7 @@ msgid "Select disc to copy" msgstr "ਕਾਪੀ ਕਰਨ ਲਈ ਡਿਸਕ ਚੁਣੋ" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "ਹੇਠ ਦਿੱਤੇ ਖੁਦ ਇੰਸਟਾਲ ਕਰਕੇ ਮੁੜ-ਕੋਸ਼ਿਸ਼ ਕਰੋ:" @@ -1403,8 +1400,8 @@ "GiB).\n" "This can be a problem when writing DVDs or large images." msgstr "" -"ਇਸ ਵਾਲੀਅਮ ਉੱਤੇ ਫਾਇਲ ਸਿਸਟਮ ਵੱਡੀਆਂ ਫਾਇਲਾਂ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ (2GiB ਤੋਂ ਵੱਧ " -"ਅਕਾਰ)।\n" +"ਇਸ ਵਾਲੀਅਮ ਉੱਤੇ ਫਾਇਲ ਸਿਸਟਮ ਵੱਡੀਆਂ ਫਾਇਲਾਂ ਲਈ ਸਹਾਇਕ ਨਹੀਂ ਹੈ (2GiB ਤੋਂ ਵੱਧ" +" ਅਕਾਰ)।\n" "ਇਹ ਸਮੱਸਿਆ ਹੋ ਸਕਦੀ ਹੈ, ਖਾਸ ਕਰਕੇ DVD ਜਾਂ ਵੱਡੇ ਈਮੇਜ਼ ਲਿਖਣ ਲਈ।" #. Translators %s.1f is the speed used to burn @@ -1453,8 +1450,8 @@ "Brasero will simulate the burning and, if it is successful, go on with " "actual burning after 10 seconds" msgstr "" -"ਬਰਾਸੀਰੋ ਲਿਖਣ ਦੀ ਨਕਲ ਕਰੇਗਾ, ਅਤੇ ਜੇ ਇਹ ਸਫ਼ਲ ਰਿਹਾ ਤਾਂ ਅਸਲ ਲਿਖਣਾ ੧੦ ਸਕਿੰਟਾਂ ਵਿੱਚ " -"ਸ਼ੁਰੂ ਹੋਵੇਗਾ।" +"ਬਰਾਸੀਰੋ ਲਿਖਣ ਦੀ ਨਕਲ ਕਰੇਗਾ, ਅਤੇ ਜੇ ਇਹ ਸਫ਼ਲ ਰਿਹਾ ਤਾਂ ਅਸਲ ਲਿਖਣਾ ੧੦ ਸਕਿੰਟਾਂ ਵਿੱਚ" +" ਸ਼ੁਰੂ ਹੋਵੇਗਾ।" #: ../libbrasero-burn/brasero-drive-properties.c:726 msgid "Use burn_proof (decrease the risk of failures)" @@ -1548,8 +1545,8 @@ "If you choose to keep it, programs may not be able to recognize the file " "type properly." msgstr "" -"ਜੇ ਤੁਸੀਂ ਰੱਖਣ ਦੀ ਚੋਣ ਕੀਤੀ ਤਾਂ, ਪਰੋਗਰਾਮ ਫਾਇਲ ਕਿਸਮ ਨੂੰ ਠੀਕ ਤਰ੍ਹਾਂ ਪਛਾਣ ਨਹੀਂ " -"ਸਕਣਗੇ।" +"ਜੇ ਤੁਸੀਂ ਰੱਖਣ ਦੀ ਚੋਣ ਕੀਤੀ ਤਾਂ, ਪਰੋਗਰਾਮ ਫਾਇਲ ਕਿਸਮ ਨੂੰ ਠੀਕ ਤਰ੍ਹਾਂ ਪਛਾਣ ਨਹੀਂ" +" ਸਕਣਗੇ।" #: ../libbrasero-burn/brasero-medium-properties.c:142 msgid "_Keep Current Extension" @@ -1657,8 +1654,8 @@ "Note: Such a file hierarchy is known to work on Linux." msgstr "" "ਇਹ ਡਾਇਰੈਕਟਰੀ ਦੀਆਂ ਅੰਦਰੂਨੀ ਆਈਟਮਾਂ ਵਿੱਚ ੭ ਅੱਗੇ-ਅੱਗੇ ਡਾਇਰੈਕਟਰੀਆਂ ਹੋਣਗੀਆਂ।\n" -"ਬਰਾਸੀਰੋ ਇੰਝ ਦੀਆਂ ਫਾਇਲਾਂ ਲਈ ਈਮੇਜ਼ ਤਾਂ ਬਣਾ ਸਕਦੇ ਹੈ ਤੇ ਲਿਖ ਵੀ ਸਕਦਾ ਹੈ, ਪਰ ਡਿਸਕ " -"ਸਭ ਓਪਰੇਟਿੰਗ " +"ਬਰਾਸੀਰੋ ਇੰਝ ਦੀਆਂ ਫਾਇਲਾਂ ਲਈ ਈਮੇਜ਼ ਤਾਂ ਬਣਾ ਸਕਦੇ ਹੈ ਤੇ ਲਿਖ ਵੀ ਸਕਦਾ ਹੈ, ਪਰ ਡਿਸਕ" +" ਸਭ ਓਪਰੇਟਿੰਗ " "ਸਿਸਟਮਾਂ ਵਲੋਂ ਪੜ੍ਹਨ ਯੋਗ ਨਹੀਂ ਹੋ ਸਕਦੀ ਹੈ।\n" "ਨੋਟ: ਇੰਝ ਦੀ ਫਾਇਲ ਲੜੀ ਲੀਨਕਸ ਵਿੱਚ ਕੰਮ ਕਰਦੀ ਹੈ।" @@ -1681,8 +1678,8 @@ "Do you really want to add \"%s\" to the selection and use the third version " "of the ISO9660 standard to support it?" msgstr "" -"ਕੀ ਤੁਸੀਂ ਚੋਣ ਵਿੱਚ \"%s\" ਸ਼ਾਮਲ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ ਅਤੇ ISO9660 ਸਟੈਂਡਰਡ ਦਾ ਤੀਜਾ " -"ਵਰਜਨ ਵਰਤਣਾ " +"ਕੀ ਤੁਸੀਂ ਚੋਣ ਵਿੱਚ \"%s\" ਸ਼ਾਮਲ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ ਅਤੇ ISO9660 ਸਟੈਂਡਰਡ ਦਾ ਤੀਜਾ" +" ਵਰਜਨ ਵਰਤਣਾ " "ਚਾਹੁੰਦੇ ਹੋ, ਜੋ ਕਿ ਇਸ ਲਈ ਸਹਾਇਕ ਹੈ?" #: ../libbrasero-burn/brasero-status-dialog.c:290 @@ -1697,13 +1694,13 @@ "However, Mac OS X cannot read images created with version 3 of the ISO9660 " "standard." msgstr "" -"ਫਾਇਲ ਦਾ ਆਕਾਰ ੨ GiB ਤੋਂ ਵੱਧ ਹੈ। ੨ GiB ਤੋਂ ਵੱਡੇ ਆਕਾਰ ਦੀਆਂ ਫਾਇਲਾਂ ISO9660 " -"ਸਟੈਂਡਰਡ ਵਲੋਂ ਆਪਣੇ " +"ਫਾਇਲ ਦਾ ਆਕਾਰ ੨ GiB ਤੋਂ ਵੱਧ ਹੈ। ੨ GiB ਤੋਂ ਵੱਡੇ ਆਕਾਰ ਦੀਆਂ ਫਾਇਲਾਂ ISO9660" +" ਸਟੈਂਡਰਡ ਵਲੋਂ ਆਪਣੇ " "ਪਹਿਲੇ ਅਤੇ ਦੂਜੇ ਵਰਜਨ (ਅਕਸਰ ਵਰਤਿਆ ਜਾਂਦਾ ਹੈ) ਵਲੋਂ ਸਹਾਇਕ ਨਹੀਂ ਹੈ।\n" -"ਇਹ ਸਿਫਾਰਸ਼ ਕੀਤੀ ਜਾਂਦੀ ਹੈ ਕਿ ਤੁਸੀਂ ISO9660 ਸਟੈਂਡਰਡ ਦਾ ਤੀਜਾ ਵਰਜਨ ਵਰਤੋਂ, ਜੋ ਕਿ " -"ਬਹੁਤੇ ਓਪਰੇਟਿੰਗ " -"ਸਿਸਟਮਾਂ ਵਲੋਂ ਸਹਾਇਕ ਹੈ, ਜਿਸ ਵਿੱਚ ਲੀਨਕਸ ਅਤੇ ਵਿੰਡੋਜ਼ (Windows™) ਦੇ ਸਾਰੇ ਵਰਜਨ " -"ਹਨ।\n" +"ਇਹ ਸਿਫਾਰਸ਼ ਕੀਤੀ ਜਾਂਦੀ ਹੈ ਕਿ ਤੁਸੀਂ ISO9660 ਸਟੈਂਡਰਡ ਦਾ ਤੀਜਾ ਵਰਜਨ ਵਰਤੋਂ, ਜੋ ਕਿ" +" ਬਹੁਤੇ ਓਪਰੇਟਿੰਗ " +"ਸਿਸਟਮਾਂ ਵਲੋਂ ਸਹਾਇਕ ਹੈ, ਜਿਸ ਵਿੱਚ ਲੀਨਕਸ ਅਤੇ ਵਿੰਡੋਜ਼ (Windows™) ਦੇ ਸਾਰੇ ਵਰਜਨ" +" ਹਨ।\n" "ਪਰ ਮੈਕ ਓਐਸ X ISO9660 ਸਟੈਂਡਰਡ ਦੇ ਵਰਜਨ ੩ ਨਾਲ ਬਣੇ ਈਮੇਜ਼ ਪੜ੍ਹ ਨਹੀਂ ਸਕਦਾ ਹੈ।" #: ../libbrasero-burn/brasero-status-dialog.c:330 @@ -1823,12 +1820,12 @@ msgid "The drive is empty" msgstr "ਡਰਾਇਵ ਖਾਲੀ ਹੈ" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "ਡਿਸਕ ਚੁਣੋ" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "ਤਰੱਕੀ" @@ -2074,8 +2071,8 @@ "The filesystem you chose to store the temporary image on cannot hold files " "with a size over 2 GiB" msgstr "" -"ਫਾਇਲ-ਸਿਸਟਮ, ਜਿਸ ਨੂੰ ਤੁਸੀਂ ਆਰਜ਼ੀ ਈਮੇਜ਼ ਸੰਭਾਲਣ ਲਈ ਚੁਣੋ ਹੈ, 2 GiB ਤੋਂ ਵੱਧ ਸਾਈਜ਼ " -"ਦੀਆਂ ਫਾਇਲਾਂ ਨਹੀਂ " +"ਫਾਇਲ-ਸਿਸਟਮ, ਜਿਸ ਨੂੰ ਤੁਸੀਂ ਆਰਜ਼ੀ ਈਮੇਜ਼ ਸੰਭਾਲਣ ਲਈ ਚੁਣੋ ਹੈ, 2 GiB ਤੋਂ ਵੱਧ ਸਾਈਜ਼" +" ਦੀਆਂ ਫਾਇਲਾਂ ਨਹੀਂ " "ਸੰਭਾਲ ਸਕਦਾ ਹੈ।" #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 @@ -2084,11 +2081,11 @@ "The location you chose to store the temporary image on does not have enough " "free space for the disc image (%ld MiB needed)" msgstr "" -"ਟਿਕਾਣੇ, ਜੋ ਤੁਸੀਂ ਆਰਜ਼ੀ ਈਮੇਜ਼ ਸੰਭਾਲਣ ਲਈ ਚੁਣਿਆ ਹੈ, ਉੱਤੇ ਡਿਸਕ ਈਮੇਜ਼ ਬਣਾਉਣ ਲਈ " -"ਲੋੜੀਦੀ ਖਾਲੀ ਥਾਂ " +"ਟਿਕਾਣੇ, ਜੋ ਤੁਸੀਂ ਆਰਜ਼ੀ ਈਮੇਜ਼ ਸੰਭਾਲਣ ਲਈ ਚੁਣਿਆ ਹੈ, ਉੱਤੇ ਡਿਸਕ ਈਮੇਜ਼ ਬਣਾਉਣ ਲਈ" +" ਲੋੜੀਦੀ ਖਾਲੀ ਥਾਂ " "ਨਹੀਂ ਹੈ (%ld MiB ਚਾਹੀਦੀ ਹੈ)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "ਵਾਲੀਅਮ ਦਾ ਆਕਾਰ ਲਿਆ ਨਹੀਂ ਜਾ ਸਕਿਆ" @@ -2381,8 +2378,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "ਡਾਟਾ ਡਿਸਕ (%s)" @@ -2391,8 +2388,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "ਇੱਕ ਢੁੱਕਵੀਂ ISO ਈਮੇਜ਼ ਫਾਇਲ ਨਹੀਂ ਜਾਪਦੀ ਹੈ" @@ -2699,7 +2695,7 @@ msgstr "ਡਿਸਕ ਉੱਤੇ ਲਿਖੋ" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "ਸਮੱਗਰੀ CD ਜਾਂ DVD ਉੱਤੇ ਲਿਖੋ" @@ -2708,7 +2704,7 @@ msgstr "ਡਿਸਕ ਕਾਪੀ ਕਰੋ" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" msgstr "ਡਿਸਕ ਉੱਤੇ ਲਿਖੋ(_W)…" @@ -2750,7 +2746,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2852,8 +2848,8 @@ "The location you chose to store the image on does not have enough free space " "for the disc image" msgstr "" -"ਟਿਕਾਣੇ, ਜੋ ਤੁਸੀਂ ਆਰਜ਼ੀ ਈਮੇਜ਼ ਸੰਭਾਲਣ ਲਈ ਚੁਣਿਆ ਹੈ, ਉੱਤੇ ਡਿਸਕ ਈਮੇਜ਼ ਬਣਾਉਣ ਲਈ " -"ਲੋੜੀਦੀ ਖਾਲੀ ਥਾਂ " +"ਟਿਕਾਣੇ, ਜੋ ਤੁਸੀਂ ਆਰਜ਼ੀ ਈਮੇਜ਼ ਸੰਭਾਲਣ ਲਈ ਚੁਣਿਆ ਹੈ, ਉੱਤੇ ਡਿਸਕ ਈਮੇਜ਼ ਬਣਾਉਣ ਲਈ" +" ਲੋੜੀਦੀ ਖਾਲੀ ਥਾਂ " "ਨਹੀਂ ਹੈ।" #: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 @@ -2872,8 +2868,8 @@ msgid "" "The system is too slow to write the disc at this speed. Try a lower speed" msgstr "" -"ਸਿਸਟਮ ਇੰਨਾ ਹੌਲੀ ਹੈ ਕਿ ਡਿਸਕ ਨੂੰ ਇਹ ਗਤੀ ਉੱਤੇ ਲਿਖ ਨਹੀਂ ਸਕਦਾ ਹੈ। ਘੱਟ ਗਤੀ ਨਾਲ " -"ਕੋਸ਼ਿਸ਼ ਜਾਰੀ ਹੈ" +"ਸਿਸਟਮ ਇੰਨਾ ਹੌਲੀ ਹੈ ਕਿ ਡਿਸਕ ਨੂੰ ਇਹ ਗਤੀ ਉੱਤੇ ਲਿਖ ਨਹੀਂ ਸਕਦਾ ਹੈ। ਘੱਟ ਗਤੀ ਨਾਲ" +" ਕੋਸ਼ਿਸ਼ ਜਾਰੀ ਹੈ" #. Translators: %s is the number of the track #: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 @@ -3043,7 +3039,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3052,32 +3048,32 @@ "command or run the \"DVDCSS_METHOD=title brasero --no-existing-session\" " "command" msgstr "" -"ਇੰਕ੍ਰਿਪਸ਼ਨ ਲਈ ਕੁੰਜੀ ਲੈਣ ਦੌਰਾਨ ਗਲਤੀ ਆਈ ਹੈ। ਤੁਸੀਂ ਇਹ ਸਮੱਸਿਆਵਾਂ ਨੂੰ ਅੱਗੇ ਦਿੱਤੇ " -"ਢੰਗ ਨਾਲ ਹੱਲ ਕਰ ਸਕਦੇ " -"ਹੋ: ਟਰਮੀਨਲ ਵਿੱਚ ਆਪਣੇ CD/DVD ਲਈ DVD ਖੇਤਰੀ ਕੋਡ ਨੂੰ \"regionset %s\" ਕਮਾਂਡ ਨਾਲ " -"ਸੈੱਟ ਕਰੋ ਜਾਂ " +"ਇੰਕ੍ਰਿਪਸ਼ਨ ਲਈ ਕੁੰਜੀ ਲੈਣ ਦੌਰਾਨ ਗਲਤੀ ਆਈ ਹੈ। ਤੁਸੀਂ ਇਹ ਸਮੱਸਿਆਵਾਂ ਨੂੰ ਅੱਗੇ ਦਿੱਤੇ" +" ਢੰਗ ਨਾਲ ਹੱਲ ਕਰ ਸਕਦੇ " +"ਹੋ: ਟਰਮੀਨਲ ਵਿੱਚ ਆਪਣੇ CD/DVD ਲਈ DVD ਖੇਤਰੀ ਕੋਡ ਨੂੰ \"regionset %s\" ਕਮਾਂਡ ਨਾਲ" +" ਸੈੱਟ ਕਰੋ ਜਾਂ " "DVDCSS_METHOD=title brasero --no-existing-session ਕਮਾਂਡ ਚਲਾਉ।" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "DVD ਕੁੰਜੀਆਂ ਲਈਆਂ ਜਾ ਰਹੀਆਂ ਹਨ" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "ਵਿਡੀਓ DVD ਖੋਲ੍ਹੀ ਨਹੀਂ ਜਾ ਸਕੀ" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "ਵਿਡੀਓ DVD (%s) ਪੜ੍ਹਨ ਦੌਰਾਨ ਗਲਤੀ" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "ਵਿਡੀਓ DVD ਦੀ ਕਾਪੀ ਜਾਰੀ" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "CSS ਇੰਕ੍ਰਿਪਟਡ ਵਿਡੀਓ DVD ਨੂੰ ਡਿਸਕ ਈਮੇਜ਼ ਵਜੋਂ ਕਾਪੀ ਕਰਦੀ ਹੈ" @@ -3157,8 +3153,8 @@ msgid "" "libisofs reported an error while adding contents to directory \"%s\" (%x)" msgstr "" -"libisofs ਨੇ ਗਲਤੀ ਦਿੱਤੀ ਹੈ, ਜਦੋਂ ਡਾਇਰੈਕਟਰੀ \"%s\" (%x) ਦੀ ਸਮੱਗਰੀ ਜੋੜੀ ਜਾ ਰਹੀ " -"ਸੀ" +"libisofs ਨੇ ਗਲਤੀ ਦਿੱਤੀ ਹੈ, ਜਦੋਂ ਡਾਇਰੈਕਟਰੀ \"%s\" (%x) ਦੀ ਸਮੱਗਰੀ ਜੋੜੀ ਜਾ ਰਹੀ" +" ਸੀ" #: ../plugins/libburnia/burn-libisofs.c:782 #: ../plugins/libburnia/burn-libisofs.c:798 @@ -3362,10 +3358,10 @@ "Foundation; either version 2 of the License, or (at your option) any later " "version." msgstr "" -"ਬਰਾਸੀਰੋ ਇੱਕ ਮੁਫਤ ਸਾਫਟਵੇਅਰ ਹੈ, ਜਿਸ ਨੂੰ ਤੁਸੀਂ ਗਨੂ ਜਰਨਲ ਪਬਲਿਕ ਲਾਈਸੈਂਸ,ਜਿਸ ਨੂੰ " -"ਫਰੀ ਸਾਫਟਵੇਅਰ " -"ਫਾਊਨਡੇਸ਼ਨ ਨੇ ਤਿਆਰ ਕੀਤਾ ਹੈ, ਦੇ ਵਰਜਨ ੨ ਜਾਂ ਨਵੇਂ ਦੀਆਂਸ਼ਰਤਾਂ (ਉਹ ਤੁਹਾਡੀ ਆਪਣੀ " -"ਮਰਜ਼ੀ ਹੈ) ਅਧੀਨ ਵੰਡ " +"ਬਰਾਸੀਰੋ ਇੱਕ ਮੁਫਤ ਸਾਫਟਵੇਅਰ ਹੈ, ਜਿਸ ਨੂੰ ਤੁਸੀਂ ਗਨੂ ਜਰਨਲ ਪਬਲਿਕ ਲਾਈਸੈਂਸ,ਜਿਸ ਨੂੰ" +" ਫਰੀ ਸਾਫਟਵੇਅਰ " +"ਫਾਊਨਡੇਸ਼ਨ ਨੇ ਤਿਆਰ ਕੀਤਾ ਹੈ, ਦੇ ਵਰਜਨ ੨ ਜਾਂ ਨਵੇਂ ਦੀਆਂਸ਼ਰਤਾਂ (ਉਹ ਤੁਹਾਡੀ ਆਪਣੀ" +" ਮਰਜ਼ੀ ਹੈ) ਅਧੀਨ ਵੰਡ " "ਅਤੇ/ਜਾਂ ਸੋਧ ਸਕਦੇ ਹੋ।" #: ../src/brasero-app.c:1181 @@ -3375,10 +3371,10 @@ "FOR A PARTICULAR PURPOSE. See the GNU General Public License for more " "details." msgstr "" -"ਬਰਾਸੀਰੋ ਨੂੰ ਇਹ ਮੰਨ ਕੇ ਵੰਡਿਆ ਜਾ ਰਿਹਾ ਹੈ ਕਿ ਇਹ ਫਾਇਦੇਮੰਦ ਰਹੇਗਾ,ਪਰ ਇਸ ਦੀ ਕੋਈ " -"ਵਾਰੰਟੀ ਨਹੀਂ ਲਈ " -"ਜਾ ਰਹੀ ਹੈ, ਕਿਸੇ ਖਾਸ ਕੰਮ ਲਈ ਅਨੁਕੂਲ ਹੋਣ ਜਾਂਠੀਕ ਤਰ੍ਹਾਂ ਕੰਮ ਕਰਨ ਦੀ ਵੀ ਕੋਈ ਗਾਰੰਟੀ " -"ਨਹੀਂ ਹੈ। ਹੋਰ " +"ਬਰਾਸੀਰੋ ਨੂੰ ਇਹ ਮੰਨ ਕੇ ਵੰਡਿਆ ਜਾ ਰਿਹਾ ਹੈ ਕਿ ਇਹ ਫਾਇਦੇਮੰਦ ਰਹੇਗਾ,ਪਰ ਇਸ ਦੀ ਕੋਈ" +" ਵਾਰੰਟੀ ਨਹੀਂ ਲਈ " +"ਜਾ ਰਹੀ ਹੈ, ਕਿਸੇ ਖਾਸ ਕੰਮ ਲਈ ਅਨੁਕੂਲ ਹੋਣ ਜਾਂਠੀਕ ਤਰ੍ਹਾਂ ਕੰਮ ਕਰਨ ਦੀ ਵੀ ਕੋਈ ਗਾਰੰਟੀ" +" ਨਹੀਂ ਹੈ। ਹੋਰ " "ਵੇਰਵੇ ਲਈ ਗਨੂ ਜਰਨਲ ਪਬਲਿਕ ਲਾਇਸੈਂਸ ਨੂੰ ਪੜ੍ਹੋ।" #: ../src/brasero-app.c:1186 @@ -3387,10 +3383,10 @@ "Brasero; if not, write to the Free Software Foundation, Inc., 51 Franklin " "Street, Fifth Floor, Boston, MA 02110-1301, USA" msgstr "" -"ਬਰਾਸੀਰੋ ਨਾਲ ਤੁਸੀਂ ਗਨੂ ਜਰਨਲ ਪਬਲਿਕ ਲਾਇਸੈਂਸ ਦੀ ਕਾਪੀ ਪ੍ਰਾਪਤ ਕਰੋਗੇ, ਜੇਕਰ ਤੁਹਾਨੂੰ " -"ਨਹੀਂ ਮਿਲੀ ਹੈ ਤਾਂ " -"ਫਰੀ ਸਾਫਟਵੇਅਰ ਫਾਊਨਡੇਸ਼ਨ, ੫੧ ਫਰਾਕਲਿੰਨ ਸਟਰੀਟ, ਪੰਜਵੀਂ ਮੰਜ਼ਲ,ਬੋਸਟਨ, ਐਮ ਏ " -"੦੨੧੧੦-੧੩੦੧, " +"ਬਰਾਸੀਰੋ ਨਾਲ ਤੁਸੀਂ ਗਨੂ ਜਰਨਲ ਪਬਲਿਕ ਲਾਇਸੈਂਸ ਦੀ ਕਾਪੀ ਪ੍ਰਾਪਤ ਕਰੋਗੇ, ਜੇਕਰ ਤੁਹਾਨੂੰ" +" ਨਹੀਂ ਮਿਲੀ ਹੈ ਤਾਂ " +"ਫਰੀ ਸਾਫਟਵੇਅਰ ਫਾਊਨਡੇਸ਼ਨ, ੫੧ ਫਰਾਕਲਿੰਨ ਸਟਰੀਟ, ਪੰਜਵੀਂ ਮੰਜ਼ਲ,ਬੋਸਟਨ, ਐਮ ਏ" +" ੦੨੧੧੦-੧੩੦੧, " "ਅਮਰੀਕਾ ਨੂੰ ਲਿਖੋ।" #: ../src/brasero-app.c:1198 @@ -3558,11 +3554,11 @@ "Note: if you agree, normalization will not be applied to these tracks." msgstr "" "ਚੁਣੇ ਗਾਣਿਆਂ ਵਿੱਚੋਂ ਕੁਝ DTS ਟਰੈਕ ਬਣਾਉਣ ਲਈ ਢੁੱਕਵੇਂ ਹਨ।\n" -"ਆਡੀਓ CD ਟਰੈਕ ਦੀ ਇਹ ਕਿਸਮ ਸੰਗੀਤ ਦੀ ਉੱਚ ਕੁਆਲਟੀ ਦਿੰਦੀ ਹੈ, ਪਰ ਕੇਵਲ ਖਾਸ ਹੀ ਡਿਜ਼ਿਟਲ " -"ਪਲੇਅਰ ਉੱਤੇ " +"ਆਡੀਓ CD ਟਰੈਕ ਦੀ ਇਹ ਕਿਸਮ ਸੰਗੀਤ ਦੀ ਉੱਚ ਕੁਆਲਟੀ ਦਿੰਦੀ ਹੈ, ਪਰ ਕੇਵਲ ਖਾਸ ਹੀ ਡਿਜ਼ਿਟਲ" +" ਪਲੇਅਰ ਉੱਤੇ " "ਚੱਲ ਸਕਦੀ ਹੈ।\n" -"ਨੋਟ: ਜੇ ਤੁਸੀਂ ਸਹਿਮਤ ਹੋਵੋ ਤਾਂ ਨਾਰਮੇਲਾਈਜੇਸ਼ਨ ਨੂੰ ਇਹਨਾਂ ਟਰੈਕ ਉੱਤੇ ਲਾਗੂ ਨਹੀਂ ਕੀਤਾ " -"ਜਾਵੇਗਾ।" +"ਨੋਟ: ਜੇ ਤੁਸੀਂ ਸਹਿਮਤ ਹੋਵੋ ਤਾਂ ਨਾਰਮੇਲਾਈਜੇਸ਼ਨ ਨੂੰ ਇਹਨਾਂ ਟਰੈਕ ਉੱਤੇ ਲਾਗੂ ਨਹੀਂ ਕੀਤਾ" +" ਜਾਵੇਗਾ।" #: ../src/brasero-audio-disc.c:867 msgid "Create _Regular Tracks" @@ -3762,8 +3758,8 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned" msgstr "" -"ਕੇਵਲ ਇੱਕ ਚੁਣੀ ਫਾਇਲ (\"%s\") ਹੈ। ਇਹ ਡਿਸਕ ਦਾ ਈਮੇਜ਼ ਹੈ ਅਤੇ ਇਸ ਦੀ ਸਮੱਗਰੀ ਵੀ ਲਿਖੀ " -"ਜਾ ਸਕਦੀ " +"ਕੇਵਲ ਇੱਕ ਚੁਣੀ ਫਾਇਲ (\"%s\") ਹੈ। ਇਹ ਡਿਸਕ ਦਾ ਈਮੇਜ਼ ਹੈ ਅਤੇ ਇਸ ਦੀ ਸਮੱਗਰੀ ਵੀ ਲਿਖੀ" +" ਜਾ ਸਕਦੀ " "ਹੈ।" #: ../src/brasero-data-disc.c:625 @@ -3799,8 +3795,8 @@ "A file with this name already exists in the folder. Replacing it will " "overwrite its contents on the disc to be burnt." msgstr "" -"ਫੋਲਡਰ ਵਿੱਚ ਇਸ ਨਾਂ ਨਾਲ ਫਾਇਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ। ਇਸ ਨੂੰ ਬਦਲਣ ਨਾਲ ਇਸ ਦੀ ਸਮੱਗਰੀ " -"ਕੇਵਲ ਡਿਸਕ " +"ਫੋਲਡਰ ਵਿੱਚ ਇਸ ਨਾਂ ਨਾਲ ਫਾਇਲ ਪਹਿਲਾਂ ਹੀ ਮੌਜੂਦ ਹੈ। ਇਸ ਨੂੰ ਬਦਲਣ ਨਾਲ ਇਸ ਦੀ ਸਮੱਗਰੀ" +" ਕੇਵਲ ਡਿਸਕ " "ਉੱਤੇ ਖਤਮ ਹੋ ਜਾਵੇਗੀ।" #. Translators: Keep means we're keeping the files that already existed @@ -4055,8 +4051,8 @@ "This information will be written to the disc using CD-Text technology. It " "can be read and displayed by some audio CD players." msgstr "" -"ਇਹ ਜਾਣਕਾਰੀ ਨੂੰ ਡਿਸਕ ਉੱਤੇ CD-Text ਤਕਨਾਲੋਜੀ ਨਾਲ ਲਿਖਿਆ ਜਾਵੇਗਾ। ਇਸ ਨੂੰ ਕੁਝ ਆਡੀਓ " -"CD ਪਲੇਅਰਾਂ " +"ਇਹ ਜਾਣਕਾਰੀ ਨੂੰ ਡਿਸਕ ਉੱਤੇ CD-Text ਤਕਨਾਲੋਜੀ ਨਾਲ ਲਿਖਿਆ ਜਾਵੇਗਾ। ਇਸ ਨੂੰ ਕੁਝ ਆਡੀਓ" +" CD ਪਲੇਅਰਾਂ " "ਵਲੋਂ ਪੜ੍ਹਿਆ ਅਤੇ ਵੇਖਾਇਆ ਜਾਵੇਗਾ।" #: ../src/brasero-multi-song-props.c:213 @@ -4139,25 +4135,25 @@ msgid "Copyright %s" msgstr "ਕਾਪੀਰਾਈਟ %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "ਇਸ ਬਾਰੇ(_A)" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "ਸੰਰਚਨਾ(_o)" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "ਐਕਟੀਵੇਟ(_c)" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "ਸਭ ਐਕਟੀਵੇਟ ਕਰੋ(_t)" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "ਸਭ ਡਿ-ਐਕਟੀਵੇਟ ਕਰੋ(_D)" @@ -4217,8 +4213,8 @@ "To add files to this project click the \"Add\" button or drag files to this " "area" msgstr "" -"ਇਹ ਪਰੋਜੈਕਟ ਵਿੱਚ ਫਾਇਲਾਂ ਨੂੰ ਸ਼ਾਮਲ ਕਰਨ ਲਈ \"ਸ਼ਾਮਲ ਕਰੋ\" ਬਟਨ ਕਲਿੱਕ ਕਰੋ ਜਾਂ ਇਹ " -"ਖੇਤਰ ਵਿੱਚ ਫਾਇਲਾਂ " +"ਇਹ ਪਰੋਜੈਕਟ ਵਿੱਚ ਫਾਇਲਾਂ ਨੂੰ ਸ਼ਾਮਲ ਕਰਨ ਲਈ \"ਸ਼ਾਮਲ ਕਰੋ\" ਬਟਨ ਕਲਿੱਕ ਕਰੋ ਜਾਂ ਇਹ" +" ਖੇਤਰ ਵਿੱਚ ਫਾਇਲਾਂ " "ਸੁੱਟੋ।" #: ../src/brasero-project.c:697 @@ -4226,8 +4222,8 @@ "To remove files select them then click on the \"Remove\" button or press " "\"Delete\" key" msgstr "" -"ਫਾਇਲਾਂ, ਜਿੰਨਾਂ ਨੂੰ ਤੁਸੀਂ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ, ਚੁਣੋ ਅਤੇ ਫੇਰ \"ਹਟਾਓ\" ਬਟਨ ਕਲਿੱਕ " -"ਕਰੋ ਜਾਂ \"Delete\" " +"ਫਾਇਲਾਂ, ਜਿੰਨਾਂ ਨੂੰ ਤੁਸੀਂ ਹਟਾਉਣਾ ਚਾਹੁੰਦੇ ਹੋ, ਚੁਣੋ ਅਤੇ ਫੇਰ \"ਹਟਾਓ\" ਬਟਨ ਕਲਿੱਕ" +" ਕਰੋ ਜਾਂ \"Delete\" " "ਸਵਿੱਚ ਦੱਬੋ।" #: ../src/brasero-project.c:804 @@ -4238,8 +4234,8 @@ #: ../src/brasero-project.c:950 ../src/brasero-project.c:966 msgid "The project is too large for the disc even with the overburn option." msgstr "" -"ਪਰੋਜੈਕਟ ਦਾ ਸਾਈਜ਼ ਡਿਸਕ ਨਾਲ ਵੱਧ ਇੰਨ੍ਹਾਂ ਹੈ, ਭਾਵੇਂ ਕਿ ਵੱਧ ਲਿਖਣ (ਓਵਰਬਰਨ) ਚੋਣ ਚਾਲੂ " -"ਕੀਤੀ ਹੋਵੇ।" +"ਪਰੋਜੈਕਟ ਦਾ ਸਾਈਜ਼ ਡਿਸਕ ਨਾਲ ਵੱਧ ਇੰਨ੍ਹਾਂ ਹੈ, ਭਾਵੇਂ ਕਿ ਵੱਧ ਲਿਖਣ (ਓਵਰਬਰਨ) ਚੋਣ ਚਾਲੂ" +" ਕੀਤੀ ਹੋਵੇ।" #: ../src/brasero-project.c:977 msgid "" @@ -4249,8 +4245,8 @@ "Note: This option might cause failure." msgstr "" "ਡਿਸਕ ਲਈ ਪਰੋਜੈਕਟ ਬਹੁਤ ਵੱਡਾ ਹੈ ਅਤੇ ਤੁਹਾਨੂੰ ਇਸ ਵਿੱਚੋਂ ਫਾਇਲਾਂ ਨੂੰ ਹਟਾਉਣਾ ਪਵੇਗਾ।\n" -"ਤੁਸੀਂ ਇਹ ਚੋਣ ਦੀ ਵਰਤੋਂ ਵੀ ਕਰ ਸਕਦੇ ਹੋ, ਜੇ ਤੁਸੀਂ ੯੦ ਜਾਂ ੧੦੦ ਮਿੰਟ ਦੀ CD-R(W) ਵਰਤ " -"ਰਹੇ ਹੋ, ਜੋ ਕਿ " +"ਤੁਸੀਂ ਇਹ ਚੋਣ ਦੀ ਵਰਤੋਂ ਵੀ ਕਰ ਸਕਦੇ ਹੋ, ਜੇ ਤੁਸੀਂ ੯੦ ਜਾਂ ੧੦੦ ਮਿੰਟ ਦੀ CD-R(W) ਵਰਤ" +" ਰਹੇ ਹੋ, ਜੋ ਕਿ " "ਠੀਕ ਤਰ੍ਹਾਂ ਪਛਾਣੀ ਨਹੀਂ ਜਾ ਸਕਦੀ ਅਤੇ ਇਸਕਰਕੇ ਓਵਰਬਰਨ ਚੋਣ ਦੇਣੀ ਲਾਜ਼ਮੀ ਹੈ।\n" "ਨੋਟ: ਇਹ ਚੋਣ ਨਾਲ ਫੇਲ੍ਹ ਹੋਣ ਦਾ ਖਦਸ਼ਾ ਹੈ।" @@ -4279,8 +4275,8 @@ #: ../src/brasero-project.c:1920 msgid "Do you want to discard the file selection or add it to the new project?" msgstr "" -"ਕੀ ਤੁਸੀਂ ਫਾਇਲ ਚੋਣ ਅਣਡਿੱਠੀ ਕਰਨੀ ਚਾਹੁੰਦੇ ਹੋ ਜਾਂ ਇਸ ਨੂੰ ਨਵੇਂ ਪਰੋਜੈਕਟ ਵਿੱਚ ਸ਼ਾਮਲ " -"ਕਰਨੀ ਚਾਹੁੰਦੇ ਹੋ?" +"ਕੀ ਤੁਸੀਂ ਫਾਇਲ ਚੋਣ ਅਣਡਿੱਠੀ ਕਰਨੀ ਚਾਹੁੰਦੇ ਹੋ ਜਾਂ ਇਸ ਨੂੰ ਨਵੇਂ ਪਰੋਜੈਕਟ ਵਿੱਚ ਸ਼ਾਮਲ" +" ਕਰਨੀ ਚਾਹੁੰਦੇ ਹੋ?" #: ../src/brasero-project.c:1925 ../src/brasero-project.c:1944 msgid "" @@ -4314,10 +4310,10 @@ "lost. Note that files will not be deleted from their own location, just no " "longer listed here." msgstr "" -"ਪਰੋਜੈਕਟ ਖਾਲੀ ਕਰਨ ਨਾਲ ਪਹਿਲਾਂ ਸ਼ਾਮਲ ਕੀਤੀਆਂ ਫਾਇਲਾਂ ਨੂੰ ਹਟਾਇਆ ਜਾਵੇਗਾ। ਸਭ ਕੀਤਾ ਕੰਮ " -"ਖਤਮ ਹੋ " -"ਜਾਵੇਗਾ। ਯਾਦ ਰੱਖੋ ਕਿ ਫਾਇਲਾਂ ਨੂੰ ਉਹਨਾਂ ਦੇ ਟਿਕਾਣਿਆਂ ਤੋਂ ਨਹੀਂ ਹਟਾਇਆ ਜਾਵੇਗਾ, ਕੇਵਲ " -"ਇੱਥੇ ਹੀ ਨਹੀਂ " +"ਪਰੋਜੈਕਟ ਖਾਲੀ ਕਰਨ ਨਾਲ ਪਹਿਲਾਂ ਸ਼ਾਮਲ ਕੀਤੀਆਂ ਫਾਇਲਾਂ ਨੂੰ ਹਟਾਇਆ ਜਾਵੇਗਾ। ਸਭ ਕੀਤਾ ਕੰਮ" +" ਖਤਮ ਹੋ " +"ਜਾਵੇਗਾ। ਯਾਦ ਰੱਖੋ ਕਿ ਫਾਇਲਾਂ ਨੂੰ ਉਹਨਾਂ ਦੇ ਟਿਕਾਣਿਆਂ ਤੋਂ ਨਹੀਂ ਹਟਾਇਆ ਜਾਵੇਗਾ, ਕੇਵਲ" +" ਇੱਥੇ ਹੀ ਨਹੀਂ " "ਵੇਖਾਈਆਂ ਜਾਣਗੀਆਂ।" #: ../src/brasero-project.c:2368 @@ -4439,8 +4435,8 @@ "Create a CD/DVD containing any type of data that can only be read on a " "computer" msgstr "" -"CD/DVD ਬਣਾਉ, ਜੋ ਕਿ ਕਿਸੇ ਵੀ ਕਿਸਮ ਦਾ ਡਾਟਾ ਰੱਖਦੀ ਹੈ, ਜਿਸ ਨੂੰ ਕੇਵਲ ਕੰਪਿਊਟਰ ਉੱਤੇ " -"ਹੀ ਪੜ੍ਹਿਆ " +"CD/DVD ਬਣਾਉ, ਜੋ ਕਿ ਕਿਸੇ ਵੀ ਕਿਸਮ ਦਾ ਡਾਟਾ ਰੱਖਦੀ ਹੈ, ਜਿਸ ਨੂੰ ਕੇਵਲ ਕੰਪਿਊਟਰ ਉੱਤੇ" +" ਹੀ ਪੜ੍ਹਿਆ " "ਜਾ ਸਕਦਾ ਹੈ" #: ../src/brasero-project-manager.c:105 @@ -4755,8 +4751,8 @@ "If you split the track, the size of the new track will be shorter than 6 " "seconds and will be padded." msgstr "" -"ਜੇ ਤੁਸੀਂ ਟਰੈਕ ਵੰਡਿਆ ਤਾਂ, ਨਵੇਂ ਟਰੈਕ ਦਾ ਆਕਾਰ ੬ ਸਕਿੰਟ ਤੋਂ ਘੱਟ ਹੋਵੇਗਾ ਅਤੇ ਫਿੱਟ " -"ਕੀਤਾ ਜਾਵੇਗਾ।" +"ਜੇ ਤੁਸੀਂ ਟਰੈਕ ਵੰਡਿਆ ਤਾਂ, ਨਵੇਂ ਟਰੈਕ ਦਾ ਆਕਾਰ ੬ ਸਕਿੰਟ ਤੋਂ ਘੱਟ ਹੋਵੇਗਾ ਅਤੇ ਫਿੱਟ" +" ਕੀਤਾ ਜਾਵੇਗਾ।" #: ../src/brasero-split-dialog.c:181 ../src/brasero-split-dialog.c:752 msgid "_Split" diff -Nru brasero-3.12.2/po/pt_BR.po brasero-3.12.3/po/pt_BR.po --- brasero-3.12.2/po/pt_BR.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/pt_BR.po 2021-09-17 11:27:28.000000000 +0000 @@ -1,5 +1,5 @@ # Brazilian Portuguese translation of Brasero -# Copyright (C) 2007-2017 Brasero's COPYRIGHT HOLDER +# Copyright (C) 2007-2020 Brasero's COPYRIGHT HOLDER # This file is distributed under the same license as the Brasero package. # Vladimir Melo , 2007, 2009. # Og Maciel , 2007, 2009-2010. @@ -12,22 +12,22 @@ # André Gondim , 2009. # Antonio Fernandes C. Neto , 2010. # Enrico Nicoletto , 2013. -# Rafael Fontenelle , 2013, 2014, 2017. +# Rafael Fontenelle , 2013-2020. +# msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=braser" -"o&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2017-06-28 15:14+0000\n" -"PO-Revision-Date: 2017-06-28 15:00-0200\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2020-07-03 08:46+0000\n" +"PO-Revision-Date: 2020-07-18 08:57-0300\n" "Last-Translator: Rafael Fontenelle \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Virtaal 1.0.0-beta1\n" +"Plural-Forms: nplurals=2; plural=(n > 1)\n" +"X-Generator: Gtranslator 3.36.0\n" "X-Project-Style: gnome\n" #: ../data/brasero.appdata.xml.in.h:1 @@ -49,7 +49,7 @@ "burn them to a disc." msgstr "" "O Brasero pode criar, copiar e gravar CDs/DVDs de dados e áudio. Possui " -"suporte completo a CD-TEXT, multisessão e extensões joliet. Você pode " +"suporte completo a CD-TEXT, multissessão e extensões joliet. Você pode " "simplesmente arrastar e soltar arquivos de outros aplicativos locais ou de " "unidades remotas compartilhadas para facilmente gravá-los em um disco." @@ -83,19 +83,18 @@ # Dica de ferramenta no brasero-project-manager.c e no main.c #: ../data/brasero.desktop.in.in.h:8 -#| msgid "Copy a disc" msgid "Copy a Disc" -msgstr "Copia um disco" +msgstr "Copiar um disco" # Dica de ferramenta #: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" -msgstr "Cria um projeto de áudio" +msgstr "Criar um projeto de áudio" # Dica de ferramenta #: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" -msgstr "Cria um projeto de vídeo" +msgstr "Criar um projeto de vídeo" #: ../data/mime/brasero.xml.in.h:1 msgid "Brasero project file" @@ -2421,7 +2420,7 @@ #: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" -msgstr "Iste não parece ser um arquivo de imagem ISO válido" +msgstr "Este não parece ser um arquivo de imagem ISO válido" #: ../libbrasero-media/scsi-error.c:43 ../src/brasero-project-name.c:84 msgid "Unknown error" @@ -2727,7 +2726,7 @@ msgstr "Escrever no disco" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "Escrever o conteúdo em um CD ou DVD" @@ -2736,7 +2735,7 @@ msgstr "Copiar disco" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" msgstr "_Escrever no disco…" @@ -4144,7 +4143,7 @@ #: ../src/brasero-player.c:540 #, c-format msgid "%i × %i pixels" -msgstr "%i × %i pixéis" +msgstr "%i × %i pixels" #. No Preview view #: ../src/brasero-player.c:845 diff -Nru brasero-3.12.2/po/pt.po brasero-3.12.3/po/pt.po --- brasero-3.12.2/po/pt.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/pt.po 2021-09-17 11:27:28.000000000 +0000 @@ -6,22 +6,22 @@ # António Lima , 2009, 2010, 2011, 2012, 2013. # Tiago S. , 2014, 2015. # Sérgio Cardeira , 2016. +# Juliano de Souza Camargo , 2020. # msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2016-02-18 04:09+0000\n" -"PO-Revision-Date: 2016-02-17 21:41-0100\n" -"Last-Translator: Sérgio Cardeira \n" -"Language-Team: Português <>\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2020-08-23 23:21+0000\n" +"PO-Revision-Date: 2020-12-06 17:33+0000\n" +"Last-Translator: Hugo Carvalho \n" +"Language-Team: Portuguese <>\n" "Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Gtranslator 2.91.7\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" +"X-Generator: Gtranslator 3.38.0\n" "X-Project-Style: gnome\n" "X-Poedit-Basepath: /home/metalgod/brasero.brasero.pt.po\n" @@ -31,10 +31,10 @@ "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." msgstr "" -"O Brasero é uma aplicação do ambiente GNOME para gravar CD/DVDs. Foi " -"desenhado para ser o mais simples possível e tem algumas características " -"únicas que permitem aos utilizadores criar os seus discos fácil e " -"rapidamente." +"O Brasero é uma aplicação do Ambiente de trabalho GNOME para gravar CD/DVDs. " +"Esta foi criada para ser o mais simples possível e tem algumas " +"funcionalidades únicas que permitem aos utilizadores criar os seus discos " +"facilmente e rapidamente." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -43,8 +43,8 @@ "files from other local applications or from remote shared drives to easily " "burn them to a disc." msgstr "" -"O Brasero pode criar, copiar e gravar CDs ou DVDs de dados ou áudio. Suporta " -"CD-TEXT na totalidade, multi-sessão e extensões joliet. Pode simplesmente " +"O Brasero pode criar, copiar e gravar CDs ou DVDs de dados ou áudio. Este " +"suporta CD-TEXT, sessão múltipla e extensões ''joliet''. Pode simplesmente " "arrastar e largar os ficheiros de outras aplicações locais ou de discos " "remotos partilhados e gravá-los num disco." @@ -54,7 +54,7 @@ #: ../data/brasero.desktop.in.in.h:2 msgid "Disc Burner and Copier" -msgstr "Gravação e cópia de discos" +msgstr "Gravação e Cópia de Discos" #: ../data/brasero.desktop.in.in.h:3 msgid "Create and copy CDs and DVDs" @@ -66,25 +66,27 @@ #: ../data/brasero.desktop.in.in.h:5 msgid "Brasero Disc Burner" -msgstr "Gravação de discos Brasero" +msgstr "Gravador de Discos Brasero" #: ../data/brasero.desktop.in.in.h:6 msgid "Open a New Window" -msgstr "Abrir uma nova janela" +msgstr "Abrir uma Nova Janela" #: ../data/brasero.desktop.in.in.h:7 msgid "Burn an Image File" -msgstr "Gravar um ficheiro de imagem" +msgstr "Gravar um Ficheiro de Imagem" -# Dica de ferramenta #: ../data/brasero.desktop.in.in.h:8 -msgid "Create an Audio Project" -msgstr "Criar um projeto de áudio" +msgid "Copy a Disc" +msgstr "Copiar um Disco" -# Dica de ferramenta #: ../data/brasero.desktop.in.in.h:9 +msgid "Create an Audio Project" +msgstr "Criar um Projeto de Áudio" + +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" -msgstr "Criar um projeto de vídeo" +msgstr "Criar um Projeto de Vídeo" #: ../data/mime/brasero.xml.in.h:1 msgid "Brasero project file" @@ -92,7 +94,8 @@ #: ../data/org.gnome.brasero.gschema.xml.h:1 msgid "Should Nautilus extension output debug statements" -msgstr "Deve a extensão do Nautilus mostrar parâmetros de depuração na saída?" +msgstr "" +"A extensão do Nautilus deveria mostrar declarações de depuração na saída" #: ../data/org.gnome.brasero.gschema.xml.h:2 msgid "" @@ -104,7 +107,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:3 msgid "The type of checksum used for images" -msgstr "O tipo de checksum usada para ficheiros" +msgstr "O tipo de ''checksum'' utilizado para as imagens" #: ../data/org.gnome.brasero.gschema.xml.h:4 msgid "Set to 0 for MD5, 1 for SHA1 and 2 for SHA256" @@ -112,11 +115,11 @@ #: ../data/org.gnome.brasero.gschema.xml.h:5 msgid "The type of checksum used for files" -msgstr "O tipo de checksum usada para ficheiros" +msgstr "O tipo de ''checksum'' utilizado para os ficheiros" #: ../data/org.gnome.brasero.gschema.xml.h:6 msgid "Directory to use for temporary files" -msgstr "Pasta onde armazenar ficheiros temporários" +msgstr "Pasta a utilizar para os ficheiros temporários" #: ../data/org.gnome.brasero.gschema.xml.h:7 msgid "" @@ -124,8 +127,8 @@ "files. If that value is empty, the default directory set for glib will be " "used." msgstr "" -"Contém o caminho para a pasta onde o Brasero deve armazenar ficheiros " -"temporários. Se este valor estiver vazio, será utilizada a pasta predefinida " +"Contém o caminho para a pasta onde o Brasero deverá guardar os ficheiros " +"temporários. Se esse valor estiver vazio, será utilizada a pasta predefinida " "do glib." #: ../data/org.gnome.brasero.gschema.xml.h:8 @@ -184,7 +187,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:17 msgid "Used in conjunction with the \"-immed\" flag with cdrecord." -msgstr "Utilizado em conjunto com o parâmetro \"-immed\" com cdrecord" +msgstr "Utilizado em conjunto com o parâmetro \"-immed\" com cdrecord." #: ../data/org.gnome.brasero.gschema.xml.h:18 msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao" @@ -305,7 +308,7 @@ #: ../libbrasero-burn/brasero-blank-dialog.c:227 #: ../libbrasero-burn/brasero-blank-dialog.c:272 msgid "Blank _Again" -msgstr "Limpar _novamente" +msgstr "Limpar _Novamente" #: ../libbrasero-burn/brasero-blank-dialog.c:244 msgid "Unknown error." @@ -327,17 +330,17 @@ #: ../libbrasero-burn/brasero-blank-dialog.c:402 msgid "_Fast blanking" -msgstr "Limpar _rapidamente" +msgstr "Limpeza _rápida" #: ../libbrasero-burn/brasero-blank-dialog.c:403 msgid "Activate fast blanking, as opposed to a longer, thorough blanking" msgstr "" -"Ativar limpar rapidamente, por oposição a um um processo de limpeza mais " -"longo e minucioso" +"Ativar limpeza rápida, por oposição a um processo de limpeza mais longo e " +"minucioso" #: ../libbrasero-burn/brasero-blank-dialog.c:433 msgid "Disc Blanking" -msgstr "Limpeza de disco" +msgstr "Limpeza de Disco" #: ../libbrasero-burn/brasero-burn.c:162 msgid "Burning CD/DVD" @@ -356,7 +359,7 @@ #: ../plugins/libburnia/burn-libburn-common.c:186 #, c-format msgid "The drive is busy" -msgstr "O dispositivo está ocupado" +msgstr "A unidade está ocupada" #: ../libbrasero-burn/brasero-burn.c:332 #: ../libbrasero-burn/brasero-burn-dialog.c:651 @@ -526,17 +529,17 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:266 #: ../libbrasero-burn/brasero-burn-dialog.c:1190 msgid "Burning Disc" -msgstr "A gravar disco" +msgstr "Gravação de Disco" #: ../libbrasero-burn/brasero-burn-dialog.c:270 #: ../libbrasero-burn/brasero-burn-dialog.c:1186 msgid "Copying Disc" -msgstr "A copiar disco" +msgstr "Cópia de Disco" #: ../libbrasero-burn/brasero-burn-dialog.c:300 #: ../libbrasero-burn/burn-basics.c:78 msgid "Creating image" -msgstr "A criar imagem" +msgstr "A criar a imagem" #: ../libbrasero-burn/brasero-burn-dialog.c:306 msgid "Simulation of video DVD burning" @@ -758,7 +761,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:654 #, c-format msgid "There is no disc in \"%s\"." -msgstr "Nenhum disco em \"%s\":" +msgstr "Nenhum disco em \"%s\"." #: ../libbrasero-burn/brasero-burn-dialog.c:658 #, c-format @@ -1199,7 +1202,6 @@ msgid "Please select another image." msgstr "Por favor, selecione outra imagem." -# Precedido de: "This image can't be burnt:" #: ../libbrasero-burn/brasero-burn-options.c:523 msgid "It doesn't appear to be a valid disc image or a valid cue file." msgstr "Não parece ser uma imagem de disco válida ou um ficheiro cue válido." @@ -1297,7 +1299,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:811 msgid "Burn _Contents…" -msgstr "Gravar _conteúdos..." +msgstr "Gravar _Conteúdos…" #: ../libbrasero-burn/brasero-burn-options.c:893 msgid "Image Burning Setup" @@ -1862,7 +1864,7 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:799 #: ../src/brasero-playlist.c:497 msgid "Empty" -msgstr "Vazio" +msgstr "Descarregada" #: ../libbrasero-burn/brasero-track-data-cfg.c:725 msgid "Disc file" @@ -2105,7 +2107,7 @@ "O local onde escolheu gravar temporariamente a imagem não possui espaço " "livre suficiente para armazenar a imagem de disco (%ld MiB necessários)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Não foi possível obter o tamanho do volume" @@ -2138,7 +2140,6 @@ msgid "VIDEO_TS directory is missing or invalid" msgstr "A pasta VIDEO_TS está em falta ou é inválida" -# Não é continuação de frase alguma #: ../libbrasero-burn/burn-plugin.c:647 #, c-format msgid "\"%s\" could not be found in the path" @@ -2407,7 +2408,6 @@ msgid "Data disc (%s)" msgstr "Disco de dados (%s)" -# Precedido de: "This image can't be burnt:" #: ../libbrasero-media/burn-iso9660.c:158 #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 @@ -2696,7 +2696,7 @@ #: ../src/brasero-project.c:2250 ../src/brasero-project-name.c:168 msgctxt "picture" msgid "Image files" -msgstr "Ficheiros de imagem" +msgstr "Ficheiro de imagem" #. Translators: this is the name of the plugin #. * which will be translated only when it needs @@ -2721,7 +2721,7 @@ msgstr "Gravar no disco" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "Gravar conteúdos num CD ou DVD" @@ -2730,9 +2730,9 @@ msgstr "Copiar disco" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" -msgstr "_Gravar no disco..." +msgstr "_Gravar no Disco…" #: ../nautilus/nautilus-burn-extension.c:572 msgid "Write disc image to a CD or DVD" @@ -2740,7 +2740,7 @@ #: ../nautilus/nautilus-burn-extension.c:645 msgid "_Copy Disc…" -msgstr "_Copiar disco..." +msgstr "_Copiar Disco…" #: ../nautilus/nautilus-burn-extension.c:646 msgid "Create a copy of this CD or DVD" @@ -2748,7 +2748,7 @@ #: ../nautilus/nautilus-burn-extension.c:659 msgid "_Blank Disc…" -msgstr "_Limpar disco..." +msgstr "_Limpar Disco…" #: ../nautilus/nautilus-burn-extension.c:660 msgid "Blank this CD or DVD" @@ -2756,7 +2756,7 @@ #: ../nautilus/nautilus-burn-extension.c:676 msgid "_Check Disc…" -msgstr "_Verificar disco..." +msgstr "_Verificar Disco…" #: ../nautilus/nautilus-burn-extension.c:677 msgid "Check the data integrity on this CD or DVD" @@ -2772,7 +2772,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2785,7 +2785,7 @@ #: ../plugins/cdrdao/burn-cdrdao.c:55 msgid "cdrdao burning suite" -msgstr "Conjunto de gravação cdrdao" +msgstr "conjunto de gravação cdrdao" #: ../plugins/cdrdao/burn-cdrdao.c:103 msgid "Copying audio track" @@ -2822,7 +2822,7 @@ #: ../plugins/cdrkit/burn-cdrkit.h:38 msgid "cdrkit burning suite" -msgstr "Conjunto de gravação cdrkit" +msgstr "conjunto de gravação cdrkit" #: ../plugins/cdrkit/burn-genisoimage.c:119 #: ../plugins/cdrtools/burn-mkisofs.c:119 @@ -2906,7 +2906,6 @@ msgid "Formatting disc" msgstr "A formatar disco" -# http://en.wikipedia.org/wiki/Cue_sheet_%28computing%29 #: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 msgid "Writing cue sheet" msgstr "A gravar folha cue" @@ -2962,7 +2961,7 @@ #: ../plugins/cdrtools/burn-cdrtools.h:38 msgid "cdrtools burning suite" -msgstr "Conjunto de gravação cdrtools" +msgstr "conjunto de gravação cdrtools" #: ../plugins/cdrtools/burn-mkisofs.c:138 msgid "This version of mkisofs is not supported" @@ -3069,7 +3068,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3084,26 +3083,26 @@ "\"regionset %s\" ou execute o comando \"DVDCSS_METHOD=title brasero --" "noexisting-session\"" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "A obter chaves de DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Não foi possível abrir o DVD de vídeo" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Erro ao ler DVD de vídeo (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "A copiar DVD de vídeo" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Copia DVDs de vídeo encriptados com CSS para uma imagem de disco" @@ -3121,18 +3120,18 @@ #: ../plugins/growisofs/burn-growisofs-common.h:38 msgid "growisofs burning suite" -msgstr "Conjunto de gravação growisofs" +msgstr "conjunto de gravação growisofs" #: ../plugins/libburnia/burn-libburn.c:242 #: ../plugins/libburnia/burn-libburn.c:250 #, c-format msgid "libburn track could not be created" -msgstr "Não foi possível criar faixa libburn" +msgstr "não foi possível criar a faixa libburn" #: ../plugins/libburnia/burn-libburn-common.c:158 #, c-format msgid "libburn library could not be initialized" -msgstr "Não foi possível inicializar a biblioteca libburn" +msgstr "não foi possível inicializar a biblioteca libburn" #: ../plugins/libburnia/burn-libburn-common.c:173 #, c-format @@ -3146,7 +3145,7 @@ #: ../plugins/libburnia/burn-libburnia.h:38 msgid "libburnia burning suite" -msgstr "Conjunto de gravação libburnia" +msgstr "conjunto de gravação libburnia" #: ../plugins/libburnia/burn-libisofs.c:222 #: ../plugins/libburnia/burn-libisofs.c:291 @@ -3159,14 +3158,13 @@ #: ../plugins/libburnia/burn-libisofs.c:893 #, c-format msgid "libisofs could not be initialized." -msgstr "Não foi possível inicializar libisofs." +msgstr "não foi possível inicializar libisofs." #: ../plugins/libburnia/burn-libisofs.c:485 #, c-format msgid "Read options could not be created" msgstr "Não foi possível criar leitura de opções" -# Não é continuação de frase alguma #. Translators: %s is the path #: ../plugins/libburnia/burn-libisofs.c:684 #, c-format @@ -3184,7 +3182,9 @@ #, c-format msgid "" "libisofs reported an error while adding contents to directory \"%s\" (%x)" -msgstr "Libisofs relatou um erro ao adicionar conteúdos à pasta \"%s\" (%x)" +msgstr "" +"libisofs reportou um erro enquanto adicionava os conteúdos à diretoria \"%s" +"\" (%x)" #: ../plugins/libburnia/burn-libisofs.c:782 #: ../plugins/libburnia/burn-libisofs.c:798 @@ -3339,7 +3339,7 @@ #: ../src/brasero-app.c:136 msgid "_Blank…" -msgstr "_Limpar..." +msgstr "_Limpar…" #: ../src/brasero-app.c:137 msgid "Blank a disc" @@ -3347,7 +3347,7 @@ #: ../src/brasero-app.c:139 msgid "_Check Integrity…" -msgstr "_Verificar integridade..." +msgstr "_Verificar Integridade…" #: ../src/brasero-app.c:140 msgid "Check data integrity of disc" @@ -3361,7 +3361,6 @@ msgid "_Contents" msgstr "_Conteúdos" -# Dica de ferramenta (acho!) #: ../src/brasero-app.c:145 msgid "Display help" msgstr "Mostrar ajuda" @@ -3440,9 +3439,12 @@ #: ../src/brasero-app.c:1227 msgid "translator-credits" msgstr "" -"Luis Medinas \n" "António Lima \n" -"Pedro Albuquerque " +"Luis Medinas \n" +"Manuela Silva \n" +"Pedro Albuquerque \n" +"Juliano de Souza Camargo \n" +"Hugo Carvalho Size:\t %i × %i " -#~ "pixels" -#~ msgstr "" -#~ "Tamanho:\t %i x %i " -#~ "pixeis" - -#~ msgid "" -#~ "%s\n" -#~ "by %s" -#~ msgstr "" -#~ "%s\n" -#~ "por %s" - -#~ msgid "" -#~ "Loading information\n" -#~ "about %s" -#~ msgstr "" -#~ "A carregar informação\n" -#~ "sobre %s" - -#~ msgid "" -#~ "Do you really want to create a new project and discard the changes to " -#~ "current one?" -#~ msgstr "" -#~ "Deseja realmente criar um novo projeto e descartar as alterações ao " -#~ "projeto atual?" - -#~ msgid "An error occured while writing to disc" -#~ msgstr "Ocorreu um erro ao gravar para o disco" - -#~ msgid "Error reading video DVD (%s)" -#~ msgstr "Erro ao ler DVD de vídeo (%s)" - -#~ msgid "Directories cannot be added to video discs." -#~ msgstr "Não podem ser adicionados diretórios a discos de vídeo." - -#~ msgid "Brasero Disc Copier" -#~ msgstr "Copiador de Discos Brasero" - -#~ msgid "Copy CDs and DVDs" -#~ msgstr "Copiar CDs e DVDs" - -#~ msgid "Disc Copier" -#~ msgstr "Copiar Discos" - -#~ msgid "Brasero - Creating Image" -#~ msgstr "Brasero - A Criar imagem" - -#~ msgid "Brasero - Burning DVD (Simulation)" -#~ msgstr "Brasero - A Gravar DVD (Simulação)" - -#~ msgid "Brasero - Burning DVD" -#~ msgstr "Brasero - A Gravar DVD" - -#~ msgid "Burning DVD (Simulation)" -#~ msgstr "A Gravar DVD (Simulação)" - -#~ msgid "Brasero - Copying DVD (Simulation)" -#~ msgstr "Brasero - A Copiar DVD (Simulação)" - -#~ msgid "Brasero - Copying DVD" -#~ msgstr "Brasero - A Copiar DVD" - -#~ msgid "Brasero - Burning CD (Simulation)" -#~ msgstr "Brasero - A Gravar CD (Simulação)" - -#~ msgid "Brasero - Burning CD" -#~ msgstr "Basero - A Gravar CD" - -#~ msgid "Brasero - Copying CD (Simulation)" -#~ msgstr "Brasero - A Copiar CD (Simulação)" - -#~ msgid "Brasero - Copying CD" -#~ msgstr "Brasero - A Copiar CD" - -#~ msgid "Brasero - Burning disc" -#~ msgstr "Brasero - A gravar disco" - -#~ msgid "Brasero - Burning Disc (Simulation)" -#~ msgstr "Brasero - A Gravar Disco (Simulação)" - -#~ msgid "Brasero - Burning Disc" -#~ msgstr "Brasero - A Gravar Disco" - -#~ msgid "Brasero - Copying Disc (Simulation)" -#~ msgstr "Brasero - A Copiar Disco (Simulação)" - -#~ msgid "Brasero - Copying Disc" -#~ msgstr "Brasero - a Copiar Disco" - -#~ msgid "Appending new files to a multisession disc is not advised." -#~ msgstr "" -#~ "Não é recomendado acrescentar novos ficheiros a um disco multissessão" - -#~ msgid "Brasero - Creating Image (%i%% Done)" -#~ msgstr "Brasero - A criar Imagem (%i%% Terminado)" - -#~ msgid "Brasero - Copying DVD (%i%% Done)" -#~ msgstr "Brasero - A Copiar DVD (%i%% Terminado)" - -#~ msgid "Brasero - Burning DVD (%i%% Done)" -#~ msgstr "Brasero - A Gravar DVD (%i%% Terminado)" - -#~ msgid "Brasero - Copying CD (%i%% Done)" -#~ msgstr "Brasero - A Copiar CD (%i%% Terminado)" - -#~ msgid "Brasero - Burning CD (simulation)" -#~ msgstr "Brasero - A Gravar CD (Simulação)" - -#~ msgid "Brasero - Burning CD (%i%% Done)" -#~ msgstr "Brasero - A Gravar CD (%i%% Terminado)" - -#~ msgid "Brasero - Copying Disc (%i%% Done)" -#~ msgstr "Brasero - A Copiar Disco (%i%% Terminado)" - -#~ msgid "Brasero - Burning Disc (%i%% Done)" -#~ msgstr "Brasero - A Gravar Disco (%i%% Terminado)" - -#~ msgid "Session Log" -#~ msgstr "Registo de Sessão" - -#~ msgid "The session log cannot be displayed." -#~ msgstr "Incapaz de apresentar o registo de sessão" - -#~ msgid "The log file could not be found" -#~ msgstr "Não foi possível localizar o ficheiro de registo" - -#~ msgid "" -#~ "This is a excerpt from the session log (the last 10 MiB):\n" -#~ "\n" -#~ msgstr "" -#~ "Este é um trecho do registo da sessão (os últimos 10 MiB):\n" -#~ "\n" - -#~ msgid "_View Log" -#~ msgstr "_Ver Registo" - -#~ msgid "There is no recordable disc inserted." -#~ msgstr "Nenhum disco gravável inserido." - -#~ msgid "Such a disc cannot be copied without the proper plugins." -#~ msgstr "" -#~ "Um disco deste tipo não pode ser copiado sem os plugins apropriados." - -#~ msgid "It is not possible to write with the current set of plugins." -#~ msgstr "Não é possível gravar com o conjunto de plugins atual." - -#~ msgid "CD/DVD Copy Options" -#~ msgstr "Opções de Cópia de CD/DVD" - -#~ msgid "The drive cannot burn or the disc cannot be burnt" -#~ msgstr "O dispositivo não pode gravar ou o disco não pode ser gravado" - -#~ msgid "_Eject after burning" -#~ msgstr "_Ejetar ao terminar a gravação" - -#~ msgid "_Show errors" -#~ msgstr "_Apresentar erros" - -#~ msgid "Close this notification window" -#~ msgstr "Fechar esta janela de notificação" - -#~ msgid "_Write to Disc..." -#~ msgstr "_Gravar no Disco..." - -#~ msgid "_Blank Disc..." -#~ msgstr "_Limpar Disco..." - -#~ msgid "_Blank..." -#~ msgstr "_Limpar..." - -#~ msgid "Default height for image preview." -#~ msgstr "Altura por omissão para pré-visualização de imagens." - -#~ msgid "Default height for video preview." -#~ msgstr "Altura por omissão para pré-visualização de vídeo." - -#~ msgid "Default width for image preview." -#~ msgstr "Largura por omissão para pré-visualização de imagens." - -#~ msgid "Default width for video preview." -#~ msgstr "Largura por omissão para pré-visualização de vídeo." - -#~ msgid "Enable side pane" -#~ msgstr "Ativar painel lateral" - -#~ msgid "Height for video preview" -#~ msgstr "Altura para pré-visualização de vídeo" - -#~ msgid "Height of image preview" -#~ msgstr "Altura de pré-visualização de imagens" - -#~ msgid "Layout of UI" -#~ msgstr "Disposição da IU" - -#~ msgid "Pane to display audio projects" -#~ msgstr "Painel para apresentar projetos de áudio" - -#~ msgid "Pane to display data projects" -#~ msgstr "Painel para apresentar projetos de dados" - -#~ msgid "Pane to display video projects" -#~ msgstr "Painel para apresentar projetos de vídeo" - -#~ msgid "Should brasero notify when files are filtered" -#~ msgstr "O Brasero deve notificar quando ficheiros forem filtrados" - -#~ msgid "" -#~ "Should brasero notify when files are filtered. Set to true, brasero will " -#~ "display the notification." -#~ msgstr "" -#~ "O Brasero deve notificar quando ficheiros forem filtrados. Se definido " -#~ "como verdadeiro, o brasero irá apresentar a notificação." - -#~ msgid "" -#~ "The pane to display with audio projects. It should be one of the " -#~ "following: \"Chooser\", \"Search\" or \"Playlist\"." -#~ msgstr "" -#~ "O painel a ser apresentado para projetos de áudio. Deverá ser um dos " -#~ "seguintes: \"Chooser\", \"Search\" ou \"Playlist\"." - -#~ msgid "" -#~ "The pane to display with data projects. It should be one of the " -#~ "following: \"Chooser\" or \"Search\"." -#~ msgstr "" -#~ "O painel a ser apresentado para projetos de dados. Deverá ser um dos " -#~ "seguintes: \"Chooser\" ou \"Search\"." - -#~ msgid "" -#~ "The pane to display with video projects. It should be one of the " -#~ "following: \"Chooser\", \"Search\" or \"Playlist\"." -#~ msgstr "" -#~ "O painel a ser apresentado para projetos de vídeo. Deverá ser um dos " -#~ "seguintes: \"Chooser\", \"Search\" ou \"Playlist\"." - -#~ msgid "" -#~ "This key sets where the project pane should be (0 = on the right, 1 = on " -#~ "the left, 2 = at the top, 3 = at the bottom)" -#~ msgstr "" -#~ "Esta chave define onde o painel de projeto deverá estar (0 = à direita, 1 " -#~ "= à esquerda, 2 = no topo, 3 = no fundo)" - -#~ msgid "Whether to display a side pane. Set to true to use it." -#~ msgstr "" -#~ "Apresentar ou não um painel lateral. Definir como verdadeiro para " -#~ "utilizar." - -#~ msgid "Width for image preview" -#~ msgstr "Largura para pré-visualização de imagens" - -#~ msgid "Width for video preview" -#~ msgstr "Largura para pré-visualização de vídeo" - -#~ msgid "_Split Track..." -#~ msgstr "_Dividir Faixa..." - -#~ msgid "R_ename..." -#~ msgstr "R_enomear..." - -#~ msgid "_Burn..." -#~ msgstr "_Gravar..." - -#~ msgid "To add files to this project you can:" -#~ msgstr "Para adicionar ficheiros a este projeto, pode:" - -#~ msgid "click the \"Add\" button to show a selection dialog" -#~ msgstr "clicar no botão \"Adicionar\" para apresentar o diálogo de seleção" - -#~ msgid "select files in the selection pane and click the \"Add\" button" -#~ msgstr "" -#~ "selecionar ficheiros no painel de seleção e clicar no botão \"Adicionar\"" - -#~ msgid "" -#~ "drag files in this area from the selection pane or from the file manager" -#~ msgstr "" -#~ "arrastar ficheiros nesta área do painel de seleção ou a partir do gestor " -#~ "de ficheiros" - -#~ msgid "double click on files in the selection pane" -#~ msgstr "fazer duplo clique em ficheiros no painel de seleção" - -#~ msgid "copy files (from file manager for example) and paste in this area" -#~ msgstr "" -#~ "copiar ficheiros (por exemplo, do gestor de ficheiros) e colar nesta área" - -#~ msgid "To remove files from this project you can:" -#~ msgstr "Para remover ficheiros deste projeto, pode:" - -#~ msgid "click on the \"Remove\" button to remove selected items in this area" -#~ msgstr "" -#~ "clicar no botão \"Remover\" para remover itens selecionados nesta área" - -#~ msgid "select items in this area, and choose \"Remove\" from context menu" -#~ msgstr "" -#~ "selecionar itens nesta área, e selecionar \"Remover\" a partir do menu de " -#~ "contexto" - -#~ msgid "select items in this area, and press \"Delete\" key" -#~ msgstr "selecionar itens nesta área, e pressionar a tecla \"Delete\"" - -#~ msgid "Project estimated size: %s" -#~ msgstr "Tamanho estimado do projeto: %s" - -#~ msgid "" -#~ "If you choose to create a new project, all files already added will be " -#~ "discarded. Note that files will not be deleted from their own location, " -#~ "just no longer listed here." -#~ msgstr "" -#~ "Se escolher criar um novo projeto, todos os ficheiros já adicionados " -#~ "serão descartados. Note que os ficheiros não serão apagados da sua " -#~ "localização, apenas não estarão listados aqui." - -#~ msgid "Save project as an IRIVER playlist" -#~ msgstr "Gravar projeto como uma lista de reprodução IRIVER" - -#~ msgid "_Open..." -#~ msgstr "_Abrir..." - -#~ msgid "PATH TO PLAYLIST" -#~ msgstr "CAMINHO PARA A LISTA DE REPRODUÇÃO" - -#~ msgid "Your version of cdrdao does not seem to be supported by libbrasero" -#~ msgstr "Parece não haver suporte para sua versão do cdrdao na libbrasero" - -#~ msgid "Use cdrdao to copy and burn CDs" -#~ msgstr "Utilizar cdrdao para gravar CDs" - -#~ msgid "Toc2cue converts .toc files into .cue files" -#~ msgstr "Toc2cue converte ficheiros .toc para .cue" - -#~ msgid "Use genisoimage to create images from a file selection" -#~ msgstr "" -#~ "Utilizar genisoimage para criar imagens a partir de uma seleção de " -#~ "ficheiros" - -#~ msgid "Use readom to create disc images" -#~ msgstr "Utilizar o readom para criar imagens de disco" - -#~ msgid "Use wodim to burn CDs and DVDs" -#~ msgstr "Utilizar wodim para gravar CDs e DVDs" - -#~ msgid "Use cdrecord to burn CDs and DVDs" -#~ msgstr "Utilizar cdrecord para gravar CDs e DVDs" - -#~ msgid "Encrypted DVD: please install libdvdcss version 1.2.x" -#~ msgstr "DVD encriptado: por favor, instale a libdvdcss versão 1.2.x" - -#~ msgid "" -#~ "Libdvdcss version %s is not supported.\n" -#~ "Please install libdvdcss version 1.2.x" -#~ msgstr "" -#~ "Libdvdcss versão %s não é suportada.\n" -#~ "Por favor, instale a libdvdcss versão 1.2.x" - -#~ msgid "Libdvdcss could not be loaded properly" -#~ msgstr "Não foi possível carregar corretamente a libdvdcss" - -#~ msgid "Dvdcss allows to read css encrypted video DVDs" -#~ msgstr "Dvdcss permite ler DVDs encriptados com css" - -#~ msgid "Dvd+rw-format blanks and formats DVD+/-R(W)" -#~ msgstr "Dvd+rw-format limpa e formata DVD+/-R(W)" - -#~ msgid "Growisofs burns DVDs" -#~ msgstr "Growisofs grava DVDs" - -#~ msgid "Libburn burns CD(RW), DVD+/-(RW)" -#~ msgstr "Libburn grava CD(RW), DVD+/-(RW)" - -#~ msgid "Libisofs creates disc images from files" -#~ msgstr "Libisofs cria imagens de disco a partir de ficheiros" - -#~ msgid "" -#~ "Transcode converts song files into a format proper to burn them on CDs" -#~ msgstr "" -#~ "Transcode converte ficheiros de áudio para um formato apropriado para " -#~ "gravação em CD" - -#~ msgid "_Options..." -#~ msgstr "_Opções..." - -#~ msgid "Use dvdauthor to create Video DVDs" -#~ msgstr "Utilizar dvdauthor para criar DVDs de Vídeo" - -#~ msgid "Use vcdimager to create SVCDs" -#~ msgstr "Utilizar vcdimager para criar SVCDs" - -#~ msgid "" -#~ "A file with the same name is about to be added into the same directory " -#~ "and will replace it if you accept." -#~ msgstr "" -#~ "Um ficheiro com o mesmo nome está prestes a ser adicionado ao mesmo " -#~ "diretório e irá substituí-lo se aceitar." - -#~ msgid "Select an icon for the disc that will appear in file managers" -#~ msgstr "" -#~ "Selecione um ícone para o disco que irá aparecer nos gestores de ficheiros" - -#~ msgid "Drive" -#~ msgstr "Dispositivo" - -#~ msgid "%lli:%02lli min" -#~ msgstr "%lli:%02lli min" - -#~ msgid "Audio %s" -#~ msgstr "%s de áudio" - -#~ msgid "Data %s" -#~ msgstr "%s de dados" - -#~ msgid "Unable to launch the cd burner application" -#~ msgstr "Incapaz de iniciar a aplicação de gravação de cd" - -#~ msgctxt "disc" -#~ msgid "Image files only" -#~ msgstr "Apenas ficheiros de imagem" - -#~ msgid "_Erase..." -#~ msgstr "_Apagar..." - -#~ msgid "Erase a disc" -#~ msgstr "Apagar um disco" - -#~ msgid "Exit the program" -#~ msgstr "Sair do programa" - -#~ msgid "It will be removed from the project" -#~ msgstr "Será removido do projeto" - -#~ msgid "%s only" -#~ msgstr "%s apenas" - -#~ msgid "_Erase Disc" -#~ msgstr "_Apagar Disco" - -#~ msgid "You might not be able to listen to it with stereos." -#~ msgstr "Poderá não conseguir ouvi-lo em aparelhagens." - -#~ msgid "Please delete some files from the project." -#~ msgstr "Por favor apague alguns ficheiros do projeto." - -#~ msgid "" -#~ "This file is the image of a disc and can therefore be burnt to disc " -#~ "without having to add it to a data project first." -#~ msgstr "" -#~ "Este ficheiro é a imagem de um disco e por isso pode ser gravado para um " -#~ "disco sem ser necessário adicioná-lo previamente a um projeto de dados." - -#~ msgid "_Add to Project" -#~ msgstr "_Adicionar a Projeto" - -#~ msgid "It already exists in the directory." -#~ msgstr "Já existe no diretório." - -#~ msgid "_Keep Project File" -#~ msgstr "_Guardar Ficheiro de Projeto" - -#~ msgid "_Replace Project File" -#~ msgstr "_Substituir Ficheiro de Projeto" - -#~ msgid "Increase compatibility with _Windows systems" -#~ msgstr "Aumentar compatibilidade com sistemas _Windows" - -#~ msgid "" -#~ "Improve compatibility with Windows systems by allowing to display long " -#~ "filenames (maximum 64 characters)" -#~ msgstr "" -#~ "Melhorar compatibilidade com sistemas Windows permitindo apresentar nomes " -#~ "de ficheiros longos (máximo de 64 carateres)" - -#~ msgid "Disc options" -#~ msgstr "Opções de disco" - -#~ msgid "Unknown" -#~ msgstr "Desconhecido" - -#~ msgid "_Temporary directory free space:" -#~ msgstr "Espaço livre no diretório _temporário:" - -#~ msgctxt "picture" -#~ msgid "Image files only" -#~ msgstr "Somente ficheiros de imagen" - -#~ msgid "Let brasero choose (safest)" -#~ msgstr "Deixar o brasero selecionar (mais seguro)" - -#~ msgid "*.toc image (cdrdao)" -#~ msgstr "Imagem *.toc (cdrdao)" - -#~ msgid "_Name:" -#~ msgstr "_Nome:" - -#~ msgid "Project estimated size: %s/%s" -#~ msgstr "Tamanho estimado do projeto: %s/%s" - -#~ msgid "\"%s\" already exists" -#~ msgstr "\"%s\" já existe" - -#~ msgid "Display debug statements on stdout" -#~ msgstr "Apresentar parâmetros de depuração na saída stdout" - -#~ msgid "drag and release items out from this area" -#~ msgstr "arrastar e largar itens fora desta área" - -#~ msgid "A directory could not be created (%s)" -#~ msgstr "Não possível foi criar um diretório (%s)" diff -Nru brasero-3.12.2/po/ro.po brasero-3.12.3/po/ro.po --- brasero-3.12.2/po/ro.po 2014-08-21 12:30:51.000000000 +0000 +++ brasero-3.12.3/po/ro.po 2020-04-07 12:27:22.000000000 +0000 @@ -4,15 +4,15 @@ # Adi Roiban https://launchpad.net/~adiroiban, 2008, 2009 # Mișu Moldovan , 2008, 2009. # Lucian Adrian Grijincu , 2009, 2010, 2011. -# Daniel Șerbănescu , 2010, 2014. +# Daniel Șerbănescu , 2010, 2014, 2017. # Răpițeanu Viorel-Cătălin , 2013. msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=braser" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=braser" "o&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-08-01 02:58+0000\n" -"PO-Revision-Date: 2014-08-01 10:17+0200\n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-08-04 20:47+0200\n" "Last-Translator: Daniel Șerbănescu \n" "Language-Team: Gnome Romanian Translation Team\n" "Language: ro\n" @@ -76,10 +76,15 @@ msgstr "Scrie un fișier imagine" #: ../data/brasero.desktop.in.in.h:8 +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "Copiază un disc" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Creează un proiect audio" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Creează un proiect video" @@ -423,24 +428,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (aplicație)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (bibliotecă)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (modul Gstreamer)" @@ -471,18 +473,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "A apărut o eroare internă" @@ -1199,8 +1200,7 @@ msgstr "Introduceți un disc ce nu este protejat la copiere." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Nu sunt instalate toate aplicațiile și bibliotecile necesare." @@ -1264,8 +1264,7 @@ msgid "Video Options" msgstr "Opțiuni video" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1308,8 +1307,7 @@ msgid "Select disc to copy" msgstr "Alegeți disc pentru copiere" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Instalați următoarele manual și reîncercați:" @@ -1834,12 +1832,12 @@ msgid "The drive is empty" msgstr "Dispozitivul este gol" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Alegeți un disc" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Progres" @@ -2099,7 +2097,7 @@ "Locația în care ați ales să stocați imaginea temporară nu are destul spațiu " "liber pentru imaginea discului (%ld MO necesari)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Nu s-a putut obține dimensiunea volumului" @@ -2394,8 +2392,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Disc de date (%s)" @@ -2404,8 +2402,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Nu pare a fi o imagine ISO validă" @@ -2765,7 +2762,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3062,7 +3059,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3077,26 +3074,26 @@ "dumneavoastră CD/DVD , cu comanda „regionset %s” sau rulați comanda " "„DVDCSS_METHOD=title brasero --no-existing-session”" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Se obțin cheile DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "DVD-ul video nu a putut fi deschis" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Eroare la citirea DVD-ului video (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Se copiază DVD-ul video" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Copiază DVD-uri video criptate cu css pe o imagine de disc" @@ -4176,25 +4173,25 @@ msgid "Copyright %s" msgstr "Drepturi de autor %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_Despre" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "C_onfigurează" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "A_ctivează" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "Activează _tot" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "_Dezactivează tot" diff -Nru brasero-3.12.2/po/ru.po brasero-3.12.3/po/ru.po --- brasero-3.12.2/po/ru.po 2015-04-28 10:49:45.000000000 +0000 +++ brasero-3.12.3/po/ru.po 2020-04-07 12:27:22.000000000 +0000 @@ -13,10 +13,10 @@ msgid "" msgstr "" "Project-Id-Version: ru\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" "product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-02-26 16:02+0000\n" -"PO-Revision-Date: 2015-02-26 23:42+0300\n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-12-13 20:52+0300\n" "Last-Translator: Stas Solovey \n" "Language-Team: Русский \n" "Language: ru\n" @@ -24,8 +24,8 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"X-Generator: Gtranslator 2.91.6\n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Poedit 2.0.5\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -78,10 +78,14 @@ msgstr "Записать файл образа" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "Копировать диск" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Создать аудиопроект" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Создать видеопроект" @@ -419,24 +423,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (приложение)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (библиотека)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (модуль GStreamer)" @@ -467,18 +468,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Произошла внутренняя ошибка" @@ -1193,8 +1193,7 @@ msgstr "Вставьте диск, не защищённый от копирования." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Не установлены все необходимые приложения и библиотеки." @@ -1256,8 +1255,7 @@ msgid "Video Options" msgstr "Параметры видео" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1298,8 +1296,7 @@ msgid "Select disc to copy" msgstr "Выберите диск для копирования" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Установите следующие компоненты вручную и попробуйте ещё раз:" @@ -2086,7 +2083,7 @@ "Выбранное местоположение не имеет достаточно свободного места для хранения " "временного образа диска (необходимо %ld МБ)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Не удалось получить размер тома" @@ -2379,8 +2376,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Файлы (%s)" @@ -2389,8 +2386,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Не является допустимым образом диска в формате ISO" @@ -2750,7 +2746,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3047,7 +3043,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3061,26 +3057,26 @@ "для CD/DVD проигрывателя с помощью команды «regionset %s», либо выполните " "команду «DVDCSS_METHOD=title brasero --no-existing-session»" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Получение DVD ключей" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Не удалось открыть видео DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Ошибка чтения видео DVD (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Копирование видео DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Копирует видео DVD, защищённые CSS, в образ диска" diff -Nru brasero-3.12.2/po/sl.po brasero-3.12.3/po/sl.po --- brasero-3.12.2/po/sl.po 2017-07-25 13:16:35.000000000 +0000 +++ brasero-3.12.3/po/sl.po 2021-09-16 14:27:35.000000000 +0000 @@ -3,7 +3,7 @@ # This file is distributed under the same license as the brasero package. # # Matic Žgur , 2006. -# Matej Urbančič , 2007-2017. +# Matej Urbančič , 2007-2019. # msgid "" msgstr "" @@ -11,17 +11,16 @@ "Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" "product=brasero&keywords=I18N+L10N&component=general\n" "POT-Creation-Date: 2017-07-06 16:34+0200\n" -"PO-Revision-Date: 2017-07-06 16:34+0200\n" +"PO-Revision-Date: 2019-03-24 20:27+0100\n" "Last-Translator: Matej Urbančič \n" "Language-Team: Slovenian GNOME Translation Team \n" "Language: sl_SI\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" -"%100==4 ? 3 : 0);\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n" "X-Poedit-SourceCharset: utf-8\n" -"X-Generator: Poedit 2.0.1\n" +"X-Generator: Poedit 2.2.1\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -360,7 +359,7 @@ #: ../libbrasero-burn/brasero-burn.c:409 #, c-format msgid "\"%s\" cannot be unlocked" -msgstr "\"%s\" ni mogoče zakleniti" +msgstr "»%s« ni mogoče zakleniti" #: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 #: ../libbrasero-burn/brasero-burn.c:761 @@ -741,42 +740,42 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:650 #, c-format msgid "\"%s\" is busy." -msgstr "\"%s\" je zaposlen:" +msgstr "»%s« je zaposlen:" #: ../libbrasero-burn/brasero-burn-dialog.c:654 #, c-format msgid "There is no disc in \"%s\"." -msgstr "V \"%s\" ni nobenega diska." +msgstr "V »%s« ni nobenega diska." #: ../libbrasero-burn/brasero-burn-dialog.c:658 #, c-format msgid "The disc in \"%s\" is not supported." -msgstr "Disk v \"%s\" ni podprt." +msgstr "Disk v »%s« ni podprt." #: ../libbrasero-burn/brasero-burn-dialog.c:662 #, c-format msgid "The disc in \"%s\" is not rewritable." -msgstr "Disk v \"%s\" ni prepisljiv." +msgstr "Disk v »%s« ni prepisljiv." #: ../libbrasero-burn/brasero-burn-dialog.c:666 #, c-format msgid "The disc in \"%s\" is empty." -msgstr "Disk v \"%s\" je prazen." +msgstr "Disk v »%s« je prazen." #: ../libbrasero-burn/brasero-burn-dialog.c:670 #, c-format msgid "The disc in \"%s\" is not writable." -msgstr "Disk v \"%s\" ni zapisljiv." +msgstr "Disk v »%s« ni zapisljiv." #: ../libbrasero-burn/brasero-burn-dialog.c:674 #, c-format msgid "Not enough space available on the disc in \"%s\"." -msgstr "Na disku \"%s\" ni dovolj prostora." +msgstr "Na disku »%s« ni dovolj prostora." #: ../libbrasero-burn/brasero-burn-dialog.c:682 #, c-format msgid "The disc in \"%s\" needs to be reloaded." -msgstr "Disk v \"%s\" mora biti ponovno naložen." +msgstr "Disk v »%s« mora biti ponovno naložen." #: ../libbrasero-burn/brasero-burn-dialog.c:683 msgid "Please eject the disc and reload it." @@ -908,7 +907,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1037 #, c-format msgid "Please eject the disc from \"%s\" manually." -msgstr "Disk je treba ročno izvreči iz naprave \"%s\"." +msgstr "Disk je treba ročno izvreči iz naprave »%s«." #: ../libbrasero-burn/brasero-burn-dialog.c:1046 msgid "" @@ -1268,7 +1267,7 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned." msgstr "" -"Na voljo je le ena izbrana datoteka (\"%s\"). Ta datoteka je odtis diska, " +"Na voljo je le ena izbrana datoteka (»%s«). Ta datoteka je odtis diska, " "njegovo vsebino pa je mogoče zapisati." #: ../libbrasero-burn/brasero-burn-options.c:809 @@ -1323,7 +1322,7 @@ #: ../libbrasero-burn/brasero-data-vfs.c:218 #, c-format msgid "\"%s\" cannot be read" -msgstr "\"%s\" ni mogoče brati" +msgstr "»%s« ni mogoče brati" #: ../libbrasero-burn/brasero-dest-selection.c:605 #: ../libbrasero-burn/brasero-image-type-chooser.c:133 @@ -1345,7 +1344,7 @@ #: ../libbrasero-burn/brasero-dest-selection.c:623 #, c-format msgid "%s: \"%s\"" -msgstr "%s: \"%s\"" +msgstr "%s: »%s«" #. Translators: this string is only used when the user #. * wants to copy a disc using the same destination and @@ -1590,20 +1589,20 @@ #: ../libbrasero-burn/brasero-src-image.c:229 #, c-format msgid "\"%s\": loading" -msgstr "\"%s\": nalaganje" +msgstr "»%s«: nalaganje" #. Translators: %s is a path and image refers to a disc image #: ../libbrasero-burn/brasero-src-image.c:236 #, c-format msgid "\"%s\": unknown disc image type" -msgstr "\"%s\": neznana vrsta odtisa" +msgstr "»%s«: neznana vrsta odtisa" #. NOTE to translators, the first %s is the path of the image #. * file and the second its size. #: ../libbrasero-burn/brasero-src-image.c:258 #, c-format msgid "\"%s\": %s" -msgstr "\"%s\": %s" +msgstr "»%s«: %s" #. This is hackish and meant to avoid ellipsization to make the #. * label too small. @@ -1642,7 +1641,7 @@ #: ../src/brasero-data-disc.c:870 #, c-format msgid "Do you really want to add \"%s\" to the selection?" -msgstr "Ali zares želite dodati \"%s\" v izboru?" +msgstr "Ali zares želite dodati »%s« v izboru?" #: ../libbrasero-burn/brasero-status-dialog.c:228 #: ../src/brasero-data-disc.c:879 @@ -1676,8 +1675,8 @@ "Do you really want to add \"%s\" to the selection and use the third version " "of the ISO9660 standard to support it?" msgstr "" -"Ali zares želite dodati \"%s\" v izbor in uporabiti tretjo različico " -"standarda ISO9660 za podporo?" +"Ali zares želite dodati »%s« v izbor in uporabiti tretjo različico standarda " +"ISO9660 za podporo?" #: ../libbrasero-burn/brasero-status-dialog.c:290 #: ../src/brasero-data-disc.c:835 @@ -1771,7 +1770,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:397 #, c-format msgid "\"%s\" is not a valid URI" -msgstr "\"%s\" ni veljaven naslov URI" +msgstr "»%s« ni veljaven naslov URI" #: ../libbrasero-burn/brasero-sum-dialog.c:515 msgid "No MD5 file was given." @@ -1872,13 +1871,13 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:2552 #, c-format msgid "\"%s\" is a recursive symbolic link." -msgstr "\"%s\" je rekurzivna simbolna povezava." +msgstr "»%s« je rekurzivna simbolna povezava." #. Translators: %s is the path of a drive #: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 #, c-format msgid "\"%s\" cannot be found." -msgstr "\"%s\" ni mogoče najti." +msgstr "»%s« ni mogoče najti." #: ../libbrasero-burn/brasero-track-image-cfg.c:451 msgid "Retrieving image format and size" @@ -1897,7 +1896,7 @@ #: ../libbrasero-burn/brasero-track-stream-cfg.c:90 #, c-format msgid "\"%s\" was removed from the file system." -msgstr "\"%s\" je bila odstranjena iz datotečnega sistema." +msgstr "»%s« je bila odstranjena iz datotečnega sistema." #: ../libbrasero-burn/brasero-track-stream-cfg.c:129 #: ../src/brasero-audio-disc.c:754 ../src/brasero-video-disc.c:365 @@ -1915,7 +1914,7 @@ #: ../libbrasero-burn/brasero-track-stream-cfg.c:174 #, c-format msgid "\"%s\" is not suitable for audio or video media" -msgstr "\"%s\" ni ustrezna zvočna ali slikovna datoteka za to vrsto projekta." +msgstr "»%s« ni ustrezna zvočna ali slikovna datoteka za to vrsto projekta." #: ../libbrasero-burn/brasero-track-stream-cfg.c:401 msgid "Analysing video files" @@ -2054,7 +2053,7 @@ #: ../libbrasero-burn/burn-job.c:1119 #, c-format msgid "\"%s\" did not behave properly" -msgstr "\"%s\" se ne odziva ustrezno" +msgstr "»%s« se ne odziva ustrezno" #. Translators: the first %s is the size of the free space on the medium #. * and the second %s is the size of the space required by the data to be @@ -2118,35 +2117,35 @@ #: ../libbrasero-burn/burn-plugin.c:647 #, c-format msgid "\"%s\" could not be found in the path" -msgstr "\"%s\" ni mogoče najti na poti" +msgstr "»%s« ni mogoče najti na poti" #: ../libbrasero-burn/burn-plugin.c:651 #, c-format msgid "\"%s\" GStreamer plugin could not be found" -msgstr "GStreamer vstavka \"%s\" ni mogoče najti" +msgstr "Vstavka GStreamer »%s« ni mogoče naji." #: ../libbrasero-burn/burn-plugin.c:655 ../libbrasero-burn/burn-plugin.c:667 #, c-format msgid "The version of \"%s\" is too old" -msgstr "Različica \"%s\" je prestara" +msgstr "Različica »%s« je prestara" #: ../libbrasero-burn/burn-plugin.c:659 #, c-format msgid "\"%s\" is a symbolic link pointing to another program" -msgstr "\"%s\" je simbolna povezava z drugim programom" +msgstr "»%s« je simbolna povezava z drugim programom" #. Translators: %s is a filename #: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 #: ../plugins/growisofs/burn-growisofs.c:509 #, c-format msgid "\"%s\" could not be found" -msgstr "\"%s\" ni mogoče najti" +msgstr "»%s« ni mogoče najti" #. Translators: %s is the name of the brasero element #: ../libbrasero-burn/burn-process.c:259 #, c-format msgid "Process \"%s\" ended with an error code (%i)" -msgstr "Element \"%s\" se je zaključil z napako kode (%i)" +msgstr "Opravilo »%s« se je zaključilo z napako kode (%i)" #. Translators: This is a fake drive, a file, and means that #. * when we're writing, we're writing to a file and create an @@ -2588,7 +2587,7 @@ #: ../libbrasero-utils/brasero-metadata.c:1126 ../src/brasero-audio-disc.c:643 #, c-format msgid "\"%s\" could not be handled by GStreamer." -msgstr "\"%s\" ni mogoče upravljati s programom GStreamer." +msgstr "»%s« ni mogoče upravljati s programom GStreamer." #. Translators: %s is the name of the object (as in #. * GObject) from the Gstreamer library that could @@ -2947,7 +2946,7 @@ #: ../plugins/checksum/burn-checksum-files.c:589 #, c-format msgid "File \"%s\" could not be opened (%s)" -msgstr "Datoteke \"%s\" ni mogoče odpreti (%s)" +msgstr "Datoteke »%s« ni mogoče odpreti (%s)" #: ../plugins/checksum/burn-checksum-files.c:617 msgid "Creating checksum for image files" @@ -2966,7 +2965,7 @@ #: ../plugins/checksum/burn-checksum-files.c:1012 #, c-format msgid "File \"%s\" could not be opened" -msgstr "Datoteke \"%s\" ni mogoče odpreti" +msgstr "Datoteke »%s« ni mogoče odpreti" #: ../plugins/checksum/burn-checksum-files.c:1085 #: ../plugins/checksum/burn-checksum-files.c:1206 @@ -3014,7 +3013,7 @@ #: ../plugins/libburnia/burn-libburn.c:679 #, c-format msgid "\"%s\" could not be opened (%s)" -msgstr "\"%s\" ni mogoče odpreti (%s)" +msgstr "»%s« ni mogoče odpreti (%s)" #: ../plugins/checksum/burn-checksum-image.c:359 #: ../plugins/checksum/burn-checksum-image.c:456 @@ -3144,27 +3143,27 @@ #: ../plugins/libburnia/burn-libisofs.c:684 #, c-format msgid "No parent could be found in the tree for the path \"%s\"" -msgstr "V poti ni mogoče najti nadrejene mape \"%s\"" +msgstr "V poti ni mogoče najti nadrejene mape »%s«" #: ../plugins/libburnia/burn-libisofs.c:744 #: ../plugins/libburnia/burn-libisofs.c:811 #, c-format msgid "libisofs reported an error while creating directory \"%s\"" -msgstr "med ustvarjanjem nove mape preko libisofs je prišlo do napake \"%s\"" +msgstr "med ustvarjanjem nove mape preko libisofs je prišlo do napake »%s«" #: ../plugins/libburnia/burn-libisofs.c:759 #, c-format msgid "" "libisofs reported an error while adding contents to directory \"%s\" (%x)" msgstr "" -"med dodajanjem datoteke v mapo \"%s\" preko libisofs je prišlo do napake (%x)" +"med dodajanjem datoteke v mapo »%s« preko libisofs je prišlo do napake (%x)" #: ../plugins/libburnia/burn-libisofs.c:782 #: ../plugins/libburnia/burn-libisofs.c:798 #, c-format msgid "libisofs reported an error while adding file at path \"%s\"" msgstr "" -"med dodajanjem datoteke na poti \"%s\" preko libisofs je prišlo do napake" +"med dodajanjem datoteke na poti »%s« preko libisofs je prišlo do napake" #: ../plugins/local-track/burn-local-image.c:260 msgid "Copying checksum file" @@ -3247,12 +3246,12 @@ #: ../plugins/transcode/burn-transcode.c:1462 #, c-format msgid "Analysing \"%s\"" -msgstr "Razčlenjevanje \"%s\"" +msgstr "Razčlenjevanje »%s«" #: ../plugins/transcode/burn-transcode.c:1499 #, c-format msgid "Transcoding \"%s\"" -msgstr "Prekodiranje \"%s\"" +msgstr "Prekodiranje »%s«" #: ../plugins/transcode/burn-transcode.c:1736 msgid "Converts any song file into a format suitable for audio CDs" @@ -3415,7 +3414,7 @@ #: ../src/brasero-app.c:1449 #, c-format msgid "The project \"%s\" does not exist" -msgstr "Projekt \"%s\" ne obstaja" +msgstr "Projekt »%s« ne obstaja" #: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 msgid "_Recent Projects" @@ -3513,7 +3512,7 @@ #: ../src/brasero-audio-disc.c:662 #, c-format msgid "Do you want to add \"%s\", which is a video file?" -msgstr "Ali želite dodati \"%s\", ki je video posnetek?" +msgstr "Ali želite dodati »%s«, ki je video posnetek?" #: ../src/brasero-audio-disc.c:671 msgid "" @@ -3540,7 +3539,7 @@ #: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 #, c-format msgid "\"%s\" could not be opened." -msgstr "\"%s\" ni mogoče odpreti." +msgstr "»%s« ni mogoče odpreti." #: ../src/brasero-audio-disc.c:857 msgid "Do you want to create an audio CD with DTS tracks?" @@ -3696,7 +3695,7 @@ #: ../src/brasero-cli.c:204 #, c-format msgid "\"%s\" cannot write." -msgstr "\"%s\" ni mogoče zapisat.i" +msgstr "»%s« ni mogoče zapisat.i" #: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 msgid "Wrong command line option." @@ -3757,7 +3756,7 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned" msgstr "" -"Na voljo je le ena izbrana datoteka (\"%s\"). Ta datoteka je odtis diska, " +"Na voljo je le ena izbrana datoteka (»%s«). Ta datoteka je odtis diska, " "njegovo vsebino pa je mogoče zapisati." #: ../src/brasero-data-disc.c:625 @@ -3772,7 +3771,7 @@ #: ../src/brasero-data-disc.c:709 #, c-format msgid "\"%s\" cannot be added to the selection." -msgstr "\"%s\" ni mogoče dodati k izboru." +msgstr "»%s« ni mogoče dodati k izboru." #: ../src/brasero-data-disc.c:694 msgid "It is a recursive symlink" @@ -3786,7 +3785,7 @@ #: ../src/brasero-data-disc.c:771 #, c-format msgid "Do you want to replace \"%s\"?" -msgstr "Ali zares želite zamenjati \"%s\"?" +msgstr "Ali zares želite zamenjati »%s«?" #: ../src/brasero-data-disc.c:779 msgid "" @@ -3848,7 +3847,7 @@ #: ../src/brasero-data-disc.c:1098 #, c-format msgid "Do you want to import the session from \"%s\"?" -msgstr "Ali želite uvoziti sejo iz \"%s\"?" +msgstr "Ali želite uvoziti sejo iz »%s«?" #: ../src/brasero-data-disc.c:1101 msgid "" @@ -3908,7 +3907,7 @@ #: ../src/brasero-eject-dialog.c:97 #, c-format msgid "The disc in \"%s\" cannot be ejected" -msgstr "Diska v \"%s\" ni mogoče izvreči" +msgstr "Diska v »%s« ni mogoče izvreči" #: ../src/brasero-eject-dialog.c:193 msgid "_Eject" @@ -4098,7 +4097,7 @@ #: ../src/brasero-playlist.c:390 #, c-format msgid "Error parsing playlist \"%s\"." -msgstr "Napaka med razčlenjevanjem seznama predvajanja \"%s\"." +msgstr "Napaka med razčlenjevanjem seznama predvajanja »%s«." #. Translators: %d is the number of songs #: ../src/brasero-playlist.c:499 @@ -4939,7 +4938,7 @@ #: ../src/brasero-video-disc.c:412 #, c-format msgid "\"%s\" does not have a suitable type for video projects." -msgstr "\"%s\" nima ustrezne vrste za video projekt." +msgstr "»%s« nima ustrezne vrste za video projekt." #: ../src/brasero-video-disc.c:415 msgid "Please only add files with video content" diff -Nru brasero-3.12.2/po/sr@latin.po brasero-3.12.3/po/sr@latin.po --- brasero-3.12.2/po/sr@latin.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/sr@latin.po 2020-04-07 12:27:22.000000000 +0000 @@ -1,19 +1,19 @@ # Serbian translation of brasero -# Courtesy of Prevod.org team (http://prevod.org/) -- 2006 - 2009. +# Courtesy of Prevod.org team (http://prevod.org/) -- 2006—2017. # This file is distributed under the same license as the brsero package. # Igor Miletić igor.miletic@rogers.com # Miloš Popović , 2010, 2011. -# Miroslav Nikolić , 2012—2014. +# Miroslav Nikolić , 2012—2017. msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=braser" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=braser" "o&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-03-15 16:01+0000\n" -"PO-Revision-Date: 2014-03-15 20:01+0200\n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-08-14 19:44+0200\n" "Last-Translator: Miroslav Nikolić \n" -"Language-Team: Serbian \n" -"Language: sr@latin\n" +"Language-Team: srpski \n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -72,10 +72,15 @@ msgstr "Narežite datoteku odraza" #: ../data/brasero.desktop.in.in.h:8 +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "Umnožite disk" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Napravite zvučni projekat" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Napravite video projekat" @@ -413,24 +418,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (program)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (biblioteka)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (priključak Gstrimera)" @@ -460,18 +462,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Došlo je do greške unutar programa" @@ -1181,8 +1182,7 @@ msgstr "Ubacite disk koji nije zaštićen od umnožavanja." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Nisu instalirane sve potrebne biblioteke i programi." @@ -1244,8 +1244,7 @@ msgid "Video Options" msgstr "Postavke videa" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1287,8 +1286,7 @@ msgid "Select disc to copy" msgstr "Izaberite disk za umnožavanje" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Instalirajte sledeće alate i pokušajte ponovo:" @@ -1807,12 +1805,12 @@ msgid "The drive is empty" msgstr "Uređaj je prazan" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Izaberite disk" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Napredak" @@ -2073,7 +2071,7 @@ "Izabrano mesto za skladište nema dovoljno slobodnog prostora za smeštanje " "odraza (potrebno je %ld MiB)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Ne mogu da odredim veličinu diska" @@ -2368,8 +2366,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Disk (%s)" @@ -2378,8 +2376,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Ovo ne izgleda kao ispravan ISO odraz" @@ -2739,7 +2736,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3036,7 +3033,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3050,26 +3047,26 @@ "DVD uređaj naredbom „regionset %s“ ili tako što ćete da pokrenite Brazero " "naredbom „DVDCSS_METHOD=naslov brasero --no-existing-session“" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Prikupljam DVD ključeve" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Ne mogu da otvorim video DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Greška pri čitanju video DVD-a (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Umnožavam video DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Umnožava video DVD zaštićen CSS šifrovanjem u odraz diska" @@ -4132,25 +4129,25 @@ msgid "Copyright %s" msgstr "Autorsko pravo — %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_O programu" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "Po_desi" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "_Uključi" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "U_ključi sve" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "I_sključi sve" diff -Nru brasero-3.12.2/po/sr.po brasero-3.12.3/po/sr.po --- brasero-3.12.2/po/sr.po 2014-08-21 12:30:51.000000000 +0000 +++ brasero-3.12.3/po/sr.po 2020-04-07 12:27:22.000000000 +0000 @@ -1,18 +1,18 @@ # Serbian translation of brasero -# Courtesy of Prevod.org team (http://prevod.org/) -- 2006 - 2009. +# Courtesy of Prevod.org team (http://prevod.org/) -- 2006—2017. # This file is distributed under the same license as the brsero package. # Игор Милетић igor.miletic@rogers.com # Милош Поповић , 2010, 2011. -# Мирослав Николић , 2012—2014. +# Мирослав Николић , 2012—2017. msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=braser" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?product=braser" "o&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-03-15 16:01+0000\n" -"PO-Revision-Date: 2014-03-15 20:01+0200\n" +"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"PO-Revision-Date: 2017-08-14 19:44+0200\n" "Last-Translator: Мирослав Николић \n" -"Language-Team: Serbian \n" +"Language-Team: српски \n" "Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -72,10 +72,15 @@ msgstr "Нарежите датотеку одраза" #: ../data/brasero.desktop.in.in.h:8 +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "Умножите диск" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "Направите звучни пројекат" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "Направите видео пројекат" @@ -413,24 +418,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (програм)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (библиотека)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (прикључак Гстримера)" @@ -460,18 +462,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Дошло је до грешке унутар програма" @@ -1181,8 +1182,7 @@ msgstr "Убаците диск који није заштићен од умножавања." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Нису инсталиране све потребне библиотеке и програми." @@ -1244,8 +1244,7 @@ msgid "Video Options" msgstr "Поставке видеа" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1287,8 +1286,7 @@ msgid "Select disc to copy" msgstr "Изаберите диск за умножавање" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Инсталирајте следеће алате и покушајте поново:" @@ -1807,12 +1805,12 @@ msgid "The drive is empty" msgstr "Уређај је празан" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Изаберите диск" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Напредак" @@ -2073,7 +2071,7 @@ "Изабрано место за складиште нема довољно слободног простора за смештање " "одраза (потребно је %ld MiB)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Не могу да одредим величину диска" @@ -2368,8 +2366,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Диск (%s)" @@ -2378,8 +2376,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "Ово не изгледа као исправан ИСО одраз" @@ -2739,7 +2736,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -3036,7 +3033,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3050,26 +3047,26 @@ "ДВД уређај наредбом „regionset %s“ или тако што ћете да покрените Бразеро " "наредбом „DVDCSS_METHOD=наслов brasero --no-existing-session“" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Прикупљам ДВД кључеве" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Не могу да отворим видео ДВД" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Грешка при читању видео ДВД-а (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Умножавам видео ДВД" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Умножава видео ДВД заштићен ЦСС шифровањем у одраз диска" @@ -4132,25 +4129,25 @@ msgid "Copyright %s" msgstr "Ауторско право — %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_О програму" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "По_деси" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "_Укључи" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "У_кључи све" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "И_скључи све" diff -Nru brasero-3.12.2/po/ta.po brasero-3.12.3/po/ta.po --- brasero-3.12.2/po/ta.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/ta.po 2021-09-17 11:27:28.000000000 +0000 @@ -5,25 +5,27 @@ # # Dr.T.vasudevan , 2009. # I. Felix , 2009. -# Dr.T.Vasudevan , 2009, 2010, 2011, 2012, 2013. -# Shantha kumar , 2012, 2014. +# Dr.T.Vasudevan , 2009, 2010. +# Dr,T,Vasudevan , 2009, 2010, 2011. +# Shantha kumar , 2012. +# அருள்ராஜன் அ லை , 2018. +# msgid "" msgstr "" "Project-Id-Version: ta\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-01-04 05:48+0000\n" -"PO-Revision-Date: 2014-01-07 13:32+0530\n" -"Last-Translator: Shantha kumar \n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2020-08-01 16:28+0000\n" +"PO-Revision-Date: 2020-08-01 21:55+0530\n" +"Last-Translator: அருள்ராஜன் அ லை \n" "Language-Team: Tamil <>\n" -"com>>\n" "Language: ta\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\\n" -";\n" -"X-Generator: Lokalize 1.5\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 2.3\n" +"X-Language: ta\n" +"X-Source-Language: C\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -31,11 +33,10 @@ "designed to be as simple as possible and has some unique features to enable " "users to create their discs easily and quickly." msgstr "" -"Brasero என்பது CD/DVD ஐ எழுத உதவும் GNOME பணிமேடைக்கான ஒரு பயன்பாடு. இது " -"பயனர்கள் " -"தங்கள் வட்டுக்களை எளிதாகவும் விரைவாகவும் உருவாக்குவதற்காக சில தனித்துவமான " -"அம்சங்களைக் " -"கொண்டு கூடுமான எளிமையுடன் உருவாக்கப்பட்ட பயன்பாடாகும்." +"பிரேசெரோ என்பது க்னோம் டெஸ்க்டாப்பிற்கான சிடி/டிவிடியை எழுத பயன்படும் ஒரு " +"மென்பொருள் ஆகும். இது முடிந்தவரை எளிமையானதாக வடிவமைக்கப்பட்டுள்ளது மற்றும் " +"பயனர்கள் தங்கள் வட்டுகளை எளிதாகவும் விரைவாகவும் உருவாக்க உதவும் சில " +"தனித்துவமான அம்சங்களைக் கொண்டுள்ளது." #: ../data/brasero.appdata.xml.in.h:2 msgid "" @@ -44,17 +45,14 @@ "files from other local applications or from remote shared drives to easily " "burn them to a disc." msgstr "" -"Brasero தரவு மற்றும் ஒலி CD/DVD களை உருவாக்க, நகலெடுக்க எழுத உதவும். இது " -"CD-TEXT, " -"பல அமர்வு மற்றும் ஜோலியட் நீட்டிப்புகளை முழுமையாக ஆதரிக்கும். உங்கள் பிற " -"உள்ளமை " -"பயன்பாடுகள் அல்லது தொலைநிலை பகிரப்பட்ட வட்டுகளில் இருந்து கோப்புகளை இழுத்துப் " -"போட்டு " -"அவற்றை வட்டில் எளிதில் எழுதலாம்." +"பிரேசெரோவால் தரவு மற்றும் கேட்பொலி சிடி/டிவிடிகளை உருவாக்கலாம், " +"நகலெடுக்கலாம் மற்றும் எழுதலாம். இது சிடி-உரை, பன்முக-அமர்வுகள் மற்றும் " +"ஜோலியட் நீட்டிப்புகளை முழுமையாக கையாளும். கோப்புகளை மற்ற பயன்பாடுகளிலிருந்தோ " +"அல்லது தொலை பகிர்வு இயக்ககங்களிலிருந்தோ எளிதாக சிடிக்கு எழுதலாம்." #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" -msgstr "Brasero" +msgstr "ப்ராஸாரோ" #: ../data/brasero.desktop.in.in.h:2 msgid "Disc Burner and Copier" @@ -62,11 +60,11 @@ #: ../data/brasero.desktop.in.in.h:3 msgid "Create and copy CDs and DVDs" -msgstr "சிடி க்கள் மற்றும் டிவிடி க்கள் உருவாக்க மற்றும் நகல் எடுக்க" +msgstr "சிடிக்கள் மற்றும் டிவிடிக்கள் உருவாக்க மற்றும் நகல் எடுக்க" #: ../data/brasero.desktop.in.in.h:4 msgid "disc;cdrom;dvd;burn;audio;video;" -msgstr "வட்டு;சிடிரோம்;டிவிடி;எழுது;ஒலி;விடியோ;" +msgstr "வட்டு;குறுந்தகடு;டிவிடி;எழுது;கேட்பொலி;காணொளி;" #: ../data/brasero.desktop.in.in.h:5 msgid "Brasero Disc Burner" @@ -78,15 +76,20 @@ #: ../data/brasero.desktop.in.in.h:7 msgid "Burn an Image File" -msgstr " பிம்ப கோப்பாக எழுது" +msgstr "ஒரு பிம்பத்தை எழுது" +# The change made in english text is with case change from 'disc' to 'Disc'. There is no upper/lowercase in Tamil #: ../data/brasero.desktop.in.in.h:8 -msgid "Create an Audio Project" -msgstr "ஒலி திட்டத்தை உருவாக்குக " +msgid "Copy a Disc" +msgstr "ஒரு வட்டை படியெடு" #: ../data/brasero.desktop.in.in.h:9 +msgid "Create an Audio Project" +msgstr "புதிய ஒலி திட்டத்தை உருவாக்குக" + +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" -msgstr "விடியோ திட்டத்தை உருவாக்குக " +msgstr "புதிய நிழற்பட திட்டத்தை உருவாக்குக" #: ../data/mime/brasero.xml.in.h:1 msgid "Brasero project file" @@ -94,7 +97,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:1 msgid "Should Nautilus extension output debug statements" -msgstr "நாடுலஸ் நீட்சி வழு நீக்க அறிக்கைகளை வெளியிட வேண்டுமா" +msgstr "Nautilus நீட்சி வழு நீக்க அறிக்கைகளை வெளியிட வேண்டுமா" #: ../data/org.gnome.brasero.gschema.xml.h:2 msgid "" @@ -102,23 +105,23 @@ "to true if it should." msgstr "" "நாடுலஸ் நீட்சி வழு நீக்க அறிக்கைகளை வெளியிட வேண்டுமா. வேண்டுமெனில் மதிப்பை " -"உண்மை என அமை" +"உண்மை என அமைத்திருக்கவேண்டும்." #: ../data/org.gnome.brasero.gschema.xml.h:3 msgid "The type of checksum used for images" -msgstr "பிம்பங்களுக்கு பயன்படுத்தப்படும் செக்சம் " +msgstr "பிம்பங்களுக்கு பயன்படுத்தப்படும் சரிகாண்தொகை" #: ../data/org.gnome.brasero.gschema.xml.h:4 msgid "Set to 0 for MD5, 1 for SHA1 and 2 for SHA256" -msgstr "MD5 க்கு 0 என அமை, SHA1 க்கு 1 மற்றும் SHA256 க்கு 2." +msgstr "MD5 க்கு 0 என அமை, SHA1 க்கு 1 மற்றும் SHA256 க்கு 2" #: ../data/org.gnome.brasero.gschema.xml.h:5 msgid "The type of checksum used for files" -msgstr "கோப்புகளுக்கு பயன்படுத்தப்படும் செக்சம்" +msgstr "கோப்புகளுக்கு பயன்படுத்தப்படும் சரிகாண்தொகை" #: ../data/org.gnome.brasero.gschema.xml.h:6 msgid "Directory to use for temporary files" -msgstr "தற்காலிக கோப்புகள் சேமிக்க அடைவு" +msgstr "தற்காலிக கோப்புகளை சேமிக்க அடைவு" #: ../data/org.gnome.brasero.gschema.xml.h:7 msgid "" @@ -126,10 +129,9 @@ "files. If that value is empty, the default directory set for glib will be " "used." msgstr "" -"ப்ராஸரோ தற்காலிக கோப்புக்களை சேமிக்க வேண்டிய அடைவின் பாதையை உள்ளடக்கியுள்ளது. " -"இதன் " -"மதிப்பு காலியாக இருப்பின் க்லிப் க்கு அமைத்த முன்னிருப்பு அடைவு " -"பயன்படுத்தப்படும்." +"ப்ராஸரோ தற்காலிக கோப்புக்களை சேமிக்க வேண்டிய அடைவின் பாதையை " +"உள்ளடக்கியுள்ளது. இதன் மதிப்பு காலியாக இருப்பின் glib-க்கு அமைத்த " +"முன்னிருப்பு அடைவு பயன்படுத்தப்படும்." #: ../data/org.gnome.brasero.gschema.xml.h:8 msgid "Favourite burn engine" @@ -141,20 +143,19 @@ "used if possible." msgstr "" "விருப்பமான எழுதும் இயந்திரத்தின் பெயர் உள்ளது. முடியுமானால் இது " -"பயன்படுத்தப்படும்" +"பயன்படுத்தப்படும்." #: ../data/org.gnome.brasero.gschema.xml.h:10 msgid "White list of additional plugins to use" -msgstr "கூடுதல் சொருகிகளுக்கு பயன்படுத்த வெள்ளை பட்டியல் " +msgstr "கூடுதல் சொருகிகளுக்கு பயன்படுத்த வெள்ளை பட்டியல்" #: ../data/org.gnome.brasero.gschema.xml.h:11 msgid "" "Contains the list of additional plugins Brasero will use to burn discs. If " "set to NULL, Brasero will load them all." msgstr "" -"இதில் கூடுதலாக ப்ராஸரோவுக்கு வட்டு எழுத பயனாகும் சொருகிகளின் பட்டியல் உள்ளது. " -"இதை " -"NULL என அமைத்தால் ப்ராஸரோ அனைத்தையும் ஏற்றும்." +"இதில் கூடுதலாக ப்ராஸரோவுக்கு வட்டு எழுத பயனாகும் சொருகிகளின் பட்டியல் " +"உள்ளது. இதை NULL என அமைத்தால் ப்ராஸரோ அனைத்தையும் ஏற்றும்." #: ../data/org.gnome.brasero.gschema.xml.h:12 msgid "Enable the \"-immed\" flag with cdrecord" @@ -165,29 +166,27 @@ "Whether to use the \"-immed\" flag with cdrecord. Use with caution (set to " "true) as it's only a workaround for some drives/setups." msgstr "" -"\"-immed\" குறிப்பை சிடிரெகார்ட் உடன் பயன்படுத்த வேண்டுமா. உண்மை என அமைத்தல் " -"ஐ " -"பாதுகாப்புடன் அணுகவும். இது மட்டுமே சில இயக்கிகள்/அமைப்புகளுக்கு மாற்று வழி." +"\"-immed\" குறிப்பை சிடிரெகார்ட் உடன் பயன்படுத்த வேண்டுமா. உண்மை என " +"அமைத்தல் ஐ பாதுகாப்புடன் அணுகவும். இது மட்டுமே சில இயக்கிகள்/அமைப்புகளுக்கு " +"மாற்று வழி." #: ../data/org.gnome.brasero.gschema.xml.h:14 msgid "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs" msgstr "" -" \"-use-the-force-luke=dao\" குறிப்பை growisofs உடன் பயன்படுத்த வேண்டுமா" +"\"-use-the-force-luke=dao\" குறிப்பை growisofs உடன் பயன்படுத்த வேண்டுமா" #: ../data/org.gnome.brasero.gschema.xml.h:15 msgid "" "Whether to use the \"-use-the-force-luke=dao\" flag with growisofs. Set to " "false, brasero won't use it; it may be a workaround for some drives/setups." msgstr "" -" \"-use-the-force-luke=dao\" குறிப்பை growisofs உடன் பயன்படுத்த வேண்டுமா. " -"வேண்டாம் " -"என அமைத்தால் ப்ராஸரோ அதை பயன்படுத்தாது. சில இயக்கிகள்/அமைப்புகளுக்கு இது " -"மாற்று வழி " -"ஆகலாம்." +"\"-use-the-force-luke=dao\" குறிப்பை growisofs உடன் பயன்படுத்த வேண்டுமா. " +"வேண்டாம் என அமைத்தால் ப்ராஸரோ அதை பயன்படுத்தாது. சில " +"இயக்கிகள்/அமைப்புகளுக்கு இது மாற்று வழி ஆகலாம்." #: ../data/org.gnome.brasero.gschema.xml.h:16 msgid "Used in conjunction with the \"-immed\" flag with cdrecord" -msgstr "சிடிரெகார்ட் உடன் \"-immed\" குறிப்புடன் பயன்படுகிறது." +msgstr "சிடிரெகார்ட் உடன் \"-immed\" குறிப்புடன் பயன்படுகிறது" #: ../data/org.gnome.brasero.gschema.xml.h:17 msgid "Used in conjunction with the \"-immed\" flag with cdrecord." @@ -195,17 +194,16 @@ #: ../data/org.gnome.brasero.gschema.xml.h:18 msgid "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao" -msgstr " \"--driver generic-mmc-raw\" குறிப்பை cdrdao உடன் பயன்படுத்த வேண்டுமா" +msgstr "\"--driver generic-mmc-raw\" குறிப்பை cdrdao உடன் பயன்படுத்த வேண்டுமா" #: ../data/org.gnome.brasero.gschema.xml.h:19 msgid "" "Whether to use the \"--driver generic-mmc-raw\" flag with cdrdao. Set to " "True, brasero will use it; it may be a workaround for some drives/setups." msgstr "" -" \"--driver generic-mmc-raw\" குறிப்பை cdrdao உடன் பயன்படுத்த வேண்டுமா. உண்மை " -"என " -"அமைத்தால் ப்ராஸரோ அதை பயன்படுத்தும். சில இயக்கிகள்/அமைப்புகளுக்கு இது மாற்று " -"வழி ஆகலாம்." +"\"--driver generic-mmc-raw\" குறிப்பை cdrdao உடன் பயன்படுத்த வேண்டுமா. உண்மை " +"என அமைத்தால் ப்ராஸரோ அதை பயன்படுத்தும். சில இயக்கிகள்/அமைப்புகளுக்கு இது " +"மாற்று வழி ஆகலாம்." #: ../data/org.gnome.brasero.gschema.xml.h:20 msgid "The last browsed folder while looking for images to burn" @@ -219,15 +217,15 @@ #: ../data/org.gnome.brasero.gschema.xml.h:22 msgid "Enable file preview" -msgstr "கோப்பு முன்பார்வையை செயல்படுத்து " +msgstr "கோப்பு முன்பார்வையை செயல்படுத்து" #: ../data/org.gnome.brasero.gschema.xml.h:23 msgid "Whether to display file preview. Set to true to use it." -msgstr "கோப்பு முன் பார்வை அமைக்க வேண்டுமா. பயன்படுத்த உண்மை என அமைக்கவும்" +msgstr "கோப்பு முன் பார்வை அமைக்க வேண்டுமா. பயன்படுத்த உண்மை என அமைக்கவும்." #: ../data/org.gnome.brasero.gschema.xml.h:24 msgid "Should brasero filter hidden files" -msgstr "மறத்த கோப்புகளை ப்ராஸரோ வடி கட்ட வேண்டுமா" +msgstr "மறைத்த கோப்புகளை ப்ராஸரோ வடி கட்ட வேண்டுமா" #: ../data/org.gnome.brasero.gschema.xml.h:25 msgid "" @@ -235,12 +233,11 @@ "files." msgstr "" "மறைத்த கோப்புகளை ப்ராஸரோ வடி கட்ட வேண்டுமா. உண்மை என அமைத்தால் மறைத்த " -"கோப்புகளை ப்ராஸரோ " -"வடி கட்டும்." +"கோப்புகளை ப்ராஸரோ வடி கட்டும்." #: ../data/org.gnome.brasero.gschema.xml.h:26 msgid "Replace symbolic links by their targets" -msgstr "சிம்லிங்க் களை அவற்றின் இலக்குகளால் மாற்றுக." +msgstr "சிம்லிங்க் களை அவற்றின் இலக்குகளால் மாற்றுக" #: ../data/org.gnome.brasero.gschema.xml.h:27 msgid "" @@ -248,8 +245,7 @@ "Set to true, brasero will replace symbolic links." msgstr "" "திட்டத்ததில் ப்ராஸரோ சிம்லிங்க் களை அவற்றின் இலக்கால் மாற்ற வேண்டுமா? உண்மை " -"என அமைத்தால் " -"சிம்லிங்க் கள் மாற்றப்படும்." +"என அமைத்தால் சிம்லிங்க் கள் மாற்றப்படும்." #: ../data/org.gnome.brasero.gschema.xml.h:28 msgid "Should brasero filter broken symbolic links" @@ -260,9 +256,8 @@ "Should brasero filter broken symbolic links. Set to true, brasero will " "filter broken symbolic links." msgstr "" -"உடைந்த சிம்லிங்க் களை ப்ராஸரோ சரி செய்ய வேண்டுமா. உண்மை என அமைத்தால், ப்ராஸரோ " -"உடைந்த " -"சிம்லிங்க் களை ப்ராஸரோ சரி செய்யும்" +"உடைந்த சிம்லிங்க் களை ப்ராஸரோ சரி செய்ய வேண்டுமா. உண்மை என அமைத்தால், " +"ப்ராஸரோ உடைந்த சிம்லிங்க் களை ப்ராஸரோ சரி செய்யும்." #: ../data/org.gnome.brasero.gschema.xml.h:30 msgid "The priority value for the plugin" @@ -276,10 +271,8 @@ "negative value disables the plugin." msgstr "" "ஒரு வேலையை செய்ய பல சொருகிகள் இருப்பின் எதை பயன்படுத்துவது என்று தீர்மானிக்க " -"இந்த " -"மதிப்பு பய்னாகிறது. 0 எனில் சொருகியின் பாரம்பரிய முன்னுரிமை. இதை ஒரு நேர் " -"மதிப்பு " -"மேல் எழுதும். ஒரு எதிர்மறை மதிப்பு சொருகியை செயலிழக்கச்செய்யும்." +"இந்த மதிப்பு பய்னாகிறது. 0 எனில் சொருகியின் பாரம்பரிய முன்னுரிமை. இதை ஒரு " +"நேர் மதிப்பு மேல் எழுதும். ஒரு எதிர்மறை மதிப்பு சொருகியை செயலிழக்கச்செய்யும்." #: ../data/org.gnome.brasero.gschema.xml.h:32 msgid "Burning flags to be used" @@ -303,8 +296,7 @@ "time." msgstr "" "கடைசி முறை இது போன்ற நேரத்தில் பயன்படுத்திய வேகத்துக்கு இந்த மதிப்பு " -"பிரதிநிதியாக " -"உள்ளது." +"பிரதிநிதியாக உள்ளது." #: ../libbrasero-burn/brasero-blank-dialog.c:222 msgid "Error while blanking." @@ -322,11 +314,11 @@ #: ../libbrasero-burn/brasero-blank-dialog.c:264 #: ../libbrasero-burn/brasero-blank-dialog.c:288 msgid "The disc was successfully blanked." -msgstr "வட்டு வெற்றிகரமாக வெற்றாக்கப்பட்டது" +msgstr "வட்டு வெற்றிகரமாக வெற்றாக்கப்பட்டது." #: ../libbrasero-burn/brasero-blank-dialog.c:270 msgid "The disc is ready for use." -msgstr "வட்டு பயன்படுத்தத் தயார்" +msgstr "வட்டு பயன்படுத்தத் தயார்." #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-blank-dialog.c:371 @@ -341,7 +333,7 @@ msgid "Activate fast blanking, as opposed to a longer, thorough blanking" msgstr "" "தாமதமாகும் ஆனால் முழுமையான வெற்றாக்கம் தவிர்த்து வேகமான வெற்றாக்கத்தை " -"செயல்படுத்து " +"செயல்படுத்து" #: ../libbrasero-burn/brasero-blank-dialog.c:433 msgid "Disc Blanking" @@ -375,7 +367,7 @@ #: ../libbrasero-burn/brasero-burn.c:409 #, c-format msgid "\"%s\" cannot be unlocked" -msgstr "\"%s\" ஐ பூட்டு திறக்க முடியாது" +msgstr "\"%s\"-ஐ திறக்க முடியாது" #: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 #: ../libbrasero-burn/brasero-burn.c:761 @@ -394,7 +386,7 @@ #: ../libbrasero-burn/brasero-burn.c:872 ../libbrasero-burn/brasero-burn.c:987 #, c-format msgid "The drive cannot be locked (%s)" -msgstr "இயக்கியை ஐ பூட்டு திறக்க முடியாது (%s)" +msgstr "இயக்கியை ஐ திறக்க முடியாது (%s)" #: ../libbrasero-burn/brasero-burn.c:695 msgid "The drive has no rewriting capabilities" @@ -415,7 +407,7 @@ #: ../libbrasero-burn/brasero-burn.c:983 msgid "Ongoing checksumming operation" -msgstr "நடப்பில் உள்ள செக்சம் காணும் பணி" +msgstr "நடப்பில் உள்ள சரிகாண்தொகை காணும் பணி" #: ../libbrasero-burn/brasero-burn.c:1623 #: ../libbrasero-burn/brasero-burn.c:1817 @@ -434,27 +426,24 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (நிரல் )" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (நூலகம்)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" -msgstr "%s ( ஜிஸ்ட்ரீமர் சொருகி)" +msgstr "%s ( GStreamer சொருகி)" #: ../libbrasero-burn/brasero-burn.c:1752 msgid "There is no track to burn" @@ -465,22 +454,19 @@ "Please install the following required applications and libraries manually " "and try again:" msgstr "" -"கீழ் கண்ட நிரல்களையும் நூலகங்களையும் கைமுறையாக நிறுவி பின் முயற்சிக்கவும்" +"கீழ் கண்ட நிரல்களையும் நூலகங்களையும் கைமுறையாக நிறுவி பின் முயற்சிக்கவும்:" #: ../libbrasero-burn/brasero-burn.c:2576 #: ../libbrasero-burn/brasero-caps-burn.c:868 #, c-format msgid "Only one track at a time can be checked" -msgstr "ஒரு நேரத்தில் ஒரு தடம் மட்டுமே சோதிக்கப்பட முடியும்." +msgstr "ஒரு நேரத்தில் ஒரு தடம் மட்டுமே சோதிக்கப்பட முடியும்" #: ../libbrasero-burn/brasero-burn.c:2635 msgid "No format for the temporary image could be found" msgstr "காணும் தற்காலிக பிம்பத்துக்கு சரியான ஒழுங்கு கண்டு பிடிக்க முடியவில்லை" -#. Translators: Error message saying no graft point -#. * is specified. A graft point is the path (on the -#. * disc) where a file from any source will be added -#. * ("grafted") +#. Translators: Error message saying no graft point* is specified. A graft point is the path (on the* disc) where a file from any source will be added* ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 #: ../libbrasero-burn/brasero-caps-burn.c:66 #: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 @@ -506,7 +492,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:219 #, c-format msgid "%s (%i%% Done)" -msgstr "%s, (%i%% முடிந்தது,) " +msgstr "%s, (%i%% முடிந்தது,)" #: ../libbrasero-burn/brasero-burn-dialog.c:241 #: ../libbrasero-burn/brasero-burn-dialog.c:1161 @@ -521,7 +507,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:250 #: ../libbrasero-burn/brasero-burn-dialog.c:1166 msgid "Copying DVD" -msgstr "டிவிடி நகலெடுத்தல் " +msgstr "டிவிடி நகலெடுத்தல்" #: ../libbrasero-burn/brasero-burn-dialog.c:256 #: ../libbrasero-burn/brasero-burn-dialog.c:1180 @@ -532,7 +518,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:381 #: ../libbrasero-burn/brasero-burn-dialog.c:1176 msgid "Copying CD" -msgstr " சிடி நகலெடுத்தல் " +msgstr "வட்டு நகலெடுக்கிறது" #: ../libbrasero-burn/brasero-burn-dialog.c:266 #: ../libbrasero-burn/brasero-burn-dialog.c:1190 @@ -551,19 +537,19 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:306 msgid "Simulation of video DVD burning" -msgstr "விடியோ டிவிடிஐ பாவனையாக எழுதுகிறது " +msgstr "விடியோ டிவிடிஐ பாவனையாக எழுதுகிறது" #: ../libbrasero-burn/brasero-burn-dialog.c:308 msgid "Burning video DVD" -msgstr "விடியோ டிவிடிஐ எழுதுகிறது " +msgstr "விடியோ டிவிடிஐ எழுதுகிறது" #: ../libbrasero-burn/brasero-burn-dialog.c:316 msgid "Simulation of data DVD burning" -msgstr "தரவு டிவிடிஐ பாவனையாக எழுதுகிறது " +msgstr "தரவு டிவிடிஐ பாவனையாக எழுதுகிறது" #: ../libbrasero-burn/brasero-burn-dialog.c:318 msgid "Burning data DVD" -msgstr "தரவு டிவிடிஐ எழுதுகிறது " +msgstr "தரவு டிவிடிஐ எழுதுகிறது" #: ../libbrasero-burn/brasero-burn-dialog.c:326 msgid "Simulation of image to DVD burning" @@ -579,33 +565,33 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:338 msgid "Copying data DVD" -msgstr "தரவு டிவிடிநகலெடுத்தல் " +msgstr "தரவு டிவிடிநகலெடுத்தல்" #: ../libbrasero-burn/brasero-burn-dialog.c:349 msgid "Simulation of (S)VCD burning" -msgstr "(S)VCD பாவனையாக எழுதுதல் " +msgstr "(S)VCD பாவனையாக எழுதுதல்" #: ../libbrasero-burn/brasero-burn-dialog.c:351 msgid "Burning (S)VCD" -msgstr "(S)VCD எழுதுதல் " +msgstr "(S)VCD எழுதுதல்" #: ../libbrasero-burn/brasero-burn-dialog.c:359 #: ../libbrasero-burn/brasero-burn-dialog.c:412 msgid "Simulation of audio CD burning" -msgstr "ஒலி CD பாவனையாக எழுதுதல் " +msgstr "ஒலி CD பாவனையாக எழுதுதல்" #: ../libbrasero-burn/brasero-burn-dialog.c:361 #: ../libbrasero-burn/brasero-burn-dialog.c:414 msgid "Burning audio CD" -msgstr "ஒலி CD எழுதுதல் " +msgstr "ஒலி CD எழுதுதல்" #: ../libbrasero-burn/brasero-burn-dialog.c:369 msgid "Simulation of data CD burning" -msgstr "தரவு CD பாவனையாக எழுதுதல் " +msgstr "தரவு CD பாவனையாக எழுதுதல்" #: ../libbrasero-burn/brasero-burn-dialog.c:371 msgid "Burning data CD" -msgstr "தரவு CD எழுதுதல் " +msgstr "தரவு CD எழுதுதல்" #: ../libbrasero-burn/brasero-burn-dialog.c:379 msgid "Simulation of CD copying" @@ -621,23 +607,23 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:402 msgid "Simulation of video disc burning" -msgstr "விடியோ வட்டு பாவனையாக எழுதுதல் " +msgstr "விடியோ வட்டு பாவனையாக எழுதுதல்" #: ../libbrasero-burn/brasero-burn-dialog.c:404 msgid "Burning video disc" -msgstr "விடியோ வட்டு எழுதுதல் " +msgstr "விடியோ வட்டு எழுதுதல்" #: ../libbrasero-burn/brasero-burn-dialog.c:422 msgid "Simulation of data disc burning" -msgstr "பாவனையாக தரவு வட்டு எழுதுதல் " +msgstr "பாவனையாக தரவு வட்டு எழுதுதல்" #: ../libbrasero-burn/brasero-burn-dialog.c:424 msgid "Burning data disc" -msgstr "தரவு வட்டு எழுதுதல் " +msgstr "தரவு வட்டு எழுதுதல்" #: ../libbrasero-burn/brasero-burn-dialog.c:432 msgid "Simulation of disc copying" -msgstr "பாவனையாக வட்டு நகலெடுத்தல் " +msgstr "பாவனையாக வட்டு நகலெடுத்தல்" #: ../libbrasero-burn/brasero-burn-dialog.c:434 #: ../libbrasero-burn/burn-basics.c:82 @@ -654,20 +640,20 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:549 msgid "Please replace the disc with a rewritable disc holding data." -msgstr "தயவு செய்து தரவு உள்ள மீண்டும் எழுதக்கூடிய வட்டால் வட்டை மாற்றுக" +msgstr "தயவு செய்து தரவு உள்ள மீண்டும் எழுதக்கூடிய வட்டால் வட்டை மாற்றுக." #: ../libbrasero-burn/brasero-burn-dialog.c:551 msgid "Please replace the disc with a disc holding data." -msgstr "தயவு செய்து தரவு உள்ள வட்டால் வட்டை மாற்றுக" +msgstr "தயவு செய்து தரவு உள்ள வட்டால் வட்டை மாற்றுக." #: ../libbrasero-burn/brasero-burn-dialog.c:555 msgid "Please insert a rewritable disc holding data." -msgstr "தயவு செய்து தரவு உள்ள மீண்டும் எழுதக்கூடிய வட்டை உள்ளிடுக" +msgstr "தயவு செய்து தரவு உள்ள மீண்டும் எழுதக்கூடிய வட்டை உள்ளிடுக." #: ../libbrasero-burn/brasero-burn-dialog.c:557 #: ../libbrasero-burn/brasero-burn-options.c:501 msgid "Please insert a disc holding data." -msgstr "தயவு செய்து தரவை கொண்ட வட்டை செருகு" +msgstr "தயவு செய்து தரவை கொண்ட வட்டை செருகு." #: ../libbrasero-burn/brasero-burn-dialog.c:572 #, c-format @@ -676,21 +662,21 @@ "space." msgstr "" "தயவு செய்து குறைந்தது %i MiB வெற்று இடமுள்ள எழுதக்கூடிய குறு வட்டால் வட்டை " -"மாற்றுக" +"மாற்றுக." #: ../libbrasero-burn/brasero-burn-dialog.c:575 msgid "Please replace the disc with a writable CD." -msgstr "தயவு செய்து எழுதக்கூடிய வட்டால் வட்டை மாற்றுக" +msgstr "தயவு செய்து எழுதக்கூடிய வட்டால் வட்டை மாற்றுக." #: ../libbrasero-burn/brasero-burn-dialog.c:579 #, c-format msgid "Please insert a writable CD with at least %i MiB of free space." msgstr "" -"தயவு செய்து குறைந்தது %i MiB வெற்று இடமுள்ள எழுதக்கூடிய குறு வட்டை உள்ளிடுக" +"தயவு செய்து குறைந்தது %i MiB வெற்று இடமுள்ள எழுதக்கூடிய குறு வட்டை உள்ளிடுக." #: ../libbrasero-burn/brasero-burn-dialog.c:582 msgid "Please insert a writable CD." -msgstr "தயவு செய்து எழுதக்கூடிய குறு வட்டை உள்ளிடுக" +msgstr "தயவு செய்து எழுதக்கூடிய குறு வட்டை உள்ளிடுக." #: ../libbrasero-burn/brasero-burn-dialog.c:588 #, c-format @@ -699,21 +685,21 @@ "space." msgstr "" "தயவு செய்து குறைந்தது %i MiB வெற்று இடமுள்ள எழுதக்கூடிய டிவிடிவட்டால் வட்டை " -"மாற்றுக" +"மாற்றுக." #: ../libbrasero-burn/brasero-burn-dialog.c:591 msgid "Please replace the disc with a writable DVD." -msgstr "தயவு செய்து எழுதக்கூடிய டிவிடிவட்டால் வட்டை மாற்றுக" +msgstr "தயவு செய்து எழுதக்கூடிய டிவிடிவட்டால் வட்டை மாற்றுக." #: ../libbrasero-burn/brasero-burn-dialog.c:595 #, c-format msgid "Please insert a writable DVD with at least %i MiB of free space." msgstr "" -"தயவு செய்து குறைந்தது %i MiB வெற்று இடமுள்ள எழுதக்கூடிய டிவிடிவட்டை உள்ளிடுக" +"தயவு செய்து குறைந்தது %i MiB வெற்று இடமுள்ள எழுதக்கூடிய டிவிடிவட்டை உள்ளிடுக." #: ../libbrasero-burn/brasero-burn-dialog.c:598 msgid "Please insert a writable DVD." -msgstr "தயவு செய்து எழுதக்கூடிய டிவிடிவட்டை உள்ளிடுக" +msgstr "தயவு செய்து எழுதக்கூடிய டிவிடிவட்டை உள்ளிடுக." #: ../libbrasero-burn/brasero-burn-dialog.c:603 #, c-format @@ -722,26 +708,25 @@ "free space." msgstr "" "தயவு செய்து குறைந்தது %i MiB வெற்று இடமுள்ள எழுதக்கூடிய CD அல்லது " -"டிவிடிவட்டால் வட்டை " -"மாற்றுக" +"டிவிடிவட்டால் வட்டை மாற்றுக." #: ../libbrasero-burn/brasero-burn-dialog.c:606 msgid "Please replace the disc with a writable CD or DVD." -msgstr "தயவு செய்து எழுதக்கூடிய CD அல்லது டிவிடிவட்டால் வட்டை மாற்றுக" +msgstr "தயவு செய்து எழுதக்கூடிய CD அல்லது டிவிடிவட்டால் வட்டை மாற்றுக." #: ../libbrasero-burn/brasero-burn-dialog.c:610 #, c-format msgid "Please insert a writable CD or DVD with at least %i MiB of free space." msgstr "" -"தயவு செய்து குறைந்தது %i MiB வெற்று இடமுள்ள எழுதக்கூடிய CD அல்லது டிவிடிவட்டை " -"உள்ளிடுக" +"தயவு செய்து குறைந்தது %i MiB வெற்று இடமுள்ள எழுதக்கூடிய CD அல்லது " +"டிவிடிவட்டை உள்ளிடுக." #: ../libbrasero-burn/brasero-burn-dialog.c:613 #: ../libbrasero-burn/brasero-burn-dialog.c:2171 #: ../libbrasero-burn/brasero-burn-dialog.c:2185 #: ../libbrasero-burn/brasero-burn-options.c:457 ../src/brasero-project.c:995 msgid "Please insert a writable CD or DVD." -msgstr "தயவு செய்து எழுதக்கூடிய சிடி அல்லது டிவிடி ஐ செருகவும் " +msgstr "தயவு செய்து எழுதக்கூடிய சிடி அல்லது டிவிடி ஐ செருகவும்." #: ../libbrasero-burn/brasero-burn-dialog.c:640 msgid "" @@ -763,66 +748,65 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:650 #, c-format msgid "\"%s\" is busy." -msgstr "\"%s\" வேலையாக உள்ளது" +msgstr "\"%s\" வேலையாக உள்ளது." #: ../libbrasero-burn/brasero-burn-dialog.c:654 #, c-format msgid "There is no disc in \"%s\"." -msgstr "\"%s\" இல் வட்டு ஏதும் இல்லை" +msgstr "\"%s\" இல் வட்டு ஏதும் இல்லை." #: ../libbrasero-burn/brasero-burn-dialog.c:658 #, c-format msgid "The disc in \"%s\" is not supported." -msgstr "\"%s\" இல் உள்ள வட்டுக்கு ஆதரவு இல்லை" +msgstr "\"%s\" இல் உள்ள வட்டுக்கு ஆதரவு இல்லை." #: ../libbrasero-burn/brasero-burn-dialog.c:662 #, c-format msgid "The disc in \"%s\" is not rewritable." -msgstr "\"%s\" இல் உள்ள வட்டு மீண்டும் எழுதக்கூடியது இல்லை" +msgstr "\"%s\" இல் உள்ள வட்டு மீண்டும் எழுதக்கூடியது இல்லை." #: ../libbrasero-burn/brasero-burn-dialog.c:666 #, c-format msgid "The disc in \"%s\" is empty." -msgstr "\"%s\" இல் உள்ள வட்டு காலியாக உள்ளது" +msgstr "\"%s\" இல் உள்ள வட்டு காலியாக உள்ளது." #: ../libbrasero-burn/brasero-burn-dialog.c:670 #, c-format msgid "The disc in \"%s\" is not writable." -msgstr "\"%s\" இல் உள்ள வட்டு எழுதக்கூடியது இல்லை" +msgstr "\"%s\" இல் உள்ள வட்டு எழுதக்கூடியது இல்லை." #: ../libbrasero-burn/brasero-burn-dialog.c:674 #, c-format msgid "Not enough space available on the disc in \"%s\"." -msgstr "\"%s\" இல் உள்ள வட்டில் எழுத போதிய இடம் இல்லை" +msgstr "\"%s\" இல் உள்ள வட்டில் எழுத போதிய இடம் இல்லை." #: ../libbrasero-burn/brasero-burn-dialog.c:682 #, c-format msgid "The disc in \"%s\" needs to be reloaded." -msgstr "\"%s\" இல் உள்ள வட்டை மீள் ஏற்றம் செய்ய வேண்டும்" +msgstr "\"%s\" இல் உள்ள வட்டு மீண்டும் ஏற்றப்பட வேண்டும்." #: ../libbrasero-burn/brasero-burn-dialog.c:683 msgid "Please eject the disc and reload it." -msgstr "தயவு செய்து வட்டை வெளியேற்றி மீண்டும் ஏற்றுக" +msgstr "தயவு செய்து வட்டை வெளியேற்றி மீண்டும் ஏற்றுக." #: ../libbrasero-burn/brasero-burn-dialog.c:728 #: ../libbrasero-burn/brasero-sum-dialog.c:333 msgid "" "A file could not be created at the location specified for temporary files" msgstr "" -"தற்காலிக கோப்புகளுக்கு குறிப்பிட்ட இடத்தில் ஒரு கோப்பை உருவாக்க முடியவில்லை." +"தற்காலிக கோப்புகளுக்கு குறிப்பிட்ட இடத்தில் ஒரு கோப்பை உருவாக்க முடியவில்லை" #: ../libbrasero-burn/brasero-burn-dialog.c:729 msgid "The image could not be created at the specified location" -msgstr "குறிப்பிட்ட இடத்தில் ஒரு பிம்பத்தை உருவாக்க முடியவில்லை." +msgstr "குறிப்பிட்ட இடத்தில் ஒரு பிம்பத்தை உருவாக்க முடியவில்லை" #: ../libbrasero-burn/brasero-burn-dialog.c:730 msgid "" "Do you want to specify another location for this session or retry with the " "current location?" msgstr "" -"இந்த அமர்வுக்கு வேறு இடம் குறிப்பிடுகிறீர்களா அல்லது நடப்பு இடத்தில் மீண்டும் " -"முயற்சி செய்ய " -"வேண்டுமா?" +"இந்த அமர்வுக்கு வேறு இடம் குறிப்பிடுகிறீர்களா அல்லது நடப்பு இடத்தில் " +"மீண்டும் முயற்சி செய்ய வேண்டுமா?" #: ../libbrasero-burn/brasero-burn-dialog.c:742 msgid "You may want to free some space on the disc and retry" @@ -846,12 +830,12 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:773 #: ../libbrasero-burn/brasero-image-properties.c:459 msgid "Location for Image File" -msgstr "பிம்பம் கோப்புக்கு இடம் " +msgstr "பிம்பம் கோப்புக்கு இடம்" #: ../libbrasero-burn/brasero-burn-dialog.c:781 #: ../libbrasero-burn/brasero-drive-properties.c:366 msgid "Location for Temporary Files" -msgstr "தற்காலிக கோப்புகளுக்கு இடம் " +msgstr "தற்காலிக கோப்புகளுக்கு இடம்" #: ../libbrasero-burn/brasero-burn-dialog.c:889 #: ../libbrasero-burn/brasero-burn-dialog.c:1135 @@ -864,7 +848,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:931 msgid "The disc in the drive holds data." -msgstr "இயக்கியில் உள்ள வட்டில் தரவு உள்ளது" +msgstr "இயக்கியில் உள்ள வட்டில் தரவு உள்ளது." #. Translators: Blank is a verb here #: ../libbrasero-burn/brasero-burn-dialog.c:933 @@ -877,14 +861,13 @@ "selection of files is burned." msgstr "" "அவற்றை இறக்குமதி செய்தால் நடப்பு கோப்பு தேர்வு எழுதப்பட்டதும் அவற்றை " -"பார்க்கலாம் மற்றும் " -"பயன்படுத்தலாம்." +"பார்க்கலாம் மற்றும் பயன்படுத்தலாம்." #: ../libbrasero-burn/brasero-burn-dialog.c:948 msgid "If you don't, they will be invisible (though still readable)." msgstr "" "நீங்கள் செய்யவில்லையானால் ஏற்கெனவே எழுதிய கோப்புகள் தென்படா (இன்னும் படிக்க " -"முடியுமானாலும்)" +"முடியுமானாலும்)." #: ../libbrasero-burn/brasero-burn-dialog.c:951 msgid "" @@ -907,8 +890,7 @@ "won't be written." msgstr "" "பழைய சிடி இயக்கிகளில் சிடி-ஆர்டபிள்யூ (CD-RW) ஒலி தட்டுகள் சரியாக இயங்காமல் " -"போகலாம். " -"மற்றும் சிடி உரை எழுதப்பட மாட்டாது. " +"போகலாம். மற்றும் சிடி உரை எழுதப்பட மாட்டாது." #: ../libbrasero-burn/brasero-burn-dialog.c:968 #: ../libbrasero-burn/brasero-burn-dialog.c:990 @@ -917,7 +899,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:971 msgid "Appending audio tracks to a CD is not advised." -msgstr "சிடி க்கு ஒலி தடங்களை சேர்த்தல் உசிதமல்ல" +msgstr "சிடி க்கு ஒலி தடங்களை சேர்த்தல் உசிதமல்ல." #: ../libbrasero-burn/brasero-burn-dialog.c:973 #: ../libbrasero-burn/brasero-burn-dialog.c:995 @@ -938,14 +920,15 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1037 #, c-format msgid "Please eject the disc from \"%s\" manually." -msgstr "\"%s\" யிலிருந்து தயவு செய்து வட்டை கைமுறையாக வெளியேற்றுக" +msgstr "\"%s\" யிலிருந்து தயவு செய்து வட்டை கைமுறையாக வெளியேற்றுக." #: ../libbrasero-burn/brasero-burn-dialog.c:1046 msgid "" "The disc could not be ejected though it needs to be removed for the current " "operation to continue." msgstr "" -"நடப்பு செயல் தொடர வட்டை வெளியேற்ற வேண்டி இருந்தாலும் அதை வெளியேற்ற முடியவில்லை" +"நடப்பு செயல் தொடர வட்டை வெளியேற்ற வேண்டி இருந்தாலும் அதை வெளியேற்ற " +"முடியவில்லை." #: ../libbrasero-burn/brasero-burn-dialog.c:1133 msgid "Do you want to replace the disc and continue?" @@ -953,7 +936,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1134 msgid "The currently inserted disc could not be blanked." -msgstr "இப்போது உள்ளிட்ட வட்டை துடைக்க முடியவில்லை" +msgstr "இப்போது உள்ளிட்ட வட்டை துடைக்க முடியவில்லை." #: ../libbrasero-burn/brasero-burn-dialog.c:1143 msgid "Do you want to continue with full Windows compatibility disabled?" @@ -986,7 +969,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1660 msgid "Save Current Session" -msgstr "நடப்பு அமர்வை சேமி " +msgstr "நடப்பு அமர்வை சேமி" #: ../libbrasero-burn/brasero-burn-dialog.c:1735 msgid "An unknown error occurred." @@ -1016,7 +999,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1793 #: ../libbrasero-burn/brasero-burn-dialog.c:1824 msgid "Image successfully created" -msgstr " பிம்பம் வெற்றிகரமாக உருவாக்கப்பட்டது" +msgstr "பிம்பம் வெற்றிகரமாக உருவாக்கப்பட்டது" #: ../libbrasero-burn/brasero-burn-dialog.c:1798 msgid "DVD successfully copied" @@ -1053,7 +1036,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1881 #, c-format msgid "Copy #%i has been burned successfully." -msgstr "நகல் #%i வெற்றிகரமாக எழுதப்பட்டது" +msgstr "நகல் #%i வெற்றிகரமாக எழுதப்பட்டது." #: ../libbrasero-burn/brasero-burn-dialog.c:1889 msgid "" @@ -1061,8 +1044,7 @@ "not want to burn another copy, press \"Cancel\"." msgstr "" "நீங்கள் புதிய எழுதக்கூடிய வட்டை உள்ளிட்டதும் இன்னொரு பிரதி துவங்கும். " -"உங்களுக்கு இன்னொரு " -"பிரதி தேவையில்லையானால் \"ரத்துசெய்\". ஐ அழுத்தவும்." +"உங்களுக்கு இன்னொரு பிரதி தேவையில்லையானால் \"ரத்துசெய்\". ஐ அழுத்தவும்." #: ../libbrasero-burn/brasero-burn-dialog.c:1963 msgid "Make _More Copies" @@ -1070,7 +1052,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1972 msgid "Create Co_ver" -msgstr "(_v) உறை உருவாக்குக" +msgstr "(_C)உறை உருவாக்குக" #: ../libbrasero-burn/brasero-burn-dialog.c:2134 msgid "There are some files left to burn" @@ -1092,11 +1074,11 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:2455 #: ../libbrasero-burn/brasero-tool-dialog.c:417 msgid "Interrupting the process may make disc unusable." -msgstr "செயலை இடைமறிப்பது வட்டை பயன்படுத்த முடியாதது ஆக்கிவிடும்" +msgstr "செயலை இடைமறிப்பது வட்டை பயன்படுத்த முடியாதது ஆக்கிவிடும்." #: ../libbrasero-burn/brasero-burn-dialog.c:2458 msgid "C_ontinue Burning" -msgstr "(_o) எழுதுவதை தொடரவும்." +msgstr "(_o) எழுதுவதை தொடரவும்" #: ../libbrasero-burn/brasero-burn-dialog.c:2465 msgid "_Cancel Burning" @@ -1107,9 +1089,8 @@ "Please insert a writable CD or DVD if you don't want to write to an image " "file." msgstr "" -"பிம்ப கோப்பு எழுத விரும்பாவிட்டால் தயவு செய்து எழுதக்கூடிய சிடி அல்லது டிவிடி " -"ஐ " -"செருகவும்." +"பிம்ப கோப்பு எழுத விரும்பாவிட்டால் தயவு செய்து எழுதக்கூடிய சிடி அல்லது " +"டிவிடி ஐ செருகவும்." #: ../libbrasero-burn/brasero-burn-options.c:302 ../src/brasero-project.c:1595 msgid "Create _Image" @@ -1197,7 +1178,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:502 msgid "There is no inserted disc to copy." -msgstr " நகல் எடுக்க உள்ளிட்ட வட்டு ஏதும் இல்லை" +msgstr "நகல் எடுக்க உள்ளிட்ட வட்டு ஏதும் இல்லை." #: ../libbrasero-burn/brasero-burn-options.c:511 msgid "Please select a disc image." @@ -1207,8 +1188,7 @@ msgid "There is no selected disc image." msgstr "தேர்ந்தெடுக்கப்பட்ட வட்டு பிம்பம் ஏதும் இல்லை." -#. Translators: this is a disc image not a picture -#. Translators: this is a disc image, not a picture +#. Translators: this is a disc image not a pictureTranslators: this is a disc image, not a picture #: ../libbrasero-burn/brasero-burn-options.c:522 #: ../libbrasero-burn/brasero-src-image.c:167 msgctxt "disc" @@ -1217,21 +1197,20 @@ #: ../libbrasero-burn/brasero-burn-options.c:523 msgid "It doesn't appear to be a valid disc image or a valid cue file." -msgstr "இது செல்லுபடியாகும் வட்டு பிம்பம் அல்லது க்யூ கோப்பு ஆக தெரியவில்லை" +msgstr "இது செல்லுபடியாகும் வட்டு பிம்பம் அல்லது க்யூ கோப்பு ஆக தெரியவில்லை." #: ../libbrasero-burn/brasero-burn-options.c:532 msgid "Please insert a disc that is not copy protected." msgstr "தயவு செய்து நகலெடுக்க தடை செய்யப்படாத வட்டு ஒன்றை செருகு." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "தேவையான அனைத்து நூலகங்களும் நிரல்களும் நிறுவப்படவில்லை." #: ../libbrasero-burn/brasero-burn-options.c:540 ../src/brasero-project.c:1003 msgid "Please replace the disc with a supported CD or DVD." -msgstr "தயவு செய்து ஆதரவுள்ள சிடி அல்லது டிவிடி ஆல் வட்டை மீள் இடுக " +msgstr "தயவு செய்து ஆதரவுள்ள சிடி அல்லது டிவிடி ஆல் வட்டை மீள் இடுக." #: ../libbrasero-burn/brasero-burn-options.c:549 ../src/brasero-project.c:976 msgid "Would you like to burn beyond the disc's reported capacity?" @@ -1246,13 +1225,11 @@ "cannot be properly recognised and therefore need overburn option.\n" "NOTE: This option might cause failure." msgstr "" -"வட்டுக்கு திட்டத்தின் அளவு மிகபெரியது. ஆகவே நீங்கள் அதில் இருந்து கோப்புக்களை " -"நீக்கவேண்டும். \n" +"வட்டுக்கு திட்டத்தின் அளவு மிகபெரியது. ஆகவே நீங்கள் அதில் இருந்து " +"கோப்புக்களை நீக்கவேண்டும். \n" "நீங்கள் பயன்படுத்துவது சரியாக அடையாளம் காணப்பட முடியாத 90 அல்லது 100 நிமிட " -"CD-R(W) " -"ஆக இருந்தால் அதற்கு அளவுக்கு அதிகம் எழுதும் தேர்வு அவசியமானதாக இருப்பதால் " -"இந்த தேர்வை " -"நீங்கள் பயன்படுத்த விரும்பலாம்.\n" +"CD-R(W) ஆக இருந்தால் அதற்கு அளவுக்கு அதிகம் எழுதும் தேர்வு அவசியமானதாக " +"இருப்பதால் இந்த தேர்வை நீங்கள் பயன்படுத்த விரும்பலாம்.\n" " குறிப்பு: இந்த தேர்வு தோல்வி அடையலாம்." #: ../libbrasero-burn/brasero-burn-options.c:557 ../src/brasero-project.c:983 @@ -1290,15 +1267,13 @@ msgid "Video Options" msgstr "வீடியோ தேர்வுகள்" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" msgstr "" "நீங்கள் பிம்பத்தின் உள்ளடக்கத்தில் இருந்து வட்டு எழுத் விட்ரும்புகிறீர்களா " -"அல்லது வட்டில் பிம்ப " -"கோப்பை எழுத விரும்புகிறீர்களா?" +"அல்லது வட்டில் பிம்ப கோப்பை எழுத விரும்புகிறீர்களா?" #. Translators: %s is the name of the image #: ../libbrasero-burn/brasero-burn-options.c:804 @@ -1308,8 +1283,7 @@ "contents can be burned." msgstr "" "(\"%s\") மட்டுமே தேர்ந்தெடுக்கப்பட்ட ஒரே கோப்பு. இது ஒரு வட்டு பிம்பம். இதன் " -"உள்ளடக்கங்கள் " -"எழுதப்பட முடியும்." +"உள்ளடக்கங்கள் எழுதப்பட முடியும்." #: ../libbrasero-burn/brasero-burn-options.c:809 msgid "Burn as _File" @@ -1317,7 +1291,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:811 msgid "Burn _Contents…" -msgstr "உள்ளடக்கங்களை எழுது... (_C)" +msgstr "(_C) உள்ளடக்கங்களை எழுது..." #: ../libbrasero-burn/brasero-burn-options.c:893 msgid "Image Burning Setup" @@ -1330,31 +1304,21 @@ #: ../libbrasero-burn/brasero-burn-options.c:921 msgid "Copy CD/DVD" -msgstr "சிடி மற்றும் டிவிடி களை நகலெடு " +msgstr "சிடி மற்றும் டிவிடி களை நகலெடு" #: ../libbrasero-burn/brasero-burn-options.c:927 msgid "Select disc to copy" -msgstr " நகல் எடுக்க வட்டை தேர்வு செய்க" +msgstr "நகல் எடுக்க வட்டை தேர்வு செய்க" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" -msgstr "கீழ் கண்டவற்றை கைமுறையாக நிறுவி பின் முயற்சிக்கவும்" +msgstr "கீழ் கண்டவற்றை கைமுறையாக நிறுவி பின் முயற்சிக்கவும்:" #: ../libbrasero-burn/brasero-cover.c:119 msgid "Unknown song" msgstr "தெரியாத பாடல்" -#. Reminder: if this string happens to be used -#. * somewhere else in brasero we'll need a -#. * context with C_() macro -#. Translators: %s is the name of the artist. -#. * This text is the one written on the cover of a disc. -#. * Before it there is the name of the song. -#. * I had to break it because it is in a GtkTextBuffer -#. * and every word has a different tag. -#. Translators: %s is the name of the artist -#. Translators: %s is the name of an artist. +#. Reminder: if this string happens to be used* somewhere else in brasero we'll need a* context with C_() macroTranslators: %s is the name of the artist.* This text is the one written on the cover of a disc.* Before it there is the name of the song.* I had to break it because it is in a GtkTextBuffer* and every word has a different tag.Translators: %s is the name of the artistTranslators: %s is the name of an artist. #: ../libbrasero-burn/brasero-cover.c:146 ../src/brasero-player.c:419 #: ../src/brasero-song-control.c:270 #, c-format @@ -1381,19 +1345,13 @@ msgid "Video DVD image" msgstr "விடியோ டிவிடி (DVD) பிம்பம்" -#. NOTE for translators: the first %s is medium_name ("File -#. * Image") and the second the path for the image file +#. NOTE for translators: the first %s is medium_name ("File* Image") and the second the path for the image file #: ../libbrasero-burn/brasero-dest-selection.c:623 #, c-format msgid "%s: \"%s\"" msgstr "%s: \"%s\"" -#. Translators: this string is only used when the user -#. * wants to copy a disc using the same destination and -#. * source drive. It tells him that brasero will use as -#. * destination disc a new one (once the source has been -#. * copied) which is to be inserted in the drive currently -#. * holding the source disc +#. Translators: this string is only used when the user* wants to copy a disc using the same destination and* source drive. It tells him that brasero will use as* destination disc a new one (once the source has been* copied) which is to be inserted in the drive currently* holding the source disc #: ../libbrasero-burn/brasero-dest-selection.c:655 #, c-format msgid "New disc in the burner holding the source disc" @@ -1405,15 +1363,13 @@ msgid "%s: not enough free space" msgstr "%s:போதிய காலி இடைவெளி இல்லை" -#. NOTE for translators: the first %s is the medium name, the second %s -#. * is its available free space. "Free" here is the free space available. +#. NOTE for translators: the first %s is the medium name, the second %s* is its available free space. "Free" here is the free space available. #: ../libbrasero-burn/brasero-dest-selection.c:727 #, c-format msgid "%s: %s of free space" msgstr "%s: காலி இடைவெளியில் %s" -#. Translators: the first %s is the path of the directory where brasero -#. * will store its temporary files; the second one is the size available +#. Translators: the first %s is the path of the directory where brasero* will store its temporary files; the second one is the size available #: ../libbrasero-burn/brasero-drive-properties.c:192 #, c-format msgid "%s: %s free" @@ -1442,8 +1398,7 @@ "This can be a problem when writing DVDs or large images." msgstr "" "இந்த தொகுதியில் உள்ள கோப்பு அமைப்பு மிகப்பெரிய கோப்புகளை ஆதரிப்பதில்லை. ( 2 " -"GiB க்கு " -"மேற்பட்ட அளவு).\n" +"GiB க்கு மேற்பட்ட அளவு).\n" "இது டிவிடி அல்லது மிகப்பெரிய பிம்பங்களை எழுதுவதில் பிரச்சினைகளை உருவாக்கும்." #. Translators %s.1f is the speed used to burn @@ -1464,8 +1419,7 @@ msgid "%.1f× (BD)" msgstr "%.1f x ((BD)பிடி)" -#. Translators %s.1f is the speed used to burn for every medium -#. * type. BD = Blu Ray +#. Translators %s.1f is the speed used to burn for every medium* type. BD = Blu Ray #: ../libbrasero-burn/brasero-drive-properties.c:537 #, c-format msgid "%.1f× (BD) %.1f× (DVD) %.1f× (CD)" @@ -1493,8 +1447,7 @@ "actual burning after 10 seconds" msgstr "" "ப்ராஸரோ எழுதுதலை பாவனை செய்து பார்க்கும். சரியாக இருப்பின் 10 " -"நொடிகளுக்குப்பின் எழுத " -"ஆரம்பிக்கும்." +"நொடிகளுக்குப்பின் எழுத ஆரம்பிக்கும்" #: ../libbrasero-burn/brasero-drive-properties.c:726 msgid "Use burn_proof (decrease the risk of failures)" @@ -1502,11 +1455,11 @@ #: ../libbrasero-burn/brasero-drive-properties.c:728 msgid "Burn the image directly _without saving it to disc" -msgstr "(_w) வட்டுக்கு சேமிக்காமல் நேரடியாக பிம்பத்தை எழுது." +msgstr "(_w) வட்டுக்கு சேமிக்காமல் நேரடியாக பிம்பத்தை எழுது" #: ../libbrasero-burn/brasero-drive-properties.c:730 msgid "Leave the disc _open to add other files later" -msgstr "(_o) வட்டை திறந்துவிடு. பின்னால் மற்ற கோப்புகளை சேர்க்க உதவும்." +msgstr "(_o) வட்டை திறந்துவிடு. பின்னால் மற்ற கோப்புகளை சேர்க்க உதவும்" #: ../libbrasero-burn/brasero-drive-properties.c:731 msgid "Allow to add more data to the disc later" @@ -1520,7 +1473,7 @@ #: ../libbrasero-burn/brasero-drive-properties.c:763 msgid "Location for _Temporary Files" -msgstr "(_T) தற்காலிக கோப்புகளுக்கு இடம் " +msgstr "(_T) தற்காலிக கோப்புகளுக்கு இடம்" #: ../libbrasero-burn/brasero-drive-properties.c:783 msgid "Set the directory where to store temporary files" @@ -1576,7 +1529,7 @@ #: ../src/brasero-project.c:1503 #, c-format msgid "Properties of %s" -msgstr "%s இன் பண்புகள் " +msgstr "%s இன் பண்புகள்" #: ../libbrasero-burn/brasero-medium-properties.c:133 msgid "" @@ -1605,8 +1558,7 @@ msgid "Configure recording options" msgstr "பதிவு செய்யும் தேர்வுகளை வடிவமை" -#. Translators: first %02i is hours, the second one is minutes and the -#. * third one is seconds. +#. Translators: first %02i is hours, the second one is minutes and the* third one is seconds. #: ../libbrasero-burn/brasero-progress.c:198 #, c-format msgid "Total time: %02i:%02i:%02i" @@ -1616,8 +1568,7 @@ msgid "Average drive speed:" msgstr "சராசரி இயக்கி வேகம்:" -#. Translators: first %02i is hours, the second one is minutes -#. * and the third one is seconds. +#. Translators: first %02i is hours, the second one is minutes* and the third one is seconds. #: ../libbrasero-burn/brasero-progress.c:437 #, c-format msgid "Estimated remaining time: %02i:%02i:%02i" @@ -1636,28 +1587,25 @@ #: ../libbrasero-burn/brasero-src-image.c:229 #, c-format msgid "\"%s\": loading" -msgstr "\"%s\": ஏற்றப்படுகிறது." +msgstr "\"%s\": ஏற்றப்படுகிறது" #. Translators: %s is a path and image refers to a disc image #: ../libbrasero-burn/brasero-src-image.c:236 #, c-format msgid "\"%s\": unknown disc image type" -msgstr "\"%s\": தெரியாத வட்டு பிம்ப வகை " +msgstr "\"%s\": தெரியாத வட்டு பிம்ப வகை" -#. NOTE to translators, the first %s is the path of the image -#. * file and the second its size. +#. NOTE to translators, the first %s is the path of the image* file and the second its size. #: ../libbrasero-burn/brasero-src-image.c:258 #, c-format msgid "\"%s\": %s" msgstr "\"%s\": %s" -#. This is hackish and meant to avoid ellipsization to make the -#. * label too small. -#. Translators: this is a disc image +#. This is hackish and meant to avoid ellipsization to make the* label too small.Translators: this is a disc image #: ../libbrasero-burn/brasero-src-image.c:271 #: ../libbrasero-burn/brasero-src-image.c:554 msgid "Click here to select a disc _image" -msgstr "(_i) ஒரு வட்டு பிம்பத்தை தேர்வு செய்ய இங்கு சொடுக்கவும்." +msgstr "(_i) ஒரு வட்டு பிம்பத்தை தேர்வு செய்ய இங்கு சொடுக்கவும்" #: ../libbrasero-burn/brasero-src-image.c:415 msgid "Select Disc Image" @@ -1700,8 +1648,7 @@ msgstr "" "இந்த அடைவின் குழந்தைகளுக்கு 7 தாய் அடைவுகள் இருக்கும்..\n" " ப்ராஸாரோ அத்தைகைய கோப்பு அமைப்பு பிம்பம் ஒன்றை உருவாக்கி எழுத இயலும்; ஆனால் " -"எல்லா " -"இயங்குதளங்களிலும் அதை படிக்க முடியாது. .\n" +"எல்லா இயங்குதளங்களிலும் அதை படிக்க முடியாது. .\n" "குறிப்பு: அது லீனக்ஸில் வேலை செய்யும் என அறிகிறோம்." #: ../libbrasero-burn/brasero-status-dialog.c:232 @@ -1724,8 +1671,7 @@ "of the ISO9660 standard to support it?" msgstr "" "நீங்கள் நிச்சயமாக \"%s\" ஐ தேர்வுக்கு சேர்த்து ஐஎஸ்ஓ 9660 செந்தரத்தின் " -"மூன்றாம் பதிப்பின் " -"ஆதரவை பயன்படுத்த விருப்பமா?" +"மூன்றாம் பதிப்பின் ஆதரவை பயன்படுத்த விருப்பமா?" #: ../libbrasero-burn/brasero-status-dialog.c:290 #: ../src/brasero-data-disc.c:835 @@ -1740,11 +1686,11 @@ "standard." msgstr "" "கோப்பின் அளவு 2 GiB க்கு மேல். 2 GiB க்கு மேல் அளவான கோப்புகளுக்கு ISO9660 " -"செந்தரம் " -"முதல் இரண்டு பதிப்புகளின் (அவைதான் பரவலாக பயன்படுகின்றன) ஆதரவு இல்லை..\n" +"செந்தரம் முதல் இரண்டு பதிப்புகளின் (அவைதான் பரவலாக பயன்படுகின்றன) ஆதரவு " +"இல்லை..\n" "ஆகவே ISO9660 செந்தரம் மூன்றாம் பதிப்பை பயன்படுத்துமாறு " -"பரிந்துரைக்கப்படுகிறது. லீனக்ஸ் " -"விண்டோஸ்™ (Windows™) உள்ளிட்ட பல இயங்குதளங்களும் இதை இப்போது ஆதரிக்கின்றன..\n" +"பரிந்துரைக்கப்படுகிறது. லீனக்ஸ் விண்டோஸ்™ (Windows™) உள்ளிட்ட பல " +"இயங்குதளங்களும் இதை இப்போது ஆதரிக்கின்றன..\n" "ஆனால் ISO9660 செந்தரம் மூன்றாம் பதிப்பு உருவாக்கிய பிம்பங்களை மேக் பத்து " "ஆதரிப்பதில்லை." @@ -1768,7 +1714,7 @@ #: ../libbrasero-burn/brasero-status-dialog.c:349 #: ../src/brasero-data-disc.c:737 msgid "_Rename for Full Windows Compatibility" -msgstr "(_R) முழுவதும் விண்டோஸ் ஏற்புடைமைக்கு மறுபெயரிடு " +msgstr "(_R) முழுவதும் விண்டோஸ் ஏற்புடைமைக்கு மறுபெயரிடு" #: ../libbrasero-burn/brasero-status-dialog.c:566 msgid "Size Estimation" @@ -1785,7 +1731,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:134 #: ../libbrasero-burn/brasero-sum-dialog.c:215 msgid "Check _Again" -msgstr "(_A) மீண்டும் சோதிக்கவும் " +msgstr "(_A) மீண்டும் சோதிக்கவும்" #: ../libbrasero-burn/brasero-sum-dialog.c:165 #: ../libbrasero-burn/brasero-sum-dialog.c:514 @@ -1816,7 +1762,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:342 msgid "Downloading MD5 file" -msgstr "எம்டி5 கோப்பை பதிவிறக்குகிறது " +msgstr "எம்டி5 கோப்பை பதிவிறக்குகிறது" #: ../libbrasero-burn/brasero-sum-dialog.c:397 #, c-format @@ -1825,17 +1771,17 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:515 msgid "No MD5 file was given." -msgstr "எம்டி5 கோப்பு தரப்படவில்லை " +msgstr "எம்டி5 கோப்பு தரப்படவில்லை." #: ../libbrasero-burn/brasero-sum-dialog.c:692 msgid "Use an _MD5 file to check the disc" -msgstr "(_M) எம்டி 5 கோப்பு பயன்படுத்தி வட்டை சோதிக்கவும் " +msgstr "(_M) எம்டி 5 கோப்பு பயன்படுத்தி வட்டை சோதிக்கவும்" #: ../libbrasero-burn/brasero-sum-dialog.c:693 msgid "Use an external .md5 file that stores the checksum of a disc" msgstr "" "வட்டின் செக்சம் ஐ சேமிக்கும் எம்டி 5 ( .md5) கோப்பு பயன்படுத்தி வட்டை " -"சோதிக்கவும் " +"சோதிக்கவும்" #: ../libbrasero-burn/brasero-sum-dialog.c:706 msgid "Open an MD5 file" @@ -1869,12 +1815,12 @@ msgid "The drive is empty" msgstr "இயக்கி வெற்று ஆக இருக்கிறது" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "வட்டு ஒன்றை தேர்வு செய்க" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "முன்னேற்றம்" @@ -1922,22 +1868,22 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:2552 #, c-format msgid "\"%s\" is a recursive symbolic link." -msgstr "\"%s\" என்பது ஒரு சுருள் சிம்லிங்க்" +msgstr "\"%s\" என்பது ஒரு சுருள் சிம்லிங்க்." #. Translators: %s is the path of a drive #: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 #, c-format msgid "\"%s\" cannot be found." -msgstr "\"%s\" ஐ கண்டு பிடிக்க முடியவில்லை" +msgstr "\"%s\" ஐ கண்டு பிடிக்க முடியவில்லை." #: ../libbrasero-burn/brasero-track-image-cfg.c:451 msgid "Retrieving image format and size" -msgstr "பட ஒழுங்கு மற்றும் அளவை பெறுகிறது." +msgstr "பட ஒழுங்கு மற்றும் அளவை பெறுகிறது" #. Translators: This is a disc image #: ../libbrasero-burn/brasero-track-image-cfg.c:471 msgid "The format of the disc image could not be identified" -msgstr "வட்டு பிம்பத்தின் ஒழுங்கை அடையாளம் காண முடியவில்லை." +msgstr "வட்டு பிம்பத்தின் ஒழுங்கை அடையாளம் காண முடியவில்லை" #: ../libbrasero-burn/brasero-track-image-cfg.c:472 msgid "Please set it manually" @@ -1947,7 +1893,7 @@ #: ../libbrasero-burn/brasero-track-stream-cfg.c:90 #, c-format msgid "\"%s\" was removed from the file system." -msgstr "கோப்பு அமைப்பில் இருந்து \"%s\" நீக்கப்பட்டது" +msgstr "கோப்பு அமைப்பில் இருந்து \"%s\" நீக்கப்பட்டது." #: ../libbrasero-burn/brasero-track-stream-cfg.c:129 #: ../src/brasero-audio-disc.c:754 ../src/brasero-video-disc.c:365 @@ -2014,11 +1960,11 @@ #: ../libbrasero-burn/brasero-video-options.c:558 msgid "Create an SVCD" -msgstr "ஒரு எஸ்விசிடி உருவாக்குக " +msgstr "ஒரு எஸ்விசிடி உருவாக்குக" #: ../libbrasero-burn/brasero-video-options.c:573 msgid "Create a VCD" -msgstr "ஒரு விசிடி உருவாக்குக " +msgstr "ஒரு விசிடி உருவாக்குக" #: ../libbrasero-burn/brasero-xfer.c:130 ../libbrasero-burn/brasero-xfer.c:266 #, c-format @@ -2055,7 +2001,7 @@ #: ../libbrasero-burn/burn-basics.c:86 msgid "Preparing to write" -msgstr "எழுத தயார்படுத்துகிறது " +msgstr "எழுத தயார்படுத்துகிறது" #: ../libbrasero-burn/burn-basics.c:87 msgid "Writing leadin" @@ -2107,9 +2053,7 @@ msgid "\"%s\" did not behave properly" msgstr "\"%s\" இன் நடத்தை சரியில்லை" -#. Translators: the first %s is the size of the free space on the medium -#. * and the second %s is the size of the space required by the data to be -#. * burnt. +#. Translators: the first %s is the size of the free space on the medium* and the second %s is the size of the space required by the data to be* burnt. #: ../libbrasero-burn/burn-job.c:430 #, c-format msgid "Not enough space available on the disc (%s available for %s)" @@ -2122,8 +2066,7 @@ "with a size over 2 GiB" msgstr "" "தற்காலிக பிம்பத்தை சேமிக்க நீங்கள் தேர்ந்தெடுத்த கோப்பு அமைப்பு 2 GiB க்கு " -"மேல் உள்ள கோப்பை " -"கையாள முடியாது" +"மேல் உள்ள கோப்பை கையாள முடியாது" #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 #, c-format @@ -2132,10 +2075,9 @@ "free space for the disc image (%ld MiB needed)" msgstr "" "தற்காலிக பிம்பத்தை சேமிக்க நீங்கள் தேர்ந்தெடுத்த கோப்பு அமைப்பில் தேவையான " -"இடம் இல்லை. (%ld " -"MiB தேவை)" +"இடம் இல்லை. (%ld MiB தேவை)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "தொகுதியின் அளவை காண முடியவில்லை" @@ -2145,8 +2087,7 @@ msgid "No path was specified for the image output" msgstr "பிம்ப வெளிப்பாட்டுக்கு பாதை குறிப்பிடவில்லை" -#. Translators: %s is the error returned by libburn -#. Translators: the %s is the error message from errno +#. Translators: %s is the error returned by libburnTranslators: the %s is the error message from errno #: ../libbrasero-burn/burn-job.c:768 ../plugins/cdrtools/burn-cdrecord.c:709 #: ../plugins/libburnia/burn-libburn.c:717 #: ../plugins/transcode/burn-transcode.c:790 @@ -2181,12 +2122,12 @@ #: ../libbrasero-burn/burn-plugin.c:655 ../libbrasero-burn/burn-plugin.c:667 #, c-format msgid "The version of \"%s\" is too old" -msgstr "\"%s\" இன் ந்த பதிப்பு மிகவும் பழையது." +msgstr "\"%s\" இன் பதிப்பு மிகவும் பழையது" #: ../libbrasero-burn/burn-plugin.c:659 #, c-format msgid "\"%s\" is a symbolic link pointing to another program" -msgstr "\"%s\" என்பது இன்னொரு நிரலை சுட்டிக்காட்டும் ஒரு சிம்லிங்க். " +msgstr "\"%s\" என்பது இன்னொரு நிரலை சுட்டிக்காட்டும் ஒரு சிம்லிங்க்" #. Translators: %s is a filename #: ../libbrasero-burn/burn-plugin.c:663 ../plugins/cdrdao/burn-cdrdao.c:211 @@ -2201,9 +2142,7 @@ msgid "Process \"%s\" ended with an error code (%i)" msgstr "செயல்பாடு \"%s\" பிழை குறி (%i) உடன் முடிந்தது" -#. Translators: This is a fake drive, a file, and means that -#. * when we're writing, we're writing to a file and create an -#. * image on the hard drive. +#. Translators: This is a fake drive, a file, and means that* when we're writing, we're writing to a file and create an* image on the hard drive. #: ../libbrasero-media/brasero-drive.c:607 #: ../libbrasero-media/brasero-medium.c:206 #: ../libbrasero-media/brasero-volume.c:382 @@ -2293,36 +2232,31 @@ msgid "Rewritable Blu-ray disc" msgstr "மீண்டும் எழுதக்கூடிய ப்ளூ-ரே வட்டு" -#. NOTE for translators: the first %s is the disc type and the -#. * second %s the name of the drive this disc is in. +#. NOTE for translators: the first %s is the disc type and the* second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:216 #, c-format msgid "Blank %s in %s" msgstr "வெற்று %s %s இல்" -#. NOTE for translators: the first %s is the disc type and the -#. * second %s the name of the drive this disc is in. +#. NOTE for translators: the first %s is the disc type and the* second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:223 #, c-format msgid "Audio and data %s in %s" msgstr "கேட்பொலி மற்றும் தரவு %s %s இல்" -#. NOTE for translators: the first %s is the disc type and the -#. * second %s the name of the drive this disc is in. +#. NOTE for translators: the first %s is the disc type and the* second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:230 #, c-format msgid "Audio %s in %s" msgstr "கேட்பொலி %s %s இல்" -#. NOTE for translators: the first %s is the disc type and the -#. * second %s the name of the drive this disc is in. +#. NOTE for translators: the first %s is the disc type and the* second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:237 #, c-format msgid "Data %s in %s" msgstr "தரவு %s %s இல்" -#. NOTE for translators: the first %s is the disc type and the -#. * second %s the name of the drive this disc is in. +#. NOTE for translators: the first %s is the disc type and the* second %s the name of the drive this disc is in. #: ../libbrasero-media/brasero-medium.c:244 #, c-format msgid "%s in %s" @@ -2334,13 +2268,7 @@ msgid "%s: empty" msgstr "%s: வெற்று" -#. NOTE for translators: the first %s is the medium name, the -#. * second %s is the space (kio, gio) used by data on the disc. -#. -#. NOTE for translators: the first %s is the medium name, the -#. * second %s is the space (time) used by data on the disc. -#. * I really don't know if I should set this string as -#. * translatable. +#. NOTE for translators: the first %s is the medium name, the* second %s is the space (kio, gio) used by data on the disc.NOTE for translators: the first %s is the medium name, the* second %s is the space (time) used by data on the disc.* I really don't know if I should set this string as* translatable. #: ../libbrasero-media/brasero-medium-selection.c:174 #: ../libbrasero-media/brasero-medium-selection.c:186 #, c-format @@ -2392,9 +2320,7 @@ msgid "%s min" msgstr "%s நிமிடம்" -#. Translators: the first %s is the number of minutes -#. * and the second one is the number of seconds. -#. * The whole string expresses a duration +#. Translators: the first %s is the number of minutes* and the second one is the number of seconds.* The whole string expresses a duration #: ../libbrasero-media/brasero-units.c:104 #, c-format msgid "%s:%s min" @@ -2417,19 +2343,13 @@ msgid "Audio and data disc (%s)" msgstr "கேட்பொலி மற்றும் தரவு வட்டு (%s)" -#. NOTE for translators: the first %s is the disc type. -#. NOTE to translators: the final string must not be over -#. * 32 _bytes_ . -#. * The %s is the date +#. NOTE for translators: the first %s is the disc type.NOTE to translators: the final string must not be over* 32 _bytes_ .* The %s is the date #: ../libbrasero-media/brasero-volume.c:417 ../src/brasero-project-name.c:322 #, c-format msgid "Audio disc (%s)" msgstr "கேட்பொலி வட்டு (%s)" -#. NOTE for translators: the first %s is the disc type. -#. NOTE to translators: the final string must not be over -#. * 32 _bytes_ otherwise it gets truncated. -#. * The %s is the date +#. NOTE for translators: the first %s is the disc type.NOTE to translators: the final string must not be over* 32 _bytes_ otherwise it gets truncated.* The %s is the date #: ../libbrasero-media/brasero-volume.c:421 #: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 #, c-format @@ -2440,11 +2360,10 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" -msgstr "செல்லுபடியாகும் ஐஸோ பிம்பம் ஆக தெரியவில்லை. " +msgstr "செல்லுபடியாகும் ஐஸோ பிம்பம் ஆக தெரியவில்லை" #: ../libbrasero-media/scsi-error.c:43 ../src/brasero-project-name.c:84 msgid "Unknown error" @@ -2484,7 +2403,7 @@ #: ../libbrasero-media/scsi-error.c:53 msgid "The device timed out" -msgstr "சாதனம் காலாவதியானது." +msgstr "சாதனம் காலாவதியானது" #: ../libbrasero-media/scsi-error.c:54 msgid "Key not established" @@ -2529,8 +2448,7 @@ msgid "Vertical gradient" msgstr "செங்குத்து சீர் நிற மாற்றங்கள்" -#. second part -#. Translators: This is an image, a picture, not a "Disc Image" +#. second partTranslators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:280 msgid "_Image" msgstr "ஊ(_I) பிம்பம்" @@ -2620,34 +2538,31 @@ #: ../libbrasero-utils/brasero-jacket-view.c:766 msgid "Set Bac_kground Properties" -msgstr "(_k) பின்னணி பண்புகள் ஐ அமை " +msgstr "(_k) பின்னணி பண்புகள் ஐ அமை" #: ../libbrasero-utils/brasero-jacket-view.c:807 msgid "SIDES" -msgstr "பக்கங்கள்" +msgstr "SIDES" #: ../libbrasero-utils/brasero-jacket-view.c:823 msgid "BACK COVER" -msgstr "பின் உறை" +msgstr "BACK COVER" #: ../libbrasero-utils/brasero-jacket-view.c:841 msgid "FRONT COVER" -msgstr "முன் உறை" +msgstr "FRONT COVER" -#. Translators: This is an image, -#. * a picture, not a "Disc Image" +#. Translators: This is an image,* a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-view.c:1021 msgid "The image could not be loaded." -msgstr "பிம்பத்தை ஏற்ற முடியவில்லை" +msgstr "பிம்பத்தை ஏற்ற முடியவில்லை." #: ../libbrasero-utils/brasero-metadata.c:1126 ../src/brasero-audio-disc.c:643 #, c-format msgid "\"%s\" could not be handled by GStreamer." msgstr "\"%s\" ஐ ஜிஸ்ட்ரீமரால் கையாள முடியவில்லை." -#. Translators: %s is the name of the object (as in -#. * GObject) from the Gstreamer library that could -#. * not be created +#. Translators: %s is the name of the object (as in* GObject) from the Gstreamer library that could* not be created #: ../libbrasero-utils/brasero-metadata.c:1198 #: ../libbrasero-utils/brasero-metadata.c:1211 #: ../libbrasero-utils/brasero-metadata.c:1224 @@ -2692,15 +2607,16 @@ #: ../libbrasero-utils/brasero-misc.c:74 msgid "Display debug statements on stdout for Brasero utilities library" msgstr "" -"Brasero பயன்பாடுகள் தரவகத்திற்கான வழுநீக்கல் கூற்றுக்களை stdout இல் காண்பி" +"ப்ராஸரோ பயன்பாடுகளின் நூலகத்துக்கான செந்தர வெளிப்பாட்டில் உள்ள வழு நீக்க " +"அறிக்கைகளை காட்டு" #: ../libbrasero-utils/brasero-misc.c:91 msgid "Brasero utilities library" -msgstr "Brasero பயன்பாடுகள் தரவகம்" +msgstr "ப்ராஸரோ பயன்பாடுகளின் நூலகம்" #: ../libbrasero-utils/brasero-misc.c:92 msgid "Display options for Brasero-utils library" -msgstr "Brasero-utils தரவகத்திற்கான காட்சி விருப்பங்கள்" +msgstr "ப்ராஸரோ எழுதி நூலகத்துக்கு காட்சி தேர்வுகள்" #: ../libbrasero-utils/brasero-tool-color-picker.c:166 msgid "Pick a Color" @@ -2726,9 +2642,7 @@ msgid "Image files" msgstr "பிம்ப கோப்புகள்" -#. Translators: this is the name of the plugin -#. * which will be translated only when it needs -#. * displaying. +#. Translators: this is the name of the plugin* which will be translated only when it needs* displaying. #: ../nautilus/nautilus-burn-bar.c:356 ../plugins/local-track/burn-uri.c:747 msgid "CD/DVD Creator Folder" msgstr "குறுவட்டு/டிவிடிஉருவாக்கி அடைவு" @@ -2737,8 +2651,7 @@ msgid "Disc Name:" msgstr "வட்டு பெயர்:" -#. Translators: be careful, anything longer than the English will likely -#. * not fit on small Nautilus windows +#. Translators: be careful, anything longer than the English will likely* not fit on small Nautilus windows #: ../nautilus/nautilus-burn-bar.c:407 msgid "Drag or copy files below to write them to disc" msgstr "வட்டுக்கு எழுத கீழே கோப்புகளை இழு அல்லது நகல் எடு" @@ -2749,7 +2662,7 @@ msgstr "வட்டுக்கு எழுது" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "உள்ளடக்கத்தை CD அல்லது டிவிடிவட்டில் எழுது" @@ -2758,7 +2671,7 @@ msgstr "வட்டை நகலெடு" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" msgstr "_W வட்டுக்கு எழுது..." @@ -2788,7 +2701,7 @@ #: ../nautilus/nautilus-burn-extension.c:677 msgid "Check the data integrity on this CD or DVD" -msgstr "இந்த சிடி அல்லது டிவிடி (DVD) இல் உள்ள தரவின் சீர்மையை சோதி." +msgstr "இந்த சிடி அல்லது டிவிடி (DVD) இல் உள்ள தரவின் சீர்மையை சோதி" #: ../plugins/audio2cue/burn-audio2cue.c:191 #: ../plugins/checksum/burn-checksum-image.c:124 @@ -2800,7 +2713,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2809,7 +2722,7 @@ #: ../plugins/audio2cue/burn-audio2cue.c:723 msgid "Generates .cue files from audio" -msgstr "ஒலியிலிருந்து .cue கோப்புகளை உருவாக்குகிறது." +msgstr "ஒலியிலிருந்து .cue கோப்புகளை உருவாக்குகிறது" #: ../plugins/cdrdao/burn-cdrdao.c:55 msgid "cdrdao burning suite" @@ -2834,7 +2747,7 @@ #: ../plugins/cdrtools/burn-readcd.c:117 ../plugins/cdrtools/burn-readcd.c:123 #, c-format msgid "You do not have the required permissions to use this drive" -msgstr "இந்த இயக்கியை பயபடுத்த தேவையான அனுமதிகள் உங்களுக்கு இல்லை." +msgstr "இந்த இயக்கியை பயபடுத்த தேவையான அனுமதிகள் உங்களுக்கு இல்லை" #: ../plugins/cdrdao/burn-cdrdao.c:480 msgid "Converting toc file" @@ -2847,7 +2760,7 @@ #: ../plugins/cdrdao/burn-cdrdao.c:762 msgid "Enable the \"--driver generic-mmc-raw\" flag (see cdrdao manual)" msgstr "" -" \"--driver generic-mmc-raw\" குறியை செயல்படுத்துக ( சிடிஆர்டிஏஓ கையேட்டை " +"\"--driver generic-mmc-raw\" குறியை செயல்படுத்துக ( சிடிஆர்டிஏஓ கையேட்டை " "பார்க்க)" #: ../plugins/cdrkit/burn-cdrkit.h:38 @@ -2860,7 +2773,7 @@ #: ../plugins/libburnia/burn-libisofs.c:518 #, c-format msgid "Last session import failed" -msgstr "கடைசி அமர்வை இறக்குமதி செய்தல் தோல்வியுற்றது." +msgstr "கடைசி அமர்வை இறக்குமதி செய்தல் தோல்வியுற்றது" #: ../plugins/cdrkit/burn-genisoimage.c:125 #: ../plugins/cdrkit/burn-genisoimage.c:132 @@ -2869,7 +2782,7 @@ #: ../plugins/growisofs/burn-growisofs.c:210 #: ../plugins/growisofs/burn-growisofs.c:217 msgid "An image could not be created" -msgstr "ஒரு பிம்பத்தை உருவாக்க முடியவில்லை." +msgstr "ஒரு பிம்பத்தை உருவாக்க முடியவில்லை" #: ../plugins/cdrkit/burn-genisoimage.c:138 msgid "This version of genisoimage is not supported" @@ -2896,7 +2809,7 @@ #: ../plugins/cdrtools/burn-mkisofs.c:531 #: ../plugins/libburnia/burn-libisofs.c:1078 msgid "Creates disc images from a file selection" -msgstr "ஒரு கோப்பு தேர்விலிருந்து பிம்பத்தை உருவாக்குகிறது " +msgstr "ஒரு கோப்பு தேர்விலிருந்து பிம்பத்தை உருவாக்குகிறது" #: ../plugins/cdrkit/burn-readom.c:136 ../plugins/cdrtools/burn-readcd.c:137 #, c-format @@ -2904,9 +2817,8 @@ "The location you chose to store the image on does not have enough free space " "for the disc image" msgstr "" -"தற்காலிக பிம்பத்தை சேமிக்க நீங்கள் தேர்ந்தெடுத்த இடத்தில் வட்டு பிம்பத்துக்கு " -"தேவையான வெற்று " -"இடம் இல்லை. " +"தற்காலிக பிம்பத்தை சேமிக்க நீங்கள் தேர்ந்தெடுத்த இடத்தில் வட்டு " +"பிம்பத்துக்கு தேவையான வெற்று இடம் இல்லை" #: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 msgid "Copies any disc to a disc image" @@ -2925,13 +2837,13 @@ "The system is too slow to write the disc at this speed. Try a lower speed" msgstr "" "இந்த கணினியில் வட்டெழுத மிகவும் தாமதமாகிறது. குறைந்த வேகத்தில் " -"எழுதப்பாருங்கள்." +"எழுதப்பாருங்கள்" #. Translators: %s is the number of the track #: ../plugins/cdrkit/burn-wodim.c:255 ../plugins/cdrtools/burn-cdrecord.c:252 #, c-format msgid "Writing track %s" -msgstr "தடம் %s எழுதப் படுகிறது " +msgstr "தடம் %s எழுதப் படுகிறது" #: ../plugins/cdrkit/burn-wodim.c:352 ../plugins/cdrtools/burn-cdrecord.c:346 msgid "Formatting disc" @@ -2944,7 +2856,7 @@ #: ../plugins/cdrkit/burn-wodim.c:394 ../plugins/cdrtools/burn-cdrecord.c:380 #, c-format msgid "The disc needs to be reloaded before being recorded" -msgstr "வட்டை எழுதும் முன் மறு ஏற்றம் செய்யவேண்டும்." +msgstr "வட்டை எழுதும் முன் மறு ஏற்றம் செய்யவேண்டும்" #: ../plugins/cdrkit/burn-wodim.c:1269 msgid "Burns, blanks and formats CDs and DVDs" @@ -2952,13 +2864,13 @@ #: ../plugins/cdrkit/burn-wodim.c:1413 msgid "Enable the \"-immed\" flag (see wodim manual)" -msgstr " \"-immed\" குறியை செயல்படுத்து (வோடிம் கையேட்டை பாருங்கள்)" +msgstr "\"-immed\" குறியை செயல்படுத்து (வோடிம் கையேட்டை பாருங்கள்)" #: ../plugins/cdrkit/burn-wodim.c:1416 msgid "Minimum drive buffer fill ratio (in %) (see wodim manual):" msgstr "" "குறைந்தபட்ச இயக்கி இடையக நிரப்புதல் விகிதம் (% இல்) (வோடிம் கையேட்டை " -"பாருங்கள்)" +"பாருங்கள்):" #: ../plugins/cdrtools/burn-cdda2wav.c:206 #: ../plugins/cdrtools/burn-cdda2wav.c:216 @@ -2968,7 +2880,7 @@ #: ../plugins/cdrtools/burn-cdda2wav.c:267 msgid "Preparing to copy audio disc" -msgstr "ஒலி வட்டை நகலெடுக்க தயார்படுத்துகிறது " +msgstr "ஒலி வட்டை நகலெடுக்க தயார்படுத்துகிறது" #: ../plugins/cdrtools/burn-cdda2wav.c:411 msgid "Copy tracks from an audio CD with all associated information" @@ -2979,19 +2891,18 @@ msgid "Burns, blanks and formats CDs, DVDs and BDs" msgstr "" "சிடிக்கள் டிவிடிக்கள் மற்றும் பிடி களை எழுதுகிறது, வெற்றாக்குகிறது மேலும் " -"ஒழுங்கு " -"செய்கிறது " +"ஒழுங்கு செய்கிறது" #: ../plugins/cdrtools/burn-cdrecord.c:1416 msgid "Enable the \"-immed\" flag (see cdrecord manual)" -msgstr " \"-immed\" குறியை செயல்படுத்து (சிடிரெகார்ட் கையேட்டை பாருங்கள்)" +msgstr "\"-immed\" குறியை செயல்படுத்து (சிடிரெகார்ட் கையேட்டை பாருங்கள்)" #: ../plugins/cdrtools/burn-cdrecord.c:1419 #, c-format msgid "Minimum drive buffer fill ratio (in %%) (see cdrecord manual):" msgstr "" -"குறைந்த பட்ச இயக்கி இடையக நிரப்புதல் விகிதம் (%% இல்) (சிடிரெகார்ட் கையேட்டை " -"பாருங்கள்)" +"குறைந்த பட்ச இயக்கி இடையக நிரப்புதல் விகிதம் (%% இல்) (சிடிரெகார்ட் " +"கையேட்டை பாருங்கள்):" #: ../plugins/cdrtools/burn-cdrtools.h:38 msgid "cdrtools burning suite" @@ -3031,11 +2942,9 @@ #: ../plugins/checksum/burn-checksum-image.c:550 #, c-format msgid "Some files may be corrupted on the disc" -msgstr "வட்டில் சில கோப்புகள் சிதைந்து இருக்கலாம்." +msgstr "வட்டில் சில கோப்புகள் சிதைந்து இருக்கலாம்" -#. Translators: this is the name of the plugin -#. * which will be translated only when it needs -#. * displaying. +#. Translators: this is the name of the plugin* which will be translated only when it needs* displaying. #: ../plugins/checksum/burn-checksum-files.c:1465 msgid "File Checksum" msgstr "கோப்பு செக்சம்" @@ -3052,7 +2961,7 @@ #: ../plugins/checksum/burn-checksum-files.c:1507 #: ../plugins/checksum/burn-checksum-image.c:859 msgid "MD5" -msgstr "எம்டி5 " +msgstr "எம்டி5" #: ../plugins/checksum/burn-checksum-files.c:1509 #: ../plugins/checksum/burn-checksum-image.c:861 @@ -3064,10 +2973,7 @@ msgid "SHA256" msgstr "எஸ்ஹெச்ஏ256" -#. Translators: first %s is the filename, second %s -#. * is the error generated from errno -#. Translators: first %s is the filename, second %s is the error -#. * generated from errno +#. Translators: first %s is the filename, second %s* is the error generated from errnoTranslators: first %s is the filename, second %s is the error* generated from errno #: ../plugins/checksum/burn-checksum-image.c:313 #: ../plugins/libburnia/burn-libburn.c:679 #, c-format @@ -3079,9 +2985,7 @@ msgid "Creating image checksum" msgstr "பிம்பத்தின் செக்சம் ஐ உருவாக்குகிறது" -#. Translators: this is the name of the plugin -#. * which will be translated only when it needs -#. * displaying. +#. Translators: this is the name of the plugin* which will be translated only when it needs* displaying. #: ../plugins/checksum/burn-checksum-image.c:831 msgid "Image Checksum" msgstr "பிம்பத்தின் செக்சம்" @@ -3097,12 +3001,10 @@ #: ../plugins/dvdauthor/burn-dvdauthor.c:371 msgid "Creates disc images suitable for video DVDs" -msgstr "விடியோ டிவிடி களுக்கு பொருத்தமான பிம்பங்களை உருவாக்குகிறது." +msgstr "விடியோ டிவிடி களுக்கு பொருத்தமான பிம்பங்களை உருவாக்குகிறது" -#. Translators: %s is the path to a drive. "regionset %s" -#. * should be left as is just like "DVDCSS_METHOD=title -#. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#. Translators: %s is the path to a drive. "regionset %s"* should be left as is just like "DVDCSS_METHOD=title* brasero --no-existing-session" +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3112,33 +3014,30 @@ "command" msgstr "" "மறையாக்கத்துக்கு விசையை பெறுவதில் பிழை. இந்த பிரச்சினையை கீழ் கண்ட வழிகளில் " -"தீர்க்கலாம்: " -"முனையத்தில் உங்கள் டிவிடி இயக்கிக்கு சரியான டிவிடி கோட் ஐ \"regionset %s\" " -"கட்டளை " -"மூலம் அமைக்கவும். அல்லது \"DVDCSS_METHOD=title brasero " -"--no-existing-session\" " -"கட்டளையை இயக்கவும்." +"தீர்க்கலாம்: முனையத்தில் உங்கள் டிவிடி இயக்கிக்கு சரியான டிவிடி கோட் ஐ " +"\"regionset %s\" கட்டளை மூலம் அமைக்கவும். அல்லது \"DVDCSS_METHOD=title " +"brasero --no-existing-session\" கட்டளையை இயக்கவும்" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" -msgstr "டிவிடிவிசைகளை மீட்டெடுக்கிறது." +msgstr "டிவிடிவிசைகளை மீட்டெடுக்கிறது" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "வீடியோ டிவிடிஐ திறக்க முடியவில்லை" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" -msgstr "விடியோ டிவிடி(%s) ஐ படிக்கும்போது பிழை " +msgstr "விடியோ டிவிடி(%s) ஐ படிக்கும்போது பிழை" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "வீடியோ டிவிடி நகலெடுக்கப்படுகிறது" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "" "சிஎஸ்எஸ் மறையாக்கம் செய்த விடியோ டிவிடிக்களை ஒரு வட்டு பிம்பத்துக்கு " @@ -3148,12 +3047,11 @@ msgid "Blanks and formats rewritable DVDs and BDs" msgstr "" "மீண்டும் எழுத்தக்கூடிய பிடி களையும் டிவிடிக்களையும் வெற்றாக்குகிறது மற்றும் " -"ஒழுங்கு " -"செய்கிறது " +"ஒழுங்கு செய்கிறது" #: ../plugins/growisofs/burn-growisofs.c:753 msgid "Burns and blanks DVDs and BDs" -msgstr "பிடி களையும் டிவிடிக்களையும் எழுதுகிறது மற்றும் வெற்றாக்குகிறது." +msgstr "பிடி களையும் டிவிடிக்களையும் எழுதுகிறது மற்றும் வெற்றாக்குகிறது" #: ../plugins/growisofs/burn-growisofs.c:924 msgid "Allow DAO use" @@ -3182,7 +3080,7 @@ #: ../plugins/libburnia/burn-libburn-common.c:418 #, c-format msgid "Writing track %02i" -msgstr "தடம் %02i எழுதபடுகிறது " +msgstr "தடம் %02i எழுதபடுகிறது" #: ../plugins/libburnia/burn-libburnia.h:38 msgid "libburnia burning suite" @@ -3199,7 +3097,7 @@ #: ../plugins/libburnia/burn-libisofs.c:893 #, c-format msgid "libisofs could not be initialized." -msgstr "லிப்ஐசோஎப்எஸ் ஐ துவக்கமுடியவில்லை" +msgstr "லிப்ஐசோஎப்எஸ் ஐ துவக்கமுடியவில்லை." #: ../plugins/libburnia/burn-libisofs.c:485 #, c-format @@ -3231,7 +3129,7 @@ #, c-format msgid "libisofs reported an error while adding file at path \"%s\"" msgstr "" -"பாதை \"%s\" இல் கோப்பு சேர்க்கும்போது ஒரு பிழையை லிப்ஐசோஃஎப்எஸ் அறிவித்தது " +"பாதை \"%s\" இல் கோப்பு சேர்க்கும்போது ஒரு பிழையை லிப்ஐசோஃஎப்எஸ் அறிவித்தது" #: ../plugins/local-track/burn-local-image.c:260 msgid "Copying checksum file" @@ -3242,9 +3140,7 @@ msgid "Copying files locally" msgstr "உள்ளமை கோப்பு நகலெடுப்பு" -#. Translators: this is the name of the plugin -#. * which will be translated only when it needs -#. * displaying. +#. Translators: this is the name of the plugin* which will be translated only when it needs* displaying. #: ../plugins/local-track/burn-local-image.c:909 msgid "File Downloader" msgstr "கோப்பு தரவிறக்கி" @@ -3264,15 +3160,9 @@ "Allows files added to the \"CD/DVD Creator Folder\" in Nautilus to be burned" msgstr "" "நாடுலஸ் இல்\"CD/டிவிடிஉருவாக்குபவர் அடைவு\" இல் சேர்த்த கோப்புகளை எழுத " -"அனுமதிக்கிறது." +"அனுமதிக்கிறது" -#. Translators: This message is sent -#. * when brasero could not link together -#. * two gstreamer plugins so that one -#. * sends its data to the second for further -#. * processing. This data transmission is -#. * done through a pad. Maybe this is a bit -#. * too technical and should be removed? +#. Translators: This message is sent* when brasero could not link together* two gstreamer plugins so that one* sends its data to the second for further* processing. This data transmission is* done through a pad. Maybe this is a bit* too technical and should be removed? #: ../plugins/transcode/burn-normalize.c:199 #: ../plugins/transcode/burn-normalize.c:260 #: ../plugins/transcode/burn-transcode.c:316 @@ -3337,7 +3227,7 @@ #: ../plugins/vcdimager/burn-vcdimager.c:478 msgid "Creates disc images suitable for SVCDs" -msgstr "எஸ்விடியோ சிடிகளுக்கு பொருத்தமான பிம்பங்களை உருவாக்குகிறது." +msgstr "எஸ்விடியோ சிடிகளுக்கு பொருத்தமான பிம்பங்களை உருவாக்குகிறது" #: ../src/brasero-app.c:123 msgid "_Project" @@ -3377,7 +3267,7 @@ #: ../src/brasero-app.c:136 msgid "_Blank…" -msgstr "(_B) வெற்றாக்கம்" +msgstr "(_B) வெற்றாக்கம்..." #: ../src/brasero-app.c:137 msgid "Blank a disc" @@ -3413,7 +3303,7 @@ #: ../src/brasero-app.c:789 ../src/brasero-app.c:822 ../src/brasero-app.c:1451 msgid "Error while loading the project" -msgstr "திட்டத்தை ஏற்றும் போது பிழை." +msgstr "திட்டத்தை ஏற்றும் போது பிழை" #: ../src/brasero-app.c:831 ../src/brasero-app.c:860 ../src/brasero-app.c:920 #: ../src/brasero-project.c:1276 @@ -3432,10 +3322,9 @@ "version." msgstr "" "ப்ராஸரோ இலவச மென் பொருளாகும். நீங்கள் இலவச மென் பொருள் அமைப்பினால் " -"வெளியிடப்பட்ட ஜிஎன்யு " -"பொது அனுமதிக்கான இந்த 2ம் பதிப்பு அல்லது அடுத்த பதிப்புகள் விதிகளின் படி " -"நீங்கள் " -"(விருப்பப்படி) மாற்றலாம். அல்லது மீண்டும் பறிமாறலாம்" +"வெளியிடப்பட்ட ஜிஎன்யு பொது அனுமதிக்கான இந்த 2ம் பதிப்பு அல்லது அடுத்த " +"பதிப்புகள் விதிகளின் படி நீங்கள் (விருப்பப்படி) மாற்றலாம். அல்லது மீண்டும் " +"பறிமாறலாம்." #: ../src/brasero-app.c:1181 msgid "" @@ -3445,10 +3334,9 @@ "details." msgstr "" "ப்ராஸரோ உபயோகப்படும் என்ற எதிர்பார்ப்புடன் வெளியிடப்படுகிறது. ஆனால் விற்க " -"தகுதி," -"குறிப்பிட்ட செயலுக்கான தகுதி உள்பட எந்த உத்திரவாதமும் அளிக்கப்படவில்லை. மேற் " -"கொண்டு " -"விவரங்களுக்கு ஜிஎன்யு பொது அனுமதிக்கான விதிகளை பார்க்கவும்" +"தகுதி,குறிப்பிட்ட செயலுக்கான தகுதி உள்பட எந்த உத்திரவாதமும் " +"அளிக்கப்படவில்லை. மேற் கொண்டு விவரங்களுக்கு ஜிஎன்யு பொது அனுமதிக்கான விதிகளை " +"பார்க்கவும்." #: ../src/brasero-app.c:1186 msgid "" @@ -3457,27 +3345,19 @@ "Street, Fifth Floor, Boston, MA 02110-1301, USA" msgstr "" "இந்த ப்ராஸரோ நிரலுடன் ஜிஎன்யு பொது அனுமதிக்கான விதிகளின் பிரதி உங்களுக்கு " -"கிடைத்திருக்க வேண்டும். இல்லையானால் கீழ் கண்ட முகவரிக்கு கடிதம் எழுதவும்.Free " -"Software " -"Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, " -"USA " +"கிடைத்திருக்க வேண்டும். இல்லையானால் கீழ் கண்ட முகவரிக்கு கடிதம் " +"எழுதவும்.Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, " +"Boston, MA 02110-1301, USA" #: ../src/brasero-app.c:1198 msgid "A simple to use CD/DVD burning application for GNOME" -msgstr "க்னோமுக்கு பயன்படுத்த எளிய சிடி/ டிவிடி எழுதும் நிரல் " +msgstr "க்னோமுக்கு பயன்படுத்த எளிய சிடி/ டிவிடி எழுதும் நிரல்" #: ../src/brasero-app.c:1215 msgid "Brasero Homepage" msgstr "ப்ராஸரோ முதல் பக்கம்" -#. Translators: This is a special message that shouldn't be translated -#. * literally. It is used in the about box to give credits to -#. * the translators. -#. * Thus, you should translate it to your name and email address. -#. * You should also include other translators who have contributed to -#. * this translation; in that case, please write each of them on a separate -#. * line seperated by newlines (\n). -#. +#. Translators: This is a special message that shouldn't be translated* literally. It is used in the about box to give credits to* the translators.* Thus, you should translate it to your name and email address.* You should also include other translators who have contributed to* this translation; in that case, please write each of them on a separate* line seperated by newlines (\n). #: ../src/brasero-app.c:1227 msgid "translator-credits" msgstr "Dr. T. Vasudevan, " @@ -3489,7 +3369,7 @@ #: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 msgid "_Recent Projects" -msgstr "(_R) சமீபத்திய திட்டங்கள் " +msgstr "(_R) சமீபத்திய திட்டங்கள்" #: ../src/brasero-app.c:1734 msgid "Display the projects recently opened" @@ -3502,7 +3382,7 @@ #: ../src/brasero-audio-disc.c:156 ../src/brasero-data-disc.c:123 msgid "Open the selected files" -msgstr "தேர்ந்தெடுக்கப்பட்ட கோப்புகளை திற " +msgstr "தேர்ந்தெடுக்கப்பட்ட கோப்புகளை திற" #: ../src/brasero-audio-disc.c:158 ../src/brasero-video-disc.c:103 msgid "_Edit Information…" @@ -3515,7 +3395,7 @@ #: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 #: ../src/brasero-project.c:202 msgid "Remove the selected files from the project" -msgstr "தேர்ந்தெடுக்கப்பட்ட கோப்புகளை திட்டத்தில் இருந்து நீக்கு " +msgstr "தேர்ந்தெடுக்கப்பட்ட கோப்புகளை திட்டத்தில் இருந்து நீக்கு" #: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 #: ../src/brasero-video-disc.c:107 @@ -3570,7 +3450,7 @@ #: ../src/brasero-audio-disc.c:585 msgid "The track will be padded at its end." -msgstr "தடம் அதன் முடிவில் பலப்படுத்தப்படும்" +msgstr "தடம் அதன் முடிவில் பலப்படுத்தப்படும்." #: ../src/brasero-audio-disc.c:586 msgid "The track is shorter than 6 seconds" @@ -3589,7 +3469,7 @@ msgid "" "This file is a video and therefore only the audio part can be written to the " "disc." -msgstr "இது ஒரு விடியோ கோப்பு அதனால் ஒலிப்பகுதி மட்டுமே எழுதப் படும். " +msgstr "இது ஒரு விடியோ கோப்பு அதனால் ஒலிப்பகுதி மட்டுமே எழுதப் படும்." #: ../src/brasero-audio-disc.c:674 msgid "_Discard File" @@ -3605,12 +3485,12 @@ #: ../src/brasero-audio-disc.c:758 msgid "Search _Directory" -msgstr "(_D) அடைவில் தேடு " +msgstr "(_D) அடைவில் தேடு" #: ../src/brasero-audio-disc.c:812 ../src/brasero-video-disc.c:395 #, c-format msgid "\"%s\" could not be opened." -msgstr "\"%s\" ஐ திறக்க முடியவில்லை" +msgstr "\"%s\" ஐ திறக்க முடியவில்லை." #: ../src/brasero-audio-disc.c:857 msgid "Do you want to create an audio CD with DTS tracks?" @@ -3626,8 +3506,7 @@ "இதில் தேர்ந்தெடுக்கப்பட்ட சில பாடல்கள் டிடிஎஸ் (DTS) தடங்களாக எழுத " "பொருத்தமானவை.\n" " இத்தகைய ஒலி சிடி தடம் அதிக தூய்மை கொண்டவைஇ ஆனால் சில டிஜிட்டல் இயக்கிகளால் " -"மட்டுமே " -"இயக்கப்பட முடியும். \n" +"மட்டுமே இயக்கப்பட முடியும். \n" " நீங்கள் ஒப்புக்கொண்டால் இந்த தடங்களுக்கு வழமையாக்கம் செய்ய இயலும்." #: ../src/brasero-audio-disc.c:867 @@ -3637,7 +3516,7 @@ #: ../src/brasero-audio-disc.c:869 msgid "Click here to burn all songs as regular tracks" msgstr "" -"அனைத்து பொருத்தமான பாடல்களையும் வழக்கமான தடங்களாக எழுத இங்கு சொடுக்கவும்." +"அனைத்து பொருத்தமான பாடல்களையும் வழக்கமான தடங்களாக எழுத இங்கு சொடுக்கவும்" #: ../src/brasero-audio-disc.c:872 msgid "Create _DTS Tracks" @@ -3646,11 +3525,11 @@ #: ../src/brasero-audio-disc.c:874 msgid "Click here to burn all suitable songs as DTS tracks" msgstr "" -"அனைத்து பொருத்தமான பாடல்களையும் டிடிஎஸ் (DTS) தடங்களாக எழுத இங்கு சொடுக்கவும்." +"அனைத்து பொருத்தமான பாடல்களையும் டிடிஎஸ் (DTS) தடங்களாக எழுத இங்கு சொடுக்கவும்" #: ../src/brasero-audio-disc.c:1290 msgid "Select one song only please." -msgstr "தயை செய்து ஒரு பாடலை மட்டும் தேர்வு செய்க" +msgstr "தயை செய்து ஒரு பாடலை மட்டும் தேர்வு செய்க." #: ../src/brasero-audio-disc.c:1291 msgid "Impossible to split more than one song at a time" @@ -3658,11 +3537,11 @@ #: ../src/brasero-cli.c:70 msgid "Open the specified project" -msgstr "குறிப்பிட்ட திட்டத்தை திற " +msgstr "குறிப்பிட்ட திட்டத்தை திற" #: ../src/brasero-cli.c:71 msgid "PROJECT" -msgstr "திட்டப்பணி" +msgstr "PROJECT" #: ../src/brasero-cli.c:76 msgid "Open the specified playlist as an audio project" @@ -3670,19 +3549,19 @@ #: ../src/brasero-cli.c:77 msgid "PLAYLIST" -msgstr "பாடல் பட்டியல்" +msgstr "PLAYLIST" #: ../src/brasero-cli.c:82 msgid "Set the drive to be used for burning" -msgstr "வட்டெழுத பயன்படும் இயக்கியை அமைக்கவும்." +msgstr "வட்டெழுத பயன்படும் இயக்கியை அமைக்கவும்" #: ../src/brasero-cli.c:83 msgid "DEVICE PATH" -msgstr "சாதன பாதை" +msgstr "DEVICE PATH" #: ../src/brasero-cli.c:86 msgid "Create an image file instead of burning" -msgstr "பிம்பத்தை உருவாக்குக. எழுத வேண்டாம்." +msgstr "பிம்பத்தை உருவாக்குக. எழுத வேண்டாம்" #: ../src/brasero-cli.c:90 msgid "Open an audio project adding the URIs given on the command line" @@ -3698,7 +3577,7 @@ #: ../src/brasero-cli.c:99 ../src/brasero-cli.c:119 ../src/brasero-cli.c:123 msgid "PATH TO DEVICE" -msgstr "சாதனத்திற்கான பாதை" +msgstr "PATH TO DEVICE" #: ../src/brasero-cli.c:102 msgid "Cover to use" @@ -3706,7 +3585,7 @@ #: ../src/brasero-cli.c:103 msgid "PATH TO COVER" -msgstr "உறைக்கான பாதை" +msgstr "PATH TO COVER" #: ../src/brasero-cli.c:106 msgid "Open a video project adding the URIs given on the command line" @@ -3714,11 +3593,11 @@ #: ../src/brasero-cli.c:110 msgid "URI of an image file to burn (autodetected)" -msgstr "(தானியங்கியாக கண்டு பிடித்த) எழுத வேண்டிய பிம்ப கோப்பின் யூஆர்ஐ " +msgstr "(தானியங்கியாக கண்டு பிடித்த) எழுத வேண்டிய பிம்ப கோப்பின் யூஆர்ஐ" #: ../src/brasero-cli.c:111 msgid "PATH TO IMAGE" -msgstr "படத்திற்கான பாதை" +msgstr "PATH TO IMAGE" #: ../src/brasero-cli.c:114 msgid "Force Brasero to display the project selection page" @@ -3726,11 +3605,11 @@ #: ../src/brasero-cli.c:118 msgid "Open the blank disc dialog" -msgstr "வெற்று வட்டு உரையாடலை திற " +msgstr "வெற்று வட்டு உரையாடலை திற" #: ../src/brasero-cli.c:122 msgid "Open the check disc dialog" -msgstr "வட்டு சோதனை உரையாடலை திற " +msgstr "வட்டு சோதனை உரையாடலை திற" #: ../src/brasero-cli.c:126 msgid "Burn the contents of the burn:// URI" @@ -3738,7 +3617,7 @@ #: ../src/brasero-cli.c:130 msgid "Start burning immediately." -msgstr "எழுதுதலை உடனே ஆரம்பி" +msgstr "எழுதுதலை உடனே ஆரம்பி." #: ../src/brasero-cli.c:134 msgid "Don't connect to an already-running instance" @@ -3756,11 +3635,7 @@ msgid "PATH" msgstr "PATH" -#. Translators: the xid is a number identifying each window in the X11 -#. * world (not Windows, MacOS X). The following sentence says that -#. * brasero will be set to be always on top of the window identified by -#. * xid. In other words, the window with the given xid will become brasero -#. * parent as if brasero was a dialog for the parent application +#. Translators: the xid is a number identifying each window in the X11* world (not Windows, MacOS X). The following sentence says that* brasero will be set to be always on top of the window identified by* xid. In other words, the window with the given xid will become brasero* parent as if brasero was a dialog for the parent application #: ../src/brasero-cli.c:147 msgid "The XID of the parent window" msgstr "பெற்றோர் சாளரத்தின் எக்ஸ்ஐடி(XID)" @@ -3769,7 +3644,7 @@ #: ../src/brasero-cli.c:204 #, c-format msgid "\"%s\" cannot write." -msgstr "\"%s\" எழுத முடியவில்லை" +msgstr "\"%s\" எழுத முடியவில்லை." #: ../src/brasero-cli.c:206 ../src/brasero-cli.c:220 msgid "Wrong command line option." @@ -3781,7 +3656,7 @@ #: ../src/brasero-cli.c:298 msgid "Only one option can be given at a time" -msgstr "ஒரு நேரத்தில் ஒரு தேர்வைத்தான் தர முடியும்." +msgstr "ஒரு நேரத்தில் ஒரு தேர்வைத்தான் தர முடியும்" #: ../src/brasero-data-disc.c:125 msgid "R_ename…" @@ -3789,7 +3664,7 @@ #: ../src/brasero-data-disc.c:125 msgid "Rename the selected file" -msgstr "தேர்ந்தெடுக்கப்பட்ட கோப்புக்கு மறுபெயரிடு " +msgstr "தேர்ந்தெடுக்கப்பட்ட கோப்புக்கு மறுபெயரிடு" #: ../src/brasero-data-disc.c:131 ../src/brasero-data-disc.c:1758 msgid "New _Folder" @@ -3809,7 +3684,7 @@ #: ../src/brasero-data-disc.c:561 msgid "Discard the current modified project ?" -msgstr "நடப்பு மாற்றிய திட்டத்தை கைவிடவா?" +msgstr "நடப்பு மாற்றிய திட்டத்தை கைவிடவேண்டுமா?" #: ../src/brasero-data-disc.c:567 msgid "_Discard" @@ -3831,12 +3706,11 @@ "contents can be burned" msgstr "" "(\"%s\") மட்டுமே தேர்ந்தெடுக்கப்பட்ட ஒரே கோப்பு. இது ஒரு வட்டு பிம்பம். இதன் " -"உள்ளடக்கங்கள் " -"எழுதப்பட முடியும்." +"உள்ளடக்கங்கள் எழுதப்பட முடியும்" #: ../src/brasero-data-disc.c:625 msgid "Burn as _Data" -msgstr " (_D) தரவாக எழுது" +msgstr "(_D) தரவாக எழுது" #: ../src/brasero-data-disc.c:627 msgid "Burn as _Image" @@ -3846,7 +3720,7 @@ #: ../src/brasero-data-disc.c:709 #, c-format msgid "\"%s\" cannot be added to the selection." -msgstr "\"%s\" ஐ தேர்வில் சேர்க்க இயலாது" +msgstr "\"%s\" ஐ தேர்வில் சேர்க்க இயலாது." #: ../src/brasero-data-disc.c:694 msgid "It is a recursive symlink" @@ -3870,44 +3744,33 @@ "இந்தப் பெயரில் ஒரு கோப்பு ஏற்கனவே கோப்புறையில் உள்ளது. அதை மாற்றுவது அதன் " "உள்ளடக்கங்களைஎழுதவுள்ள வட்டில் மேலெழுதும்." -#. Translators: Keep means we're keeping the files that already existed -#. * in the project. -#. * Keep is a verb +#. Translators: Keep means we're keeping the files that already existed* in the project.* Keep is a verb #: ../src/brasero-data-disc.c:784 msgid "Always K_eep" msgstr "(_e) எப்போதும் மாற்றாது வைத்துக்கொள்" -#. Translators: Keep means we're keeping the files that already existed -#. * in the project. -#. * Keep is a verb +#. Translators: Keep means we're keeping the files that already existed* in the project.* Keep is a verb #: ../src/brasero-data-disc.c:788 msgid "_Keep" msgstr "(_K) மாற்றாது வைத்துக்கொள்க" -#. Translators: Replace means we're replacing the file that already -#. * existed in the project with a new one with the same name. -#. * Replace is a verb -#. Translators: this is a verb +#. Translators: Replace means we're replacing the file that already* existed in the project with a new one with the same name.* Replace is a verbTranslators: this is a verb #: ../src/brasero-data-disc.c:792 ../src/brasero-rename.c:385 msgid "_Replace" msgstr "மாற்று (_R)" -#. Translators: Replace means we're replacing the file that already -#. * existed in the project with a new one with the same name. -#. * Replace is a verb +#. Translators: Replace means we're replacing the file that already* existed in the project with a new one with the same name.* Replace is a verb #: ../src/brasero-data-disc.c:796 msgid "Al_ways Replace" msgstr "எப்போதும் மாற்று (_w)" -#. Translators: %s is a string describing the type of medium and the -#. * drive it is in. It's a tooltip. +#. Translators: %s is a string describing the type of medium and the* drive it is in. It's a tooltip. #: ../src/brasero-data-disc.c:979 #, c-format msgid "Import %s" msgstr "%s ஐ இறக்குமதி செய்" -#. Translators: %s is the name of the volume to import. It's a menu -#. * entry and toolbar button (text added later). +#. Translators: %s is the name of the volume to import. It's a menu* entry and toolbar button (text added later). #: ../src/brasero-data-disc.c:986 #, c-format msgid "I_mport %s" @@ -3981,7 +3844,7 @@ #: ../src/brasero-eject-dialog.c:97 #, c-format msgid "The disc in \"%s\" cannot be ejected" -msgstr " \"%s\" இல் உள்ள வட்டை வெளியேற்ற முடியாது" +msgstr "\"%s\" இல் உள்ள வட்டை வெளியேற்ற முடியாது" #: ../src/brasero-eject-dialog.c:193 msgid "_Eject" @@ -4050,7 +3913,7 @@ #. filter hidden files #: ../src/brasero-filter-option.c:65 msgid "Filter _hidden files" -msgstr "(_h) மறைக்கப்பட்ட கோப்புகளுக்கு வடிகட்டி " +msgstr "(_h) மறைக்கப்பட்ட கோப்புகளுக்கு வடிகட்டி" #. replace symlink #: ../src/brasero-filter-option.c:72 @@ -4077,11 +3940,11 @@ #: ../src/brasero-layout.c:110 msgid "_Show Side Panel" -msgstr "பக்க பலகத்தைக் காட்டு " +msgstr "(_S) பக்க பலகத்தைக் காட்டு" #: ../src/brasero-layout.c:111 msgid "Show a side pane along the project" -msgstr "திட்டத்துடன் ஒரு பக்க பலகத்தைக் காட்டு " +msgstr "திட்டத்துடன் ஒரு பக்க பலகத்தைக் காட்டு" #: ../src/brasero-layout.c:125 msgid "_Horizontal Layout" @@ -4124,8 +3987,7 @@ "can be read and displayed by some audio CD players." msgstr "" "இந்த தகவல் வட்டுக்கு சிடி-டெக்ஸ்ட் தொழில் நுட்பத்தை பயன்படுத்தி எழுதப்படும். " -"சில ஒலி " -"குறுந்தட்டு இயக்கிகளால் இது படிக்கப்பட்டு காட்டப்படும்" +"சில ஒலி குறுந்தட்டு இயக்கிகளால் இது படிக்கப்பட்டு காட்டப்படும்." #: ../src/brasero-multi-song-props.c:213 msgid "Song titles" @@ -4149,7 +4011,7 @@ #: ../src/brasero-multi-song-props.c:328 ../src/brasero-song-properties.c:256 msgid "Gives the length of the pause that should follow the track" -msgstr "தடத்தை தொடர்ந்து வர வேண்டிய தாமதத்தின் நீளத்தை காட்டுகிறது.." +msgstr "தடத்தை தொடர்ந்து வர வேண்டிய தாமதத்தின் நீளத்தை காட்டுகிறது" #: ../src/brasero-multi-song-props.c:345 ../src/brasero-song-properties.c:287 msgid "Song Information" @@ -4207,33 +4069,33 @@ msgid "Copyright %s" msgstr "பதிப்புரிமை %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_பற்றி" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" -msgstr "(_o) கட்டமை " +msgstr "(_o) கட்டமை" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" -msgstr "_c செயல்படுத்து " +msgstr "(_c) செயல்படுத்து" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" -msgstr "_t அனைத்தையும் செயல்படுத்து " +msgstr "(_t) அனைத்தையும் செயல்படுத்து" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" -msgstr "_D அனைத்தையும் செயல்நீக்கு " +msgstr "(_D) அனைத்தையும் செயல்நீக்கு" #. Use the translated name for the plugin. #: ../src/brasero-plugin-option.c:258 #, c-format msgid "Options for plugin %s" -msgstr "%s சொருகிக்கு தேர்வுகள் " +msgstr "%s சொருகிக்கு தேர்வுகள்" #: ../src/brasero-pref.c:61 msgid "Brasero Plugins" @@ -4253,7 +4115,7 @@ #: ../src/brasero-project.c:199 msgid "_Add Files" -msgstr "(_A) கோப்புகள் சேர் " +msgstr "(_A) கோப்புகள் சேர்" #: ../src/brasero-project.c:200 msgid "Add files to the project" @@ -4261,7 +4123,7 @@ #: ../src/brasero-project.c:201 msgid "_Remove Files" -msgstr "(_R) கோப்புகள் நீக்கு " +msgstr "(_R) கோப்புகள் நீக்கு" #. Translators: "empty" is a verb here #: ../src/brasero-project.c:204 ../src/brasero-project.c:2312 @@ -4270,7 +4132,7 @@ #: ../src/brasero-project.c:205 msgid "Remove all files from the project" -msgstr "திட்டத்தில் இருந்து அனைத்து கோப்புகளையும் நீக்கு " +msgstr "திட்டத்தில் இருந்து அனைத்து கோப்புகளையும் நீக்கு" #: ../src/brasero-project.c:206 ../src/brasero-project.c:1086 msgid "_Burn…" @@ -4284,7 +4146,7 @@ msgid "" "To add files to this project click the \"Add\" button or drag files to this " "area" -msgstr "இந்த திட்டத்துக்கு கோப்புகளை சேர்க்க \"சேர்\" பொத்தானை அழுத்தவும்." +msgstr "இந்த திட்டத்துக்கு கோப்புகளை சேர்க்க \"சேர்\" பொத்தானை அழுத்தவும்" #: ../src/brasero-project.c:697 msgid "" @@ -4292,8 +4154,7 @@ "\"Delete\" key" msgstr "" "கோப்புக்களை நீக்க அவற்றை தேர்ந்தெடுத்து \"நீக்கு\" பொத்தானை அழுத்துக அல்லது " -"\"Delete\" " -"விசையை அழுத்துக" +"\"Delete\" விசையை அழுத்துக" #: ../src/brasero-project.c:804 #, c-format @@ -4312,13 +4173,11 @@ "cannot be properly recognized and therefore needs the overburn option.\n" "Note: This option might cause failure." msgstr "" -"வட்டுக்கு திட்டத்தின் அளவு மிகபெரியது. ஆகவே நீங்கள் அதில் இருந்து கோப்புக்களை " -"நீக்கவேண்டும். \n" +"வட்டுக்கு திட்டத்தின் அளவு மிகபெரியது. ஆகவே நீங்கள் அதில் இருந்து " +"கோப்புக்களை நீக்கவேண்டும். \n" "நீங்கள் பயன்படுத்துவது சரியாக அடையாளம் காணப்படாத 90 அல்லது 100 நிமிட CD-R(W) " -"ஆக " -"இருந்தால் அதற்கு அளவுக்கு அதிகம் எழுதும் தேர்வு அவசியமானதாக இருப்பதால் இந்த " -"தேர்வை நீங்கள் " -"பயன்படுத்த விரும்பலாம். \n" +"ஆக இருந்தால் அதற்கு அளவுக்கு அதிகம் எழுதும் தேர்வு அவசியமானதாக இருப்பதால் " +"இந்த தேர்வை நீங்கள் பயன்படுத்த விரும்பலாம். \n" "குறிப்பு: இந்த தேர்வு தோல்வி அடையலாம்." #: ../src/brasero-project.c:1098 @@ -4339,7 +4198,7 @@ msgid "If you choose to create a new empty project, all changes will be lost." msgstr "" "நீங்கள் புதிய காலி திட்டம் உருவாக்க தேர்ந்தெடுத்தால் எல்லா மாற்றங்களும் " -"இழக்கப்படும்" +"இழக்கப்படும்." #: ../src/brasero-project.c:1912 msgid "_Discard Changes" @@ -4355,7 +4214,7 @@ "If you choose to create a new empty project, the file selection will be " "discarded." msgstr "" -"நீங்கள் புதிய திட்டம் உருவாக்க தேர்ந்தெடுத்தால் கோப்பு தேர்வு அழிக்கப்படும்" +"நீங்கள் புதிய திட்டம் உருவாக்க தேர்ந்தெடுத்தால் கோப்பு தேர்வு அழிக்கப்படும்." #: ../src/brasero-project.c:1927 msgid "_Discard File Selection" @@ -4384,10 +4243,8 @@ "longer listed here." msgstr "" "திட்டத்தை விலக்கினால் அதில் சேர்க்கப்பட்ட அத்தனை கோப்புகளும் நீக்கப்படும். " -"எல்லா வேலைகளும் " -"இழக்கப்படும். அவை தம் இடத்திலிருந்து நீக்கப்படா ஆனால் இப்பட்டியலில் இருந்து " -"நீக்கப்படும் என்பதை " -"உணர்க." +"எல்லா வேலைகளும் இழக்கப்படும். அவை தம் இடத்திலிருந்து நீக்கப்படா ஆனால் " +"இப்பட்டியலில் இருந்து நீக்கப்படும் என்பதை உணர்க." #: ../src/brasero-project.c:2368 msgid "_Save" @@ -4429,7 +4286,7 @@ #: ../src/brasero-project.c:2643 ../src/brasero-project.c:2932 msgid "If you don't save, changes will be permanently lost." -msgstr "சேமிக்காவிட்டால் மாற்றங்கள் நிரந்தரமாக இழக்கப்படும்" +msgstr "சேமிக்காவிட்டால் மாற்றங்கள் நிரந்தரமாக இழக்கப்படும்." #: ../src/brasero-project.c:2647 ../src/brasero-project.c:2653 #: ../src/brasero-project.c:2935 @@ -4438,31 +4295,31 @@ #: ../src/brasero-project.c:2735 msgid "Save Current Project" -msgstr "நடப்பு திட்டத்தை சேமி " +msgstr "நடப்பு திட்டத்தை சேமி" #: ../src/brasero-project.c:2753 msgid "Save project as a Brasero audio project" -msgstr "திட்டத்தை ப்ராஸாரோ ஒலி திட்டமாக சேமி " +msgstr "திட்டத்தை ப்ராஸாரோ ஒலி திட்டமாக சேமி" #: ../src/brasero-project.c:2754 msgid "Save project as a plain text list" -msgstr "நடப்பு திட்டத்தை வெறும் உரை பட்டியலாக சேமி " +msgstr "நடப்பு திட்டத்தை வெறும் உரை பட்டியலாக சேமி" #: ../src/brasero-project.c:2758 msgid "Save project as a PLS playlist" -msgstr "நடப்பு திட்டத்தை பிஎல்எஸ் இயக்க பட்டியலாக சேமி " +msgstr "நடப்பு திட்டத்தை பிஎல்எஸ் இயக்க பட்டியலாக சேமி" #: ../src/brasero-project.c:2759 msgid "Save project as an M3U playlist" -msgstr "நடப்பு திட்டத்தை எம்3யூ இயக்க பட்டியலாக சேமி " +msgstr "நடப்பு திட்டத்தை எம்3யூ இயக்க பட்டியலாக சேமி" #: ../src/brasero-project.c:2760 msgid "Save project as an XSPF playlist" -msgstr "திட்டத்தை எக்ஸ்எஸ்பிஎஃப் இயக்க பட்டியலாக சேமி " +msgstr "திட்டத்தை எக்ஸ்எஸ்பிஎஃப் இயக்க பட்டியலாக சேமி" #: ../src/brasero-project.c:2761 msgid "Save project as an iriver playlist" -msgstr "திட்டத்தை iriver இயக்க பட்டியலாக சேமி " +msgstr "திட்டத்தை iriver இயக்க பட்டியலாக சேமி" #: ../src/brasero-project-manager.c:95 msgid "_Cover Editor" @@ -4478,7 +4335,7 @@ #: ../src/brasero-project-manager.c:98 msgid "Create a new project" -msgstr "புதிய திட்டத்தை உருவாக்குக " +msgstr "புதிய திட்டத்தை உருவாக்குக" #: ../src/brasero-project-manager.c:99 msgid "_Empty Project" @@ -4486,7 +4343,7 @@ #: ../src/brasero-project-manager.c:100 msgid "Let you choose your new project" -msgstr "புதிய திட்டத்தை தேர்ந்தெடுக்க அனுமதிக்கிறது." +msgstr "புதிய திட்டத்தை தேர்ந்தெடுக்க அனுமதிக்கிறது" #: ../src/brasero-project-manager.c:101 msgid "New _Audio Project" @@ -4497,7 +4354,7 @@ msgid "" "Create a traditional audio CD that will be playable on computers and stereos" msgstr "" -"கணினிகளிலும் ஸ்டீரியோக்களிலும் இயக்ககூடிய பாரம்பரிய ஒலி சிடி ஐ உருவாக்குக " +"கணினிகளிலும் ஸ்டீரியோக்களிலும் இயக்ககூடிய பாரம்பரிய ஒலி சிடி ஐ உருவாக்குக" #: ../src/brasero-project-manager.c:103 msgid "New _Data Project" @@ -4510,18 +4367,18 @@ "computer" msgstr "" "கணினியில் மட்டும் படிக்கக்கூடிய எந்த வகை தரவும் கொண்ட சிடி /டிவிடி ஐ " -"உருவாக்குக " +"உருவாக்குக" #: ../src/brasero-project-manager.c:105 msgid "New _Video Project" -msgstr "(_V) புதிய வீடியோ திட்டம் " +msgstr "(_V) புதிய வீடியோ திட்டம்" #: ../src/brasero-project-manager.c:106 #: ../src/brasero-project-type-chooser.c:86 msgid "Create a video DVD or an SVCD that is readable on TV readers" msgstr "" "டிவி படிப்பாளரால் படிக்கக்கூடிய புதிய விடியோ டிவிடி அல்லது எஸ்விசிடி ஐ " -"உருவாக்குக " +"உருவாக்குக" #: ../src/brasero-project-manager.c:107 msgid "Copy _Disc…" @@ -4534,8 +4391,7 @@ "another CD/DVD" msgstr "" "ஒலி CD அல்லது தரவு CD/டிவிடிஇன் 1:1 நகலை உங்க வன்வட்டிலோ அல்லது வேறு " -"CD/டிவிடிஇலோ " -"உருவாக்குக" +"CD/டிவிடிஇலோ உருவாக்குக" #: ../src/brasero-project-manager.c:109 msgid "_Burn Image…" @@ -4555,8 +4411,7 @@ msgid "Open a project" msgstr "ஒரு திட்டத்தை திற" -#. Translators: the %s is a string representing the total size -#. * of the file selection +#. Translators: the %s is a string representing the total size* of the file selection #: ../src/brasero-project-manager.c:259 #, c-format msgid "%d file selected (%s)" @@ -4606,7 +4461,7 @@ #: ../src/brasero-project-manager.c:618 msgid "Brasero — New Video Disc Project" -msgstr "ப்ராஸாரோ — புதிய வீடியோ வட்டு திட்டம் " +msgstr "ப்ராஸாரோ — புதிய வீடியோ வட்டு திட்டம்" #: ../src/brasero-project-manager.c:628 msgid "Brasero — New Image File" @@ -4636,16 +4491,13 @@ msgid "Display playlists and their contents" msgstr "இயக்க பட்டியல் மற்றும் அவற்றின் உள்ளடக்கங்களை காட்டு" -#. Translators: this is a picture not -#. * a disc image +#. Translators: this is a picture not* a disc image #: ../src/brasero-project-name.c:83 msgctxt "picture" msgid "Please select another image." msgstr "தயவு செய்து வேறு பிம்பத்தை தேர்வு செய்யவும்." -#. NOTE to translators: the final string must not be over -#. * 32 _bytes_. -#. * The %s is the date +#. NOTE to translators: the final string must not be over* 32 _bytes_.* The %s is the date #: ../src/brasero-project-name.c:269 #, c-format msgid "Video disc (%s)" @@ -4661,11 +4513,11 @@ #: ../src/brasero-project-parse.c:467 msgid "The file is empty" -msgstr "கோப்பு வெற்றாக உள்ளது." +msgstr "கோப்பு வெற்றாக உள்ளது" #: ../src/brasero-project-parse.c:546 ../src/brasero-project-parse.c:611 msgid "It does not seem to be a valid Brasero project" -msgstr "செல்லுபடியாகும் ப்ராஸரோ திட்டம் போல தெரியவில்லை ." +msgstr "செல்லுபடியாகும் ப்ராஸரோ திட்டம் போல தெரியவில்லை" #: ../src/brasero-project-type-chooser.c:74 msgid "Audi_o project" @@ -4673,7 +4525,7 @@ #: ../src/brasero-project-type-chooser.c:75 msgid "Create a traditional audio CD" -msgstr "ஒரு பாரம்பரிய ஒலி வட்டை உருவாக்குக " +msgstr "ஒரு பாரம்பரிய ஒலி வட்டை உருவாக்குக" #: ../src/brasero-project-type-chooser.c:79 msgid "D_ata project" @@ -4697,7 +4549,7 @@ #: ../src/brasero-project-type-chooser.c:90 msgid "Create 1:1 copy of a CD/DVD" -msgstr "CD/டிவிடிஇன் 1:1 நகலை உருவாக்குக " +msgstr "CD/டிவிடிஇன் 1:1 நகலை உருவாக்குக" #: ../src/brasero-project-type-chooser.c:94 msgid "Burn _image" @@ -4748,26 +4600,21 @@ msgid "Insert" msgstr "சொருகு" -#. Translators: This finishes previous action "Insert". It goes like -#. * this: "Insert" [Entry] "at the beginning". +#. Translators: This finishes previous action "Insert". It goes like* this: "Insert" [Entry] "at the beginning". #: ../src/brasero-rename.c:355 msgid "at the beginning" msgstr "முதலில்" -#. Translators: This finishes previous action "Insert". It goes like -#. * this: "Insert" [Entry] "at the end". +#. Translators: This finishes previous action "Insert". It goes like* this: "Insert" [Entry] "at the end". #: ../src/brasero-rename.c:359 msgid "at the end" msgstr "கடைசியில்" #: ../src/brasero-rename.c:370 msgid "Delete every occurrence of" -msgstr "ஒவ்வொரு நிகழ்வையும் நீக்கு இதன்: " +msgstr "இதன்.ஒவ்வொரு நிகழ்வையும் நீக்கு" -#. Reminder: if this string happens to be used somewhere else in brasero -#. * we'll need a context with C_() macro -#. Translators: this goes with above verb to say "_Replace" [Entry] -#. * "with" [Entry]. +#. Reminder: if this string happens to be used somewhere else in brasero* we'll need a context with C_() macroTranslators: this goes with above verb to say "_Replace" [Entry]* "with" [Entry]. #: ../src/brasero-rename.c:400 msgid "with" msgstr "இதனால்" @@ -4780,11 +4627,7 @@ msgid "{number}" msgstr "{எண்}" -#. * -#. * Translators: this is the position being played in a stream. The -#. * first %s is the position and the second %s is the whole length of -#. * the stream. I chose to make that translatable in case some languages -#. * don't allow the "/" +#. ** Translators: this is the position being played in a stream. The* first %s is the position and the second %s is the whole length of* the stream. I chose to make that translatable in case some languages* don't allow the "/" #: ../src/brasero-song-control.c:99 #, c-format msgid "%s / %s" @@ -4792,7 +4635,7 @@ #: ../src/brasero-song-control.c:527 msgid "No file" -msgstr "கோப்பு இல்லை " +msgstr "கோப்பு இல்லை" #: ../src/brasero-song-control.c:562 msgid "Start and stop playing" @@ -4804,7 +4647,7 @@ #: ../src/brasero-song-properties.c:235 msgid "Song start:" -msgstr ":பாடல் துவக்கம்" +msgstr "பாடல் துவக்கம்:" #: ../src/brasero-song-properties.c:241 msgid "Song end:" @@ -4821,14 +4664,15 @@ #: ../src/brasero-split-dialog.c:172 msgid "Do you really want to split the track?" -msgstr "நீங்கள் நிச்ச்யமாக இந்த தடத்தை பிரிக்க விரும்புகிறீர்களா" +msgstr "நீங்கள் நிச்ச்யமாக இந்த தடத்தை பிரிக்க விரும்புகிறீர்களா?" #: ../src/brasero-split-dialog.c:175 msgid "" "If you split the track, the size of the new track will be shorter than 6 " "seconds and will be padded." msgstr "" -"தடத்தை பிரித்தால் புதிய தடம் 6 நொடிகள் குறைவாக இருக்கும் மேலும் பதிவாகப்படும்." +"தடத்தை பிரித்தால் புதிய தடம் 6 நொடிகள் குறைவாக இருக்கும் மேலும் " +"பதிவாகப்படும்." #: ../src/brasero-split-dialog.c:181 ../src/brasero-split-dialog.c:752 msgid "_Split" @@ -4836,7 +4680,7 @@ #: ../src/brasero-split-dialog.c:609 msgid "The track wasn't split." -msgstr "தடம் பிரிக்கப்படவில்லை" +msgstr "தடம் பிரிக்கப்படவில்லை." #: ../src/brasero-split-dialog.c:610 msgid "No silence could be detected" @@ -4844,7 +4688,7 @@ #: ../src/brasero-split-dialog.c:633 msgid "An error occurred while detecting silences." -msgstr "நிசப்தத்தை காணும்போது ஒரு பிழை ஏற்பட்டது" +msgstr "நிசப்தத்தை காணும்போது ஒரு பிழை ஏற்பட்டது." #: ../src/brasero-split-dialog.c:712 msgid "This will remove all previous results." @@ -4864,11 +4708,11 @@ #: ../src/brasero-split-dialog.c:970 ../src/brasero-split-dialog.c:1269 msgid "Re_move All" -msgstr "(_m) அனைத்தையும் நகர்த்தவும் " +msgstr "(_m) அனைத்தையும் நகர்த்தவும்" #: ../src/brasero-split-dialog.c:1055 msgid "Split Track" -msgstr "தடத்தை பிரி " +msgstr "தடத்தை பிரி" #: ../src/brasero-split-dialog.c:1072 msgid "M_ethod:" @@ -4900,12 +4744,12 @@ #: ../src/brasero-split-dialog.c:1101 msgid "Add a splitting point" -msgstr "வெட்டும் புள்ளியை சேர் " +msgstr "வெட்டும் புள்ளியை சேர்" #. Translators: this goes with the next (= "seconds") #: ../src/brasero-split-dialog.c:1118 msgid "Split this track every" -msgstr "இந்த தடத்தை பிரி ஒவ்வொரு " +msgstr "இந்த தடத்தை பிரி ஒவ்வொரு" #. Translators: this goes with the previous (= "Split track every") #: ../src/brasero-split-dialog.c:1127 @@ -4915,7 +4759,7 @@ #. Translators: this goes with the next (= "parts") #: ../src/brasero-split-dialog.c:1136 msgid "Split this track in" -msgstr "தடத்தை இதில் பிரி " +msgstr "தடத்தை இதில் பிரி" #. Translators: this goes with the previous (= "Split this track in") #: ../src/brasero-split-dialog.c:1145 @@ -4962,9 +4806,7 @@ msgid "Hours" msgstr "மணிகள்" -#. Translators: separating hours and minutes -#. Translators: separating minutes and seconds -#. Translators: separating seconds and frames +#. Translators: separating hours and minutesTranslators: separating minutes and secondsTranslators: separating seconds and frames #: ../src/brasero-time-button.c:292 ../src/brasero-time-button.c:302 #: ../src/brasero-time-button.c:312 msgid ":" @@ -4984,7 +4826,7 @@ #: ../src/brasero-video-disc.c:101 msgid "Open the selected video" -msgstr "தேர்ந்தெடுக்கப்பட்ட விடியோவை திற " +msgstr "தேர்ந்தெடுக்கப்பட்ட விடியோவை திற" #: ../src/brasero-video-disc.c:103 msgid "Edit the video information (start, end, author, etc.)" @@ -4992,7 +4834,7 @@ #: ../src/brasero-video-disc.c:105 msgid "Remove the selected videos from the project" -msgstr "தேர்ந்தெடுக்கப்பட்ட விடியோக்களை திட்டத்தில் இருந்து நீக்கு " +msgstr "தேர்ந்தெடுக்கப்பட்ட விடியோக்களை திட்டத்தில் இருந்து நீக்கு" #: ../src/brasero-video-disc.c:359 msgid "Do you want to search for video files inside the directory?" @@ -5005,7 +4847,7 @@ #: ../src/brasero-video-disc.c:412 #, c-format msgid "\"%s\" does not have a suitable type for video projects." -msgstr "\"%s\" விடியோ திட்டங்களுக்கு ஏற்ற வகையை கொண்டு இருக்கவில்லை" +msgstr "\"%s\" விடியோ திட்டங்களுக்கு ஏற்ற வகையை கொண்டு இருக்கவில்லை." #: ../src/brasero-video-disc.c:415 msgid "Please only add files with video content" @@ -5019,8 +4861,8 @@ #, c-format msgid "Please type \"%s --help\" to see all available options\n" msgstr "" -"அனைத்து பெறக்கூடிய தேர்வுகளையும் காண தயவு செய்து %s --help என்று உள்ளிடுங்கள் " -"\n" +"அனைத்து பெறக்கூடிய தேர்வுகளையும் காண தயவு செய்து \"%s --help\" என்று " +"உள்ளிடுங்கள்\n" #~ msgid "File is not a valid .desktop file" #~ msgstr "கோப்பு செல்லுபடியாகும் .desktop கோப்பு அல்ல" @@ -5114,7 +4956,8 @@ #~ msgid "Type your keywords or choose 'All files' from the menu" #~ msgstr "" -#~ "உங்கள் விசை சொற்களை உள்ளிடுக அல்லது பட்டியலில் எல்லா கோப்புகளும் என தேர்வு செய்க." +#~ "உங்கள் விசை சொற்களை உள்ளிடுக அல்லது பட்டியலில் எல்லா கோப்புகளும் என " +#~ "தேர்வு செய்க." #~ msgid "Select if you want to search among image files only" #~ msgstr "பிம்ப கோப்புகளில் மட்டும் தேட தேர்வு செய்க" @@ -5171,8 +5014,8 @@ #~ "Do you really want to create a new project and discard the changes to " #~ "current one?" #~ msgstr "" -#~ "நீங்கள் நிச்சயமாக நடப்பு திட்டத்தில் மாற்றங்களை விலக்கிவிட்டு புதிய திட்டம் உருவாக்க " -#~ "விரும்புகிறீர்களா?" +#~ "நீங்கள் நிச்சயமாக நடப்பு திட்டத்தில் மாற்றங்களை விலக்கிவிட்டு புதிய " +#~ "திட்டம் உருவாக்க விரும்புகிறீர்களா?" #~ msgid "An error occured while writing to disc" #~ msgstr "வட்டுக்கு எழுதுகையில்; ஒரு பிழை நேர்ந்தது" @@ -5208,13 +5051,14 @@ #~ msgstr "\"சேர்\" பொத்தான் ஐ சொடுக்கி ஒரு தேர்வு உரையாடலை துவக்கலாம்." #~ msgid "select files in the selection pane and click the \"Add\" button" -#~ msgstr "தேர்வு பலகத்தில் கோப்புகளை தேர்வு செய்து \"சேர்\" பொத்தான் ஐ சொடுக்கலாம்." +#~ msgstr "" +#~ "தேர்வு பலகத்தில் கோப்புகளை தேர்வு செய்து \"சேர்\" பொத்தான் ஐ சொடுக்கலாம்." #~ msgid "" #~ "drag files in this area from the selection pane or from the file manager" #~ msgstr "" -#~ "இந்த இடத்துக்கு தேர்வு பலகத்திலிருந்து அல்லது கோப்பு மேலாளரில் இருந்து கோப்புகளை " -#~ "இழுத்துவிடலாம்." +#~ "இந்த இடத்துக்கு தேர்வு பலகத்திலிருந்து அல்லது கோப்பு மேலாளரில் இருந்து " +#~ "கோப்புகளை இழுத்துவிடலாம்." #~ msgid "double-click on files in the selection pane" #~ msgstr "தேர்வு பலகத்தில் உள்ள கோப்புகள் மீது இரட்டை சொடுக்கு சொடுக்கலாம்." @@ -5226,12 +5070,14 @@ #~ msgstr "இந்த திட்டத்தில் இருந்து கோப்புகளை நீக்க நீங்கள்:" #~ msgid "click on the \"Remove\" button to remove selected items in this area" -#~ msgstr "\"நீக்கு\" பொத்தான் ஐ சொடுக்கி இவ்விடத்தில் தேர்ந்தெடுத்த உருப்படிகளை நீக்கலாம்." +#~ msgstr "" +#~ "\"நீக்கு\" பொத்தான் ஐ சொடுக்கி இவ்விடத்தில் தேர்ந்தெடுத்த உருப்படிகளை " +#~ "நீக்கலாம்." #~ msgid "select items in this area, and choose \"Remove\" from context menu" #~ msgstr "" -#~ "இவ்விடத்தில் உருப்படிகளை தேர்ந்தெடுத்து சூழல் படியலில் இருந்து \"நீக்கு\" ஐ " -#~ "தேர்ந்தெடுக்கலாம்." +#~ "இவ்விடத்தில் உருப்படிகளை தேர்ந்தெடுத்து சூழல் படியலில் இருந்து \"நீக்கு\" " +#~ "ஐ தேர்ந்தெடுக்கலாம்." #~ msgid "select items in this area, and press \"Delete\" key" #~ msgstr "இவ்விடத்தில் உருப்படிகளை தேர்ந்தெடுத்து \"அழி\" விசையை அழுத்தலாம்." @@ -5241,15 +5087,16 @@ #~ "discarded. Note that files will not be deleted from their own location, " #~ "just no longer listed here." #~ msgstr "" -#~ "நீங்கள் புதிய திட்டம் உருவாக்க தேர்ந்தெடுத்தால் நடப்பு திட்டத்தில் சேர்த்த கோப்புகள் " -#~ "விலக்கப்படும். அவை தம் இடத்திலிருந்து நீக்கப்படா ஆனால் இப்பட்டியலில் இருந்து நீக்கப்படும் " -#~ "என்பதை உணர்க." +#~ "நீங்கள் புதிய திட்டம் உருவாக்க தேர்ந்தெடுத்தால் நடப்பு திட்டத்தில் " +#~ "சேர்த்த கோப்புகள் விலக்கப்படும். அவை தம் இடத்திலிருந்து நீக்கப்படா ஆனால் " +#~ "இப்பட்டியலில் இருந்து நீக்கப்படும் என்பதை உணர்க." #~ msgid "PATH TO PLAYLIST" #~ msgstr "PATH TO PLAYLIST" #~ msgid "Your version of cdrdao does not seem to be supported by libbrasero" -#~ msgstr "உங்கள் சிடிஆர்டிஏஓ பதிப்பு லிப்ப்ராஸோ வால் ஆதரிக்கப்படவில்லை போல் உள்ளது" +#~ msgstr "" +#~ "உங்கள் சிடிஆர்டிஏஓ பதிப்பு லிப்ப்ராஸோ வால் ஆதரிக்கப்படவில்லை போல் உள்ளது" #~ msgid "Converts .toc files into .cue files" #~ msgstr " .toc கோப்புகளை .cue கோப்புகளாக மாற்றுகிறது" @@ -5262,7 +5109,8 @@ #~ msgid "Encrypted DVD: please install libdvdcss version 1.2.x" #~ msgstr "" -#~ "குறிமுறையாக்கப்பட்ட DVD: தயை செய்து லிப்டிவிடிசிஎஸ்எஸ் பதிப்பு 1.2.x ஐ நிறுவவும்." +#~ "குறிமுறையாக்கப்பட்ட DVD: தயை செய்து லிப்டிவிடிசிஎஸ்எஸ் பதிப்பு 1.2.x ஐ " +#~ "நிறுவவும்." #~ msgid "" #~ "libdvdcss version %s is not supported.\n" @@ -5317,36 +5165,36 @@ #~ "Should brasero notify when files are filtered. Set to true, brasero will " #~ "display the notification." #~ msgstr "" -#~ "கோப்புகளை ப்ராஸரோ வடி கட்டினால் அதை அறிவிக்க வேண்டுமா. உண்மை என அமைத்தால் ப்ராஸரோ " -#~ "அறிவிப்புகளை காட்டும். " +#~ "கோப்புகளை ப்ராஸரோ வடி கட்டினால் அதை அறிவிக்க வேண்டுமா. உண்மை என அமைத்தால் " +#~ "ப்ராஸரோ அறிவிப்புகளை காட்டும். " #~ msgid "" #~ "The pane to display with audio projects. It should be one of the " #~ "following: \"Chooser\", \"Search\" or \"Playlist\"." #~ msgstr "" -#~ "ஒலி திட்டங்களுடன் காட்ட வேண்டிய பலகம். கீழ் வருவனவற்றில் ஒன்றாக இருக்கவேண்டும்.:\"தேர்வி" -#~ "\", \"தேடு \" அல்லது \"பாடல் பட்டியல்\"." +#~ "ஒலி திட்டங்களுடன் காட்ட வேண்டிய பலகம். கீழ் வருவனவற்றில் ஒன்றாக " +#~ "இருக்கவேண்டும்.:\"தேர்வி\", \"தேடு \" அல்லது \"பாடல் பட்டியல்\"." #~ msgid "" #~ "The pane to display with data projects. It should be one of the " #~ "following: \"Chooser\" or \"Search\"." #~ msgstr "" -#~ "தரவு திட்டங்களுடன் காட்ட வேண்டிய பலகம். கீழ் வருவனவற்றில் ஒன்றாக இருக்கவேண்டும்.:\"தேர்வி" -#~ "\" அல்லது \"தேடு \" " +#~ "தரவு திட்டங்களுடன் காட்ட வேண்டிய பலகம். கீழ் வருவனவற்றில் ஒன்றாக " +#~ "இருக்கவேண்டும்.:\"தேர்வி\" அல்லது \"தேடு \" " #~ msgid "" #~ "The pane to display with video projects. It should be one of the " #~ "following: \"Chooser\", \"Search\" or \"Playlist\"." #~ msgstr "" -#~ "விடியோ திட்டங்களுடன் காட்ட வேண்டிய பலகம். கீழ் வருவனவற்றில் ஒன்றாக இருக்கவேண்டும்.:" -#~ "\"தேர்வி\", \"தேடு \" அல்லது \"பாடல் பட்டியல்\"." +#~ "விடியோ திட்டங்களுடன் காட்ட வேண்டிய பலகம். கீழ் வருவனவற்றில் ஒன்றாக " +#~ "இருக்கவேண்டும்.:\"தேர்வி\", \"தேடு \" அல்லது \"பாடல் பட்டியல்\"." #~ msgid "" #~ "This key sets where the project pane should be (0 = on the right, 1 = on " #~ "the left, 2 = at the top, 3 = at the bottom)" #~ msgstr "" -#~ "இந்த விசை திட்டப்பலகம் எங்கே இருக்க வேண்டும் என தீர்மானிக்கும். (0 = வலது பக்கம், 1 = " -#~ "இடது பக்கம், 2 = மேலே, 3 = கீழே)" +#~ "இந்த விசை திட்டப்பலகம் எங்கே இருக்க வேண்டும் என தீர்மானிக்கும். (0 = வலது " +#~ "பக்கம், 1 = இடது பக்கம், 2 = மேலே, 3 = கீழே)" #~ msgid "Whether to display a side pane. Set to true to use it." #~ msgstr "பக்கப்பலகம் அமைக்க வேண்டுமாுமா. பயன்படுத்த உண்மை என அமைக்கவும்" @@ -5373,7 +5221,8 @@ #~ msgstr "சிடி மற்றும் டிவிடி களை எழுத சிடிரெகார்ட் ஐ பயன்படுத்துக" #~ msgid "dvdcss allows to CSS-encrypted video DVDs to be read" -#~ msgstr "டிவிடிசிஎஸ்எஸ், சிஎஸ்எஸ் குறியாக்கம் செய்த டிவிடிகளை படிக்க அனுமதிக்கிறது." +#~ msgstr "" +#~ "டிவிடிசிஎஸ்எஸ், சிஎஸ்எஸ் குறியாக்கம் செய்த டிவிடிகளை படிக்க அனுமதிக்கிறது." #~ msgid "Dvd+rw-format blanks and formats DVD+/-R(W)" #~ msgstr "Dvd+rw-format வெற்று மற்றும் DVD+/-R(W)ஐ வடிவமைக்கிறது" @@ -5390,7 +5239,8 @@ #~ msgid "" #~ "Transcode converts song files into a format proper to burn them on CDs" #~ msgstr "" -#~ "வேறு குறியாக்கம் பாடல் கோப்புகளை சிடியில் எழுதக்கூடிய வேறு ஒழுங்கில் மாற்றுகிறது" +#~ "வேறு குறியாக்கம் பாடல் கோப்புகளை சிடியில் எழுதக்கூடிய வேறு ஒழுங்கில் " +#~ "மாற்றுகிறது" #~ msgid "Allow file integrities to be checked on a disc" #~ msgstr "வட்டில் கோப்பு சீர்மைகளை சோதிக்க அனுமதிக்கிறது" diff -Nru brasero-3.12.2/po/tr.po brasero-3.12.3/po/tr.po --- brasero-3.12.2/po/tr.po 2017-07-25 13:16:35.000000000 +0000 +++ brasero-3.12.3/po/tr.po 2021-09-16 14:27:35.000000000 +0000 @@ -1,29 +1,29 @@ # Turkish translation of brasero. -# Copyright (C) 2008 Gürkan Gür +# Copyright (C) 2008-2009 Free Software Foundation, Inc. +# Copyright (C) 2010-2020 brasero'S COPYRIGHT HOLDER # This file is distributed under the same license as the brasero package. # -# # Gürkan Gür , 2008, 2009. # Baris Cicek , 2009. # Ozan Çağlayan , 2013. # Muhammet Kara , 2011, 2012, 2013, 2014. # Furkan Tokaç , 2017. +# Sabri Ünal , 2019. # msgid "" msgstr "" -"Project-Id-Version: brasero 0.5.0\n" -"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2017-06-28 15:14+0000\n" +"Project-Id-Version: brasero master\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2019-10-26 07:30+0000\n" "PO-Revision-Date: 2017-07-12 17:54-0400\n" -"Last-Translator: Furkan Tokaç \n" -"Language-Team: Turkish \n" +"Last-Translator: Sabri Ünal \n" +"Language-Team: Türkçe \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Gtranslator 2.91.7\n" +"X-Generator: Poedit 2.0.6\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -77,17 +77,16 @@ msgstr "Kalıp Dosyasını Yaz" #: ../data/brasero.desktop.in.in.h:8 -#| msgid "Copy a disc" msgid "Copy a Disc" msgstr "Disk Kopyala" #: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" -msgstr "Bir Ses Projesi Oluştur" +msgstr "Ses Projesi Oluştur" #: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" -msgstr "Bir Video Projesi Oluştur" +msgstr "Video Projesi Oluştur" #: ../data/mime/brasero.xml.in.h:1 msgid "Brasero project file" @@ -305,7 +304,7 @@ #: ../libbrasero-burn/brasero-blank-dialog.c:227 #: ../libbrasero-burn/brasero-blank-dialog.c:272 msgid "Blank _Again" -msgstr "Tekr_ar Boşalt" +msgstr "Tekr_ar Sil" #: ../libbrasero-burn/brasero-blank-dialog.c:244 msgid "Unknown error." @@ -323,7 +322,7 @@ #. Translators: This is a verb, an action #: ../libbrasero-burn/brasero-blank-dialog.c:371 msgid "_Blank" -msgstr "_Boşalt" +msgstr "_Sil" #: ../libbrasero-burn/brasero-blank-dialog.c:402 msgid "_Fast blanking" @@ -331,7 +330,7 @@ #: ../libbrasero-burn/brasero-blank-dialog.c:403 msgid "Activate fast blanking, as opposed to a longer, thorough blanking" -msgstr "Uzun bir tam silme yerine hızlı silmeyi etkinleştir" +msgstr "Uzun tam silme yerine hızlı silmeyi etkinleştir" #: ../libbrasero-burn/brasero-blank-dialog.c:433 msgid "Disc Blanking" @@ -370,7 +369,7 @@ #: ../libbrasero-burn/brasero-burn.c:546 ../libbrasero-burn/brasero-burn.c:678 #: ../libbrasero-burn/brasero-burn.c:761 msgid "No burner specified" -msgstr "Belirtilmiş bir yazıcı yok" +msgstr "Yazıcı belirtilmedi" #: ../libbrasero-burn/brasero-burn.c:586 msgid "No source drive specified" @@ -446,7 +445,7 @@ # CHECK #: ../libbrasero-burn/brasero-burn.c:1752 msgid "There is no track to burn" -msgstr "Yazılacak bir parça yok" +msgstr "Yazılacak parça yok" #: ../libbrasero-burn/brasero-burn.c:1859 msgid "" @@ -485,6 +484,8 @@ msgid "An internal error occurred" msgstr "Bir iç hata meydana geldi" +# Uyumluluk sağlamak amacıyla brasero-burn-dialog çevirileri için +# Tümce düzeni tercih edildi. #: ../libbrasero-burn/brasero-burn-dialog.c:155 msgid "Brasero notification" msgstr "Brasero bildirimi" @@ -493,12 +494,12 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:219 #, c-format msgid "%s (%i%% Done)" -msgstr "%s (%i%% Tamamlandı)" +msgstr "%s (%i%% tamamlandı)" #: ../libbrasero-burn/brasero-burn-dialog.c:241 #: ../libbrasero-burn/brasero-burn-dialog.c:1161 msgid "Creating Image" -msgstr "Kalıp Oluşturuluyor" +msgstr "Kalıp oluşturuluyor" #: ../libbrasero-burn/brasero-burn-dialog.c:246 #: ../libbrasero-burn/brasero-burn-dialog.c:1170 @@ -524,12 +525,12 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:266 #: ../libbrasero-burn/brasero-burn-dialog.c:1190 msgid "Burning Disc" -msgstr "Diske Yazılıyor" +msgstr "Disk yazılıyor" #: ../libbrasero-burn/brasero-burn-dialog.c:270 #: ../libbrasero-burn/brasero-burn-dialog.c:1186 msgid "Copying Disc" -msgstr "Disk Kopyalanıyor" +msgstr "Disk kopyalanıyor" #: ../libbrasero-burn/brasero-burn-dialog.c:300 #: ../libbrasero-burn/burn-basics.c:78 @@ -546,7 +547,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:316 msgid "Simulation of data DVD burning" -msgstr "DVD veri yazım işlemi simülasyonu" +msgstr "Veri DVD'si yazım işlemi simülasyonu" #: ../libbrasero-burn/brasero-burn-dialog.c:318 msgid "Burning data DVD" @@ -792,7 +793,7 @@ #: ../libbrasero-burn/brasero-sum-dialog.c:333 msgid "" "A file could not be created at the location specified for temporary files" -msgstr "Geçici dosyalar için kullanılacak konumda bir dosya oluşturulamadı" +msgstr "Geçici dosyalar için kullanılacak konumda dosya oluşturulamadı" #: ../libbrasero-burn/brasero-burn-dialog.c:729 msgid "The image could not be created at the specified location" @@ -893,7 +894,6 @@ msgid "Do you want to continue anyway?" msgstr "Yine de devam etmek istiyor musunuz?" -# CHECK: Übersetzung »track« in diesem Kontext? #: ../libbrasero-burn/brasero-burn-dialog.c:971 msgid "Appending audio tracks to a CD is not advised." msgstr "Bir CD'ye ses parçaları eklemek tavsiye edilmez." @@ -979,7 +979,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1751 msgid "_Save Log" -msgstr "_Günlüğü kaydet" +msgstr "_Günlüğü Kaydet" #: ../libbrasero-burn/brasero-burn-dialog.c:1786 msgid "Video DVD successfully burned" @@ -1286,7 +1286,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:811 msgid "Burn _Contents…" -msgstr "İ_çeriği Yazdır..." +msgstr "İ_çeriği Yazdır…" #: ../libbrasero-burn/brasero-burn-options.c:893 msgid "Image Burning Setup" @@ -1459,7 +1459,7 @@ "actual burning after 10 seconds" msgstr "" "Brasero yazma işlemini simüle edecek, eğer başarılı olursa 10 saniye sonra " -"gerçek yazma işlemine başlayacak" +"gerçek yazma işlemine başlayacak" #: ../libbrasero-burn/brasero-drive-properties.c:726 msgid "Use burn_proof (decrease the risk of failures)" @@ -1519,7 +1519,7 @@ #: ../libbrasero-burn/brasero-image-type-chooser.c:97 msgid "Autodetect" -msgstr "Otomatik Saptama" +msgstr "Otomatik sapta" #: ../libbrasero-burn/brasero-image-type-chooser.c:106 msgid "ISO9660 image" @@ -1637,7 +1637,7 @@ #: ../libbrasero-burn/brasero-src-image.c:450 msgctxt "disc" msgid "Image files" -msgstr "Kalıp Dosyaları" +msgstr "Kalıp dosyaları" #: ../libbrasero-burn/brasero-src-image.c:467 msgid "Image type:" @@ -1716,7 +1716,7 @@ #: ../libbrasero-burn/brasero-status-dialog.c:341 #: ../src/brasero-data-disc.c:735 msgid "Those names should be changed and truncated to 64 characters." -msgstr "Bu isimler değiştirilmeli ve 64 karaktere indirilmeli" +msgstr "Bu isimler değiştirilmeli ve 64 karaktere indirilmeli." #: ../libbrasero-burn/brasero-status-dialog.c:346 #: ../src/brasero-data-disc.c:738 @@ -1841,7 +1841,7 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:793 #: ../src/brasero-playlist.c:536 ../src/brasero-video-tree-model.c:342 msgid "(loading…)" -msgstr "(yükleniyor ...)" +msgstr "(yükleniyor…)" #: ../libbrasero-burn/brasero-track-data-cfg.c:619 #: ../libbrasero-burn/brasero-track-data-cfg.c:799 @@ -2478,11 +2478,11 @@ #: ../libbrasero-utils/brasero-jacket-background.c:262 msgid "Horizontal gradient" -msgstr "Yatay Değişim" +msgstr "Yatay değişim" #: ../libbrasero-utils/brasero-jacket-background.c:263 msgid "Vertical gradient" -msgstr "Dikey Değişim" +msgstr "Dikey değişim" #. second part #. Translators: This is an image, a picture, not a "Disc Image" @@ -2531,7 +2531,7 @@ #: ../libbrasero-utils/brasero-jacket-edit.c:549 msgid "Background properties" -msgstr "Arkaplan Özellikleri" +msgstr "Arkaplan özellikleri" #: ../libbrasero-utils/brasero-jacket-edit.c:564 msgid "Align right" @@ -2563,11 +2563,11 @@ #: ../libbrasero-utils/brasero-jacket-edit.c:651 msgid "_Text Color" -msgstr "_Metin Rengi:" +msgstr "_Metin Rengi" #: ../libbrasero-utils/brasero-jacket-edit.c:652 msgid "Text color" -msgstr "Metin Rengi" +msgstr "Metin rengi" #: ../libbrasero-utils/brasero-jacket-edit.c:775 msgid "Cover Editor" @@ -2705,7 +2705,7 @@ msgstr "Diske Yaz" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "İçeriği bir CD ya da DVD diske yazdır" @@ -2714,9 +2714,9 @@ msgstr "Disk Kopyala" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" -msgstr "_Diske Yaz..." +msgstr "_Diske Yaz…" #: ../nautilus/nautilus-burn-extension.c:572 msgid "Write disc image to a CD or DVD" @@ -2724,7 +2724,7 @@ #: ../nautilus/nautilus-burn-extension.c:645 msgid "_Copy Disc…" -msgstr "Diski _Kopyala..." +msgstr "Diski _Kopyala…" #: ../nautilus/nautilus-burn-extension.c:646 msgid "Create a copy of this CD or DVD" @@ -2732,15 +2732,15 @@ #: ../nautilus/nautilus-burn-extension.c:659 msgid "_Blank Disc…" -msgstr "Di_ski Sil..." +msgstr "Di_ski Sil…" #: ../nautilus/nautilus-burn-extension.c:660 msgid "Blank this CD or DVD" -msgstr "Bu CD veya DVD diskini boşaltın" +msgstr "Bu CD veya DVD diskini sil" #: ../nautilus/nautilus-burn-extension.c:676 msgid "_Check Disc…" -msgstr "Diski Kon_trol Et..." +msgstr "Diski Kon_trol Et…" #: ../nautilus/nautilus-burn-extension.c:677 msgid "Check the data integrity on this CD or DVD" @@ -2794,7 +2794,7 @@ #: ../plugins/cdrdao/burn-cdrdao.c:480 msgid "Converting toc file" -msgstr "TOC dosyası çevriliyor" +msgstr "Toc dosyası çevriliyor" #: ../plugins/cdrdao/burn-cdrdao.c:697 msgid "Copies, burns and blanks CDs" @@ -2894,7 +2894,7 @@ #: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 msgid "Writing cue sheet" -msgstr "CUE-Sayfası yazılıyor" +msgstr "Cue sayfası yazılıyor" #: ../plugins/cdrkit/burn-wodim.c:394 ../plugins/cdrtools/burn-cdrecord.c:380 #, c-format @@ -3318,15 +3318,15 @@ #: ../src/brasero-app.c:136 msgid "_Blank…" -msgstr "_Sil..." +msgstr "_Sil…" #: ../src/brasero-app.c:137 msgid "Blank a disc" -msgstr "Bir diski sil" +msgstr "Diski sil" #: ../src/brasero-app.c:139 msgid "_Check Integrity…" -msgstr "_Bütünlük kontrolü yap..." +msgstr "_Bütünlük Kontrolü Yap…" #: ../src/brasero-app.c:140 msgid "Check data integrity of disc" @@ -3445,11 +3445,11 @@ #: ../src/brasero-audio-disc.c:158 ../src/brasero-video-disc.c:103 msgid "_Edit Information…" -msgstr "Bilgil_eri Düzenle..." +msgstr "Bilgil_eri Düzenle…" #: ../src/brasero-audio-disc.c:158 msgid "Edit the track information (start, end, author, etc.)" -msgstr "Parça bilgilerini düzenle (başlangıç, bitiş, yapımcı...)" +msgstr "Parça bilgilerini düzenle (başlangıç, bitiş, yapımcı, vb.)" #: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 #: ../src/brasero-project.c:202 @@ -3476,7 +3476,7 @@ #: ../src/brasero-audio-disc.c:166 msgid "_Split Track…" -msgstr "Par_çayı Böl..." +msgstr "Par_çayı Böl…" #: ../src/brasero-audio-disc.c:166 msgid "Split the selected track" @@ -3726,7 +3726,7 @@ #: ../src/brasero-data-disc.c:125 msgid "R_ename…" -msgstr "Y_eniden adlandır..." +msgstr "Y_eniden adlandır…" #: ../src/brasero-data-disc.c:125 msgid "Rename the selected file" @@ -3790,7 +3790,7 @@ #: ../src/brasero-data-disc.c:694 msgid "It is a recursive symlink" -msgstr "Özyinelemeli bir sembolik bağ." +msgstr "Özyinelemeli bir sembolik bağ" #: ../src/brasero-data-disc.c:712 msgid "It does not exist at the specified location" @@ -3916,7 +3916,6 @@ msgid "Description" msgstr "Tanım" -# Bedeutung von »Space« in diesem Zusammenhang? #: ../src/brasero-data-disc.c:2380 msgid "Space" msgstr "Boşluk" @@ -3982,7 +3981,7 @@ #: ../src/brasero-file-filtered.c:303 msgid "_Options…" -msgstr "Se_çenekler..." +msgstr "Se_çenekler…" #: ../src/brasero-file-filtered.c:311 msgid "Set the options for file filtering" @@ -4094,7 +4093,7 @@ #: ../src/brasero-multi-song-props.c:345 ../src/brasero-song-properties.c:287 msgid "Song Information" -msgstr "Şarkı Bilgisi:" +msgstr "Şarkı Bilgisi" #: ../src/brasero-player.c:540 #, c-format @@ -4185,7 +4184,7 @@ #: ../src/brasero-project.c:197 msgid "Save _As…" -msgstr "_Farklı Kaydet..." +msgstr "_Farklı Kaydet…" #: ../src/brasero-project.c:198 msgid "Save current project to a different location" @@ -4214,7 +4213,7 @@ #: ../src/brasero-project.c:206 ../src/brasero-project.c:1086 msgid "_Burn…" -msgstr "_Yazdır..." +msgstr "_Yazdır…" #: ../src/brasero-project.c:207 msgid "Burn the disc" @@ -4460,7 +4459,7 @@ #: ../src/brasero-project-manager.c:107 msgid "Copy _Disc…" -msgstr "_Diski Kopyala..." +msgstr "_Disk Kopyala…" #: ../src/brasero-project-manager.c:108 #: ../src/brasero-project-type-chooser.c:91 @@ -4473,21 +4472,21 @@ #: ../src/brasero-project-manager.c:109 msgid "_Burn Image…" -msgstr "Kalı_bı Yazdır..." +msgstr "Kalı_p Yazdır…" #: ../src/brasero-project-manager.c:110 #: ../src/brasero-project-type-chooser.c:95 #: ../src/brasero-project-type-chooser.c:96 msgid "Burn an existing CD/DVD image to disc" -msgstr "Mevcut bir CD/DVD kalıbını diske yazdır" +msgstr "Mevcut CD/DVD kalıbını diske yazdır" #: ../src/brasero-project-manager.c:112 msgid "_Open…" -msgstr "_Aç..." +msgstr "_Aç…" #: ../src/brasero-project-manager.c:113 msgid "Open a project" -msgstr "Bir proje aç" +msgstr "Proje aç" #. Translators: the %s is a string representing the total size #. * of the file selection @@ -4598,11 +4597,11 @@ #: ../src/brasero-project-type-chooser.c:74 msgid "Audi_o project" -msgstr "Ses Pr_ojesi" +msgstr "Ses pr_ojesi" #: ../src/brasero-project-type-chooser.c:75 msgid "Create a traditional audio CD" -msgstr "Bir ses CD'si oluştur" +msgstr "Ses CD'si oluştur" #: ../src/brasero-project-type-chooser.c:79 msgid "D_ata project" @@ -4610,7 +4609,7 @@ #: ../src/brasero-project-type-chooser.c:80 msgid "Create a data CD/DVD" -msgstr "Bir veri CD/DVD'si oluştur" +msgstr "Veri CD/DVD'si oluştur" #: ../src/brasero-project-type-chooser.c:84 msgid "_Video project" @@ -4618,11 +4617,11 @@ #: ../src/brasero-project-type-chooser.c:85 msgid "Create a video DVD or an SVCD" -msgstr "Bir video DVD'si veya SVCD oluştur" +msgstr "Video DVD'si veya SVCD oluştur" #: ../src/brasero-project-type-chooser.c:89 msgid "Disc _copy" -msgstr "Diski _kopyala" +msgstr "Disk _kopyala" #: ../src/brasero-project-type-chooser.c:90 msgid "Create 1:1 copy of a CD/DVD" @@ -4646,7 +4645,7 @@ #: ../src/brasero-project-type-chooser.c:463 msgid "Create a new project:" -msgstr "Yeni bir proje oluştur:" +msgstr "Yeni proje oluştur:" #: ../src/brasero-project-type-chooser.c:510 msgid "Recent projects:" @@ -4762,7 +4761,7 @@ #: ../src/brasero-split-dialog.c:181 ../src/brasero-split-dialog.c:752 msgid "_Split" -msgstr "_Parçala" +msgstr "_Böl" #: ../src/brasero-split-dialog.c:609 msgid "The track wasn't split." @@ -4786,7 +4785,7 @@ #: ../src/brasero-split-dialog.c:751 msgid "_Don't split" -msgstr "_Parçalama " +msgstr "_Bölme" #: ../src/brasero-split-dialog.c:968 msgid "Do you really want to empty the slices preview?" @@ -4802,7 +4801,7 @@ #: ../src/brasero-split-dialog.c:1072 msgid "M_ethod:" -msgstr "Yönt_em" +msgstr "Yönt_em:" #: ../src/brasero-split-dialog.c:1078 msgid "Method to be used to split the track" @@ -4854,7 +4853,7 @@ #: ../src/brasero-split-dialog.c:1153 msgid "Slicing Method" -msgstr "Parçalama Yöntemi" +msgstr "Dilimleme Yöntemi" #: ../src/brasero-split-dialog.c:1211 msgid "Start" @@ -4886,7 +4885,7 @@ #: ../src/brasero-split-dialog.c:1298 msgid "Slices Preview" -msgstr "Parça Önizleme" +msgstr "Dilim Önizleme" #: ../src/brasero-time-button.c:287 msgid "Hours" @@ -4910,7 +4909,7 @@ #: ../src/brasero-time-button.c:317 msgid "Frames (1 second = 75 frames)" -msgstr "Çerçeve (1 Saniye = 75 çerçeve)" +msgstr "Kare (1 Saniye = 75 kare)" #: ../src/brasero-video-disc.c:101 msgid "Open the selected video" @@ -4918,7 +4917,7 @@ #: ../src/brasero-video-disc.c:103 msgid "Edit the video information (start, end, author, etc.)" -msgstr "Video bilgilerini düzenle (başlangıç, bitiş, sanatçı, ...)" +msgstr "Video bilgilerini düzenle (başlangıç, bitiş, sanatçı, vb.)" #: ../src/brasero-video-disc.c:105 msgid "Remove the selected videos from the project" @@ -4936,7 +4935,7 @@ #: ../src/brasero-video-disc.c:412 #, c-format msgid "\"%s\" does not have a suitable type for video projects." -msgstr "\"%s\" video projeleri için uyumlu bir tür sahibi değil" +msgstr "\"%s\" video projeleri için uyumlu bir tür sahibi değil." #: ../src/brasero-video-disc.c:415 msgid "Please only add files with video content" @@ -4944,7 +4943,7 @@ #: ../src/main.c:84 msgid "[URI] [URI] …" -msgstr "[URI] [URI] ..." +msgstr "[URI] [URI] …" #: ../src/main.c:96 #, c-format diff -Nru brasero-3.12.2/po/uk.po brasero-3.12.3/po/uk.po --- brasero-3.12.2/po/uk.po 2014-02-19 09:16:54.000000000 +0000 +++ brasero-3.12.3/po/uk.po 2021-09-17 11:27:28.000000000 +0000 @@ -4,22 +4,22 @@ # Maxim Dziumanenko , 2009. # wanderlust , 2009. # Daniel Korostil , 2013, 2014. +# Yuri Chornoivan , 2020. msgid "" msgstr "" "Project-Id-Version: brasero\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=braser" -"o&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-02-11 04:01+0000\n" -"PO-Revision-Date: 2014-02-11 11:07+0300\n" -"Last-Translator: Daniel Korostil \n" -"Language-Team: linux.org.ua\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2019-11-12 16:25+0000\n" +"PO-Revision-Date: 2020-03-08 09:24+0200\n" +"Last-Translator: Yuri Chornoivan \n" +"Language-Team: Ukrainian \n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Virtaal 0.7.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<" +"=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"X-Generator: Lokalize 20.03.70\n" "X-Project-Style: gnome\n" #: ../data/brasero.appdata.xml.in.h:1 @@ -73,16 +73,21 @@ msgstr "Записати файл _образу" #: ../data/brasero.desktop.in.in.h:8 -msgid "Create an Audio Project" -msgstr "Створити звуковий проект" +#| msgid "Copy a disc" +msgid "Copy a Disc" +msgstr "Копіювати диск" #: ../data/brasero.desktop.in.in.h:9 +msgid "Create an Audio Project" +msgstr "Створити звуковий проєкт" + +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" -msgstr "Створити відеопроект" +msgstr "Створити відеопроєкт" #: ../data/mime/brasero.xml.in.h:1 msgid "Brasero project file" -msgstr "Файл проекту" +msgstr "Файл проєкту" #: ../data/org.gnome.brasero.gschema.xml.h:1 msgid "Should Nautilus extension output debug statements" @@ -367,7 +372,7 @@ #: ../libbrasero-burn/brasero-burn.c:632 msgid "Ongoing copying process" -msgstr "Копіювання диску" +msgstr "Копіювання диска" #: ../libbrasero-burn/brasero-burn.c:636 ../libbrasero-burn/brasero-burn.c:735 #: ../libbrasero-burn/brasero-burn.c:872 ../libbrasero-burn/brasero-burn.c:987 @@ -381,7 +386,7 @@ #: ../libbrasero-burn/brasero-burn.c:731 msgid "Ongoing blanking process" -msgstr "Очищення диску" +msgstr "Очищення диска" #: ../libbrasero-burn/brasero-burn.c:770 msgid "The drive cannot burn" @@ -413,24 +418,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (програма)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (бібліотека)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (модуль GStreamer)" @@ -460,18 +462,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "Виникла внутрішня помилка" @@ -520,7 +521,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:270 #: ../libbrasero-burn/brasero-burn-dialog.c:1186 msgid "Copying Disc" -msgstr "Копіювання диску" +msgstr "Копіювання диска" #: ../libbrasero-burn/brasero-burn-dialog.c:300 #: ../libbrasero-burn/burn-basics.c:78 @@ -599,7 +600,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:402 msgid "Simulation of video disc burning" -msgstr "Симуляція запису відеодиску" +msgstr "Симуляція запису відеодиска" #: ../libbrasero-burn/brasero-burn-dialog.c:404 msgid "Burning video disc" @@ -611,16 +612,16 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:424 msgid "Burning data disc" -msgstr "Запис диску з даними" +msgstr "Запис диска з даними" #: ../libbrasero-burn/brasero-burn-dialog.c:432 msgid "Simulation of disc copying" -msgstr "Симуляція копіювання диску" +msgstr "Симуляція копіювання диска" #: ../libbrasero-burn/brasero-burn-dialog.c:434 #: ../libbrasero-burn/burn-basics.c:82 msgid "Copying disc" -msgstr "Копіювання диску" +msgstr "Копіювання диска" #: ../libbrasero-burn/brasero-burn-dialog.c:442 msgid "Simulation of image to disc burning" @@ -628,7 +629,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:444 msgid "Burning image to disc" -msgstr "Запис образу диску" +msgstr "Запис образу диска" #: ../libbrasero-burn/brasero-burn-dialog.c:549 msgid "Please replace the disc with a rewritable disc holding data." @@ -722,7 +723,7 @@ "Burning will begin as soon as a writable disc is inserted." msgstr "" "На жорсткому диску створено образ диску.\n" -"Запис почнеться одразу після вставки носія для запису." +"Запис почнеться одразу після вставлення носія для запису." #: ../libbrasero-burn/brasero-burn-dialog.c:645 msgid "A data integrity test will begin as soon as the disc is inserted." @@ -743,7 +744,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:654 #, c-format msgid "There is no disc in \"%s\"." -msgstr "У пристрої «%s» відсутній диск." +msgstr "У пристрої «%s» немає диска." #: ../libbrasero-burn/brasero-burn-dialog.c:658 #, c-format @@ -787,7 +788,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:729 msgid "The image could not be created at the specified location" -msgstr "Не вдається створити образ диску у заданому каталозі" +msgstr "Не вдається створити образ диска у заданому каталозі" #: ../libbrasero-burn/brasero-burn-dialog.c:730 msgid "" @@ -904,7 +905,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1037 #, c-format msgid "Please eject the disc from \"%s\" manually." -msgstr "Витягніть диск з \"%s\" вручну." +msgstr "Витягніть диск з «%s» вручну." #: ../libbrasero-burn/brasero-burn-dialog.c:1046 msgid "" @@ -944,7 +945,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1368 msgid "Real disc burning will take place in 10 seconds." -msgstr "Запис диску почнеться через 10 секунд." +msgstr "Запис диска почнеться за 10 секунд." #: ../libbrasero-burn/brasero-burn-dialog.c:1371 msgid "Burn _Now" @@ -1057,7 +1058,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:2455 #: ../libbrasero-burn/brasero-tool-dialog.c:417 msgid "Interrupting the process may make disc unusable." -msgstr "Переривання процесу може призвести до псування диску." +msgstr "Переривання процесу може призвести до псування диска." #: ../libbrasero-burn/brasero-burn-dialog.c:2458 msgid "C_ontinue Burning" @@ -1104,7 +1105,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:451 msgid "The data size is too large for the disc even with the overburn option." msgstr "" -"Розмір проекту надто великий для цього диску, навіть при використанні запису " +"Розмір проєкту надто великий для цього диску, навіть при використанні запису " "у режимі overburn." #: ../libbrasero-burn/brasero-burn-options.c:439 ../src/brasero-project.c:954 @@ -1132,7 +1133,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:477 #: ../nautilus/nautilus-burn-extension.c:239 msgid "Please add files." -msgstr "Додайте файли до проекту." +msgstr "Додайте файли до проєкту." #: ../libbrasero-burn/brasero-burn-options.c:478 #: ../libbrasero-burn/brasero-track-data.c:672 @@ -1145,7 +1146,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:483 msgid "Please add songs." -msgstr "Додайте композиції до проекту." +msgstr "Додайте композиції до проєкту." #: ../libbrasero-burn/brasero-burn-options.c:484 ../src/brasero-project.c:1268 msgid "There are no songs to write to disc" @@ -1153,7 +1154,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:489 msgid "Please add videos." -msgstr "Додайте відео до проекту." +msgstr "Додайте відео до проєкту." #: ../libbrasero-burn/brasero-burn-options.c:490 msgid "There are no videos to write to disc" @@ -1165,11 +1166,11 @@ #: ../libbrasero-burn/brasero-burn-options.c:511 msgid "Please select a disc image." -msgstr "Виберіть образ диску." +msgstr "Виберіть образ диска." #: ../libbrasero-burn/brasero-burn-options.c:512 msgid "There is no selected disc image." -msgstr "Не вибрано файл образу диску." +msgstr "Не вибрано файл образу диска." #. Translators: this is a disc image not a picture #. Translators: this is a disc image, not a picture @@ -1188,8 +1189,7 @@ msgstr "Вставте диск не захищений від копіювання." #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "Усі потрібні програми та бібліотеки не встановлено." @@ -1199,7 +1199,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:549 ../src/brasero-project.c:976 msgid "Would you like to burn beyond the disc's reported capacity?" -msgstr "Записати дані понад встановлену ємкість диску?" +msgstr "Записати дані понад встановлену ємкість диска?" #: ../libbrasero-burn/brasero-burn-options.c:550 msgid "" @@ -1209,11 +1209,11 @@ "cannot be properly recognised and therefore need overburn option.\n" "NOTE: This option might cause failure." msgstr "" -"Розмір проекту надто великий для цього диску, треба вилучити деякі файли з " -"проекту.\n" +"Розмір проєкту надто великий для цього диска, треба вилучити деякі файли з " +"проєкту.\n" "Можливо, використовується компакт диск на 90 або 100 хвилин CD-R(W), який не " "вдається коректно розпізнати, і він потребує вказування параметра overburn.\n" -"УВАГА: цей режим може призвести до пошкодження диску." +"УВАГА: цей режим може призвести до пошкодження диска." #: ../libbrasero-burn/brasero-burn-options.c:557 ../src/brasero-project.c:983 msgid "_Overburn" @@ -1221,7 +1221,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:559 ../src/brasero-project.c:985 msgid "Burn beyond the disc's reported capacity" -msgstr "Записати дані понад вказану ємкість диску" +msgstr "Записати дані понад вказану ємкість диска" #: ../libbrasero-burn/brasero-burn-options.c:569 msgid "" @@ -1250,8 +1250,7 @@ msgid "Video Options" msgstr "Параметри відео" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1266,7 +1265,7 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned." msgstr "" -"Виділено лише один файл («%s»). Цей файл є образом диску та його вміст можна " +"Позначено лише один файл («%s»). Цей файл є образом диска, і його вміст можна " "записати на диск." #: ../libbrasero-burn/brasero-burn-options.c:809 @@ -1284,7 +1283,7 @@ #. pack everything #: ../libbrasero-burn/brasero-burn-options.c:901 msgid "Select a disc image to write" -msgstr "Виберіть образ диску для запису" +msgstr "Виберіть образ диска для запису" #: ../libbrasero-burn/brasero-burn-options.c:921 msgid "Copy CD/DVD" @@ -1294,8 +1293,7 @@ msgid "Select disc to copy" msgstr "Виберіть диск для копіювання" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "Встановіть наступні програми вручну та спробуйте ще раз:" @@ -1453,7 +1451,7 @@ #: ../libbrasero-burn/brasero-drive-properties.c:726 msgid "Use burn_proof (decrease the risk of failures)" -msgstr "_Використовувати burnproof (зменшує риск пошкодження диску)" +msgstr "_Використовувати burnproof (зменшує риск пошкодження диска)" #: ../libbrasero-burn/brasero-drive-properties.c:728 msgid "Burn the image directly _without saving it to disc" @@ -1505,7 +1503,7 @@ #: ../libbrasero-burn/brasero-image-properties.c:243 msgid "Disc image type:" -msgstr "Тип образу диску:" +msgstr "Тип образу диска:" #: ../libbrasero-burn/brasero-image-type-chooser.c:97 msgid "Autodetect" @@ -1589,13 +1587,13 @@ #: ../libbrasero-burn/brasero-src-image.c:229 #, c-format msgid "\"%s\": loading" -msgstr "\"%s\": завантаження" +msgstr "«%s»: завантаження" #. Translators: %s is a path and image refers to a disc image #: ../libbrasero-burn/brasero-src-image.c:236 #, c-format msgid "\"%s\": unknown disc image type" -msgstr "\"%s\": невідомий тип образу диску" +msgstr "«%s»: невідомий тип образу диска" #. NOTE to translators, the first %s is the path of the image #. * file and the second its size. @@ -1610,11 +1608,11 @@ #: ../libbrasero-burn/brasero-src-image.c:271 #: ../libbrasero-burn/brasero-src-image.c:554 msgid "Click here to select a disc _image" -msgstr "Натисніть, щоб обрати _образ диску" +msgstr "Натисніть, щоб вибрати _образ диска" #: ../libbrasero-burn/brasero-src-image.c:415 msgid "Select Disc Image" -msgstr "Вибір образу диску" +msgstr "Вибір образу диска" #: ../libbrasero-burn/brasero-src-image.c:444 #: ../nautilus/nautilus-burn-bar.c:236 ../src/brasero-file-chooser.c:350 @@ -1723,12 +1721,12 @@ #: ../libbrasero-burn/brasero-status-dialog.c:568 msgid "Please wait until the estimation of the size is completed." -msgstr "Зачекайте закінчення оцінки розміру проекту." +msgstr "Зачекайте закінчення оцінки розміру проєкту." #: ../libbrasero-burn/brasero-status-dialog.c:569 msgid "All files need to be analysed to complete this operation." msgstr "" -"Для завершення цієї операції необхідно проаналізувати всі файли проекту." +"Для завершення цієї операції необхідно проаналізувати всі файли проєкту." #: ../libbrasero-burn/brasero-sum-dialog.c:134 #: ../libbrasero-burn/brasero-sum-dialog.c:215 @@ -1817,12 +1815,12 @@ msgid "The drive is empty" msgstr "Відсутній диск у пристрої" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "Виберіть диск" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "Поступ" @@ -1886,7 +1884,7 @@ #. Translators: This is a disc image #: ../libbrasero-burn/brasero-track-image-cfg.c:471 msgid "The format of the disc image could not be identified" -msgstr "Не вдається визначити формат образу диску" +msgstr "Не вдається визначити формат образу диска" #: ../libbrasero-burn/brasero-track-image-cfg.c:472 msgid "Please set it manually" @@ -1914,7 +1912,7 @@ #: ../libbrasero-burn/brasero-track-stream-cfg.c:174 #, c-format msgid "\"%s\" is not suitable for audio or video media" -msgstr "Тип «%s» не підходить для проекту відео та аудіо диску." +msgstr "Тип «%s» не підходить для проєкту відео та аудіодиска." #: ../libbrasero-burn/brasero-track-stream-cfg.c:401 msgid "Analysing video files" @@ -2062,7 +2060,7 @@ #: ../libbrasero-burn/burn-job.c:430 #, c-format msgid "Not enough space available on the disc (%s available for %s)" -msgstr "Недостатньо вільного місця на диску (%si доступно для %s)" +msgstr "Недостатньо вільного місця на диску (%s доступно для %s)" #: ../libbrasero-burn/burn-job.c:522 #, c-format @@ -2082,7 +2080,7 @@ "За обраним розташуванням немає достатньо вільного простору для зберігання " "тимчасового образу диска (потрібно %ld МБ)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "Не вдається створити розмір тому" @@ -2349,7 +2347,7 @@ #: ../libbrasero-media/brasero-volume.c:186 #, c-format msgid "The disc mount point could not be retrieved" -msgstr "Не вдається отримати точку монтування диску" +msgstr "Не вдається отримати точку монтування диска" #. NOTE for translators: the first %s is the disc type and Blank is an adjective. #: ../libbrasero-media/brasero-volume.c:409 @@ -2376,8 +2374,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "Файли (%s)" @@ -2386,11 +2384,10 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" -msgstr "Файл не є припустимим образом диску у форматі ISO" +msgstr "Файл не є припустимим образом диска у форматі ISO" #: ../libbrasero-media/scsi-error.c:43 ../src/brasero-project-name.c:84 msgid "Unknown error" @@ -2696,7 +2693,7 @@ msgstr "Записати на диск" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "Записати вміст на диск CD чи DVD" @@ -2705,13 +2702,13 @@ msgstr "Копіювати диск" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" msgstr "_Записати на диск…" #: ../nautilus/nautilus-burn-extension.c:572 msgid "Write disc image to a CD or DVD" -msgstr "Записати образ диску на CD чи DVD" +msgstr "Записати образ диска на CD чи DVD" #: ../nautilus/nautilus-burn-extension.c:645 msgid "_Copy Disc…" @@ -2719,7 +2716,7 @@ #: ../nautilus/nautilus-burn-extension.c:646 msgid "Create a copy of this CD or DVD" -msgstr "Створити копію цього диску на CD чи DVD" +msgstr "Створити копію цього диска на CD чи DVD" #: ../nautilus/nautilus-burn-extension.c:659 msgid "_Blank Disc…" @@ -2731,11 +2728,11 @@ #: ../nautilus/nautilus-burn-extension.c:676 msgid "_Check Disc…" -msgstr "_Перевірити цілісність диску…" +msgstr "_Перевірити цілісність диска…" #: ../nautilus/nautilus-burn-extension.c:677 msgid "Check the data integrity on this CD or DVD" -msgstr "Перевірити цілісність даних цього диску CD чи DVD" +msgstr "Перевірити цілісність даних цього диска CD чи DVD" #: ../plugins/audio2cue/burn-audio2cue.c:191 #: ../plugins/checksum/burn-checksum-image.c:124 @@ -2747,7 +2744,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2856,7 +2853,7 @@ #: ../plugins/cdrkit/burn-readom.c:450 ../plugins/cdrtools/burn-readcd.c:460 msgid "Copies any disc to a disc image" -msgstr "Копіювати будь-який диску у файл образу" +msgstr "Копіювати будь-який диск до файла образу" #: ../plugins/cdrkit/burn-wodim.c:122 ../plugins/cdrtools/burn-cdrecord.c:122 #: ../plugins/libburnia/burn-libburn.c:856 @@ -2870,7 +2867,7 @@ msgid "" "The system is too slow to write the disc at this speed. Try a lower speed" msgstr "" -"Система надто повільна для запису диску на цій швидкості. Спробуйте меншу " +"Система надто повільна для запису диска на цій швидкості. Спробуйте меншу " "швидкість." #. Translators: %s is the number of the track @@ -2881,7 +2878,7 @@ #: ../plugins/cdrkit/burn-wodim.c:352 ../plugins/cdrtools/burn-cdrecord.c:346 msgid "Formatting disc" -msgstr "Розмітка диску" +msgstr "Розмітка диска" #: ../plugins/cdrkit/burn-wodim.c:372 ../plugins/cdrtools/burn-cdrecord.c:358 msgid "Writing cue sheet" @@ -2914,7 +2911,7 @@ #: ../plugins/cdrtools/burn-cdda2wav.c:267 msgid "Preparing to copy audio disc" -msgstr "Підготовка до копіювання аудіо диску" +msgstr "Підготовка до копіювання аудіодиска" #: ../plugins/cdrtools/burn-cdda2wav.c:411 msgid "Copy tracks from an audio CD with all associated information" @@ -3045,7 +3042,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -3059,26 +3056,26 @@ "CD/DVD за допомогою команди \"regionset %s\", або виконайте команду " "\"DVDCSS_METHOD=title brasero --no-existing-session\"" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "Отримання ключів DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "Не вдається відкрити відео DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "Помилка читання відео DVD (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "Копіювання відео DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "Копіювання CSS, шифрованих DVD у образ диска" @@ -3275,7 +3272,7 @@ #: ../src/brasero-app.c:123 msgid "_Project" -msgstr "_Проект" +msgstr "_Проєкт" #: ../src/brasero-app.c:124 msgid "_View" @@ -3315,7 +3312,7 @@ #: ../src/brasero-app.c:137 msgid "Blank a disc" -msgstr "Очищення диску" +msgstr "Очищення диска" #: ../src/brasero-app.c:139 msgid "_Check Integrity…" @@ -3323,7 +3320,7 @@ #: ../src/brasero-app.c:140 msgid "Check data integrity of disc" -msgstr "Перевірити цілісність даних диску" +msgstr "Перевірити цілісність даних диска" #: ../src/brasero-app.c:143 msgid "Quit Brasero" @@ -3347,16 +3344,16 @@ #: ../src/brasero-app.c:789 ../src/brasero-app.c:822 ../src/brasero-app.c:1451 msgid "Error while loading the project" -msgstr "Помилка при завантаженні проекту" +msgstr "Помилка при завантаженні проєкту" #: ../src/brasero-app.c:831 ../src/brasero-app.c:860 ../src/brasero-app.c:920 #: ../src/brasero-project.c:1276 msgid "Please add files to the project." -msgstr "Додайте файли у проект." +msgstr "Додайте файли у проєкт." #: ../src/brasero-app.c:832 ../src/brasero-app.c:861 ../src/brasero-app.c:921 msgid "The project is empty" -msgstr "Проект порожній" +msgstr "Проєкт порожній" #: ../src/brasero-app.c:1176 msgid "" @@ -3416,15 +3413,15 @@ #: ../src/brasero-app.c:1449 #, c-format msgid "The project \"%s\" does not exist" -msgstr "Проект «%s» не існує" +msgstr "Проєкт «%s» не існує" #: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 msgid "_Recent Projects" -msgstr "_Недавні проекти" +msgstr "_Недавні проєкти" #: ../src/brasero-app.c:1734 msgid "Display the projects recently opened" -msgstr "Показати список нещодавно відкритих проектів" +msgstr "Показати список нещодавно відкритих проєктів" #: ../src/brasero-audio-disc.c:155 ../src/brasero-data-disc.c:122 #: ../src/brasero-video-disc.c:100 @@ -3446,7 +3443,7 @@ #: ../src/brasero-audio-disc.c:160 ../src/brasero-data-disc.c:127 #: ../src/brasero-project.c:202 msgid "Remove the selected files from the project" -msgstr "Вилучити вибрані файли з проекту" +msgstr "Вилучити вибрані файли з проєкту" #: ../src/brasero-audio-disc.c:162 ../src/brasero-data-disc.c:129 #: ../src/brasero-video-disc.c:107 @@ -3555,9 +3552,10 @@ "be played by specific digital players.\n" "Note: if you agree, normalization will not be applied to these tracks." msgstr "" -"Деякі з обраних пісень не підходять для створення DTS доріжок.\n" -"Цей тип доріжок аудіо компакт-диску забезпечує кращу якість звуку, але може " -"відтворюватись на спеціальних цифрових програвачах.\n" +"Деякі з обраних пісень не підходять для створення DTS-доріжок.\n" +"Цей тип доріжок звукового компакт-диска забезпечує кращу якість звуку, але" +" може " +"відтворюватись лише на спеціалізованих цифрових програвачах.\n" "Примітка: якщо ви згодні, нормалізацію не буде застосовано до цих доріжок." #: ../src/brasero-audio-disc.c:867 @@ -3586,7 +3584,7 @@ #: ../src/brasero-cli.c:70 msgid "Open the specified project" -msgstr "Відкрити вказаний проект" +msgstr "Відкрити вказаний проєкт" #: ../src/brasero-cli.c:71 msgid "PROJECT" @@ -3594,7 +3592,7 @@ #: ../src/brasero-cli.c:76 msgid "Open the specified playlist as an audio project" -msgstr "Відкрити список відтворення як проект музичного диску" +msgstr "Відкрити список відтворення як проєкт музичного диска" #: ../src/brasero-cli.c:77 msgid "PLAYLIST" @@ -3615,12 +3613,12 @@ #: ../src/brasero-cli.c:90 msgid "Open an audio project adding the URIs given on the command line" msgstr "" -"відкрити проект звукового диску, додаючи URI, вказані у командному рядку" +"Відкрити проєкт звукового диска, додаючи URI, вказані у командному рядку" #: ../src/brasero-cli.c:94 msgid "Open a data project adding the URIs given on the command line" msgstr "" -"Відкрити проект диску з даними, додаючи URI, вказані у командному рядку" +"Відкрити проєкт диска з даними, додаючи URI, вказані у командному рядку" #: ../src/brasero-cli.c:98 msgid "Copy a disc" @@ -3640,7 +3638,7 @@ #: ../src/brasero-cli.c:106 msgid "Open a video project adding the URIs given on the command line" -msgstr "Відкрити проект відеодиску, додаючи URI, вказані у командному рядку" +msgstr "Відкрити проєкт відеодиска, додаючи URI, вказані у командному рядку" #: ../src/brasero-cli.c:110 msgid "URI of an image file to burn (autodetected)" @@ -3652,15 +3650,15 @@ #: ../src/brasero-cli.c:114 msgid "Force Brasero to display the project selection page" -msgstr "Примусово показати сторінку виділення проекту" +msgstr "Примусово показати сторінку виділення проєкту" #: ../src/brasero-cli.c:118 msgid "Open the blank disc dialog" -msgstr "Відкрити діалог очищення диску" +msgstr "Відкрити вікно очищення диска" #: ../src/brasero-cli.c:122 msgid "Open the check disc dialog" -msgstr "Відкрити діалог перевірки диску" +msgstr "Відкрити вікно перевірки диска" #: ../src/brasero-cli.c:126 msgid "Burn the contents of the burn:// URI" @@ -3679,7 +3677,7 @@ "Burn the specified project and remove it.\n" "This option is mainly useful for integration with other applications." msgstr "" -"Записати заданий проект та вилучити його.\n" +"Записати заданий проєкт та вилучити його.\n" "Цей параметр корисний при взаємодії з іншою програмою." #: ../src/brasero-cli.c:139 @@ -3735,11 +3733,11 @@ #: ../src/brasero-data-disc.c:559 msgid "The contents of the project changed since it was saved." -msgstr "Зміст проекту змінився з моменту його збереження." +msgstr "Зміст проєкту змінився з моменту його збереження." #: ../src/brasero-data-disc.c:561 msgid "Discard the current modified project ?" -msgstr "Відхилити поточні зміни у проекті ?" +msgstr "Відхилити поточні зміни у проєкті ?" #: ../src/brasero-data-disc.c:567 msgid "_Discard" @@ -3747,11 +3745,11 @@ #: ../src/brasero-data-disc.c:569 msgid "Discard the current modified project" -msgstr "Відхилити поточні зміни у проекті" +msgstr "Відхилити поточні зміни у проєкті" #: ../src/brasero-data-disc.c:574 msgid "Continue with the current modified project" -msgstr "Продовжити роботу з поточним зміненим проектом" +msgstr "Продовжити роботу з поточним зміненим проєктом" #. Translators: %s is the name of the image #: ../src/brasero-data-disc.c:619 @@ -3760,7 +3758,7 @@ "There is only one selected file (\"%s\"). It is the image of a disc and its " "contents can be burned" msgstr "" -"Виділено лише один файл («%s»). Цей файл є образом диску та його вміст можна " +"Позначено лише один файл («%s»). Цей файл є образом диска, і його вміст можна " "записати на диск." #: ../src/brasero-data-disc.c:625 @@ -3796,7 +3794,7 @@ "A file with this name already exists in the folder. Replacing it will " "overwrite its contents on the disc to be burnt." msgstr "" -"Файл з цією назвою вже існує у теці. Заміна перезапише його вміст на диску, " +"Файл з цією назвою вже існує у теці. Заміна перезапише його вміст на диску, " "який буде записано." #. Translators: Keep means we're keeping the files that already existed @@ -3870,7 +3868,7 @@ #: ../src/brasero-data-disc.c:1490 msgid "Please wait while the project is loading." -msgstr "Завантаження проекту, зачекайте." +msgstr "Завантаження проєкту, зачекайте." #: ../src/brasero-data-disc.c:1500 msgid "_Cancel Loading" @@ -3878,7 +3876,7 @@ #: ../src/brasero-data-disc.c:1502 msgid "Cancel loading current project" -msgstr "Скасувати завантаження поточного проекту" +msgstr "Скасувати завантаження поточного проєкту" #: ../src/brasero-data-disc.c:1903 msgid "File Renaming" @@ -3911,7 +3909,7 @@ #: ../src/brasero-eject-dialog.c:97 #, c-format msgid "The disc in \"%s\" cannot be ejected" -msgstr "Не вдається витягнути носій %s" +msgstr "Не вдається виштовхнути диск «%s»" #: ../src/brasero-eject-dialog.c:193 msgid "_Eject" @@ -4138,25 +4136,25 @@ msgid "Copyright %s" msgstr "Авторські права %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "_Про програму" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "_Налаштувати" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "_Увімкнути" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "Ув_імкнути усі" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "_Вимкнути усі" @@ -4172,7 +4170,7 @@ #: ../src/brasero-project.c:196 msgid "Save current project" -msgstr "Зберегти поточний проект" +msgstr "Зберегти поточний проєкт" #: ../src/brasero-project.c:197 msgid "Save _As…" @@ -4180,7 +4178,7 @@ #: ../src/brasero-project.c:198 msgid "Save current project to a different location" -msgstr "Зберегти поточний проект у іншому місці" +msgstr "Зберегти поточний проєкт у іншому місці" #: ../src/brasero-project.c:199 msgid "_Add Files" @@ -4188,7 +4186,7 @@ #: ../src/brasero-project.c:200 msgid "Add files to the project" -msgstr "Додати файли до проекту" +msgstr "Додати файли до проєкту" #: ../src/brasero-project.c:201 msgid "_Remove Files" @@ -4197,11 +4195,11 @@ #. Translators: "empty" is a verb here #: ../src/brasero-project.c:204 ../src/brasero-project.c:2312 msgid "E_mpty Project" -msgstr "О_чистити проект" +msgstr "О_чистити проєкт" #: ../src/brasero-project.c:205 msgid "Remove all files from the project" -msgstr "Вилучити всі файли з проекту" +msgstr "Вилучити всі файли з проєкту" #: ../src/brasero-project.c:206 ../src/brasero-project.c:1086 msgid "_Burn…" @@ -4216,7 +4214,7 @@ "To add files to this project click the \"Add\" button or drag files to this " "area" msgstr "" -"Щоб додати файли до проекту натисніть «Додати» або перетягніть файли у цю " +"Щоб додати файли до проєкту натисніть «Додати» або перетягніть файли у цю " "область" #: ../src/brasero-project.c:697 @@ -4230,12 +4228,12 @@ #: ../src/brasero-project.c:804 #, c-format msgid "Estimated project size: %s" -msgstr "Оцінюваний розмір проекту: %s" +msgstr "Оцінюваний розмір проєкту: %s" #: ../src/brasero-project.c:950 ../src/brasero-project.c:966 msgid "The project is too large for the disc even with the overburn option." msgstr "" -"Розмір проекту надто великий для цього диску, навіть при записі у режимі " +"Розмір проєкту надто великий для цього диска, навіть при записі у режимі " "overburn." #: ../src/brasero-project.c:977 @@ -4245,11 +4243,11 @@ "cannot be properly recognized and therefore needs the overburn option.\n" "Note: This option might cause failure." msgstr "" -"Розмір проекту надто великий для цього диску, треба вилучити деякі файли з " -"проекту.\n" -"Можливо, використовується компакт диск на 90 або 100 хвилин, який не " +"Розмір проєкту надто великий для цього диска, треба вилучити деякі файли з " +"проєкту.\n" +"Можливо, використовується компакт-диск на 90 або 100 хвилин, який не " "вдається коректно розпізнати. Може знадобитися режим надлишкового запису.\n" -"УВАГА: цей режим може призвести до пошкодження диску." +"УВАГА: цей режим може призвести до пошкодження диска." #: ../src/brasero-project.c:1098 msgid "Start to burn the contents of the selection" @@ -4257,15 +4255,15 @@ #: ../src/brasero-project.c:1267 msgid "Please add songs to the project." -msgstr "Додайте композиції у проект." +msgstr "Додайте композиції у проєкт." #: ../src/brasero-project.c:1904 ../src/brasero-project.c:1939 msgid "Do you really want to create a new project and discard the current one?" -msgstr "Дійсно створити новий проект та відхилити поточний?" +msgstr "Дійсно створити новий проєкт та відхилити поточний?" #: ../src/brasero-project.c:1909 msgid "If you choose to create a new empty project, all changes will be lost." -msgstr "Якщо створити новий проект, всі зміни буде втрачено." +msgstr "Якщо створити новий проєкт, всі зміни буде втрачено." #: ../src/brasero-project.c:1912 msgid "_Discard Changes" @@ -4273,13 +4271,13 @@ #: ../src/brasero-project.c:1920 msgid "Do you want to discard the file selection or add it to the new project?" -msgstr "Скасувати виділення файлів та додати їх до нового проекту?" +msgstr "Скасувати виділення файлів та додати їх до нового проєкту?" #: ../src/brasero-project.c:1925 ../src/brasero-project.c:1944 msgid "" "If you choose to create a new empty project, the file selection will be " "discarded." -msgstr "Якщо створити новий проект, всі зміни буде втрачено." +msgstr "Якщо створити новий проєкт, всі зміни буде втрачено." #: ../src/brasero-project.c:1927 msgid "_Discard File Selection" @@ -4291,7 +4289,7 @@ #: ../src/brasero-project.c:1946 msgid "_Discard Project" -msgstr "_Відхилити проект" +msgstr "_Відхилити проєкт" #: ../src/brasero-project.c:2188 msgid "Select Files" @@ -4299,7 +4297,7 @@ #: ../src/brasero-project.c:2301 msgid "Do you really want to empty the current project?" -msgstr "Дійсно очистити поточний проект?" +msgstr "Дійсно очистити поточний проєкт?" #: ../src/brasero-project.c:2306 msgid "" @@ -4307,8 +4305,8 @@ "lost. Note that files will not be deleted from their own location, just no " "longer listed here." msgstr "" -"Якщо очистити проект, всі зміни будуть втрачені та всі додані файли буде " -"вилучено з проекту (але вони не будуть вилучені з вашого комп'ютера." +"Якщо очистити проєкт, всі зміни будуть втрачені та всі додані файли буде " +"вилучено з проєкту (але вони не будуть вилучені з вашого комп'ютера." #: ../src/brasero-project.c:2368 msgid "_Save" @@ -4342,11 +4340,11 @@ #: ../src/brasero-project.c:2624 ../src/brasero-project.c:2927 msgid "Your project has not been saved." -msgstr "Не вдається зберегти проект." +msgstr "Не вдається зберегти проєкт." #: ../src/brasero-project.c:2638 msgid "Save the changes of current project before closing?" -msgstr "Зберегти зміни у теперішньому проекті перед закриттям?" +msgstr "Зберегти зміни у теперішньому проєкті перед закриттям?" #: ../src/brasero-project.c:2643 ../src/brasero-project.c:2932 msgid "If you don't save, changes will be permanently lost." @@ -4359,15 +4357,15 @@ #: ../src/brasero-project.c:2735 msgid "Save Current Project" -msgstr "Зберегти поточний проект" +msgstr "Зберегти поточний проєкт" #: ../src/brasero-project.c:2753 msgid "Save project as a Brasero audio project" -msgstr "Зберегти проект Brasero для звукового диску" +msgstr "Зберегти проєкт Brasero для звукового диска" #: ../src/brasero-project.c:2754 msgid "Save project as a plain text list" -msgstr "Зберегти текстовий список файлів проекту" +msgstr "Зберегти текстовий список файлів проєкту" #: ../src/brasero-project.c:2758 msgid "Save project as a PLS playlist" @@ -4395,19 +4393,19 @@ #: ../src/brasero-project-manager.c:97 msgid "_New Project" -msgstr "_Створити проект" +msgstr "_Створити проєкт" #: ../src/brasero-project-manager.c:98 msgid "Create a new project" -msgstr "Створити новий проект" +msgstr "Створити новий проєкт" #: ../src/brasero-project-manager.c:99 msgid "_Empty Project" -msgstr "О_чистити проект" +msgstr "О_чистити проєкт" #: ../src/brasero-project-manager.c:100 msgid "Let you choose your new project" -msgstr "Дозволяє вибрати новий проект" +msgstr "Дозволяє вибрати новий проєкт" #: ../src/brasero-project-manager.c:101 msgid "New _Audio Project" @@ -4472,7 +4470,7 @@ #: ../src/brasero-project-manager.c:113 msgid "Open a project" -msgstr "Відкрити проект" +msgstr "Відкрити проєкт" #. Translators: the %s is a string representing the total size #. * of the file selection @@ -4522,15 +4520,15 @@ #: ../src/brasero-project-manager.c:590 msgid "Brasero — New Audio Disc Project" -msgstr "Brasero — новий проект звукового компакт-диска" +msgstr "Brasero — новий проєкт звукового компакт-диска" #: ../src/brasero-project-manager.c:604 msgid "Brasero — New Data Disc Project" -msgstr "Brasero — новий проект диску з даними" +msgstr "Brasero — новий проєкт диска з даними" #: ../src/brasero-project-manager.c:618 msgid "Brasero — New Video Disc Project" -msgstr "Brasero — новий проект відеодиску" +msgstr "Brasero — новий проєкт відеодиска" #: ../src/brasero-project-manager.c:628 msgid "Brasero — New Image File" @@ -4542,7 +4540,7 @@ #: ../src/brasero-project-manager.c:727 msgid "Open Project" -msgstr "Відкрити проект" +msgstr "Відкрити проєкт" #: ../src/brasero-project-manager.c:830 msgid "_New" @@ -4577,11 +4575,11 @@ #: ../src/brasero-project-parse.c:62 msgid "Error while loading the project." -msgstr "Помилка при завантаженні проекту." +msgstr "Помилка при завантаженні проєкту." #: ../src/brasero-project-parse.c:458 msgid "The project could not be opened" -msgstr "Не вдається відкрити проект." +msgstr "Не вдається відкрити проєкт." #: ../src/brasero-project-parse.c:467 msgid "The file is empty" @@ -4589,7 +4587,7 @@ #: ../src/brasero-project-parse.c:546 ../src/brasero-project-parse.c:611 msgid "It does not seem to be a valid Brasero project" -msgstr "Файл не є проектом Brasero." +msgstr "Файл не є проєктом Brasero." #: ../src/brasero-project-type-chooser.c:74 msgid "Audi_o project" @@ -4629,25 +4627,25 @@ #: ../src/brasero-project-type-chooser.c:292 msgid "Last _Unsaved Project" -msgstr "Останній _незбережений проект" +msgstr "Останній _незбережений проєкт" #: ../src/brasero-project-type-chooser.c:308 msgid "Load the last project that was not burned and not saved" msgstr "" -"Завантажити останній проект, який не був ані записаний на диск, ані " +"Завантажити останній проєкт, який не був ані записаний на диск, ані " "збережений" #: ../src/brasero-project-type-chooser.c:414 msgid "No recently used project" -msgstr "Немає недавно відкритих проектів" +msgstr "Немає недавно відкритих проєктів" #: ../src/brasero-project-type-chooser.c:463 msgid "Create a new project:" -msgstr "Створити новий проект:" +msgstr "Створити новий проєкт:" #: ../src/brasero-project-type-chooser.c:510 msgid "Recent projects:" -msgstr "Недавні проекти:" +msgstr "Недавні проєкти:" #: ../src/brasero-rename.c:322 msgid "Insert text" @@ -4919,7 +4917,7 @@ #: ../src/brasero-video-disc.c:105 msgid "Remove the selected videos from the project" -msgstr "Вилучити вибрані відеофайли з проекту" +msgstr "Вилучити вибрані відеофайли з проєкту" #: ../src/brasero-video-disc.c:359 msgid "Do you want to search for video files inside the directory?" @@ -4932,7 +4930,7 @@ #: ../src/brasero-video-disc.c:412 #, c-format msgid "\"%s\" does not have a suitable type for video projects." -msgstr "Тип «%s» не підходить для проекту відеодиску." +msgstr "Тип «%s» не підходить для проєкту відеодиска." #: ../src/brasero-video-disc.c:415 msgid "Please only add files with video content" @@ -4946,170 +4944,3 @@ #, c-format msgid "Please type \"%s --help\" to see all available options\n" msgstr "Наберіть «%s --help», щоб побачити всі доступні параметри\n" - -#~ msgid "File is not a valid .desktop file" -#~ msgstr "Файл не є коректним файлом формату .desktop" - -#~ msgid "Unrecognized desktop file Version '%s'" -#~ msgstr "Версію ярлика «%s» не розпізнано" - -#~ msgid "Starting %s" -#~ msgstr "Початок %s" - -#~ msgid "Application does not accept documents on command line" -#~ msgstr "Програма не приймає документи в аргументах командного рядка" - -#~ msgid "Unrecognized launch option: %d" -#~ msgstr "Невідомий ключ запуску: %d" - -#~ msgid "Can't pass document URIs to a 'Type=Link' desktop entry" -#~ msgstr "Не можна передавати URI документу в ярлик типу «Посилання»" - -#~ msgid "Not a launchable item" -#~ msgstr "Об'єкт не можна запускати" - -#~ msgid "Disable connection to session manager" -#~ msgstr "Вимкнути взаємодію з менеджером сеансів" - -#~ msgid "Specify file containing saved configuration" -#~ msgstr "Вказати файл для збереження конфігурації" - -#~ msgid "FILE" -#~ msgstr "ФАЙЛ" - -#~ msgid "Specify session management ID" -#~ msgstr "Вказати ідентифікатор сеансу" - -#~ msgid "ID" -#~ msgstr "ІДЕНТИФІКАТОР" - -#~ msgid "Session management options:" -#~ msgstr "Параметри керування сеансами:" - -#~ msgid "Show session management options" -#~ msgstr "Показувати параметри керування сеансами" - -#~ msgid "Results %i–%i (out of %i)" -#~ msgstr "Результати %i-%i (загалом %i)" - -#~ msgid "No results" -#~ msgstr "Результатів немає." - -#~ msgid "Error querying for keywords." -#~ msgstr "Помилка при запиті ключових слів." - -#~ msgid "Previous Results" -#~ msgstr "Попередні результати" - -#~ msgid "Next Results" -#~ msgstr "Наступні результати" - -#~ msgid "Number of results displayed" -#~ msgstr "Кількість результатів, що виводиться" - -#~ msgid "by" -#~ msgstr "від" - -#~ msgid "Cancel ongoing burning" -#~ msgstr "Скасувати запис, що виконується" - -#~ msgid "Show _Dialog" -#~ msgstr "Показати _діалог" - -#~ msgid "Show dialog" -#~ msgstr "Показати діалог" - -#~ msgid "%s, %d%% done, %s remaining" -#~ msgstr "%s, %d%% виконано, %s залишилось" - -#~ msgid "%s, %d%% done" -#~ msgstr "%s, %d%% виконано" - -#~ msgid "Directories cannot be added to an audio disc." -#~ msgstr "Неможливо додавати каталоги на звуковий диск." - -#~ msgid "Search:" -#~ msgstr "Знайти:" - -#~ msgid "In _text documents" -#~ msgstr "У _текстових документах" - -#~ msgid "In _pictures" -#~ msgstr "У _зображеннях" - -#~ msgid "In _music" -#~ msgstr "У _музиці" - -#~ msgid "In _videos" -#~ msgstr "У _відео" - -#~ msgid "Type your keywords or choose 'All files' from the menu" -#~ msgstr "Введіть запит або виберіть 'Усі файли' у розкривному списку" - -#~ msgid "Select if you want to search among image files only" -#~ msgstr "Відмітьте, щоб шукати лише файли образів" - -#~ msgid "Select if you want to search among video files only" -#~ msgstr "Відмітьте, щоб шукати лише відеофайлы" - -#~ msgid "Select if you want to search among audio files only" -#~ msgstr "Відмітьте, щоб шукати лише звукові файли" - -#~ msgid "Select if you want to search among your text documents only" -#~ msgstr "Відмітьте, щоб шукати лише текстові документи" - -#~ msgid "Click to start the search" -#~ msgstr "Натисніть щоб розпочати пошук" - -#~ msgid "Name:" -#~ msgstr "Назва:" - -#~ msgid "" -#~ "Size:\t %i × %i " -#~ "pixels" -#~ msgstr "" -#~ "Розмір:\t %i x %i " -#~ "точок" - -#~ msgid "" -#~ "%s\n" -#~ "by %s" -#~ msgstr "" -#~ "%s\n" -#~ "від %s" - -#~ msgid "" -#~ "Loading information\n" -#~ "about %s" -#~ msgstr "" -#~ "Завантаження інформації\n" -#~ "про %s" - -#~ msgid "" -#~ "Do you really want to create a new project and discard the changes to " -#~ "current one?" -#~ msgstr "Дійсно створити новий проект та відхилити всі зміни у поточному?" - -#~ msgid "Search files using keywords" -#~ msgstr "Пошук файлів за ключовими словами" - -#~ msgid "An error occured while writing to disc" -#~ msgstr "Під час запису на диск виникла помилка" - -#~ msgid "Error reading video DVD (%s)" -#~ msgstr "Помилка читання відео DVD (%s)" - -#~ msgid "Copying `%s` locally" -#~ msgstr "Копіювання «%s» на локальну систему" - -#~ msgid "Directories cannot be added to video discs." -#~ msgstr "На відеодиск не можна додавати каталоги." - -#~ msgid "Brasero Disc Copier" -#~ msgstr "Brasero — копіювання диска" - -#~ msgid "Copy CDs and DVDs" -#~ msgstr "Копіювання дисків CD та DVD" - -#~ msgid "Disc Copier" -#~ msgstr "Копіювання дисків" diff -Nru brasero-3.12.2/po/zh_CN.po brasero-3.12.3/po/zh_CN.po --- brasero-3.12.2/po/zh_CN.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/zh_CN.po 2020-04-07 12:27:22.000000000 +0000 @@ -8,15 +8,16 @@ # du baodao , 2010. # Xhacker Liu , 2010. # Tong Hui , 2013. +# Mingcong Bai , 2017. # msgid "" msgstr "" "Project-Id-Version: brasero master\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" "product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-12-18 14:33+0000\n" -"PO-Revision-Date: 2013-12-28 19:25+0800\n" -"Last-Translator: Tong Hui \n" +"POT-Creation-Date: 2017-08-14 17:46+0000\n" +"PO-Revision-Date: 2017-08-18 14:17+0800\n" +"Last-Translator: Mingcong Bai \n" "Language-Team: Chinese (simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" @@ -24,7 +25,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Launchpad-Export-Date: 2010-10-03 17:56+0000\n" -"X-Generator: Launchpad (build Unknown)\n" +"X-Generator: Poedit 2.0.2\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -43,8 +44,8 @@ "burn them to a disc." msgstr "" "Brasero 可以创建、复制和刻录数据以及音频 CD/DVD。完全支持 CD-TEXT、多会话以" -"及 Joliet 扩展。您只需将文件从其他应用程序或远程共享驱动器中拖拽进来,就" -"可以轻松的将它们刻录成光盘。" +"及 Joliet 扩展。您只需将文件从其他应用程序或远程共享驱动器中拖拽进来,就可以" +"轻松的将它们刻录成光盘。" #: ../data/brasero.desktop.in.in.h:1 msgid "Brasero" @@ -75,10 +76,14 @@ msgstr "刻录镜像文件" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "复制一张光盘" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "创建一个音频项目" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "创建一个视频项目" @@ -401,24 +406,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (应用程序)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (库)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (Gstreamer 插件)" @@ -448,18 +450,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "发生了一个内部错误" @@ -1156,8 +1157,7 @@ msgstr "请插入没有复制保护的盘片。" #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "所有需要的程序和库没有被安装。" @@ -1215,8 +1215,7 @@ msgid "Video Options" msgstr "视频选项" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1255,8 +1254,7 @@ msgid "Select disc to copy" msgstr "选择要复制的光盘" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "请手动安装以下内容然后重新尝试:" @@ -1768,12 +1766,12 @@ msgid "The drive is empty" msgstr "驱动器为空" -#: ../libbrasero-burn/brasero-tool-dialog.c:554 +#: ../libbrasero-burn/brasero-tool-dialog.c:556 #: ../src/brasero-eject-dialog.c:167 msgid "Select a disc" msgstr "选择一张光盘" -#: ../libbrasero-burn/brasero-tool-dialog.c:581 +#: ../libbrasero-burn/brasero-tool-dialog.c:583 msgid "Progress" msgstr "进度" @@ -2025,7 +2023,7 @@ "free space for the disc image (%ld MiB needed)" msgstr "您选择存放临时镜像的位置没有足够空余空间(需要 %ld MiB)" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "无法得到卷大小" @@ -2318,8 +2316,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "数据光盘(%s)" @@ -2328,8 +2326,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "它似乎不是有效的 ISO 镜像" @@ -2687,7 +2684,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2975,7 +2972,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -2988,26 +2985,26 @@ "%s 命令为您的 CD/DVD 播放器设置合适的 DVD 区域码;或以 DVDCSS_METHOD=title " "brasero --no-existing-session 命令启动 brasero。" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "正在检索 DVD 密钥" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "无法打开视频 DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "读取视频 DVD 时出错(%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "正在复制视频 DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "复制 CSS 加密视频 DVD 到镜像文件" @@ -3331,10 +3328,14 @@ #: ../src/brasero-app.c:1227 msgid "translator-credits" msgstr "" -"甘露(Gan Lu) \n" -"樊栖江(Fan Qijiang) \n" -"Aron Xu \n" -"Wylmer Wang \n" +"甘露 (Gan Lu) , 2008.\n" +"Ray Wang , 2009.\n" +"Aron Xu , 2009, 2011.\n" +"樊栖江(Fan Qijiang) , 2009.\n" +"du baodao , 2010.\n" +"Xhacker Liu , 2010.\n" +"Tong Hui , 2013.\n" +"Mingcong Bai , 2017.\n" "\n" "Launchpad Contributions:\n" " Aron Xu https://launchpad.net/~happyaron\n" @@ -4062,25 +4063,25 @@ msgid "Copyright %s" msgstr "版权 %s" -#: ../src/brasero-plugin-manager-ui.c:579 -#: ../src/brasero-plugin-manager-ui.c:967 +#: ../src/brasero-plugin-manager-ui.c:575 +#: ../src/brasero-plugin-manager-ui.c:963 msgid "_About" msgstr "关于(_A)" -#: ../src/brasero-plugin-manager-ui.c:587 -#: ../src/brasero-plugin-manager-ui.c:973 +#: ../src/brasero-plugin-manager-ui.c:583 +#: ../src/brasero-plugin-manager-ui.c:969 msgid "C_onfigure" msgstr "配置(_O)" -#: ../src/brasero-plugin-manager-ui.c:597 +#: ../src/brasero-plugin-manager-ui.c:593 msgid "A_ctivate" msgstr "激活(_C)" -#: ../src/brasero-plugin-manager-ui.c:609 +#: ../src/brasero-plugin-manager-ui.c:605 msgid "Ac_tivate All" msgstr "全部激活(_T)" -#: ../src/brasero-plugin-manager-ui.c:614 +#: ../src/brasero-plugin-manager-ui.c:610 msgid "_Deactivate All" msgstr "全部禁用(_D)" diff -Nru brasero-3.12.2/po/zh_TW.po brasero-3.12.3/po/zh_TW.po --- brasero-3.12.2/po/zh_TW.po 2017-07-21 13:55:58.000000000 +0000 +++ brasero-3.12.3/po/zh_TW.po 2021-09-17 11:27:28.000000000 +0000 @@ -8,11 +8,10 @@ msgid "" msgstr "" "Project-Id-Version: brasero 3.1.92\n" -"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" -"product=brasero&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-07-21 15:06+0000\n" -"PO-Revision-Date: 2015-07-29 09:25+0800\n" -"Last-Translator: Chao-Hsiung Liao \n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/brasero/issues\n" +"POT-Creation-Date: 2020-04-28 12:39+0000\n" +"PO-Revision-Date: 2020-05-01 23:02+0800\n" +"Last-Translator: Cheng-Chia Tseng \n" "Language-Team: Traditional Chinese \n" "Language: zh_TW\n" "MIME-Version: 1.0\n" @@ -20,7 +19,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" "X-Launchpad-Export-Date: 2008-04-19 16:12+0000\n" -"X-Generator: Poedit 1.8\n" +"X-Generator: Poedit 2.3\n" #: ../data/brasero.appdata.xml.in.h:1 msgid "" @@ -71,10 +70,14 @@ msgstr "燒錄映像檔" #: ../data/brasero.desktop.in.in.h:8 +msgid "Copy a Disc" +msgstr "複製碟片" + +#: ../data/brasero.desktop.in.in.h:9 msgid "Create an Audio Project" msgstr "建立音樂碟片專案" -#: ../data/brasero.desktop.in.in.h:9 +#: ../data/brasero.desktop.in.in.h:10 msgid "Create a Video Project" msgstr "建立影片碟片專案" @@ -102,7 +105,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:5 msgid "The type of checksum used for files" -msgstr "用於檔案的總和檢查碼(checksum)類型" +msgstr "用於檔案的總和檢查碼 (checksum) 類型" #: ../data/org.gnome.brasero.gschema.xml.h:6 msgid "Directory to use for temporary files" @@ -209,7 +212,7 @@ msgid "" "Should brasero filter hidden files. Set to true, brasero will filter hidden " "files." -msgstr "是否要讓brasero過濾隱藏檔案。如此設定,brasero將過濾隱藏檔案。" +msgstr "是否要讓 Brasero 過濾隱藏檔案。如此設定,Brasero 將過濾隱藏檔案。" #: ../data/org.gnome.brasero.gschema.xml.h:26 msgid "Replace symbolic links by their targets" @@ -225,7 +228,7 @@ #: ../data/org.gnome.brasero.gschema.xml.h:28 msgid "Should brasero filter broken symbolic links" -msgstr "brasero 是否要過濾損壞的符號連結檔案" +msgstr "Brasero 是否要過濾損壞的符號連結檔案" #: ../data/org.gnome.brasero.gschema.xml.h:29 msgid "" @@ -396,24 +399,21 @@ #. Translators: %s is the name of a missing application #: ../libbrasero-burn/brasero-burn.c:1708 -#: ../libbrasero-burn/brasero-burn-options.c:1187 -#: ../src/brasero-project.c:1385 +#: ../libbrasero-burn/brasero-burn-options.c:1187 ../src/brasero-project.c:1385 #, c-format msgid "%s (application)" msgstr "%s (應用程式)" #. Translators: %s is the name of a missing library #: ../libbrasero-burn/brasero-burn.c:1714 -#: ../libbrasero-burn/brasero-burn-options.c:1193 -#: ../src/brasero-project.c:1391 +#: ../libbrasero-burn/brasero-burn-options.c:1193 ../src/brasero-project.c:1391 #, c-format msgid "%s (library)" msgstr "%s (程式庫)" #. Translators: %s is the name of a missing GStreamer plugin #: ../libbrasero-burn/brasero-burn.c:1719 -#: ../libbrasero-burn/brasero-burn-options.c:1198 -#: ../src/brasero-project.c:1396 +#: ../libbrasero-burn/brasero-burn-options.c:1198 ../src/brasero-project.c:1396 #, c-format msgid "%s (GStreamer plugin)" msgstr "%s (GStreamer 外掛程式)" @@ -443,18 +443,17 @@ #. * disc) where a file from any source will be added #. * ("grafted") #: ../libbrasero-burn/brasero-burn.c:2846 -#: ../libbrasero-burn/brasero-caps-burn.c:66 -#: ../libbrasero-burn/burn-job.c:1219 ../libbrasero-burn/burn-job.c:1228 +#: ../libbrasero-burn/brasero-caps-burn.c:66 ../libbrasero-burn/burn-job.c:1219 +#: ../libbrasero-burn/burn-job.c:1228 #: ../libbrasero-burn/burn-mkisofs-base.c:302 #: ../nautilus/nautilus-burn-extension.c:218 -#: ../plugins/cdrkit/burn-genisoimage.c:368 -#: ../plugins/cdrkit/burn-readom.c:129 ../plugins/cdrkit/burn-readom.c:370 -#: ../plugins/cdrkit/burn-wodim.c:725 ../plugins/cdrkit/burn-wodim.c:837 -#: ../plugins/cdrkit/burn-wodim.c:852 ../plugins/cdrtools/burn-cdrecord.c:835 +#: ../plugins/cdrkit/burn-genisoimage.c:368 ../plugins/cdrkit/burn-readom.c:129 +#: ../plugins/cdrkit/burn-readom.c:370 ../plugins/cdrkit/burn-wodim.c:725 +#: ../plugins/cdrkit/burn-wodim.c:837 ../plugins/cdrkit/burn-wodim.c:852 +#: ../plugins/cdrtools/burn-cdrecord.c:835 #: ../plugins/cdrtools/burn-cdrecord.c:850 -#: ../plugins/cdrtools/burn-mkisofs.c:368 -#: ../plugins/cdrtools/burn-readcd.c:130 ../plugins/cdrtools/burn-readcd.c:380 -#: ../src/brasero-app.c:786 +#: ../plugins/cdrtools/burn-mkisofs.c:368 ../plugins/cdrtools/burn-readcd.c:130 +#: ../plugins/cdrtools/burn-readcd.c:380 ../src/brasero-app.c:786 #, c-format msgid "An internal error occurred" msgstr "發生內部的錯誤" @@ -477,17 +476,17 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:246 #: ../libbrasero-burn/brasero-burn-dialog.c:1170 msgid "Burning DVD" -msgstr "正在燒錄DVD" +msgstr "正在燒錄 DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:250 #: ../libbrasero-burn/brasero-burn-dialog.c:1166 msgid "Copying DVD" -msgstr "正在複製DVD" +msgstr "正在複製 DVD" #: ../libbrasero-burn/brasero-burn-dialog.c:256 #: ../libbrasero-burn/brasero-burn-dialog.c:1180 msgid "Burning CD" -msgstr "正在燒錄CD" +msgstr "正在燒錄 CD" #: ../libbrasero-burn/brasero-burn-dialog.c:260 #: ../libbrasero-burn/brasero-burn-dialog.c:381 @@ -718,27 +717,27 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:654 #, c-format msgid "There is no disc in \"%s\"." -msgstr "\"%s\" 中沒有碟片片。" +msgstr "「%s」中沒有碟片片。" #: ../libbrasero-burn/brasero-burn-dialog.c:658 #, c-format msgid "The disc in \"%s\" is not supported." -msgstr "\"%s\" 中的碟片片並未被支援。" +msgstr "「%s」中的碟片片並未被支援。" #: ../libbrasero-burn/brasero-burn-dialog.c:662 #, c-format msgid "The disc in \"%s\" is not rewritable." -msgstr "\"%s\" 裡的碟片片不是可重複讀寫的。" +msgstr "「%s」裡的碟片片不是可重複讀寫的。" #: ../libbrasero-burn/brasero-burn-dialog.c:666 #, c-format msgid "The disc in \"%s\" is empty." -msgstr "\"%s\" 裡的碟片片是空白的。" +msgstr "「%s」裡的碟片片是空白的。" #: ../libbrasero-burn/brasero-burn-dialog.c:670 #, c-format msgid "The disc in \"%s\" is not writable." -msgstr "\"%s\" 裡的碟片片不是可寫入的。" +msgstr "「%s」裡的碟片片不是可寫入的。" #: ../libbrasero-burn/brasero-burn-dialog.c:674 #, c-format @@ -748,7 +747,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:682 #, c-format msgid "The disc in \"%s\" needs to be reloaded." -msgstr "\"%s\" 裡的碟片片需要重新載入。" +msgstr "「%s」裡的碟片片需要重新載入。" #: ../libbrasero-burn/brasero-burn-dialog.c:683 msgid "Please eject the disc and reload it." @@ -1002,7 +1001,7 @@ #: ../libbrasero-burn/brasero-burn-dialog.c:1972 msgid "Create Co_ver" -msgstr "建立封套(_V)" +msgstr "製作封套(_V)" #: ../libbrasero-burn/brasero-burn-dialog.c:2134 msgid "There are some files left to burn" @@ -1085,7 +1084,7 @@ #: ../libbrasero-burn/brasero-burn-options.c:464 ../src/brasero-project.c:1010 msgid "No track information (artist, title, ...) will be written to the disc." -msgstr "將不會寫入軌道資訊(演出者、標題、…)到碟片。" +msgstr "將不會寫入軌道資訊(演出者、標題…)到碟片。" #: ../libbrasero-burn/brasero-burn-options.c:465 ../src/brasero-project.c:1011 msgid "This is not supported by the current active burning backend." @@ -1150,8 +1149,7 @@ msgstr "請插入沒有防拷的碟片片。" #: ../libbrasero-burn/brasero-burn-options.c:533 -#: ../libbrasero-burn/brasero-burn-options.c:1235 -#: ../src/brasero-project.c:1445 +#: ../libbrasero-burn/brasero-burn-options.c:1235 ../src/brasero-project.c:1445 msgid "All required applications and libraries are not installed." msgstr "所有需要的應用程式和程式庫尚未安裝。" @@ -1209,8 +1207,7 @@ msgid "Video Options" msgstr "影片選項" -#: ../libbrasero-burn/brasero-burn-options.c:795 -#: ../src/brasero-data-disc.c:613 +#: ../libbrasero-burn/brasero-burn-options.c:795 ../src/brasero-data-disc.c:613 msgid "" "Do you want to create a disc from the contents of the image or with the " "image file inside?" @@ -1249,8 +1246,7 @@ msgid "Select disc to copy" msgstr "選擇要複製的來源碟片" -#: ../libbrasero-burn/brasero-burn-options.c:1229 -#: ../src/brasero-project.c:1439 +#: ../libbrasero-burn/brasero-burn-options.c:1229 ../src/brasero-project.c:1439 msgid "Please install the following manually and try again:" msgstr "請手動安裝下列項目後再試一次:" @@ -1277,7 +1273,7 @@ #: ../libbrasero-burn/brasero-data-vfs.c:218 #, c-format msgid "\"%s\" cannot be read" -msgstr "\"%s\" 不能讀取" +msgstr "「%s」不能讀取" #: ../libbrasero-burn/brasero-dest-selection.c:605 #: ../libbrasero-burn/brasero-image-type-chooser.c:133 @@ -1299,7 +1295,7 @@ #: ../libbrasero-burn/brasero-dest-selection.c:623 #, c-format msgid "%s: \"%s\"" -msgstr "%s:\"%s\"" +msgstr "%s:「%s」" #. Translators: this string is only used when the user #. * wants to copy a disc using the same destination and @@ -1310,7 +1306,7 @@ #: ../libbrasero-burn/brasero-dest-selection.c:655 #, c-format msgid "New disc in the burner holding the source disc" -msgstr "燒錄機中的新碟片亦為來源碟片。" +msgstr "燒錄機中的新碟片亦為來源碟片" #. NOTE for translators, the first %s is the medium name #: ../libbrasero-burn/brasero-dest-selection.c:696 @@ -1323,7 +1319,7 @@ #: ../libbrasero-burn/brasero-dest-selection.c:727 #, c-format msgid "%s: %s of free space" -msgstr "%s: (%s 可用)" +msgstr "%s:%s 空白空間" #. Translators: the first %s is the path of the directory where brasero #. * will store its temporary files; the second one is the size available @@ -1489,7 +1485,7 @@ #: ../libbrasero-burn/brasero-medium-properties.c:133 msgid "" "Do you really want to keep the current extension for the disc image name?" -msgstr "是否確定要保留目前的碟片映像檔的副檔名。" +msgstr "是否確定要保留目前的碟片映像檔的副檔名?" #: ../libbrasero-burn/brasero-medium-properties.c:139 msgid "" @@ -1553,7 +1549,7 @@ #: ../libbrasero-burn/brasero-src-image.c:258 #, c-format msgid "\"%s\": %s" -msgstr "\"%s\": %s" +msgstr "「%s」: %s" #. This is hackish and meant to avoid ellipsization to make the #. * label too small. @@ -1581,7 +1577,7 @@ #: ../libbrasero-burn/brasero-src-image.c:467 msgid "Image type:" -msgstr "映像檔類型:" +msgstr "映像檔類型:" #: ../libbrasero-burn/brasero-status-dialog.c:147 #, c-format @@ -1592,7 +1588,7 @@ #: ../src/brasero-data-disc.c:870 #, c-format msgid "Do you really want to add \"%s\" to the selection?" -msgstr "您確定要將 \"%s\" 加入到選擇區?" +msgstr "您確定要將「%s」加入到選擇區?" #: ../libbrasero-burn/brasero-status-dialog.c:228 #: ../src/brasero-data-disc.c:879 @@ -1778,7 +1774,7 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:793 #: ../src/brasero-playlist.c:536 ../src/brasero-video-tree-model.c:342 msgid "(loading…)" -msgstr "(載入中…)" +msgstr "(載入中…)" #: ../libbrasero-burn/brasero-track-data-cfg.c:619 #: ../libbrasero-burn/brasero-track-data-cfg.c:799 @@ -1820,7 +1816,7 @@ #: ../libbrasero-burn/brasero-track-data-cfg.c:2578 ../src/brasero-cli.c:218 #, c-format msgid "\"%s\" cannot be found." -msgstr "找不到 \"%s\"。" +msgstr "找不到「%s」。" #: ../libbrasero-burn/brasero-track-image-cfg.c:451 msgid "Retrieving image format and size" @@ -1865,7 +1861,7 @@ #: ../libbrasero-burn/brasero-video-options.c:447 msgid "Video format:" -msgstr "影片格式:" +msgstr "影片格式:" #: ../libbrasero-burn/brasero-video-options.c:458 msgid "_NTSC" @@ -1902,7 +1898,7 @@ #. Video options for (S)VCD #: ../libbrasero-burn/brasero-video-options.c:545 msgid "VCD type:" -msgstr "VCD 類型:" +msgstr "VCD 類型:" #: ../libbrasero-burn/brasero-video-options.c:558 msgid "Create an SVCD" @@ -2010,7 +2006,7 @@ msgid "" "The filesystem you chose to store the temporary image on cannot hold files " "with a size over 2 GiB" -msgstr "您選擇用來儲存暫存映像檔的檔案系統不能保存超過 2 GiB 大小的檔案。" +msgstr "您選擇用來儲存暫存映像檔的檔案系統不能保存超過 2 GiB 大小的檔案" #: ../libbrasero-burn/burn-job.c:537 ../libbrasero-burn/burn-job.c:559 #, c-format @@ -2019,7 +2015,7 @@ "free space for the disc image (%ld MiB needed)" msgstr "選擇用來儲存暫存映像檔的位置沒有足夠空間儲存映像檔 (需要 %ld MiB )" -#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:365 +#: ../libbrasero-burn/burn-job.c:572 ../plugins/dvdcss/burn-dvdcss.c:362 #, c-format msgid "The size of the volume could not be retrieved" msgstr "無法取回這個大小的儲存裝置" @@ -2065,7 +2061,7 @@ #: ../libbrasero-burn/burn-plugin.c:655 ../libbrasero-burn/burn-plugin.c:667 #, c-format msgid "The version of \"%s\" is too old" -msgstr "「%s」的版本太舊。" +msgstr "「%s」的版本太舊" #: ../libbrasero-burn/burn-plugin.c:659 #, c-format @@ -2285,7 +2281,7 @@ #: ../libbrasero-media/brasero-volume.c:186 #, c-format msgid "The disc mount point could not be retrieved" -msgstr "不能取得光盤的掛載點" +msgstr "不能取得光碟的掛載點" #. NOTE for translators: the first %s is the disc type and Blank is an adjective. #: ../libbrasero-media/brasero-volume.c:409 @@ -2312,8 +2308,8 @@ #. NOTE to translators: the final string must not be over #. * 32 _bytes_ otherwise it gets truncated. #. * The %s is the date -#: ../libbrasero-media/brasero-volume.c:421 -#: ../nautilus/nautilus-burn-bar.c:115 ../src/brasero-project-name.c:255 +#: ../libbrasero-media/brasero-volume.c:421 ../nautilus/nautilus-burn-bar.c:115 +#: ../src/brasero-project-name.c:255 #, c-format msgid "Data disc (%s)" msgstr "資料碟片 (%s)" @@ -2322,8 +2318,7 @@ #: ../libbrasero-media/burn-iso9660.c:167 #: ../libbrasero-media/burn-iso9660.c:402 #: ../libbrasero-media/burn-iso9660.c:439 -#: ../libbrasero-media/burn-iso9660.c:488 -#: ../libbrasero-media/burn-volume.c:128 +#: ../libbrasero-media/burn-iso9660.c:488 ../libbrasero-media/burn-volume.c:128 #, c-format msgid "It does not appear to be a valid ISO image" msgstr "看起來它不是一個有效的 ISO 映像檔" @@ -2420,12 +2415,12 @@ #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:308 msgid "Image path:" -msgstr "影像路徑:" +msgstr "影像路徑:" #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:320 msgid "Choose an image" -msgstr "選擇一個影像" +msgstr "選擇影像" #. Translators: This is an image, a picture, not a "Disc Image" #: ../libbrasero-utils/brasero-jacket-background.c:331 @@ -2630,7 +2625,7 @@ msgstr "寫入至碟片" #: ../nautilus/nautilus-burn-bar.c:442 -#: ../nautilus/nautilus-burn-extension.c:723 +#: ../nautilus/nautilus-burn-extension.c:725 msgid "Write contents to a CD or DVD" msgstr "將內容寫入 CD 或 DVD" @@ -2639,7 +2634,7 @@ msgstr "複製碟片" #: ../nautilus/nautilus-burn-extension.c:571 -#: ../nautilus/nautilus-burn-extension.c:722 +#: ../nautilus/nautilus-burn-extension.c:724 msgid "_Write to Disc…" msgstr "寫入至碟片(_W)…" @@ -2681,7 +2676,7 @@ #: ../plugins/checksum/burn-checksum-files.c:196 #: ../plugins/checksum/burn-checksum-files.c:219 #: ../plugins/checksum/burn-checksum-image.c:174 -#: ../plugins/dvdcss/burn-dvdcss.c:216 ../plugins/dvdcss/burn-dvdcss.c:495 +#: ../plugins/dvdcss/burn-dvdcss.c:213 ../plugins/dvdcss/burn-dvdcss.c:492 #: ../plugins/libburnia/burn-libisofs.c:160 #: ../plugins/libburnia/burn-libisofs.c:274 #, c-format @@ -2858,7 +2853,7 @@ #: ../plugins/cdrtools/burn-cdrecord.c:1419 #, c-format msgid "Minimum drive buffer fill ratio (in %%) (see cdrecord manual):" -msgstr "最小碟片機緩衝區填充率 (%%)(請看 cdrecord 手冊):" +msgstr "最小碟片機緩衝區填充率 (%%)(請看 cdrecord 手冊):" #: ../plugins/cdrtools/burn-cdrtools.h:38 msgid "cdrtools burning suite" @@ -2969,7 +2964,7 @@ #. Translators: %s is the path to a drive. "regionset %s" #. * should be left as is just like "DVDCSS_METHOD=title #. * brasero --no-existing-session" -#: ../plugins/dvdcss/burn-dvdcss.c:294 +#: ../plugins/dvdcss/burn-dvdcss.c:291 #, c-format msgid "" "Error while retrieving a key used for encryption. You may solve such a " @@ -2982,26 +2977,26 @@ "裡以「regionset %s」指令設定您的 CD/DVD 播放器的正確 DVD 地區碼,或執行" "「DVDCSS_METHOD=title brasero --no-existing-session」指令" -#: ../plugins/dvdcss/burn-dvdcss.c:339 +#: ../plugins/dvdcss/burn-dvdcss.c:336 msgid "Retrieving DVD keys" msgstr "正在取得 DVD 鍵值" -#: ../plugins/dvdcss/burn-dvdcss.c:374 +#: ../plugins/dvdcss/burn-dvdcss.c:371 #, c-format msgid "Video DVD could not be opened" msgstr "無法開啟影片 DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:395 ../plugins/dvdcss/burn-dvdcss.c:460 -#: ../plugins/dvdcss/burn-dvdcss.c:483 +#: ../plugins/dvdcss/burn-dvdcss.c:392 ../plugins/dvdcss/burn-dvdcss.c:457 +#: ../plugins/dvdcss/burn-dvdcss.c:480 #, c-format msgid "Error while reading video DVD (%s)" msgstr "讀取影片 DVD 時發生錯誤 (%s)" -#: ../plugins/dvdcss/burn-dvdcss.c:402 +#: ../plugins/dvdcss/burn-dvdcss.c:399 msgid "Copying video DVD" msgstr "正在複製影片 DVD" -#: ../plugins/dvdcss/burn-dvdcss.c:695 +#: ../plugins/dvdcss/burn-dvdcss.c:692 msgid "Copies CSS encrypted video DVDs to a disc image" msgstr "將以 CSS 加密的影片 DVD 複製為碟片映像檔" @@ -3144,11 +3139,11 @@ #: ../plugins/transcode/burn-normalize.c:554 msgid "Normalizing tracks" -msgstr "正規化軌道" +msgstr "規一化軌道中" #: ../plugins/transcode/burn-normalize.c:643 msgid "Normalization" -msgstr "正規化" +msgstr "規一化" #: ../plugins/transcode/burn-normalize.c:644 msgid "Sets consistent sound levels between tracks" @@ -3285,7 +3280,7 @@ msgstr "" "Brasero 是自由軟體,您可以遵照自由軟體基金會 (Free Software Foundation) 出版" "的 GNU 通用公共許可證條款 (GNU General Public License) 第二版來修改和重新發布" -"這一程式,或者自由選擇使用任何更新的版本。 " +"這一程式,或者自由選擇使用任何更新的版本。" #: ../src/brasero-app.c:1181 msgid "" @@ -3295,7 +3290,7 @@ "details." msgstr "" "發布 Brasero 的目的是希望它有用,但沒有任何擔保。甚至沒有適合特定目的而隱含的" -"擔保。更詳細的情況請參閱 GNU 通用公共許可證。 " +"擔保。更詳細的情況請參閱 GNU 通用公共許可證。" #: ../src/brasero-app.c:1186 msgid "" @@ -3334,7 +3329,8 @@ " ericlu https://launchpad.net/~ctlu999\n" " missmomo0911 https://launchpad.net/~missmomo0911\n" " poshenghsu https://launchpad.net/~poshenghsu\n" -" yenteenyu https://launchpad.net/~yen-teenyu" +" yenteenyu https://launchpad.net/~yen-teenyu\n" +" Cheng-Chia Tseng" #: ../src/brasero-app.c:1449 #, c-format @@ -3343,7 +3339,7 @@ #: ../src/brasero-app.c:1733 ../src/brasero-app.c:1739 msgid "_Recent Projects" -msgstr "最近的專案(_R)" +msgstr "最近專案(_R)" #: ../src/brasero-app.c:1734 msgid "Display the projects recently opened" @@ -3479,7 +3475,7 @@ msgstr "" "已選取的歌曲中有部分適合建立 DTS 軌道。\n" "這個類型的音樂 CD 軌道能提供較高的音質,但是只能由特定的數位播放器來播放。\n" -"注意:如果您同意,正規化將不會套用到這些軌道。" +"注意:如果您同意,規一化將不會套用到這些軌道。" #: ../src/brasero-audio-disc.c:867 msgid "Create _Regular Tracks" @@ -3563,7 +3559,7 @@ #: ../src/brasero-cli.c:110 msgid "URI of an image file to burn (autodetected)" -msgstr "要燒錄的映像檔 URI (自動偵測)" +msgstr "要燒錄的映像檔 URI(自動偵測)" #: ../src/brasero-cli.c:111 msgid "PATH TO IMAGE" @@ -3979,11 +3975,11 @@ #: ../src/brasero-multi-song-props.c:263 ../src/brasero-song-properties.c:201 msgid "Composer:" -msgstr "編輯器:" +msgstr "編曲者:" #: ../src/brasero-multi-song-props.c:317 ../src/brasero-song-properties.c:247 msgid "Pause length:" -msgstr "暫停長度:" +msgstr "暫停長度:" #: ../src/brasero-multi-song-props.c:328 ../src/brasero-song-properties.c:256 msgid "Gives the length of the pause that should follow the track" @@ -4042,7 +4038,7 @@ #: ../src/brasero-plugin-manager-ui.c:143 #, c-format msgid "Copyright %s" -msgstr "版權 %s" +msgstr "著作權 %s" #: ../src/brasero-plugin-manager-ui.c:575 #: ../src/brasero-plugin-manager-ui.c:963 @@ -4522,7 +4518,7 @@ #: ../src/brasero-project-type-chooser.c:414 msgid "No recently used project" -msgstr "沒有最近的專案" +msgstr "沒有最近使用過的專案" #: ../src/brasero-project-type-chooser.c:463 msgid "Create a new project:" @@ -4530,7 +4526,7 @@ #: ../src/brasero-project-type-chooser.c:510 msgid "Recent projects:" -msgstr "最近使用專案:" +msgstr "最近專案:" #: ../src/brasero-rename.c:322 msgid "Insert text" @@ -4613,15 +4609,15 @@ #: ../src/brasero-song-properties.c:235 msgid "Song start:" -msgstr "歌曲開始:" +msgstr "歌曲開始:" #: ../src/brasero-song-properties.c:241 msgid "Song end:" -msgstr "歌曲結束:" +msgstr "歌曲結束:" #: ../src/brasero-song-properties.c:258 msgid "Track length:" -msgstr "軌道長度:" +msgstr "軌道長度:" #: ../src/brasero-song-properties.c:365 #, c-format @@ -4680,7 +4676,7 @@ #: ../src/brasero-split-dialog.c:1072 msgid "M_ethod:" -msgstr "方式(_E):" +msgstr "方式(_E):" #: ../src/brasero-split-dialog.c:1078 msgid "Method to be used to split the track" @@ -4760,7 +4756,7 @@ #: ../src/brasero-split-dialog.c:1290 msgid "_List of slices that are to be created:" -msgstr "將要建立的分割點清單(_L):" +msgstr "將要建立的分割點清單(_L):" #: ../src/brasero-split-dialog.c:1298 msgid "Slices Preview" diff -Nru brasero-3.12.2/src/brasero-marshal.c brasero-3.12.3/src/brasero-marshal.c --- brasero-3.12.2/src/brasero-marshal.c 2017-07-31 16:38:07.000000000 +0000 +++ brasero-3.12.3/src/brasero-marshal.c 2021-09-20 08:05:25.000000000 +0000 @@ -1,10 +1,5 @@ - -#ifndef __brasero_marshal_MARSHAL_H__ -#define __brasero_marshal_MARSHAL_H__ - -#include - -G_BEGIN_DECLS +/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ +#include #ifdef G_ENABLE_DEBUG #define g_marshal_value_peek_boolean(v) g_value_get_boolean (v) @@ -52,14 +47,17 @@ #define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer #endif /* !G_ENABLE_DEBUG */ - -/* VOID:DOUBLE,LONG (./brasero-marshal.list:1) */ -extern void brasero_marshal_VOID__DOUBLE_LONG (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:DOUBLE,LONG (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:1) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__DOUBLE_LONG (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__DOUBLE_LONG (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -68,13 +66,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__DOUBLE_LONG) (gpointer data1, - gdouble arg_1, - glong arg_2, - gpointer data2); - GMarshalFunc_VOID__DOUBLE_LONG callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__DOUBLE_LONG) (gpointer data1, + gdouble arg1, + glong arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__DOUBLE_LONG callback; g_return_if_fail (n_param_values == 3); @@ -96,28 +94,32 @@ data2); } -/* INT:STRING,BOOLEAN (./brasero-marshal.list:2) */ -extern void brasero_marshal_INT__STRING_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:STRING,BOOLEAN (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:2) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__STRING_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__STRING_BOOLEAN (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__STRING_BOOLEAN) (gpointer data1, - gpointer arg_1, - gboolean arg_2, - gpointer data2); - GMarshalFunc_INT__STRING_BOOLEAN callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__STRING_BOOLEAN) (gpointer data1, + gpointer arg1, + gboolean arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__STRING_BOOLEAN callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -143,28 +145,32 @@ g_value_set_int (return_value, v_return); } -/* INT:POINTER,BOOLEAN (./brasero-marshal.list:3) */ -extern void brasero_marshal_INT__POINTER_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:POINTER,BOOLEAN (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:3) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__POINTER_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__POINTER_BOOLEAN (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__POINTER_BOOLEAN) (gpointer data1, - gpointer arg_1, - gboolean arg_2, - gpointer data2); - GMarshalFunc_INT__POINTER_BOOLEAN callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__POINTER_BOOLEAN) (gpointer data1, + gpointer arg1, + gboolean arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__POINTER_BOOLEAN callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -190,26 +196,30 @@ g_value_set_int (return_value, v_return); } -/* INT:VOID (./brasero-marshal.list:4) */ -extern void brasero_marshal_INT__VOID (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:VOID (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:4) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__VOID (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__VOID (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__VOID) (gpointer data1, - gpointer data2); - GMarshalFunc_INT__VOID callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__VOID) (gpointer data1, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__VOID callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -233,27 +243,31 @@ g_value_set_int (return_value, v_return); } -/* INT:INT (./brasero-marshal.list:5) */ -extern void brasero_marshal_INT__INT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:INT (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:5) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__INT (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__INT) (gpointer data1, - gint arg_1, - gpointer data2); - GMarshalFunc_INT__INT callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__INT) (gpointer data1, + gint arg1, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__INT callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -278,28 +292,32 @@ g_value_set_int (return_value, v_return); } -/* INT:INT,INT (./brasero-marshal.list:6) */ -extern void brasero_marshal_INT__INT_INT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:INT,INT (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:6) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__INT_INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__INT_INT (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__INT_INT) (gpointer data1, - gint arg_1, - gint arg_2, - gpointer data2); - GMarshalFunc_INT__INT_INT callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__INT_INT) (gpointer data1, + gint arg1, + gint arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__INT_INT callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -325,27 +343,31 @@ g_value_set_int (return_value, v_return); } -/* INT:STRING (./brasero-marshal.list:7) */ -extern void brasero_marshal_INT__STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:STRING (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:7) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__STRING (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__STRING) (gpointer data1, - gpointer arg_1, - gpointer data2); - GMarshalFunc_INT__STRING callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__STRING) (gpointer data1, + gpointer arg1, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__STRING callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -370,29 +392,33 @@ g_value_set_int (return_value, v_return); } -/* INT:BOOLEAN,BOOLEAN,BOOLEAN (./brasero-marshal.list:8) */ -extern void brasero_marshal_INT__BOOLEAN_BOOLEAN_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:BOOLEAN,BOOLEAN,BOOLEAN (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:8) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__BOOLEAN_BOOLEAN_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__BOOLEAN_BOOLEAN_BOOLEAN (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__BOOLEAN_BOOLEAN_BOOLEAN) (gpointer data1, - gboolean arg_1, - gboolean arg_2, - gboolean arg_3, - gpointer data2); - GMarshalFunc_INT__BOOLEAN_BOOLEAN_BOOLEAN callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__BOOLEAN_BOOLEAN_BOOLEAN) (gpointer data1, + gboolean arg1, + gboolean arg2, + gboolean arg3, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__BOOLEAN_BOOLEAN_BOOLEAN callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -419,13 +445,17 @@ g_value_set_int (return_value, v_return); } -/* VOID:DOUBLE,STRING (./brasero-marshal.list:9) */ -extern void brasero_marshal_VOID__DOUBLE_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:DOUBLE,STRING (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:9) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__DOUBLE_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__DOUBLE_STRING (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -434,13 +464,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__DOUBLE_STRING) (gpointer data1, - gdouble arg_1, - gpointer arg_2, - gpointer data2); - GMarshalFunc_VOID__DOUBLE_STRING callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__DOUBLE_STRING) (gpointer data1, + gdouble arg1, + gpointer arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__DOUBLE_STRING callback; g_return_if_fail (n_param_values == 3); @@ -462,13 +492,17 @@ data2); } -/* VOID:INT64 (./brasero-marshal.list:10) */ -extern void brasero_marshal_VOID__INT64 (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:INT64 (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:10) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__INT64 (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__INT64 (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -477,12 +511,12 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__INT64) (gpointer data1, - gint64 arg_1, - gpointer data2); - GMarshalFunc_VOID__INT64 callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__INT64) (gpointer data1, + gint64 arg1, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__INT64 callback; g_return_if_fail (n_param_values == 2); @@ -503,13 +537,17 @@ data2); } -/* VOID:INT,STRING (./brasero-marshal.list:11) */ -extern void brasero_marshal_VOID__INT_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:INT,STRING (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:11) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__INT_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__INT_STRING (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -518,13 +556,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__INT_STRING) (gpointer data1, - gint arg_1, - gpointer arg_2, - gpointer data2); - GMarshalFunc_VOID__INT_STRING callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__INT_STRING) (gpointer data1, + gint arg1, + gpointer arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__INT_STRING callback; g_return_if_fail (n_param_values == 3); @@ -546,13 +584,17 @@ data2); } -/* VOID:POINTER,STRING (./brasero-marshal.list:12) */ -extern void brasero_marshal_VOID__POINTER_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:POINTER,STRING (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:12) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__POINTER_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__POINTER_STRING (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -561,13 +603,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__POINTER_STRING) (gpointer data1, - gpointer arg_1, - gpointer arg_2, - gpointer data2); - GMarshalFunc_VOID__POINTER_STRING callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__POINTER_STRING) (gpointer data1, + gpointer arg1, + gpointer arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__POINTER_STRING callback; g_return_if_fail (n_param_values == 3); @@ -589,13 +631,17 @@ data2); } -/* VOID:DOUBLE,DOUBLE,LONG (./brasero-marshal.list:13) */ -extern void brasero_marshal_VOID__DOUBLE_DOUBLE_LONG (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:DOUBLE,DOUBLE,LONG (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:13) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__DOUBLE_DOUBLE_LONG (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__DOUBLE_DOUBLE_LONG (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -604,14 +650,14 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__DOUBLE_DOUBLE_LONG) (gpointer data1, - gdouble arg_1, - gdouble arg_2, - glong arg_3, - gpointer data2); - GMarshalFunc_VOID__DOUBLE_DOUBLE_LONG callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__DOUBLE_DOUBLE_LONG) (gpointer data1, + gdouble arg1, + gdouble arg2, + glong arg3, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__DOUBLE_DOUBLE_LONG callback; g_return_if_fail (n_param_values == 4); @@ -634,13 +680,17 @@ data2); } -/* VOID:STRING,STRING (./brasero-marshal.list:14) */ -extern void brasero_marshal_VOID__STRING_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:STRING,STRING (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:14) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__STRING_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__STRING_STRING (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -649,13 +699,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__STRING_STRING) (gpointer data1, - gpointer arg_1, - gpointer arg_2, - gpointer data2); - GMarshalFunc_VOID__STRING_STRING callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__STRING_STRING) (gpointer data1, + gpointer arg1, + gpointer arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__STRING_STRING callback; g_return_if_fail (n_param_values == 3); @@ -677,29 +727,33 @@ data2); } -/* INT:OBJECT,INT,INT (./brasero-marshal.list:15) */ -extern void brasero_marshal_INT__OBJECT_INT_INT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:OBJECT,INT,INT (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:15) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_INT__OBJECT_INT_INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_INT__OBJECT_INT_INT (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gint (*GMarshalFunc_INT__OBJECT_INT_INT) (gpointer data1, - gpointer arg_1, - gint arg_2, - gint arg_3, - gpointer data2); - GMarshalFunc_INT__OBJECT_INT_INT callback; - GCClosure *cc = (GCClosure*) closure; + typedef gint (*GMarshalFunc_INT__OBJECT_INT_INT) (gpointer data1, + gpointer arg1, + gint arg2, + gint arg3, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_INT__OBJECT_INT_INT callback; gint v_return; g_return_if_fail (return_value != NULL); @@ -726,27 +780,31 @@ g_value_set_int (return_value, v_return); } -/* BOOLEAN:STRING (./brasero-marshal.list:16) */ -extern void brasero_marshal_BOOLEAN__STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* BOOLEAN:STRING (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:16) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_BOOLEAN__STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_BOOLEAN__STRING (GClosure *closure, - GValue *return_value G_GNUC_UNUSED, + GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef gboolean (*GMarshalFunc_BOOLEAN__STRING) (gpointer data1, - gpointer arg_1, - gpointer data2); - GMarshalFunc_BOOLEAN__STRING callback; - GCClosure *cc = (GCClosure*) closure; + typedef gboolean (*GMarshalFunc_BOOLEAN__STRING) (gpointer data1, + gpointer arg1, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_BOOLEAN__STRING callback; gboolean v_return; g_return_if_fail (return_value != NULL); @@ -771,13 +829,17 @@ g_value_set_boolean (return_value, v_return); } -/* VOID:OBJECT,BOOLEAN (./brasero-marshal.list:17) */ -extern void brasero_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:OBJECT,BOOLEAN (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:17) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -786,13 +848,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__OBJECT_BOOLEAN) (gpointer data1, - gpointer arg_1, - gboolean arg_2, - gpointer data2); - GMarshalFunc_VOID__OBJECT_BOOLEAN callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__OBJECT_BOOLEAN) (gpointer data1, + gpointer arg1, + gboolean arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__OBJECT_BOOLEAN callback; g_return_if_fail (n_param_values == 3); @@ -814,13 +876,17 @@ data2); } -/* VOID:BOOLEAN,BOOLEAN (./brasero-marshal.list:18) */ -extern void brasero_marshal_VOID__BOOLEAN_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:BOOLEAN,BOOLEAN (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:18) */ +/* Prototype for -Wmissing-prototypes */ +G_BEGIN_DECLS +extern +void brasero_marshal_VOID__BOOLEAN_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); +G_END_DECLS void brasero_marshal_VOID__BOOLEAN_BOOLEAN (GClosure *closure, GValue *return_value G_GNUC_UNUSED, @@ -829,13 +895,13 @@ gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data) { - typedef void (*GMarshalFunc_VOID__BOOLEAN_BOOLEAN) (gpointer data1, - gboolean arg_1, - gboolean arg_2, - gpointer data2); - GMarshalFunc_VOID__BOOLEAN_BOOLEAN callback; - GCClosure *cc = (GCClosure*) closure; + typedef void (*GMarshalFunc_VOID__BOOLEAN_BOOLEAN) (gpointer data1, + gboolean arg1, + gboolean arg2, + gpointer data2); + GCClosure *cc = (GCClosure *) closure; gpointer data1, data2; + GMarshalFunc_VOID__BOOLEAN_BOOLEAN callback; g_return_if_fail (n_param_values == 3); @@ -857,7 +923,3 @@ data2); } -G_END_DECLS - -#endif /* __brasero_marshal_MARSHAL_H__ */ - diff -Nru brasero-3.12.2/src/brasero-marshal.h brasero-3.12.3/src/brasero-marshal.h --- brasero-3.12.2/src/brasero-marshal.h 2017-07-31 16:37:58.000000000 +0000 +++ brasero-3.12.3/src/brasero-marshal.h 2021-09-20 08:05:17.000000000 +0000 @@ -1,156 +1,174 @@ +/* This file is generated by glib-genmarshal, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. */ +#ifndef __BRASERO_MARSHAL_MARSHAL_H__ +#define __BRASERO_MARSHAL_MARSHAL_H__ -#ifndef __brasero_marshal_MARSHAL_H__ -#define __brasero_marshal_MARSHAL_H__ - -#include +#include G_BEGIN_DECLS -/* VOID:DOUBLE,LONG (./brasero-marshal.list:1) */ -extern void brasero_marshal_VOID__DOUBLE_LONG (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:DOUBLE,LONG (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:1) */ +extern +void brasero_marshal_VOID__DOUBLE_LONG (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* INT:STRING,BOOLEAN (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:2) */ +extern +void brasero_marshal_INT__STRING_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); -/* INT:STRING,BOOLEAN (./brasero-marshal.list:2) */ -extern void brasero_marshal_INT__STRING_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* INT:POINTER,BOOLEAN (./brasero-marshal.list:3) */ -extern void brasero_marshal_INT__POINTER_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:POINTER,BOOLEAN (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:3) */ +extern +void brasero_marshal_INT__POINTER_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* INT:VOID (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:4) */ +extern +void brasero_marshal_INT__VOID (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* INT:INT (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:5) */ +extern +void brasero_marshal_INT__INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* INT:INT,INT (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:6) */ +extern +void brasero_marshal_INT__INT_INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* INT:STRING (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:7) */ +extern +void brasero_marshal_INT__STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* INT:BOOLEAN,BOOLEAN,BOOLEAN (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:8) */ +extern +void brasero_marshal_INT__BOOLEAN_BOOLEAN_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:DOUBLE,STRING (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:9) */ +extern +void brasero_marshal_VOID__DOUBLE_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); -/* INT:VOID (./brasero-marshal.list:4) */ -extern void brasero_marshal_INT__VOID (GClosure *closure, +/* VOID:INT64 (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:10) */ +extern +void brasero_marshal_VOID__INT64 (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:INT,STRING (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:11) */ +extern +void brasero_marshal_VOID__INT_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); -/* INT:INT (./brasero-marshal.list:5) */ -extern void brasero_marshal_INT__INT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* VOID:POINTER,STRING (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:12) */ +extern +void brasero_marshal_VOID__POINTER_STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:DOUBLE,DOUBLE,LONG (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:13) */ +extern +void brasero_marshal_VOID__DOUBLE_DOUBLE_LONG (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); -/* INT:INT,INT (./brasero-marshal.list:6) */ -extern void brasero_marshal_INT__INT_INT (GClosure *closure, +/* VOID:STRING,STRING (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:14) */ +extern +void brasero_marshal_VOID__STRING_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data); -/* INT:STRING (./brasero-marshal.list:7) */ -extern void brasero_marshal_INT__STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* INT:BOOLEAN,BOOLEAN,BOOLEAN (./brasero-marshal.list:8) */ -extern void brasero_marshal_INT__BOOLEAN_BOOLEAN_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:DOUBLE,STRING (./brasero-marshal.list:9) */ -extern void brasero_marshal_VOID__DOUBLE_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:INT64 (./brasero-marshal.list:10) */ -extern void brasero_marshal_VOID__INT64 (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:INT,STRING (./brasero-marshal.list:11) */ -extern void brasero_marshal_VOID__INT_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:POINTER,STRING (./brasero-marshal.list:12) */ -extern void brasero_marshal_VOID__POINTER_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:DOUBLE,DOUBLE,LONG (./brasero-marshal.list:13) */ -extern void brasero_marshal_VOID__DOUBLE_DOUBLE_LONG (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:STRING,STRING (./brasero-marshal.list:14) */ -extern void brasero_marshal_VOID__STRING_STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* INT:OBJECT,INT,INT (./brasero-marshal.list:15) */ -extern void brasero_marshal_INT__OBJECT_INT_INT (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* BOOLEAN:STRING (./brasero-marshal.list:16) */ -extern void brasero_marshal_BOOLEAN__STRING (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); - -/* VOID:OBJECT,BOOLEAN (./brasero-marshal.list:17) */ -extern void brasero_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* INT:OBJECT,INT,INT (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:15) */ +extern +void brasero_marshal_INT__OBJECT_INT_INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); -/* VOID:BOOLEAN,BOOLEAN (./brasero-marshal.list:18) */ -extern void brasero_marshal_VOID__BOOLEAN_BOOLEAN (GClosure *closure, - GValue *return_value, - guint n_param_values, - const GValue *param_values, - gpointer invocation_hint, - gpointer marshal_data); +/* BOOLEAN:STRING (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:16) */ +extern +void brasero_marshal_BOOLEAN__STRING (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:OBJECT,BOOLEAN (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:17) */ +extern +void brasero_marshal_VOID__OBJECT_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + +/* VOID:BOOLEAN,BOOLEAN (/home/david/checkout/gnome/brasero/src/brasero-marshal.list:18) */ +extern +void brasero_marshal_VOID__BOOLEAN_BOOLEAN (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); -G_END_DECLS -#endif /* __brasero_marshal_MARSHAL_H__ */ +G_END_DECLS +#endif /* __BRASERO_MARSHAL_MARSHAL_H__ */ diff -Nru brasero-3.12.2/src/brasero-project-name.c brasero-3.12.3/src/brasero-project-name.c --- brasero-3.12.2/src/brasero-project-name.c 2011-04-01 12:36:37.000000000 +0000 +++ brasero-3.12.3/src/brasero-project-name.c 2020-04-07 12:27:22.000000000 +0000 @@ -423,7 +423,7 @@ BraseroProjectNamePrivate *priv; priv = BRASERO_PROJECT_NAME_PRIVATE (editable); - priv->label_modified = 1; + priv->label_modified = TRUE; g_signal_emit (editable, brasero_project_name_signals [CHANGED_SIGNAL], 0); @@ -480,7 +480,10 @@ return; } - priv->label_modified = FALSE; + if (priv->label_modified) { + return; + } + title_str = brasero_project_name_get_default_label (self); g_signal_handlers_block_by_func (self, brasero_project_name_label_changed, NULL); @@ -519,7 +522,7 @@ priv = BRASERO_PROJECT_NAME_PRIVATE (object); - priv->label_modified = 0; + priv->label_modified = FALSE; g_signal_connect (object, "icon-release", G_CALLBACK (brasero_project_name_icon_button_clicked), diff -Nru brasero-3.12.2/src/brasero-search-tracker.c brasero-3.12.3/src/brasero-search-tracker.c --- brasero-3.12.2/src/brasero-search-tracker.c 2013-01-13 22:20:43.000000000 +0000 +++ brasero-3.12.3/src/brasero-search-tracker.c 2021-09-17 11:27:28.000000000 +0000 @@ -17,6 +17,8 @@ * with this program. If not, see . */ +#include "config.h" + #include #include @@ -56,12 +58,6 @@ BraseroSearchTrackerPrivate *priv; priv = BRASERO_SEARCH_TRACKER_PRIVATE (engine); - GError *error = NULL; - if (priv->connection) - return TRUE; - - priv->cancellable = g_cancellable_new (); - priv->connection = tracker_sparql_connection_get (priv->cancellable, &error); return (priv->connection != NULL); } @@ -240,11 +236,12 @@ priv = BRASERO_SEARCH_TRACKER_PRIVATE (search); - query = g_string_new ("SELECT ?file ?url ?mime fts:rank(?file) " /* Which variables should be returned */ + query = g_string_new ("SELECT ?file ?url ?mime " /* Which variables should be returned */ "WHERE {" /* Start defining the search and its scope */ " ?file a nfo:FileDataObject . " /* File must be a file (not a stream, ...) */ " ?file nie:url ?url . " /* Get the url of the file */ - " ?file nie:mimeType ?mime . "); /* Get its mime */ + " ?file nie:mimeType ?mime . " /* Get its mime */ + " ?content nie:isStoredAs ?file . "); /* Get the resource representing the content */ if (priv->mimes) { int i; @@ -265,7 +262,7 @@ gboolean param_added = FALSE; g_string_append (query, - " ?file a ?type . " + " ?content a ?type . " " FILTER ( "); if (priv->scope & BRASERO_SEARCH_SCOPE_MUSIC) { @@ -299,21 +296,18 @@ " ) "); } - if (priv->keywords) + if (priv->keywords) { g_string_append_printf (query, " ?file fts:match \"%s\" ", /* File must match possible keywords */ priv->keywords); - g_string_append (query, - " } " - "ORDER BY ASC(fts:rank(?file)) " - "OFFSET 0 " - "LIMIT 10000"); - - g_string_append (query, ")"); - - g_string_append (query, - "} ORDER BY DESC(nie:url(?urn)) DESC(nfo:fileName(?urn))"); + g_string_append (query, + " } " + "ORDER BY ASC(fts:rank(?file))"); + } else { + g_string_append (query, + "} ORDER BY DESC(?url) DESC(nfo:fileName(?file))"); + } tracker_sparql_connection_query_async (priv->connection, query->str, @@ -452,7 +446,13 @@ priv = BRASERO_SEARCH_TRACKER_PRIVATE (object); priv->cancellable = g_cancellable_new (); + +#ifdef HAVE_TRACKER3 + priv->connection = tracker_sparql_connection_bus_new ("org.freedesktop.Tracker3.Miner.Files", + NULL, NULL, &error); +#else priv->connection = tracker_sparql_connection_get (priv->cancellable, &error); +#endif if (error) { g_warning ("Could not establish a connection to Tracker: %s", error->message); diff -Nru brasero-3.12.2/src/Makefile.in brasero-3.12.3/src/Makefile.in --- brasero-3.12.2/src/Makefile.in 2017-07-31 16:36:06.000000000 +0000 +++ brasero-3.12.3/src/Makefile.in 2021-09-20 08:24:16.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.2 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2020 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -201,7 +201,41 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/baobab-cell-renderer-progress.Po \ + ./$(DEPDIR)/brasero-app.Po ./$(DEPDIR)/brasero-audio-disc.Po \ + ./$(DEPDIR)/brasero-cli.Po ./$(DEPDIR)/brasero-data-disc.Po \ + ./$(DEPDIR)/brasero-disc.Po \ + ./$(DEPDIR)/brasero-drive-settings.Po \ + ./$(DEPDIR)/brasero-eject-dialog.Po \ + ./$(DEPDIR)/brasero-file-chooser.Po \ + ./$(DEPDIR)/brasero-file-filtered.Po \ + ./$(DEPDIR)/brasero-filter-option.Po \ + ./$(DEPDIR)/brasero-layout-object.Po \ + ./$(DEPDIR)/brasero-layout.Po ./$(DEPDIR)/brasero-marshal.Po \ + ./$(DEPDIR)/brasero-multi-dnd.Po \ + ./$(DEPDIR)/brasero-multi-song-props.Po \ + ./$(DEPDIR)/brasero-player-bacon.Po \ + ./$(DEPDIR)/brasero-player.Po ./$(DEPDIR)/brasero-playlist.Po \ + ./$(DEPDIR)/brasero-plugin-manager-ui.Po \ + ./$(DEPDIR)/brasero-plugin-option.Po \ + ./$(DEPDIR)/brasero-pref.Po ./$(DEPDIR)/brasero-preview.Po \ + ./$(DEPDIR)/brasero-project-manager.Po \ + ./$(DEPDIR)/brasero-project-name.Po \ + ./$(DEPDIR)/brasero-project-parse.Po \ + ./$(DEPDIR)/brasero-project-type-chooser.Po \ + ./$(DEPDIR)/brasero-project.Po ./$(DEPDIR)/brasero-rename.Po \ + ./$(DEPDIR)/brasero-search-engine.Po \ + ./$(DEPDIR)/brasero-search-tracker.Po \ + ./$(DEPDIR)/brasero-setting.Po \ + ./$(DEPDIR)/brasero-song-control.Po \ + ./$(DEPDIR)/brasero-song-properties.Po \ + ./$(DEPDIR)/brasero-split-dialog.Po \ + ./$(DEPDIR)/brasero-time-button.Po \ + ./$(DEPDIR)/brasero-uri-container.Po \ + ./$(DEPDIR)/brasero-utils.Po ./$(DEPDIR)/brasero-video-disc.Po \ + ./$(DEPDIR)/brasero-video-tree-model.Po \ + ./$(DEPDIR)/eggtreemultidnd.Po ./$(DEPDIR)/main.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -416,6 +450,8 @@ XMLLINT = @XMLLINT@ YELP_LC_DIST = @YELP_LC_DIST@ YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@ +_GI_EXP_DATADIR = @_GI_EXP_DATADIR@ +_GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -463,6 +499,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -579,8 +616,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -651,48 +688,54 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/baobab-cell-renderer-progress.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-app.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-audio-disc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-cli.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-data-disc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-disc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-drive-settings.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-eject-dialog.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-file-chooser.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-file-filtered.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-filter-option.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-layout-object.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-layout.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-marshal.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-multi-dnd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-multi-song-props.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-player-bacon.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-player.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-playlist.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-plugin-manager-ui.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-plugin-option.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-pref.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-preview.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-project-manager.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-project-name.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-project-parse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-project-type-chooser.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-project.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-rename.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-search-engine.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-search-tracker.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-setting.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-song-control.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-song-properties.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-split-dialog.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-time-button.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-uri-container.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-utils.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-video-disc.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-video-tree-model.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eggtreemultidnd.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/baobab-cell-renderer-progress.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-app.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-audio-disc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-cli.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-data-disc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-disc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-drive-settings.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-eject-dialog.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-file-chooser.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-file-filtered.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-filter-option.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-layout-object.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-layout.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-marshal.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-multi-dnd.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-multi-song-props.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-player-bacon.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-player.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-playlist.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-plugin-manager-ui.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-plugin-option.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-pref.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-preview.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-project-manager.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-project-name.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-project-parse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-project-type-chooser.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-project.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-rename.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-search-engine.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-search-tracker.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-setting.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-song-control.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-song-properties.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-split-dialog.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-time-button.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-uri-container.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-video-disc.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/brasero-video-tree-model.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eggtreemultidnd.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -773,7 +816,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -846,7 +892,48 @@ clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/baobab-cell-renderer-progress.Po + -rm -f ./$(DEPDIR)/brasero-app.Po + -rm -f ./$(DEPDIR)/brasero-audio-disc.Po + -rm -f ./$(DEPDIR)/brasero-cli.Po + -rm -f ./$(DEPDIR)/brasero-data-disc.Po + -rm -f ./$(DEPDIR)/brasero-disc.Po + -rm -f ./$(DEPDIR)/brasero-drive-settings.Po + -rm -f ./$(DEPDIR)/brasero-eject-dialog.Po + -rm -f ./$(DEPDIR)/brasero-file-chooser.Po + -rm -f ./$(DEPDIR)/brasero-file-filtered.Po + -rm -f ./$(DEPDIR)/brasero-filter-option.Po + -rm -f ./$(DEPDIR)/brasero-layout-object.Po + -rm -f ./$(DEPDIR)/brasero-layout.Po + -rm -f ./$(DEPDIR)/brasero-marshal.Po + -rm -f ./$(DEPDIR)/brasero-multi-dnd.Po + -rm -f ./$(DEPDIR)/brasero-multi-song-props.Po + -rm -f ./$(DEPDIR)/brasero-player-bacon.Po + -rm -f ./$(DEPDIR)/brasero-player.Po + -rm -f ./$(DEPDIR)/brasero-playlist.Po + -rm -f ./$(DEPDIR)/brasero-plugin-manager-ui.Po + -rm -f ./$(DEPDIR)/brasero-plugin-option.Po + -rm -f ./$(DEPDIR)/brasero-pref.Po + -rm -f ./$(DEPDIR)/brasero-preview.Po + -rm -f ./$(DEPDIR)/brasero-project-manager.Po + -rm -f ./$(DEPDIR)/brasero-project-name.Po + -rm -f ./$(DEPDIR)/brasero-project-parse.Po + -rm -f ./$(DEPDIR)/brasero-project-type-chooser.Po + -rm -f ./$(DEPDIR)/brasero-project.Po + -rm -f ./$(DEPDIR)/brasero-rename.Po + -rm -f ./$(DEPDIR)/brasero-search-engine.Po + -rm -f ./$(DEPDIR)/brasero-search-tracker.Po + -rm -f ./$(DEPDIR)/brasero-setting.Po + -rm -f ./$(DEPDIR)/brasero-song-control.Po + -rm -f ./$(DEPDIR)/brasero-song-properties.Po + -rm -f ./$(DEPDIR)/brasero-split-dialog.Po + -rm -f ./$(DEPDIR)/brasero-time-button.Po + -rm -f ./$(DEPDIR)/brasero-uri-container.Po + -rm -f ./$(DEPDIR)/brasero-utils.Po + -rm -f ./$(DEPDIR)/brasero-video-disc.Po + -rm -f ./$(DEPDIR)/brasero-video-tree-model.Po + -rm -f ./$(DEPDIR)/eggtreemultidnd.Po + -rm -f ./$(DEPDIR)/main.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -892,7 +979,48 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/baobab-cell-renderer-progress.Po + -rm -f ./$(DEPDIR)/brasero-app.Po + -rm -f ./$(DEPDIR)/brasero-audio-disc.Po + -rm -f ./$(DEPDIR)/brasero-cli.Po + -rm -f ./$(DEPDIR)/brasero-data-disc.Po + -rm -f ./$(DEPDIR)/brasero-disc.Po + -rm -f ./$(DEPDIR)/brasero-drive-settings.Po + -rm -f ./$(DEPDIR)/brasero-eject-dialog.Po + -rm -f ./$(DEPDIR)/brasero-file-chooser.Po + -rm -f ./$(DEPDIR)/brasero-file-filtered.Po + -rm -f ./$(DEPDIR)/brasero-filter-option.Po + -rm -f ./$(DEPDIR)/brasero-layout-object.Po + -rm -f ./$(DEPDIR)/brasero-layout.Po + -rm -f ./$(DEPDIR)/brasero-marshal.Po + -rm -f ./$(DEPDIR)/brasero-multi-dnd.Po + -rm -f ./$(DEPDIR)/brasero-multi-song-props.Po + -rm -f ./$(DEPDIR)/brasero-player-bacon.Po + -rm -f ./$(DEPDIR)/brasero-player.Po + -rm -f ./$(DEPDIR)/brasero-playlist.Po + -rm -f ./$(DEPDIR)/brasero-plugin-manager-ui.Po + -rm -f ./$(DEPDIR)/brasero-plugin-option.Po + -rm -f ./$(DEPDIR)/brasero-pref.Po + -rm -f ./$(DEPDIR)/brasero-preview.Po + -rm -f ./$(DEPDIR)/brasero-project-manager.Po + -rm -f ./$(DEPDIR)/brasero-project-name.Po + -rm -f ./$(DEPDIR)/brasero-project-parse.Po + -rm -f ./$(DEPDIR)/brasero-project-type-chooser.Po + -rm -f ./$(DEPDIR)/brasero-project.Po + -rm -f ./$(DEPDIR)/brasero-rename.Po + -rm -f ./$(DEPDIR)/brasero-search-engine.Po + -rm -f ./$(DEPDIR)/brasero-search-tracker.Po + -rm -f ./$(DEPDIR)/brasero-setting.Po + -rm -f ./$(DEPDIR)/brasero-song-control.Po + -rm -f ./$(DEPDIR)/brasero-song-properties.Po + -rm -f ./$(DEPDIR)/brasero-split-dialog.Po + -rm -f ./$(DEPDIR)/brasero-time-button.Po + -rm -f ./$(DEPDIR)/brasero-uri-container.Po + -rm -f ./$(DEPDIR)/brasero-utils.Po + -rm -f ./$(DEPDIR)/brasero-video-disc.Po + -rm -f ./$(DEPDIR)/brasero-video-tree-model.Po + -rm -f ./$(DEPDIR)/eggtreemultidnd.Po + -rm -f ./$(DEPDIR)/main.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -913,7 +1041,7 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ ctags ctags-am distclean distclean-compile distclean-generic \ distclean-libtool distclean-tags distdir dvi dvi-am html \