feat(core): Add mobile provisioning download for Apple's devices. Update translations (incompatible icon under windows)

This commit is contained in:
smizrahi
2023-10-31 12:10:05 +01:00
parent 8f635d4856
commit a273f7aca5
6 changed files with 7 additions and 7 deletions
@@ -193,7 +193,7 @@
"Work" = "Work";
"Mobile" = "Mobile";
"Pager" = "Pager";
"Download configuration profile" = "Download configuration profile";
"Download iOS - MacOS configuration profile" = "Download iOS - MacOS configuration profile";
/* categories */
"contacts_category_labels" = "Colleague, Competitor, Customer, Friend, Family, Business Partner, Provider, Press, VIP";
+1 -1
View File
@@ -193,7 +193,7 @@
"Work" = "Travail";
"Mobile" = "Portable";
"Pager" = "Téléavertisseur";
"Download configuration profile" = "Télécharger le profil de configuration";
"Download iOS - MacOS configuration profile" = "Télécharger le profil de configuration pour iOS / MacOS";
/* categories */
"contacts_category_labels" = "Ami, Client, Collègue, Concurrent, Famille, Fournisseur, Partenaire d'affaire, Presse, VIP";
@@ -65,7 +65,7 @@
"A total of %{0} events were imported in the calendar." = "A total of %{0} events were imported in the calendar.";
"Compose E-Mail to All Attendees" = "Compose E-Mail to All Attendees";
"Compose E-Mail to Undecided Attendees" = "Compose E-Mail to Undecided Attendees";
"Download configuration profile" = "Download configuration profile";
"Download iOS - MacOS configuration profile" = "Download iOS - MacOS configuration profile";
/* Relative dates */
"Yesterday" = "Yesterday";
@@ -65,7 +65,7 @@
"A total of %{0} events were imported in the calendar." = "Un total de %{0} événements ont été importés dans le calendrier.";
"Compose E-Mail to All Attendees" = "Rédiger un courriel pour tous les participants";
"Compose E-Mail to Undecided Attendees" = "Rédiger un courriel pour les participants indécis";
"Download configuration profile" = "Télécharger le profil de configuration";
"Download iOS - MacOS configuration profile" = "Télécharger le profil de configuration iOS / MacOS";
/* Relative dates */
"Yesterday" = "Hier";
@@ -120,7 +120,7 @@
<md-menu-divider><!-- divider --></md-menu-divider>
<md-menu-item>
<md-button ng-click="folder.downloadProvisioningProfile()">
<var:string label:value="Download configuration profile"/>
<var:string label:value="Download iOS - MacOS configuration profile"/>
</md-button>
</md-menu-item>
</md-menu-content>
@@ -208,7 +208,7 @@
<md-menu-divider><!-- divider --></md-menu-divider>
<md-menu-item>
<md-button ng-click="folder.downloadProvisioningProfile()">
<var:string label:value="Download configuration profile"/>
<var:string label:value="Download iOS - MacOS configuration profile"/>
</md-button>
</md-menu-item>
</md-menu-content>
+1 -1
View File
@@ -598,7 +598,7 @@
<md-divider><!-- divider --></md-divider>
<md-menu-item>
<md-button ng-click="$menuCtrl.calendar.downloadProvisioningProfile()">
<var:string label:value="Download configuration profile"/>
<var:string label:value="Download iOS - MacOS configuration profile"/>
</md-button>
</md-menu-item>
</md-menu-content>