owncloud/core

View on GitHub

Showing 1,269 of 4,504 total issues

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Rođendani kontakata",
    "Personal" : "Osobno",
Severity: Major
Found in apps/dav/l10n/hr.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "lib",
    {
    "None" : "Ninguno",
    "Username" : "Nombre de usuario",
Severity: Major
Found in lib/l10n/es_ES.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "core",
    {
    "Settings" : "सेटिंग्ज",
    "Name" : "नाव",
Severity: Major
Found in core/l10n/mr.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Naskiĝotagoj de la kontaktoj",
    "Personal" : "Persona",
Severity: Major
Found in apps/dav/l10n/eo.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "تاریخ تولد افراد",
    "Personal" : "شخصی",
Severity: Major
Found in apps/dav/l10n/fa.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Cumpleaños de los contactos",
    "Personal" : "Personal",
Severity: Major
Found in apps/dav/l10n/es_MX.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Պիտակներ",
    "No files in here" : "Ֆայլեր չկան այստեղ",
Severity: Major
Found in apps/systemtags/l10n/hy.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Родендени на контактите",
    "Personal" : "Лично",
Severity: Major
Found in apps/dav/l10n/mk.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Kontaktbursdagar",
    "Personal" : "Personleg",
Severity: Major
Found in apps/dav/l10n/nn_NO.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "kontaktuen urtebetetze datak",
    "Personal" : "Pertsonala",
Severity: Major
Found in apps/dav/l10n/eu.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Geburtstage Deiner Kontakte",
    "Personal" : "Persönlich",
Severity: Major
Found in apps/dav/l10n/de_AT.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "files_sharing",
    {
    "A file or folder has been <strong>shared</strong>" : "ഒരു ഫയലോ അറയോ <strong>പങ്കിട്ടിരിക്കുന്നു</strong>",
    "You shared %1$s with %2$s" : "നിങ്ങൾ %1$s %2$sനു പങ്കുവെച്ചു",
Severity: Major
Found in apps/files_sharing/l10n/ml_IN.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Emneord",
    "No files in here" : "Inga fil her",
Severity: Major
Found in apps/systemtags/l10n/nn_NO.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Kontakti sünnipäevad",
    "Personal" : "Isiklik",
Severity: Major
Found in apps/dav/l10n/et_EE.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "settings",
    {
    "Delete" : "Usuń",
    "Save" : "Zapisz",
Severity: Major
Found in settings/l10n/pl_PL.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11

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

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

OC.L10N.register(
    "federation",
    {
    "Server added to the list of trusted ownClouds" : "Servilo aldoniĝis al la listo de fidataj ownCloud-oj.",
    "Server is already in the list of trusted servers." : "Servilo jam estas en la listo de fidataj serviloj.",
Severity: Major
Found in apps/federation/l10n/eo.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Etiquetas",
    "Tagged files" : "Archivos etiquetados",
Severity: Major
Found in apps/systemtags/l10n/es_AR.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Işarələr",
    "No files in here" : "Burda fayl yoxdur",
Severity: Major
Found in apps/systemtags/l10n/az.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Die de nativitate de contacto",
    "Personal" : "Personal",
Severity: Major
Found in apps/dav/l10n/ia.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/dav/l10n/sr.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Рођендани контаката",
    "Personal" : "Лично",
Severity: Major
Found in apps/dav/l10n/sr.js and 32 other locations - About 40 mins to fix
apps/dav/l10n/ca.js on lines 1..11
apps/dav/l10n/de_AT.js on lines 1..11
apps/dav/l10n/eo.js on lines 1..11
apps/dav/l10n/es_AR.js on lines 1..11
apps/dav/l10n/es_MX.js on lines 1..11
apps/dav/l10n/et_EE.js on lines 1..11
apps/dav/l10n/eu.js on lines 1..11
apps/dav/l10n/fa.js on lines 1..11
apps/dav/l10n/gu.js on lines 1..11
apps/dav/l10n/hr.js on lines 1..11
apps/dav/l10n/ia.js on lines 1..11
apps/dav/l10n/lb.js on lines 1..11
apps/dav/l10n/lo.js on lines 1..11
apps/dav/l10n/mk.js on lines 1..11
apps/dav/l10n/nn_NO.js on lines 1..11
apps/federation/l10n/eo.js on lines 1..11
apps/files_external/l10n/pa.js on lines 1..11
apps/files_sharing/l10n/ku_IQ.js on lines 1..11
apps/files_sharing/l10n/ml_IN.js on lines 1..11
apps/files_sharing/l10n/ta_IN.js on lines 1..11
apps/systemtags/l10n/az.js on lines 1..11
apps/systemtags/l10n/es_AR.js on lines 1..11
apps/systemtags/l10n/hy.js on lines 1..11
apps/systemtags/l10n/id.js on lines 1..11
apps/systemtags/l10n/lv.js on lines 1..11
apps/systemtags/l10n/nn_NO.js on lines 1..11
apps/systemtags/l10n/sk_SK.js on lines 1..11
apps/systemtags/l10n/sr@latin.js on lines 1..11
core/l10n/mr.js on lines 1..11
lib/l10n/be.js on lines 1..11
lib/l10n/es_ES.js on lines 1..11
settings/l10n/pl_PL.js on lines 1..11

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

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