diff options
Diffstat (limited to 'core/l10n')
-rw-r--r-- | core/l10n/eo.js | 1 | ||||
-rw-r--r-- | core/l10n/eo.json | 1 | ||||
-rw-r--r-- | core/l10n/nl.js | 1 | ||||
-rw-r--r-- | core/l10n/nl.json | 1 | ||||
-rw-r--r-- | core/l10n/ru.js | 1 | ||||
-rw-r--r-- | core/l10n/ru.json | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/core/l10n/eo.js b/core/l10n/eo.js index 2cc018bbf3b..d9385f932f0 100644 --- a/core/l10n/eo.js +++ b/core/l10n/eo.js @@ -59,6 +59,7 @@ OC.L10N.register( "%s (incompatible)" : "%s (nekongrua)", "Following apps have been disabled: %s" : "Jenaj aplikaĵoj estis malŝaltataj: %s", "Already up to date" : "Jam aktuala", + ": " : ": ", "No" : "Ne", "Yes" : "Jes", "No files in here" : "Neniu dosiero ĉi tie", diff --git a/core/l10n/eo.json b/core/l10n/eo.json index 5f9627ff1ac..ef1bb86f529 100644 --- a/core/l10n/eo.json +++ b/core/l10n/eo.json @@ -57,6 +57,7 @@ "%s (incompatible)" : "%s (nekongrua)", "Following apps have been disabled: %s" : "Jenaj aplikaĵoj estis malŝaltataj: %s", "Already up to date" : "Jam aktuala", + ": " : ": ", "No" : "Ne", "Yes" : "Jes", "No files in here" : "Neniu dosiero ĉi tie", diff --git a/core/l10n/nl.js b/core/l10n/nl.js index 2564d67dca8..445a63a91fd 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -59,6 +59,7 @@ OC.L10N.register( "%s (incompatible)" : "%s (incompatibel)", "Following apps have been disabled: %s" : "De volgende apps zijn uitgeschakeld: %s", "Already up to date" : "Al bijgewerkt", + ": " : ": ", "No" : "Nee", "Yes" : "Ja", "No files in here" : "Hier geen bestanden", diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 254d297e1e2..f0e505da006 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -57,6 +57,7 @@ "%s (incompatible)" : "%s (incompatibel)", "Following apps have been disabled: %s" : "De volgende apps zijn uitgeschakeld: %s", "Already up to date" : "Al bijgewerkt", + ": " : ": ", "No" : "Nee", "Yes" : "Ja", "No files in here" : "Hier geen bestanden", diff --git a/core/l10n/ru.js b/core/l10n/ru.js index f25c956ada2..22262dad1b0 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -59,6 +59,7 @@ OC.L10N.register( "%s (incompatible)" : "%s (несовместимое)", "Following apps have been disabled: %s" : "Были отключены следующие приложения: %s", "Already up to date" : "Не нуждается в обновлении", + ": " : ":", "No" : "Нет", "Yes" : "Да", "No files in here" : "Здесь нет файлов", diff --git a/core/l10n/ru.json b/core/l10n/ru.json index 0053183ce5c..5c1a701746a 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -57,6 +57,7 @@ "%s (incompatible)" : "%s (несовместимое)", "Following apps have been disabled: %s" : "Были отключены следующие приложения: %s", "Already up to date" : "Не нуждается в обновлении", + ": " : ":", "No" : "Нет", "Yes" : "Да", "No files in here" : "Здесь нет файлов", |