On 08.03.2015 17:46, Zbigniew Jędrzejewski-Szmek wrote: > On Sun, Mar 08, 2015 at 05:41:28PM +0300, Sergey Ptashnick wrote: >> Correctly pluralize strings for fsckd. > This does not apply: the context is changed. Can you rebase? > > Zbyszek
Oops, sorry. Fixed.
Subject: [PATCH 2/2] po: update Russian translation - pluralize fsckd Correctly pluralize strings for fsckd. --- po/ru.po | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/po/ru.po b/po/ru.po index 72ecd6f..abd1264 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,12 +7,13 @@ msgstr "" "Project-Id-Version: systemd\n" "Report-Msgid-Bugs-To: [email protected]\n" "POT-Creation-Date: 2013-03-24 19:22+0300\n" -"PO-Revision-Date: 2015-03-02 00:25+0300\n" +"PO-Revision-Date: 2015-03-08 17:15+0300\n" "Last-Translator: Sergey Ptashnick <[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" #: ../src/hostname/org.freedesktop.hostname1.policy.in.h:1 msgid "Set host name" @@ -338,9 +339,11 @@ msgstr "ЧÑÐ¾Ð±Ñ Ð·Ð°ÑÑавиÑÑ systemd пеÑеÑиÑаÑÑ ÐºÐ¾Ð½Ñиг msgid "Press Ctrl+C to cancel all filesystem checks in progress" msgstr "ЧÑÐ¾Ð±Ñ Ð¿ÑеÑваÑÑ Ð²Ñе запÑÑеннÑе пÑовеÑки ÑайловÑÑ ÑиÑÑем, нажмиÑе Ctrl+C" +# There is no difference between "на 2 диÑÐºÐ°Ñ " (plural==1) and "на 5 диÑÐºÐ°Ñ " (plural==2) #: ../src/fsckd/fsckd.c:227 #, c-format msgid "Checking in progress on %d disk (%3.1f%% complete)" msgid_plural "Checking in progress on %d disks (%3.1f%% complete)" msgstr[0] "ÐÑовеÑÑеÑÑÑ ÑелоÑÑноÑÑÑ Ñайловой ÑиÑÑÐµÐ¼Ñ Ð½Ð° %d диÑке (вÑполнено %3.1f%%)" msgstr[1] "ÐÑовеÑÑеÑÑÑ ÑелоÑÑноÑÑÑ ÑайловÑÑ ÑиÑÑем на %d диÑÐºÐ°Ñ (вÑполнено %3.1f%%)" +msgstr[2] "ÐÑовеÑÑеÑÑÑ ÑелоÑÑноÑÑÑ ÑайловÑÑ ÑиÑÑем на %d диÑÐºÐ°Ñ (вÑполнено %3.1f%%)" -- 1.7.2.5
_______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
