diff options
| author | Colin Marquardt <github@marquardt-home.de> | 2007-02-10 15:12:25 +0000 |
|---|---|---|
| committer | cmarqu <cmarqu@users.sourceforge.net> | 2007-02-10 15:12:25 +0000 |
| commit | 1f8a6833ec1363b1a2ca7b53fe84dfbe859d923b (patch) | |
| tree | 0f8585a315c510b59f6fec0928eebfc89e6ec25c | |
| parent | Extend ALL_LINGUAS (diff) | |
| download | inkscape-1f8a6833ec1363b1a2ca7b53fe84dfbe859d923b.tar.gz inkscape-1f8a6833ec1363b1a2ca7b53fe84dfbe859d923b.zip | |
Fix plural forms.
(bzr r2349)
| -rw-r--r-- | po/en_AU.po | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/po/en_AU.po b/po/en_AU.po index 55d192f1b..96834ac4c 100644 --- a/po/en_AU.po +++ b/po/en_AU.po @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: inkscape\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2007-02-10 15:28+0100\n" -"PO-Revision-Date: 2007-02-10 16:02+0100\n" +"PO-Revision-Date: 2007-02-10 16:10+0100\n" "Last-Translator: Chris Goerner <cgoerner@fastmail.com.au>\n" "Language-Team: English (Australia)\n" "MIME-Version: 1.0\n" @@ -1012,7 +1012,7 @@ msgstr "Close file" msgid "<b>%d</b> object found (out of <b>%d</b>), %s match." msgid_plural "<b>%d</b> objects found (out of <b>%d</b>), %s match." msgstr[0] "<b>%d</b> object found (out of <b>%d</b>), %s match." -msgstr[1] "" +msgstr[1] "<b>%d</b> objects found (out of <b>%d</b>), %s match." #: ../src/dialogs/find.cpp:374 ../src/ui/dialog/find.cpp:437 msgid "exact" @@ -2823,7 +2823,7 @@ msgstr "Vac_uum Defs" msgid "Removed <b>%i</b> unused definition in <defs>." msgid_plural "Removed <b>%i</b> unused definitions in <defs>." msgstr[0] "Removed <b>%i</b> unused definition in <defs>." -msgstr[1] "" +msgstr[1] "Removed <b>%i</b> unused definitions in <defs>." #: ../src/file.cpp:477 msgid "No unused definitions in <defs>." @@ -3940,7 +3940,7 @@ msgstr "Drag the handles of the object to modify it." msgid "<b>%i</b> of <b>%i</b> node selected; %s. %s." msgid_plural "<b>%i</b> of <b>%i</b> nodes selected; %s. %s." msgstr[0] "<b>%i</b> of <b>%i</b> node selected; %s. %s." -msgstr[1] "" +msgstr[1] "<b>%i</b> of <b>%i</b> nodes selected; %s. %s." #: ../src/nodepath.cpp:4287 #, fuzzy, c-format @@ -3956,7 +3956,7 @@ msgstr[1] "" msgid "<b>%i</b> of <b>%i</b> node selected. %s." msgid_plural "<b>%i</b> of <b>%i</b> nodes selected. %s." msgstr[0] "<b>%i</b> of <b>%i</b> node selected. %s." -msgstr[1] "" +msgstr[1] "<b>%i</b> of <b>%i</b> nodes selected. %s." #: ../src/object-edit.cpp:488 msgid "" @@ -4743,7 +4743,7 @@ msgstr "Use <b>Shift+D</b> to look up frame" msgid "<b>%i</b> object selected" msgid_plural "<b>%i</b> objects selected" msgstr[0] "<b>%i</b> object selected" -msgstr[1] "" +msgstr[1] "<b>%i</b> objects selected" #. this is only used with 2 or more objects #: ../src/selection-describer.cpp:189 @@ -4952,7 +4952,7 @@ msgstr "<b>Image</b> %d × %d: %s" msgid "<b>Group</b> of <b>%d</b> object" msgid_plural "<b>Group</b> of <b>%d</b> objects" msgstr[0] "<b>Group</b> of <b>%d</b> object" -msgstr[1] "" +msgstr[1] "<b>Group</b> of <b>%d</b> objects" #: ../src/sp-item.cpp:849 msgid "Object" @@ -4997,7 +4997,7 @@ msgstr "<b>Dynamic offset</b>, %s by %f pt" msgid "<b>Path</b> (%i node)" msgid_plural "<b>Path</b> (%i nodes)" msgstr[0] "<b>Path</b> (%i node)" -msgstr[1] "" +msgstr[1] "<b>Path</b> (%i nodes)" #: ../src/sp-polygon.cpp:235 msgid "<b>Polygon</b>" @@ -5023,14 +5023,14 @@ msgstr "<b>Spiral</b> with %3f turns" msgid "<b>Star</b> with %d vertex" msgid_plural "<b>Star</b> with %d vertices" msgstr[0] "<b>Star</b> with %d vertex" -msgstr[1] "" +msgstr[1] "<b>Star</b> with %d vertices" #: ../src/sp-star.cpp:285 #, c-format msgid "<b>Polygon</b> with %d vertex" msgid_plural "<b>Polygon</b> with %d vertices" msgstr[0] "<b>Polygon</b> with %d vertex" -msgstr[1] "" +msgstr[1] "<b>Polygon</b> with %d vertices" #: ../src/sp-switch.cpp:100 #, fuzzy, c-format |
