1
0
Fork 0
forked from 0x2620/oxjs

add all untranslated Ox.UI strings to locale.de.json

This commit is contained in:
j 2013-05-20 14:39:04 +00:00
commit 2560d503d7
3 changed files with 277 additions and 4 deletions

View file

@ -226,8 +226,9 @@ Ox.AnnotationPanel = function(options, self) {
isString ? [
{},
{id: 'annotation', title: annotationTitle, disabled: true},
{id: 'find', title: Ox._('Find in This ') + pandora.site.itemName.singular},
{id: 'findannotations', title: Ox._('Find in All {0}', pandora.site.itemName.plural)}
//FIXME: pandora is not part of Ox.UI
{id: 'find', title: Ox._('Find in This {0}', Ox._(pandora.site.itemName.singular))},
{id: 'findannotations', title: Ox._('Find in All {0}', Ox._(pandora.site.itemName.plural))}
] : []
),
maxWidth: 256,