Revision 34772708
Added by Marc Dequènes over 14 years ago
- ID 34772708b3ba16f1fda92e0dd4509b3ed85d2fa8
app/views/welcome/index.rhtml | ||
---|---|---|
<h1><%= _("ArtBook Manager") %></h1>
|
||
<h1><%= _("Artistic Production View Manager") %></h1>
|
||
|
||
<p><%= _("This software is intended to manage your ArtBook. This is only a development version with an ugly interface. Please be patient, this is work in progress.") %></p>
|
||
<p><%= _("This software is intended to dynamically manage a view of an artistic production. This is only a development version which is work in progress. Please be patient.") %></p>
|
||
|
||
<h2><%= _("Latest 10 Artworks") %></h2>
|
||
<h2><%= _("Latest 10 Productions") %></h2>
|
||
|
||
<p>
|
||
<% Artwork.find(:all, :include => :artwork_step_images, :conditions => ["artwork_steps.id IS NOT NULL"], :order => "artwork_steps.date DESC", :limit => 10).each do |artwork| %>
|
po/MyCyma.pot | ||
---|---|---|
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: MyCyma 0.2.0\n"
|
||
"POT-Creation-Date: 2010-01-24 21:03+0100\n"
|
||
"POT-Creation-Date: 2010-04-03 18:07+0200\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"
|
||
... | ... | |
msgstr ""
|
||
|
||
#: app/views/welcome/index.rhtml:1
|
||
msgid "ArtBook Manager"
|
||
msgid "Artistic Production View Manager"
|
||
msgstr ""
|
||
|
||
#: app/views/welcome/index.rhtml:3
|
||
msgid ""
|
||
"This software is intended to manage your ArtBook. This is only a development "
|
||
"version with an ugly interface. Please be patient, this is work in progress."
|
||
"This software is intended to dynamically manage a view of an artistic "
|
||
"production. This is only a development version which is work in progress. "
|
||
"Please be patient."
|
||
msgstr ""
|
||
|
||
#: app/views/welcome/index.rhtml:5
|
||
msgid "Latest 10 Artworks"
|
||
msgid "Latest 10 Productions"
|
||
msgstr ""
|
||
|
||
#: app/views/layouts/application.rhtml:20
|
po/fr/MyCyma.po | ||
---|---|---|
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: MyCyma 0.2.0\n"
|
||
"POT-Creation-Date: 2010-01-24 21:03+0100\n"
|
||
"POT-Creation-Date: 2010-04-03 18:07+0200\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"
|
||
... | ... | |
msgstr "Identification échouée"
|
||
|
||
#: app/views/welcome/index.rhtml:1
|
||
msgid "ArtBook Manager"
|
||
msgstr "Gestionnaire de Livre d'Art"
|
||
msgid "Artistic Production View Manager"
|
||
msgstr "Gestionnaire d'Affichage de Production Artistique"
|
||
|
||
#: app/views/welcome/index.rhtml:3
|
||
msgid ""
|
||
"This software is intended to manage your ArtBook. This is only a development "
|
||
"version with an ugly interface. Please be patient, this is work in progress."
|
||
"This software is intended to dynamically manage a view of an artistic "
|
||
"production. This is only a development version which is work in progress. "
|
||
"Please be patient."
|
||
msgstr ""
|
||
"Ce logiciel a pour but de gérer votre livre d'art. C'est uniquement une "
|
||
"version de développement avec une horrible interface. Merci d'être patient, "
|
||
"c'est un travail en cours."
|
||
"Ce logiciel a pour but d'assurer la gestion dynamique de l'affichage d'une "
|
||
"production artistique. S'agissant d'une version de développement, "
|
||
"l'interface sera améliorée ultérieurement. Merci d'être patient."
|
||
|
||
#: app/views/welcome/index.rhtml:5
|
||
msgid "Latest 10 Artworks"
|
||
msgstr "10 Dernières Œuvres"
|
||
msgid "Latest 10 Productions"
|
||
msgstr "10 Dernières Réalisations"
|
||
|
||
#: app/views/layouts/application.rhtml:20
|
||
msgid "View"
|
Also available in: Unified diff
[cosmetic] improved front view (closes #13)