summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/js/apps.js4
-rw-r--r--settings/l10n/es.js4
-rw-r--r--settings/l10n/es.json4
-rw-r--r--settings/l10n/nb.js2
-rw-r--r--settings/l10n/nb.json2
5 files changed, 8 insertions, 8 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js
index 957ad395f94..278c307b1f3 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -479,7 +479,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
$.post(OC.webroot + '/index.php/disableapp', {appid: appId}, function() {
OC.Settings.Apps.showErrorMessage(
appId,
- t('settings', 'Error: this app cannot be enabled because it makes the server unstable')
+ t('settings', 'Error: This app can not be enabled because it makes the server unstable')
);
appItems.forEach(function(appItem) {
appItem.data('errormsg', t('settings', 'Error while enabling app'));
@@ -493,7 +493,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
}).fail(function() {
OC.Settings.Apps.showErrorMessage(
appId,
- t('settings', 'Error: could not disable broken app')
+ t('settings', 'Error: Could not disable broken app')
);
appItems.forEach(function(appItem) {
appItem.data('errormsg', t('settings', 'Error while disabling broken app'));
diff --git a/settings/l10n/es.js b/settings/l10n/es.js
index 8d3d60f64c2..f8be644d3a3 100644
--- a/settings/l10n/es.js
+++ b/settings/l10n/es.js
@@ -428,8 +428,8 @@ OC.L10N.register(
"Desktop client" : "Cliente de escritorio",
"Android app" : "Aplicación de Android",
"iOS app" : "La aplicación de iOS",
- "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas apoyar el proyecto, ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}difúnde la palabra{linkclose}!",
- "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de ejecución inicial",
+ "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas apoyar el proyecto, ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}difunde la palabra{linkclose}!",
+ "Show First Run Wizard again" : "Mostrar nuevamente el asistente de ejecución inicial",
"Passcodes that give an app or device permissions to access your account." : "Código de paso que da permisos a una app o dispositivo para acceder a tu cuenta.",
"Name" : "Nombre",
"Follow us on Google Plus!" : "¡Síganos en Google+!",
diff --git a/settings/l10n/es.json b/settings/l10n/es.json
index 5225b8016d9..da1ef320913 100644
--- a/settings/l10n/es.json
+++ b/settings/l10n/es.json
@@ -426,8 +426,8 @@
"Desktop client" : "Cliente de escritorio",
"Android app" : "Aplicación de Android",
"iOS app" : "La aplicación de iOS",
- "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas apoyar el proyecto, ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}difúnde la palabra{linkclose}!",
- "Show First Run Wizard again" : "Mostrar nuevamente el Asistente de ejecución inicial",
+ "If you want to support the project {contributeopen}join development{linkclose} or {contributeopen}spread the word{linkclose}!" : "Si deseas apoyar el proyecto, ¡{contributeopen}únete al desarrollo{linkclose} o {contributeopen}difunde la palabra{linkclose}!",
+ "Show First Run Wizard again" : "Mostrar nuevamente el asistente de ejecución inicial",
"Passcodes that give an app or device permissions to access your account." : "Código de paso que da permisos a una app o dispositivo para acceder a tu cuenta.",
"Name" : "Nombre",
"Follow us on Google Plus!" : "¡Síganos en Google+!",
diff --git a/settings/l10n/nb.js b/settings/l10n/nb.js
index c4d5864a271..82dadf393d1 100644
--- a/settings/l10n/nb.js
+++ b/settings/l10n/nb.js
@@ -101,7 +101,7 @@ OC.L10N.register(
"Enable" : "Aktiver",
"Enabling app …" : "Aktiverer program…",
"Error while enabling app" : "Aktivering av program mislyktes",
- "Error: this app cannot be enabled because it makes the server unstable" : "Feil: Denne appen kan ikke aktiveres fordi den gjør tjeneren ustabil",
+ "Error: this app cannot be enabled because it makes the server unstable" : "Feil: Dette programmet kan ikke aktiveres fordi det gjør tjeneren ustabil",
"Error: could not disable broken app" : "Feil: Kunne ikke deaktivere ustabil app",
"Error while disabling broken app" : "Feil ved deaktivering av ustabilt program",
"Updating...." : "Oppdaterer…",
diff --git a/settings/l10n/nb.json b/settings/l10n/nb.json
index ac598979e04..4ec78ac826c 100644
--- a/settings/l10n/nb.json
+++ b/settings/l10n/nb.json
@@ -99,7 +99,7 @@
"Enable" : "Aktiver",
"Enabling app …" : "Aktiverer program…",
"Error while enabling app" : "Aktivering av program mislyktes",
- "Error: this app cannot be enabled because it makes the server unstable" : "Feil: Denne appen kan ikke aktiveres fordi den gjør tjeneren ustabil",
+ "Error: this app cannot be enabled because it makes the server unstable" : "Feil: Dette programmet kan ikke aktiveres fordi det gjør tjeneren ustabil",
"Error: could not disable broken app" : "Feil: Kunne ikke deaktivere ustabil app",
"Error while disabling broken app" : "Feil ved deaktivering av ustabilt program",
"Updating...." : "Oppdaterer…",