From 93747bb333d9d009dd7cd637fa1c08fa4932cea3 Mon Sep 17 00:00:00 2001 From: Jan Koppe Date: Tue, 26 Feb 2019 09:49:49 +0100 Subject: [PATCH] US-1: add message for upload dialog, that portrait display is forced --- lang/de/pdfannotator.php | 4 ++-- lang/en/pdfannotator.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/de/pdfannotator.php b/lang/de/pdfannotator.php index 4b7f288..904d028 100644 --- a/lang/de/pdfannotator.php +++ b/lang/de/pdfannotator.php @@ -84,8 +84,8 @@ $string['setting_alternative_name_help'] = "Die ersten 20 Zeichen des Dokumentna $string['setting_alternative_name_desc'] = 'Ermöglicht den Namen des zu listenden PDFs zu ändern. Falls leer, wird der Dateiname als Listname genommen'; $string['setting_col_annotating_enabled'] = 'Kollaboratives Markieren auf dem PDF erlauben aktivieren'; $string['setting_anonymous'] = 'Anonymes Posten erlauben?'; -$string['setting_fileupload'] = 'Bitte wählen Sie eine PDF-Datei aus.'; -$string['setting_fileupload_help'] = "Sie können die ausgewählte Datei nur solange ändern, bis Sie den Annotator mit Klick auf 'Speichern' erstellt haben."; +$string['setting_fileupload'] = 'Bitte wählen Sie eine PDF-Datei aus. Bitte beachten Sie, dass die Darstellung des PDF immer im Hochformat erfolgt.'; +$string['setting_fileupload_help'] = "Sie können die ausgewählte Datei nur solange ändern, bis Sie den Annotator mit Klick auf 'Speichern' erstellt haben. Bitte beachten Sie, dass die Darstellung des PDF immer im Hochformat erfolgt."; $string['setting_usevotes'] = "Votes/Likes"; $string['setting_usevotes_help'] = "Ist diese Option ausgewählt, so kann ein Nutzer jeden Beitrag bis zu einmal 'liken'. Eigene Beiträge sind hiervon ausgenommen. "; $string['setting_use_studenttextbox'] = "Textbox"; diff --git a/lang/en/pdfannotator.php b/lang/en/pdfannotator.php index 6d10e78..e5e728c 100644 --- a/lang/en/pdfannotator.php +++ b/lang/en/pdfannotator.php @@ -83,8 +83,8 @@ $string['setting_alternative_name_help'] = "If the name is more than 20 characte $string['setting_alternative_name_desc'] = 'Provide an alternative name for the PDF. If empty, the name of the pdf will be taken as represantative name'; $string['setting_anonymous'] = 'Allow anonymous posting?'; $string['setting_col_annotating_enabled'] = 'Enable collaborative annotation on PDF'; -$string['setting_fileupload'] = 'Select a pdf-file'; -$string['setting_fileupload_help'] = "You can only change the selected file until the annotator has been created by a click on 'Save'."; +$string['setting_fileupload'] = 'Select a pdf-file. Keep in mind that the pdf-file will always be shown in portait mode.'; +$string['setting_fileupload_help'] = "You can only change the selected file until the annotator has been created by a click on 'Save'. Keep in mind that the pdf-file will always be shown in portait mode."; $string['setting_usevotes'] = "Votes/Likes"; $string['setting_usevotes_help'] = "With this option enabled, users can like / vote for posts other than their own."; $string['setting_use_studenttextbox'] = "Textbox";