Skip to content

Commit

Permalink
Merge to 5.0.0 (with test fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
louismunro committed Apr 15, 2015
2 parents 4dbbd94 + 154fbf9 commit 83b6fea
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions html/pfappserver/lib/pfappserver/I18N/i_default.po
Original file line number Diff line number Diff line change
Expand Up @@ -4468,7 +4468,7 @@ msgid ""
msgstr ""

# conf/documentation.conf (billing.mirapay_currency)
msgid "The currency of the mirapay transactions"
msgid "The currency of the MiraPay transactions"
msgstr ""

# html/pfappserver/root/user/list_password.tt
Expand All @@ -4480,7 +4480,7 @@ msgid "The following users have been created"
msgstr ""

# conf/documentation.conf (billing.mirapay_hash_password)
msgid "The hash password for mirapay"
msgid "The hash password for MiraPay"
msgstr ""

# conf/documentation.conf (provisioning.ssid)
Expand Down Expand Up @@ -4534,7 +4534,7 @@ msgid "The payment gateway processing URL (Provided by Authorize.net)"
msgstr ""

# conf/documentation.conf (billing.mirapay_url)
msgid "The payment gateway processing URL for mirapay"
msgid "The payment gateway processing URL for MiraPay"
msgstr ""

# conf/documentation.conf (billing.gateway)
Expand Down Expand Up @@ -4564,11 +4564,11 @@ msgid "The rule was not found."
msgstr ""

# conf/documentation.conf (billing.mirapay_terminal_id)
msgid "The terminal id for mirapay"
msgid "The terminal id for MiraPay"
msgstr ""

# conf/documentation.conf (billing.mirapay_terminal_id_group)
msgid "The terminal id group for mirapay"
msgid "The terminal id group for MiraPay"
msgstr ""

# html/pfappserver/lib/pfappserver/Form/User/Create/Single.pm
Expand Down Expand Up @@ -5534,23 +5534,23 @@ msgstr "Gateway"

# conf/documentation.conf
msgid "billing.mirapay_currency"
msgstr "Mirapay currency"
msgstr "MiraPay currency"

# conf/documentation.conf
msgid "billing.mirapay_hash_password"
msgstr "Mirapay password"
msgstr "MiraPay password"

# conf/documentation.conf
msgid "billing.mirapay_terminal_id"
msgstr "Mirapay terminal id"
msgstr "MiraPay terminal id"

# conf/documentation.conf
msgid "billing.mirapay_terminal_id_group"
msgstr "Mirapay terminal group id"
msgstr "MiraPay terminal group id"

# conf/documentation.conf
msgid "billing.mirapay_url"
msgstr "Mirapay URL"
msgstr "MiraPay URL"

# html/pfappserver/root/admin/users.tt
# pfappserver::Form::Config::ProfileCommon (mandatory fields)
Expand Down Expand Up @@ -5762,7 +5762,7 @@ msgstr ""
# pf::pfcmd::report (SQL)
# pfappserver::PacketFence::Controller::Graph (osclassbandwidth fields)
msgid "dhcp_fingerprint"
msgstr "DHCP Fingerpint"
msgstr "DHCP Fingerprint"

# pf::config (VALID_TRIGGER_TYPES)
msgid "dhcp_vendor"
Expand Down Expand Up @@ -6367,7 +6367,7 @@ msgstr ""

# conf/documentation.conf (billing.gateway options)
msgid "mirapay"
msgstr "Mirapay"
msgstr "MiraPay"

# pf::provisioner (Provisioners)
msgid "mobileconfig"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extends 'pfappserver::Base::Model::Fingerbank';

has '+fingerbankModel' => ( default => 'fingerbank::Model::MAC_Vendor');

has search_fields => ( default => sub { [qw(name mac) ] } );
has '+search_fields' => ( default => sub { [qw(name mac) ] } );


__PACKAGE__->meta->make_immutable;
Expand Down

0 comments on commit 83b6fea

Please sign in to comment.