From 3ecb8b48db712fe4266cf541e41c9e2de636d23a Mon Sep 17 00:00:00 2001 From: Mauro Mura Date: Wed, 20 Mar 2024 16:52:15 +0100 Subject: [PATCH] added translations and minor layout fixes (#321) --- css/components/ncreferencepicker.scss | 6 ++++++ css/nmcstyle.scss | 1 + l10n/de.json | 4 +++- l10n/de_DE.json | 4 +++- l10n/en.json | 4 +++- l10n/en_GB.json | 4 +++- 6 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 css/components/ncreferencepicker.scss diff --git a/css/components/ncreferencepicker.scss b/css/components/ncreferencepicker.scss new file mode 100644 index 00000000..08b21f06 --- /dev/null +++ b/css/components/ncreferencepicker.scss @@ -0,0 +1,6 @@ +.reference-picker { + + h2 { + text-align: center; + } +} \ No newline at end of file diff --git a/css/nmcstyle.scss b/css/nmcstyle.scss index bc84f93a..337e30ab 100644 --- a/css/nmcstyle.scss +++ b/css/nmcstyle.scss @@ -22,6 +22,7 @@ @import 'components/ncusermenu.scss'; @import 'components/ncactions.scss'; @import 'components/ncselect.scss'; +@import 'components/ncreferencepicker.scss'; @import 'components/upload.scss'; @import 'components/tooltip.scss'; diff --git a/l10n/de.json b/l10n/de.json index d2d661f0..2c30fd5f 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -165,7 +165,9 @@ }, "photos": { "translations": { - "Photos": "Fotos" + "Photos": "Fotos", + "Add": "Hinzufügen", + "Add photos to this album" : "Fotos und Videos zum Album hinzufügen" }, "pluralForm": "nplurals=2; plural=(n != 1);" }, diff --git a/l10n/de_DE.json b/l10n/de_DE.json index d2d661f0..2c30fd5f 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -165,7 +165,9 @@ }, "photos": { "translations": { - "Photos": "Fotos" + "Photos": "Fotos", + "Add": "Hinzufügen", + "Add photos to this album" : "Fotos und Videos zum Album hinzufügen" }, "pluralForm": "nplurals=2; plural=(n != 1);" }, diff --git a/l10n/en.json b/l10n/en.json index 4b60fe01..2e769651 100644 --- a/l10n/en.json +++ b/l10n/en.json @@ -160,7 +160,9 @@ }, "photos": { "translations": { - "Photos": "Fotos" + "Photos": "Photos", + "Add": "Add", + "Add photos to this album" : "Add photos and videos to this album" }, "pluralForm": "nplurals=2; plural=(n != 1);" }, diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 4b60fe01..2e769651 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -160,7 +160,9 @@ }, "photos": { "translations": { - "Photos": "Fotos" + "Photos": "Photos", + "Add": "Add", + "Add photos to this album" : "Add photos and videos to this album" }, "pluralForm": "nplurals=2; plural=(n != 1);" },