.gear/rules | 2 + .../tags/9671755a365fa41a7c883655a3c86e5c2a59cde7 | 13 + .gear/tags/list | 1 + liferea.spec | 236 ++++++++++++++++++++ pixmaps/available.png | Bin 844 -> 770 bytes pixmaps/available_offline.png | Bin 893 -> 833 bytes pixmaps/default.png | Bin 764 -> 770 bytes pixmaps/directory.png | Bin 397 -> 498 bytes pixmaps/empty.png | Bin 816 -> 840 bytes pixmaps/empty_offline.png | Bin 851 -> 875 bytes pixmaps/folder_empty.png | Bin 450 -> 447 bytes pixmaps/unread.png | Bin 419 -> 474 bytes po/ru.po | 133 +++++------- 13 files changed, 305 insertions(+), 80 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..f78a96e --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @name@-@version@:. +diff: @name@-@version@:. . diff --git a/.gear/tags/9671755a365fa41a7c883655a3c86e5c2a59cde7 b/.gear/tags/9671755a365fa41a7c883655a3c86e5c2a59cde7 new file mode 100644 index 0000000..120ebbe --- /dev/null +++ b/.gear/tags/9671755a365fa41a7c883655a3c86e5c2a59cde7 @@ -0,0 +1,13 @@ +object b2579c96c878c5097530ae3e4135f7154f908932 +type commit +tag liferea-1.6.0 +tagger Valery Inozemtsev 1248512041 +0400 + +liferea 1.6.0 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkpqyCkACgkQcNyQ4l5HvIqIzgCeJ/UrOsQ8QDslOTV52M5vgitv +o48AnR62SnH6aOqJVR++YgLAx8sM5fnV +=9Wum +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..72e2a4e --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +9671755a365fa41a7c883655a3c86e5c2a59cde7 liferea-1.6.0 diff --git a/liferea.spec b/liferea.spec new file mode 100644 index 0000000..bce0b0d --- /dev/null +++ b/liferea.spec @@ -0,0 +1,236 @@ +Name: liferea +Version: 1.6.0 +Release: alt2 +Summary: A RSS News Reader for GNOME +License: GPLv2 +Group: Networking/News +Url: http://%name.sf.net/ +Packager: Valery Inozemtsev + +Requires(post,preun): GConf +Obsoletes: %name-gtkhtml < %version-%release %name-xulrunner < %version-%release +Provides: %name-backend = %version-%release %name-gtkhtml = %version-%release %name-xulrunner = %version-%release + +Source: %name-%version.tar +Patch: %name-%version-%release.patch + +BuildRequires(Pre): libGConf-devel +BuildRequires: GConf NetworkManager-glib-devel gcc-c++ intltool libSM-devel libglade-devel libnotify-devel libsqlite3-devel +BuildRequires: libwebkit-devel libxslt-devel + +%description +Liferea is a simple FeedReader clone for Unix distributions with GTK2 +(GNOME2 is optional). It is a news aggregator for RSS/RDF feeds which +also supports CDF channels, Atom/Echo/PIE feeds and OCS or OPML +directories. The problem with FeedReader: for now its only available +for Windows. There are some projects for GNU/Linux, but no solution for +GTK/GNOME, which does not require Python or Perl. Liferea tries to fill +this gap. Liferea is an abbreviation for Linux Feed Reader. + +%prep +%setup -q +%patch -p1 + +%build +%autoreconf +%configure \ + --disable-schemas-install \ + --disable-static +%make_build + +%install +%make DESTDIR=%buildroot install + +%find_lang --with-gnome %name + +%post +%gconf2_install %name + +%preun +if [ $1 = 0 ]; then +%gconf2_uninstall %name +fi + +%files -f %name.lang +%doc AUTHORS COPYING ChangeLog +%_sysconfdir/gconf/schemas/%name.schemas +%_bindir/* +%dir %_libdir/liferea +%_libdir/liferea/libli*.so +%_datadir/liferea +%_datadir/applications/%name.desktop +%_datadir/icons/hicolor/*/apps/* +%_man1dir/%name.1* + +%changelog +* Sun Aug 02 2009 Valery Inozemtsev 1.6.0-alt2 +- updated Russian translation + +* Sat Jul 25 2009 Valery Inozemtsev 1.6.0-alt1 +- 1.6.0 release + +* Tue Jul 21 2009 Valery Inozemtsev 1.6.0-alt0.rc7 +- 1.6.0-rc7 + +* Tue Jun 23 2009 Valery Inozemtsev 1.6.0-alt0.rc6 +- 1.6.0-rc6 + +* Sun Jun 14 2009 Valery Inozemtsev 1.6.0-alt0.rc5 +- 1.6.0-rc5 + +* Sat Jun 06 2009 Valery Inozemtsev 1.6.0-alt0.rc4 +- 1.6.0-rc4 + +* Sat May 30 2009 Valery Inozemtsev 1.6.0-alt0.rc3 +- 1.6.0-rc3 + +* Tue May 26 2009 Valery Inozemtsev 1.6.0-alt0.rc2 +- 1.6.0-rc2 + +* Fri May 01 2009 Valery Inozemtsev 1.5.15-alt1 +- 1.5.15 + +* Thu Apr 16 2009 Valery Inozemtsev 1.4.28-alt1 +- 1.4.28 + +* Thu Nov 27 2008 Yuri N. Sedunov 1.4.22d-alt1 +- new version +- removed obsolete %%post{,un} scripts +- drop upsreamed patches +- nm support enabled + +* Fri Oct 03 2008 Yuri N. Sedunov 1.4.19-alt1 +- new version + +* Wed Aug 20 2008 Yuri N. Sedunov 1.4.17-alt3 +- Fixed crash during startup schema migration + (patch1 from ktirf@ -alt2 package). + +* Sun Aug 17 2008 Yuri N. Sedunov 1.4.17-alt1 +- 1.4.17 +- xulrunner plugin +- dbus support +- optional -lua subpackage +- move %%gconf2_uninstall from %%postun to %%preun +- spec cleanup + +* Thu Apr 10 2008 Igor Vlasenko 1.4.9-alt1.qa1 +- NMU (by repocop): the following fixes applied: + * update_menus for liferea + +* Sun Dec 02 2007 Alex V. Myltsev 1.4.9-alt1 +- Security fix (CVE-2005-4791). +- New version: more keyboard shortcuts, new translations, bug fixes. + +* Tue Oct 16 2007 Alex V. Myltsev 1.4.5b-alt1 +- major bug fixes + +* Wed Sep 05 2007 Alex V. Myltsev 1.4.1-alt1 +- 1.4.1: major bug fixes + +* Sun Sep 02 2007 Alex V. Myltsev 1.4.0-alt1 +- New stable version: +- - sqlite storage for feed entries +- - comment feed support +- - duplicate items detection support +- - better proxy configuration dialog +- - removed feedbag.xpi, upgrade to Firefox 2.0 if you were using it +- - UI/scripting enhancements, bug fixes, performance improvements +- - support for gwget as a download tool + +* Thu Jul 05 2007 Alex V. Myltsev 1.2.19-alt1 +- new version: less memory leaks, fixes digest auth (broken since 1.2.17). + +* Tue Jun 19 2007 Alex V. Myltsev 1.2.17-alt1 +- new version: decreased power consumption, bug fixes. + +* Thu May 24 2007 Alex V. Myltsev 1.2.15b-alt1 +- new version: less CPU usage, block file:// links, other fixes. + +* Tue May 08 2007 Alex V. Myltsev 1.2.14-alt1 +- 1.2.14: significant memory leak fix, other bug fixes. + +* Thu Apr 26 2007 Alex V. Myltsev 1.2.12-alt1 +- 1.2.12: speed improvements, bug fixes. + +* Thu Mar 15 2007 Alex V. Myltsev 1.2.8-alt1 +- 1.2.8: many bugfixes, duplicate entry detection, speed improvements + +* Tue Feb 06 2007 Alex V. Myltsev 1.2.5-alt1 +- 1.2.5: Russian translation, fixed possible crash on x86_64. + +* Mon Jan 29 2007 Alex V. Myltsev 1.2.4-alt1 +- New version. + +* Fri Jan 12 2007 Alex V. Myltsev 1.2.3-alt1 +- important bug fixes. + +* Mon Dec 25 2006 Alex V. Myltsev 1.2.1-alt1 +- 1.2.1: stable version. +- Rebuilding for the new libdbus. + +* Tue Nov 28 2006 Alex V. Myltsev 1.2-alt0.rc3 +- 1.2 RC3: list saving fixes, lower CPU load. + +* Wed Nov 22 2006 Alex V. Myltsev 1.2-alt0.rc2 +- 1.2 RC2: bug fixes, documentation updates. + +* Sat Nov 04 2006 Alex V. Myltsev 1.1.9-alt1 +- 1.1.9: lots of new features: updateable feed lists, social bookmarking, + wide screen view, firefox 2.0 integration, scripting etc. + +* Fri Nov 03 2006 Alex V. Myltsev 1.0.25-alt1 +- 1.0.25: many bug fixes, builds against seamonkey. +- liferea-xulrunner does not work, disabled it by default. + +* Fri Apr 28 2006 Vital Khilko 1.0.10-alt1 +- 1.0.10 + +* Mon Mar 06 2006 Vital Khilko 1.0.7-alt1 +- 1.0.7 + +* Fri Feb 03 2006 Vital Khilko 1.0.3-alt1 +- 1.0.3 + +* Wed Jan 25 2006 Vital Khilko 1.0.1-alt1 +- 1.0.1 +- all translated description data removed + +* Thu Aug 04 2005 Vital Khilko 0.9.5-alt1.1 +- 0.9.5 + +* Wed Jul 27 2005 Vital Khilko 0.9.4-alt1.1 +- DBus support + +* Wed Jul 27 2005 Vital Khilko 0.9.4-alt1 +- 0.9.4 + +* Thu Jul 21 2005 Vital Khilko 0.9.2-alt1.1 +- DBus disabled + +* Thu May 19 2005 Vital Khilko 0.9.2-alt1 +- 0.9.2 +- DBus support + +* Fri Jan 28 2005 Vital Khilko 0.9.0b-alt1 +- 0.9.0b +- remove mozilla library to separate package +- updated belarusian translation + +* Mon Nov 15 2004 Vital Khilko 0.6.2-alt1 +- 0.6.2 + +* Fri Nov 05 2004 Vital Khilko 0.6.1-alt1 +- 0.6.1 +- updated belarusian translation + +* Thu Sep 16 2004 Vital Khilko 0.6.0-alt1 +- 0.6.0 + +* Wed Aug 18 2004 Vital Khilko 0.5.3-alt1 +- 0.5.3 +- added belarusian translations + +* Tue May 25 2004 Vital Khilko 0.4.9-alt1 +- initial build for ALTLinux Sisyphus +- added code for http proxy autorization diff --git a/pixmaps/available.png b/pixmaps/available.png index e5d80c1..657191f 100644 --- a/pixmaps/available.png +++ b/pixmaps/available.png @@ -1,6 +1,4 @@ PNG  - IHDRabKGDCIDATx]Kk$eꪾ&$Nm:㘌q\ "b*wnAƭ? ^ r@$&LL\Ituݿʅ=zVy^*o*܅'f -jښcKvSi9@< c3 թW|L%%R{41yzp H2eKŬg._˨ny @?kч/\Otť;ᄃT.L'bGFyy5egw~d $*'AJ##R d9V~z;5_T/]룅R-J#BFM:78 2B&k+b4mz'lI\&+BTUf.N!|pnԞ~VH4H]il@F8~xx~cܽZgZV)wǭӀX2?[#%=q $1ipڙ 'e!OUljd>[]l˥^ bN8;iF@Xr~gA>c[iRrxH{: `;to;k&q>mc[mtacv'p j?(p+a}bv>@4_k+;S"=Ό>f -%-XjEX+[Uwx -0?eETt7ߛvW7BIENDB` \ No newline at end of file + IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8}KHUQ1#DFMY n5נ(q= AT4 Hzeנ{wcڤXZǨ3~ !gf1 ܈0}ddqCZP0,QP7\L^n=vچ R HKk +e~hӯ<5\]^(V.c#s3lˀNvOj.6EUXi ;t>]r/̈L "kMH4n_1 H(`?>!_+2-W]lڅkCCnIeV0@"t&B\k;P>dַ @:u.{b~yJ~׸N%akB’dN'l62hMئJ1U> &rooCiҭ eo%s`Ha.8ar4VsDM?8Fdjǚ^Y0_VZ\(w:jΌ3xq2}d{/IENDB` \ No newline at end of file diff --git a/pixmaps/available_offline.png b/pixmaps/available_offline.png index e44276f..c9f6dc4 100644 --- a/pixmaps/available_offline.png +++ b/pixmaps/available_offline.png @@ -1,5 +1,6 @@ PNG  - IHDRa pHYs  tIME KIDAT8O]k\u373Ltr=Ĵ5 DnZpFD;\(hI$Fib2dR봙۹͜"VOC3XBQVQZ^+kk#Ϻ5hJq}r٬u;K*_Ѿ쇉'NMe/M~c'PevG6of}Q̸rt^W -ENnQ@!A~AY][Z[Nҟ"?š8?X^HvbqdRJ|_Dc=Whտj*WЎٳ\D%va6@xm f/M/fkC(9vJچV6c$2y=^R ,.7y-'y`R+X(c60,\qq7bN:2R؎mۉ L>9Lk5Mn ,@T_#"_ #Lۑb`fK{cnoWy>!4CڛϱYmpYO_!?,ç). h':m f +1@ڋ3EbQHSƮ\k(waYbA??@ +uґML i}Gwrm~5SqX.o}jP.&Hu7xp] 9"栏?'jw~3=5+ ?|J֞pUt}'ObYZ`3gݫMu<,ӽQC +rInX\y&Yg8UG#tbՖIENDB` \ No newline at end of file diff --git a/pixmaps/default.png b/pixmaps/default.png index 1679ab0..657191f 100644 --- a/pixmaps/default.png +++ b/pixmaps/default.png @@ -1,5 +1,4 @@ PNG  - IHDRagAMA7tEXtSoftwareAdobe ImageReadyqe<IDATxtMHTQs;:CDi\QPDH"sljDQ`ȍ-[&[A.EdXZQOBUgwν3҅yac璉dp0z1,`  SD[[7 MgIFd]'2yEH2֓3+ҢSaHm -.Ȃ !0oe/\gD8by,Z  l$(/}iX/c?`[56JbߑSh%vK+ <60:wДj6i zv< A7SuǵXrnނg); du -o%}&%Qam'29U ⮦(kbe"Ep;of@zMBmX%GO#,ZjWBV<{GHsm,Ec+Q Xag%߼^c;37q".? zIDbcQN}yCfB|f6yef}uYҨ† [%b5q=`6U6uuh%WA͢i0M;`Q5S:9IENDB` \ No newline at end of file + IHDRasBIT|d pHYs B(xtEXtSoftwarewww.inkscape.org<IDAT8}KHUQ1#DFMY n5נ(q= AT4 Hzeנ{wcڤXZǨ3~ !gf1 ܈0}ddqCZP0,QP7\L^n=vچ R HKk +e~hӯ<5\]^(V.c#s3lˀNvOj.6EUXi ;t>]r/̈L "kMH4n_1 H(`?>!_+2-W]lڅkCCnIeV0@"t&B\k;P>dַ @:u.{b~yJ~׸N%akB’dN'l62hMئJ1U> &rooCiҭ eo%s`Ha.8ar4VsDM?8Fdjǚ^Y0_VZ\(w:jΌ3xq2}d{/IENDB` \ No newline at end of file diff --git a/pixmaps/directory.png b/pixmaps/directory.png index d36c9c1..901edc9 100644 --- a/pixmaps/directory.png +++ b/pixmaps/directory.png @@ -1,3 +1,6 @@ PNG  - IHDRaTIDAT8˥NAYV4v$'ЂG0L)l,@k4KT*c0I؝bvIdI9{.,xL|}A>/*kZxn}<r<e<:=a]jvP\%?TU&!/&@vEis(4@ա"0 DQ@e(ϛ(T-Jt"EDV佢".~aV9Q,@ .D\~ Ok}:-߁18;NS&$t$yO@Ϲ?kNƨK;:7O*o hKtIENDB` \ No newline at end of file + IHDRabKGDC pHYs B(xtIME +9 pPIDAT8˥MRQc*@ZA ,b lf]P3*DeIPlF"( {Gfq +͗/Q.6S2Bԝ{3x^wZ=>Lxx3}Z=B)pS +@0y.?iv2̥gn:RHaf'us1RC}X?<5_8 &3 \ _KM`e "(DZah}H,C+ \t]D#1Y~uڜ>{_w"a/_8hyʛ,‡ʧIENDB` \ No newline at end of file diff --git a/pixmaps/empty.png b/pixmaps/empty.png index a7f1bc5..32b889b 100644 --- a/pixmaps/empty.png +++ b/pixmaps/empty.png @@ -1,5 +1,6 @@ PNG  - IHDRa pHYs  ~tIME -8IDATxejdUsʩSRKF6Jkc 682| ;Q 6BęFp"tb.ֽ\}o'(pkEǬFf|jFq eYcQ~}?]ovow?uZ8oɈX;O'˙z po~(IBirƏ?|m—.`N^΃G.vH)!xVlA~M 18ڨ01t`s; VLPյR@bAP&X@A :k= q>8ts Iސu7T U95o3ɝxr:@\Ɠ?<ZJ8H n0tz8I&O\~}=vZZˡ,|{ϻnw>r-tZ#y9sbq,e2Ȏg$;G,dR|: 1 4|#dF-L:#3˥U=' ^6 ZdA^࢔_,swrZ{z0 +<`D#9ỴtqJ +sܩ䧳 c rl?_.:wg@TIC@ GdjtXVDȅXyKe99`(AfVd +@DnnFӗ++欳V-ducK J}5ȡ;FOesbx*mV a{w?z7;sEN*ɟęi_?9 8~f/Kw"F4'߬檯n=UzzWA@ t{g+}돁!,R7gH4@И_^JqIENDB` \ No newline at end of file diff --git a/pixmaps/empty_offline.png b/pixmaps/empty_offline.png index e8dbd77..f3a60d6 100644 --- a/pixmaps/empty_offline.png +++ b/pixmaps/empty_offline.png @@ -1,5 +1,5 @@ PNG  - IHDRa pHYs  ~tIME xIDAT8OUk\u?13)LkRmIk(Hw@tFuWvՅ@QA\VƊ0" 5I&c=hS|.VVV8ZF%%JoYmC̋4~_w6S3թ''OWrgsG\.icd -(w W#߻zbzɳL͵!ΚX(>ʹ2{,//L6g _|ӋkSd:GJ #cc̷`L7,9?I4K08Ȅ@\/כipD/>sL*{dҠF*R[?ﯯj%vesc:C؜/C!t^&Z1@q n? h Ao=!x/z^ IENDB` \ No newline at end of file + IHDRasRGBbKGD pHYs B(xtIME4\fIDAT8}oe?>Ǎ8uBĤj&U)?B*fPR +, ʂX@CQ6THP RB-u"xs vʂ8tt}/KXW"E-c㭵[]ejf}@jTB6/sG*FM{QKXW*]ȎgZnSzA9s_ڽuyB:_HQ]iSz -ZhҝQm;0˽c/ׂ̋SZFMADX$3iFa&ݟv;ȫ!FcXq +1{IfB&s|93uz&{"-WvcߌlW4#RYz)[x%Eec` a$t(_y0ݻc^pC+_bo&?08/>=Q Cl#nl}bc޲ދ3Ҥl}UQPr5N޸66zX fܴ|fI8;Kja(8|?뼴5N^HpJ&mf@̣w6(^ 0R~Xh IENDB` \ No newline at end of file diff --git a/pixmaps/folder_empty.png b/pixmaps/folder_empty.png index ffe24eb..da29cc9 100644 --- a/pixmaps/folder_empty.png +++ b/pixmaps/folder_empty.png @@ -1,6 +1,3 @@ PNG  - IHDR7sRGBbKGD̿ pHYs  tIME -"R-FIDAT(UjSQ읟1HжT:P:q(x#J2.CDDTEhQ8) /_n 2Ap6+hn N[\=[T: :3Z&6}<9BPw/<~sZ|EvϮ}\RW{d/mij_TBP4XǮo#HR^xkצJ -?{@]7R,QtCk>YuŞ:g%>aSr"KDK #t(IzJ_j;'~af"Iȱ w - [a8BwK IENDB` \ No newline at end of file + IHDR7sRGBbKGD̿ pHYs B(xtIME =QCIDAT(e=OSqޛ(Dt`]XҗɔW@tA6Ea*>`\n㙿9v(Ryo8 ڽT"A<~lWhN]Be!$4hUyKfg ZaUi&ttn,K4/,Xе\ dM|t;6Y˲UOt eύM00wz!ky辉J}gXj4%XGdC[,fIS6mR}] _ ᩬENJ׎|ofβ]igx^Ies8w8=H1IENDB` \ No newline at end of file diff --git a/pixmaps/unread.png b/pixmaps/unread.png index 1ce720b..a9850ee 100644 --- a/pixmaps/unread.png +++ b/pixmaps/unread.png @@ -1,6 +1,7 @@ PNG  - IHDRa pHYs  ~tIME  )>ͩ>tEXtCommentCreated with The GIMP + IHDRabKGD pHYs  ~tIME 4Jz>tEXtCommentCreated with The GIMP -(c) 2003 Jakub 'jimmac' Steiner'3XIDATxڥ1r0Ef8J]s$ 83vrtZU>..u#$V_/iWxPV54 -<1c6xdY6A'л` P@2@.&I@UUdVy/}~N'W 2Hqr>SMpsR^_@R}XDA1Qڵ~۷qR-vK`Ιc`yTc(CDtIENDB` \ No newline at end of file +(c) 2003 Jakub 'jimmac' Steiner'3XIDAT8˥N0?C!cv:G*ɔW*P-މ(D_!c Md4j,|lbj!Os l6'M'Emi=r P蕹=|Ja<PElڵ6hoZ@e& RFT+qxWCjT +uAT8Z :%%Ip@˒.[Tc<Bh獛 +(tW^ň( Mw8|Oy**&IENDB` \ No newline at end of file diff --git a/po/ru.po b/po/ru.po index ac5889a..e407f01 100644 --- a/po/ru.po +++ b/po/ru.po @@ -3,20 +3,23 @@ # This file is distributed under the same license as the Liferea package. # omsoft , 2007. # Justin Forest , 2009. +# Sergey Rudchenko , 2009. # # +# Valery Inozemtsev , 2009. msgid "" msgstr "" -"Project-Id-Version: Liferea 1.4.24\n" +"Project-Id-Version: Liferea 1.6.0-rc3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2009-06-22 14:32+0300\n" -"PO-Revision-Date: 2009-01-31 22:14+0200\n" -"Last-Translator: Sergey Rudchenko \n" -"Language-Team: Russian\n" +"PO-Revision-Date: 2009-07-25 13:48+0400\n" +"Last-Translator: Valery Inozemtsev \n" +"Language-Team: Russian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\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" #: ../liferea.desktop.in.h:1 msgid "Download and view feeds" @@ -444,9 +447,8 @@ msgid "Print debugging messages for the given topic" msgstr " --debug- Выводить отладочную информацию указанного типа" #: ../src/main.c:217 -#, fuzzy msgid "Liferea, the Linux Feed Reader" -msgstr "Liferea — читалка новостей для Linux" +msgstr "Liferea — агрегатор новостей для Linux" #: ../src/main.c:218 msgid "For more information, please visit http://liferea.sourceforge.net/" @@ -492,7 +494,7 @@ msgstr "Ошибка соединения с удаленным хостом" #: ../src/net.c:336 msgid "Unable to connect to proxy" -msgstr "" +msgstr "Невозможно соединиться с прокси" #: ../src/net.c:337 msgid "" @@ -649,13 +651,12 @@ msgid "Category" msgstr "" #: ../src/rule.c:381 -#, fuzzy msgid "is set" msgstr "прочитано" #: ../src/rule.c:381 msgid "is not set" -msgstr "" +msgstr "не прочитано" #: ../src/subscription.c:104 #, c-format @@ -746,9 +747,8 @@ msgid "The orientation of the tray." msgstr "Ориентация трея" #: ../src/ui/enclosure_list_view.c:172 -#, fuzzy msgid "Attachments" -msgstr "комментировать" +msgstr "Вложения" #. update list title #: ../src/ui/enclosure_list_view.c:263 @@ -859,7 +859,7 @@ msgstr "Добавить ленту" #: ../src/ui/liferea_shell.c:836 msgid "Mark All As _Read" -msgstr "Отметить все прочитанным" +msgstr "Отметить все как прочитанное" #: ../src/ui/liferea_shell.c:836 msgid "Marks read every item of every subscription." @@ -962,7 +962,6 @@ msgid "Edit Preferences." msgstr "Редактировать настройки" #: ../src/ui/liferea_shell.c:864 -#, fuzzy msgid "S_earch" msgstr "Поиск" @@ -1043,13 +1042,12 @@ msgid "_Reduced Feed List" msgstr "" #: ../src/ui/liferea_shell.c:886 -#, fuzzy msgid "Hide feeds with no unread items." -msgstr "Нет непрочитанных записей" +msgstr "Скрывать ленту если нет непрочитанных записей." #: ../src/ui/liferea_shell.c:891 msgid "_New Subscription..." -msgstr "Добавить ленту" +msgstr "Добавить подписку..." #: ../src/ui/liferea_shell.c:891 msgid "Adds a subscription to the feed list." @@ -1088,9 +1086,8 @@ msgid "Adds a new news bin." msgstr "Добавить ящик для новостей" #: ../src/ui/liferea_shell.c:900 -#, fuzzy msgid "_Mark Items Read" -msgstr "Отметить всё как прочитанное" +msgstr "Отметить как прочитанное" #: ../src/ui/liferea_shell.c:900 #, fuzzy @@ -1110,7 +1107,6 @@ msgid "" msgstr "Обновить выбранную ленту или все ленты в выбранной папке." #: ../src/ui/liferea_shell.c:907 -#, fuzzy msgid "_Properties" msgstr "Свойства" @@ -1124,7 +1120,7 @@ msgstr "Удалить" #: ../src/ui/liferea_shell.c:908 msgid "Removes the selected subscription." -msgstr "Удалить выбранную ленту." +msgstr "Удалить выбранную подписку." #: ../src/ui/liferea_shell.c:912 ../src/ui/ui_popup.c:141 msgid "Toggle _Read Status" @@ -1255,29 +1251,25 @@ msgid "Liferea is in offline mode. No update possible." msgstr "Liferea в автономном режиме. Обновление невозможно." #: ../src/ui/liferea_htmlview.c:526 -#, fuzzy msgid "Launch Link In _Tab" -msgstr "/Открыть ссылку во вкладке" +msgstr "Открыть ссылку во вкладке" #: ../src/ui/liferea_htmlview.c:527 -#, fuzzy msgid "_Launch Link In Browser" -msgstr "/Открыть ссылку в браузере" +msgstr "Открыть ссылку в браузере" #: ../src/ui/liferea_htmlview.c:530 ../src/ui/ui_popup.c:133 -#, fuzzy, c-format +#, c-format msgid "_Bookmark Link at %s" -msgstr "/Создать закладку на ссылку в %s" +msgstr "Создать закладку на ссылку в %s" #: ../src/ui/liferea_htmlview.c:534 -#, fuzzy msgid "_Copy Link Location" -msgstr "/Копировать ссылку в буфер обмена" +msgstr "Копировать адрес ссылки" #: ../src/ui/liferea_htmlview.c:536 -#, fuzzy msgid "_Subscribe..." -msgstr "/Подписаться ..." +msgstr "Подписаться..." #: ../src/ui/ui_itemlist.c:242 #, fuzzy @@ -1311,88 +1303,72 @@ msgid "(empty)" msgstr "(пусто)" #: ../src/ui/ui_popup.c:106 -#, fuzzy msgid "Launch Item In _Tab" -msgstr "/Открыть во вкладке" +msgstr "Открыть во вкладке" #: ../src/ui/ui_popup.c:107 -#, fuzzy msgid "_Launch Item In Browser" -msgstr "/Открыть в браузере" +msgstr "Открыть в браузере" #: ../src/ui/ui_popup.c:119 -#, fuzzy msgid "Copy to News Bin" -msgstr "/Добавить в ящик новостей/%s" +msgstr "Добавить в ящик новостей/%s" #: ../src/ui/ui_popup.c:137 -#, fuzzy msgid "Copy Item _URL to Clipboard" -msgstr "/Копировать URL в буфер обмена" +msgstr "Копировать URL в буфер обмена" #: ../src/ui/ui_popup.c:143 -#, fuzzy msgid "R_emove Item" -msgstr "/Удалить" +msgstr "Удалить" #: ../src/ui/ui_popup.c:156 -#, fuzzy msgid "Open Enclosure..." -msgstr "/Открыть вложение ..." +msgstr "Открыть вложение..." #: ../src/ui/ui_popup.c:157 -#, fuzzy msgid "Save As..." -msgstr "/Сохранить как ..." +msgstr "Сохранить как..." #: ../src/ui/ui_popup.c:158 -#, fuzzy msgid "Copy Link Location" -msgstr "/Копировать ссылку в буфер обмена" +msgstr "Копировать адрес ссылки" #: ../src/ui/ui_popup.c:172 -#, fuzzy msgid "_Update All" -msgstr "/Обновить все" +msgstr "Обновить все" #: ../src/ui/ui_popup.c:177 msgid "_Show Liferea" -msgstr "" +msgstr "Показать Liferea" #: ../src/ui/ui_popup.c:262 -#, fuzzy msgid "_Update Folder" -msgstr "/Обновить папку" +msgstr "Обновить папку" #: ../src/ui/ui_popup.c:264 -#, fuzzy msgid "_Mark All As Read" -msgstr "/Отметить все как прочтенные" +msgstr "Отметить все как прочтенные" #: ../src/ui/ui_popup.c:274 -#, fuzzy msgid "_New" -msgstr "/Добавить" +msgstr "Добавить" #: ../src/ui/ui_popup.c:276 -#, fuzzy msgid "New _Subscription..." -msgstr "Добавить ленту" +msgstr "Добавить подписку..." #: ../src/ui/ui_popup.c:283 -#, fuzzy msgid "New S_ource..." -msgstr "Добавить источник лент" +msgstr "Добавить источник лент..." #: ../src/ui/ui_popup.c:293 -#, fuzzy msgid "_Delete" -msgstr "/Удалить" +msgstr "Удалить" #: ../src/ui/ui_popup.c:294 -#, fuzzy msgid "_Properties..." -msgstr "/Свойства ..." +msgstr "Свойства..." #: ../src/ui/ui_prefs.c:73 msgid "GNOME Default Browser" @@ -1692,7 +1668,7 @@ msgstr "Открыть ленту" #: ../src/notification/libnotify.c:165 ../src/notification/libnotify.c:259 msgid "Mark all as read" -msgstr "Отметить все прочитанным" +msgstr "Отметить все как прочитанные" #: ../src/notification/libnotify.c:245 #, c-format @@ -1728,11 +1704,11 @@ msgstr "" #: ../glade/auth.glade.h:5 ../glade/liferea.glade.h:106 msgid "User_name:" -msgstr "Имя" +msgstr "Имя пользователя:" #: ../glade/auth.glade.h:6 ../glade/liferea.glade.h:143 msgid "_Password:" -msgstr "Пароль" +msgstr "Пароль:" #: ../glade/bloglines_source.glade.h:1 msgid "Add Bloglines Account" @@ -1749,7 +1725,7 @@ msgstr "Пароль" #: ../glade/bloglines_source.glade.h:4 msgid "_Username" -msgstr "Имя" +msgstr "Имя пользователя" #: ../glade/google_source.glade.h:1 msgid "Add Google Reader Account" @@ -1761,7 +1737,7 @@ msgstr "Укажите настройки вашего аккаунта Google R #: ../glade/google_source.glade.h:4 msgid "_Username (Email)" -msgstr "Имя или email" +msgstr "Имя пользователя или email" #: ../glade/liferea.glade.h:1 msgid " " @@ -1875,7 +1851,6 @@ msgid "Synchronized with Nearby Hosts" msgstr "Название ленты" #: ../glade/liferea.glade.h:27 -#, fuzzy msgid "Toolbar Settings" msgstr "Настройка меню" @@ -2169,7 +2144,7 @@ msgstr "" #: ../glade/liferea.glade.h:97 msgid "T_erminate instead of minimizing to tray icon." -msgstr "Выходить вместо сворачивания в лоток" +msgstr "Выходить вместо сворачивания в лоток." #: ../glade/liferea.glade.h:98 msgid "" @@ -2279,7 +2254,7 @@ msgstr "" #: ../glade/liferea.glade.h:123 msgid "_Enable browser plugins." -msgstr "" +msgstr "Разрешить расширения браузера" #: ../glade/liferea.glade.h:124 #, fuzzy @@ -2300,7 +2275,7 @@ msgstr "Скрыть прочитанные записи" #: ../glade/liferea.glade.h:128 msgid "_Hide toolbar." -msgstr "" +msgstr "Скрыть панель инструментов" #: ../glade/liferea.glade.h:129 ../glade/new_subscription.glade.h:12 msgid "_Local File" @@ -2308,7 +2283,7 @@ msgstr "Локальный файл" #: ../glade/liferea.glade.h:130 msgid "_Manual Setting:" -msgstr "Ручная настройка" +msgstr "Ручная настройка:" #: ../glade/liferea.glade.h:132 #, no-c-format @@ -2340,13 +2315,12 @@ msgid "_No Proxy" msgstr "Нет прокси" #: ../glade/liferea.glade.h:139 -#, fuzzy msgid "_Number of items to save:" msgstr "Количество элементов ленты для хранения:" #: ../glade/liferea.glade.h:140 msgid "_Open link in:" -msgstr "Открыть ссылку:" +msgstr "Открыть ссылку в:" #: ../glade/liferea.glade.h:141 msgid "_Pass URL and do not download enclosure." @@ -2361,13 +2335,12 @@ msgid "_Save downloads in" msgstr "Сохранять файлы в" #: ../glade/liferea.glade.h:146 -#, fuzzy msgid "_Search Folder..." -msgstr "Папка поиска" +msgstr "Папка поиска..." #: ../glade/liferea.glade.h:147 msgid "_Search for:" -msgstr "Искать:" +msgstr "Искать в:" #: ../glade/liferea.glade.h:148 #, fuzzy @@ -2388,7 +2361,7 @@ msgstr "Источник:" #: ../glade/liferea.glade.h:152 msgid "_Start in tray icon." -msgstr "" +msgstr "Сворачивать в системный лоток при запуске." #: ../glade/liferea.glade.h:153 ../glade/new_subscription.glade.h:14 msgid "_URL"