diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 7b2dfec24..64230d70d 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -10,6 +10,7 @@ OC.L10N.register( "Error saving image" : "Error saving image", "Unsaved changes" : "Unsaved changes", "Drop changes" : "Drop changes", + "Play the live photo" : "Play the live photo", "LIVE" : "LIVE", "Your browser does not support videos." : "Your browser does not support videos.", "Edit" : "Edit", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 3502ef2ce..4455e4a0b 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -8,6 +8,7 @@ "Error saving image" : "Error saving image", "Unsaved changes" : "Unsaved changes", "Drop changes" : "Drop changes", + "Play the live photo" : "Play the live photo", "LIVE" : "LIVE", "Your browser does not support videos." : "Your browser does not support videos.", "Edit" : "Edit", diff --git a/l10n/it.js b/l10n/it.js index 77efa2910..6bbb690ff 100644 --- a/l10n/it.js +++ b/l10n/it.js @@ -51,7 +51,7 @@ OC.L10N.register( "Original" : "Originale", "Custom" : "Personalizzato", "Square" : "Quadrato", - "Landscape" : "Paesaggio", + "Landscape" : "Orizzontale", "Portrait" : "Ritratto", "Ellipse" : "Ellisse", "Classic TV" : "TV classica", diff --git a/l10n/it.json b/l10n/it.json index 24fdc87a9..4a84a0481 100644 --- a/l10n/it.json +++ b/l10n/it.json @@ -49,7 +49,7 @@ "Original" : "Originale", "Custom" : "Personalizzato", "Square" : "Quadrato", - "Landscape" : "Paesaggio", + "Landscape" : "Orizzontale", "Portrait" : "Ritratto", "Ellipse" : "Ellisse", "Classic TV" : "TV classica",