Hello community, here is the log from the commit of package lasem for openSUSE:Factory checked in at 2015-02-18 11:38:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lasem (Old) and /work/SRC/openSUSE:Factory/.lasem.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lasem" Changes: -------- --- /work/SRC/openSUSE:Factory/lasem/lasem.changes 2015-02-14 13:55:43.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lasem.new/lasem.changes 2015-02-18 12:08:33.000000000 +0100 @@ -1,0 +2,7 @@ +Sun Feb 15 21:06:26 UTC 2015 - [email protected] + +- Update to version 0.4.3: + + Man page name fix. + + Updated translations. + +------------------------------------------------------------------- Old: ---- lasem-0.4.2.tar.xz New: ---- lasem-0.4.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lasem.spec ++++++ --- /var/tmp/diff_new_pack.wYQ6HZ/_old 2015-02-18 12:08:33.000000000 +0100 +++ /var/tmp/diff_new_pack.wYQ6HZ/_new 2015-02-18 12:08:33.000000000 +0100 @@ -18,7 +18,7 @@ %define api 0.4 Name: lasem -Version: 0.4.2 +Version: 0.4.3 Release: 0 Summary: Mathml and SVG rendering library License: LGPL-2.1+ @@ -74,8 +74,6 @@ # Those files do not belong there... we package them using %%doc rm -rf %{buildroot}%{_prefix}/doc find %{buildroot} -type f -name "*.la" -delete -print -# Change man name to something man actually recognize -mv %{buildroot}/%{_mandir}/man1/%{name}-render-%{api} %{buildroot}/%{_mandir}/man1/%{name}-render-%{api}.1 %find_lang %{name}-%{api} %post -n liblasem-0_4-4 -p /sbin/ldconfig ++++++ lasem-0.4.2.tar.xz -> lasem-0.4.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lasem-0.4.2/NEWS new/lasem-0.4.3/NEWS --- old/lasem-0.4.2/NEWS 2015-01-18 20:23:43.000000000 +0100 +++ new/lasem-0.4.3/NEWS 2015-02-15 17:29:14.000000000 +0100 @@ -1,3 +1,9 @@ +Release 0.4.3 +============= + + * man page name fix (Bjørn) + * translation updates (Yuri, Inaki) + Release 0.4.2 ============= @@ -8,151 +14,112 @@ Release 0.4.1 ============= -SVG: - Revert text patches. They were not supposed to be in 0.4.0 release. + * svg: revert text patches. They were not supposed to be in 0.4.0 release. Release 0.4.0 ============= -All: - Add a zoom option to lasem-render. - Support out-of-source build (Ray Dassen) - Explicitely link against standard math library (Ray Dassen). - GIR scanner warning fixes. - -SVG: - Add support for viewport-fill and viewport-opacity attributes. - Add support for comp-op attributes. - Better fix for blur offset from a patch found in librsvg bugzilla (Eduard Braun). + * add a zoom option to lasem-render + * support out-of-source build (Ray Dassen) + * explicitely link against standard math library (Ray Dassen) + * GIR scanner warning fixes + * svg: add support for viewport-fill and viewport-opacity attributes + * svg: add support for comp-op attributes + * svg: better fix for blur offset from a patch found in librsvg bugzilla (Eduard Braun) Release 0.3.4 ============= -All: - Display result of comparison to reference file in test suite. - -SVG: - Use cairo API for filter implementation when possible. - Fix blur misposition. - Support for filter primitive subregion. - Implementation of <feTile>. - Implementation of BackgroundImage and BackgroundAlpha. - Implementation of <switch>. - Reimplement group opacity optimisation. - Implementation of get_extents for <polygon>, <polyline>, <ellipse>, <line> and <text>. - Add support for HSL color syntax. - Fix parsing of stroke-dasharray when value are separated by spaces. + * display result of comparison to reference file in test suite + * svg: use cairo API for filter implementation when possible + * svg: fix blur misposition + * svg: support for filter primitive subregion + * svg: mplementation of <feTile> + * svg: implementation of BackgroundImage and BackgroundAlpha + * svg: implementation of <switch> + * svg: reimplement group opacity optimisation + * svg: implementation of get_extents for <polygon>, <polyline>, <ellipse>, <line> and <text> + * svg: add support for HSL color syntax + * svg: fix parsing of stroke-dasharray when value are separated by spaces Release 0.3.3 ============= -All: - Fix parallel compilation. - -SVG: - Fix a crash in case of transform attribute on gradient elements. - Handle nodes with name prefixed with 'svg:'. - Lame vertical text support. - Fix font size when expressed as percentage. - Implement overflow attribute for markers. - Fix Marker auto orientation. - Fix clipPath transform - Add preliminary support for <feGaussianBlur>, <feBlend>, <feComposite>, - <feOffset>, <feMerge>, <feMergeNode> and <feFlood>. - Fix group opacity. - Use transparent color when paint url is not found. - -Mathml: - Support for element prefixed by 'math:'. - Fix update of itex element on style change. + * fix parallel compilation + * svg: fix a crash in case of transform attribute on gradient elements + * svg: handle nodes with name prefixed with 'svg:' + * svg: lame vertical text support + * svg: fix font size when expressed as percentage + * svg: implement overflow attribute for markers + * svg: fix Marker auto orientation + * svg: fix clipPath transform + * svg: add preliminary support for <feGaussianBlur>, <feBlend>, <feComposite>, + <feOffset>, <feMerge>, <feMergeNode> and <feFlood> + * svg: fix group opacity + * svg: use transparent color when paint url is not found + * mml: support for element prefixed by 'math:' + * mml: fix update of itex element on style change Release 0.3.2 ============= -All: - Restrict introspection to the DOM API. - -Mathml: - Fix weight of operators. - Support of semantics elements (used by libreoffice formulas). - Fix the form of script elements of underover and script. - -SVG: - Garbage collection in property manager. - Avoid cairo errors due to not invertible matrix. + * restrict introspection to the DOM API + * mml: fix weight of operators + * mml: support of semantics elements (used by libreoffice formulas) + * mml: fix the form of script elements of underover and script + * svg: garbage collection in property manager + * svg: avoid cairo errors due to not invertible matrix Release 0.3.1 ============= -All: - Single header include. - gtk-doc support. - Unit testing. - Only export and document the DOM API. - Binary are now parallel installable. - Fix crashers found using fuzzxml from Morten Welinder. - Improve debug output (À la gstreamer). - -DOM: - Pass a cairo context for each view render. - Better DOM specification conformance. - Serialization support. - -itex2mml: - Update to 1.4.5. - -Mathml: - Return equation baseline. - -SVG: - Fix gradient on stroke or fill when opacity < 1.0. - Implement visibility attribute. - Implement display attribute. - Implement image::get_extents. - Avoid infinite circular references. + * single header include + * gtk-doc support + * unit testing + * only export and document the DOM API + * binary are now parallel installable + * fix crashers found using fuzzxml from Morten Welinder + * improve debug output (À la gstreamer) + * dom: pass a cairo context for each view render + * dom: better DOM specification conformance + * dom: serialization support + * itex2mml: update to 1.4.5 + * mml: return equation baseline. + * svg: fix gradient on stroke or fill when opacity < 1.0 + * svg: implement visibility attribute + * svg: implement display attribute + * svg: implement image::get_extents + * svg: avoid infinite circular references Release 0.3.0 ============= -All: - Add gobject-instrospection. - Switch to LGPLv2+ licence. - -itex2mml: - Update to 1.3.22. - -SVG: - Use pango_cairo_show_layout for text fill. - font-weight, font-style, font-stretch and text-anchor support. - <tspan> support. - Fix position of outermost <svg>. - href support for <pattern>. - href support for <radialGradient>. - href support for <lienarGradient>. - Allow commas in viewBox string. - Fix ellipse rendering direction. - Fix parsing of rgb() colors. - Don't send invalid dash array to cairo. + * add gobject-instrospection + * switch to LGPLv2+ licence + * itex2mml: update to 1.3.22 + * svg: use pango_cairo_show_layout for text fill + * svg: font-weight, font-style, font-stretch and text-anchor support + * svg: <tspan> support + * svg: fix position of outermost <svg> + * svg: href support for <pattern> + * svg: href support for <radialGradient> + * svg: href support for <lienarGradient> + * svg: allow commas in viewBox string + * svg: fix ellipse rendering direction + * svg: fix parsing of rgb() colors + * svg: don't send invalid dash array to cairo Release 0.2.0 ============= -Make lasem library parallel installable. + * make lasem library parallel installable Release 0.1.3 ============= -itex2mml: - - Update to the 1.3.15 release. - -Mathml: - - Contribution of Jorn Baayen needed for his lasem python bindings. + * itex2mml: update to the 1.3.15 release + * mml: contribution of Jorn Baayen needed for his lasem python bindings http://github.com/jbaayen/pylasem + * mml: migration of the attribute handling to lsm_attribute_manager + svg: leak fixes - Migration of the attribute handling to lsm_attribute_manager. - -SVG: - - Leak fixes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lasem-0.4.2/configure new/lasem-0.4.3/configure --- old/lasem-0.4.2/configure 2015-01-18 20:25:39.000000000 +0100 +++ new/lasem-0.4.3/configure 2015-02-15 17:06:08.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for lasem 0.4.2. +# Generated by GNU Autoconf 2.69 for lasem 0.4.3. # # Report bugs to <http://bugzilla.gnome.org/>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='lasem' PACKAGE_TARNAME='lasem' -PACKAGE_VERSION='0.4.2' -PACKAGE_STRING='lasem 0.4.2' +PACKAGE_VERSION='0.4.3' +PACKAGE_STRING='lasem 0.4.3' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/' PACKAGE_URL='' @@ -1424,7 +1424,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 lasem 0.4.2 to adapt to many kinds of systems. +\`configure' configures lasem 0.4.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1494,7 +1494,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of lasem 0.4.2:";; + short | recursive ) echo "Configuration of lasem 0.4.3:";; esac cat <<\_ACEOF @@ -1630,7 +1630,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -lasem configure 0.4.2 +lasem configure 0.4.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1999,7 +1999,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by lasem $as_me 0.4.2, which was +It was created by lasem $as_me 0.4.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2863,7 +2863,7 @@ # Define the identity of the package. PACKAGE='lasem' - VERSION='0.4.2' + VERSION='0.4.3' cat >>confdefs.h <<_ACEOF @@ -3027,7 +3027,7 @@ LASEM_API_VERSION_U=`$as_echo "$LASEM_API_VERSION" | $as_tr_sh` -LASEM_LIBTOOL_VERSION=4:2:0 +LASEM_LIBTOOL_VERSION=4:3:0 DEPDIR="${am__leading_dot}deps" @@ -15502,7 +15502,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by lasem $as_me 0.4.2, which was +This file was extended by lasem $as_me 0.4.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15568,7 +15568,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -lasem config.status 0.4.2 +lasem config.status 0.4.3 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/lasem-0.4.2/configure.ac new/lasem-0.4.3/configure.ac --- old/lasem-0.4.2/configure.ac 2015-01-18 20:05:05.000000000 +0100 +++ new/lasem-0.4.3/configure.ac 2015-02-15 17:04:19.000000000 +0100 @@ -2,7 +2,7 @@ m4_define([lasem_version_major], [0]) m4_define([lasem_version_minor], [4]) -m4_define([lasem_version_micro], [2]) +m4_define([lasem_version_micro], [3]) m4_define([lasem_version], [lasem_version_major.lasem_version_minor.lasem_version_micro]) m4_define([lasem_libtool_current], m4_eval(100 * lasem_version_major + lasem_version_minor)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lasem-0.4.2/docs/Makefile.am new/lasem-0.4.3/docs/Makefile.am --- old/lasem-0.4.2/docs/Makefile.am 2015-01-18 20:25:12.000000000 +0100 +++ new/lasem-0.4.3/docs/Makefile.am 2015-02-15 17:04:54.000000000 +0100 @@ -9,6 +9,6 @@ DIST_SUBDIRS = reference manpagedir = $(mandir)/man1 -manpage_DATA = lasem-render-0.4 +manpage_DATA = lasem-render-0.4.1 EXTRA_DIST = $(manpage_DATA) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lasem-0.4.2/docs/Makefile.in new/lasem-0.4.3/docs/Makefile.in --- old/lasem-0.4.2/docs/Makefile.in 2015-01-18 20:25:38.000000000 +0100 +++ new/lasem-0.4.3/docs/Makefile.in 2015-02-15 17:06:08.000000000 +0100 @@ -387,7 +387,7 @@ SUBDIRS = $(am__append_1) DIST_SUBDIRS = reference manpagedir = $(mandir)/man1 -manpage_DATA = lasem-render-0.4 +manpage_DATA = lasem-render-0.4.1 EXTRA_DIST = $(manpage_DATA) all: all-recursive diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lasem-0.4.2/docs/lasem-render-0.4 new/lasem-0.4.3/docs/lasem-render-0.4 --- old/lasem-0.4.2/docs/lasem-render-0.4 2015-01-18 19:24:56.000000000 +0100 +++ new/lasem-0.4.3/docs/lasem-render-0.4 1970-01-01 01:00:00.000000000 +0100 @@ -1,106 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" (C) Copyright 2012 J.H.M. Dassen (Ray) <[email protected]>, -.\" -.\" First parameter, NAME, should be all caps -.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection -.\" other parameters are allowed: see man(7), man(1) -.TH LASEM 1 "2012-12-30" lasem "GNOME" -.\" Please adjust this date whenever revising the manpage. -.\" -.\" Some roff macros, for reference: -.\" .nh disable hyphenation -.\" .hy enable hyphenation -.\" .ad l left justify -.\" .ad b justify to both left and right margins -.\" .nf disable filling -.\" .fi enable filling -.\" .br insert line break -.\" .sp <n> insert n+1 empty lines -.\" for manpage-specific macros, see man(7) -.de URL -\\$2 \(laURL: \\$1 \(ra\\$3 -.. -.if \n[.g] .mso www.tmac -.SH NAME -lasem-render-0.4 \- render MathML or SVG using Lasem - -.SH SYNOPSIS -\fBlasem-render-0.4\fR [\fIOPTION...\fR] \fIinputfile\fR - -.\".SH CONFIGURATION - -.SH DESCRIPTION -This manual page documents briefly the -.B lasem-render-0.4 -command. -.PP -.\" TeX users may be more comfortable with the \fB<whatever>\fP and -.\" \fI<whatever>\fP escape sequences to invode bold face and italics, -.\" respectively. -\fBlasem-render-0.4\fP is a program that renders a MathML or SVG file in -one of several output formats. - -.SH OPTIONS - -This program follow the usual GNU command line syntax, with long -options starting with two dashes (`-'). -A summary of options is included below. -.TP -.B \-h, \-\-help -Show summary of options. -.TP -.B \-o, \-\-output -Output filename -.TP -.B \-f, \-\-format -Output format. Currently supported formats are -.BR "svg" " (Scalable Vector Graphics), " -.BR "pdf" " (Portable Document Format), " -.BR "ps" " (PostScript), " -.BR "png" " (Portable Network Graphics)." -.TP -.B \-p, \-\-ppi -Pixel per inch -.TP -.B \-z, \-\-zoom -Zoom -.TP -.B \-d, \-\-debug -Debug domains - -.\".SH EXIT STATUS -.\".SH RETURN VALUE -.\".SH ERRORS -.\".SH FILES -.\".SH VERSIONS -.\".SH CONFORMING TO -.\".SH NOTES -.\".SH EXAMPLE - -.SH LICENSE -\fBlasem-render-0.4\fR is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public License as -published by the Free Software Foundation; either version 2.1 of the -License, or (at your option) any later version. - -For information on this license look at the source code that came with the -software or see the -.URL "http://www.gnu.org" "GNU project page" . - -.SH AUTHORS -\fBlasem-render-0.4\fR's primary author is Emmanuel Pacaud -<[email protected]>. - -The initial version of this manpage was written by J.H.M. Dassen (Ray) -<[email protected]>. - -.SH SEE ALSO -.URL "https://live.gnome.org/Lasem" "The Lasem homepage" . - -.URL "http://blogs.gnome.org/emmanuel/category/lasem/" "Blog entries on Lasem" . - -Wikipedia, -.URL "https://en.wikipedia.org/wiki/MathML" "MathML" . - -Wikipedia, -.URL "https://en.wikipedia.org/wiki/Scalable_Vector_Graphics" "Scalable Vector Graphics" . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lasem-0.4.2/docs/lasem-render-0.4.1 new/lasem-0.4.3/docs/lasem-render-0.4.1 --- old/lasem-0.4.2/docs/lasem-render-0.4.1 1970-01-01 01:00:00.000000000 +0100 +++ new/lasem-0.4.3/docs/lasem-render-0.4.1 2015-02-15 17:04:19.000000000 +0100 @@ -0,0 +1,106 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" (C) Copyright 2012 J.H.M. Dassen (Ray) <[email protected]>, +.\" +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH LASEM 1 "2012-12-30" lasem "GNOME" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp <n> insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.de URL +\\$2 \(laURL: \\$1 \(ra\\$3 +.. +.if \n[.g] .mso www.tmac +.SH NAME +lasem-render-0.4 \- render MathML or SVG using Lasem + +.SH SYNOPSIS +\fBlasem-render-0.4\fR [\fIOPTION...\fR] \fIinputfile\fR + +.\".SH CONFIGURATION + +.SH DESCRIPTION +This manual page documents briefly the +.B lasem-render-0.4 +command. +.PP +.\" TeX users may be more comfortable with the \fB<whatever>\fP and +.\" \fI<whatever>\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBlasem-render-0.4\fP is a program that renders a MathML or SVG file in +one of several output formats. + +.SH OPTIONS + +This program follow the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +.TP +.B \-h, \-\-help +Show summary of options. +.TP +.B \-o, \-\-output +Output filename +.TP +.B \-f, \-\-format +Output format. Currently supported formats are +.BR "svg" " (Scalable Vector Graphics), " +.BR "pdf" " (Portable Document Format), " +.BR "ps" " (PostScript), " +.BR "png" " (Portable Network Graphics)." +.TP +.B \-p, \-\-ppi +Pixel per inch +.TP +.B \-z, \-\-zoom +Zoom +.TP +.B \-d, \-\-debug +Debug domains + +.\".SH EXIT STATUS +.\".SH RETURN VALUE +.\".SH ERRORS +.\".SH FILES +.\".SH VERSIONS +.\".SH CONFORMING TO +.\".SH NOTES +.\".SH EXAMPLE + +.SH LICENSE +\fBlasem-render-0.4\fR is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public License as +published by the Free Software Foundation; either version 2.1 of the +License, or (at your option) any later version. + +For information on this license look at the source code that came with the +software or see the +.URL "http://www.gnu.org" "GNU project page" . + +.SH AUTHORS +\fBlasem-render-0.4\fR's primary author is Emmanuel Pacaud +<[email protected]>. + +The initial version of this manpage was written by J.H.M. Dassen (Ray) +<[email protected]>. + +.SH SEE ALSO +.URL "https://live.gnome.org/Lasem" "The Lasem homepage" . + +.URL "http://blogs.gnome.org/emmanuel/category/lasem/" "Blog entries on Lasem" . + +Wikipedia, +.URL "https://en.wikipedia.org/wiki/MathML" "MathML" . + +Wikipedia, +.URL "https://en.wikipedia.org/wiki/Scalable_Vector_Graphics" "Scalable Vector Graphics" . diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lasem-0.4.2/po/LINGUAS new/lasem-0.4.3/po/LINGUAS --- old/lasem-0.4.2/po/LINGUAS 2015-01-18 19:24:56.000000000 +0100 +++ new/lasem-0.4.3/po/LINGUAS 2015-02-15 17:04:27.000000000 +0100 @@ -4,6 +4,7 @@ de el es +eu fr gl hu @@ -11,6 +12,7 @@ lt pl pt_BR +ru sl sr sr@latin diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lasem-0.4.2/po/eu.po new/lasem-0.4.3/po/eu.po --- old/lasem-0.4.2/po/eu.po 1970-01-01 01:00:00.000000000 +0100 +++ new/lasem-0.4.3/po/eu.po 2015-02-15 17:04:27.000000000 +0100 @@ -0,0 +1,66 @@ +# Basque translation for lasem. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Iñaki Larrañaga Murgoitio <[email protected]>, 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: lasem lasem-0-4\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=lasem&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2015-01-19 22:06+0100\n" +"PO-Revision-Date: 2013-08-30 17:39+0200\n" +"Last-Translator: Iñaki Larrañaga Murgoitio <[email protected]>\n" +"Language-Team: Basque <[email protected]>\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" + +#: ../src/lasemrender.c:67 +msgid "Output filename" +msgstr "Irteerako fitxategi-izena" + +#: ../src/lasemrender.c:69 +msgid "Output format" +msgstr "Irteerako formatua" + +#: ../src/lasemrender.c:71 +msgid "Pixel per inch" +msgstr "Pixel hazbeteko" + +#: ../src/lasemrender.c:73 +msgid "Zoom" +msgstr "Zooma" + +#: ../src/lasemrender.c:75 +msgid "Debug domains" +msgstr "Arazketaren domeinuak" + +#: ../src/lasemrender.c:107 +#, c-format +msgid "Option parsing failed: %s\n" +msgstr "Huts egin du aukera aztertzean: %s\n" + +#: ../src/lasemrender.c:114 +#, c-format +msgid "Invalid zoom value" +msgstr "Zoomaren baliogabeko balioa" + +#: ../src/lasemrender.c:121 +#, c-format +msgid "One input file name is required\n" +msgstr "Sarrerako fitxategi-izen bat behar da\n" + +#: ../src/lasemrender.c:132 +#, c-format +msgid "Unknown format: %s\n" +msgstr "Formatu ezezaguna: %s\n" + +#: ../src/lasemrender.c:257 +#, c-format +msgid "Can't load '%s'\n" +msgstr "Ezin da '%s' kargatu\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lasem-0.4.2/po/ru.po new/lasem-0.4.3/po/ru.po --- old/lasem-0.4.2/po/ru.po 1970-01-01 01:00:00.000000000 +0100 +++ new/lasem-0.4.3/po/ru.po 2015-02-15 17:04:27.000000000 +0100 @@ -0,0 +1,66 @@ +# Russian translation for lasem. +# Copyright (C) 2013 lasem's COPYRIGHT HOLDER +# This file is distributed under the same license as the lasem package. +# sds <[email protected]>, 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: lasem master\n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=lasem&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2015-02-14 10:31+0000\n" +"PO-Revision-Date: 2013-05-18 18:25+0300\n" +"Last-Translator: Yuri Myasoedov <[email protected]>\n" +"Language-Team: Russian <[email protected]>\n" +"Language: ru\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: Poedit 1.5.4\n" + +#: ../src/lasemrender.c:67 +msgid "Output filename" +msgstr "Выходной файл" + +#: ../src/lasemrender.c:69 +msgid "Output format" +msgstr "Формат вывода" + +#: ../src/lasemrender.c:71 +msgid "Pixel per inch" +msgstr "Пикселей на дюйм" + +#: ../src/lasemrender.c:73 +msgid "Zoom" +msgstr "Масштаб" + +#: ../src/lasemrender.c:75 +msgid "Debug domains" +msgstr "Области отладки" + +#: ../src/lasemrender.c:107 +#, c-format +msgid "Option parsing failed: %s\n" +msgstr "Ошибка разбора параметра: %s\n" + +#: ../src/lasemrender.c:114 +#, c-format +msgid "Invalid zoom value" +msgstr "Неверное значение масштаба" + +#: ../src/lasemrender.c:121 +#, c-format +msgid "One input file name is required\n" +msgstr "Укажите имя входного файла\n" + +#: ../src/lasemrender.c:132 +#, c-format +msgid "Unknown format: %s\n" +msgstr "Неизвестный формат: %s\n" + +#: ../src/lasemrender.c:257 +#, c-format +msgid "Can't load '%s'\n" +msgstr "Не удалось загрузить «%s»\n" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
