https://bugs.kde.org/show_bug.cgi?id=219430
Summary: "Move to Trash"/"Move %1 Files to Trash" messages are not compatible with Russian plural forms Product: digikam Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: [hidden email] ReportedBy: [hidden email] Version: beta6 (using Devel) OS: Linux Installed from: Compiled sources Hint: "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" -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
https://bugs.kde.org/show_bug.cgi?id=219430
--- Comment #1 from Marcel Wiesweg <marcel wiesweg gmx de> 2009-12-20 22:17:08 --- Can you please decrypt your message for us and tell us how to improve this i18n call: i18np("Move to Trash", "Move %1 Files to Trash", quantity); -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=219430
--- Comment #2 from Alexander Potashev <aspotashev gmail com> 2009-12-21 18:27:09 --- > i18np("Move to Trash", "Move %1 Files to Trash", quantity); The best translation in this context is this triple: msgstr[0] "Переместить %1 файл в корзину" msgstr[1] "Переместить %1 файла в корзину" msgstr[2] "Переместить %1 файлов в корзину" In this context: d->imageDeleteAction = new KAction(KIcon("user-trash"), i18n("Move to Trash"), this); there is only one translation (because there are no parameters), but the two "Move to Trash" messages are shared in the digikam.po file and the fresh digikam.pot template. This is surely not a digiKam bug, but it's still someone's bug. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=219430
Alexander Potashev <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED --- Comment #3 from Alexander Potashev <aspotashev gmail com> 2010-01-03 20:23:57 --- Auto-fix ;) =================================== SVN commit 1069567 by aspotashev: Split translations of "Move to Trash" to allow different translations in pluralized and non-pluralized contexts. CCMAIL: [hidden email] M +2 -2 digikam/contextmenuhelper.cpp M +1 -1 digikam/digikamapp.cpp M +1 -1 showfoto/showfoto.cpp M +1 -1 utilities/imageeditor/editor/editorwindow.cpp M +1 -1 utilities/lighttable/lighttablepreview.cpp M +1 -1 utilities/lighttable/lighttablewindow.cpp -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=219430
Gilles Caulier <[hidden email]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |1.1.0 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=219430
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|general |Usability CC| |[hidden email] -- You are receiving this mail because: You are the assignee for the bug. |
In reply to this post by Alexander Potashev
https://bugs.kde.org/show_bug.cgi?id=219430
[hidden email] changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Usability |Usability-i18n -- You are receiving this mail because: You are the assignee for the bug. |
Free forum by Nabble | Edit this page |