diff --git a/moodle.config.json b/moodle.config.json index 33aeb6439..fc2e939e3 100644 --- a/moodle.config.json +++ b/moodle.config.json @@ -48,7 +48,7 @@ "nl": "Nederlands", "no": "Norsk", "pl": "Polski", - "ps": "پښتو", + "ps": "لیسي", "pt": "Português - Portugal", "pt-br": "Português - Brasil", "ro": "Română", diff --git a/scripts/langindex.json b/scripts/langindex.json index b714959c8..fa870638e 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -597,6 +597,8 @@ "addon.mod_data.timeadded": "data", "addon.mod_data.timemodified": "data", "addon.mod_data.usedate": "data", + "addon.mod_data_fields_file.fieldtypelabel": "datafield_file", + "addon.mod_data_fields_picture.fieldtypelabel": "datafield_picture", "addon.mod_feedback.analysis": "feedback", "addon.mod_feedback.anonymous": "feedback", "addon.mod_feedback.anonymous_entries": "feedback", @@ -1812,6 +1814,7 @@ "core.filenameexist": "local_moodlemobileapp", "core.filenotfound": "resource", "core.fileuploader.addfiletext": "repository", + "core.fileuploader.attachedfiles": "repository", "core.fileuploader.audio": "local_moodlemobileapp", "core.fileuploader.audiotitle": "tiny_recordrtc", "core.fileuploader.camera": "local_moodlemobileapp", @@ -1834,6 +1837,7 @@ "core.fileuploader.microphonepermissiondenied": "local_moodlemobileapp", "core.fileuploader.microphonepermissionrestricted": "local_moodlemobileapp", "core.fileuploader.more": "data", + "core.fileuploader.nofilesattached": "repository", "core.fileuploader.pauserecording": "local_moodlemobileapp", "core.fileuploader.photoalbums": "local_moodlemobileapp", "core.fileuploader.readingfile": "local_moodlemobileapp", diff --git a/src/addons/blog/pages/edit-entry/edit-entry.html b/src/addons/blog/pages/edit-entry/edit-entry.html index 2c516a75a..5ab20704f 100644 --- a/src/addons/blog/pages/edit-entry/edit-entry.html +++ b/src/addons/blog/pages/edit-entry/edit-entry.html @@ -14,9 +14,7 @@
-

{{ 'addon.blog.entrytitle' | translate }}

-
+ [placeholder]="'addon.blog.entrytitle' | translate" name="title" [label]="'addon.blog.entrytitle' | translate" />
@@ -27,7 +25,7 @@ [elementId]="entry?.id ?? 'new_entry'" /> - + {{ 'addon.blog.publishtonoone' | translate }} @@ -54,7 +52,7 @@
@if (associationsExpanded) { - + @if (associatedModule) { @if (showMyEntriesToggle) { - + {{ 'addon.blog.showonlyyourentries' | translate }} diff --git a/src/addons/calendar/components/filter/filter.html b/src/addons/calendar/components/filter/filter.html index dcd796e44..b2a1e326c 100644 --- a/src/addons/calendar/components/filter/filter.html +++ b/src/addons/calendar/components/filter/filter.html @@ -9,7 +9,7 @@ - +