(i18n) Add missing localizable strings

pull/259/head
Francis Lachapelle 2019-09-05 10:20:41 -04:00
parent aad51c4b04
commit 1641235163
2 changed files with 4 additions and 2 deletions

View File

@ -107,6 +107,7 @@
"Name of the Calendar" = "Name of the Calendar";
"new" = "New";
"Print view" = "Print view";
"Print" = "Print";
"edit" = "Edit";
"delete" = "Delete";
"proposal" = "Proposal";
@ -147,6 +148,7 @@
"Display events and tasks colors" = "Display events and tasks colors";
"Borders" = "Borders";
"Backgrounds" = "Backgrounds";
"Page Format" = "Page Format";
/* Appointments */
"Appointment viewer" = "Appointment Viewer";

View File

@ -692,7 +692,7 @@
<md-checkbox
ng-model="$PrintDialogController.workingHoursOnly"
label:aria-label="Show working hours only">
<var:string label:value="Show working hours only"/>
<var:string label:value="Display working hours only"/>
</md-checkbox>
</div>
<div>
@ -702,7 +702,7 @@
<div flex="30" ng-show="$PrintDialogController.visibleList" style="border-right: 1px solid #eee">
<div class="sg-md-caption"><var:string label:value="Tasks"/></div>
</div>
<div class="md-flex" style="align-self: center; text-align: center;">{{:: $PrintDialogController.calendarView | loc }}</div>
<div class="md-flex" style="align-self: center; text-align: center;">{{:: $PrintDialogController.calendarView.capitalize() | loc }}</div>
</div>
</div>
</md-dialog-content>