summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
Diffstat (limited to 'settings')
-rw-r--r--settings/css/settings.scss9
-rw-r--r--settings/l10n/nl.js2
-rw-r--r--settings/l10n/nl.json2
3 files changed, 12 insertions, 1 deletions
diff --git a/settings/css/settings.scss b/settings/css/settings.scss
index f649ef1a31e..9a315b79151 100644
--- a/settings/css/settings.scss
+++ b/settings/css/settings.scss
@@ -1191,7 +1191,14 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
.settings-caption {
font-weight: bold;
line-height: 44px;
- padding: 0 12px;
+ padding: 0 44px;
white-space: nowrap;
text-overflow: ellipsis;
+ // !important to overwrite specific hover and focus
+ opacity: .4 !important;
+ box-shadow: none !important;
+
+ &:not(:first-child) {
+ margin-top: 22px;
+ }
}
diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js
index b48b11e858f..26c547d6cd2 100644
--- a/settings/l10n/nl.js
+++ b/settings/l10n/nl.js
@@ -12,6 +12,7 @@ OC.L10N.register(
"A login attempt using two-factor authentication failed (%1$s)" : "Een inlogpoging via tweefactor authenticatie is mislukt (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Je <strong>wachtwoord</strong> of <strong>e-mailadres</strong> is gewijzigd",
"Your apps" : "Jouw apps",
+ "Updates" : "Updates",
"Enabled apps" : "Ingeschakelde apps",
"Disabled apps" : "Uitgeschakelde apps",
"App bundles" : "App bundels",
@@ -103,6 +104,7 @@ OC.L10N.register(
"Error: This app can not be enabled because it makes the server unstable" : "Fout: Deze app kan niet ingeschakeld worden, omdat die de server onstabiel maakt",
"Error: Could not disable broken app" : "Fout: Kan de beschadigde app niet uitschakelen",
"Error while disabling broken app" : "Fout bij het uitschakelen van de beschadigde app",
+ "No app updates available" : "Geen app updates beschikbaar",
"Updating...." : "Bijwerken....",
"Error while updating app" : "Fout bij het bijwerken van de app",
"Updated" : "Bijgewerkt",
diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json
index cb51e755c90..7137c88f1bb 100644
--- a/settings/l10n/nl.json
+++ b/settings/l10n/nl.json
@@ -10,6 +10,7 @@
"A login attempt using two-factor authentication failed (%1$s)" : "Een inlogpoging via tweefactor authenticatie is mislukt (%1$s)",
"Your <strong>password</strong> or <strong>email</strong> was modified" : "Je <strong>wachtwoord</strong> of <strong>e-mailadres</strong> is gewijzigd",
"Your apps" : "Jouw apps",
+ "Updates" : "Updates",
"Enabled apps" : "Ingeschakelde apps",
"Disabled apps" : "Uitgeschakelde apps",
"App bundles" : "App bundels",
@@ -101,6 +102,7 @@
"Error: This app can not be enabled because it makes the server unstable" : "Fout: Deze app kan niet ingeschakeld worden, omdat die de server onstabiel maakt",
"Error: Could not disable broken app" : "Fout: Kan de beschadigde app niet uitschakelen",
"Error while disabling broken app" : "Fout bij het uitschakelen van de beschadigde app",
+ "No app updates available" : "Geen app updates beschikbaar",
"Updating...." : "Bijwerken....",
"Error while updating app" : "Fout bij het bijwerken van de app",
"Updated" : "Bijgewerkt",