Revision 0512b6b4
Added by Marc Dequènes almost 15 years ago
- ID 0512b6b4c2f38ab3a76b861cc7760717bb0fbacb
app/views/view/artwork.rhtml | ||
---|---|---|
<h1><%= sprintf(_("View of artwork '%s'"), @artwork.title) %></h1>
|
||
<h1><%= @artwork.title %></h1>
|
||
|
||
<div style="float: right;">
|
||
<h2><%= _("Steps") %></h2>
|
po/MyCyma.pot | ||
---|---|---|
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: MyCyma 0.2.0\n"
|
||
"POT-Creation-Date: 2010-01-24 20:55+0100\n"
|
||
"POT-Creation-Date: 2010-01-24 21:03+0100\n"
|
||
"PO-Revision-Date: 2008-07-28 02:17+0200\n"
|
||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||
... | ... | |
msgid "Tree view of the Cyma"
|
||
msgstr ""
|
||
|
||
#: app/views/view/artwork.rhtml:1
|
||
msgid "View of artwork '%s'"
|
||
msgstr ""
|
||
|
||
#: app/views/view/artwork.rhtml:17
|
||
msgid "This artwork is part of the '%s' set."
|
||
msgstr ""
|
po/fr/MyCyma.po | ||
---|---|---|
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: MyCyma 0.2.0\n"
|
||
"POT-Creation-Date: 2010-01-24 20:55+0100\n"
|
||
"POT-Creation-Date: 2010-01-24 21:03+0100\n"
|
||
"PO-Revision-Date: 2008-07-28 02:17+0200\n"
|
||
"Last-Translator: Marc Dequènes (Duck) <Duck@DuckCorp.org>\n"
|
||
"MIME-Version: 1.0\n"
|
||
... | ... | |
msgid "Tree view of the Cyma"
|
||
msgstr "Vue en arbre de la Cimaise"
|
||
|
||
#: app/views/view/artwork.rhtml:1
|
||
msgid "View of artwork '%s'"
|
||
msgstr "Vue de l'œuvre '%s'"
|
||
|
||
#: app/views/view/artwork.rhtml:17
|
||
msgid "This artwork is part of the '%s' set."
|
||
msgstr "Cette œuvre fait partie de la série '%s'"
|
Also available in: Unified diff
[cosmetic] changed title for artwork view page (closes #15)