From b5ee6d7f3d144e1983f9c4c9d86e69df34664500 Mon Sep 17 00:00:00 2001 From: srosse <stephane.rosse@frentix.com> Date: Fri, 10 Jan 2020 10:17:36 +0100 Subject: [PATCH] no-jira: wording --- .../org/olat/commons/calendar/_i18n/LocalStrings_en.properties | 2 +- src/main/java/org/olat/core/_i18n/LocalStrings_en.properties | 2 +- .../core/commons/modules/bc/_i18n/LocalStrings_en.properties | 2 +- .../core/gui/components/table/_i18n/LocalStrings_en.properties | 2 +- .../org/olat/course/config/ui/_i18n/LocalStrings_en.properties | 2 +- .../org/olat/course/editor/_i18n/LocalStrings_en.properties | 2 +- .../core/util/i18n/junittestdata/LocalStrings_en.properties | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/org/olat/commons/calendar/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/commons/calendar/_i18n/LocalStrings_en.properties index b543b8b3e1c..d7fbbd6e93f 100644 --- a/src/main/java/org/olat/commons/calendar/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/commons/calendar/_i18n/LocalStrings_en.properties @@ -232,7 +232,7 @@ table.header.type=Type table.header.url=<i class\="o_icon o_icon-lg o_icon_rss"> </i> table.header.visible=Visible ul.select=Select file -uncheckall=Delete selection +uncheckall=Unselect all update.all=Change all events update.once=Change only this occurence diff --git a/src/main/java/org/olat/core/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/core/_i18n/LocalStrings_en.properties index efcbf9e85fa..2311402b633 100644 --- a/src/main/java/org/olat/core/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/core/_i18n/LocalStrings_en.properties @@ -38,7 +38,7 @@ form.legende.mandatory=<i>Please fill in this field.</i> form.legende.wikiMarkup=<i>This field allows formatted entries using the Wiki Markup language.</i> </br >*<b>bold</b>*<br>_<i>italic</i>_<br>* List items form.mandatory.hover=This field is mandatory. form.openall=Open all -form.uncheckall=Delete selection +form.uncheckall=Unselect all form.wiki.hover=Can be formatted if using the Wiki syntax help=Help help.button=Lookup help for this page in manual diff --git a/src/main/java/org/olat/core/commons/modules/bc/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/core/commons/modules/bc/_i18n/LocalStrings_en.properties index 65b73cfbc65..1d42e1ea5ed 100644 --- a/src/main/java/org/olat/core/commons/modules/bc/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/core/commons/modules/bc/_i18n/LocalStrings_en.properties @@ -129,7 +129,7 @@ ul.tooManyRevisions.description=The maximum number of revisions is {0}. There ar ul.tooManyRevisions.title=There are too many revisions. ul.upload=Upload ul.versionoroverwrite=The file with the name {0} already exists. Would you like to create a new version? -uncheckall=Delete selection +uncheckall=Unselect all unzip=Unzip unzip.alreadyexists=A folder with the name {0} already exists. Maybe you have unzipped this file earlier. You may rename the folder {0} and unzip the file again. versions=Versions diff --git a/src/main/java/org/olat/core/gui/components/table/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/core/gui/components/table/_i18n/LocalStrings_en.properties index 860fb9f675a..4b60bd0100d 100644 --- a/src/main/java/org/olat/core/gui/components/table/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/core/gui/components/table/_i18n/LocalStrings_en.properties @@ -16,4 +16,4 @@ table.filtered.include.sing=contains table.filtered.of=of table.header.multiselect=Check title.changecols=Select columns -uncheckall=Delete selection +uncheckall=Unselect all diff --git a/src/main/java/org/olat/course/config/ui/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/course/config/ui/_i18n/LocalStrings_en.properties index f8f93a81c35..84c969c8dde 100644 --- a/src/main/java/org/olat/course/config/ui/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/course/config/ui/_i18n/LocalStrings_en.properties @@ -13,7 +13,7 @@ chkbx.toolbar.off.warning=If you disable the toolbar the participants cannot use chkbx.breadcrumb.onoff=Bread-crumb navigation command.choose=Choose command.glossary.add=Select glossary -command.glossary.remove=Delete selection +command.glossary.remove=Remove selected glossary course.log.changed.message=<br>Detailed course log files can be downloaded with the archiving tool.<br><br> Older course log files (OLAT 6.2 and earlier versions) are at your disposal in the course's storage folder. coursefolder=Storage folder details.options.title=Glossary and resource folder diff --git a/src/main/java/org/olat/course/editor/_i18n/LocalStrings_en.properties b/src/main/java/org/olat/course/editor/_i18n/LocalStrings_en.properties index 9f7af7e82be..9968bca188b 100644 --- a/src/main/java/org/olat/course/editor/_i18n/LocalStrings_en.properties +++ b/src/main/java/org/olat/course/editor/_i18n/LocalStrings_en.properties @@ -497,7 +497,7 @@ title_wiki=Wiki toggle.coursestatus.errors={0} incomplete course elements remain. toggle.coursestatus.ok=No problems or errors found in this course. toggle.coursestatus.warnings={0} possible problems found regarding course elements. -uncheckall=Delete selection +uncheckall=Unselect all undeletenode.button=Restore course element undeletenode.header=Restore course element selected. undeletenode.message=You have deleted this course element but you have not published it yet. Therefore, it is possible to restore this course element. diff --git a/src/test/java/org/olat/core/util/i18n/junittestdata/LocalStrings_en.properties b/src/test/java/org/olat/core/util/i18n/junittestdata/LocalStrings_en.properties index 0242f634988..9fc09b5a91f 100644 --- a/src/test/java/org/olat/core/util/i18n/junittestdata/LocalStrings_en.properties +++ b/src/test/java/org/olat/core/util/i18n/junittestdata/LocalStrings_en.properties @@ -53,7 +53,7 @@ form.legende.mandatory=<i>Please fill in this field.</i> new.form.mandatory = This field is mandatory. form.legende.wikiMarkup=<i>This field allows formatted entries using the Wiki Markup language.</i> </br >*<b>bold</b>*<br>_<i>italic</i>_<br>* List items form.checkall=Select all -form.uncheckall=Delete selection +form.uncheckall=Unselect all confirmation.yes.toolHelp=Yes confirmation.no.toolHelp=No -- GitLab