diff --git a/custom_apps/memories/l10n/de.js b/custom_apps/memories/l10n/de.js index 6c4b78c710ba73fd91b4fa53987249586ef7293b..d198249341a1a3f1d5d9b98b4b245aebc3ddf7c9 100644 --- a/custom_apps/memories/l10n/de.js +++ b/custom_apps/memories/l10n/de.js @@ -3,4 +3,5 @@ OC.L10N.register("memories", { "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.", "Public link shares are available to people outside Nextcloud." : "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar.", + "Share an external Nextcloud link" : "Einen externen Murena Cloud-Link teilen", }, "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 f30aed99451db350d04b456328c9acc8d5e58263..acb13f26960a7e74d18613cf4e818244eb2339e0 100644 --- a/custom_apps/memories/l10n/de.json +++ b/custom_apps/memories/l10n/de.json @@ -3,7 +3,8 @@ "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.", - "Public link shares are available to people outside Nextcloud." : "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar." + "Public link shares are available to people outside Nextcloud." : "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar.", + "Share an external Nextcloud link" : "Einen externen Murena Cloud-Link teilen" }, "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 index d5ad46cf7ec3ef6e2823b0d9cdd75a7782aa8498..710e328050c78ed0c635af85b593110beac64afa 100644 --- a/custom_apps/memories/l10n/de_DE.js +++ b/custom_apps/memories/l10n/de_DE.js @@ -2,5 +2,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.", + "Share an external Nextcloud link": "Einen externen Murena Cloud-Link teilen" }, "nplurals=2; plural=(n != 1);"); diff --git a/custom_apps/memories/l10n/de_DE.json b/custom_apps/memories/l10n/de_DE.json index 24c93ff2f56d1b669c309f2a7682ce3f50cb792d..6eca8d78763186b899cb676fe05aaeb03519c1d7 100644 --- a/custom_apps/memories/l10n/de_DE.json +++ b/custom_apps/memories/l10n/de_DE.json @@ -1,6 +1,7 @@ { "translations": { - "Public link shares are available to people outside Nextcloud.": "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar." + "Public link shares are available to people outside Nextcloud.": "Öffentliche Linkfreigaben sind für Personen außerhalb Ihrer Murena Cloud verfügbar.", + "Share an external Nextcloud link": "Einen externen Murena Cloud-Link teilen" }, "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 7cc2b9aa1d2c2854546d9c8b6b3d6cf62946019a..da02a1c318800f325688d9ccb3fcc21469b34de0 100644 --- a/custom_apps/memories/l10n/en.js +++ b/custom_apps/memories/l10n/en.js @@ -3,4 +3,5 @@ OC.L10N.register("memories", { "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.", + "Share an external Nextcloud link" : "Share an external Murena Cloud link", }, "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 4a8ccdbb9aa6107f1e901896fd33286b9b7eb44f..89a9d0b59bda6b3d02ea6bd88fe097c883727f06 100644 --- a/custom_apps/memories/l10n/en.json +++ b/custom_apps/memories/l10n/en.json @@ -3,7 +3,8 @@ "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." + "Public link shares are available to people outside Nextcloud." : "Public link shares are available to people outside Murena Cloud.", + "Share an external Nextcloud link" : "Share an external Murena Cloud link" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/custom_apps/memories/l10n/en_GB.js b/custom_apps/memories/l10n/en_GB.js new file mode 100644 index 0000000000000000000000000000000000000000..da02a1c318800f325688d9ccb3fcc21469b34de0 --- /dev/null +++ b/custom_apps/memories/l10n/en_GB.js @@ -0,0 +1,7 @@ +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.", + "Share an external Nextcloud link" : "Share an external Murena Cloud link", +}, "nplurals=2; plural=(n != 1);") \ No newline at end of file diff --git a/custom_apps/memories/l10n/en_GB.json b/custom_apps/memories/l10n/en_GB.json new file mode 100644 index 0000000000000000000000000000000000000000..89a9d0b59bda6b3d02ea6bd88fe097c883727f06 --- /dev/null +++ b/custom_apps/memories/l10n/en_GB.json @@ -0,0 +1,10 @@ +{ + "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.", + "Public link shares are available to people outside Nextcloud." : "Public link shares are available to people outside Murena Cloud.", + "Share an external Nextcloud link" : "Share an external Murena Cloud link" + }, + "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 879d80a5003fdff69134a560e3aeb82a666521f4..b93ace603013da51abc23b0d925d6b5cfcfeb671 100644 --- a/custom_apps/memories/l10n/es.js +++ b/custom_apps/memories/l10n/es.js @@ -3,4 +3,5 @@ OC.L10N.register("memories", { "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.", + "Share an external Nextcloud link" : "Compartir un enlace externo 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 a3609cbc1cec24ee6d262813020651b2a76a68d3..9609a50f2c7c349592c6d1c22c492fc6ad2f70d2 100644 --- a/custom_apps/memories/l10n/es.json +++ b/custom_apps/memories/l10n/es.json @@ -3,7 +3,8 @@ "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." + "Public link shares are available to people outside Nextcloud." : "Los enlaces públicos están disponibles para las personas fuera de Murena Cloud.", + "Share an external Nextcloud link" : "Compartir un enlace externo 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 a3224d96dc29af99e7830f1056be4e9fa4282311..77f33d9e0c4a76741068c0ca5cb441f9b5931e8d 100644 --- a/custom_apps/memories/l10n/fr.js +++ b/custom_apps/memories/l10n/fr.js @@ -4,4 +4,5 @@ OC.L10N.register("memories", "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.", + "Share an external Nextcloud link" : "Partager un lien Murena Cloud externe", }, "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 bb1534b3fbd91b3a39db4977f83c5fec8dc8ebe2..3a7652f75dfc5115bbe0ed0ed37fd270c0cf01bc 100644 --- a/custom_apps/memories/l10n/fr.json +++ b/custom_apps/memories/l10n/fr.json @@ -3,7 +3,8 @@ "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." + "Public link shares are available to people outside Nextcloud." : "Les partages par lien public sont accessibles aux personnes extérieures à Murena Cloud.", + "Share an external Nextcloud link" : "Partager un lien Murena Cloud externe" }, "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 454d6e5fcfb81bd3a5b3508f5d0f02665fee50a4..5330946447fdc13c9a77af119ee684c56352eb0c 100644 --- a/custom_apps/memories/l10n/it.js +++ b/custom_apps/memories/l10n/it.js @@ -3,4 +3,5 @@ OC.L10N.register("memories", { "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.", + "Share an external Nextcloud link": "Condividi un Murena Cloud link esterno" }, "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 5aa27c87ae849d3f631de21616e159f8a1191ba6..cf4485a097a45f96b41577c987ef2d6bf31bbb74 100644 --- a/custom_apps/memories/l10n/it.json +++ b/custom_apps/memories/l10n/it.json @@ -3,7 +3,8 @@ "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." + "Public link shares are available to people outside Nextcloud." : "Le condivisioni di link pubblici sono disponibili a persone esterne a Murena Cloud.", + "Share an external Nextcloud link": "Condividi un Murena Cloud link esterno" }, "pluralForm": "nplurals=2; plural=(n != 1);" } \ No newline at end of file