Skip to content

Commit

Permalink
Merge branch 'fixFR' into 'master'
Browse files Browse the repository at this point in the history
Fix fr_CA translations

See merge request extensions/outlook365!10
  • Loading branch information
jaapjansma committed Aug 12, 2024
2 parents a5f154e + 25fce4f commit de8d8bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/UIStrings.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,16 @@ var UIStrings = (function () {
"SavedText": "Tots els contactes seleccionats s'han desat a CiviCRM",
}
};
// JSON for Canada Francais
// JSON for French (Canada)
UIStrings.fr_CA =
{
"Search": "Recherche",
"Loading": "Récupérer des contacts...",
"To": "To",
"To": "À",
"Cc": "Cc",
"Bcc": "Bcc",
"Bcc": "Cci",
"Settings": "Paramètres",
"NotConfigured": "Cet ajout nécessite une configuration supplémentaire. Veuillez choisir l'option <strong>Paramètres</strong> button at the bottom of this win$
"NotConfigured": "Cet ajout nécessite une configuration supplémentaire. Veuillez cliquer le bouton <strong>Paramètres</strong> au bas de cette fenêtre.",
"ContactScreen": {
"Placeholder": "Recherche",
"TitleURL": "Voir le contact dans CiviCRM",
Expand Down

0 comments on commit de8d8bf

Please sign in to comment.