From 5bd399d356471936e6d85e8df1e219b86d0444de Mon Sep 17 00:00:00 2001 From: Akhil Date: Wed, 3 Jan 2024 16:59:09 +0530 Subject: [PATCH] Change Nextcloud to Murena Cloud where needed --- custom_apps/memories/l10n/de.js | 3 ++- custom_apps/memories/l10n/de.json | 3 ++- custom_apps/memories/l10n/de_DE.js | 6 ++++++ custom_apps/memories/l10n/de_DE.json | 6 ++++++ custom_apps/memories/l10n/en.js | 1 + custom_apps/memories/l10n/en.json | 3 ++- custom_apps/memories/l10n/es.js | 1 + custom_apps/memories/l10n/es.json | 3 ++- custom_apps/memories/l10n/fr.js | 1 + custom_apps/memories/l10n/fr.json | 3 ++- custom_apps/memories/l10n/it.js | 1 + custom_apps/memories/l10n/it.json | 3 ++- 12 files changed, 28 insertions(+), 6 deletions(-) create mode 100644 custom_apps/memories/l10n/de_DE.js create mode 100644 custom_apps/memories/l10n/de_DE.json diff --git a/custom_apps/memories/l10n/de.js b/custom_apps/memories/l10n/de.js index 3d8d9ea6..6c4b78c7 100644 --- a/custom_apps/memories/l10n/de.js +++ b/custom_apps/memories/l10n/de.js @@ -1,5 +1,6 @@ OC.L10N.register("memories", { "Gallery": "Bildergalerie", "Gallery Settings": "Bildergalerie-Einstellungen", - "Gallery has been updated to {version}. Reload to get the new version.": "Bildergalerie wurde auf {version} aktualisiert. Für die neue Version bitte neu laden." + "Gallery has been updated to {version}. Reload to get the new version.": "Bildergalerie wurde auf {version} aktualisiert. Für die neue Version bitte neu laden.", + "Public link shares are available to people outside Nextcloud." : "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar.", }, "nplurals=2; plural=(n != 1);") \ No newline at end of file diff --git a/custom_apps/memories/l10n/de.json b/custom_apps/memories/l10n/de.json index ba224905..f30aed99 100644 --- a/custom_apps/memories/l10n/de.json +++ b/custom_apps/memories/l10n/de.json @@ -2,7 +2,8 @@ "translations": { "Gallery": "Bildergalerie", "Gallery Settings": "Bildergalerie-Einstellungen", - "Gallery has been updated to {version}. Reload to get the new version.": "Bildergalerie wurde auf {version} aktualisiert. Für die neue Version bitte neu laden." + "Gallery has been updated to {version}. Reload to get the new version.": "Bildergalerie wurde auf {version} aktualisiert. Für die neue Version bitte neu laden.", + "Public link shares are available to people outside Nextcloud." : "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar." }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/memories/l10n/de_DE.js b/custom_apps/memories/l10n/de_DE.js new file mode 100644 index 00000000..d5ad46cf --- /dev/null +++ b/custom_apps/memories/l10n/de_DE.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "memories", + { + "Public link shares are available to people outside Nextcloud.": "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar.", + }, + "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/memories/l10n/de_DE.json b/custom_apps/memories/l10n/de_DE.json new file mode 100644 index 00000000..24c93ff2 --- /dev/null +++ b/custom_apps/memories/l10n/de_DE.json @@ -0,0 +1,6 @@ +{ + "translations": { + "Public link shares are available to people outside Nextcloud.": "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar." + }, + "pluralForm": "nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/custom_apps/memories/l10n/en.js b/custom_apps/memories/l10n/en.js index 102eb60c..7cc2b9aa 100644 --- a/custom_apps/memories/l10n/en.js +++ b/custom_apps/memories/l10n/en.js @@ -2,4 +2,5 @@ OC.L10N.register("memories", { "Gallery": "Gallery", "Gallery Settings": "Gallery Settings", "Gallery has been updated to {version}. Reload to get the new version.": "Gallery has been updated to {version}. Reload to get the new version.", + "Public link shares are available to people outside Nextcloud." : "Public link shares are available to people outside Murena Cloud.", }, "nplurals=2; plural=(n != 1);") \ No newline at end of file diff --git a/custom_apps/memories/l10n/en.json b/custom_apps/memories/l10n/en.json index 85d1e106..4a8ccdbb 100644 --- a/custom_apps/memories/l10n/en.json +++ b/custom_apps/memories/l10n/en.json @@ -2,7 +2,8 @@ "translations": { "Gallery": "Gallery", "Gallery Settings": "Gallery Settings", - "Gallery has been updated to {version}. Reload to get the new version.": "Gallery has been updated to {version}. Reload to get the new version." + "Gallery has been updated to {version}. Reload to get the new version.": "Gallery has been updated to {version}. Reload to get the new version.", + "Public link shares are available to people outside Nextcloud." : "Public link shares are available to people outside Murena Cloud." }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/memories/l10n/es.js b/custom_apps/memories/l10n/es.js index a9319814..879d80a5 100644 --- a/custom_apps/memories/l10n/es.js +++ b/custom_apps/memories/l10n/es.js @@ -2,4 +2,5 @@ OC.L10N.register("memories", { "Gallery": "Galería", "Gallery Settings": "Configuración de la Galería", "Gallery has been updated to {version}. Reload to get the new version.": "La galería fue actualizada a {version}. Reinicia para obtener la nueva versión.", + "Public link shares are available to people outside Nextcloud." : "Los enlaces públicos están disponibles para las personas fuera de Murena Cloud.", }, "nplurals=2; plural=(n != 1);") \ No newline at end of file diff --git a/custom_apps/memories/l10n/es.json b/custom_apps/memories/l10n/es.json index 462b1179..a3609cbc 100644 --- a/custom_apps/memories/l10n/es.json +++ b/custom_apps/memories/l10n/es.json @@ -2,7 +2,8 @@ "translations": { "Gallery": "Galería", "Gallery Settings": "Configuración de la Galería", - "Gallery has been updated to {version}. Reload to get the new version.": "La galería fue actualizada a {version}. Reinicia para obtener la nueva versión." + "Gallery has been updated to {version}. Reload to get the new version.": "La galería fue actualizada a {version}. Reinicia para obtener la nueva versión.", + "Public link shares are available to people outside Nextcloud." : "Los enlaces públicos están disponibles para las personas fuera de Murena Cloud." }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/memories/l10n/fr.js b/custom_apps/memories/l10n/fr.js index 18135a36..a3224d96 100644 --- a/custom_apps/memories/l10n/fr.js +++ b/custom_apps/memories/l10n/fr.js @@ -3,4 +3,5 @@ OC.L10N.register("memories", "Gallery": "Galerie", "Gallery Settings": "Paramètres de Galerie", "Gallery has been updated to {version}. Reload to get the new version.": "Galerie a été mise à jour vers la version {version}. Rechargez la page pour bénéficier de la nouvelle version.", + "Public link shares are available to people outside Nextcloud." : "Les partages par lien public sont accessibles aux personnes extérieures à Murena Cloud.", }, "nplurals=2; plural=(n != 1);") \ No newline at end of file diff --git a/custom_apps/memories/l10n/fr.json b/custom_apps/memories/l10n/fr.json index fbddea4f..bb1534b3 100644 --- a/custom_apps/memories/l10n/fr.json +++ b/custom_apps/memories/l10n/fr.json @@ -2,7 +2,8 @@ "translations": { "Gallery": "Galerie", "Gallery Settings": "Paramètres de Galerie", - "Gallery has been updated to {version}. Reload to get the new version.": "Galerie a été mise à jour vers la version {version}. Rechargez la page pour bénéficier de la nouvelle version." + "Gallery has been updated to {version}. Reload to get the new version.": "Galerie a été mise à jour vers la version {version}. Rechargez la page pour bénéficier de la nouvelle version.", + "Public link shares are available to people outside Nextcloud." : "Les partages par lien public sont accessibles aux personnes extérieures à Murena Cloud." }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/memories/l10n/it.js b/custom_apps/memories/l10n/it.js index 41d62392..454d6e5f 100644 --- a/custom_apps/memories/l10n/it.js +++ b/custom_apps/memories/l10n/it.js @@ -2,4 +2,5 @@ OC.L10N.register("memories", { "Gallery": "Galleria", "Gallery Settings": "Impostazioni Galleria", "Gallery has been updated to {version}. Reload to get the new version.": "Abbiamo aggiornato Galleria alla nuova versione (version). Per poterla utilizzare, ricarica la pagina.", + "Public link shares are available to people outside Nextcloud." : "Le condivisioni di link pubblici sono disponibili a persone esterne a Murena Cloud.", }, "nplurals=2; plural=(n != 1);") \ No newline at end of file diff --git a/custom_apps/memories/l10n/it.json b/custom_apps/memories/l10n/it.json index 9041a09e..5aa27c87 100644 --- a/custom_apps/memories/l10n/it.json +++ b/custom_apps/memories/l10n/it.json @@ -2,7 +2,8 @@ "translations": { "Gallery": "Galleria", "Gallery Settings": "Impostazioni Galleria", - "Gallery has been updated to {version}. Reload to get the new version.": "Abbiamo aggiornato Galleria alla nuova versione (version). Per poterla utilizzare, ricarica la pagina." + "Gallery has been updated to {version}. Reload to get the new version.": "Abbiamo aggiornato Galleria alla nuova versione (version). Per poterla utilizzare, ricarica la pagina.", + "Public link shares are available to people outside Nextcloud." : "Le condivisioni di link pubblici sono disponibili a persone esterne a Murena Cloud." }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file -- GitLab