##// END OF EJS Templates
export links modified...
Jean-Philippe Lang -
r57:2c6e3cb02d8b
parent child
Show More
@@ -1,7 +1,7
1 1 <h2><%= l(:label_gantt_chart) %></h2>
2 2 <div class="topright">
3 3 <small>
4 <%= link_to 'PDF ', :zoom => @zoom, :year => @year_from, :month => @month_from, :months => @months, :output => 'pdf' %>
4 <%= l(:label_export_to) %>&nbsp;&nbsp;<%= link_to 'PDF', :zoom => @zoom, :year => @year_from, :month => @month_from, :months => @months, :output => 'pdf' %>
5 5 </small>
6 6 </div>
7 7
@@ -1,8 +1,9
1 1 <h2><%=l(:label_issue_plural)%></h2>
2 2 <div class="topright">
3 3 <small>
4 <%= link_to 'PDF ', :action => 'export_issues_pdf', :id => @project %> |
5 <%= link_to 'CSV ', :action => 'export_issues_csv', :id => @project %>
4 <%= l(:label_export_to) %>&nbsp;
5 <%= link_to 'CSV', :action => 'export_issues_csv', :id => @project %>,
6 <%= link_to 'PDF', :action => 'export_issues_pdf', :id => @project %>
6 7 </small>
7 8 </div>
8 9
@@ -232,8 +232,7 label_version: Version
232 232 label_version_new: Neue Version
233 233 label_version_plural: Versionen
234 234 label_confirmation: Bestätigung
235 label_export_csv: Export zu CSV
236 label_export_pdf: Export zu PDF
235 label_export_to: Export zu
237 236 label_read: Lesen...
238 237 label_public_projects: Öffentliche Projekte
239 238 label_open_issues: Geöffnet
@@ -232,8 +232,7 label_version: Version
232 232 label_version_new: New version
233 233 label_version_plural: Versions
234 234 label_confirmation: Confirmation
235 label_export_csv: Export to CSV
236 label_export_pdf: Export to PDF
235 label_export_to: Export to
237 236 label_read: Read...
238 237 label_public_projects: Public projects
239 238 label_open_issues: Open
@@ -232,8 +232,7 label_version: Versión
232 232 label_version_new: Nueva versión
233 233 label_version_plural: Versiónes
234 234 label_confirmation: Confirmación
235 label_export_csv: Exportar a CSV
236 label_export_pdf: Exportar a PDF
235 label_export_to: Exportar a
237 236 label_read: Leer...
238 237 label_public_projects: Proyectos publicos
239 238 label_open_issues: Abierta
@@ -233,8 +233,7 label_version: Version
233 233 label_version_new: Nouvelle version
234 234 label_version_plural: Versions
235 235 label_confirmation: Confirmation
236 label_export_csv: Exporter en CSV
237 label_export_pdf: Exporter en PDF
236 label_export_to: Exporter en
238 237 label_read: Lire...
239 238 label_public_projects: Projets publics
240 239 label_open_issues: Ouverte
General Comments 0
You need to be logged in to leave comments. Login now