Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yelp for openSUSE:Factory checked in at 2021-06-13 23:05:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yelp (Old) and /work/SRC/openSUSE:Factory/.yelp.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yelp" Sun Jun 13 23:05:35 2021 rev:115 rq:898492 version:40.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yelp/yelp.changes 2021-04-12 12:38:49.689471357 +0200 +++ /work/SRC/openSUSE:Factory/.yelp.new.32437/yelp.changes 2021-06-13 23:05:47.063629653 +0200 @@ -1,0 +2,7 @@ +Mon Jun 7 21:16:19 UTC 2021 - Bj??rn Lie <bjorn....@gmail.com> + +- Update to version 40.2: + + Updated translations. +- Modernize spec file. + +------------------------------------------------------------------- Old: ---- yelp-40.0.tar.xz New: ---- yelp-40.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yelp.spec ++++++ --- /var/tmp/diff_new_pack.SzCJ32/_old 2021-06-13 23:05:47.495630432 +0200 +++ /var/tmp/diff_new_pack.SzCJ32/_new 2021-06-13 23:05:47.495630432 +0200 @@ -17,7 +17,7 @@ Name: yelp -Version: 40.0 +Version: 40.2 Release: 0 Summary: Help Browser for the GNOME Desktop License: GPL-2.0-or-later @@ -77,11 +77,13 @@ %prep %setup -q translation-update-upstream -%patch1 -p1 +%autopatch -p1 %build -%configure --disable-static -make %{?_smp_mflags} +%configure \ + --disable-static \ + %{nil} +%make_build %install %make_install ++++++ yelp-40.0.tar.xz -> yelp-40.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-40.0/Makefile.in new/yelp-40.2/Makefile.in --- old/yelp-40.0/Makefile.in 2021-03-20 19:57:14.000000000 +0100 +++ new/yelp-40.2/Makefile.in 2021-06-06 18:23:31.000000000 +0200 @@ -767,6 +767,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-40.0/NEWS new/yelp-40.2/NEWS --- old/yelp-40.0/NEWS 2021-03-20 17:42:54.000000000 +0100 +++ new/yelp-40.2/NEWS 2021-06-06 18:23:05.000000000 +0200 @@ -1,3 +1,8 @@ +40.2 +==== +* Updated translations: + ne (Pawan Chitrakar) + 40.0 ==== * Stable release. No changes since release candidate. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-40.0/configure new/yelp-40.2/configure --- old/yelp-40.0/configure 2021-03-20 19:57:14.000000000 +0100 +++ new/yelp-40.2/configure 2021-06-06 18:23:30.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Yelp 40.0. +# Generated by GNU Autoconf 2.69 for Yelp 40.2. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=yelp>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='Yelp' PACKAGE_TARNAME='yelp' -PACKAGE_VERSION='40.0' -PACKAGE_STRING='Yelp 40.0' +PACKAGE_VERSION='40.2' +PACKAGE_STRING='Yelp 40.2' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=yelp' PACKAGE_URL='' @@ -807,6 +807,7 @@ docdir oldincludedir includedir +runstatedir localstatedir sharedstatedir sysconfdir @@ -918,6 +919,7 @@ sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' @@ -1170,6 +1172,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=* \ @@ -1307,7 +1318,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. @@ -1420,7 +1431,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 Yelp 40.0 to adapt to many kinds of systems. +\`configure' configures Yelp 40.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1460,6 +1471,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] @@ -1490,7 +1502,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Yelp 40.0:";; + short | recursive ) echo "Configuration of Yelp 40.2:";; esac cat <<\_ACEOF @@ -1648,7 +1660,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Yelp configure 40.0 +Yelp configure 40.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1926,7 +1938,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Yelp $as_me 40.0, which was +It was created by Yelp $as_me 40.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2796,7 +2808,7 @@ # Define the identity of the package. PACKAGE='yelp' - VERSION='40.0' + VERSION='40.2' cat >>confdefs.h <<_ACEOF @@ -18567,7 +18579,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Yelp $as_me 40.0, which was +This file was extended by Yelp $as_me 40.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18633,7 +18645,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Yelp config.status 40.0 +Yelp config.status 40.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-40.0/configure.ac new/yelp-40.2/configure.ac --- old/yelp-40.0/configure.ac 2021-03-20 17:43:00.000000000 +0100 +++ new/yelp-40.2/configure.ac 2021-06-06 18:23:11.000000000 +0200 @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([Yelp],[40.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) +AC_INIT([Yelp],[40.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR([src/yelp.c]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-40.0/docs/libyelp/Makefile.in new/yelp-40.2/docs/libyelp/Makefile.in --- old/yelp-40.0/docs/libyelp/Makefile.in 2021-03-20 19:57:19.000000000 +0100 +++ new/yelp-40.2/docs/libyelp/Makefile.in 2021-06-06 18:23:57.000000000 +0200 @@ -324,6 +324,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-40.0/docs/libyelp/html/index.html new/yelp-40.2/docs/libyelp/html/index.html --- old/yelp-40.0/docs/libyelp/html/index.html 2021-03-20 19:57:21.000000000 +0100 +++ new/yelp-40.2/docs/libyelp/html/index.html 2021-06-06 18:23:58.000000000 +0200 @@ -14,7 +14,7 @@ <div class="titlepage"> <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Yelp Reference Manual</p></th></tr></table></div> -<div><p class="releaseinfo">for libyelp 40.0 +<div><p class="releaseinfo">for libyelp 40.2 </p></div> </div> <hr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-40.0/docs/libyelp/html/style.css new/yelp-40.2/docs/libyelp/html/style.css --- old/yelp-40.0/docs/libyelp/html/style.css 2021-03-20 19:57:21.000000000 +0100 +++ new/yelp-40.2/docs/libyelp/html/style.css 2021-06-06 18:23:58.000000000 +0200 @@ -455,6 +455,11 @@ } } +pre { line-height: 125%; } +td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } +span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; } +td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } .hll { background-color: #ffffcc } .c { color: #408080; font-style: italic } /* Comment */ .err { border: 1px solid #FF0000 } /* Error */ Binary files old/yelp-40.0/po/ne.gmo and new/yelp-40.2/po/ne.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-40.0/po/ne.po new/yelp-40.2/po/ne.po --- old/yelp-40.0/po/ne.po 2020-09-17 15:53:16.000000000 +0200 +++ new/yelp-40.2/po/ne.po 2021-06-06 18:22:24.000000000 +0200 @@ -16,17 +16,16 @@ msgid "" msgstr "" "Project-Id-Version: yelp.HEAD.ne\n" -"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?" -"product=yelp&keywords=I18N+L10N&component=General\n" -"POT-Creation-Date: 2017-06-20 10:43+0000\n" -"PO-Revision-Date: 2017-10-17 11:39+0545\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/yelp/issues\n" +"POT-Creation-Date: 2020-10-26 23:39+0000\n" +"PO-Revision-Date: 2021-04-14 06:16+0545\n" "Last-Translator: Pawan Chitrakar <chaut...@gmail.com>\n" "Language-Team: Nepali <i...@mpp.org.np>\n" "Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.0.4\n" +"X-Generator: Poedit 2.4.2\n" "Plural-Forms: nplurals=2; plural=n !=1;\n" #. (itstool) path: msg/msgstr @@ -39,43 +38,76 @@ #. #. <string/> - The package to install #. -#: yelp.xml.in:36 +#: data/domains/yelp.xml.in:36 msgid "Install <string/>" msgstr "<string/> ????????????????????? ???????????????????????????" -#: ../libyelp/yelp-bz2-decompressor.c:143 ../libyelp/yelp-lzma-decompressor.c:152 +#: data/yelp.appdata.xml.in:6 +msgid "GNOME Help" +msgstr "??????????????? ???????????????" + +#: data/yelp.appdata.xml.in:7 +msgid "Help viewer for GNOME" +msgstr "????????????????????? ???????????? ??????????????? ???????????????" + +#: data/yelp.appdata.xml.in:9 +msgid "" +"Yelp is the GNOME help viewer. It is the default Mallard viewer, but it can also " +"display DocBook, info, man, and HTML documentation." +msgstr "" +"??????????????? ??????????????? ??????????????? ??????????????? ?????? ??? ?????? ?????????????????????????????????????????? ?????????????????? ??????????????? ??????, ?????? ???????????? ???????????????, ???????????????, ???????????????, ??? " +"???????????????????????? ???????????????????????? ????????? ???????????????????????? ???????????? ???????????????" + +#: data/yelp.appdata.xml.in:13 +msgid "" +"It makes it easy to find the documentation you need, with interactive search and " +"bookmarks." +msgstr "???????????? ???????????????????????? ?????????????????? ?????????????????? ???????????? ??????????????? ??????????????? ??????????????????, ????????????????????????????????????????????? ????????? ??? ?????????????????????????????? ???????????????" + +#: data/yelp.appdata.xml.in:17 +msgid "" +"It also has an editor mode, which shows editorial comments and revision statuses when " +"editing Mallard documents." +msgstr "" +"???????????? ???????????? ????????????????????? ????????? ????????? ???, ???????????? ??????????????????????????? ????????????????????? ??????????????? ??????????????????????????? ?????????????????????????????? ??? ?????????????????? ??????????????????????????? " +"????????????????????????" + +#: data/yelp.appdata.xml.in:30 +msgid "The GNOME Project" +msgstr "??????????????? ????????????????????????" + +#: libyelp/yelp-bz2-decompressor.c:143 libyelp/yelp-lzma-decompressor.c:152 msgid "Invalid compressed data" msgstr "????????????????????? ???????????? ???????????? ???" -#: ../libyelp/yelp-bz2-decompressor.c:149 ../libyelp/yelp-lzma-decompressor.c:158 +#: libyelp/yelp-bz2-decompressor.c:149 libyelp/yelp-lzma-decompressor.c:158 msgid "Not enough memory" msgstr "????????????????????? ?????????????????? ?????????" -#: ../libyelp/yelp-docbook-document.c:285 ../libyelp/yelp-info-document.c:221 -#: ../libyelp/yelp-mallard-document.c:301 ../libyelp/yelp-mallard-document.c:455 -#: ../libyelp/yelp-man-document.c:255 +#: libyelp/yelp-docbook-document.c:292 libyelp/yelp-info-document.c:220 +#: libyelp/yelp-mallard-document.c:306 libyelp/yelp-mallard-document.c:464 +#: libyelp/yelp-man-document.c:198 #, c-format msgid "The page ???%s??? was not found in the document ???%s???." msgstr "??????????????? '%s' , '%s' ???????????????????????? ???????????? ???????????????." -#: ../libyelp/yelp-docbook-document.c:323 ../libyelp/yelp-info-document.c:358 -#: ../libyelp/yelp-man-document.c:393 -#, c-format +#: libyelp/yelp-docbook-document.c:331 libyelp/yelp-info-document.c:357 +#: libyelp/yelp-man-document.c:335 msgid "The file does not exist." msgstr "???????????? ????????????????????? ?????????." -#: ../libyelp/yelp-docbook-document.c:333 ../libyelp/yelp-info-document.c:368 -#: ../libyelp/yelp-man-document.c:403 +#: libyelp/yelp-docbook-document.c:341 libyelp/yelp-info-document.c:367 +#: libyelp/yelp-man-document.c:345 #, c-format msgid "The file ???%s??? does not exist." msgstr "???????????? ???%s??? ????????????????????? ????????? ???." -#: ../libyelp/yelp-docbook-document.c:348 +#: libyelp/yelp-docbook-document.c:359 #, c-format msgid "The file ???%s??? could not be parsed because it is not a well-formed XML document." msgstr "?????? ???????????? ???%s??? ?????? ??????????????? ???????????? ???????????? ?????????????????? ?????? ??????????????????????????? ??????????????????????????? ???????????????????????? ?????????????????? ???????????? ???." -#: ../libyelp/yelp-docbook-document.c:361 +#: libyelp/yelp-docbook-document.c:372 #, c-format msgid "" "The file ???%s??? could not be parsed because one or more of its included files is not a " @@ -84,256 +116,253 @@ "???????????? ???%s??? ?????? ??????????????? ???????????? ??????????????? ?????????????????? ???????????? ???????????? ?????? ?????????????????? ?????????????????? ??????????????? ????????????????????? ??????????????????????????? ??????????????????????????? " "???????????? ???????????????????????? ?????????????????? ???????????? ???" -#: ../libyelp/yelp-docbook-document.c:791 +#: libyelp/yelp-docbook-document.c:810 msgid "Unknown" msgstr "??????????????????" -#: ../libyelp/yelp-docbook-document.c:853 ../libyelp/yelp-info-document.c:301 -#: ../libyelp/yelp-man-document.c:335 +#: libyelp/yelp-docbook-document.c:908 libyelp/yelp-info-document.c:300 +#: libyelp/yelp-man-document.c:278 #, c-format msgid "The requested page was not found in the document ???%s???." msgstr "?????????????????? ?????????????????? ??????????????? '%s' ???????????????????????? ???????????? ???????????????" -#: ../libyelp/yelp-document.c:1030 +#: libyelp/yelp-document.c:1064 #, c-format msgid "Search results for ???%s???" msgstr "??????????????? ???%s??? ???????????? ???????????????????????????" -#: ../libyelp/yelp-document.c:1042 +#: libyelp/yelp-document.c:1076 #, c-format msgid "No matching help pages found in ???%s???." msgstr " ???%s??? ?????? ???????????? ?????????????????? ??????????????? ??????????????? ???????????? ???????????????" -#: ../libyelp/yelp-document.c:1048 +#: libyelp/yelp-document.c:1082 msgid "No matching help pages found." msgstr "???????????? ?????????????????? ??????????????? ??????????????? ???????????? ???????????????" -#: ../libyelp/yelp-error.c:35 -#, c-format +#: libyelp/yelp-error.c:35 msgid "An unknown error occurred." msgstr "?????????????????? ?????????????????? ???????????????????????????" -#: ../libyelp/yelp-help-list.c:548 ../libyelp/yelp-help-list.c:557 +#: libyelp/yelp-help-list.c:545 libyelp/yelp-help-list.c:554 msgid "All Help Documents" msgstr "????????? ???????????????????????? ?????????????????????????????????" -#: ../libyelp/yelp-info-document.c:383 +#: libyelp/yelp-info-document.c:382 #, c-format msgid "The file ???%s??? could not be parsed because it is not a well-formed info page." msgstr "???????????? ???%s??? ?????? ??????????????? ???????????? ???????????? ?????????????????? ?????? ??????????????????????????? ??????????????????????????? ???????????? ??????????????? ??????????????? ???????????? ???" -#: ../libyelp/yelp-mallard-document.c:343 +#: libyelp/yelp-mallard-document.c:348 #, c-format msgid "The directory ???%s??? does not exist." msgstr "'%s' ?????????????????????????????? ????????????????????? ?????????" -#: ../libyelp/yelp-search-entry.c:433 +#: libyelp/yelp-search-entry.c:435 #, c-format msgid "Search for ???%s???" msgstr "???%s??? ???????????? ???????????????????????????" -#: ../libyelp/yelp-transform.c:369 ../libyelp/yelp-transform.c:384 +#: libyelp/yelp-transform.c:371 libyelp/yelp-transform.c:386 #, c-format msgid "The XSLT stylesheet ???%s??? is either missing or not valid." msgstr "XSLT ???????????????????????? ???%s??? ?????? ??? ??????????????????????????? ???, ?????? ?????? ????????? ????????? ???" -#: ../libyelp/yelp-transform.c:518 +#: libyelp/yelp-transform.c:520 msgid "No href attribute found on yelp:document\n" msgstr "???????????? href ????????????????????? yelp:document ?????? ???????????? ????????????\n" -#: ../libyelp/yelp-transform.c:533 +#: libyelp/yelp-transform.c:535 msgid "Out of memory" msgstr "??????????????????????????? ???????????????" -#: ../libyelp/yelp-view.c:253 +#: libyelp/yelp-view.c:251 msgid "C_opy Code Block" msgstr "?????????????????? ???????????? ??????????????????????????? ??????????????????????????????" -#: ../libyelp/yelp-view.c:258 +#: libyelp/yelp-view.c:256 msgid "_Copy Link Location" msgstr "??????????????? ??????????????? ??????????????????????????? ??????????????????????????????" -#: ../libyelp/yelp-view.c:263 +#: libyelp/yelp-view.c:261 msgid "_Open Link" msgstr "??????????????? ??????????????????????????????" -#: ../libyelp/yelp-view.c:268 +#: libyelp/yelp-view.c:266 msgid "Open Link in New _Window" msgstr "???????????? ?????????????????????????????? ??????????????? ??????????????????????????????" -#: ../libyelp/yelp-view.c:278 +#: libyelp/yelp-view.c:276 msgid "_Install Packages" msgstr "?????????????????????????????? ????????????????????? ???????????????????????????" -#: ../libyelp/yelp-view.c:283 +#: libyelp/yelp-view.c:281 msgid "Save Code _Block As???" msgstr "?????????????????? ???????????? ????????? ???????????????????????????" -#: ../libyelp/yelp-view.c:298 +#: libyelp/yelp-view.c:296 msgid "_Copy Text" msgstr "????????? ??????????????????????????? ??????????????????????????????" -#: ../libyelp/yelp-view.c:826 ../libyelp/yelp-view.c:2197 +#: libyelp/yelp-view.c:806 libyelp/yelp-view.c:2139 #, c-format msgid "The URI ???%s??? does not point to a valid page." msgstr "?????????????????? '%s' ?????? ??????????????? ????????????????????? ?????????????????? ?????????????????????" -#: ../libyelp/yelp-view.c:832 ../libyelp/yelp-view.c:2203 -#, c-format +#: libyelp/yelp-view.c:812 libyelp/yelp-view.c:2145 msgid "The URI does not point to a valid page." msgstr "???????????????????????? ??????????????? ????????????????????? ?????????????????? ?????????????????????" -#: ../libyelp/yelp-view.c:837 ../libyelp/yelp-view.c:2209 +#: libyelp/yelp-view.c:817 libyelp/yelp-view.c:2151 #, c-format msgid "The URI ???%s??? could not be parsed." msgstr "?????????????????? '%s' ?????? ???????????? ??????????????? ??????????????????" -#: ../libyelp/yelp-view.c:842 -#, c-format +#: libyelp/yelp-view.c:822 msgid "Unknown Error." msgstr "?????????????????? ?????????????????? ???." -#: ../libyelp/yelp-view.c:996 +#: libyelp/yelp-view.c:976 msgid "You do not have PackageKit. Package install links require PackageKit." msgstr "???????????????????????? ?????????????????????????????? ???????????? ????????????????????? ????????????????????? ?????????????????? ???????????? ?????????????????????????????? ???????????????????????? ?????? ." -#: ../libyelp/yelp-view.c:1243 +#: libyelp/yelp-view.c:1223 msgid "Save Image" msgstr "????????? ????????? ???????????????????????????" -#: ../libyelp/yelp-view.c:1342 +#: libyelp/yelp-view.c:1322 msgid "Save Code" msgstr "????????? ????????? ???????????????????????????" -#: ../libyelp/yelp-view.c:1438 +#: libyelp/yelp-view.c:1418 #, c-format msgid "Send email to %s" msgstr " %s ????????? ???????????? ??????????????????????????????." -#: ../libyelp/yelp-view.c:1542 +#: libyelp/yelp-view.c:1522 msgid "_Save Image As???" msgstr " ????????? ?????????" -#: ../libyelp/yelp-view.c:1543 +#: libyelp/yelp-view.c:1523 msgid "_Save Video As???" msgstr "?????????????????? ?????????" -#: ../libyelp/yelp-view.c:1551 +#: libyelp/yelp-view.c:1531 msgid "S_end Image To???" msgstr "????????? ??????????????????????????????." -#: ../libyelp/yelp-view.c:1552 +#: libyelp/yelp-view.c:1532 msgid "S_end Video To???" msgstr "?????????????????? ??????????????????????????????." -#: ../libyelp/yelp-view.c:1893 +#: libyelp/yelp-view.c:1873 #, c-format msgid "Could not load a document for ???%s???" msgstr "'%s' ?????????????????? ????????? ???????????? ????????????" -#: ../libyelp/yelp-view.c:1899 -#, c-format +#: libyelp/yelp-view.c:1879 msgid "Could not load a document" msgstr "?????????????????? ????????? ???????????? ????????????" -#: ../libyelp/yelp-view.c:1983 +#: libyelp/yelp-view.c:1963 msgid "Document Not Found" msgstr "?????????????????? ???????????? ????????????" -#: ../libyelp/yelp-view.c:1985 +#: libyelp/yelp-view.c:1965 msgid "Page Not Found" msgstr "??????????????? ???????????? ???????????????" -#: ../libyelp/yelp-view.c:1988 +#: libyelp/yelp-view.c:1968 msgid "Cannot Read" msgstr "???????????? ?????????????????????" -#: ../libyelp/yelp-view.c:1994 +#: libyelp/yelp-view.c:1974 msgid "Unknown Error" msgstr "?????????????????? ??????????????????" -#: ../libyelp/yelp-view.c:2014 +#: libyelp/yelp-view.c:1994 msgid "Search for packages containing this document." msgstr "?????? ?????????????????? ?????????????????? ???????????????????????????????????? ???????????? ??????????????????????????????" -#: ../src/yelp-application.c:59 +#: src/yelp-application.c:59 msgid "Turn on editor mode" msgstr "????????????????????? ????????? ?????????????????? ??????????????????????????????" -#: ../src/yelp-application.c:271 ../src/yelp-window.c:1181 ../src/yelp-window.c:1189 -#: ../yelp.desktop.in.in.h:1 +#: src/yelp-application.c:268 src/yelp-window.c:1185 src/yelp-window.c:1193 +#: yelp.desktop.in:3 msgid "Help" msgstr "???????????????" -#: ../src/yelp-application.c:321 -msgid "New Window" -msgstr "???????????? ????????????????????????" - -#: ../src/yelp-application.c:325 -msgid "Larger Text" -msgstr "?????? ???????????? ?????????" - -#: ../src/yelp-application.c:326 -msgid "Smaller Text" -msgstr "?????? ???????????? ?????????" - -#: ../src/yelp-window.c:343 +#: src/yelp-window.c:340 msgid "Back" msgstr "???????????????" -#: ../src/yelp-window.c:350 +#: src/yelp-window.c:347 msgid "Forward" msgstr "??????????????????????????????" -#: ../src/yelp-window.c:361 +#: src/yelp-window.c:358 msgid "Menu" msgstr "????????????" -#: ../src/yelp-window.c:366 +#: src/yelp-window.c:363 +msgid "New Window" +msgstr "???????????? ????????????????????????" + +#: src/yelp-window.c:364 msgid "Find???" msgstr "???????????? ??????????????????????????????" -#: ../src/yelp-window.c:367 +#: src/yelp-window.c:365 msgid "Print???" msgstr "?????????????????? ???????????????????????????" -#: ../src/yelp-window.c:372 +#: src/yelp-window.c:370 msgid "Previous Page" msgstr "????????????????????? ???????????????" -#: ../src/yelp-window.c:373 +#: src/yelp-window.c:371 msgid "Next Page" msgstr "??????????????? ???????????????" -#: ../src/yelp-window.c:378 +#: src/yelp-window.c:376 +msgid "Larger Text" +msgstr "?????? ???????????? ?????????" + +#: src/yelp-window.c:377 +msgid "Smaller Text" +msgstr "?????? ???????????? ?????????" + +#: src/yelp-window.c:382 msgid "All Help" msgstr "????????? ????????????????????????" -#: ../src/yelp-window.c:400 +#: src/yelp-window.c:404 msgid "Search (Ctrl+S)" msgstr "???????????? ???????????????????????????(Ctrl+S)" -#: ../src/yelp-window.c:417 +#: src/yelp-window.c:421 msgid "Bookmarks" msgstr "??????????????????????????????" -#: ../src/yelp-window.c:434 +#: src/yelp-window.c:438 msgid "No bookmarks" msgstr "???????????? ??????????????????????????????????????? ???????????????????????? ?????????????????? ?????????" -#: ../src/yelp-window.c:442 +#: src/yelp-window.c:446 msgid "Add Bookmark" msgstr "?????????????????????????????? ???????????????????????????" -#: ../src/yelp-window.c:448 +#: src/yelp-window.c:452 msgid "Remove Bookmark" msgstr "?????????????????????????????? ??????????????????????????????" -#: ../yelp.desktop.in.in.h:2 +#: yelp.desktop.in:4 msgid "Get help with GNOME" msgstr "???????????????????????? ??????????????? ????????????????????? ???????????????????????????" -#: ../yelp.desktop.in.in.h:3 +#. Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! +#: yelp.desktop.in:6 msgid "documentation;information;manual;help;" msgstr "????????????????????????;???????????????;??????????????????;???????????????;" @@ -838,9 +867,6 @@ #~ msgid "Define which cache directory to use" #~ msgstr "????????? ??????????????? ?????????????????????????????? ?????????????????? ??????????????? ???????????????????????? ???????????????????????????" -#~ msgid " GNOME Help Browser" -#~ msgstr "??????????????? ??????????????? ?????????????????????" - #~ msgid "The file ???%s??? could not be parsed because it is not a well-formed man page." #~ msgstr "?????? ???????????? ???%s??? ?????? ??????????????? ???????????? ???????????? ?????????????????? ?????? ??????????????????????????? ??????????????????????????? ??????????????? ??????????????? ???????????? ???"