owncloud/core

View on GitHub

Showing 1,268 of 4,503 total issues

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

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Запишите новый комментарий...",
    "Delete comment" : "Удалить комментарий",
Severity: Major
Found in apps/comments/l10n/ru_RU.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Digite um novo comentário...",
    "Delete comment" : "Apague o comentário",
Severity: Major
Found in apps/comments/l10n/pt_BR.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Escreva um novo comentário...",
    "Delete comment" : "Eliminar comentário",
Severity: Major
Found in apps/comments/l10n/pt_PT.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Escribir un nuevo comentario...",
    "Delete comment" : "Borrar comentario",
Severity: Major
Found in apps/comments/l10n/es_MX.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "federatedfilesharing",
    {
    "Federated sharing" : "Stowarzyszone udostępnianie",
    "Loading..." : "Ładowanie...",
Severity: Major
Found in apps/federatedfilesharing/l10n/pl.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Écrire un nouveau commentaire...",
    "Delete comment" : "Supprimer le commentaire",
Severity: Major
Found in apps/comments/l10n/fr.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "添加新评论...",
    "Delete comment" : "删除评论",
Severity: Major
Found in apps/comments/l10n/zh_CN.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Ketik di komentar baru...",
    "Delete comment" : "Hapus komentar",
Severity: Major
Found in apps/comments/l10n/id.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Vpis nove opombe ...",
    "Delete comment" : "Izbriši opombo",
Severity: Major
Found in apps/comments/l10n/sl.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Indtast en ny kommentar...",
    "Delete comment" : "Slet kommentar",
Severity: Major
Found in apps/comments/l10n/da.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Bitte gib einen neuen Kommentar ein...",
    "Delete comment" : "Kommentar löschen",
Severity: Major
Found in apps/comments/l10n/de_CH.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "جارٍ كتابة تعليق جديد...",
    "Delete comment" : "حذف التعليق",
Severity: Major
Found in apps/comments/l10n/ar.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Bitte gib einen neuen Kommentar ein...",
    "Delete comment" : "Kommentar löschen",
Severity: Major
Found in apps/comments/l10n/de.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Įrašykite naują komentarą...",
    "Delete comment" : "Ištrinti komentarą",
Severity: Major
Found in apps/comments/l10n/lt_LT.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Skrifaðu inn nýja athugasemd...",
    "Delete comment" : "Eyða athugasemd",
Severity: Major
Found in apps/comments/l10n/is.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Shtypni një koment të ri…",
    "Delete comment" : "Fshije komentin",
Severity: Major
Found in apps/comments/l10n/sq.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Skriv inn en ny kommentar...",
    "Delete comment" : "Slett kommentar",
Severity: Major
Found in apps/comments/l10n/nb_NO.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "federatedfilesharing",
    {
    "Federated sharing" : "Egyesített megosztás",
    "Loading..." : "Betöltés...",
Severity: Major
Found in apps/federatedfilesharing/l10n/hu_HU.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Введіть новий коментар...",
    "Delete comment" : "Видалити коментар",
Severity: Major
Found in apps/comments/l10n/uk.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/ca.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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 60 locations. Consider refactoring.
Open

OC.L10N.register(
    "comments",
    {
    "Type in a new comment..." : "Escriu en un nou comentari...",
    "Delete comment" : "Esborrar comentari",
Severity: Major
Found in apps/comments/l10n/ca.js and 59 other locations - About 4 hrs to fix
apps/comments/l10n/ar.js on lines 1..26
apps/comments/l10n/bg_BG.js on lines 1..26
apps/comments/l10n/cs_CZ.js on lines 1..26
apps/comments/l10n/da.js on lines 1..26
apps/comments/l10n/de.js on lines 1..26
apps/comments/l10n/de_CH.js on lines 1..26
apps/comments/l10n/de_DE.js on lines 1..26
apps/comments/l10n/el.js on lines 1..26
apps/comments/l10n/en_GB.js on lines 1..26
apps/comments/l10n/es.js on lines 1..26
apps/comments/l10n/es_AR.js on lines 1..26
apps/comments/l10n/es_MX.js on lines 1..26
apps/comments/l10n/eu.js on lines 1..26
apps/comments/l10n/fa.js on lines 1..26
apps/comments/l10n/fi_FI.js on lines 1..26
apps/comments/l10n/fr.js on lines 1..26
apps/comments/l10n/gl.js on lines 1..26
apps/comments/l10n/he.js on lines 1..26
apps/comments/l10n/hu_HU.js on lines 1..26
apps/comments/l10n/id.js on lines 1..26
apps/comments/l10n/is.js on lines 1..26
apps/comments/l10n/it.js on lines 1..26
apps/comments/l10n/ja.js on lines 1..26
apps/comments/l10n/ko.js on lines 1..26
apps/comments/l10n/lt_LT.js on lines 1..26
apps/comments/l10n/mk.js on lines 1..26
apps/comments/l10n/nb_NO.js on lines 1..26
apps/comments/l10n/nl.js on lines 1..26
apps/comments/l10n/oc.js on lines 1..26
apps/comments/l10n/pl.js on lines 1..26
apps/comments/l10n/pt_BR.js on lines 1..26
apps/comments/l10n/pt_PT.js on lines 1..26
apps/comments/l10n/ru.js on lines 1..26
apps/comments/l10n/ru_RU.js on lines 1..26
apps/comments/l10n/sl.js on lines 1..26
apps/comments/l10n/sq.js on lines 1..26
apps/comments/l10n/sv.js on lines 1..26
apps/comments/l10n/th_TH.js on lines 1..26
apps/comments/l10n/tr.js on lines 1..26
apps/comments/l10n/ug.js on lines 1..26
apps/comments/l10n/uk.js on lines 1..26
apps/comments/l10n/uz.js on lines 1..26
apps/comments/l10n/zh_CN.js on lines 1..26
apps/comments/l10n/zh_TW.js on lines 1..26
apps/federatedfilesharing/l10n/ast.js on lines 1..26
apps/federatedfilesharing/l10n/ca.js on lines 1..26
apps/federatedfilesharing/l10n/cs_CZ.js on lines 1..26
apps/federatedfilesharing/l10n/da.js on lines 1..26
apps/federatedfilesharing/l10n/fi_FI.js on lines 1..26
apps/federatedfilesharing/l10n/hu_HU.js on lines 1..26
apps/federatedfilesharing/l10n/ja.js on lines 1..26
apps/federatedfilesharing/l10n/oc.js on lines 1..26
apps/federatedfilesharing/l10n/pl.js on lines 1..26
apps/federatedfilesharing/l10n/pt_PT.js on lines 1..26
apps/federatedfilesharing/l10n/ro.js on lines 1..26
apps/federatedfilesharing/l10n/sl.js on lines 1..26
apps/files_external/l10n/nn_NO.js on lines 1..26
lib/l10n/si.js on lines 1..26
settings/l10n/mn.js on lines 1..26

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 123.

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