owncloud/core

View on GitHub

Showing 1,266 of 4,502 total issues

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

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "تاریخ تولد افراد",
    "Personal" : "شخصی",
Severity: Major
Found in apps/dav/l10n/fa.js and 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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/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 35 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 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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/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 35 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 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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/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 35 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 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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
settings/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 35 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 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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/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 35 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 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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/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 35 locations. Consider refactoring.
Open

OC.L10N.register(
    "lib",
    {
    "today" : "Сёння",
    "yesterday" : "Ўчора",
Severity: Major
Found in lib/l10n/be.js and 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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
settings/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 35 locations. Consider refactoring.
Open

OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Značky",
    "No files in here" : "Nie sú tu žiadne súbory",
Severity: Major
Found in apps/systemtags/l10n/sk_SK.js and 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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/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/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 35 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 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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
settings/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 35 locations. Consider refactoring.
Open

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "કોન્ટાક્ટ ના જન્મદિવસ ",
    "Personal" : "વ્યક્તિગત",
Severity: Major
Found in apps/dav/l10n/gu.js and 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/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/federatedfilesharing/l10n/af_ZA.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/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 35 locations. Consider refactoring.
Open

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "ຕິດຕໍ່ວັນເກີດ",
    "Personal" : "ສ່ວນບຸກຄົນ",
Severity: Major
Found in apps/dav/l10n/lo.js and 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/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/federatedfilesharing/l10n/af_ZA.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/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 35 locations. Consider refactoring.
Open

OC.L10N.register(
    "core",
    {
    "Settings" : "सेटिंग्ज",
    "Name" : "नाव",
Severity: Major
Found in core/l10n/mr.js and 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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
settings/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 35 locations. Consider refactoring.
Open

OC.L10N.register(
    "settings",
    {
    "Delete" : "Usuń",
    "Save" : "Zapisz",
Severity: Major
Found in settings/l10n/pl_PL.js and 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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/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 35 locations. Consider refactoring.
Open

OC.L10N.register(
    "systemtags",
    {
    "Tags" : "Birkas",
    "No files in here" : "Šeit nav failu",
Severity: Major
Found in apps/systemtags/l10n/lv.js and 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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/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/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 35 locations. Consider refactoring.
Open

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Родендени на контактите",
    "Personal" : "Лично",
Severity: Major
Found in apps/dav/l10n/mk.js and 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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/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 35 locations. Consider refactoring.
Open

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Kontak verjaardae",
    "Personal" : "Persoonlik",
Severity: Major
Found in apps/dav/l10n/af_ZA.js and 34 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/federatedfilesharing/l10n/af_ZA.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/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 35 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 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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
settings/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 35 locations. Consider refactoring.
Open

OC.L10N.register(
    "dav",
    {
    "Contact birthdays" : "Gebuertsdeeg vun de Kontakter",
    "Personal" : "Perséinlech",
Severity: Major
Found in apps/dav/l10n/lb.js and 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/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/federatedfilesharing/l10n/af_ZA.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/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 35 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 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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/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 35 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 34 other locations - About 40 mins to fix
apps/dav/l10n/af_ZA.js on lines 1..11
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/federatedfilesharing/l10n/af_ZA.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/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