owncloud/core

View on GitHub

Showing 1,252 of 4,482 total issues

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

OC.L10N.register(
    "files",
    {
    "Storage is temporarily not available" : "存储临时性不可用",
    "Storage invalid" : "存储空间无效",
Severity: Major
Found in apps/files/l10n/zh_CN.js and 1 other location - About 4 days to fix
apps/files/l10n/th_TH.js on lines 1..151

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

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

OC.L10N.register(
    "files",
    {
    "Storage is temporarily not available" : "Складот е привремено недостапен",
    "Storage invalid" : "Складиштето не е валидно",
Severity: Major
Found in apps/files/l10n/mk.js and 1 other location - About 3 days to fix
apps/files/l10n/is.js on lines 1..131

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

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

OC.L10N.register(
    "files",
    {
    "Storage is temporarily not available" : "Gagnageymsla ekki tiltæk í augnablikinu",
    "Storage invalid" : "Ógild gagnageymsla",
Severity: Major
Found in apps/files/l10n/is.js and 1 other location - About 3 days to fix
apps/files/l10n/mk.js on lines 1..131

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

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

OC.L10N.register(
    "files_sharing",
    {
    "Server to server sharing is not enabled on this server" : "Neste servidor non está activada a compartición de servidor a servidor",
    "The mountpoint name contains invalid characters." : "O nome do punto de montaxe contén caracteres incorrectos",
Severity: Major
Found in apps/files_sharing/l10n/gl.js and 3 other locations - About 3 days to fix
apps/files_sharing/l10n/ar.js on lines 1..133
apps/files_sharing/l10n/he.js on lines 1..133
apps/files_sharing/l10n/zh_TW.js on lines 1..133

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

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

OC.L10N.register(
    "files_sharing",
    {
    "Server to server sharing is not enabled on this server" : "שיתוף שרת לשרת לא מופעל בשרת זה",
    "The mountpoint name contains invalid characters." : "שם ה- mountpoint מכיל תווים לא חוקיים.",
Severity: Major
Found in apps/files_sharing/l10n/he.js and 3 other locations - About 3 days to fix
apps/files_sharing/l10n/ar.js on lines 1..133
apps/files_sharing/l10n/gl.js on lines 1..133
apps/files_sharing/l10n/zh_TW.js on lines 1..133

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

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

OC.L10N.register(
    "files_sharing",
    {
    "Server to server sharing is not enabled on this server" : "مشاركة الخادم إلى الخادم غير مفعلة على هذا الخادم",
    "The mountpoint name contains invalid characters." : "يحتوي اسم نقطة التركيب على أحرف غير صالحة.",
Severity: Major
Found in apps/files_sharing/l10n/ar.js and 3 other locations - About 3 days to fix
apps/files_sharing/l10n/gl.js on lines 1..133
apps/files_sharing/l10n/he.js on lines 1..133
apps/files_sharing/l10n/zh_TW.js on lines 1..133

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

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

OC.L10N.register(
    "files_sharing",
    {
    "Server to server sharing is not enabled on this server" : "伺服器對伺服器共享在這台伺服器上面並未啟用",
    "The mountpoint name contains invalid characters." : "掛載的名稱含有不合法的字元",
Severity: Major
Found in apps/files_sharing/l10n/zh_TW.js and 3 other locations - About 3 days to fix
apps/files_sharing/l10n/ar.js on lines 1..133
apps/files_sharing/l10n/gl.js on lines 1..133
apps/files_sharing/l10n/he.js on lines 1..133

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

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

OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "步骤 1 失败。异常:%s",
    "Step 2 failed. Exception: %s" : "步骤 2 失败。异常:%s",
Severity: Major
Found in apps/files_external/l10n/zh_CN.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/bg_BG.js on lines 1..123
apps/files_external/l10n/de.js on lines 1..123
apps/files_external/l10n/de_DE.js on lines 1..123
apps/files_external/l10n/el.js on lines 1..123
apps/files_external/l10n/en_GB.js on lines 1..123
apps/files_external/l10n/es.js on lines 1..123
apps/files_external/l10n/pt_BR.js on lines 1..123
apps/files_external/l10n/ru.js on lines 1..123
apps/files_external/l10n/sq.js on lines 1..123
apps/files_external/l10n/th_TH.js on lines 1..123
apps/files_external/l10n/tr.js on lines 1..123
apps/files_sharing/l10n/fr.js on lines 1..123

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

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

OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "Шаг 1 неудачен. Исключение: %s",
    "Step 2 failed. Exception: %s" : "Шаг 2 неудачен. Исключение: %s",
Severity: Major
Found in apps/files_external/l10n/ru.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/bg_BG.js on lines 1..123
apps/files_external/l10n/de.js on lines 1..123
apps/files_external/l10n/de_DE.js on lines 1..123
apps/files_external/l10n/el.js on lines 1..123
apps/files_external/l10n/en_GB.js on lines 1..123
apps/files_external/l10n/es.js on lines 1..123
apps/files_external/l10n/pt_BR.js on lines 1..123
apps/files_external/l10n/sq.js on lines 1..123
apps/files_external/l10n/th_TH.js on lines 1..123
apps/files_external/l10n/tr.js on lines 1..123
apps/files_external/l10n/zh_CN.js on lines 1..123
apps/files_sharing/l10n/fr.js on lines 1..123

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

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

OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "Step 1 failed. Exception: %s",
    "Step 2 failed. Exception: %s" : "Step 2 failed. Exception: %s",
Severity: Major
Found in apps/files_external/l10n/en_GB.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/bg_BG.js on lines 1..123
apps/files_external/l10n/de.js on lines 1..123
apps/files_external/l10n/de_DE.js on lines 1..123
apps/files_external/l10n/el.js on lines 1..123
apps/files_external/l10n/es.js on lines 1..123
apps/files_external/l10n/pt_BR.js on lines 1..123
apps/files_external/l10n/ru.js on lines 1..123
apps/files_external/l10n/sq.js on lines 1..123
apps/files_external/l10n/th_TH.js on lines 1..123
apps/files_external/l10n/tr.js on lines 1..123
apps/files_external/l10n/zh_CN.js on lines 1..123
apps/files_sharing/l10n/fr.js on lines 1..123

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

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

OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "Passo 1 falhou. Exceção: %s",
    "Step 2 failed. Exception: %s" : "Passo 2 falhou. Exceção: %s",
Severity: Major
Found in apps/files_external/l10n/pt_BR.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/bg_BG.js on lines 1..123
apps/files_external/l10n/de.js on lines 1..123
apps/files_external/l10n/de_DE.js on lines 1..123
apps/files_external/l10n/el.js on lines 1..123
apps/files_external/l10n/en_GB.js on lines 1..123
apps/files_external/l10n/es.js on lines 1..123
apps/files_external/l10n/ru.js on lines 1..123
apps/files_external/l10n/sq.js on lines 1..123
apps/files_external/l10n/th_TH.js on lines 1..123
apps/files_external/l10n/tr.js on lines 1..123
apps/files_external/l10n/zh_CN.js on lines 1..123
apps/files_sharing/l10n/fr.js on lines 1..123

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

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

OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "Schritt 1 fehlgeschlagen. Fehlermeldung: %s",
    "Step 2 failed. Exception: %s" : "Schritt 2 fehlgeschlagen. Fehlermeldung: %s",
Severity: Major
Found in apps/files_external/l10n/de_DE.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/bg_BG.js on lines 1..123
apps/files_external/l10n/de.js on lines 1..123
apps/files_external/l10n/el.js on lines 1..123
apps/files_external/l10n/en_GB.js on lines 1..123
apps/files_external/l10n/es.js on lines 1..123
apps/files_external/l10n/pt_BR.js on lines 1..123
apps/files_external/l10n/ru.js on lines 1..123
apps/files_external/l10n/sq.js on lines 1..123
apps/files_external/l10n/th_TH.js on lines 1..123
apps/files_external/l10n/tr.js on lines 1..123
apps/files_external/l10n/zh_CN.js on lines 1..123
apps/files_sharing/l10n/fr.js on lines 1..123

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

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

OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "El paso 1 falló. Excepción: %s",
    "Step 2 failed. Exception: %s" : "El paso 2 falló. Excepción: %s",
Severity: Major
Found in apps/files_external/l10n/es.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/bg_BG.js on lines 1..123
apps/files_external/l10n/de.js on lines 1..123
apps/files_external/l10n/de_DE.js on lines 1..123
apps/files_external/l10n/el.js on lines 1..123
apps/files_external/l10n/en_GB.js on lines 1..123
apps/files_external/l10n/pt_BR.js on lines 1..123
apps/files_external/l10n/ru.js on lines 1..123
apps/files_external/l10n/sq.js on lines 1..123
apps/files_external/l10n/th_TH.js on lines 1..123
apps/files_external/l10n/tr.js on lines 1..123
apps/files_external/l10n/zh_CN.js on lines 1..123
apps/files_sharing/l10n/fr.js on lines 1..123

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

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

OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "ขั้นตอนที่ 1 ล้มเหลว ข้อยกเว้น: %s",
    "Step 2 failed. Exception: %s" : "ขั้นตอนที่ 2 ล้มเหลว ข้อยกเว้น: %s",
Severity: Major
Found in apps/files_external/l10n/th_TH.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/bg_BG.js on lines 1..123
apps/files_external/l10n/de.js on lines 1..123
apps/files_external/l10n/de_DE.js on lines 1..123
apps/files_external/l10n/el.js on lines 1..123
apps/files_external/l10n/en_GB.js on lines 1..123
apps/files_external/l10n/es.js on lines 1..123
apps/files_external/l10n/pt_BR.js on lines 1..123
apps/files_external/l10n/ru.js on lines 1..123
apps/files_external/l10n/sq.js on lines 1..123
apps/files_external/l10n/tr.js on lines 1..123
apps/files_external/l10n/zh_CN.js on lines 1..123
apps/files_sharing/l10n/fr.js on lines 1..123

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

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

OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "Schritt 1 fehlgeschlagen. Fehlermeldung: %s",
    "Step 2 failed. Exception: %s" : "Schritt 2 fehlgeschlagen. Fehlermeldung: %s",
Severity: Major
Found in apps/files_external/l10n/de.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/bg_BG.js on lines 1..123
apps/files_external/l10n/de_DE.js on lines 1..123
apps/files_external/l10n/el.js on lines 1..123
apps/files_external/l10n/en_GB.js on lines 1..123
apps/files_external/l10n/es.js on lines 1..123
apps/files_external/l10n/pt_BR.js on lines 1..123
apps/files_external/l10n/ru.js on lines 1..123
apps/files_external/l10n/sq.js on lines 1..123
apps/files_external/l10n/th_TH.js on lines 1..123
apps/files_external/l10n/tr.js on lines 1..123
apps/files_external/l10n/zh_CN.js on lines 1..123
apps/files_sharing/l10n/fr.js on lines 1..123

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

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

OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "Стъпка 1 е неуспешна. Изключение: %s",
    "Step 2 failed. Exception: %s" : "Стъпка 2 е неуспешна. Изключение: %s",
Severity: Major
Found in apps/files_external/l10n/bg_BG.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/de.js on lines 1..123
apps/files_external/l10n/de_DE.js on lines 1..123
apps/files_external/l10n/el.js on lines 1..123
apps/files_external/l10n/en_GB.js on lines 1..123
apps/files_external/l10n/es.js on lines 1..123
apps/files_external/l10n/pt_BR.js on lines 1..123
apps/files_external/l10n/ru.js on lines 1..123
apps/files_external/l10n/sq.js on lines 1..123
apps/files_external/l10n/th_TH.js on lines 1..123
apps/files_external/l10n/tr.js on lines 1..123
apps/files_external/l10n/zh_CN.js on lines 1..123
apps/files_sharing/l10n/fr.js on lines 1..123

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

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

OC.L10N.register(
    "files_sharing",
    {
    "Server to server sharing is not enabled on this server" : "Le partage de serveur à serveur n'est pas activé sur ce serveur",
    "The mountpoint name contains invalid characters." : "Le nom du point de montage contient des caractères non valides.",
Severity: Major
Found in apps/files_sharing/l10n/fr.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/bg_BG.js on lines 1..123
apps/files_external/l10n/de.js on lines 1..123
apps/files_external/l10n/de_DE.js on lines 1..123
apps/files_external/l10n/el.js on lines 1..123
apps/files_external/l10n/en_GB.js on lines 1..123
apps/files_external/l10n/es.js on lines 1..123
apps/files_external/l10n/pt_BR.js on lines 1..123
apps/files_external/l10n/ru.js on lines 1..123
apps/files_external/l10n/sq.js on lines 1..123
apps/files_external/l10n/th_TH.js on lines 1..123
apps/files_external/l10n/tr.js on lines 1..123
apps/files_external/l10n/zh_CN.js on lines 1..123

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

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

OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "Το βήμα 1 απέτυχε. Εξαίρεση: %s",
    "Step 2 failed. Exception: %s" : "Το βήμα 2 απέτυχε. Εξαίρεση: %s",
Severity: Major
Found in apps/files_external/l10n/el.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/bg_BG.js on lines 1..123
apps/files_external/l10n/de.js on lines 1..123
apps/files_external/l10n/de_DE.js on lines 1..123
apps/files_external/l10n/en_GB.js on lines 1..123
apps/files_external/l10n/es.js on lines 1..123
apps/files_external/l10n/pt_BR.js on lines 1..123
apps/files_external/l10n/ru.js on lines 1..123
apps/files_external/l10n/sq.js on lines 1..123
apps/files_external/l10n/th_TH.js on lines 1..123
apps/files_external/l10n/tr.js on lines 1..123
apps/files_external/l10n/zh_CN.js on lines 1..123
apps/files_sharing/l10n/fr.js on lines 1..123

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

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

OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "Hapi 1 dështoi. Përjashtim: %s",
    "Step 2 failed. Exception: %s" : "Hapi 2 dështoi. Përjashtim: %s",
Severity: Major
Found in apps/files_external/l10n/sq.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/bg_BG.js on lines 1..123
apps/files_external/l10n/de.js on lines 1..123
apps/files_external/l10n/de_DE.js on lines 1..123
apps/files_external/l10n/el.js on lines 1..123
apps/files_external/l10n/en_GB.js on lines 1..123
apps/files_external/l10n/es.js on lines 1..123
apps/files_external/l10n/pt_BR.js on lines 1..123
apps/files_external/l10n/ru.js on lines 1..123
apps/files_external/l10n/th_TH.js on lines 1..123
apps/files_external/l10n/tr.js on lines 1..123
apps/files_external/l10n/zh_CN.js on lines 1..123
apps/files_sharing/l10n/fr.js on lines 1..123

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

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

OC.L10N.register(
    "files_external",
    {
    "Step 1 failed. Exception: %s" : "Adım 1 başarısız. İstisna: %s",
    "Step 2 failed. Exception: %s" : "Adım 2 başarısız. İstisna: %s",
Severity: Major
Found in apps/files_external/l10n/tr.js and 12 other locations - About 3 days to fix
apps/files_external/l10n/bg_BG.js on lines 1..123
apps/files_external/l10n/de.js on lines 1..123
apps/files_external/l10n/de_DE.js on lines 1..123
apps/files_external/l10n/el.js on lines 1..123
apps/files_external/l10n/en_GB.js on lines 1..123
apps/files_external/l10n/es.js on lines 1..123
apps/files_external/l10n/pt_BR.js on lines 1..123
apps/files_external/l10n/ru.js on lines 1..123
apps/files_external/l10n/sq.js on lines 1..123
apps/files_external/l10n/th_TH.js on lines 1..123
apps/files_external/l10n/zh_CN.js on lines 1..123
apps/files_sharing/l10n/fr.js on lines 1..123

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

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