summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/sudo.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-04 14:33:57 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:22 +0200
commitcebe1bc5a2fd8553126309f5303a10248cb19e84 (patch)
tree19e240224ae003dc71f8d37624f82b0b07646ae9 /install/ui/src/freeipa/sudo.js
parentfcff33fb511db5ffe5c7809bb1a4593f2e681718 (diff)
downloadfreeipa-cebe1bc5a2fd8553126309f5303a10248cb19e84.tar.gz
freeipa-cebe1bc5a2fd8553126309f5303a10248cb19e84.tar.xz
freeipa-cebe1bc5a2fd8553126309f5303a10248cb19e84.zip
Replace IPA.messages with @i18n definition for add_title specs
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/sudo.js')
-rw-r--r--install/ui/src/freeipa/sudo.js22
1 files changed, 11 insertions, 11 deletions
diff --git a/install/ui/src/freeipa/sudo.js b/install/ui/src/freeipa/sudo.js
index 3ce3e3534..bb5548055 100644
--- a/install/ui/src/freeipa/sudo.js
+++ b/install/ui/src/freeipa/sudo.js
@@ -331,7 +331,7 @@ IPA.sudorule_details_facet = function(spec) {
add_method: 'add_user',
remove_method: 'remove_user',
external: 'externaluser',
- add_title: IPA.messages.association.add.member,
+ add_title: '@i18n:association.add.member',
remove_title: IPA.messages.association.remove.member
},
{
@@ -340,7 +340,7 @@ IPA.sudorule_details_facet = function(spec) {
name: 'memberuser_group',
add_method: 'add_user',
remove_method: 'remove_user',
- add_title: IPA.messages.association.add.member,
+ add_title: '@i18n:association.add.member',
remove_title: IPA.messages.association.remove.member
}
]
@@ -406,7 +406,7 @@ IPA.sudorule_details_facet = function(spec) {
add_method: 'add_host',
remove_method: 'remove_host',
external: 'externalhost',
- add_title: IPA.messages.association.add.member,
+ add_title: '@i18n:association.add.member',
remove_title: IPA.messages.association.remove.member
},
{
@@ -415,7 +415,7 @@ IPA.sudorule_details_facet = function(spec) {
name: 'memberhost_hostgroup',
add_method: 'add_host',
remove_method: 'remove_host',
- add_title: IPA.messages.association.add.member,
+ add_title: '@i18n:association.add.member',
remove_title: IPA.messages.association.remove.member
}
]
@@ -497,7 +497,7 @@ IPA.sudorule_details_facet = function(spec) {
name: 'memberallowcmd_sudocmd',
add_method: 'add_allow_command',
remove_method: 'remove_allow_command',
- add_title: IPA.messages.association.add.memberallowcmd,
+ add_title: '@i18n:association.add.memberallowcmd',
remove_title: IPA.messages.association.remove.memberallowcmd
},
{
@@ -506,7 +506,7 @@ IPA.sudorule_details_facet = function(spec) {
name: 'memberallowcmd_sudocmdgroup',
add_method: 'add_allow_command',
remove_method: 'remove_allow_command',
- add_title: IPA.messages.association.add.memberallowcmd,
+ add_title: '@i18n:association.add.memberallowcmd',
remove_title: IPA.messages.association.remove.memberallowcmd
}
]
@@ -523,7 +523,7 @@ IPA.sudorule_details_facet = function(spec) {
name: 'memberdenycmd_sudocmd',
add_method: 'add_deny_command',
remove_method: 'remove_deny_command',
- add_title: IPA.messages.association.add.memberdenycmd,
+ add_title: '@i18n:association.add.memberdenycmd',
remove_title: IPA.messages.association.remove.memberdenycmd
},
{
@@ -532,7 +532,7 @@ IPA.sudorule_details_facet = function(spec) {
name: 'memberdenycmd_sudocmdgroup',
add_method: 'add_deny_command',
remove_method: 'remove_deny_command',
- add_title: IPA.messages.association.add.memberdenycmd,
+ add_title: '@i18n:association.add.memberdenycmd',
remove_title: IPA.messages.association.remove.memberdenycmd
}
]
@@ -602,7 +602,7 @@ IPA.sudorule_details_facet = function(spec) {
external: 'ipasudorunasextuser',
add_method: 'add_runasuser',
remove_method: 'remove_runasuser',
- add_title: IPA.messages.association.add.ipasudorunas,
+ add_title: '@i18n:association.add.ipasudorunas',
remove_title: IPA.messages.association.remove.ipasudorunas
},
{
@@ -611,7 +611,7 @@ IPA.sudorule_details_facet = function(spec) {
name: 'ipasudorunas_group',
add_method: 'add_runasuser',
remove_method: 'remove_runasuser',
- add_title: IPA.messages.association.add.ipasudorunas,
+ add_title: '@i18n:association.add.ipasudorunas',
remove_title: IPA.messages.association.remove.ipasudorunas
}
]
@@ -634,7 +634,7 @@ IPA.sudorule_details_facet = function(spec) {
external: 'ipasudorunasextgroup',
add_method: 'add_runasgroup',
remove_method: 'remove_runasgroup',
- add_title: IPA.messages.association.add.ipasudorunasgroup,
+ add_title: '@i18n:association.add.ipasudorunasgroup',
remove_title: IPA.messages.association.remove.ipasudorunasgroup
}]
}