mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 20:38:50 +00:00
i18n(calendar): Change Email Attendees to Email Attendees (internal users
This commit is contained in:
@@ -377,7 +377,7 @@
|
||||
"Show an Alert" = "Show an Alert";
|
||||
"Send an E-mail" = "Send an E-mail";
|
||||
"Email Organizer" = "Email Organizer";
|
||||
"Email Attendees" = "Email Attendees";
|
||||
"Email Attendees (internal users)" = "Email Attendees (internal users)";
|
||||
"zoom_400" = "400%";
|
||||
"zoom_200" = "200%";
|
||||
"zoom_100" = "100%";
|
||||
|
||||
@@ -377,7 +377,7 @@
|
||||
"Show an Alert" = "Afficher une alerte";
|
||||
"Send an E-mail" = "Envoyer un courrier";
|
||||
"Email Organizer" = "À l'organisateur";
|
||||
"Email Attendees" = "Aux invités";
|
||||
"Email Attendees (internal users)" = "Aux invités (utilisateurs internes)";
|
||||
"zoom_400" = "400%";
|
||||
"zoom_200" = "200%";
|
||||
"zoom_100" = "100%";
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
<md-button class="md-icon-button"
|
||||
ng-show="editor.component.attendees.length > 0"
|
||||
ng-click="editor.newMessageWithAllRecipients($event)">
|
||||
<md-icon label:aria-label="Email Attendees">mail</md-icon>
|
||||
<md-icon label:aria-label="Email Attendees (internal users)">mail</md-icon>
|
||||
</md-button>
|
||||
<md-button class="md-icon-button" ng-click="editor.close()">
|
||||
<md-icon label:aria-label="Close">close</md-icon>
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
<md-checkbox ng-model="editor.component.alarm.attendees"
|
||||
ng-true-value="1"
|
||||
ng-false-value="0"
|
||||
label:aria-label="Email Attendees">
|
||||
<var:string label:value="Email Attendees"/>
|
||||
label:aria-label="Email Attendees (internal users)">
|
||||
<var:string label:value="Email Attendees (internal users)"/>
|
||||
</md-checkbox>
|
||||
</div>
|
||||
</md-radio-group>
|
||||
|
||||
Reference in New Issue
Block a user