sibprogrammer/owp

View on GitHub

Showing 695 of 803 total issues

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Ver venleg og skriv inn URL for lenken:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-no_NN.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Bitte geben Sie die URL für den Link ein:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-de.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Zadejte URL adresu odkazu:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-cs.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Please enter the URL for the link:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-en.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'リンクのURLを入力してください:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-ja.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
   Ext.apply(Ext.form.HtmlEditor.prototype, {
        createLinkText : 'Δώστε τη διεύθυνση (URL) για το σύνδεσμο (link):',
        buttonTips : {
            bold : {
Severity: Major
Found in public/ext/locale/ext-lang-el_GR.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText: 'Vul hier de URL voor de hyperlink in:',
    buttonTips: {
      bold: {
Severity: Major
Found in public/ext/locale/ext-lang-nl.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
   Ext.apply(Ext.form.HtmlEditor.prototype, {
   createLinkText : 'URL을 입력해주세요:',
   buttonTips : {
            bold : {
Severity: Major
Found in public/ext/locale/ext-lang-ko.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Моля, въведете URL за връзката:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-bg.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Wprowadź adres URL strony:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-pl.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Vă rugăm introduceti un URL pentru această legătură web:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-ro.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
   Ext.apply(Ext.form.HtmlEditor.prototype, {
        createLinkText : 'Por favor, entre com a URL do link:',
        buttonTips : {
            bold : {
Severity: Major
Found in public/ext/locale/ext-lang-pt_BR.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Anna linkin URL-osoite:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-fi.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Пожалуйста введите адрес:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-ru.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : "Por favor proporcione la URL para el enlace:",
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-es.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Įveskite URL šiai nuorodai:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-lt.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Silakan masukkan URL untuk tautan:', 
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-id.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Unesite URL za link:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-hr.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : 'Please enter the URL for the link:',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-th.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-he.js on lines 183..259
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 31 locations. Consider refactoring.
Open

if(Ext.form.HtmlEditor){
  Ext.apply(Ext.form.HtmlEditor.prototype, {
    createLinkText : ':��� ���� �� ����� �������� ���� ������',
    buttonTips : {
      bold : {
Severity: Major
Found in public/ext/locale/ext-lang-he.js and 30 other locations - About 1 day to fix
public/ext/locale/ext-lang-bg.js on lines 177..253
public/ext/locale/ext-lang-ca.js on lines 186..262
public/ext/locale/ext-lang-cs.js on lines 184..260
public/ext/locale/ext-lang-de.js on lines 196..272
public/ext/locale/ext-lang-el_GR.js on lines 198..274
public/ext/locale/ext-lang-en.js on lines 194..270
public/ext/locale/ext-lang-en_GB.js on lines 190..266
public/ext/locale/ext-lang-es.js on lines 189..265
public/ext/locale/ext-lang-fa.js on lines 171..247
public/ext/locale/ext-lang-fi.js on lines 189..265
public/ext/locale/ext-lang-fr.js on lines 211..287
public/ext/locale/ext-lang-hr.js on lines 186..262
public/ext/locale/ext-lang-hu.js on lines 187..263
public/ext/locale/ext-lang-id.js on lines 193..269
public/ext/locale/ext-lang-it.js on lines 185..261
public/ext/locale/ext-lang-ja.js on lines 189..265
public/ext/locale/ext-lang-ko.js on lines 156..232
public/ext/locale/ext-lang-lt.js on lines 198..274
public/ext/locale/ext-lang-nl.js on lines 194..270
public/ext/locale/ext-lang-no_NB.js on lines 185..261
public/ext/locale/ext-lang-no_NN.js on lines 185..261
public/ext/locale/ext-lang-pl.js on lines 195..271
public/ext/locale/ext-lang-pt.js on lines 159..235
public/ext/locale/ext-lang-pt_BR.js on lines 201..277
public/ext/locale/ext-lang-pt_PT.js on lines 184..260
public/ext/locale/ext-lang-ro.js on lines 185..261
public/ext/locale/ext-lang-ru.js on lines 199..275
public/ext/locale/ext-lang-th.js on lines 185..261
public/ext/locale/ext-lang-tr.js on lines 197..273
public/ext/locale/ext-lang-ukr.js on lines 160..236

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 345.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Severity
Category
Status
Source
Language