diff --git a/app/src/Locale/en_US/default.po b/app/src/Locale/en_US/default.po index e65ac1886..e379014d8 100644 --- a/app/src/Locale/en_US/default.po +++ b/app/src/Locale/en_US/default.po @@ -478,12 +478,6 @@ msgid "match.home.welcome" msgstr "Welcome to {0}." ### Informational Messages -msgid "match.in.matchgrid" -msgstr "Matchgrid" - -msgid "match.in.matchgrid.config" -msgstr "Matchgrid Configuration" - msgid "match.in.matchgrid.display" msgstr "Display all records associated with this Matchgrid." @@ -499,19 +493,6 @@ msgstr "There are no matchgrids currently defined." msgid "match.in.pagination.format" msgstr "Page {{page}} of {{pages}}, Viewing {{start}}-{{end}} of {{count}}" -### Menu Items -msgid "match.me.display" -msgstr "Display" - -msgid "match.me.manage" -msgstr "Manage" - -msgid "match.me.platform" -msgstr "Platform" - -msgid "match.me.reconcile" -msgstr "Reconcile" - ### Operations (Commands) msgid "match.op.add.a" msgstr "Add New {0}" @@ -538,6 +519,9 @@ msgid "match.op.delete.confirm" msgstr "Are you sure you wish to delete this record ({0})?" msgid "match.op.display" +msgstr "Display" + +msgid "match.op.display.records" msgstr "Display Records" msgid "match.op.duplicate" @@ -582,10 +566,16 @@ msgstr "Display" msgid "match.op.page.goto" msgstr "Go To Page" +msgid "match.op.platform" +msgstr "Platform" + msgid "match.op.previous" msgstr "Previous" msgid "match.op.reconcile" +msgstr "Reconcile" + +msgid "match.op.reconcile.requests" msgstr "Reconcile Requests" msgid "match.op.reconcile.a" @@ -642,3 +632,10 @@ msgstr "Request could not be canonically resolved, pending record {0} created" msgid "match.rs.saved" msgstr "Saved" + +### Titles +msgid "match.ti.matchgrid.config" +msgstr "Matchgrid Configuration" + +msgid "match.ti.matchgrid" +msgstr "Matchgrid: {0}" \ No newline at end of file diff --git a/app/src/Template/Element/menuMain.ctp b/app/src/Template/Element/menuMain.ctp index d11f8a361..2eb32feb0 100644 --- a/app/src/Template/Element/menuMain.ctp +++ b/app/src/Template/Element/menuMain.ctp @@ -35,7 +35,7 @@