mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 13:58:51 +00:00
Add missing localizable strings
This commit is contained in:
@@ -104,6 +104,9 @@
|
||||
"firstWeekOfYear_First4DayWeek" = "First 4-day week";
|
||||
"firstWeekOfYear_FirstFullWeek" = "First full week";
|
||||
|
||||
"White list for appointment invitations:" = "White list for appointment invitations:";
|
||||
"Contacts Names" = "Contacts Names";
|
||||
|
||||
/* Default Calendar */
|
||||
"Default calendar :" = "Default calendar:";
|
||||
"selectedCalendar" = "Selected calendar";
|
||||
|
||||
@@ -265,13 +265,13 @@
|
||||
var:checked="preventInvitations" />
|
||||
<var:string label:value="Prevent from being invited to appointments"/></div>
|
||||
<hr />
|
||||
<var:string label:value="White list for appointments invitations:"/>
|
||||
<var:string label:value="White list for appointment invitations:"/>
|
||||
<div id="appointmentsWhiteListWrapper" class="listWrapper">
|
||||
<table id="tableViewWhiteList" cellspacing="0">
|
||||
<thead>
|
||||
<tr class="tableview">
|
||||
<th const:class="tbtv_headercell" const:id="whiteListTableHeader">
|
||||
<var:string label:value="Contacts names"/></th>
|
||||
<var:string label:value="Contacts Names"/></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user