export links modified
git-svn-id: http://redmine.rubyforge.org/svn/trunk@59 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9c70084ea5
commit
2c6e3cb02d
@ -1,7 +1,7 @@
|
|||||||
<h2><%= l(:label_gantt_chart) %></h2>
|
<h2><%= l(:label_gantt_chart) %></h2>
|
||||||
<div class="topright">
|
<div class="topright">
|
||||||
<small>
|
<small>
|
||||||
<%= link_to 'PDF ', :zoom => @zoom, :year => @year_from, :month => @month_from, :months => @months, :output => 'pdf' %>
|
<%= l(:label_export_to) %> <%= link_to 'PDF', :zoom => @zoom, :year => @year_from, :month => @month_from, :months => @months, :output => 'pdf' %>
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
<h2><%=l(:label_issue_plural)%></h2>
|
<h2><%=l(:label_issue_plural)%></h2>
|
||||||
<div class="topright">
|
<div class="topright">
|
||||||
<small>
|
<small>
|
||||||
<%= link_to 'PDF ', :action => 'export_issues_pdf', :id => @project %> |
|
<%= l(:label_export_to) %>
|
||||||
<%= link_to 'CSV ', :action => 'export_issues_csv', :id => @project %>
|
<%= link_to 'CSV', :action => 'export_issues_csv', :id => @project %>,
|
||||||
|
<%= link_to 'PDF', :action => 'export_issues_pdf', :id => @project %>
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -232,8 +232,7 @@ label_version: Version
|
|||||||
label_version_new: Neue Version
|
label_version_new: Neue Version
|
||||||
label_version_plural: Versionen
|
label_version_plural: Versionen
|
||||||
label_confirmation: Bestätigung
|
label_confirmation: Bestätigung
|
||||||
label_export_csv: Export zu CSV
|
label_export_to: Export zu
|
||||||
label_export_pdf: Export zu PDF
|
|
||||||
label_read: Lesen...
|
label_read: Lesen...
|
||||||
label_public_projects: Öffentliche Projekte
|
label_public_projects: Öffentliche Projekte
|
||||||
label_open_issues: Geöffnet
|
label_open_issues: Geöffnet
|
||||||
|
@ -232,8 +232,7 @@ label_version: Version
|
|||||||
label_version_new: New version
|
label_version_new: New version
|
||||||
label_version_plural: Versions
|
label_version_plural: Versions
|
||||||
label_confirmation: Confirmation
|
label_confirmation: Confirmation
|
||||||
label_export_csv: Export to CSV
|
label_export_to: Export to
|
||||||
label_export_pdf: Export to PDF
|
|
||||||
label_read: Read...
|
label_read: Read...
|
||||||
label_public_projects: Public projects
|
label_public_projects: Public projects
|
||||||
label_open_issues: Open
|
label_open_issues: Open
|
||||||
|
@ -232,8 +232,7 @@ label_version: Versión
|
|||||||
label_version_new: Nueva versión
|
label_version_new: Nueva versión
|
||||||
label_version_plural: Versiónes
|
label_version_plural: Versiónes
|
||||||
label_confirmation: Confirmación
|
label_confirmation: Confirmación
|
||||||
label_export_csv: Exportar a CSV
|
label_export_to: Exportar a
|
||||||
label_export_pdf: Exportar a PDF
|
|
||||||
label_read: Leer...
|
label_read: Leer...
|
||||||
label_public_projects: Proyectos publicos
|
label_public_projects: Proyectos publicos
|
||||||
label_open_issues: Abierta
|
label_open_issues: Abierta
|
||||||
|
@ -233,8 +233,7 @@ label_version: Version
|
|||||||
label_version_new: Nouvelle version
|
label_version_new: Nouvelle version
|
||||||
label_version_plural: Versions
|
label_version_plural: Versions
|
||||||
label_confirmation: Confirmation
|
label_confirmation: Confirmation
|
||||||
label_export_csv: Exporter en CSV
|
label_export_to: Exporter en
|
||||||
label_export_pdf: Exporter en PDF
|
|
||||||
label_read: Lire...
|
label_read: Lire...
|
||||||
label_public_projects: Projets publics
|
label_public_projects: Projets publics
|
||||||
label_open_issues: Ouverte
|
label_open_issues: Ouverte
|
||||||
|
Loading…
x
Reference in New Issue
Block a user