found sneaky missing translations

This commit is contained in:
Henry Oswald 2014-08-20 14:31:44 +01:00
parent 8d51fcc457
commit 3cd43ddd86
6 changed files with 10 additions and 10 deletions

View file

@ -41,7 +41,7 @@ div.full-size(
ng-controller="PdfSynctexController" ng-controller="PdfSynctexController"
) )
a.btn.btn-default.btn-xs( a.btn.btn-default.btn-xs(
tooltip="Go to code location in PDF" tooltip="#{translate('go_to_code_location_in_pdf')}"
tooltip-placement="right" tooltip-placement="right"
tooltip-append-to-body="true" tooltip-append-to-body="true"
ng-click="syncToPdf()" ng-click="syncToPdf()"

View file

@ -24,7 +24,7 @@ aside#left-menu.full-size(
| PDF | PDF
div.pdf-disabled( div.pdf-disabled(
ng-if="!pdf.url" ng-if="!pdf.url"
tooltip="Please compile your project before downloading the PDF" tooltip="#{translate('please_compile_pdf_before_download')}"
tooltip-placement="bottom" tooltip-placement="bottom"
) )
i.fa.fa-file-pdf-o.fa-2x i.fa.fa-file-pdf-o.fa-2x

View file

@ -31,7 +31,7 @@ div.full-size.pdf(ng-controller="PdfController")
ng-href="{{pdf.url}}" ng-href="{{pdf.url}}"
target="_blank" target="_blank"
ng-if="pdf.url" ng-if="pdf.url"
tooltip="Download PDF" tooltip="#{translate('download_pdf')}"
tooltip-placement="bottom" tooltip-placement="bottom"
) )
i.fa.fa-download i.fa.fa-download
@ -50,7 +50,7 @@ div.full-size.pdf(ng-controller="PdfController")
href, href,
ng-click="switchToSideBySideLayout()" ng-click="switchToSideBySideLayout()"
ng-show="ui.pdfLayout == 'flat'" ng-show="ui.pdfLayout == 'flat'"
tooltip="Split screen" tooltip="#{translate('split_screen')}"
tooltip-placement="bottom" tooltip-placement="bottom"
tooltip-append-to-body="true" tooltip-append-to-body="true"
) )
@ -118,7 +118,7 @@ div.full-size.pdf(ng-controller="PdfController")
.pull-right .pull-right
a.btn.btn-default.btn-sm( a.btn.btn-default.btn-sm(
href, href,
tooltip="Clear cached files", tooltip="#{translate("clear_cached_files")}",
tooltip-placement="top", tooltip-placement="top",
tooltip-append-to-body="true", tooltip-append-to-body="true",
ng-click="openClearCacheModal()" ng-click="openClearCacheModal()"

View file

@ -38,7 +38,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
.col-xs-1 .col-xs-1
a( a(
href href
tooltip="Remove collaborator" tooltip="#{translate('remove_collaborator')}"
tooltip-placement="bottom" tooltip-placement="bottom"
ng-click="removeMember(member)" ng-click="removeMember(member)"
) )

View file

@ -22,7 +22,7 @@
.btn-group(ng-hide="selectedProjects.length < 1") .btn-group(ng-hide="selectedProjects.length < 1")
a.btn.btn-default( a.btn.btn-default(
href='#', href='#',
tooltip="Download", tooltip="#{translate('download')}",
tooltip-placement="bottom", tooltip-placement="bottom",
tooltip-append-to-body="true", tooltip-append-to-body="true",
ng-click="downloadSelectedProjects()" ng-click="downloadSelectedProjects()"
@ -30,7 +30,7 @@
i.fa.fa-cloud-download i.fa.fa-cloud-download
a.btn.btn-default( a.btn.btn-default(
href='#', href='#',
tooltip="Delete", tooltip="#{translate('delete')}",
tooltip-placement="bottom", tooltip-placement="bottom",
tooltip-append-to-body="true", tooltip-append-to-body="true",
ng-click="openArchiveProjectsModal()" ng-click="openArchiveProjectsModal()"
@ -41,7 +41,7 @@
a.btn.btn-default.dropdown-toggle( a.btn.btn-default.dropdown-toggle(
href="#", href="#",
data-toggle="dropdown", data-toggle="dropdown",
tooltip="Add to folders", tooltip="#{translate("add_to_folders")}",
tooltip-append-to-body="true", tooltip-append-to-body="true",
tooltip-placement="bottom" tooltip-placement="bottom"
) )

View file

@ -37,7 +37,7 @@ block content
rel='nofollow', rel='nofollow',
ng-click='downloadZip()', ng-click='downloadZip()',
tooltip-placement="bottom", tooltip-placement="bottom",
tooltip="Download .zip File" tooltip="#{translate('download_zip_file')}"
) )
i.fa.fa-cloud-download i.fa.fa-cloud-download
.template-details-section.social_buttons .template-details-section.social_buttons