OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/app/assets/javascripts/jstoolbar/translations.js

20 lines
1017 B

jQuery(function() {
jsToolBar.strings = {
'Strong': I18n.t('js.wiki_formatting.strong'),
'Italic': I18n.t('js.wiki_formatting.italic'),
'Underline': I18n.t('js.wiki_formatting.underline'),
'Deleted': I18n.t('js.wiki_formatting.deleted'),
'Code': I18n.t('js.wiki_formatting.code'),
'Heading 1': I18n.t('js.wiki_formatting.heading1'),
'Heading 2': I18n.t('js.wiki_formatting.heading2'),
'Heading 3': I18n.t('js.wiki_formatting.heading3'),
'Unordered list': I18n.t('js.wiki_formatting.unordered_list'),
'Ordered list': I18n.t('js.wiki_formatting.ordered_list'),
'Quote': I18n.t('js.wiki_formatting.quote'),
'Unquote': I18n.t('js.wiki_formatting.unquote'),
'Preformatted text': I18n.t('js.wiki_formatting.preformatted_text'),
'Wiki link': I18n.t('js.wiki_formatting.wiki_link'),
'Image': I18n.t('js.wiki_formatting.image')
}
});