Plurals for number of Undo / Redo actions.

This commit is contained in:
bubnikv 2019-08-28 16:19:46 +02:00
parent 2b7a4973a8
commit 8865c4b685
4 changed files with 36 additions and 25 deletions

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-08-28 15:34+0200\n"
"POT-Creation-Date: 2019-08-28 16:09+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -16,6 +16,7 @@ msgstr ""
"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"
#: src/slic3r/GUI/AboutDialog.cpp:39 src/slic3r/GUI/AboutDialog.cpp:291
msgid "Portions copyright"
@ -831,23 +832,17 @@ msgstr ""
#: src/slic3r/GUI/GLCanvas3D.cpp:3497
#, possible-c-format
msgid "Undo %d Actions"
msgstr ""
msgid "Undo %1$d Action"
msgid_plural "Undo %1$d Actions"
msgstr[0] ""
msgstr[1] ""
#: src/slic3r/GUI/GLCanvas3D.cpp:3497
#, possible-c-format
msgid "Redo %d Actions"
msgstr ""
#: src/slic3r/GUI/GLCanvas3D.cpp:3497
#, possible-c-format
msgid "Undo %d Action"
msgstr ""
#: src/slic3r/GUI/GLCanvas3D.cpp:3497
#, possible-c-format
msgid "Redo %d Action"
msgstr ""
msgid "Redo %1$d Action"
msgid_plural "Redo %1$d Actions"
msgstr[0] ""
msgstr[1] ""
#: src/slic3r/GUI/GLCanvas3D.cpp:3544
msgid "Add..."