Add a string for bad-tag-name

Signed-off-by: Max Sikström <msikstrom@op5.com>
This commit is contained in:
Max Sikström 2013-10-08 21:15:27 +02:00
parent 971c9b5f6f
commit 14298d5acf

View file

@ -288,6 +288,11 @@ exports.strings = {
'fr_FR': 'Ce nom de branche "{branch}" n\'est pas autorisé' 'fr_FR': 'Ce nom de branche "{branch}" n\'est pas autorisé'
}, },
/////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////
'bad-tag-name': {
'__desc__': 'When the user enters a tag name thats not ok',
'en_US': 'That tag name "{tag}" is not allowed!'
},
///////////////////////////////////////////////////////////////////////////
'option-not-supported': { 'option-not-supported': {
'__desc__': 'When the user specifies an option that is not supported by our demo', '__desc__': 'When the user specifies an option that is not supported by our demo',
'en_US': 'The option "{option}" is not supported!', 'en_US': 'The option "{option}" is not supported!',