Skip to content

Commit

Permalink
Merge branch 'master' into locale-2.8.3-fr
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO authored Jul 4, 2017
2 parents e8393a6 + 001eacb commit 41e98ad
Show file tree
Hide file tree
Showing 9 changed files with 451 additions and 6 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ module.exports = function (grunt) {
'sv': 'sv_SE',
'vi': 'vi_VN',
'zh-CN': 'zh_CN',
'zh-TW': 'zh_TW'
'zh-TW': 'zh_TW',
'en-US': 'en_US'
},
projectFiles: [
'**',
Expand Down
4 changes: 2 additions & 2 deletions src/ChurchCRM/dto/SystemConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@ private static function buildConfigs()
"bDisplayBillCounts" => new ConfigItem(2002, "bDisplayBillCounts", "boolean", "1", gettext("Display bill counts on deposit slip")),
"sCloudURL" => new ConfigItem(2003, "sCloudURL", "text", "http://demo.churchcrm.io/", gettext("ChurchCRM Cloud Access URL")),
"sNexmoAPIKey" => new ConfigItem(2012, "sNexmoAPIKey", "text", "", gettext("Nexmo SMS API Key")),
"sNexmoAPISecret" => new ConfigItem(2005, "sNexmoAPISecret", "text", "", gettext("Nexmo SMS API Secret")),
"sNexmoAPISecret" => new ConfigItem(2005, "sNexmoAPISecret", "password", "", gettext("Nexmo SMS API Secret")),
"sNexmoFromNumber" => new ConfigItem(2006, "sNexmoFromNumber", "text", "", gettext("Nexmo SMS From Number")),
"sOLPURL" => new ConfigItem(2007, "sOLPURL", "text", "http://192.168.1.1:4316", gettext("OpenLP URL")),
"sOLPUserName" => new ConfigItem(2008, "sOLPUserName", "text", "", gettext("OpenLP Username")),
"sOLPPassword" => new ConfigItem(2009, "sOLPPassword", "text", "", gettext("OpenLP Password")),
"sOLPPassword" => new ConfigItem(2009, "sOLPPassword", "password", "", gettext("OpenLP Password")),
"sKioskVisibilityTimestamp" => new ConfigItem(2011, "sKioskVisibilityTimestamp", "text", "", gettext("KioskVisibilityTimestamp")),
"bEnableLostPassword" => new ConfigItem(2004, "bEnableLostPassword", "boolean", "1", gettext("Show/Hide Lost Password Link on the login screen"))
);
Expand Down
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion src/locale/fr_FR/LC_MESSAGES/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@
"Estimated value": "Valeur estimée",
"Disable Group Specific Properties": "Désactiver les propriétés spécifiques de groupe",
"'Default Option'": "'Option par Défaut'",
"Text Group": "Groupe Texte",
"Text Group": "Texto au groupe",
"Group Properties": "Propriétés Groupes",
"Assign a New Property:": "Assigner une Nouvelle Propriété:",
"mos old": "agé de ...",
Expand Down
Binary file modified src/locale/fr_FR/LC_MESSAGES/messages.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion src/locale/fr_FR/LC_MESSAGES/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -5902,7 +5902,7 @@ msgstr "'Option par Défaut'"

#: GroupView.php:248
msgid "Text Group"
msgstr "Groupe Texte"
msgstr "Texto au groupe"

#: GroupView.php:291 Include/Footer.php:108
msgid "Group Properties"
Expand Down
446 changes: 445 additions & 1 deletion src/locale/pt_BR/LC_MESSAGES/messages.js

Large diffs are not rendered by default.

0 comments on commit 41e98ad

Please sign in to comment.